/*
Theme Name: Scent Lab
Theme URI: https://scentlab.co.jp/
Author: Scent Lab
Description: Custom WordPress theme for Scent Lab.
Version: 1.0.0
Text Domain: scentlab
*/

:root {
  --bg: #f6f6f6;
  --ink: #242424;
  --text: #3a3a3a;
  --forest: #6a6d66;
  --muted: #8b8b8b;
  --line: rgba(36, 36, 36, 0.14);
  --content-edge: clamp(32px, calc(50vw - 592px), 128px);
  --serif: "Noto Serif JP", serif;
  --latin: "Montserrat", sans-serif;
  --display: "Cormorant Garamond", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--serif);
  letter-spacing: 0.02em;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.page-top-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 0;
}

.site-header {
  align-items: flex-end;
  display: flex;
  gap: 0;
  justify-content: flex-start;
  left: 0;
  padding: 44px var(--content-edge) 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.header-logo {
  flex: 0 0 143px;
  height: 48px;
  width: 143px;
}

.header-logo img,
.footer-logo img {
  height: 100%;
  width: 100%;
}

.header-logo img,
.footer-logo img {
  object-fit: contain;
}

.desktop-nav {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: clamp(26px, 3vw, 40px);
  left: 50%;
  margin-left: 0;
  position: absolute;
  transform: translateX(-50%);
}

.desktop-nav a,
.header-contact {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.desktop-nav a:hover,
.header-contact:hover,
.footer-nav a:hover,
.text-link:hover,
.text-link:focus-visible {
  opacity: 0.72;
}

.header-contact {
  align-items: center;
  background: var(--forest);
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  margin-left: auto;
  min-width: 200px;
  padding: 8px 24px;
}

.language-switcher {
  align-items: center;
  display: inline-flex;
  font-family: var(--latin);
  gap: 8px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  white-space: nowrap;
}

.language-switcher a {
  color: inherit;
  transition: opacity 0.2s ease;
}

.language-switcher img,
.language-switcher svg,
.language-switcher picture,
.language-switcher [class*="flag"],
.language-switcher [style*="background-image"],
.language-switcher .gt_flag,
.language-switcher .gt-current-lang img {
  display: none !important;
}

.language-switcher .glink,
.language-switcher .gt-current-lang,
.language-switcher .gt_selector {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}

.language-switcher a:hover,
.language-switcher a:focus-visible {
  opacity: 0.62;
}

.language-switcher--header {
  color: var(--text);
  font-size: 15px;
  position: absolute;
  right: var(--content-edge);
  top: 10px;
}

.scentlab-gtranslate-bootstrap {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.menu-button {
  background: transparent;
  border: 0;
  display: none;
  padding: 0;
}

.menu-button__icon {
  display: none;
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.menu-close img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.hero {
  height: 850px;
  overflow: hidden;
  position: relative;
}

.hero-bg,
.hero-bg img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-bg {
  pointer-events: none;
}

.hero-bg img {
  object-fit: cover;
  object-position: center bottom;
}

.hero-bg--hover {
  animation: heroImageFade 10s ease-in-out infinite;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-bg--hover img {
  object-position: center center;
  transform: scale(1.01);
}

.hero-shade {
  display: none;
  pointer-events: none;
}

@keyframes heroImageFade {
  0%,
  30% {
    opacity: 0;
  }

  50%,
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.hero-copy {
  left: var(--content-edge);
  max-width: min(534px, calc(100% - 64px));
  position: absolute;
  top: 272px;
  z-index: 1;
}

.hero h1,
.section-heading h2 {
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  margin: 0;
}

.hero h1 {
  font-size: 36px;
  font-weight: 600;
}

.hero-en {
  color: var(--forest);
  font-family: var(--display);
  font-size: 16px;
  line-height: 2.5;
  margin: 14px 0 30px;
}

.hero-text,
.about-copy p,
.service-body p,
.news-item a,
.contact-lead,
.philosophy p,
.company dd {
  font-size: 15px;
  line-height: 2;
}

.section {
  margin: 150px auto 0;
  max-width: 1184px;
  width: calc(100% - 80px);
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-heading.center {
  align-items: center;
  text-align: center;
}

.section-heading.align-left {
  align-items: flex-start;
}

.eyebrow {
  color: var(--forest);
  font-family: var(--latin);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1.6;
  margin: 0;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: 28px;
}

.about {
  align-items: center;
  display: grid;
  gap: 83px;
  grid-template-columns: 531px 1fr;
}

.about-copy {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.about-copy p {
  margin: 0;
}

.text-link {
  align-items: flex-start;
  color: var(--ink);
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.8;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  width: max-content;
}

.text-link__label {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.text-link__label span {
  display: inline-block;
  transition: transform 0.2s ease;
}

.text-link:hover .text-link__label span,
.text-link:focus-visible .text-link__label span {
  transform: translateX(4px);
}

.text-link::after {
  background: currentColor;
  content: "";
  height: 1px;
  margin-top: 5px;
  width: calc(100% - 7px);
}

.about-image {
  height: 610px;
  overflow: hidden;
}

.about-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.service-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.service-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  transition: opacity 0.2s ease;
}

.service-card:hover,
.service-card:focus-visible {
  opacity: 0.78;
}

.service-card img {
  height: 280px;
  object-fit: cover;
  width: 100%;
}

.service-card--research img {
  object-position: 28% 28%;
}

.service-card--pr img {
  object-position: center center;
}

.service-card--training img {
  object-position: 82% top;
}

.service-body {
  padding: 20px 0 0;
}

.service-body h3 {
  color: var(--ink);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 10px;
}

.service-body p {
  line-height: 1.8;
  margin: 0;
}

.service-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 56px;
}

.news {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.news-head {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.news-list {
  border-top: 1px solid transparent;
}

.news-item {
  align-items: center;
  border-bottom: 1px solid transparent;
  display: grid;
  gap: 16px;
  grid-template-columns: 128px max-content 1fr;
  padding: 24px 0;
}

.news-item time {
  color: var(--forest);
  font-family: var(--latin);
  font-size: 14px;
  line-height: 1.6;
}

.tag {
  background: var(--forest);
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  padding: 4px 8px;
}

.news-item a,
.news-item__title {
  line-height: 1.8;
}

.sp-only {
  display: none;
}

.company {
  background: var(--forest);
  margin-top: 150px;
  padding: 96px 80px;
}

.company-inner {
  align-items: center;
  display: grid;
  gap: 84px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1184px;
}

.section-heading.light .eyebrow,
.section-heading.light h2 {
  color: #fff;
}

.section-heading.light .eyebrow {
  opacity: 0.8;
}

.company-info {
  color: #fff;
}

.company dl {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px 0 0;
}

.company dl > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  grid-template-columns: 128px 1fr;
  padding-bottom: 25px;
}

.company dt {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  opacity: 0.8;
}

.company dd {
  line-height: 1.6;
  margin: 0;
}

.philosophy {
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 36px);
  justify-content: center;
  min-height: 491px;
  padding: clamp(38px, 5.4vw, 64px);
  text-align: center;
}

.philosophy picture {
  aspect-ratio: 3 / 2;
  height: auto;
  max-width: 820px;
  overflow: hidden;
  width: 100%;
}

.philosophy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.philosophy-title {
  font-family: var(--display);
  font-size: 18px;
  line-height: 2;
  margin: 18px 0 8px;
}

.philosophy p {
  line-height: 1.8;
  margin: 0;
  max-width: 481px;
}

.contact {
  margin: 0 auto;
  max-width: 768px;
  padding: 120px 48px;
  width: 100%;
}

.contact .section-heading {
  margin-bottom: 64px;
}

.contact-lead {
  margin: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form span {
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}

.contact-form em {
  color: #ef4444;
  font-style: normal;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #fff;
  border: 0;
  border-radius: 4px;
  color: var(--text);
  min-height: 48px;
  outline: 1px solid transparent;
  padding: 12px;
  width: 100%;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--muted);
  font-weight: 300;
}

.contact-form select {
  appearance: none;
  background: #e3e3e3;
  padding-left: 16px;
}

.contact-form textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline-color: var(--forest);
}

.contact-form button {
  align-self: center;
  background: var(--forest);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 56px;
  margin-top: 24px;
  transition: opacity 0.2s ease;
  width: 260px;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  opacity: 0.72;
}

.footer {
  background: var(--forest);
  color: #fff;
  min-height: 309px;
  padding: 60px var(--content-edge) 30px;
}

.footer-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 123px;
  width: 100%;
}

.footer-logo {
  height: 46px;
  width: 138px;
}

.footer-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.footer-page-links,
.footer-sub-links {
  align-items: center;
  display: flex;
}

.footer-page-links {
  gap: 40px;
}

.footer-sub-links {
  gap: 40px;
}

.footer-nav a {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 4px;
  line-height: 16px;
}

.footer-page-links a {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-nav img {
  height: 16px;
  width: 16px;
}

.copyright {
  font-family: var(--latin);
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .footer {
    min-height: 365px;
    padding: 50px 24px 30px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
  }

  .footer-nav {
    align-items: center;
    flex-direction: column;
    gap: 28px;
    text-align: center;
  }

  .footer-page-links,
  .footer-sub-links {
    align-items: center;
    flex-direction: column;
    gap: 18px;
  }

  .footer-nav a {
    font-size: 15px;
    line-height: 1.6;
  }

  .footer-page-links a,
  .footer-sub-links a {
    padding-left: 0;
  }
}

.sp-menu {
  background: var(--forest);
  color: #fff;
  display: none;
  inset: 0;
  min-height: 100svh;
  position: fixed;
  z-index: 100;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 901px) and (max-width: 1100px) {
  .site-header {
    padding: 40px var(--content-edge) 14px;
  }

  .header-logo {
    flex-basis: 130px;
    width: 130px;
  }

  .desktop-nav {
    gap: 24px;
  }

  .desktop-nav a,
  .header-contact,
  .language-switcher--header {
    font-size: 14px;
  }

  .header-contact {
    min-width: 160px;
    padding-inline: 20px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .site-header {
    padding: 28px 24px 12px;
  }

  .header-logo {
    flex-basis: 110px;
    height: 37px;
    width: 110px;
  }

  .desktop-nav {
    gap: 14px;
  }

  .desktop-nav a,
  .header-contact,
  .language-switcher--header {
    font-size: 12px;
  }

  .header-contact {
    height: 42px;
    min-width: 128px;
    padding-inline: 14px;
  }

  .language-switcher--header {
    right: 24px;
    top: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .about {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .about-copy {
    max-width: 720px;
  }

  .about-image {
    height: clamp(420px, 52vw, 560px);
    width: min(100%, 760px);
  }
}

@media (max-width: 767px) {
  .desktop-nav,
  .header-contact,
  .language-switcher--header {
    display: none;
  }

  .site-header {
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
    width: 100vw;
    z-index: 80;
  }

  .header-logo {
    height: 37px;
    width: 111px;
  }

  .menu-button {
    background: transparent;
    display: block;
    flex: 0 0 40px;
    height: 40px;
    margin-left: auto;
    position: relative;
    width: 40px;
  }

  .menu-button__icon {
    display: none;
  }

  .menu-button::before {
    background: var(--ink);
    border-radius: 999px;
    box-shadow: 0 8px 0 var(--ink), 0 16px 0 var(--ink);
    content: "";
    height: 2px;
    left: 6px;
    position: absolute;
    top: 11px;
    width: 28px;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding-left: 16px;
  }

  .header-logo {
    transform: translateX(-18px);
  }

  .hero {
    height: 800px;
  }

  .hero-bg img {
    object-position: 58% 58%;
  }

  .hero-bg--hover img {
    object-position: 68% center;
  }

  .hero-shade {
    background: #727272;
    display: block;
    inset: 0;
    mix-blend-mode: overlay;
    position: absolute;
  }

  .hero-copy {
    left: 16px;
    max-width: calc(100% - 32px);
    top: 200px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .hero-en {
    font-size: 15px;
  }

  .hero-text,
  .about-copy p,
  .news-item a,
  .news-item__title,
  .contact-lead,
  .philosophy p,
  .company dd {
    font-size: 15px;
  }

  .section {
    margin-top: 80px;
    width: calc(100% - 32px);
  }

  .eyebrow {
    font-size: 11px;
  }

  .section-heading {
    gap: 12px;
  }

  .section-heading h2 {
    font-size: 24px;
  }

  .about {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .about-copy {
    gap: 27px;
    width: 100%;
  }

  .about-image {
    height: 390px;
    width: 100%;
  }

  .service {
    gap: 30px;
    padding-top: 80px;
  }

  .service-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .service-card img {
    height: clamp(320px, 54vw, 420px);
  }

  .service-body h3 {
    font-size: 18px;
  }

  .service-body p {
    font-size: 14px;
  }

  .service-action {
    margin-top: 48px;
  }

  .news {
    gap: 48px;
    padding-top: 80px;
  }

  .news-head {
    align-items: flex-end;
  }

  .news-list {
    width: 100%;
  }

  .news-item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 24px 0;
  }

  .tag {
    font-size: 11px;
    margin: 8px 0;
    padding: 2px 8px;
  }

  .sp-only {
    display: block;
  }

  .company {
    margin-top: 80px;
    padding: 80px 24px;
  }

  .company-inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }

  .company-info,
  .company dl {
    width: 100%;
  }

  .company dl > div {
    grid-template-columns: 123px 1fr;
  }

  .company dt,
  .company dd {
    font-size: 15px;
  }

  .philosophy {
    min-height: auto;
    padding: 32px 28px;
    width: 100%;
  }

  .philosophy picture {
    height: auto;
    width: 100%;
  }

  .contact {
    padding: 80px 24px;
  }

  .contact .section-heading {
    margin-bottom: 40px;
  }

  .contact-lead {
    max-width: 358px;
  }

  .form-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .contact-form span {
    font-size: 14px;
  }

  .contact-form button {
    width: 278px;
  }

  .footer {
    min-height: 365px;
    padding: 50px 24px 30px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
  }

  .footer-nav {
    align-items: center;
    flex-direction: column;
    gap: 28px;
    text-align: center;
  }

  .footer-page-links,
  .footer-sub-links {
    align-items: center;
    flex-direction: column;
    gap: 18px;
  }

  .footer-nav a {
    font-size: 15px;
    line-height: 1.6;
  }

  .footer-page-links a,
  .footer-sub-links a {
    padding-left: 0;
  }

  .sp-menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 38px;
    opacity: 0;
    padding-bottom: 40px;
    pointer-events: none;
    transform: translateX(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .sp-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .sp-menu-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 24px 8px 16px;
    width: 100%;
  }

  .sp-menu-logo {
    display: inline-flex;
  }

  .sp-menu-logo img {
    height: 37px;
    object-fit: contain;
    width: 111px;
  }

  .menu-close {
    background: transparent;
    border: 0;
    height: 40px;
    padding: 0;
    width: 40px;
  }

  .sp-menu nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(100% - 32px);
  }

  .sp-menu nav a {
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    font-size: 15px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.6;
    padding-bottom: 24px;
  }

  .sp-menu nav span {
    font-size: 26px;
    font-weight: 300;
    line-height: 0.8;
  }

  .language-switcher--sp {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: center;
    line-height: 1.6;
    margin-top: -4px;
    width: calc(100% - 32px);
  }

  .language-switcher--sp *,
  .language-switcher--sp a,
  .language-switcher--sp .glink {
    background: transparent !important;
    border-bottom: 0;
    border: 0 !important;
    color: #fff;
    display: inline-flex !important;
    font-size: 15px !important;
    font-weight: 600;
    height: auto !important;
    letter-spacing: 0.08em !important;
    line-height: 1.6;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-decoration: none;
    width: auto !important;
  }

  .language-switcher--sp span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.6;
  }

  .sp-menu-contact {
    align-items: center;
    background: #fff;
    color: var(--ink);
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 72px;
    justify-content: center;
    max-width: 420px;
    width: calc(100% - 96px);
  }
}

.solid-link {
  align-items: center;
  background: var(--forest);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  gap: 18px;
  justify-content: center;
  line-height: 1.6;
  min-width: 166px;
  padding: 9px 18px;
  transition: opacity 0.2s ease;
}

.solid-link span[aria-hidden="true"] {
  display: inline-block;
  transition: transform 0.2s ease;
}

.solid-link:hover,
.solid-link:focus-visible {
  opacity: 0.72;
}

.solid-link:hover span[aria-hidden="true"],
.solid-link:focus-visible span[aria-hidden="true"] {
  transform: translateX(4px);
}

.page-about main {
  background: var(--bg);
  overflow: hidden;
}

.page-about {
  overflow-x: hidden;
}

.page-about main,
.page-about section,
.page-about div,
.page-about p,
.page-about li,
.page-about h1,
.page-about h2,
.page-about h3 {
  min-width: 0;
}

.about-hero {
  align-items: flex-start;
  background: linear-gradient(90deg, #fff 0%, #fff 43%, #fbfaf6 100%);
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(390px, 0.74fr) minmax(520px, 897px);
  min-height: 634px;
  padding: 106px var(--content-edge) 0;
}

.about-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px 0 56px;
  position: relative;
  z-index: 1;
}

.about-hero__copy .eyebrow,
.about-profile .eyebrow {
  color: #999b95;
  letter-spacing: 0.176em;
  margin: 0;
  text-transform: uppercase;
}

.about-hero__copy h1 {
  color: #3f403b;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.42;
  margin: 0;
}

.about-hero__line {
  background: #bfc0ba;
  display: block;
  height: 1px;
  width: 242px;
}

.about-hero__copy p {
  color: #54554f;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0;
}

.about-hero__image {
  height: 634px;
  min-width: 0;
  overflow: hidden;
}

.about-hero__image img {
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  width: 100%;
}

.about-statement {
  align-items: center;
  background: linear-gradient(90deg, #f0efec 0%, #f8f7f4 50%, #f0efec 100%);
  display: flex;
  justify-content: center;
  padding: 28px 20px 24px;
}

.about-statement p {
  color: #3f403b;
  font-size: 24px;
  letter-spacing: 0.083em;
  line-height: 1.54;
  margin: 0;
  text-align: center;
}

.about-profile {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(360px, 676px) minmax(360px, 481px);
  justify-content: center;
  min-height: 677px;
  padding: 17px 48px 16px;
}

.about-profile__image {
  height: 530px;
  overflow: hidden;
  width: 100%;
}

.about-profile__image img {
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
}

.about-profile__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 5px;
}

.about-profile__body h2 {
  color: #3f403b;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.42;
  margin: 0;
}

.about-profile__body h2 span,
.about-profile__body h2 small {
  font-size: 15px;
  font-weight: 400;
}

.about-profile__licenses {
  border-bottom: 1px solid #c9c9c2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 4px 0 19px;
}

.about-profile__licenses li {
  align-items: center;
  color: #4f514b;
  display: flex;
  font-size: 14px;
  gap: 12px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.license-icon {
  align-items: center;
  border: 1px solid #9ea198;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.license-icon img {
  height: 12px;
  object-fit: contain;
  width: 12px;
}

.license-icon img[src*="icon-profile-doctor"] {
  aspect-ratio: 12.4261 / 7.27011;
  height: auto;
  width: 13px;
}

.license-icon img[src*="icon-profile-medal"] {
  aspect-ratio: 10 / 14;
  height: 14px;
  width: auto;
}

.about-profile__field h3 {
  color: #3f403b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.069em;
  line-height: 1.6;
  margin: 0 0 4px;
}

.about-profile__field p {
  color: #54554f;
  font-size: 16px;
  letter-spacing: 0.034em;
  line-height: 1.48;
  margin: 0;
  overflow-wrap: anywhere;
}

.about-message {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) 502px;
  margin: 0 auto;
  max-width: 1216px;
  padding: 100px 48px 59px;
}

.about-section-label {
  color: #7d7f78;
  font-size: 15px;
  letter-spacing: 0.066em;
  line-height: 1.4;
  margin: 0;
}

.about-message__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-message__copy h2 {
  color: #3f403b;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0;
}

.about-message__copy p:not(.about-section-label) {
  color: #54554f;
  font-size: 14px;
  letter-spacing: 0.046em;
  line-height: 1.8;
  margin: 0;
}

.about-message__image {
  height: 212px;
  overflow: hidden;
}

.about-message__image img {
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  width: 100%;
}

.about-history {
  margin: 0 auto;
  max-width: 1216px;
  padding: 0 48px 78px;
}

.about-history h2,
.about-specialty h2 {
  color: #3f403b;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.52;
  margin: 0 0 20px;
}

.about-timeline {
  border-top: 1px solid #bfc0ba;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
}

.about-timeline li {
  color: #565851;
  position: relative;
}

.about-timeline li::before {
  background: #6f746b;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 7px;
}

.about-timeline time {
  color: #4a4c46;
  display: block;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.022em;
  line-height: 1.28;
  margin-bottom: 4px;
}

.about-timeline p {
  font-size: 12px;
  letter-spacing: 0.022em;
  line-height: 1.55;
  margin: 0;
}

.about-specialty {
  margin: 0 auto;
  max-width: 1216px;
  padding: 0 48px 100px;
  text-align: center;
}

.about-specialty__grid {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: left;
}

.about-specialty__grid article {
  align-items: center;
  display: grid;
  gap: 10px 15px;
  grid-template-columns: 54px 1fr;
  position: relative;
}

.about-specialty__grid article:not(:first-child)::before {
  background: #d0d1cc;
  content: "";
  height: 88px;
  left: -18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.specialty-icon-frame {
  align-items: center;
  border: 1px solid #aeb0aa;
  border-radius: 50%;
  display: flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.specialty-icon {
  display: block;
  object-fit: contain;
}

.specialty-icon--analysis {
  height: 21.1852px;
  width: 22.1481px;
}

.specialty-icon--coordinate {
  height: 27px;
  width: 27px;
}

.specialty-icon--story {
  height: 26px;
  width: 23px;
}

.about-specialty__grid h3 {
  color: #3f403b;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0;
}

.about-specialty__grid p {
  color: #585a54;
  font-size: 12px;
  grid-column: 2;
  letter-spacing: 0.033em;
  line-height: 1.54;
  margin: 0;
}

.about-report {
  align-items: center;
  display: grid;
  grid-template-columns: 456px 1fr;
  margin: 0 auto;
  max-width: 1128px;
}

.about-report__image {
  height: 169px;
  overflow: hidden;
}

.about-report__image img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.about-report__body {
  align-items: flex-start;
  background: #f1f0ec;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  min-height: 170px;
  padding: 22px 36px 22px 73px;
}

.about-report__body p {
  color: #3f403b;
  font-size: 14px;
  letter-spacing: 0.051em;
  line-height: 1.63;
  margin: 0;
}

@media (max-width: 1180px) {
  .about-hero {
    grid-template-columns: minmax(320px, 0.75fr) minmax(420px, 1fr);
  }

  .about-hero__copy {
    padding-left: 0;
    padding-right: 40px;
  }

  .about-profile {
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
  }

  .about-message {
    grid-template-columns: minmax(0, 1fr) 420px;
  }
}

@media (max-width: 900px) {
  .about-hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 92px var(--content-edge) 0;
  }

  .about-hero__copy {
    max-width: 540px;
    padding: 44px 0 48px;
  }

  .about-hero__image {
    height: 420px;
    width: calc(100% + var(--content-edge) * 2);
    margin-left: calc(var(--content-edge) * -1);
  }

  .about-hero__image img {
    object-position: center 42%;
  }

  .about-profile {
    grid-template-columns: 1fr;
    padding: 80px var(--content-edge);
  }

  .about-profile__image {
    height: 520px;
    margin: 0 auto 48px;
    max-width: 520px;
  }

  .about-profile__body {
    margin: 0 auto;
    max-width: 560px;
    padding-left: 0;
    width: 100%;
  }

  .about-message {
    grid-template-columns: 1fr;
    padding: 80px var(--content-edge) 56px;
  }

  .about-message__image {
    height: 260px;
  }

  .about-history,
  .about-specialty {
    padding-left: var(--content-edge);
    padding-right: var(--content-edge);
  }

  .about-timeline {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 18px;
    position: relative;
  }

  .about-timeline::before {
    background: #bfc0ba;
    content: "";
    height: calc(100% - 10px);
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }

  .about-timeline li::before {
    left: -21px;
    top: 4px;
  }

  .about-specialty__grid {
    grid-template-columns: 1fr;
  }

  .about-specialty__grid article::before {
    display: none;
  }

  .about-report {
    grid-template-columns: 1fr;
    max-width: calc(100% - var(--content-edge) * 2);
  }

  .about-report__image {
    height: 220px;
  }

  .about-report__body {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding-top: 82px;
  }

  .about-hero__copy {
    gap: 14px;
    padding-bottom: 38px;
  }

  .about-hero__copy h1 {
    font-size: 30px;
    letter-spacing: 0.06em;
    line-height: 1.52;
  }

  .about-hero__copy p {
    font-size: 13px;
  }

  .about-hero__image {
    height: 340px;
  }

  .about-statement {
    padding: 30px 24px;
  }

  .about-statement p {
    font-size: 17px;
    letter-spacing: 0.06em;
    max-width: 342px;
    overflow-wrap: anywhere;
    text-align: center;
    width: 100%;
  }

  .about-profile {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .about-profile__image {
    height: 430px;
    margin-bottom: 40px;
  }

  .about-profile__image img {
    object-position: 53% 18%;
  }

  .about-profile__body h2 {
    font-size: 22px;
  }

  .about-profile__body h2 small {
    display: block;
    margin-top: 2px;
  }

  .about-profile__body,
  .about-message__copy {
    max-width: min(342px, 100%);
    width: min(342px, 100%);
  }

  .about-profile__field {
    max-width: min(300px, 100%);
    width: min(300px, 100%);
  }

  .about-profile__licenses li {
    align-items: center;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    max-width: min(300px, 100%);
  }

  .about-profile__field p br,
  .about-message__copy p br {
    display: none;
  }

  .about-profile__field p,
  .about-message__copy h2,
  .about-message__copy p {
    line-break: anywhere;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .about-message {
    gap: 36px;
  }

  .about-message__copy h2 {
    font-size: 18px;
  }

  .about-history {
    padding-bottom: 64px;
  }

  .about-specialty {
    padding-bottom: 80px;
  }

  .about-specialty__grid article {
    grid-template-columns: 54px 1fr;
  }

  .specialty-icon-frame {
    height: 54px;
    width: 54px;
  }

  .about-report__image {
    height: 180px;
  }

  .about-report__body {
    padding: 28px 24px;
  }
}

@media (max-width: 420px) {
  .about-hero__copy h1 {
    font-size: 27px;
  }

  .about-hero__image {
    height: 290px;
  }

  .about-profile__image {
    height: 360px;
  }

  .about-report {
    max-width: calc(100% - 48px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.page-service {
  background: var(--bg);
}

.page-service main {
  overflow: hidden;
}

.service-page-hero {
  height: 526px;
  min-height: 466px;
  overflow: hidden;
  position: relative;
}

.service-page-hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.service-page-hero__copy {
  left: var(--content-edge);
  max-width: 586px;
  padding-left: 0;
  position: absolute;
  top: 142px;
  z-index: 1;
}

.service-page-hero__copy h1 {
  color: var(--text);
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.42;
  margin: 16px 0 17px;
  overflow-wrap: anywhere;
}

.service-page-hero__copy p:not(.eyebrow) {
  color: #54554f;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0;
  overflow-wrap: anywhere;
}

.service-statement {
  align-items: center;
  background: url("./assets/service-statement-banner.webp") center / cover no-repeat;
  display: flex;
  left: 50%;
  margin-left: -50vw;
  min-height: clamp(184px, 14vw, 236px);
  justify-content: center;
  overflow: hidden;
  padding: 28px clamp(152px, 20vw, 330px) 24px;
  position: relative;
  text-align: center;
  width: 100vw;
}

.service-statement__inner {
  max-width: min(760px, 100%);
  position: relative;
  z-index: 1;
}

.service-statement h2 {
  color: var(--text);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.54;
  margin: 0 0 13px;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.service-statement p {
  color: #585b56;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.95;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.service-list-section {
  padding: 50px 0 100px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin: 0 auto;
  max-width: 1270px;
  width: calc(100% - 80px);
}

.service-detail-card {
  box-shadow: 0 18px 22.5px rgba(60, 64, 58, 0.04);
  display: grid;
  grid-template-columns: 38% 62%;
  height: 287px;
  min-height: 287px;
  scroll-margin-top: 120px;
}

.service-detail-card--reverse {
  grid-template-columns: 62% 38%;
}

.service-detail-card__image {
  min-height: 287px;
  overflow: hidden;
}

.service-detail-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-detail-card:first-child .service-detail-card__image img {
  object-position: 38% 26%;
}

.service-detail-card--reverse .service-detail-card__image img {
  object-position: center;
}

.service-detail-card:last-child .service-detail-card__image img {
  object-position: 62% 32%;
}

.service-detail-card__body {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(300px, 407px) minmax(210px, 1fr);
  padding: 40px 62px 40px 60px;
}

.service-detail-card__copy h2 {
  align-items: baseline;
  color: #303530;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  gap: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 16px;
}

.service-detail-card__copy h2 span {
  color: #474c47;
  font-size: 35px;
  letter-spacing: 0.03em;
}

.service-detail-card__copy p {
  color: #5d635c;
  font-size: 13px;
  letter-spacing: 0.075em;
  line-height: 2.15;
  margin: 0;
}

.service-detail-card ul {
  border-left: 1px solid #bfc3bd;
  color: #383e38;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 8px;
  letter-spacing: 0.075em;
  line-height: 1.65;
  list-style: disc;
  margin: 0;
  padding: 4px 0 4px 32px;
}

.service-challenge,
.service-flow {
  margin: 0 auto;
  max-width: 1270px;
  padding-bottom: 100px;
  width: calc(100% - 80px);
}

.service-challenge h2,
.service-flow h2 {
  color: var(--text);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0 0 24px;
  text-align: center;
}

.service-challenge__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 24px;
}

.service-challenge article {
  background: #fff;
  border: 1px solid rgba(106, 109, 102, 0.16);
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 19px 26px 20px;
}

.service-challenge header {
  align-items: center;
  display: flex;
  gap: 10px;
  min-height: 49px;
}

.service-challenge header img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.service-challenge h3 {
  color: #4b514b;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0;
}

.service-challenge p {
  color: #5d635c;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin: 10px 0 0;
}

.service-challenge article > span {
  border-bottom: 1px solid #9ba097;
  color: #4b514b;
  display: block;
  font-size: 22px;
  line-height: 1;
  margin: 16px 0 4px;
  padding-bottom: 13px;
  width: 100%;
}

.service-flow__grid {
  display: grid;
  gap: 73px;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 24px;
}

.service-flow article {
  min-width: 0;
  position: relative;
}

.service-flow article:not(:last-child)::after {
  color: #8e928a;
  content: "→";
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: -52px;
  top: 75px;
}

.service-flow__number {
  align-items: center;
  background: #fff;
  border: 1px solid #c9ccc6;
  border-radius: 50%;
  color: #6a6d66;
  display: flex;
  font-family: var(--latin);
  font-size: 12px;
  height: 50px;
  justify-content: center;
  left: -16px;
  position: relative;
  width: 50px;
  z-index: 1;
}

.service-flow__box {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #c9ccc6;
  margin-top: -12px;
  min-height: 129px;
  padding: 21px 16px 18px;
  text-align: center;
}

.service-flow h3 {
  align-items: center;
  color: #4b514b;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 13px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0 0 8px;
}

.service-flow h3 img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.service-flow p {
  color: #5d635c;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 205px;
}

.service-cta {
  align-items: center;
  display: flex;
  height: 196px;
  justify-content: center;
  overflow: hidden;
  padding: 42px 20px;
  position: relative;
  text-align: center;
}

.service-cta > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.service-cta__inner {
  position: relative;
  z-index: 1;
}

.service-cta h2 {
  color: #464943;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.6;
  margin: 0 0 12px;
}

.service-cta p {
  color: #555a54;
  font-size: 11px;
  letter-spacing: 0.087em;
  line-height: 1.7;
  margin: 0 0 8px;
}

.service-cta__links {
  --service-cta-button-width: 180px;
  display: flex;
  gap: 24px;
  justify-content: center;
  padding-top: 6px;
}

.service-cta__links .solid-link,
.service-cta__links .outline-link {
  box-sizing: border-box;
  min-width: 0;
  width: var(--service-cta-button-width);
}

.outline-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #69706a;
  color: #333;
  display: inline-flex;
  font-size: 12px;
  gap: 10px;
  justify-content: center;
  line-height: 1.6;
  min-width: 180px;
  padding: 7px 13px;
  transition: opacity 0.2s ease;
}

.outline-link span[aria-hidden="true"] {
  display: inline-block;
  transition: transform 0.2s ease;
}

.outline-link:hover,
.outline-link:focus-visible {
  opacity: 0.72;
}

.outline-link:hover span[aria-hidden="true"],
.outline-link:focus-visible span[aria-hidden="true"] {
  transform: translateX(4px);
}

.page-service .contact {
  padding-top: 120px;
}

@media (max-width: 1180px) {
  .service-page-hero__copy {
    padding-left: 0;
  }

  .service-detail-card,
  .service-detail-card--reverse {
    grid-template-columns: minmax(330px, 42%) 1fr;
    height: auto;
  }

  .service-detail-card--reverse {
    grid-template-columns: 1fr minmax(330px, 42%);
  }

  .service-detail-card__body {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 36px 42px;
  }

  .service-detail-card ul {
    border-left: 0;
    border-top: 1px solid #bfc3bd;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 0 0 20px;
  }

  .service-challenge__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-flow__grid {
    gap: 28px;
    grid-template-columns: repeat(2, 1fr);
  }

  .service-flow article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .service-page-hero {
    height: 560px;
  }

  .service-page-hero__copy {
    left: 32px;
    max-width: min(520px, calc(100% - 64px));
    top: 128px;
  }

  .service-page-hero__copy h1 {
    font-size: 31px;
  }

  .service-statement {
    min-height: 220px;
    padding-inline: 96px;
  }

  .service-list,
  .service-challenge,
  .service-flow {
    width: calc(100% - 48px);
  }

  .service-detail-card,
  .service-detail-card--reverse {
    display: flex;
    flex-direction: column;
  }

  .service-detail-card--reverse .service-detail-card__image {
    order: -1;
  }

  .service-detail-card__image {
    height: 280px;
    min-height: 280px;
  }

  .service-detail-card__body {
    padding: 34px 32px 38px;
  }

  .service-challenge,
  .service-flow {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .service-page-hero {
    height: 620px;
  }

  .service-page-hero > img {
    object-position: 72% center;
  }

  .service-page-hero::after {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.52) 0%,
      rgba(255, 255, 255, 0.42) 44%,
      rgba(255, 255, 255, 0) 70%
    );
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
  }

  .service-page-hero__copy {
    left: 32px;
    max-width: calc(100% - 64px);
    top: 132px;
  }

  .service-page-hero__copy h1 {
    font-size: 27px;
    line-height: 1.65;
    word-break: break-all;
  }

  .service-page-hero__copy p:not(.eyebrow) {
    max-width: 320px;
    word-break: break-all;
  }

  .service-page-hero__copy p:not(.eyebrow) br,
  .service-statement p br {
    display: none;
  }

  .service-statement h2 {
    font-size: 20px;
    margin-inline: auto;
    max-width: 320px;
  }

  .service-statement p {
    margin-inline: auto;
    max-width: 320px;
  }

  .service-statement {
    padding-inline: 32px;
  }

  .service-list-section {
    padding: 42px 0 76px;
  }

  .service-detail-card__image {
    height: 240px;
    min-height: 240px;
  }

  .service-detail-card__body {
    padding: 30px 24px 34px;
  }

  .service-detail-card__copy h2 {
    gap: 18px;
  }

  .service-detail-card__copy h2 span {
    font-size: 30px;
  }

  .service-detail-card ul,
  .service-challenge__grid,
  .service-flow__grid {
    grid-template-columns: 1fr;
  }

  .service-challenge h2,
  .service-flow h2 {
    font-size: 21px;
  }

  .service-challenge article {
    min-height: 0;
  }

  .service-cta {
    height: auto;
    min-height: 220px;
  }

  .service-cta h2 {
    font-size: 17px;
    letter-spacing: 0.08em;
  }

  .service-cta__links {
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }

  .page-service .contact {
    padding-bottom: 88px;
    padding-top: 88px;
  }
}

@media (max-width: 420px) {
  .service-page-hero__copy {
    left: 24px;
    max-width: calc(100% - 48px);
  }

  .service-page-hero__copy h1 {
    font-size: 24px;
  }

  .service-list,
  .service-challenge,
  .service-flow {
    width: calc(100% - 32px);
  }
}

.page-privacy {
  background: #f6f6f6;
  overflow-x: hidden;
}

.privacy-hero {
  align-items: center;
  display: flex;
  height: 626px;
  min-height: 320px;
  overflow: hidden;
  padding: 0 80px;
  position: relative;
  width: 100%;
}

.privacy-hero__image {
  height: 184%;
  left: -2.2%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  position: absolute;
  top: -44.7%;
  width: 119.8%;
}

.privacy-hero__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 442px;
  justify-content: flex-start;
  padding-top: 128px;
  position: relative;
  width: 592px;
  z-index: 1;
}

.privacy-hero__copy h1 {
  color: #222;
  font-family: var(--display);
  font-size: 66px;
  font-weight: 400;
  letter-spacing: 2.48px;
  line-height: 68.2px;
  margin: 0;
}

.privacy-hero__ja {
  color: #666;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1.95px;
  line-height: 23.4px;
  margin: 10px 0 0;
}

.privacy-hero__lead {
  color: #444;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 27px;
  margin: 22px 0 0;
  max-width: 480px;
  overflow-wrap: anywhere;
}

.privacy-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1100px;
  padding: 25px 160px;
  width: 100%;
}

.privacy-policy-block {
  border-bottom: 1px solid #e0ddd9;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 0 33px;
}

.privacy-policy-block h2 {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 24px;
  margin: 0;
}

.privacy-policy-block p,
.privacy-policy-block li {
  color: #444;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 25px;
  overflow-wrap: anywhere;
}

.privacy-policy-block p {
  margin: 0;
}

.privacy-policy-block ol {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: -6px 0 0;
  padding: 0;
}

.privacy-policy-block a {
  color: #0400ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacy-policy-block--last {
  border-bottom: 0;
  gap: 10px;
}

.privacy-footer {
  align-items: center;
  background: #fff;
  border-top: 1px solid #e0ddd9;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.privacy-footer__visual,
.privacy-footer__meta,
.privacy-footer__logo {
  flex: none;
  min-width: 0;
  width: 100%;
}

.privacy-footer__visual {
  height: clamp(190px, 18vw, 280px);
  overflow: hidden;
  position: relative;
}

.privacy-footer__visual img {
  height: 100%;
  left: 0;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.privacy-footer__meta {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 39px 16px 0;
  text-align: center;
}

.privacy-footer__meta p {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 21.6px;
  margin: 0 0 15px;
}

.privacy-footer__meta p:first-child {
  color: #888;
  line-height: 24.2px;
  margin-bottom: 20px;
}

.privacy-footer__meta p:nth-child(2) {
  color: #555;
  font-weight: 400;
  margin-bottom: 20px;
}

.privacy-footer__logo {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 16px 0 36px;
}

.privacy-footer__logo img {
  height: 42px;
  object-fit: contain;
  width: 124px;
}

@media (max-width: 1024px) {
  .privacy-hero {
    height: 520px;
    padding: 0 48px;
  }

  .privacy-hero__image {
    height: 150%;
    left: -18%;
    top: -24%;
    width: 148%;
  }

  .privacy-hero__copy {
    height: auto;
    padding-top: 96px;
    width: min(560px, 64vw);
  }

  .privacy-hero__copy h1 {
    font-size: 50px;
    line-height: 1;
  }

  .privacy-hero__ja {
    font-size: 20px;
    line-height: 1.4;
  }

  .privacy-content {
    max-width: 840px;
    padding: 24px 64px;
  }
}

@media (max-width: 767px) {
  .privacy-hero {
    align-items: flex-start;
    height: 430px;
    padding: 0 32px;
  }

  .privacy-hero__image {
    height: 100%;
    left: -58%;
    object-position: center;
    top: 0;
    width: 190%;
  }

  .privacy-hero__copy {
    max-width: 100%;
    padding-top: 138px;
    width: 100%;
  }

  .privacy-hero__copy h1 {
    font-size: clamp(30px, 8vw, 34px);
    letter-spacing: 1px;
    line-height: 1;
  }

  .privacy-hero__ja {
    font-size: 17px;
    letter-spacing: 1.2px;
    margin-top: 8px;
  }

  .privacy-hero__lead {
    font-size: 13px;
    line-height: 2;
    margin-top: 18px;
    max-width: calc(100vw - 64px);
    white-space: normal;
    width: 100%;
    word-break: break-all;
  }

  .privacy-hero__lead br {
    display: none;
  }

  .privacy-content {
    margin: 0 32px;
    padding: 18px 0 28px;
    width: auto;
  }

  .privacy-policy-block {
    gap: 12px;
    padding: 28px 0;
  }

  .privacy-policy-block h2 {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.55;
  }

  .privacy-policy-block p,
  .privacy-policy-block li {
    font-size: 12px;
    line-height: 2;
    max-width: calc(100vw - 64px);
    white-space: normal;
    width: 100%;
    word-break: break-all;
  }

  .privacy-footer {
    flex-direction: column;
    height: auto;
    min-height: 360px;
  }

  .privacy-footer__visual,
  .privacy-footer__meta,
  .privacy-footer__logo {
    flex: none;
    width: 100%;
  }

  .privacy-footer__visual {
    height: 120px;
  }

  .privacy-footer__visual img {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  .privacy-footer__meta {
    padding: 34px 24px 8px;
  }

  .privacy-footer__logo {
    height: auto;
    padding: 20px 0 42px;
  }
}

@media (max-width: 420px) {
  .privacy-hero {
    padding: 0 24px;
  }

  .privacy-hero__copy {
    padding-top: 126px;
  }

  .privacy-content {
    margin-inline: 24px;
  }

  .privacy-hero__lead,
  .privacy-policy-block p,
  .privacy-policy-block li {
    max-width: calc(100vw - 48px);
  }
}

.page-research {
  background: #f6f6f6;
  overflow-x: hidden;
}

.page-research *,
.page-research *::before,
.page-research *::after {
  box-sizing: border-box;
}

.research-hero {
  height: 526px;
  min-height: 466px;
  overflow: hidden;
  padding: 106px 160px 0 60px;
  position: relative;
  width: 100%;
}

.research-hero__image {
  height: 191.5%;
  left: -1.8%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: -66.8%;
  width: 105.2%;
}

.research-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 52px;
  padding-top: 36px;
  position: relative;
  width: 586px;
  z-index: 1;
}

.research-hero__eyebrow {
  color: #999b95;
  font-family: var(--latin);
  font-size: 15px;
  letter-spacing: 2.64px;
  line-height: 12px;
  margin: 0;
}

.research-hero h1 {
  color: #3f403b;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 2.79px;
  line-height: 52.7px;
  margin: 0;
}

.research-hero__copy p:not(.research-hero__eyebrow) {
  color: #54554f;
  font-size: 14px;
  letter-spacing: 0.55px;
  line-height: 23.65px;
  margin: 0;
  width: 321px;
}

.research-main {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 34px 0 85px;
}

.research-filter {
  max-width: 1160px;
  padding: 0 24px;
  width: 100%;
}

.research-search {
  align-items: center;
  background: #fff;
  border: 1px solid #bdb9b0;
  display: flex;
  height: 55px;
  max-width: 600px;
  padding: 1px 23px;
  width: 100%;
}

.research-search > span:not(.sr-only) {
  border: 1px solid #9a9d98;
  border-radius: 50%;
  height: 15px;
  margin-right: 16px;
  opacity: 0.7;
  position: relative;
  width: 15px;
}

.research-search > span:not(.sr-only)::after {
  background: #9a9d98;
  content: "";
  height: 1px;
  position: absolute;
  right: -6px;
  top: 12px;
  transform: rotate(45deg);
  width: 8px;
}

.research-search input {
  background: transparent;
  border: 0;
  color: #555a53;
  flex: 1;
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  letter-spacing: 1px;
  outline: 0;
}

.research-search input::placeholder {
  color: #9a9d98;
}

.research-filter > p {
  color: #353934;
  font-size: 13.2px;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin: 37px 0 0;
}

.research-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 14px;
  margin-top: 18px;
  max-width: 1060px;
}

.research-tags button,
.research-tags a {
  background: #fff;
  border: 1px solid #bfc0bb;
  border-radius: 999px;
  color: #555a53;
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 12.4px;
  font-weight: 600;
  letter-spacing: 0.744px;
  padding: 10px 26px 11px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.research-tags button:hover,
.research-tags a:hover {
  background: #f1f0ec;
  opacity: 0.8;
}

.research-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  max-width: 1112px;
  min-width: 0;
  width: calc(100% - 48px);
}

.research-card {
  background: #fff;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 471px;
  padding: 25px;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.research-card--link {
  cursor: pointer;
}

.research-card--link.is-visible:hover {
  background: #fdfdfb;
  border-color: #e7e6e1;
  box-shadow: 0 14px 32px rgba(53, 57, 52, 0.06);
  transform: translateY(-2px);
}

.research-card__overlay {
  inset: 0;
  position: absolute;
  z-index: 3;
}

.research-card__overlay:focus-visible {
  border-radius: 2px;
  box-shadow: 0 0 0 3px rgba(91, 98, 91, 0.28);
  outline: none;
}

.research-card__num {
  color: #454942;
  font-family: "Inter", sans-serif;
  font-size: 18.3px;
  font-style: italic;
  letter-spacing: 1px;
  margin: 0;
}

.research-card__icon {
  align-items: center;
  background: #f1f0ec;
  border-radius: 50%;
  display: flex;
  height: 194px;
  justify-content: center;
  margin: 18px auto 17px;
  overflow: hidden;
  transition: background-color 0.25s ease, opacity 0.25s ease;
  width: 194px;
}

.research-card--link:hover .research-card__icon {
  background: #ebeae5;
  opacity: 0.94;
}

.research-card__icon img {
  height: 174px;
  object-fit: cover;
  opacity: 0.86;
  width: 174px;
}

.research-card h2 {
  color: #353934;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: 0.908px;
  line-height: 28.38px;
  margin: 0;
  min-height: 73px;
  min-width: 0;
}

.research-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  min-height: 30px;
  position: relative;
  z-index: 1;
}

.research-card__tags span {
  border: 1px solid #c3c4bf;
  border-radius: 999px;
  color: #6d716b;
  font-size: 10.8px;
  letter-spacing: 0.75px;
  line-height: 1;
  padding: 8px 17px;
}

.research-card__link {
  align-items: center;
  color: #626660;
  display: inline-flex;
  font-size: 12.2px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.976px;
  margin-top: auto;
  padding-top: 30px;
  position: relative;
  width: fit-content;
  z-index: 1;
}

.research-card__link span,
.research-consult__copy a span {
  border-top: 1px solid currentColor;
  display: inline-block;
  height: 1px;
  position: relative;
  transition: transform 0.2s ease;
  width: 24px;
}

.research-card__link span::after,
.research-consult__copy a span::after {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: -5px;
  transform: rotate(45deg);
  width: 8px;
}

.research-card--link:hover .research-card__link span,
.research-card__link:hover span,
.research-consult__copy a:hover span {
  transform: translateX(4px);
}

.research-empty {
  background: #fff;
  color: #353934;
  grid-column: 1 / -1;
  margin-bottom: 72px;
  padding: 64px 48px;
  text-align: center;
}

.research-empty h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
  margin: 0;
}

.research-empty p {
  color: #626660;
  font-size: 14px;
  line-height: 1.9;
  margin: 14px 0 0;
}

.research-pagination {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 30px 0 72px;
}

.research-pagination a,
.research-pagination span {
  align-items: center;
  color: #353934;
  display: inline-flex;
  font-size: 13px;
  height: 27px;
  justify-content: center;
  min-width: 27px;
}

.research-pagination .is-current {
  background: #5b625b;
  border-radius: 50%;
  color: #fff;
}

.research-pagination .is-disabled {
  color: rgba(53, 57, 52, 0.62);
  pointer-events: none;
}

.research-pagination__next {
  gap: 12px;
  min-width: auto;
}

.research-pagination__next::after {
  background: #333;
  content: "";
  height: 1px;
  width: 33px;
}

.research-consult {
  align-items: center;
  background: #fff;
  border-radius: 3px;
  display: flex;
  min-height: 271px;
  max-width: 1372px;
  overflow: hidden;
  padding: 39px 48px 39px 214px;
  position: relative;
  width: calc(100% - 68px);
}

.research-consult__bg {
  height: 292px;
  object-fit: cover;
  position: absolute;
  right: -30px;
  top: -3px;
  width: 610px;
}

.research-consult__side {
  bottom: -25px;
  height: calc(100% + 93px);
  left: -89px;
  overflow: hidden;
  position: absolute;
  top: -68px;
  width: 332px;
}

.research-consult__side img {
  height: 627px;
  left: 85px;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: -103px;
  width: 353px;
}

.research-consult__copy {
  display: flex;
  flex-direction: column;
  gap: 23px;
  position: relative;
  z-index: 1;
}

.research-consult__copy h2 {
  color: #353934;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 2.32px;
  margin: 0;
}

.research-consult__copy p {
  color: #353934;
  font-size: 13.2px;
  letter-spacing: 0.75px;
  line-height: 26.4px;
  margin: 0;
}

.research-consult__copy a {
  align-items: center;
  background: #5b625b;
  color: #fff;
  display: inline-flex;
  font-size: 12.5px;
  font-weight: 700;
  gap: 20px;
  letter-spacing: 0.75px;
  padding: 19px 38px;
  transition: opacity 0.2s ease;
  width: max-content;
}

.research-consult__copy a:hover {
  opacity: 0.72;
}

@media (max-width: 1180px) {
  .research-hero {
    padding-left: 48px;
    padding-right: 48px;
  }

  .research-hero__copy {
    padding-left: 0;
  }

  .research-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .research-empty {
    margin-bottom: 64px;
  }

  .research-consult {
    padding-left: 160px;
  }
}

@media (max-width: 767px) {
  .research-hero {
    height: 430px;
    min-height: 430px;
    padding: 118px 32px 0;
  }

  .research-hero__image {
    height: 100%;
    left: -42%;
    top: 0;
    width: 164%;
  }

  .research-hero__copy {
    gap: 14px;
    padding: 44px 0 0;
    width: min(100%, 320px);
  }

  .research-hero__eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .research-hero h1 {
    font-size: 28px;
    letter-spacing: 0.12em;
    line-height: 1.5;
  }

  .research-hero__copy p:not(.research-hero__eyebrow) {
    font-size: 13px;
    line-height: 1.9;
    width: 100%;
  }

  .research-main {
    padding: 28px 0 70px;
  }

  .research-filter {
    max-width: none;
    padding: 0 24px;
    width: calc(100vw - 40px);
  }

  .research-search {
    height: 50px;
    max-width: 100%;
    width: 100%;
  }

  .research-tags {
    display: flex;
    gap: 10px;
    max-width: min(100%, 320px);
    width: 100%;
  }

  .research-tags button {
    font-size: 11px;
    padding: 9px 15px;
    width: auto;
  }

  .research-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
    max-width: none;
    width: calc(100% - 48px);
  }

  .research-card {
    box-sizing: border-box;
    min-height: 430px;
    overflow: hidden;
    width: 100%;
  }

  .research-card h2,
  .research-card__tags,
  .research-card__tags span {
    box-sizing: border-box;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: break-all;
  }

  .research-card h2 {
    display: block;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.9;
    min-height: auto;
    width: min(100%, 270px);
  }

  .research-card__tags {
    min-height: 0;
    width: min(100%, 270px);
  }

  .research-card__link {
    margin-top: auto;
    padding-top: 22px;
  }

  .research-card__icon {
    height: 170px;
    width: 170px;
  }

  .research-card__icon img {
    height: 152px;
    width: 152px;
  }

  .research-card--link.is-visible:hover {
    transform: none;
  }

  .research-empty {
    margin-bottom: 48px;
    padding: 48px 24px;
  }

  .research-pagination {
    margin-bottom: 48px;
  }

  .research-consult {
    align-items: flex-start;
    min-height: 330px;
    padding: 42px 28px;
    width: calc(100% - 32px);
  }

  .research-consult__bg {
    bottom: 0;
    height: 170px;
    opacity: 0.65;
    right: -120px;
    top: auto;
    width: 420px;
  }

  .research-consult__side {
    display: none;
  }

  .research-consult__copy h2 {
    font-size: 22px;
    line-height: 1.6;
    white-space: normal;
  }

  .research-consult__copy p {
    font-size: 13px;
  }

  .research-consult__copy p br {
    display: none;
  }
}

@media (max-width: 420px) {
  .research-hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .research-filter,
  .research-grid {
    width: calc(100vw - 32px);
  }

  .research-filter {
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .research-card,
  .research-card__icon,
  .research-card__link span {
    transition: none;
  }

  .research-card--link.is-visible:hover {
    transform: none;
  }
}

/* Research detail page */
.page-research-detail {
  background: #f6f6f6;
  overflow-x: hidden;
}

.page-research-detail *,
.page-research-detail *::before,
.page-research-detail *::after {
  box-sizing: border-box;
}

.research-detail {
  color: #384038;
}

.research-detail-container {
  max-width: 1180px;
  width: calc(100% - 120px);
}

.research-detail-hero {
  min-height: 585px;
  overflow: hidden;
  padding: 110px 0 64px;
  position: relative;
}

.research-detail-hero::after {
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  bottom: 0;
  content: "";
  height: 140px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.research-detail-hero__image {
  height: 629px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  position: absolute;
  right: -215px;
  top: 18px;
  width: 1074px;
}

.research-detail-hero__inner {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  width: calc(100% - 120px);
  z-index: 1;
}

.research-breadcrumb {
  align-items: center;
  color: #9da29c;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 14px;
  letter-spacing: 1.32px;
  line-height: 1.95;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.research-breadcrumb a {
  color: inherit;
}

.research-breadcrumb span {
  color: #b5b8b2;
}

.research-breadcrumb span:last-child {
  color: #9da29c;
  max-width: min(100%, 560px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.research-detail__eyebrow {
  color: #7f857d;
  font-family: var(--latin);
  font-size: 14px;
  letter-spacing: 2.24px;
  line-height: 1.95;
  margin: 0 0 5px;
}

.research-detail-hero h1 {
  color: #2f332f;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 3.04px;
  line-height: 1.65;
  margin: 0;
  max-width: 900px;
}

.research-detail__source {
  color: #5f665e;
  font-size: 13px;
  letter-spacing: 0.56px;
  line-height: 2;
  margin: 12px 0 0;
  max-width: 720px;
}

.research-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
  list-style: none;
  margin: 25px 0 0;
  max-width: 790px;
  padding: 0;
}

.research-detail-tags a {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d9d8d1;
  color: #626962;
  display: block;
  font-size: 12px;
  letter-spacing: 0.96px;
  line-height: 1;
  min-width: 118px;
  padding: 13px 17px;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.research-detail-tags a:hover {
  background: #f1f0ec;
  border-color: #c3c4bf;
  opacity: 0.86;
}

.research-detail__lead {
  color: #4c534c;
  font-size: 15.9px;
  letter-spacing: 0.56px;
  line-height: 2.25;
  margin: 38px 0 0;
  max-width: 760px;
}

.research-detail-overview,
.research-detail-result {
  background: #fff;
}

.research-detail-overview {
  padding: 50px 0 20px;
}

.research-detail-overview__grid {
  align-items: center;
  display: grid;
  gap: 220px;
  grid-template-columns: minmax(0, 1fr) 340px;
  margin: 0 auto;
}

.research-detail-panel h2,
.research-detail-result h2 {
  border-bottom: 1px solid #888d86;
  color: #303630;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.76px;
  line-height: 1.95;
  margin: 0 0 22px;
  padding-bottom: 15px;
}

.research-overview-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.research-overview-list div {
  display: grid;
  gap: 24px;
  grid-template-columns: 145px minmax(0, 1fr);
}

.research-overview-list dt {
  color: #384038;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  line-height: 2.15;
}

.research-overview-list dd {
  color: #384038;
  font-size: 16px;
  letter-spacing: 0.56px;
  line-height: 2.15;
  margin: 0;
}

.research-detail-icon {
  align-items: center;
  background: #f5f4ef;
  border-radius: 50%;
  display: flex;
  height: 292px;
  justify-content: center;
  overflow: hidden;
  width: 292px;
}

.research-detail-icon img {
  height: 302px;
  object-fit: cover;
  opacity: 0.86;
  width: 242px;
}

.research-detail-result {
  padding: 15px 0 48px;
}

.research-detail-result .research-detail-container {
  margin: 0 auto;
}

.research-result-grid {
  display: grid;
  gap: 78px;
  grid-template-columns: 560px minmax(0, 1fr);
}

.research-result-grid--text-only {
  display: block;
}

.research-chart {
  background: #fff;
  border: 1px solid #d9d8d1;
  margin: 0;
  min-height: 342px;
  padding: 32px 31px 23px;
}

.research-chart--image {
  align-self: start;
  min-height: 0;
}

.research-chart--image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.research-chart__plot {
  border-bottom: 1px solid #888d86;
  border-left: 1px solid #888d86;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, 1fr);
  height: 246px;
  margin: 0 auto;
  padding: 34px 42px 30px;
  position: relative;
  width: min(100%, 498px);
}

.research-chart__bar {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  position: relative;
}

.research-chart__bar span {
  background: #aeb9a2;
  display: block;
  height: var(--bar-height);
  width: 42px;
}

.research-chart__bar--water span {
  background: #d7d4cd;
}

.research-chart__bar--chamomile span {
  background: #b9c0ad;
}

.research-chart__bar em {
  bottom: -26px;
  color: #555;
  font-size: 10px;
  font-style: normal;
  left: 50%;
  letter-spacing: 0.2px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.research-chart__note {
  border-top: 1px solid #555;
  color: #555;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  margin: 0;
  padding-top: 5px;
  position: absolute;
  top: 22px;
}

.research-chart__note--left {
  left: 138px;
  width: 96px;
}

.research-chart__note--right {
  left: 252px;
  width: 98px;
}

.research-chart figcaption {
  color: #777;
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 1.8;
  margin-top: 16px;
}

.research-result-copy {
  padding-top: 50px;
}

.research-result-copy h3 {
  color: #303630;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.76px;
  line-height: 1.95;
  margin: 0 0 26px;
}

.research-result-copy p {
  color: #384038;
  font-size: 15px;
  letter-spacing: 0.56px;
  line-height: 2.15;
  margin: 0 0 12px;
}

.research-viewpoint {
  align-items: center;
  border: 1px solid #d9d8d1;
  display: grid;
  gap: 28px;
  grid-template-columns: 80px minmax(0, 1fr);
  margin-top: 34px;
  padding: 23px 32px;
}

.research-viewpoint__icon {
  align-items: center;
  background: transparent;
  border-radius: 50%;
  display: flex;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  width: 64px;
}

.research-viewpoint__icon img {
  height: 64px;
  object-fit: contain;
  width: 64px;
}

.research-viewpoint h3 {
  color: #303630;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin: 0 0 8px;
}

.research-viewpoint p {
  color: #4c534c;
  font-size: 13px;
  letter-spacing: 0.48px;
  line-height: 2;
  margin: 0;
}

.research-detail-back {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 35px 0 28px;
}

.research-detail-back a,
.research-detail-cta__box a {
  align-items: center;
  border: 1px solid #d9d8d1;
  color: #5b625b;
  display: inline-flex;
  font-size: 13px;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.78px;
  min-width: 240px;
  padding: 13px 28px;
  transition: opacity 0.2s ease;
}

.research-detail-back a span,
.research-detail-cta__box a span {
  border-top: 1px solid currentColor;
  display: inline-block;
  height: 1px;
  position: relative;
  transition: transform 0.2s ease;
  width: 24px;
}

.research-detail-back a span::after,
.research-detail-cta__box a span::after {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: -5px;
  transform: rotate(45deg);
  width: 8px;
}

.research-detail-back a:hover,
.research-detail-cta__box a:hover {
  opacity: 0.72;
}

.research-detail-back a:hover span,
.research-detail-cta__box a:hover span {
  transform: translateX(4px);
}

.research-detail-nav {
  border-top: 1px solid #d9d8d1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 20px;
}

.research-detail-nav a {
  align-items: center;
  color: #596057;
  display: flex;
  gap: 16px;
  min-height: 66px;
}

.research-detail-nav a:last-child {
  justify-content: flex-end;
  text-align: right;
}

.research-detail-nav__arrow,
.research-detail-nav__icon {
  align-items: center;
  background: #f0efeb;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.research-detail-nav__icon {
  overflow: hidden;
}

.research-detail-nav__icon img {
  display: block;
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.research-detail-nav small {
  font-size: 12px;
  letter-spacing: 0.56px;
  line-height: 1.8;
}

.research-detail-cta {
  padding: 50px 0 0;
}

.research-detail-cta .research-detail-container {
  margin: 0 auto;
}

.research-detail-cta__box {
  align-items: center;
  background: linear-gradient(90deg, #f7f4ee 0%, #fff 48%, #f3f1ed 100%);
  display: flex;
  justify-content: space-between;
  min-height: 113px;
  padding: 24px 74px;
}

.research-detail-cta__box p {
  color: #3e443d;
  font-size: 22px;
  letter-spacing: 1.76px;
  line-height: 1.7;
  margin: 0;
}

.research-detail-cta__box a {
  background: #5d645d;
  border-color: #5d645d;
  color: #fff;
  min-width: 300px;
  padding: 18px 30px;
}

@media (max-width: 1180px) {
  .research-detail-container,
  .research-detail-hero__inner {
    width: calc(100% - 80px);
  }

  .research-detail-overview__grid {
    gap: 80px;
    grid-template-columns: minmax(0, 1fr) 260px;
  }

  .research-detail-icon {
    height: 240px;
    width: 240px;
  }

  .research-result-grid {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr);
  }

  .research-result-copy {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .research-detail-container,
  .research-detail-hero__inner {
    width: calc(100% - 48px);
  }

  .page-research-detail h1,
  .page-research-detail h2,
  .page-research-detail h3,
  .page-research-detail p,
  .page-research-detail dd,
  .page-research-detail dt,
  .page-research-detail li,
  .page-research-detail small {
    line-break: anywhere;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: break-all;
  }

  .research-detail-hero__inner {
    margin-left: 24px;
    margin-right: auto;
    max-width: 312px;
  }

  .research-detail-hero {
    min-height: 640px;
    padding: 108px 0 58px;
  }

  .research-detail-hero__image {
    height: 420px;
    opacity: 0.72;
    right: -330px;
    top: 100px;
    width: 720px;
  }

  .research-breadcrumb {
    display: none;
  }

  .research-detail__eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .research-detail-hero h1 {
    font-size: 22px;
    letter-spacing: 0;
    line-break: anywhere;
    line-height: 1.75;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: break-all;
  }

  .research-detail__source {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.9;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: break-all;
  }

  .research-detail-tags {
    gap: 10px;
    margin-top: 20px;
    max-width: 100%;
  }

  .research-detail-tags a {
    font-size: 10px;
    letter-spacing: 0.04em;
    min-width: auto;
    max-width: 154px;
    overflow-wrap: anywhere;
    padding: 9px 10px;
    word-break: break-all;
  }

  .research-detail__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 26px;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: break-all;
  }

  .research-detail-overview {
    padding-top: 44px;
  }

  .research-detail-overview__grid {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .research-detail-panel h2,
  .research-detail-result h2 {
    font-size: 21px;
  }

  .research-overview-list div {
    gap: 4px;
    grid-template-columns: 1fr;
  }

  .research-overview-list dt,
  .research-overview-list dd {
    font-size: 13px;
    line-height: 1.9;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .research-detail-icon {
    height: 190px;
    justify-self: center;
    width: 190px;
  }

  .research-detail-icon img {
    height: 198px;
    width: 158px;
  }

  .research-result-grid {
    gap: 34px;
  }

  .research-chart {
    padding: 24px 18px 18px;
    overflow: hidden;
  }

  .research-chart__plot {
    gap: 6px;
    height: 220px;
    padding: 34px 4px 30px;
    width: 100%;
  }

  .research-chart__bar span {
    width: 24px;
  }

  .research-chart__bar em {
    font-size: 8px;
    white-space: normal;
    width: 48px;
  }

  .research-chart__note--left {
    left: 48px;
    width: 50px;
  }

  .research-chart__note--right {
    left: 102px;
    width: 50px;
  }

  .research-result-copy h3 {
    font-size: 18px;
    line-height: 1.8;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .research-result-copy p {
    font-size: 14px;
    line-height: 2;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .research-viewpoint {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .research-viewpoint p {
    font-size: 12px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .research-detail-nav {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .research-detail-nav a:last-child {
    justify-content: flex-start;
    text-align: left;
  }

  .research-detail-cta__box {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 32px 24px;
  }

  .research-detail-cta__box p {
    font-size: 18px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .research-detail-cta__box a {
    min-width: 0;
    width: 100%;
  }
}
