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

:root {
  --ink: #26324a;
  --accent: #8d89a9;
  --accent-deep: #676480;
  --mist: #f8f6f1;
  --pale: #e9e5dc;
  --sage: #d5ddcf;
  --surface: #fcfbf8;
  --white: #fff;
  --line: rgba(38, 50, 74, 0.2);
  --shadow: 0 22px 60px rgba(38, 50, 74, 0.13);
  --display: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  --body: "Pretendard", "Noto Sans KR", system-ui, 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(--surface);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a, summary, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, p, figure { margin: 0; }
address { font-style: normal; }
.section-shell { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid #f1c678; outline-offset: 4px; }
.eyebrow { font-size: 12px; font-weight: 750; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }

.site-chrome { position: sticky; z-index: 100; top: 0; background: var(--surface); box-shadow: 0 1px rgba(38,50,74,.08); }
.utility-bar { height: 57px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 48px; color: var(--white); background: var(--ink); font-size: 11px; letter-spacing: .12em; }
.utility-center { display: flex; align-items: center; gap: 22px; }
.utility-center em { font-style: normal; opacity: .68; }
.utility-right { text-align: right; }
.site-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; padding: 0 48px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; line-height: 1.05; }
.brand-mark { width: 42px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; letter-spacing: .12em; }
.brand small { margin-top: 5px; font-size: 10px; letter-spacing: .1em; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 620; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; min-width: 134px; min-height: 44px; display: inline-grid; place-items: center; border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 700; transition: color .25s ease, background .25s ease; }
.header-cta:hover { color: var(--white); background: var(--ink); }
.menu-toggle, .mobile-menu { display: none; }

.pill-button { min-width: 146px; min-height: 48px; display: inline-grid; place-items: center; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-size: 14px; font-weight: 700; transition: color .25s ease, background .25s ease, transform .25s ease; }
.pill-button:hover { color: var(--white); background: var(--ink); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.text-link span { font-size: 18px; line-height: 1; }
.inverse { color: var(--white); }

.hero { min-height: 710px; display: grid; grid-template-columns: 48% 52%; align-items: center; }
.hero-copy { padding: 60px 80px 60px 25px; }
.hero-copy h1 { margin: 26px 0 25px; font-size: clamp(44px, 4.25vw, 67px); font-weight: 520; letter-spacing: -.055em; line-height: 1.22; }
.hero-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(38,50,74,.72); font-size: 17px; line-height: 1.8; }
.hero-copy .pill-button { margin-top: 34px; }
.hero-art { position: relative; align-self: stretch; min-width: 0; overflow: hidden; border-radius: 48% 48% 0 0; background: #f0ebdf; }
.hero-art::after { position: absolute; inset: 7% 10% 0; content: ""; border: 1px solid rgba(38,50,74,.12); border-radius: 50% 50% 0 0; pointer-events: none; }
.hero-art img { height: 100%; padding: 22px 8px 0; object-fit: contain; object-position: 50% 50%; }

.benefits { min-height: 397px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 0; padding-block: 70px; }
.benefit { min-height: 230px; display: grid; place-items: center; align-content: center; padding: 20px 52px; text-align: center; }
.benefit + .benefit { border-left: 1px solid var(--line); }
.leaf-mark { position: relative; display: inline-block; width: 23px; height: 23px; margin-bottom: 22px; border: 1px solid var(--accent-deep); border-radius: 100% 0 100% 0; transform: rotate(-36deg); }
.leaf-mark::after { position: absolute; top: 4px; left: 10px; width: 1px; height: 15px; content: ""; background: var(--accent-deep); transform: rotate(38deg); }
.benefit h2 { font-size: 24px; font-weight: 550; letter-spacing: -.035em; line-height: 1.4; }
.benefit p { margin-top: 14px; color: rgba(38,50,74,.66); font-size: 14px; line-height: 1.7; }

.empathy { position: relative; min-height: 685px; display: grid; place-items: center; overflow: hidden; padding: 80px 24px; background: var(--pale); }
.empathy-inner { width: min(730px, 82vw); text-align: center; }
.empathy h2 { margin: 30px 0 30px; font-size: 44px; font-weight: 520; letter-spacing: -.05em; line-height: 1.3; }
.empathy-inner > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 16px; font-size: 17px; }
.empathy strong { display: block; margin-top: 31px; font-size: 16px; }
.botanical { position: absolute; width: 245px; height: 380px; opacity: .22; pointer-events: none; }
.botanical::before, .botanical::after { position: absolute; content: ""; border: 1px solid var(--accent-deep); border-radius: 100% 0 100% 0; transform: rotate(34deg); }
.botanical::before { width: 155px; height: 270px; }
.botanical::after { top: 70px; left: 75px; width: 105px; height: 210px; transform: rotate(-24deg); }
.botanical-left { left: -50px; bottom: -125px; transform: rotate(-18deg); }
.botanical-right { right: -45px; top: -100px; transform: scaleX(-1) rotate(-14deg); }
.botanical.light::before, .botanical.light::after { border-color: rgba(255,255,255,.7); }
.trust-strip { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 14px; color: var(--white); background: var(--ink); font-size: 13px; font-weight: 650; letter-spacing: .06em; text-align: center; }
.trust-strip span { color: var(--accent); font-size: 8px; }

.section-heading { width: min(790px, calc(100% - 48px)); margin-inline: auto; text-align: center; }
.section-heading h2 { margin-top: 24px; font-size: 47px; font-weight: 520; letter-spacing: -.05em; line-height: 1.25; }
.section-heading > p:not(.eyebrow) { max-width: 680px; margin: 25px auto 0; color: rgba(38,50,74,.67); font-size: 16px; }
.services { min-height: 1917px; padding: 120px 0 130px; background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 60px 28px; margin-top: 76px; }
.service-card { grid-column: span 2; min-width: 0; text-align: center; }
.service-card:nth-last-child(2) { grid-column: 2 / span 2; }
.service-card:last-child { grid-column: 4 / span 2; }
.service-card img { height: 366px; object-fit: cover; object-position: center; border-radius: 183px 183px 8px 8px; background: var(--pale); transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.service-card:hover img { transform: translateY(-7px); filter: saturate(1.04); }
.service-card a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 10px; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 650; }
.service-card a span { font-size: 20px; font-weight: 350; }

.conditions { min-height: 1342px; display: flex; flex-direction: column; justify-content: center; padding: 115px 0 105px; background: var(--pale); }
.condition-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.condition { min-height: 174px; display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 19px; padding: 28px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.condition:nth-child(3n) { border-right: 0; }
.condition:nth-last-child(-n+3) { border-bottom: 0; }
.condition .leaf-mark { margin: 0; }
.condition h3 { font-size: 19px; font-weight: 650; }
.condition p { margin-top: 7px; color: rgba(38,50,74,.67); font-size: 13px; line-height: 1.6; }
.conditions-cta { width: min(560px, calc(100% - 48px)); margin: 95px auto 0; text-align: center; }
.conditions-cta p { font-size: 18px; line-height: 1.7; }
.conditions-cta .text-link { margin-top: 25px; }
.conditions-cta .pill-button { display: grid; width: max-content; margin: 26px auto 0; }

.about { min-height: 1175px; padding-block: 112px 85px; }
.about > h2 { margin-top: 22px; font-size: 62px; font-weight: 500; letter-spacing: -.065em; line-height: 1.2; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; margin-top: 75px; }
.about-copy { padding-top: 17px; }
.about-copy p { margin-bottom: 24px; color: rgba(38,50,74,.7); font-size: 15px; line-height: 1.82; }
.about-copy strong { color: var(--ink); font-size: 19px; font-weight: 570; line-height: 1.7; }
.director-media { position: relative; overflow: hidden; border-radius: 2px; }
.director-media img { height: 425px; object-fit: cover; object-position: center 38%; }
.play-mark { position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; display: grid; place-items: center; padding-left: 5px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: var(--white); background: rgba(38,50,74,.45); transform: translate(-50%,-50%); }
.director-card figcaption { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5px 30px; padding-top: 20px; }
.director-card figcaption strong { font-size: 16px; }
.director-card figcaption em { grid-column: 1; color: rgba(38,50,74,.65); font-size: 13px; font-style: normal; }
.director-card figcaption .text-link { grid-column: 2; grid-row: 1 / span 2; }
.feature-row { margin-top: 78px; padding-top: 37px; border-top: 1px solid var(--line); text-align: center; }
.feature-row > p { font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.feature-row div { display: flex; justify-content: space-around; gap: 32px; margin-top: 24px; font-size: 16px; font-weight: 700; letter-spacing: .05em; }

.team { position: relative; min-height: 887px; display: grid; grid-template-columns: 32% 68%; align-items: center; overflow: hidden; padding: 75px 0 65px 8%; color: var(--white); background: var(--accent-deep); }
.team-heading { position: relative; z-index: 1; max-width: 345px; padding-right: 35px; }
.team-heading h2 { margin: 23px 0 22px; font-size: 43px; font-weight: 520; letter-spacing: -.055em; line-height: 1.25; }
.team-heading > p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 14px; }
.team-heading .text-link { margin-top: 35px; }
.team-carousel { position: relative; min-width: 0; }
.team-viewport { overflow: hidden; scroll-behavior: smooth; touch-action: pan-y; }
.team-track { display: flex; gap: 30px; transition: transform .36s cubic-bezier(.22,.75,.2,1); will-change: transform; }
.team-card { flex: 0 0 min(30vw, 300px); min-width: 0; text-align: center; }
.team-card img { width: min(25vw, 275px); height: min(25vw, 275px); margin: 0 auto 25px; object-fit: cover; object-position: center top; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: var(--sage); }
.team-card h3 { font-size: 22px; font-weight: 570; }
.team-card p { min-height: 49px; margin-top: 7px; color: rgba(255,255,255,.72); font-size: 12px; }
.team-card a { display: inline-block; margin-top: 14px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 12px; font-weight: 650; }
.carousel-arrow { position: absolute; z-index: 2; top: 142px; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--white); background: rgba(38,50,74,.2); font-size: 29px; line-height: 1; }
.carousel-arrow.prev { left: 10px; }
.carousel-arrow.next { right: 24px; }
.carousel-arrow:disabled { opacity: .35; cursor: default; }
.carousel-dots { display: flex; justify-content: center; gap: 9px; margin-top: 38px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.35); }
.carousel-dots button[aria-current="true"] { background: var(--white); transform: scale(1.3); }

