:root {
  --ink: #1b2925;
  --green: #214d42;
  --mint: #b9d5c5;
  --lime: #d9ef81;
  --cream: #f4f0e8;
  --paper: #faf8f2;
  --orange: #d97745;
  --line: rgba(27, 41, 37, 0.16);
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.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; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .7rem 1rem; color: white; background: var(--green); }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: flex; width: 100%; height: 92px; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid rgba(27,41,37,.1); }
.site-header.is-fixed { position: fixed; height: 72px; background: rgba(244,240,232,.9); backdrop-filter: blur(16px); animation: slideDown .35s ease; }
@keyframes slideDown { from { transform: translateY(-100%); } }
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 145px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3.25rem); font-size: .88rem; font-weight: 500; }
.main-nav > a:not(.nav-cta) { transition: opacity .2s; }
.main-nav > a:not(.nav-cta):hover { opacity: .55; }
.nav-cta { padding: .75rem 1rem .75rem 1.25rem; border: 1px solid var(--ink); border-radius: 100px; transition: .25s; }
.nav-cta span { margin-left: 1.4rem; }
.nav-cta:hover { color: var(--cream); background: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: max(860px, 100svh); overflow: hidden; padding: 92px clamp(1.25rem, 4vw, 4.5rem) 92px; background: var(--cream); }
.hero-content { position: relative; z-index: 2; width: min(58%, 850px); padding-top: clamp(4.5rem, 10vh, 7.5rem); }
.eyebrow, .section-number { text-transform: uppercase; letter-spacing: .16em; font-size: .69rem; font-weight: 600; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 2rem; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.065em; line-height: .99; }
h1 { font-size: clamp(3.8rem, 6.2vw, 6.7rem); }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 570px; margin: 2.1rem 0 2.2rem; font-size: clamp(1.05rem, 1.4vw, 1.3rem); color: rgba(27,41,37,.72); }
.primary-button, .submit-button { display: inline-flex; align-items: center; gap: 2.2rem; padding: 1rem 1.2rem 1rem 1.5rem; border: 0; border-radius: 100px; color: white; background: var(--green); cursor: pointer; font-weight: 500; transition: transform .2s, background .2s; }
.primary-button:hover, .submit-button:hover { transform: translateY(-2px); background: #163b32; }
.primary-button span, .submit-button span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--green); background: var(--lime); }

