@import url("../../fonts/pretendard/pretendard-deferred.css");

:root {
  --shell: #f4e7da;
  --cream: #fff8ef;
  --paper: #fffdf9;
  --ink: #1c2d2a;
  --muted: #66706b;
  --apricot: #e86f45;
  --apricot-dark: #c65332;
  --aubergine: #5e2448;
  --evergreen: #164c43;
  --sage: #b9cdbf;
  --white: #fff;
  --line: rgba(28,45,42,.22);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Pretendard", "Noto Sans KR", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: clip; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; word-break: keep-all; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, figure { margin: 0; }
address { font-style: normal; }
:focus-visible { outline: 3px solid #ffd281; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 9px 14px; background: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 150; inset: 0 0 auto; height: 89px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; padding: 0 7.5vw; background: rgba(255,248,239,.97); box-shadow: 0 1px rgba(28,45,42,.09); backdrop-filter: blur(10px); }
.brand { display: inline-flex; align-items: baseline; width: max-content; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 43px; font-weight: 700; letter-spacing: -.07em; }
.brand span { margin-left: 5px; font-size: 27px; font-weight: 430; letter-spacing: -.04em; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px,2vw,35px); font-size: 13px; }
.desktop-nav > div { position: relative; }
.desktop-nav button, .desktop-nav > a { padding: 30px 0; border: 0; background: transparent; }
.desktop-nav button i { margin-left: 5px; font-style: normal; }
.nav-pop { position: absolute; top: 68px; left: -18px; min-width: 180px; display: grid; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); box-shadow: 0 18px 40px rgba(28,45,42,.13); visibility: hidden; opacity: 0; transform: translateY(8px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.desktop-nav > div:hover .nav-pop,
.desktop-nav > div:focus-within .nav-pop,
.desktop-nav button[aria-expanded="true"] + .nav-pop { visibility: visible; opacity: 1; transform: none; }
.nav-pop a { padding: 9px 10px; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.header-book, .header-login { min-height: 47px; display: grid; place-items: center; padding: 0 24px; border: 1px solid var(--ink); border-radius: 10px; font-size: 13px; font-weight: 740; }
.header-book { color: var(--white); border-color: var(--apricot); background: var(--apricot); }
.menu-toggle { display: none; width: 54px; height: 48px; border: 0; background: transparent; }
.menu-toggle span { width: 29px; height: 3px; display: block; margin: 5px auto; border-radius: 99px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 140; inset: 89px 0 0; overflow-y: auto; background: var(--cream); }
.mobile-menu[hidden] { display: none; }
.mobile-menu > div { width: min(760px, calc(100% - 50px)); margin: 30px auto; }
.mobile-menu a { min-height: 67px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 28px; }
.mobile-menu p { display: grid; gap: 6px; margin-top: 38px; }
.mobile-menu small { color: var(--apricot-dark); letter-spacing: .15em; }

main { padding-top: 89px; }
.eyebrow { color: var(--aubergine); font-size: 10px; font-weight: 820; letter-spacing: .16em; line-height: 1.4; }
.button { min-height: 48px; display: inline-grid; place-items: center; padding: 10px 27px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 780; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--apricot); }
.button.light { color: var(--ink); background: var(--cream); box-shadow: inset 0 0 0 1px rgba(28,45,42,.06); }

.hero { height: 819px; display: grid; grid-template-columns: 53% 47%; background: var(--shell); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 55px 7.6vw; }
.hero h1 { margin-top: 18px; font-family: var(--serif); font-size: clamp(52px,4.75vw,69px); font-weight: 400; letter-spacing: -.048em; line-height: .98; }
.hero h1 em { font-weight: 400; }
.hero ul { display: grid; gap: 12px; margin: 38px 0 0; padding: 0; list-style: none; font-size: 17px; }
.hero li { position: relative; padding-left: 29px; }
.hero li::before { position: absolute; top: 1px; left: 0; width: 20px; height: 20px; display: grid; place-items: center; content: "✓"; border-radius: 50%; color: var(--white); background: var(--apricot); font-size: 13px; font-weight: 900; }
.hero-actions { display: flex; gap: 14px; margin-top: 37px; }
.hero-media { min-width: 0; overflow: hidden; }
.hero-media img { height: 100%; object-fit: cover; object-position: 61% center; }

.proof { height: 360px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px 5vw; background: var(--cream); text-align: center; }
.proof h2 { font-family: var(--serif); font-size: 37px; font-weight: 400; }
.proof-marks { width: min(1120px, 100%); display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 31px; }
.proof-marks span { min-height: 52px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 7px; color: var(--evergreen); background: var(--paper); font-family: var(--serif); font-size: 18px; font-weight: 700; }
.proof .button { margin-top: 25px; }

.section-heading { width: min(850px, calc(100% - 44px)); margin-inline: auto; text-align: center; }
.section-heading h2 { margin-top: 10px; font-family: var(--serif); font-size: 48px; font-weight: 400; letter-spacing: -.035em; line-height: 1.1; }
.section-heading > span { display: block; margin-top: 14px; color: var(--muted); font-size: 13px; }
.services { height: 1170px; overflow: hidden; padding: 92px 7.5vw 65px; background: var(--shell); }
.service-grid { width: min(1220px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 53px auto 0; }
.service-card { position: relative; height: 362px; overflow: hidden; border-radius: 8px; color: var(--white); background: var(--evergreen); }
.service-card img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card::after { position: absolute; inset: 36% 0 0; content: ""; background: linear-gradient(transparent, rgba(17,33,30,.82)); }
.service-card > span { position: absolute; z-index: 2; inset: auto 25px 22px; display: grid; gap: 3px; }
.service-card strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.service-card small { font-size: 9px; letter-spacing: .12em; }
.service-card i { margin-top: 10px; font-size: 11px; font-style: normal; font-weight: 740; transition: transform .25s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-card:hover i { transform: translateX(6px); }
.arrow-link { width: max-content; display: flex; align-items: center; gap: 13px; margin: 24px auto 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 730; }
.arrow-link span { font-size: 18px; }

.stats { height: 468px; display: flex; flex-direction: column; justify-content: center; padding: 54px 7.5vw; color: var(--white); background-color: var(--aubergine); background-image: radial-gradient(circle at 20% 30%, rgba(232,111,69,.25), transparent 28%), radial-gradient(circle at 80% 70%, rgba(22,76,67,.42), transparent 34%); text-align: center; }
.stats > h2 { font-family: var(--serif); font-size: 42px; font-weight: 400; }
.stats-grid { width: min(1180px,100%); display: grid; grid-template-columns: repeat(4,1fr); margin: 40px auto 0; }
.stats article { padding: 0 38px; }
.stats article + article { border-left: 1px solid rgba(255,255,255,.28); }
.stats strong { font-family: var(--serif); font-size: 54px; line-height: 1; }
.stats h3 { margin-top: 12px; font-size: 13px; }
.stats p { margin-top: 8px; color: rgba(255,255,255,.78); font-size: 11px; line-height: 1.55; }

.symptoms { height: 1175px; overflow: hidden; padding: 83px 7.5vw 55px; background: var(--shell); }
.symptom-layout { width: min(1220px,100%); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 48px auto 0; }
.symptom-list { display: grid; gap: 11px; }
.symptom-list a { min-height: 57px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 12px; padding: 9px 20px; border-radius: 6px; background: var(--cream); font-size: 13px; }
.symptom-list b { color: var(--aubergine); font-size: 20px; }
.symptom-list span { transition: transform .25s ease; }
.symptom-list a:hover span { transform: translateX(5px); }
.symptom-feature { overflow: hidden; border-radius: 8px; background: var(--cream); }
.symptom-feature img { height: 363px; object-fit: cover; object-position: center 38%; }
.symptom-feature > div { padding: 34px 37px; }
.symptom-feature small { font-size: 9px; font-weight: 780; letter-spacing: .13em; }
.symptom-feature h3 { margin-top: 12px; font-family: var(--serif); font-size: 40px; font-weight: 400; }
.symptom-feature p { margin-top: 16px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.symptom-feature .button { margin-top: 23px; }
.symptoms > .arrow-link { margin-top: 25px; }

.process { height: 913px; overflow: hidden; padding: 85px 7.5vw 60px; background: var(--cream); }
.process-layout { width: min(1160px,100%); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; margin: 55px auto 0; }
.process-steps { display: grid; gap: 20px; }
.process-steps article { display: grid; grid-template-columns: 42px 1fr; gap: 13px; }
.process-steps article > strong { color: var(--apricot-dark); font-family: var(--serif); font-size: 24px; }
.process-steps h3 { font-size: 17px; }
.process-steps p { margin-top: 4px; color: var(--muted); font-size: 12px; }
.process-steps > div { display: flex; gap: 10px; margin-top: 9px; }
.care-wheel { position: relative; width: 470px; height: 470px; margin-inline: auto; border: 1px solid rgba(94,36,72,.25); border-radius: 50%; }
.wheel-center { position: absolute; top: 50%; left: 50%; width: 150px; height: 150px; display: grid; place-items: center; align-content: center; border-radius: 50%; color: var(--aubergine); background: var(--shell); transform: translate(-50%,-50%); font-family: var(--serif); font-size: 35px; font-style: italic; }
.wheel-center small { display: block; font-family: var(--sans); font-size: 9px; font-style: normal; }
.care-wheel i { --r: 188px; position: absolute; top: 50%; left: 50%; width: 91px; height: 91px; display: grid; place-items: center; padding: 8px; border-radius: 50%; color: var(--white); background: var(--aubergine); transform: translate(-50%,-50%) rotate(var(--a)) translateY(calc(var(--r) * -1)) rotate(calc(var(--a) * -1)); font-size: 10px; font-style: normal; text-align: center; }
.care-wheel i:nth-of-type(2n) { background: var(--apricot); }
.care-wheel i:nth-of-type(3n) { background: var(--evergreen); }

.systems { height: 549px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding: 65px 9vw; background: #ead8c9; }
.system-marks { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-items: center; }
.system-marks span { min-height: 67px; display: grid; place-items: center; color: var(--evergreen); font-family: var(--serif); font-size: 26px; font-weight: 700; text-align: center; }
.system-copy h2, .team-copy h2, .location-copy h2 { margin-top: 13px; font-family: var(--serif); font-size: 45px; font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.system-copy > p:not(.eyebrow), .team-copy > p:not(.eyebrow), .location-copy > p:not(.eyebrow) { max-width: 540px; margin-top: 18px; color: var(--muted); font-size: 13px; }
.system-copy .button, .team-copy .button { margin-top: 24px; }

.team { height: 482px; display: grid; grid-template-columns: minmax(0,43fr) minmax(0,57fr); align-items: center; gap: 60px; overflow: hidden; padding: 46px 9vw; background: var(--cream); }
.team-collage { position: relative; height: 385px; }
.team-collage img { position: absolute; width: 29%; aspect-ratio: 1; object-fit: cover; border: 7px solid var(--cream); }
.team-collage img:nth-child(1) { top: 10px; left: 4%; }
.team-collage img:nth-child(2) { top: 10px; left: 33%; }
.team-collage img:nth-child(3) { top: 10px; left: 62%; }
.team-collage img:nth-child(4) { top: 48%; left: 20%; }
.team-collage img:nth-child(5) { top: 48%; left: 49%; }
.team-copy h2 { font-size: 39px; }

.locations { height: 443px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding: 45px 9vw; background: #ead8c9; }
.clinic-map { position: relative; width: 430px; height: 320px; margin-inline: auto; }
.map-shape { position: absolute; inset: 8% 12%; border: 3px solid var(--aubergine); background: rgba(255,248,239,.42); clip-path: polygon(48% 0,61% 12%,58% 27%,69% 41%,65% 57%,76% 70%,66% 100%,48% 87%,36% 69%,24% 57%,30% 38%,37% 23%); }
.pin { position: absolute; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; color: var(--white); background: var(--apricot); transform: rotate(-45deg); font-size: 9px; font-style: normal; }
.p1 { top: 28%; left: 50%; }.p2 { top: 47%; left: 43%; }.p3 { top: 61%; left: 55%; }.p4 { top: 72%; left: 46%; }
.location-copy address { margin-top: 17px; color: var(--evergreen); font-size: 13px; font-weight: 650; }
.location-copy > div { display: flex; gap: 10px; margin-top: 22px; }
.rhythm-spacer { height: 38px; background: var(--shell); }

.newsletter { height: 439px; display: grid; grid-template-columns: minmax(0,37fr) minmax(0,63fr); align-items: center; gap: 60px; padding: 55px 7.5vw; background: var(--cream); }
.newsletter h2 { font-family: var(--serif); font-size: 41px; font-weight: 400; }
.newsletter-copy p { margin-top: 15px; color: var(--muted); font-size: 12px; }
.newsletter-form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.newsletter-form label { color: var(--muted); font-size: 10px; }
.newsletter-form input:not([type="checkbox"]) { width: 100%; height: 48px; display: block; padding: 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; border-radius: 0; }
.newsletter-form .consent { display: flex; align-items: flex-start; gap: 8px; margin-top: 17px; }
.newsletter-form .button { min-height: 40px; margin-top: 16px; }
.form-status { min-height: 20px; margin-top: 5px; color: var(--evergreen); font-size: 10px; }
.double-spacer { height: 76px; background: var(--shell); }

.faq-heading { height: 87px; display: flex; align-items: end; padding: 0 7.5vw 16px; background: var(--shell); }
.faq-heading h2 { font-family: var(--serif); font-size: 35px; font-weight: 400; }
.faq-list { height: 520px; display: grid; align-content: center; gap: 8px; padding: 33px 7.5vw; overflow: hidden; background: var(--shell); }
.faq-list details { border-radius: 8px; background: var(--white); }
.faq-list summary { min-height: 61px; display: flex; align-items: center; padding: 13px 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { margin-left: auto; content: "⌄"; font-size: 19px; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(180deg); }
.faq-list details p { padding: 0 20px 20px; color: var(--muted); font-size: 12px; }
.faq-spacer { height: 38px; background: var(--shell); }

.site-footer { height: 504px; overflow: hidden; padding: 65px 7.5vw 24px; color: var(--white); background: var(--aubergine); }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr .8fr .8fr .85fr 1.8fr; gap: 34px; }
.brand.inverse { color: var(--white); }
.footer-identity p { margin-top: 17px; color: rgba(255,255,255,.72); font-size: 11px; }
.footer-identity > div { display: flex; gap: 12px; margin-top: 24px; }
.footer-identity > div span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.footer-main nav { display: flex; flex-direction: column; gap: 10px; }
.footer-main h2 { margin-bottom: 8px; font-size: 12px; }
.footer-main nav a { color: rgba(255,255,255,.85); font-size: 10px; }
.footer-form h2 { font-size: 15px; }
.footer-form label { display: block; margin-top: 11px; color: rgba(255,255,255,.7); font-size: 9px; }
.footer-form input:not([type="checkbox"]) { width: 100%; height: 39px; display: block; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); color: var(--white); background: transparent; }
.footer-form input::placeholder { color: rgba(255,255,255,.55); }
.footer-form button { width: 100%; min-height: 42px; margin-top: 14px; border: 0; border-radius: 999px; color: var(--aubergine); background: #d4a8bd; font-size: 11px; font-weight: 750; }
.footer-form .consent { display: flex; gap: 7px; align-items: flex-start; line-height: 1.5; }
.footer-form p { min-height: 14px; margin-top: 5px; font-size: 9px; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr auto; gap: 25px; margin-top: 55px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.58); font-size: 8px; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .58s ease, transform .58s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-header { padding-inline: 4vw; }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .header-login { display: none; }
  .hero-copy { padding-inline: 5vw; }
  .service-card { height: 330px; }
  .service-grid { gap: 16px; }
  .care-wheel { width: 400px; height: 400px; }
  .care-wheel i { --r: 160px; width: 78px; height: 78px; }
  .footer-main { grid-template-columns: 1.2fr repeat(4,.75fr) 1.6fr; gap: 20px; }
}

@media (max-width: 850px) and (min-width: 641px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 46px; }
  .hero ul { font-size: 14px; }
  .services { height: auto; min-height: 1500px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .symptoms { height: auto; min-height: 1400px; }
  .process-layout { gap: 25px; }
  .care-wheel { width: 330px; height: 330px; }
  .care-wheel i { --r: 132px; width: 68px; height: 68px; font-size: 8px; }
  .systems, .team, .locations { padding-inline: 5vw; gap: 30px; }
  .team-collage { height: 315px; }
  .footer-main { grid-template-columns: repeat(3,1fr); }
  .site-footer { height: auto; min-height: 750px; }
}

@media (max-width: 640px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; gap: 8px; padding: 0 14px; }
  .brand strong { font-size: 34px; }
  .brand span { font-size: 21px; }
  .header-actions { gap: 5px; }
  .header-book { min-height: 48px; padding: 0 17px; border-radius: 11px; font-size: 13px; }
  .menu-toggle { width: 43px; }
  .mobile-menu { inset-block-start: 72px; }
  .mobile-menu > div { width: calc(100% - 34px); }
  .mobile-menu a { font-size: 25px; }
  main { padding-top: 72px; }
  .eyebrow { font-size: 8px; }
  .button { min-height: 44px; padding: 9px 22px; font-size: 11px; }

  .hero { position: relative; height: 716px; display: block; color: var(--white); background: var(--evergreen); }
  .hero-media { position: absolute; inset: 0; }
  .hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(19,32,29,.78),rgba(19,32,29,.25)), linear-gradient(180deg,rgba(19,32,29,.14),rgba(19,32,29,.58)); }
  .hero-media img { height: 100%; object-fit: cover; object-position: 56% center; }
  .hero-copy { position: relative; z-index: 2; height: 100%; justify-content: center; padding: 35px 24px 26px; }
  .hero .eyebrow { color: #ffd4c2; }
  .hero h1 { margin-top: 11px; font-size: 43px; line-height: 1.02; }
  .hero ul { gap: 8px; margin-top: 23px; font-size: 15px; line-height: 1.4; }
  .hero li { padding-left: 27px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 25px; }
  .hero-actions .button { min-width: 205px; }

  .proof { height: 440px; padding: 38px 22px; }
  .proof h2 { font-size: 27px; line-height: 1.15; }
  .proof-marks { grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: 24px; }
  .proof-marks span { min-height: 44px; font-size: 14px; }
  .proof-marks span:last-child { grid-column: 1 / 3; width: 50%; justify-self: center; }

  .section-heading { width: calc(100% - 32px); }
  .section-heading h2 { font-size: 37px; }
  .section-heading > span { font-size: 11px; }
  .services { height: 2175px; padding: 62px 22px 45px; }
  .service-grid { width: 100%; grid-template-columns: 1fr; gap: 12px; margin-top: 39px; }
  .service-card { height: 286px; }
  .service-card > span { inset: auto 20px 17px; }
  .service-card strong { font-size: 22px; }
  .services > .arrow-link { margin-top: 20px; }

  .stats { height: 866px; justify-content: flex-start; padding: 55px 25px 45px; }
  .stats > h2 { font-size: 37px; }
  .stats-grid { grid-template-columns: 1fr; margin-top: 25px; }
  .stats article { min-height: 170px; display: grid; place-items: center; align-content: center; padding: 17px 25px; }
  .stats article + article { border-top: 1px solid rgba(255,255,255,.28); border-left: 0; }
  .stats strong { font-size: 43px; }
  .stats h3 { margin-top: 7px; }
  .stats p { max-width: 250px; margin-top: 6px; }

  .symptoms { height: 1775px; padding: 61px 22px 45px; }
  .symptom-layout { display: block; margin-top: 38px; }
  .symptom-list { gap: 7px; }
  .symptom-list a { min-height: 50px; padding: 7px 14px; font-size: 11px; }
  .symptom-feature { margin-top: 24px; }
  .symptom-feature img { height: 334px; }
  .symptom-feature > div { padding: 27px 24px; }
  .symptom-feature h3 { font-size: 34px; }
  .symptom-feature p { font-size: 12px; }
  .symptoms > .arrow-link { margin-top: 19px; }

  .process { height: 1242px; padding: 58px 22px 45px; }
  .process-layout { display: flex; flex-direction: column; gap: 36px; margin-top: 34px; }
  .care-wheel { order: -1; width: 340px; height: 340px; }
  .care-wheel i { --r: 136px; width: 69px; height: 69px; font-size: 8px; }
  .wheel-center { width: 110px; height: 110px; font-size: 28px; }
  .process-steps { gap: 15px; }
  .process-steps article { grid-template-columns: 35px 1fr; gap: 8px; }
  .process-steps article > strong { font-size: 19px; }
  .process-steps h3 { font-size: 14px; }
  .process-steps p { font-size: 10px; }

  .systems { height: 645px; display: flex; flex-direction: column; justify-content: center; gap: 35px; padding: 45px 25px; }
  .system-marks { width: 100%; gap: 10px; }
  .system-marks span { min-height: 50px; font-size: 19px; }
  .system-copy h2, .team-copy h2, .location-copy h2 { font-size: 35px; }

  .team { height: 560px; display: flex; flex-direction: column-reverse; justify-content: center; gap: 16px; padding: 28px 24px; }
  .team-collage { width: 100%; height: 280px; flex: 0 0 280px; }
  .team-collage img { width: 29%; border-width: 4px; }
  .team-copy p:not(.eyebrow) { font-size: 11px; }
  .team-copy .button { margin-top: 14px; }

  .locations { height: 659px; display: flex; flex-direction: column; justify-content: center; gap: 13px; padding: 28px 24px; }
  .clinic-map { width: 300px; height: 315px; }
  .pin { width: 37px; height: 37px; }
  .location-copy p:not(.eyebrow) { font-size: 11px; }
  .location-copy address { margin-top: 11px; font-size: 11px; }
  .location-copy > div { margin-top: 14px; }

  .newsletter { height: 531px; display: block; padding: 55px 24px 35px; }
  .newsletter h2 { font-size: 35px; }
  .newsletter-form { margin-top: 31px; }
  .newsletter-form > div { grid-template-columns: 1fr; gap: 17px; }
  .newsletter-form .button { width: 100%; }
  .faq-heading { height: 116px; align-items: end; padding: 0 22px 18px; }
  .faq-heading h2 { font-size: 31px; line-height: 1; }
  .faq-list { height: 534px; gap: 7px; padding: 25px 22px; }
  .faq-list summary { min-height: 56px; padding: 11px 14px; font-size: 11px; }
  .faq-list details p { padding: 0 14px 16px; font-size: 10px; }

  .site-footer { height: 1248px; padding: 54px 24px 26px; }
  .footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-identity, .footer-form { grid-column: 1 / 3; }
  .footer-identity p { margin-top: 12px; }
  .footer-identity > div { margin-top: 15px; }
  .footer-form { grid-row: 2; }
  .footer-main nav { gap: 8px; }
  .footer-main nav a { font-size: 9px; }
  .footer-bottom { display: flex; flex-direction: column; gap: 12px; margin-top: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