.process { min-height: 1105px; display: flex; flex-direction: column; justify-content: center; padding: 105px 0 95px; background: var(--surface); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 62px; margin-top: 65px; }
.process-card { text-align: center; }
.process-card img { width: 260px; height: 260px; margin-inline: auto; object-fit: cover; border-radius: 50%; background: var(--pale); }
.process-card h3 { margin-top: 28px; font-size: 23px; font-weight: 570; }
.process-card p { max-width: 320px; margin: 14px auto 0; color: rgba(38,50,74,.68); font-size: 14px; }
.process-cta { width: max-content; margin: 60px auto 0; }

.faq { position: relative; min-height: 1038px; overflow: hidden; padding: 110px 20px 0; background: var(--surface); }
.faq-arch { position: relative; z-index: 1; width: min(930px, 90vw); min-height: 928px; margin: 0 auto; padding: 90px 115px 70px; border-radius: 465px 465px 0 0; background: var(--pale); }
.faq-arch header { text-align: center; }
.faq-arch h2 { margin-top: 20px; font-size: 45px; font-weight: 520; letter-spacing: -.05em; }
.faq-list { margin-top: 45px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; min-height: 52px; display: flex; align-items: center; padding: 10px 45px 10px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 2px; content: "+"; font-size: 22px; font-weight: 300; transition: transform .25s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 45px 18px 0; color: rgba(38,50,74,.68); font-size: 13px; line-height: 1.65; }

