:root {
  --ink: #090b0f;
  --ink-soft: #11151b;
  --ink-lift: #171d24;
  --paper: #f1eee8;
  --paper-soft: #e7e5df;
  --cream: #e7d4b1;
  --muted: #929ba1;
  --muted-dark: #5d6468;
  --line: rgba(9, 11, 15, .16);
  --line-dark: rgba(241, 238, 232, .17);
  --accent: #d4b379;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --gutter: 5.8rem;
  --gutter: clamp(1.3rem, 5vw, 5.8rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.site-shell { overflow: hidden; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; align-items: center; justify-content: flex-end; padding: 1.15rem var(--gutter); color: var(--paper); }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 3.2rem); font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.main-nav a { opacity: .7; transition: opacity .25s ease, color .25s ease; }
.main-nav a:hover { opacity: 1; color: var(--cream); }
.main-nav .nav-cta { border: 1px solid rgba(241,238,232,.43); border-radius: 100px; padding: .7rem 1rem .67rem 1.1rem; opacity: 1; }
.nav-cta span { margin-left: .28rem; font-size: 1rem; }
.menu-button { display: none; border: 0; background: transparent; color: inherit; text-transform: uppercase; letter-spacing: .14em; font-size: .67rem; }
.menu-button span { font-size: 1.1rem; margin-left: .25rem; }
.mobile-menu { position: fixed; z-index: 9; inset: 0; padding: 7rem var(--gutter) 2rem; flex-direction: column; justify-content: center; gap: 1.25rem; background: var(--ink); color: var(--paper); }
.mobile-menu[aria-open="true"] { display: flex; }
.mobile-menu a { font: italic clamp(2.15rem, 8vw, 4.5rem)/1.05 var(--serif); }
.hero { position: relative; min-height: 100svh; min-height: 48rem; display: flex; align-items: flex-end; padding: 9rem var(--gutter) clamp(2.4rem, 5vw, 4.5rem); color: var(--paper); isolation: isolate; background: #000; }
.hero__backdrop { position: absolute; z-index: -4; inset: 0; background: radial-gradient(circle at 78% 24%, rgba(61,83,96,.22), transparent 21rem), radial-gradient(circle at 18% 95%, rgba(194,145,72,.1), transparent 25rem), #000; }
.hero__backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,11,15,.08), transparent 48%, rgba(9,11,15,.25)); }
.hero__brand { position: absolute; z-index: 1; top: clamp(5.6rem, 9vw, 8.5rem); left: 50%; width: clamp(16rem, 32vw, 27rem); transform: translateX(-50%); pointer-events: none; }
.hero__brand img { display: block; width: 100%; height: auto; }
.hero__orb { position: absolute; z-index: -1; border: 1px solid rgba(231,212,177,.18); border-radius: 50%; pointer-events: none; }
.hero__orb--one { width: 48rem; width: min(52vw, 48rem); aspect-ratio: 1; top: 10%; right: 8%; }
.hero__orb--two { width: 27rem; width: min(29vw, 27rem); aspect-ratio: 1; top: 25%; right: 22%; border-color: rgba(212,179,121,.25); }
.hero__grid-lines { position: absolute; z-index: -1; inset: 0 var(--gutter); opacity: .7; background: linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(241,238,232,.08) 25%, transparent calc(25% + 1px), transparent calc(75% - 1px), rgba(241,238,232,.08) 75%, transparent calc(75% + 1px)); pointer-events: none; }
.hero__content { width: 46rem; width: min(46rem, 53vw); position: relative; padding-bottom: 3.4rem; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.7rem; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-dot, .about__note-dot { display: inline-block; width: .42rem; height: .42rem; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 .28rem rgba(212,179,121,.13); }
.hero h1 { max-width: 100%; margin: 0; font: 400 6rem/.9 var(--serif); font-size: clamp(2.9rem, 5.5vw, 6rem); letter-spacing: -.06em; }
.hero-title__main, .hero-title__channel { display: block; }
.hero-title__main { max-width: 100%; }
.hero-title__channel { margin-top: .14em; color: var(--cream); font-size: 3.5rem; font-size: clamp(1.9rem, 3.2vw, 3.5rem); line-height: .95; letter-spacing: -.055em; }
.hero h1 em, h2 em { font-weight: 400; color: var(--cream); }
.hero__lead { max-width: 26rem; margin: 2.3rem 0 2.2rem; color: rgba(241,238,232,.73); font-size: 1.15rem; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.68; }
.hero__actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; border: 0; border-radius: 100px; overflow: hidden; padding: 1rem 1.3rem 1rem 1.45rem; text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; font-weight: 700; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.1rem; line-height: .6; }
.button--light { width: 17rem; background: var(--paper); color: var(--ink); }
.button--light:hover { background: var(--cream); }
.button--cream { width: 15rem; background: var(--cream); color: var(--ink); }
.button--cream:hover { background: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; padding-bottom: .3rem; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .13em; font-size: .63rem; font-weight: 600; }
.text-link span { font-size: 1rem; }
.text-link--light { color: var(--paper); opacity: .78; }
.text-link--light:hover { opacity: 1; }
.hero__card { position: absolute; right: var(--gutter); bottom: clamp(3.8rem, 6vw, 5.5rem); width: min(18rem, 22vw); padding: 1.25rem; border: 1px solid rgba(241,238,232,.2); background: rgba(13,17,22,.62); backdrop-filter: blur(12px); }
.hero__card-top { display: flex; justify-content: space-between; gap: .7rem; padding-bottom: .95rem; border-bottom: 1px solid rgba(241,238,232,.15); color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: .57rem; }
.hero__card-top span:last-child { color: rgba(241,238,232,.53); text-align: right; }
.hero__card p { margin: 1.1rem 0 1.3rem; color: rgba(241,238,232,.82); font: 400 1.28rem/1.18 var(--serif); letter-spacing: -.03em; }
.hero__card-list { display: grid; gap: .55rem; color: rgba(241,238,232,.52); font-size: .62rem; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }
.hero__card-list span::before { content: "↗"; margin-right: .5rem; color: var(--accent); }
.hero__bottom { position: absolute; bottom: clamp(2.4rem, 5vw, 4.5rem); left: var(--gutter); right: var(--gutter); display: flex; justify-content: space-between; gap: 1rem; color: rgba(241,238,232,.46); font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.section-pad { padding: 8.5rem var(--gutter); padding-block: clamp(5.2rem, 10vw, 10rem); }
.section-kicker { justify-content: flex-start; color: rgba(9,11,15,.52); }
.section-kicker span:first-child { color: var(--accent); font: italic 1rem var(--serif); }
.section-kicker--light { color: rgba(241,238,232,.5); }
.intro { background: var(--paper); }
.intro__layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(18rem, .88fr); gap: 7vw; align-items: end; }
h2 { margin: 0; font: 400 5.9rem/.95 var(--serif); font-size: clamp(3.1rem, 6.7vw, 7.5rem); letter-spacing: -.06em; }
.intro__layout h2 { max-width: 10ch; }
.intro__copy { max-width: 30rem; padding-bottom: .4rem; }
.lead-copy { margin: 0 0 1.5rem; font-size: 1.45rem; font-size: clamp(1.18rem, 1.75vw, 1.55rem); line-height: 1.42; letter-spacing: -.02em; }
.intro__copy > p:not(.lead-copy), .about__copy > p:not(.lead-copy) { color: rgba(9,11,15,.63); line-height: 1.76; }
.intro__copy .text-link { margin-top: 1.8rem; }
.section-pad--dark { background: var(--ink); color: var(--paper); }
.services__heading { display: flex; justify-content: space-between; gap: 5rem; align-items: end; margin: 3.4rem 0 5rem; }
.services__heading h2 { max-width: 9ch; }
.services__heading p { max-width: 22rem; color: rgba(241,238,232,.58); line-height: 1.75; margin: 0 0 .4rem; }
.service-list { border-top: 1px solid var(--line-dark); }
.service-item { display: grid; grid-template-columns: 4rem minmax(0, 1fr) auto; gap: 1.6rem; align-items: start; padding: 1.75rem 0; border-bottom: 1px solid var(--line-dark); transition: padding .35s ease, color .35s ease; }
.service-item:hover { padding-left: .65rem; padding-right: .65rem; color: var(--cream); }
.service-item__number { color: var(--accent); font: italic 1rem var(--serif); padding-top: .2rem; }
.service-item h3 { margin: 0 0 .48rem; font: 400 2rem var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.2rem); letter-spacing: -.035em; }
.service-item p { max-width: 37rem; margin: 0; color: rgba(241,238,232,.56); font-size: .92rem; line-height: 1.68; }
.service-item .service-item__label { margin-bottom: .5rem; color: var(--accent); text-transform: uppercase; letter-spacing: .15em; font-size: .58rem; }
.service-item__arrow { font-size: 1.5rem; color: var(--accent); transition: transform .3s ease; }
.service-item:hover .service-item__arrow { transform: translate(3px, -3px); }
.process { background: var(--paper-soft); }
.process__intro { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(16rem, .88fr); gap: 7vw; align-items: end; margin: 3.4rem 0 6rem; }
.process__intro h2 { max-width: 10ch; }
.process__intro p { max-width: 26rem; color: rgba(9,11,15,.62); line-height: 1.75; margin: 0 0 .4rem; }
.process__steps { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.process-step { min-height: 17.5rem; padding: 1.5rem 1.25rem 1.5rem 0; border-right: 1px solid var(--line); }
.process-step:not(:first-child) { padding-left: 1.25rem; }
.process-step:last-child { border-right: 0; }
.process-step__number { color: var(--accent); font: italic 1.1rem var(--serif); }
.process-step h3 { margin: 4.8rem 0 1rem; font: 400 1.58rem var(--serif); letter-spacing: -.03em; }
.process-step p { max-width: 14rem; margin: 0; color: rgba(9,11,15,.6); font-size: .87rem; line-height: 1.7; }
.statement { position: relative; min-height: 43rem; min-height: clamp(29rem, 49vw, 43rem); display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; background: var(--ink-soft); color: var(--paper); overflow: hidden; }
.statement__mark { position: relative; display: flex; align-items: center; justify-content: center; background: #000; overflow: hidden; }
.statement__mark::before, .statement__mark::after { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(231,212,177,.16); border-radius: 50%; }
.statement__mark::after { width: 42%; border-color: rgba(231,212,177,.25); }
.statement__mark img { position: relative; z-index: 1; display: block; width: 55%; max-width: 20rem; height: auto; }
.statement__content { display: flex; flex-direction: column; justify-content: center; padding: 12% 13%; background: var(--cream); color: var(--ink); }
.statement__quote { color: #ac8d59; font: 400 6rem/.6 var(--serif); }
.statement__content p { max-width: 10ch; margin: 1.2rem 0 2.4rem; font: 400 3.3rem/1.05 var(--serif); font-size: clamp(2.15rem, 3.5vw, 4.1rem); letter-spacing: -.05em; }
.statement__line { text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; }
.about { background: var(--ink); color: var(--paper); }
.about__layout { display: grid; grid-template-columns: minmax(20rem, .96fr) minmax(0, 1.04fr); gap: clamp(3.5rem, 7vw, 8rem); align-items: center; margin-top: 3.2rem; }
.founder-frame { position: relative; margin: 0; border: 1px solid rgba(241,238,232,.18); background: #c1b8a9; overflow: hidden; isolation: isolate; box-shadow: 0 1.8rem 4rem rgba(0,0,0,.22); }
.founder-frame__photo { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 76% center; filter: saturate(.92) contrast(1.05); }
.founder-frame::before, .founder-frame::after { content: ""; position: absolute; z-index: 1; width: 2.25rem; height: 2.25rem; border-color: rgba(241,238,232,.63); }
.founder-frame::before { top: 1.4rem; left: 1.4rem; border-top: 1px solid; border-left: 1px solid; }
.founder-frame::after { top: 1.4rem; right: 1.4rem; border-top: 1px solid; border-right: 1px solid; }
.founder-frame figcaption { position: absolute; z-index: 2; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; display: flex; justify-content: space-between; align-items: end; gap: 1rem; padding: 1rem 1.1rem .9rem; border: 1px solid rgba(241,238,232,.2); background: rgba(8,10,13,.72); color: var(--paper); }
.founder-frame figcaption span { color: var(--cream); text-transform: uppercase; letter-spacing: .18em; font-size: .6rem; }
.founder-frame figcaption strong { font: 400 1.25rem var(--serif); }
.about__copy { max-width: 35rem; }
.about__overline, .contact__overline { margin: 0 0 1.45rem; color: var(--accent); text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; }
.about__copy h2 { max-width: 10ch; margin-bottom: 2rem; }
.about__copy > p:not(.lead-copy) { color: rgba(241,238,232,.6); }
.about__copy .lead-copy { color: var(--paper); }
.about__note { display: flex; align-items: center; gap: .8rem; margin-top: 2rem; color: rgba(241,238,232,.64); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.faq { background: var(--paper); }
.faq__heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(16rem, .9fr); gap: 7vw; align-items: end; margin: 3.4rem 0 5rem; }
.faq__heading h2 { max-width: 9ch; }
.faq__heading p { max-width: 23rem; margin: 0 0 .4rem; color: var(--muted-dark); line-height: 1.7; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.45rem 0; cursor: pointer; list-style: none; font: 400 2rem var(--serif); font-size: clamp(1.3rem, 2.3vw, 2rem); letter-spacing: -.03em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary b { color: var(--accent); font: 400 1.8rem var(--sans); transition: transform .25s ease; }
.faq details[open] summary b { transform: rotate(45deg); }
.faq details p { max-width: 38rem; margin: -.35rem 3rem 1.6rem 0; color: var(--muted-dark); line-height: 1.7; }
.contact { position: relative; }
.contact__layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(18rem, 1.08fr); gap: 12vw; align-items: start; margin-top: 3.2rem; }
.contact__intro h2 { max-width: 8ch; }
.contact__intro > p:not(.contact__overline) { max-width: 25rem; color: rgba(241,238,232,.62); line-height: 1.75; margin: 2.2rem 0; }
.contact__direct { display: grid; gap: 1rem; margin-top: 2.6rem; }
.contact__direct a { display: grid; gap: .27rem; width: fit-content; }
.contact__direct span { color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: .58rem; }
.contact__direct strong { color: var(--paper); font-weight: 400; font-size: .98rem; }
.contact__direct a:hover strong { color: var(--cream); }
.contact-form { max-width: 34rem; display: flex; flex-direction: column; align-items: flex-start; }
.contact-form label { margin: 0 0 .55rem; color: rgba(241,238,232,.55); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin: 0 0 1.75rem; border: 0; border-bottom: 1px solid var(--line-dark); border-radius: 0; padding: .65rem 0 .9rem; outline: 0; background: transparent; color: var(--paper); font: 400 1.22rem var(--serif); resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(241,238,232,.31); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cream); }
.form-note { max-width: 25rem; margin: 1.2rem 0 0; color: rgba(241,238,232,.38); font-size: .68rem; line-height: 1.55; }
.site-footer { padding: 2rem var(--gutter) 1.4rem; background: #060708; color: var(--paper); }
.footer__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1.9rem; border-bottom: 1px solid var(--line-dark); }
.footer__brand { display: flex; align-items: center; gap: 1.5rem; }
.footer__logo { width: 7.1rem; height: 3.2rem; object-fit: contain; }
.footer__brand span { color: rgba(241,238,232,.5); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.footer__back { color: var(--cream); text-transform: uppercase; letter-spacing: .12em; font-size: .61rem; }
.footer__meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.3rem; color: rgba(241,238,232,.42); text-transform: uppercase; letter-spacing: .11em; font-size: .59rem; }
.footer__meta a:hover { color: var(--cream); }

/* Full-page confirmation shown after the contact form prepares the email. */
.thanks-page { min-height: 100%; background: #000; color: var(--paper); }
.thanks-shell { position: relative; isolation: isolate; min-height: 100svh; display: flex; flex-direction: column; overflow: hidden; padding: 1.35rem var(--gutter) 1.2rem; background: #000; }
.thanks__backdrop { position: absolute; z-index: -4; inset: 0; background: radial-gradient(circle at 100% 100%, rgba(194,145,72,.1), transparent 25rem), #000; }
.thanks__backdrop::before, .thanks__backdrop::after { content: ""; position: absolute; border: 1px solid rgba(231,212,177,.14); border-radius: 50%; pointer-events: none; }
.thanks__backdrop::before { width: min(52vw, 49rem); aspect-ratio: 1; top: -16%; right: -5%; }
.thanks__backdrop::after { width: min(29vw, 28rem); aspect-ratio: 1; top: 10%; right: 15%; border-color: rgba(212,179,121,.22); }
.thanks__grid-lines { position: absolute; z-index: -2; inset: 0 var(--gutter); opacity: .55; pointer-events: none; background: linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(241,238,232,.08) 25%, transparent calc(25% + 1px), transparent calc(75% - 1px), rgba(241,238,232,.08) 75%, transparent calc(75% + 1px)); }
.thanks-header, .thanks__footer { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: min(100%, 82rem); margin: 0 auto; text-transform: uppercase; letter-spacing: .14em; font-size: .61rem; }
.thanks-header { color: rgba(241,238,232,.65); }
.thanks-header__back { color: var(--paper); font-weight: 600; }
.thanks-header__back span { margin-left: .3rem; color: var(--accent); font-size: .95rem; }
.thanks-header__label { color: rgba(241,238,232,.38); }
.thanks-card { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: clamp(2.5rem, 7vh, 5.5rem) 0 clamp(2.5rem, 7vh, 5rem); text-align: center; }
.thanks__eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 clamp(1.15rem, 2.6vw, 2rem); color: var(--accent); text-transform: uppercase; letter-spacing: .2em; font-size: .62rem; }
.thanks__logo { display: block; width: clamp(14rem, 27vw, 23rem); max-width: 72vw; height: auto; margin: 0 auto clamp(1.6rem, 3.3vw, 2.9rem); border: 0; border-radius: 0; box-shadow: none; filter: none; }
.thanks__copy { width: min(100%, 54rem); }
.thanks__copy h1 { max-width: 100%; margin: 0 auto; font: 400 clamp(2.75rem, 4.25vw, 4rem)/1.02 var(--serif); letter-spacing: -.055em; white-space: nowrap; }
.thanks__message { max-width: 41rem; margin: clamp(1.35rem, 2.8vw, 2.2rem) auto 0; color: rgba(241,238,232,.76); font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.7; }
.thanks__note { max-width: 34rem; margin: 1.15rem auto 0; color: rgba(241,238,232,.43); font-size: .7rem; line-height: 1.6; }
.thanks__note a { color: var(--cream); border-bottom: 1px solid rgba(231,212,177,.55); }
.thanks__button { width: auto; min-width: 15rem; margin-top: 1.7rem; }
.thanks__footer { padding-top: 1rem; color: rgba(241,238,232,.34); border-top: 1px solid rgba(241,238,232,.14); }

@media screen and (max-width: 760px) {
  .thanks-shell { min-height: 100svh; padding: .9rem var(--gutter) 1rem; }
  .thanks-header, .thanks__footer { font-size: .54rem; letter-spacing: .12em; }
  .thanks-header__label { display: none; }
  .thanks-card { padding: 2.8rem 0 3.3rem; }
  .thanks__eyebrow { margin-bottom: 1rem; font-size: .55rem; letter-spacing: .16em; }
  .thanks__logo { width: min(13.5rem, 57vw); margin-bottom: 1.45rem; }
  .thanks__copy h1 { max-width: 100%; font-size: clamp(2rem, 10.5vw, 2.55rem); line-height: 1.04; white-space: normal; text-wrap: balance; }
  .thanks__message { max-width: 24rem; margin-top: 1.2rem; font-size: .99rem; line-height: 1.62; }
  .thanks__note { max-width: 20rem; margin-top: 1rem; font-size: .67rem; }
  .thanks__button { width: min(100%, 19rem); margin-top: 1.55rem; }
  .thanks__footer { align-items: flex-start; flex-direction: column; gap: .45rem; }
}

/* Responsive review: desktop keeps the editorial composition, while tablet
   and mobile get their own reading rhythm instead of a scaled desktop. */
img { max-width: 100%; }
body { min-width: 0; overflow-x: hidden; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
.button { min-height: 3rem; }

@media screen and (min-width: 761px) and (max-width: 1040px) {
  :root { --gutter: 2.9rem; --gutter: clamp(1.5rem, 6vw, 3.7rem); }

  .hero { min-height: 45rem; padding-top: 7.6rem; }
  .hero__content { width: 34rem; width: min(56%, 34rem); padding-bottom: 3.4rem; }
  .eyebrow { display: block; max-width: 14rem; line-height: 1.25; }
  .eyebrow-dot { margin-right: .65rem; vertical-align: middle; }
  .hero h1 { max-width: 100%; font-size: 4.5rem; font-size: clamp(2.85rem, 5.5vw, 4.5rem); }
  .hero-title__main { max-width: 100%; }
  .hero-title__channel { font-size: 2.8rem; font-size: clamp(1.85rem, 3.2vw, 2.8rem); }
  .hero__lead { max-width: 25rem; font-size: 1rem; }
  .hero__card { right: var(--gutter); bottom: 3.8rem; width: 14rem; width: min(17.5rem, 29vw); padding: 1.1rem; }
  .hero__card p { font-size: 1.16rem; }
  .hero__bottom { bottom: 2.4rem; font-size: .56rem; }

  .intro__layout, .process__intro, .faq__heading {
    grid-template-columns: minmax(0, 1.05fr) minmax(14rem, .95fr);
    gap: 3.5rem;
  }
  .services__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(14rem, .95fr);
    gap: 3rem;
    margin: 2.8rem 0 3.8rem;
  }
  .services__heading p { max-width: 22rem; }

  .process__intro { margin: 2.8rem 0 4.8rem; }
  .process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-step { min-height: 15rem; padding: 1.4rem 1.25rem 1.4rem 0; }
  .process-step:not(:first-child) { padding-left: 1.25rem; }
  .process-step:nth-child(2n) { border-right: 0; }
  .process-step:nth-child(n+3) { border-top: 1px solid var(--line); }
  .process-step:nth-child(3) { border-right: 1px solid var(--line); }
  .process-step h3 { margin-top: 3.4rem; font-size: 1.5rem; }
  .process-step p { max-width: 17rem; font-size: .85rem; }

  .statement__content { padding: 10% 12%; }
  .statement__content p { font-size: 2.2rem; font-size: clamp(2.2rem, 4.5vw, 3.3rem); }
  .about__layout { grid-template-columns: minmax(15rem, .94fr) minmax(0, 1.06fr); gap: 4rem; margin-top: 2.8rem; }
  .about__copy h2 { max-width: 9ch; }
  .founder-frame figcaption { left: .9rem; right: .9rem; bottom: .9rem; padding: .85rem .9rem .75rem; }
  .founder-frame figcaption strong { font-size: 1.1rem; }

  .contact__layout { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 3.5rem; margin-top: 2.8rem; }
  .contact-form { max-width: none; }
  .footer__meta { flex-wrap: wrap; }
}

@media screen and (max-width: 860px) {
  .main-nav { display: none; }
  .menu-button {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: .45rem .1rem .45rem .7rem;
  }
}

@media screen and (max-width: 760px) {
  :root { --gutter: 1.25rem; }

  .site-header { padding: .75rem var(--gutter) 0; }
  .menu-button { font-size: .63rem; }
  .mobile-menu { padding: 6.5rem var(--gutter) 2rem; }
  .mobile-menu a { font-size: 2.2rem; font-size: clamp(2rem, 10vw, 3.15rem); }

  .hero {
    min-height: 47rem;
    padding: 7.1rem var(--gutter) 2.8rem;
  }
  .hero__brand { top: 5rem; width: min(15.5rem, 58vw); }
  .hero__content { width: 100%; padding-top: 13rem; padding-bottom: 0; }
  .hero h1 { max-width: 100%; font-size: 4.1rem; font-size: clamp(2.8rem, 11.8vw, 4.1rem); line-height: .9; }
  .hero-title__main { max-width: 100%; }
  .hero-title__channel { margin-top: .17em; font-size: 2.7rem; font-size: clamp(1.9rem, 7.6vw, 2.7rem); line-height: .96; }
  .hero__lead { max-width: 21rem; margin: 1.45rem 0 1.6rem; font-size: .98rem; line-height: 1.58; }
  .hero__actions { align-items: flex-start; gap: 1rem; }
  .hero__actions .button { width: min(100%, 20rem); padding-inline: 1.15rem; }
  .hero__actions .text-link { display: inline-flex; }
  .hero__card, .hero__bottom { display: none; }
  .hero__orb--one { width: 75vw; top: 15%; right: -12vw; }
  .hero__orb--two { width: 45vw; top: 28%; right: 18vw; }

  .section-pad { padding: 4.7rem var(--gutter); }
  .section-kicker { gap: .5rem; margin-bottom: 1.35rem; font-size: .58rem; letter-spacing: .14em; }
  .section-kicker span:first-child { font-size: .95rem; }
  h2 { font-size: 2.65rem; font-size: clamp(2.65rem, 11vw, 3.7rem); line-height: .98; }
  .lead-copy { font-size: 1.18rem; line-height: 1.45; }

  .intro__layout, .process__intro, .faq__heading, .contact__layout { grid-template-columns: 1fr; gap: 1.9rem; }
  .intro__layout h2, .process__intro h2, .faq__heading h2 { max-width: 12ch; }
  .intro__copy { padding-bottom: 0; }
  .intro__copy > p:not(.lead-copy), .about__copy > p:not(.lead-copy) { line-height: 1.7; }
  .intro__copy .text-link { margin-top: 1.45rem; }

  .services__heading { display: block; margin: 2.3rem 0 3rem; }
  .services__heading p { max-width: 28rem; margin-top: 1.45rem; line-height: 1.68; }
  .service-item { grid-template-columns: 1.55rem minmax(0, 1fr) 1.1rem; gap: .6rem; padding: 1.35rem 0; }
  .service-item__number { font-size: .9rem; }
  .service-item h3 { margin-bottom: .45rem; font-size: 1.46rem; line-height: 1.1; }
  .service-item p { font-size: .88rem; line-height: 1.62; }
  .service-item .service-item__label { margin-bottom: .42rem; font-size: .54rem; letter-spacing: .12em; }
  .service-item__arrow { font-size: 1.15rem; }

  .process__intro { margin: 2.3rem 0 2.6rem; }
  .process__intro p { line-height: 1.68; }
  .process__steps { grid-template-columns: 1fr; }
  .process-step, .process-step:not(:first-child) { min-height: 0; padding: 1.3rem 0 1.4rem; border-right: 0; }
  .process-step:not(:first-child) { border-top: 1px solid var(--line); }
  .process-step:nth-child(3) { border-right: 0; }
  .process-step h3 { margin: .75rem 0 .55rem; font-size: 1.48rem; }
  .process-step p { max-width: none; font-size: .88rem; line-height: 1.65; }

  .statement { grid-template-columns: 1fr; }
  .statement__mark { min-height: 13.5rem; }
  .statement__mark img { width: min(58%, 15rem); }
  .statement__content { min-height: 20rem; padding: 2.7rem 1.6rem; }
  .statement__quote { font-size: 5rem; }
  .statement__content p { max-width: 12ch; margin: .9rem 0 1.8rem; font-size: 2.3rem; font-size: clamp(2.3rem, 10vw, 3.3rem); }

  .about__layout { grid-template-columns: 1fr; gap: 2.5rem; margin-top: 2.3rem; }
  .founder-frame { max-width: none; }
  .founder-frame__photo { aspect-ratio: 3 / 2; object-position: 74% center; }
  .founder-frame::before, .founder-frame::after { width: 1.8rem; height: 1.8rem; }
  .founder-frame::before { top: 1rem; left: 1rem; }
  .founder-frame::after { top: 1rem; right: 1rem; }
  .founder-frame figcaption { left: .75rem; right: .75rem; bottom: .75rem; padding: .75rem .8rem .65rem; }
  .founder-frame figcaption span { font-size: .54rem; }
  .founder-frame figcaption strong { font-size: 1.05rem; }
  .about__copy h2 { max-width: 11ch; margin-bottom: 1.55rem; }
  .about__note { align-items: flex-start; line-height: 1.45; }

  .faq__heading { gap: 1.25rem; margin: 2.3rem 0 3rem; }
  .faq__heading p { line-height: 1.65; }
  .faq summary { gap: .8rem; padding: 1.15rem 0; font-size: 1.28rem; line-height: 1.12; }
  .faq summary b { flex: 0 0 auto; font-size: 1.55rem; }
  .faq details p { margin: -.2rem 2.5rem 1.35rem 0; font-size: .9rem; line-height: 1.65; }

  .contact__layout { gap: 3rem; margin-top: 2.25rem; }
  .contact__intro > p:not(.contact__overline) { margin: 1.65rem 0; line-height: 1.68; }
  .contact__direct { gap: .9rem; margin-top: 2rem; }
  .contact__direct strong { max-width: 100%; font-size: .93rem; overflow-wrap: anywhere; }
  .contact-form { width: 100%; max-width: none; }
  .contact-form input, .contact-form textarea { margin-bottom: 1.45rem; padding: .6rem 0 .8rem; font-size: 1.08rem; }
  .contact-form textarea { min-height: 6.5rem; }
  .contact-form .button { width: 100%; }
  .form-note { width: 100%; max-width: none; }

  .site-footer { padding: 1.65rem var(--gutter) 1.25rem; }
  .footer__top { align-items: flex-start; flex-direction: column; gap: .9rem; padding-bottom: 1.5rem; }
  .footer__brand { align-items: flex-start; flex-direction: column; gap: .65rem; }
  .footer__logo { width: 6.5rem; height: 2.95rem; }
  .footer__brand span { max-width: 20rem; line-height: 1.5; }
  .footer__meta { flex-direction: column; align-items: flex-start; gap: .65rem; line-height: 1.45; }
}

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

/* Contact form protection and consent control. */
.contact-form__trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.contact-form__consent { display: flex; align-items: flex-start; gap: .7rem; width: 100%; margin: .2rem 0 1.3rem; color: rgba(241,238,232,.55); font-size: .68rem; line-height: 1.55; letter-spacing: .01em; text-transform: none; }
.contact-form__consent input { flex: 0 0 auto; width: 1rem; height: 1rem; margin: .05rem 0 0; accent-color: var(--cream); }
.contact-form__consent a { color: var(--cream); border-bottom: 1px solid rgba(231,212,177,.45); }
.contact-form button:disabled { cursor: wait; opacity: .65; transform: none; }