.hero-visual { position: absolute; right: 4vw; top: 20%; width: min(36vw, 510px); height: 58%; }
.paper-shape { position: absolute; border: 1px solid rgba(33,77,66,.2); }
.shape-one { inset: 5% 6% 7% 8%; transform: rotate(8deg); border-radius: 46% 54% 37% 63% / 57% 37% 63% 43%; background: var(--mint); }
.shape-two { inset: 14% -5% 8% 16%; transform: rotate(-11deg); border-radius: 56% 44% 65% 35% / 41% 55% 45% 59%; background: var(--green); }
.visual-card { position: absolute; z-index: 2; box-shadow: 0 28px 70px rgba(27,41,37,.14); }
.card-main { top: 10%; left: 2%; width: 68%; padding: 2.1rem; transform: rotate(-4deg); border-radius: 5px; background: var(--paper); }
.card-label { display: block; margin-bottom: 1.5rem; padding-bottom: .7rem; border-bottom: 1px solid var(--line); color: rgba(27,41,37,.6); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.check-row { display: flex; align-items: center; gap: .7rem; padding: .65rem 0; font-weight: 500; }
.check-row span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--green); background: var(--lime); font-size: .72rem; }
.card-note { right: -2%; bottom: 4%; width: 44%; padding: 1.7rem; transform: rotate(7deg); background: var(--orange); color: white; }
.card-note p { margin: .8rem 0 0; font-family: var(--display); font-size: 1.55rem; line-height: 1.15; }
.note-icon { color: var(--lime); font-size: 1.4rem; }
.hero-orbit { position: absolute; border: 1px solid rgba(27,41,37,.08); border-radius: 50%; }
.orbit-one { width: 45vw; height: 45vw; right: -7vw; top: 5%; }
.orbit-two { width: 33vw; height: 33vw; right: 0; top: 12%; }
.scroll-cue { position: absolute; z-index: 4; right: clamp(1.25rem,4vw,4.5rem); bottom: 77px; display: flex; align-items: center; gap: .8rem; padding: .75rem 0; }
.scroll-cue-label { font-size: .65rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; transition: opacity .2s; }
.scroll-cue-track { position: relative; display: block; width: 28px; height: 46px; border: 1px solid rgba(27,41,37,.35); border-radius: 100px; }
.scroll-cue-track i { position: absolute; top: 8px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); transform: translateX(-50%); animation: scrollHint 1.8s ease-in-out infinite; }
.scroll-cue:hover .scroll-cue-label { opacity: .55; }
.scroll-cue:hover .scroll-cue-track { border-color: var(--green); }
@keyframes scrollHint {
  0% { opacity: 0; transform: translate(-50%, 0); }
  25% { opacity: 1; }
  75% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 22px); }
}
.hero-footer { position: absolute; bottom: 0; left: 0; display: flex; width: 100%; justify-content: space-between; padding: 1.3rem clamp(1.25rem,4vw,4.5rem); border-top: 1px solid var(--line); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-footer p { margin: 0; }
.hero-footer span { color: var(--orange); }

.section-pad { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); }
.intro-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(250px, .7fr); align-items: end; column-gap: clamp(3rem, 8vw, 8rem); row-gap: 1.4rem; margin-bottom: 5rem; }
.section-number { align-self: start; margin: .3rem 0; color: var(--orange); }
h2 { font-size: clamp(2.8rem, 5vw, 5.3rem); }
.section-heading h2 { grid-column: 1; max-width: 850px; }
.section-heading > p:last-child { grid-column: 2; grid-row: 1 / span 2; max-width: 360px; margin: 0; color: rgba(27,41,37,.65); }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-width: 0; min-height: 520px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: transform .3s, box-shadow .3s; }
.service-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 25px 60px rgba(27,41,37,.09); }
.service-card.featured { background: #e7ead8; }
.service-card.health { background: #dce9e1; }
.service-index { position: absolute; top: 1.5rem; right: 2rem; font-size: .7rem; color: rgba(27,41,37,.4); }
.service-icon { display: grid; width: 72px; height: 72px; margin: 1rem 0 5rem; place-items: center; border: 1px solid rgba(33,77,66,.12); border-radius: 20px; color: var(--green); transition: transform .35s cubic-bezier(.2,.7,.2,1), border-radius .35s; }
.service-icon svg { width: 38px; height: 38px; overflow: visible; }
.service-icon svg * { stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.folder-icon { background: #dcebe2; }
.calendar-icon { background: #eef2d2; }
.document-icon { background: #f3e4da; }
.health-icon { color: var(--lime); background: var(--green); border-color: var(--green); }
.service-card:hover .service-icon { transform: translateY(-4px) rotate(-3deg); border-radius: 50%; }
.service-card h3 { margin: 0 0 1rem; font-family: var(--display); font-size: 1.65rem; letter-spacing: -.035em; }
.service-card > p:not(.service-index) { min-height: 72px; color: rgba(27,41,37,.65); }
.service-card ul { margin: 2rem 0 0; padding: 1.4rem 0 0; border-top: 1px solid var(--line); list-style: none; font-size: .84rem; }
.service-card li { margin: .55rem 0; }
.service-card li:before { content: "—"; margin-right: .6rem; color: var(--orange); }

.method-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; color: var(--paper); background: var(--green); }
.method-sticky { position: sticky; top: 120px; align-self: start; }
.method-sticky .section-number { color: var(--lime); }
.method-sticky h2 em { color: var(--mint); }
.method-sticky > p:not(.section-number) { max-width: 470px; margin: 2rem 0; color: rgba(250,248,242,.67); }
.text-link { display: inline-block; padding-bottom: .4rem; border-bottom: 1px solid rgba(250,248,242,.45); font-size: .87rem; }
.text-link span { margin-left: 1.5rem; color: var(--lime); }
.step { display: grid; grid-template-columns: 80px 1fr; gap: 2rem; min-height: 240px; padding: 3.1rem 0; border-top: 1px solid rgba(250,248,242,.2); }
.step:last-child { border-bottom: 1px solid rgba(250,248,242,.2); }
.step-number { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: var(--green); background: var(--lime); font-size: .75rem; }
.step h3 { margin: 0 0 1rem; font-family: var(--display); font-size: 2rem; font-weight: 500; }
.step p { max-width: 450px; margin: 0; color: rgba(250,248,242,.65); }

.about-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: center; background: #e6eee8; }
.about-visual { position: relative; min-height: 580px; overflow: hidden; padding: 2rem; color: var(--paper); background: var(--green); }
.about-visual:before { content: ""; position: absolute; width: 440px; height: 440px; right: -190px; bottom: -210px; border: 90px solid var(--mint); border-radius: 50%; opacity: .35; }
.about-visual:after { content: ""; position: absolute; width: 1px; height: 70%; top: 15%; left: 51%; background: rgba(250,248,242,.13); transform: rotate(32deg); }
.about-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid rgba(250,248,242,.22); font-size: .65rem; text-transform: uppercase; letter-spacing: .14em; }
.about-message { position: relative; z-index: 2; margin-top: clamp(5rem,9vw,8rem); }
.about-message p { margin: .8rem 0 0; font-family: var(--display); font-size: clamp(2.1rem,3.7vw,4rem); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; }
.about-message em { color: var(--lime); font-style: normal; }
.about-spark { color: var(--lime); font-size: 1.5rem; }
.about-seal { position: absolute; z-index: 2; right: 2.5rem; bottom: 2rem; width: 88px; height: 88px; padding: 7px; border: 1px solid rgba(250,248,242,.35); border-radius: 24px; }
.about-seal img { display: block; width: 100%; height: 100%; }
.about-caption { position: absolute; z-index: 2; bottom: 2.5rem; left: 2rem; display: flex; max-width: 180px; align-items: center; gap: .6rem; font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.about-caption span { flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.about-copy .large-copy { margin: 2.5rem 0 1.5rem; font-size: 1.25rem; color: var(--ink); }
.about-copy > p:not(.section-number):not(.large-copy) { color: rgba(27,41,37,.64); }
.values { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.4rem; }
.values span { padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 100px; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }

.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; padding: clamp(5rem,10vw,9rem) clamp(1.25rem,7vw,7.5rem); color: var(--paper); background: #172621; }
.contact-intro h2 { margin-top: 1.8rem; }
.contact-intro h2 em { color: var(--lime); }
.contact-intro > p:not(.section-number) { max-width: 430px; margin: 2rem 0; color: rgba(250,248,242,.63); }
.contact-intro .section-number { color: var(--lime); }
.response-note { display: flex; align-items: center; gap: .7rem; margin-top: 3rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.response-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,239,129,.1); }
.contact-form { position: relative; padding: clamp(1.5rem,4vw,3.5rem); overflow: hidden; border: 1px solid rgba(250,248,242,.18); border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 80px rgba(5,18,14,.22); }
.contact-form:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--lime) 0 34%, var(--mint) 34% 67%, var(--orange) 67%); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; margin-bottom: 1.15rem; font-size: .77rem; font-weight: 600; letter-spacing: .015em; }
.contact-form label > span { color: var(--orange); }
.contact-form input:not([type="checkbox"]):not(.hp-field), .contact-form select, .contact-form textarea { width: 100%; margin-top: .6rem; padding: 1rem 1.05rem; border: 1px solid rgba(33,77,66,.2); border-radius: 12px; outline: 0; color: var(--ink); background: #f3f5ed; box-shadow: inset 0 1px 2px rgba(27,41,37,.03); transition: border-color .2s, background .2s, box-shadow .2s, transform .2s; }
.contact-form select { min-height: 56px; cursor: pointer; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:not([type="checkbox"]):not(.hp-field):hover, .contact-form select:hover, .contact-form textarea:hover { border-color: rgba(33,77,66,.42); background: #f7f7f1; }
.contact-form input:not([type="checkbox"]):not(.hp-field):focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(185,213,197,.38); transform: translateY(-1px); }
.contact-form ::placeholder { color: rgba(27,41,37,.43); }
.consent { display: flex !important; align-items: flex-start; gap: .8rem; margin: .25rem 0 1.25rem !important; padding: 1rem; border: 1px solid rgba(33,77,66,.12); border-radius: 12px; color: rgba(27,41,37,.64); background: rgba(185,213,197,.17); font-weight: 400 !important; line-height: 1.45; }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: .15rem 0 0; accent-color: var(--green); cursor: pointer; }
.consent span { color: inherit !important; }
.submit-button { width: 100%; min-height: 58px; justify-content: space-between; margin-top: .25rem; box-shadow: 0 12px 28px rgba(33,77,66,.18); }
.form-status { margin: .8rem 0 0; font-size: .8rem; }
.form-status.is-success { color: var(--green); }
.form-status.is-error { color: var(--orange); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.submit-button:disabled { opacity: .65; cursor: wait; transform: none; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; padding: 3rem clamp(1.25rem,4vw,4.5rem) 1.5rem; color: var(--paper); background: #172621; border-top: 1px solid rgba(250,248,242,.13); }
.footer-brand { padding: .45rem .7rem; width: fit-content; border-radius: 4px; background: var(--paper); }
.footer-brand img { width: 150px; }
footer > p { margin: 0; color: rgba(250,248,242,.55); font-size: .78rem; }
.footer-links { display: flex; justify-content: flex-end; gap: 2rem; font-size: .82rem; flex-wrap: wrap; }
.copyright { grid-column: 1 / -1; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid rgba(250,248,242,.1); }
.copyright a { text-decoration: underline; text-underline-offset: 3px; }
.copyright a:hover { color: var(--lime); }
.copyright span { color: var(--lime); }

.legal-header { position: fixed; height: 72px; background: rgba(244,240,232,.95); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(27,41,37,.1); }
.legal-page { padding: 120px clamp(1.25rem, 5vw, 3rem) 5rem; background: var(--paper); }
.legal-content { max-width: 680px; margin: 0 auto; }
.legal-content h1 { margin-bottom: 1rem; font-size: clamp(2.4rem, 5vw, 3.6rem); }
.legal-intro { margin: 0 0 3rem; color: rgba(27,41,37,.62); font-size: .95rem; }
.legal-content h2 { margin: 2.5rem 0 1rem; font-family: var(--display); font-size: 1.35rem; font-weight: 500; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: rgba(27,41,37,.72); font-size: .94rem; }
.legal-content ul { margin: .8rem 0 1.2rem; padding-left: 1.2rem; }
.legal-content li { margin: .45rem 0; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.legal-content a:hover { color: var(--green); }
.legal-block { margin: 1.5rem 0; padding: 1.2rem 1.4rem; border-left: 3px solid var(--mint); background: var(--cream); }
.legal-block p { margin: .35rem 0; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); font-size: .85rem; }
.legal-nav a { padding-bottom: .2rem; border-bottom: 1px solid var(--line); }
.consent a { color: var(--green); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }

@media (min-width: 901px) and (max-height: 950px) {
  .hero-content { padding-top: 3.5rem; }
  .hero-content h1 { font-size: clamp(4.5rem, 5.5vw, 6rem); }
  .hero-intro { margin: 1.5rem 0; }
  .hero-visual { top: 16%; height: 60%; }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 480px; }
}

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-toggle { position: relative; z-index: 2; display: block; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-toggle > span:not(.sr-only) { position: absolute; left: 12px; width: 17px; border-top: 1.5px solid var(--ink); transition: .25s; }
  .menu-toggle > span:nth-child(2) { top: 16px; }
  .menu-toggle > span:nth-child(3) { top: 23px; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { top: 20px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 2rem; background: var(--cream); font-family: var(--display); font-size: 2rem; transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.is-open { transform: none; }
  .nav-cta { font-family: var(--sans); font-size: 1rem; }
  .hero { min-height: 800px; padding-top: 76px; }
  .hero-content { width: 100%; padding-top: 5rem; }
  .hero-visual { position: relative; top: auto; right: auto; width: min(100%, 500px); height: 360px; margin: 4rem auto 6rem; }
  .scroll-cue { right: 50%; bottom: 69px; transform: translateX(50%); }
  .hero-footer { font-size: .6rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 480px; }
  .method-section, .about-section, .contact-section { grid-template-columns: 1fr; }
  .method-sticky { position: static; }
  .about-visual { min-height: 500px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 2; grid-row: 1 / span 2; flex-direction: column; align-items: flex-end; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-intro { font-size: 1rem; }
  .hero-visual { height: 320px; margin-top: 3rem; }
  .card-main { width: 75%; padding: 1.3rem; }
  .card-note { width: 48%; padding: 1.2rem; }
  .card-note p { font-size: 1.2rem; }
  .hero-footer { gap: 1rem; }
  .scroll-cue-label { display: none; }
  .hero-footer p:last-child { text-align: right; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 1.6rem; }
  .service-icon { margin-bottom: 3rem; }
  .service-card > p:not(.service-index) { min-height: 0; }
  .step { grid-template-columns: 55px 1fr; gap: 1rem; }
  .about-visual { min-height: 410px; }
  .about-monogram { font-size: 6rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; }
  .footer-links { grid-column: 1; grid-row: auto; align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
}

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