.contact { min-height: 1552px; display: flex; flex-direction: column; justify-content: center; padding: 125px 24px; background: var(--pale); }
.contact-form { width: min(870px, 100%); margin: 72px auto 0; padding: 72px 80px 58px; background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 42px; }
.contact-form label { display: grid; gap: 9px; font-size: 13px; font-weight: 650; }
.contact-form label > span[aria-hidden] { color: #9c4d60; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 2px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; font-size: 15px; }
.contact-form textarea { min-height: 135px; margin-top: 34px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--accent-deep); box-shadow: 0 1px var(--accent-deep); }
.contact-form [aria-invalid="true"] { border-bottom-color: #a33b55 !important; }
.consent { grid-template-columns: 20px 1fr; align-items: start; margin-top: 30px; color: rgba(38,50,74,.68); font-size: 12px !important; font-weight: 450 !important; }
.consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--accent-deep); }
.submit-button { width: 100%; min-height: 54px; margin-top: 35px; border: 1px solid var(--ink); color: var(--white); background: var(--ink); font-size: 14px; font-weight: 700; }
.submit-button:hover { color: var(--ink); background: transparent; }
.form-status { min-height: 28px; margin-top: 15px; font-size: 13px; text-align: center; }
.form-legal { margin-top: 20px; color: rgba(38,50,74,.48); font-size: 10px; letter-spacing: .1em; text-align: center; }

.closing { position: relative; min-height: 750px; display: grid; place-items: center; overflow: hidden; color: var(--white); }
.closing > img, .closing-shade { position: absolute; inset: 0; height: 100%; }
.closing > img { object-fit: cover; object-position: center 46%; }
.closing-shade { background: linear-gradient(90deg, rgba(38,50,74,.68), rgba(38,50,74,.16) 65%, rgba(38,50,74,.22)); }
.closing-copy { position: relative; z-index: 1; padding: 30px; text-align: center; }
.closing-copy h2 { margin: 24px 0 35px; font-size: 66px; font-weight: 450; letter-spacing: .08em; line-height: 1.1; }
.closing-copy .pill-button { color: var(--white); border-color: var(--white); }
.closing-copy .pill-button:hover { color: var(--ink); background: var(--white); }

.site-footer { position: relative; min-height: 916px; overflow: hidden; color: var(--white); background: var(--ink); }
.crisis { min-height: 238px; display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 80px; width: min(1180px, calc(100% - 80px)); margin: auto; border-bottom: 1px solid rgba(255,255,255,.2); }
.crisis h2 { font-size: 40px; font-weight: 500; letter-spacing: -.03em; }
.crisis p { color: rgba(255,255,255,.73); font-size: 14px; }
.footer-grid { min-height: 390px; display: grid; grid-template-columns: 1.35fr .7fr .9fr .8fr 1.2fr; gap: 48px; padding-block: 78px 50px; }
.inverse-brand { color: var(--white); }
.footer-grid h3 { margin-bottom: 18px; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid nav, .footer-visit { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid nav a, .footer-grid nav span, .footer-visit p, .footer-visit address { margin-bottom: 9px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.7; }
.footer-grid nav a:hover { color: var(--white); }
.footer-visit p { margin-bottom: 16px; }
.trust-badges { min-height: 150px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); text-align: center; }
.trust-badges span { padding: 20px; border-right: 1px solid rgba(255,255,255,.15); font-size: 12px; font-weight: 700; letter-spacing: .09em; }
.trust-badges span:last-child { border-right: 0; }
.trust-badges small { color: rgba(255,255,255,.48); font-size: 8px; }
.legal-row { min-height: 138px; display: flex; align-items: center; justify-content: space-between; padding: 30px 48px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .09em; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s ease, transform .68s cubic-bezier(.22,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .section-shell { width: min(920px, calc(100% - 56px)); }
  .utility-bar, .site-header { padding-inline: 28px; }
  .desktop-nav { gap: 19px; }
  .hero-copy { padding-right: 45px; }
  .service-grid { gap-inline: 22px; }
  .service-card img { height: 340px; }
  .about-grid { gap: 55px; }
  .team { padding-left: 5%; grid-template-columns: 34% 66%; }
  .process-grid { gap: 34px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,.7fr) 1.1fr; gap: 28px; }
}

@media (max-width: 767px) {
  body { font-size: 15px; line-height: 1.72; }
  .section-shell { width: calc(100% - 40px); }
  .utility-bar { height: 48px; grid-template-columns: 1fr auto; padding: 0 20px; font-size: 9px; letter-spacing: .08em; }
  .utility-center { justify-self: end; }
  .utility-center em, .utility-right { display: none; }
  .site-header { height: 67px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .brand-mark { width: 33px; height: 32px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 8px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; padding: 0; border: 0; background: transparent; }
  .menu-toggle span { width: 24px; height: 1px; background: var(--ink); transition: transform .25s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 99; inset: 115px 0 auto; min-height: calc(100dvh - 115px); display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 40px; color: var(--white); background: rgba(38,50,74,.985); text-align: center; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { min-height: 44px; display: grid; place-items: center; font-size: 20px; font-weight: 550; }

  .hero { min-height: 650px; display: flex; flex-direction: column-reverse; justify-content: flex-end; width: 100%; }
  .hero-art { flex: 0 0 315px; width: calc(100% - 40px); margin: 0 auto; border-radius: 48% 48% 0 0; }
  .hero-art img { padding: 10px 0 0; object-position: center; }
  .hero-copy { flex: 1; width: calc(100% - 40px); display: flex; flex-direction: column; justify-content: center; padding: 22px 0 27px; text-align: left; }
  .hero-copy h1 { margin: 14px 0 13px; font-size: 34px; line-height: 1.17; }
  .hero-copy > p:not(.eyebrow) { font-size: 12.5px; line-height: 1.6; }
  .hero-copy .pill-button { width: 142px; min-height: 44px; margin-top: 18px; }

  .benefits { min-height: 786px; display: flex; flex-direction: column; justify-content: center; gap: 0; padding-block: 40px; }
  .benefit { width: 100%; min-height: 230px; padding: 26px 15px; }
  .benefit + .benefit { border-top: 1px solid var(--line); border-left: 0; }
  .benefit .leaf-mark { margin-bottom: 15px; }
  .benefit h2 { font-size: 21px; }
  .benefit p { max-width: 300px; }

  .empathy { min-height: 676px; padding: 60px 25px; }
  .empathy-inner { width: 100%; }
  .empathy h2 { margin: 22px 0 28px; font-size: 31px; line-height: 1.35; }
  .empathy-inner > p:not(.eyebrow) { font-size: 14px; line-height: 1.8; }
  .empathy strong { margin-top: 25px; font-size: 14px; }
  .botanical { width: 150px; height: 250px; }
  .botanical::before { width: 100px; height: 180px; }
  .botanical::after { top: 45px; left: 45px; width: 70px; height: 140px; }
  .trust-strip { min-height: 73px; gap: 10px; padding-inline: 22px; font-size: 11px; line-height: 1.5; }

  .section-heading { width: calc(100% - 40px); }
  .section-heading h2 { margin-top: 17px; font-size: 33px; line-height: 1.28; }
  .section-heading > p:not(.eyebrow) { margin-top: 20px; font-size: 13px; }
  .services { min-height: 3605px; padding: 82px 0 85px; }
  .service-grid { display: flex; flex-direction: column; align-items: center; gap: 36px; margin-top: 53px; }
  .service-card { width: min(320px, 100%); }
  .service-card img { height: 306px; border-radius: 153px 153px 5px 5px; }
  .service-card a { min-height: 52px; font-size: 15px; }

  .conditions { min-height: 2896px; padding: 95px 0 90px; }
  .condition-grid { display: flex; flex-direction: column; }
  .condition { min-height: 181px; grid-template-columns: 42px 1fr; padding: 28px 18px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .condition:last-child { border-bottom: 0 !important; }
  .condition h3 { font-size: 18px; }
  .condition p { font-size: 13px; }
  .conditions-cta { margin-top: 78px; }
  .conditions-cta p { font-size: 16px; }

  .about { min-height: 1610px; padding-block: 90px 80px; }
  .about > h2 { margin-top: 19px; font-size: 42px; line-height: 1.22; }
  .about-grid { display: flex; flex-direction: column; gap: 45px; margin-top: 55px; }
  .about-copy p { margin-bottom: 19px; font-size: 14px; }
  .about-copy strong { font-size: 17px; }
  .director-media img { height: 300px; }
  .play-mark { width: 58px; height: 58px; }
  .director-card figcaption { display: block; }
  .director-card figcaption em { display: block; margin-top: 4px; }
  .director-card figcaption .text-link { margin-top: 15px; }
  .feature-row { margin-top: 63px; }
  .feature-row div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 12px; font-size: 11px; }

  .team { min-height: 894px; display: block; padding: 75px 0 65px; }
  .team-heading { max-width: none; padding: 0 30px; text-align: center; }
  .team-heading h2 { margin: 17px 0; font-size: 33px; }
  .team-heading > p:not(.eyebrow) { max-width: 310px; margin: auto; font-size: 12px; }
  .team-heading .text-link { margin-top: 20px; }
  .team-carousel { margin-top: 48px; }
  .team-viewport { width: calc(100% - 70px); margin-inline: auto; }
  .team-track { gap: 20px; }
  .team-card { flex-basis: 100%; }
  .team-card img { width: 250px; height: 250px; }
  .carousel-arrow { top: 122px; width: 42px; height: 42px; }
  .carousel-arrow.prev { left: 8px; }
  .carousel-arrow.next { right: 8px; }
  .carousel-dots { margin-top: 25px; }

  .process { min-height: 1493px; padding: 90px 0 80px; }
  .process-grid { display: flex; flex-direction: column; gap: 62px; margin-top: 50px; }
  .process-card img { width: 214px; height: 214px; }
  .process-card h3 { margin-top: 19px; font-size: 21px; }
  .process-card p { max-width: 300px; font-size: 13px; }
  .process-cta { margin-top: 52px; }

  .faq { min-height: 984px; padding: 70px 10px 0; }
  .faq-arch { width: 100%; min-height: 914px; padding: 78px 27px 45px; border-radius: 50vw 50vw 0 0; }
  .faq-arch h2 { margin-top: 14px; font-size: 33px; }
  .faq-list { margin-top: 38px; }
  .faq-list summary { min-height: 56px; padding-right: 31px; font-size: 12px; line-height: 1.45; }
  .faq-list details p { padding-right: 28px; font-size: 11px; }

  .contact { min-height: 1764px; justify-content: flex-start; padding: 96px 20px 80px; }
  .contact-form { margin-top: 55px; padding: 48px 24px 42px; }
  .form-grid { display: flex; flex-direction: column; gap: 27px; }
  .contact-form textarea { min-height: 160px; margin-top: 27px; }
  .consent { margin-top: 27px; }
  .submit-button { min-height: 54px; }

  .closing { min-height: 361px; }
  .closing > img { object-position: 56% center; }
  .closing-shade { background: rgba(38,50,74,.5); }
  .closing-copy h2 { margin: 17px 0 27px; font-size: 32px; letter-spacing: .05em; }

  .site-footer { min-height: 2318px; }
  .crisis { min-height: 375px; display: block; width: calc(100% - 40px); padding: 70px 0; }
  .crisis h2 { font-size: 34px; }
  .crisis p { margin-top: 22px; font-size: 13px; }
  .footer-grid { min-height: 1290px; display: flex; flex-direction: column; gap: 0; padding: 72px 0 42px; }
  .footer-brand { margin-bottom: 65px; }
  .footer-grid nav, .footer-visit { min-height: 210px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.15); }
  .footer-grid nav a, .footer-grid nav span, .footer-visit p, .footer-visit address { font-size: 13px; }
  .trust-badges { min-height: 430px; grid-template-columns: 1fr 1fr; }
  .trust-badges span { min-height: 180px; display: grid; place-content: center; border-bottom: 1px solid rgba(255,255,255,.15); }
  .trust-badges span:nth-child(2n) { border-right: 0; }
  .legal-row { min-height: 220px; display: block; padding: 62px 20px; }
  .legal-row p + p { margin-top: 22px; }
}

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