@charset "UTF-8";

:root {
  --black: #050505;
  --paper: #faf7f2;
  --gold: #ddac39;
  --gold-light: #eccd87;
  --ink: #171613;
  --muted-dark: #c0bab0;
  --muted-light: #625c51;
  --line-dark: #373229;
  --line-light: #d9d2c6;
  --display: "The Seasons", "Cormorant Garamond", Georgia, serif;
  --body: "Poppins", Arial, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 40px; scrollbar-color: #9c834a var(--black); }
body { margin: 0; background: var(--black); color: var(--paper); font: 400 16px/1.75 var(--body); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; text-underline-offset: .3em; }
img { max-width: 100%; height: auto; display: block; }
svg { display: block; }
button { color: inherit; }
button:disabled { cursor: wait; opacity: .65; }
::selection { background: var(--gold); color: var(--black); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.section-light :focus-visible, .site-footer :focus-visible, .dialog-main :focus-visible { outline-color: #8c6717; }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
h2 { font-size: clamp(2.55rem, 3.65vw, 3.6rem); }
h3 { font-size: 1.2rem; line-height: 1.45; font-weight: 500; letter-spacing: -.025em; }
em { font-weight: 400; }
.container { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.line-icon { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 18px; z-index: 100; color: var(--black); background: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 24px; left: 50%; transform: translateX(-50%); width: min(1230px, calc(100% - 80px)); min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 26px; border: 1px solid #ffffff1b; border-radius: 8px; background: #0505056b; }
.brand { flex-shrink: 0; display: block; width: 153px; }
.brand img { width: 100%; }
.site-header nav { display: flex; align-items: center; gap: 26px; }
.site-header nav > a { font-size: .875rem; color: #ded9d0; transition: color .2s; }
.site-header nav > a:hover { color: var(--gold-light); }
.header-cta { background: transparent; display: flex; align-items: center; gap: 10px; border: 1px solid #ddac3975; padding: 12px 16px; border-radius: 5px; font-size: .875rem; color: var(--gold-light); transition: background .2s, color .2s; }
.header-cta:hover { background: var(--gold); color: var(--black); }
.header-cta .icon { width: 19px; height: 19px; }
.menu-toggle { display: none; }

.hero { position: relative; isolation: isolate; min-height: 875px; overflow: clip; }
.hero-picture, .hero-shade { position: absolute; z-index: -2; inset: 0; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 67% 48%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, #05050545 15%, #05050512 42%, transparent 62%), linear-gradient(0deg, var(--black) 0%, #05050585 9%, transparent 28%); }
.hero-layout { position: relative; min-height: 875px; }
.hero-copy { width: 580px; max-width: 51%; padding: 245px 0 150px; }
.hero h1 { font-size: clamp(3.2rem, 4.75vw, 4.7rem); line-height: 1.055; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--gold-light); }
.hero-copy > p { max-width: 495px; margin-top: 28px; color: #ded8cf; font-size: 1rem; line-height: 1.9; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 58px; padding: 16px 24px; border: 0; border-radius: 6px; font-size: .9rem; font-weight: 500; line-height: 1.5; text-align: center; transition: background .24s, box-shadow .24s; }
.button .icon { width: 22px; height: 22px; transition: transform .25s var(--ease); }
.button:hover .icon { transform: translateX(4px); }
.button-gold { min-height: 76px; padding: 20px 38px; border-radius: 10px; background-color: #e7bd73; background-image: linear-gradient(90deg, #e7bd73 0%, #ffe1aa 25%, #ad9a71 50%, #ffe1aa 75%, #e7bd73 100%); background-size: 200% 100%; color: var(--black); box-shadow: 0 3px 0 #7b6647, 0 8px 24px #00000020; font-size: .98rem; font-weight: 400; text-transform: uppercase; animation: gold-flow 6s linear infinite paused; }
.button-gold.is-in-view { animation-play-state: running; }
.button-gold:hover { box-shadow: 0 3px 0 #7b6647, 0 10px 28px #00000035; }
.button-gold .icon { display: none; }
html.motion-paused .button-gold, html.page-hidden .button-gold { animation-play-state: paused; }
@keyframes gold-flow { from { background-position: 100% 50%; } to { background-position: -100% 50%; } }
.button-dark { background: var(--black); color: var(--paper); }
.button-dark:hover { background: #30291c; }
.hero-copy .button { margin-top: 32px; }
.hero-details { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 22px; margin-top: 20px; color: var(--muted-dark); font-size: .8rem; }
.hero-details span { display: inline-flex; align-items: center; gap: 8px; }
.hero-details span::before { content: ""; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.hero-signature { position: absolute; right: 0; bottom: 70px; width: 35%; text-align: right; }
.hero-signature > span { font-family: var(--display); font-size: 1.8rem; display: block; }
.hero-signature small { color: var(--muted-dark); font-size: .75rem; }
.scroll-cue { position: absolute; bottom: 34px; left: calc(50% - 12px); width: 24px; height: 37px; border: 1px solid #eee4d04d; border-radius: 20px; display: flex; justify-content: center; padding-top: 9px; }
.scroll-cue span { width: 2px; height: 9px; background: var(--gold-light); border-radius: 2px; }

.word-ribbon { height: 154px; overflow: hidden; display: flex; align-items: flex-start; padding-top: 20px; position: relative; }
.ribbon-track { display: flex; width: max-content; animation: ribbon 58s linear infinite; animation-play-state: paused; }
.word-ribbon.is-visible .ribbon-track { animation-play-state: running; }
.word-ribbon:hover .ribbon-track { animation-play-state: paused; }
.motion-toggle { position: absolute; right: 20px; top: 18px; width: 44px; height: 44px; display: grid; place-items: center; z-index: 1; border: 1px solid #665a42; border-radius: 50%; background: var(--black); color: var(--gold-light); }
.motion-toggle .icon { width: 18px; height: 18px; }
.ribbon-track > span { flex-shrink: 0; font: 400 clamp(2.8rem, 4.9vw, 5rem)/1.15 var(--display); text-transform: uppercase; color: #e7e0d3; white-space: nowrap; padding-right: 50px; }
.ribbon-track i { color: #9c8b6c; font-style: normal; margin-left: 35px; }
@keyframes ribbon { to { transform: translateX(-50%); } }

.section { position: relative; padding: 122px 0; }
.section-dark { background: var(--black); color: var(--paper); }
.section-light { background: var(--paper); color: var(--ink); }
.section-edge { position: absolute; width: 100%; height: 80px; bottom: calc(100% - 1px); left: 0; fill: currentColor; color: var(--paper); pointer-events: none; }
.section-dark > .section-edge { color: var(--black); }
.edge-reverse { transform: scaleX(-1); }
.section-intro { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-intro > p { max-width: 700px; margin: 26px auto 0; color: var(--muted-light); }
.situations { padding-top: 80px; padding-bottom: 170px; }
.situations-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.situation-card { padding: 32px 30px 36px; background: #10100e; color: var(--paper); border: 1px solid #10100e; border-radius: var(--radius); transition: background .25s, border-color .25s; }
.situation-card:hover { border-color: #997b35; background: #1a1812; }
.card-top { display: flex; align-items: center; justify-content: space-between; color: var(--gold-light); margin-bottom: 30px; }
.card-top > span { color: #b6ad9b; font-size: .75rem; letter-spacing: .13em; }
.situation-card h3 { font-size: 1.16rem; }
.situation-card p { margin-top: 18px; color: #c9c2b5; font-size: .92rem; line-height: 1.85; }
.section-note { text-align: center; margin-top: 48px; color: var(--muted-light); }
.section-note strong { color: var(--ink); font-weight: 500; }

.method { padding-top: 76px; padding-bottom: 175px; }
.method-heading { display: grid; grid-template-columns: 1.25fr 1fr; align-items: end; gap: 70px; }
.method-heading p { color: var(--muted-dark); padding-bottom: 4px; }
.journey { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 64px; margin-top: 68px; }
.journey-line { position: absolute; top: 12px; left: 0; width: 100%; height: 120px; fill: none; stroke-width: 1.5; }
.route-base { stroke: #544528; }
.route-draw { stroke: var(--gold); stroke-dasharray: 1; stroke-dashoffset: 1; }
.journey.is-visible .route-draw { stroke-dashoffset: 0; transition: stroke-dashoffset 1.7s var(--ease); }
.journey-step { position: relative; text-align: center; }
.step-symbol { width: 122px; height: 122px; margin: 0 auto 35px; border: 1px solid #73603a; outline: 9px solid var(--black); border-radius: 50%; background: #10100d; display: grid; place-items: center; color: var(--gold-light); position: relative; }
.step-symbol .line-icon { width: 41px; height: 41px; }
.step-symbol > span { position: absolute; bottom: -12px; left: 43px; min-width: 35px; background: var(--black); color: #c2b18c; font-size: .75rem; letter-spacing: .1em; font-variant-numeric: tabular-nums; }
.journey-step h3 { color: var(--gold-light); }
.journey-step p { color: var(--muted-dark); margin-top: 17px; font-size: .94rem; line-height: 1.9; }
.method-bottom { display: flex; justify-content: space-between; align-items: center; gap: 36px; margin-top: 70px; padding-top: 38px; border-top: 1px solid var(--line-dark); }
.method-bottom p { color: var(--muted-dark); }
.method-bottom strong { color: var(--paper); font-weight: 400; }

.about { padding-top: 68px; padding-bottom: 116px; }
.about-layout { display: grid; grid-template-columns: .93fr 1fr; gap: 96px; align-items: center; }
.about-photo { position: relative; }
.about-photo > img { width: 100%; aspect-ratio: 724 / 950; object-fit: cover; object-position: center 34%; border-radius: 145px 16px 145px 16px; }
.about-photo figcaption { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 28px; color: #655539; font-size: .82rem; }
.about-photo figcaption svg { width: 105px; height: 30px; stroke: #947120; stroke-width: 1.5; fill: none; }
.about-copy h2 { font-size: clamp(2.5rem, 3.4vw, 3.45rem); }
.expert-name { font-size: 1.15rem; font-weight: 500; margin-top: 28px; margin-bottom: 20px; }
.about-copy > p:not(.expert-name) { color: var(--muted-light); font-size: .96rem; margin-top: 18px; }
.credentials { list-style: none; padding: 0; margin: 26px 0 0; border-top: 1px solid var(--line-light); }
.credentials li { display: flex; align-items: center; gap: 13px; padding-top: 16px; color: #3b352b; font-size: .87rem; }
.credentials .icon { width: 18px; height: 18px; color: #8b681b; }

.testimonial { padding-top: 100px; padding-bottom: 168px; }
.testimonial-heading { text-align: center; margin: 0 auto 52px; }
.testimonial-heading h2 { font-size: clamp(2.4rem, 3.6vw, 3.6rem); }
.testimonial-heading > p { color: #ded8cf; margin-top: 24px; font-size: 1.08rem; }
.testimonial-rule { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 26px auto 0; max-width: 340px; }
.testimonial-rule span { height: 1px; background: #9d8a63; flex: 1; }
.testimonial-rule svg { width: 22px; height: 22px; fill: var(--gold-light); }
.testimonial-carousel { position: relative; max-width: 1030px; margin: auto; }
.testimonial-track { display: flex; gap: 24px; align-items: stretch; }
.testimonial-card { flex: 0 0 calc((100% - 24px) / 2); min-width: 0; display: flex; flex-direction: column; padding: 40px 34px 36px; border-radius: 22px; background: #eeeae3; color: var(--ink); }
.testimonial-card-top { display: flex; align-items: center; gap: 14px; margin-bottom: 25px; }
.testimonial-card-top svg { width: 33px; height: 28px; fill: #9b741d; }
.testimonial-card-top span { color: #625744; font-size: .72rem; }
.testimonial-text { font-size: 1.04rem; line-height: 1.8; letter-spacing: -.015em; }
.testimonial-author { display: flex; align-items: center; gap: 15px; margin-top: auto; padding-top: 36px; }
.author-initials { flex: 0 0 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #20201e; color: var(--paper); font-size: 1.15rem; }
.testimonial-author h3 { font-size: .94rem; font-weight: 500; letter-spacing: 0; }
.testimonial-author p { margin-top: 4px; color: #625c51; font-size: .76rem; line-height: 1.65; }
.testimonial-carousel.is-enhanced .carousel-window { overflow: hidden; touch-action: pan-y; }
.testimonial-carousel.is-enhanced .testimonial-track { transition: transform .65s var(--ease); }
.testimonial-track.is-resetting { transition: none !important; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 26px; }
.carousel-arrow { position: absolute; top: calc(50% - 45px); width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #eee4d0; border-radius: 7px; background: var(--black); color: var(--paper); }
.carousel-arrow:hover { background: #2a2419; color: var(--gold-light); }
.carousel-prev { left: -58px; }
.carousel-prev svg { transform: rotate(180deg); }
.carousel-next { right: -58px; }
.carousel-pause { border: 0; border-bottom: 1px solid #8d7a53; background: transparent; color: var(--gold-light); padding: 10px 0; font-size: .76rem; min-height: 44px; }
.carousel-status { color: #c0bab0; font-size: .74rem; font-variant-numeric: tabular-nums; }
.testimonial-context { font-size: .76rem; line-height: 1.8; color: #afa797; margin: 25px auto 0; max-width: 760px; text-align: center; }
.testimonial-context a { text-decoration: underline; color: #e1d2b3; }
@media (max-width: 1250px) { .testimonial-carousel { max-width: calc(100% - 100px); } }
@media (max-width: 700px) {
  .testimonial-carousel { max-width: 100%; }
  .testimonial-card { flex-basis: 100%; padding: 30px 26px; border-radius: 18px; }
  .testimonial-carousel:not(.is-enhanced) .testimonial-track { flex-direction: column; }
  .testimonial-text { font-size: .99rem; }
  .carousel-arrow { position: static; flex-shrink: 0; }
  .carousel-controls { flex-wrap: wrap; gap: 14px; }
  .carousel-status { width: 100%; order: 5; text-align: center; }
  .carousel-pause { margin-inline: auto; }
  .button-gold { padding: 20px 25px; font-size: .88rem; }
}

.faq { padding-top: 68px; padding-bottom: 125px; }
.faq-layout { display: grid; grid-template-columns: .66fr 1.34fr; gap: 90px; }
.faq-intro p { margin-top: 25px; color: var(--muted-light); }
.text-button { display: inline-flex; align-items: center; gap: 15px; border: 0; border-bottom: 1px solid #978462; background: transparent; padding: 7px 0; font-size: .86rem; margin-top: 25px; font-weight: 500; }
.text-button:hover { color: #795a16; }
.faq-list { border-top: 1px solid #c8beaa; }
.faq-list details { border-bottom: 1px solid #d9d2c6; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 25px 0; list-style: none; cursor: pointer; line-height: 1.6; font-size: .96rem; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; top: 8px; left: 2px; width: 14px; height: 1px; background: #8e6923; transition: transform .2s; }
.faq-plus::after { transform: rotate(90deg); }
details[open] .faq-plus::after { transform: rotate(0); }
.faq-list details > div { padding: 0 37px 24px 0; color: var(--muted-light); font-size: .91rem; line-height: 1.85; }

.closing { isolation: isolate; padding: 108px 0 168px; overflow: hidden; text-align: center; }
.closing-route { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; fill: none; stroke: #ddac3929; stroke-width: 1; }
.closing-content h2 { font-size: clamp(3.3rem, 4.5vw, 4.8rem); }
.closing-content p { max-width: 720px; color: var(--muted-dark); margin: 26px auto 0; font-size: .97rem; }
.closing-content .button { margin-top: 33px; }
.closing-note { display: block; color: #bcb19e; font-size: .78rem; margin-top: 20px; }
.site-footer { position: relative; background: var(--paper); color: var(--ink); padding-top: 34px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding-bottom: 50px; }
.footer-brand { flex-shrink: 0; width: 177px; }
.footer-top p { color: var(--muted-light); font-size: .85rem; }
.back-to-top { display: flex; align-items: center; gap: 15px; font-size: .82rem; }
.back-to-top .icon { width: 19px; height: 19px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; color: var(--muted-light); font-size: .75rem; border-top: 1px solid var(--line-light); padding-top: 21px; padding-bottom: 22px; }

/* The native dialog keeps keyboard focus within the form while open. */
dialog { padding: 0; border: 0; border-radius: 16px; width: min(920px, calc(100% - 40px)); max-height: calc(100dvh - 48px); margin: auto; background: var(--paper); color: var(--ink); overscroll-behavior: contain; box-shadow: 0 24px 100px #00000070; }
dialog::backdrop { background: #000000c4; backdrop-filter: blur(4px); }
dialog[open] { animation: dialog-enter .3s var(--ease); }
@keyframes dialog-enter { from { opacity: .1; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.dialog-shell { display: grid; grid-template-columns: .72fr 1.28fr; position: relative; min-height: 630px; }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--paper); border: 1px solid var(--line-light); border-radius: 50%; color: var(--ink); z-index: 2; }
.dialog-close:hover { background: #e8e1d4; }
.dialog-aside { position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; align-items: flex-start; padding: 46px 32px 38px; background: var(--black); color: var(--paper); }
.dialog-aside > img { width: 155px; }
.dialog-aside > p { font: 400 2.65rem/1.15 var(--display); margin-top: 56px; letter-spacing: -.02em; }
.dialog-aside em { color: var(--gold-light); }
.dialog-aside > span { color: #c2b18c; margin-top: auto; padding-top: 80px; font-size: .73rem; letter-spacing: .05em; }
.dialog-route { position: absolute; bottom: -30px; width: 290px; height: 350px; left: -20px; fill: none; stroke: #ddac3945; stroke-width: 1; z-index: -1; }
.dialog-main { padding: 42px 42px 38px; }
.form-step-indicator { display: flex; align-items: center; gap: 14px; color: var(--muted-light); font-size: .75rem; font-variant-numeric: tabular-nums; margin-bottom: 24px; }
.step-track { width: 74px; height: 2px; display: block; background: var(--line-light); }
.step-track i { display: block; height: 100%; width: 50%; background: #9b741d; transition: width .25s; }
.form-step-indicator.is-second .step-track i { width: 100%; }
.dialog-main h2 { font-size: 2.75rem; outline: none; }
#dialog-description { color: var(--muted-light); margin-top: 16px; font-size: .84rem; line-height: 1.75; }
form { margin-top: 25px; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: .84rem; font-weight: 500; line-height: 1.5; margin-bottom: 7px; }
.form-field input, .form-field select, .form-field textarea { display: block; width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #c7bcaa; border-radius: 5px; color: var(--ink); background: #fffcf8; font-size: .88rem; line-height: 1.5; caret-color: #8c6717; color-scheme: light; }
.form-field select { padding-right: 32px; }
.form-field textarea { resize: vertical; min-height: 96px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #73695c; opacity: 1; }
.form-field :is(input, select, textarea):focus { border-color: #9b741d; outline: 2px solid #ddac3950; outline-offset: 1px; }
.form-field [aria-invalid="true"] { border-color: #a23225; }
.field-hint, .field-error { display: block; font-size: .74rem; line-height: 1.7; margin-top: 5px; }
.field-hint { color: var(--muted-light); }
.field-error { color: #9f2f23; }
.field-error:empty { display: none; }
.next-step { width: 100%; margin-top: 6px; }
.form-actions { display: flex; align-items: center; gap: 20px; justify-content: space-between; margin-top: 24px; }
.previous-step { padding: 12px 0; border: 0; border-bottom: 1px solid #b8ac95; color: #5f5545; background: transparent; font-size: .84rem; }
.submit-button { font-size: .82rem; padding-inline: 18px; gap: 15px; }
.form-privacy { color: var(--muted-light); font-size: .76rem; line-height: 1.8; margin-top: 24px; }
.submit-error { color: #9f2f23; font-size: .84rem; margin-top: 16px; }
.form-result { padding: 90px 0 50px; }
.result-symbol { width: 68px; height: 68px; border: 1px solid #b39a66; border-radius: 50%; display: grid; place-items: center; color: #8a681d; margin-bottom: 30px; }
.result-symbol .icon { width: 34px; height: 34px; }
.form-result p { color: var(--muted-light); margin-top: 20px; }
.form-result button { margin-top: 35px; }
.noscript-note { padding: 24px; text-align: center; background: var(--paper); color: var(--ink); }

/* Content stays visible if JavaScript or observation is unavailable. */
@keyframes soft-arrival { from { opacity: .4; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.reveal.is-visible { animation: soft-arrival .65s var(--ease) both; animation-delay: var(--delay, 0ms); }
.hero-copy h1 { animation: soft-arrival .65s var(--ease) both; }
.hero-copy > p { animation: soft-arrival .65s .08s var(--ease) both; }

@media (min-width: 1700px) {
  .container { width: min(1320px, calc(100% - 100px)); }
  .site-header { width: min(1380px, calc(100% - 100px)); }
  .hero, .hero-layout { min-height: 960px; }
  .hero-copy { padding-top: 290px; }
  .hero h1 { font-size: 5rem; }
}
@media (max-width: 1050px) {
  .container { width: calc(100% - 56px); }
  .site-header { width: calc(100% - 48px); padding-inline: 20px; }
  .site-header nav { gap: 18px; }
  .site-header nav > a, .header-cta { font-size: .78rem; }
  .brand { width: 132px; }
  .hero-copy { max-width: 54%; }
  .hero h1 { font-size: 3.55rem; }
  .hero-copy > p { font-size: .93rem; }
  .hero-picture img { object-position: 64% center; }
  .situation-card { padding: 26px 23px; }
  .method-heading { gap: 35px; }
  .journey { gap: 35px; }
  .about-layout { gap: 50px; }
  .faq-layout { gap: 50px; grid-template-columns: .7fr 1.3fr; }
  .testimonial-layout { gap: 40px; }
}
@media (max-width: 850px) {
  .site-header { min-height: 90px; }
  .brand { width: 119px; }
  .menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 7px; border: 1px solid #ffffff30; background: transparent; border-radius: 5px; padding: 10px; }
  .menu-toggle span { width: 100%; height: 1px; background: var(--paper); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-header nav { display: none; position: absolute; top: calc(100% + 8px); left: -1px; right: -1px; background: #10100f; border: 1px solid #ffffff26; padding: 22px; border-radius: 8px; align-items: stretch; }
  .site-header nav.is-open { display: flex; flex-direction: column; gap: 0; }
  .site-header nav > a { padding: 13px 5px; font-size: .94rem; }
  .header-cta { justify-content: space-between; font-size: .9rem; margin-top: 14px; }
  .hero, .hero-layout { min-height: 800px; }
  .hero-copy { padding-top: 230px; max-width: 59%; }
  .hero h1 { font-size: 3.12rem; }
  .hero-picture img { object-position: 67% center; }
  .hero-copy > p { max-width: 355px; }
  .hero-copy .button { font-size: .79rem; gap: 15px; padding-inline: 18px; }
  .hero-signature { width: 38%; font-size: .8rem; }
  .situations-grid { gap: 14px; }
  .card-top { flex-direction: column; align-items: flex-start; gap: 18px; }
  .situation-card h3 { font-size: 1.02rem; }
  .situation-card h3 br { display: none; }
  .situation-card p { font-size: .87rem; }
  .method-heading { grid-template-columns: 1fr; gap: 24px; max-width: 650px; text-align: center; margin-inline: auto; }
  .journey { gap: 22px; }
  .journey-step h3 { font-size: 1.05rem; }
  .journey-step p { font-size: .87rem; }
  .method-bottom { flex-direction: column; text-align: center; }
  .about-layout { gap: 34px; }
  .about-copy h2 { font-size: 2.45rem; }
  .about-copy > p:not(.expert-name) { font-size: .88rem; }
  .about-photo > img { border-radius: 110px 14px 110px 14px; aspect-ratio: 724 / 1200; }
  .about-photo figcaption { gap: 8px; font-size: .7rem; }
  .about-photo figcaption svg { width: 50px; }
  .credentials li { font-size: .8rem; }
  .testimonial blockquote { font-size: 1.23rem; }
  .testimonial-heading h2 { font-size: 2.5rem; }
  .faq-layout { gap: 35px; }
  .faq-list summary { font-size: .89rem; }
  .dialog-aside { padding-inline: 26px; }
  .dialog-aside > p { font-size: 2.3rem; }
  .dialog-main { padding-inline: 30px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 25px; }
  .container { width: calc(100% - 40px); }
  .site-header { top: 15px; width: calc(100% - 32px); padding-inline: 16px; min-height: 88px; }
  .brand { width: 117px; }
  .hero { min-height: auto; padding-bottom: 460px; }
  .hero-layout { min-height: auto; }
  .hero-copy { width: 100%; max-width: 100%; padding: 158px 0 32px; position: relative; z-index: 1; }
  .hero h1 { font-size: clamp(2.65rem, 8.6vw, 3.85rem); line-height: 1.05; }
  .hero-copy > p { max-width: 520px; margin-top: 24px; font-size: .93rem; line-height: 1.8; }
  .hero-copy .button { width: 100%; max-width: 390px; font-size: .86rem; margin-top: 26px; justify-content: space-between; padding-inline: 22px; }
  .hero-details { gap: 8px 20px; font-size: .75rem; margin-top: 16px; }
  .hero-picture { top: auto; height: 505px; width: 100%; bottom: 0; }
  .hero-picture img { object-position: 50% 28%; object-fit: cover; }
  .hero-shade { top: auto; bottom: 0; height: 505px; background: linear-gradient(0deg, var(--black) 0%, #05050509 27%, transparent 68%, var(--black) 100%); }
  .hero-signature { bottom: -412px; right: 0; width: 100%; text-align: center; }
  .hero-signature > span { font-size: 1.6rem; }
  .hero-signature small { font-size: .71rem; }
  .scroll-cue { display: none; }
  .word-ribbon { height: 116px; padding-top: 18px; }
  .ribbon-track > span { font-size: 2.7rem; }
  .section-edge { height: 42px; }
  .section { padding: 72px 0 110px; }
  .section h2 { font-size: clamp(2.4rem, 8vw, 3.25rem); }
  .situations { padding-top: 37px; }
  .section-intro { margin-bottom: 32px; text-align: left; }
  .section-intro > p { margin-top: 22px; font-size: .93rem; }
  .situations-grid { grid-template-columns: 1fr; gap: 15px; }
  .situation-card { padding: 27px 25px; }
  .card-top { flex-direction: row; align-items: center; margin-bottom: 21px; }
  .situation-card h3 { font-size: 1.13rem; }
  .situation-card p { margin-top: 13px; font-size: .91rem; }
  .section-note { margin-top: 30px; font-size: .9rem; }
  .section-note br { display: none; }
  .method { padding-top: 43px; }
  .method-heading { text-align: left; gap: 23px; }
  .method-heading p { font-size: .93rem; }
  .journey { grid-template-columns: 1fr; gap: 34px; margin-top: 44px; }
  .journey-line { display: none; }
  .journey::before { content: ""; position: absolute; top: 28px; bottom: 70px; left: 35px; width: 1px; background: #725b2f; }
  .journey-step { display: grid; grid-template-columns: 73px 1fr; gap: 8px 22px; text-align: left; }
  .step-symbol { grid-row: span 2; width: 72px; height: 72px; margin: 0; outline-width: 5px; }
  .step-symbol .line-icon { width: 30px; height: 30px; }
  .step-symbol > span { left: 20px; bottom: -11px; min-width: 30px; text-align: center; font-size: .69rem; }
  .journey-step h3 { margin-top: 6px; font-size: 1.05rem; }
  .journey-step p { margin: 0; font-size: .89rem; }
  .method-bottom { margin-top: 41px; padding-top: 29px; gap: 25px; align-items: stretch; }
  .method-bottom p { font-size: .89rem; }
  .method-bottom .button { font-size: .84rem; gap: 17px; }
  .about { padding-top: 40px; padding-bottom: 76px; }
  .about-layout { grid-template-columns: 1fr; gap: 41px; }
  .about-photo { max-width: 470px; margin-inline: auto; width: 100%; }
  .about-photo > img { aspect-ratio: 4 / 4.6; object-position: center 32%; border-radius: 110px 14px 110px 14px; }
  .about-photo figcaption { gap: 16px; font-size: .8rem; margin-top: 21px; }
  .about-photo figcaption svg { width: 85px; }
  .about-copy > p:not(.expert-name) { font-size: .93rem; }
  .expert-name { margin-top: 22px; }
  .credentials li { font-size: .87rem; }
  .testimonial { padding-top: 68px; }
  .testimonial-layout { grid-template-columns: 1fr; gap: 22px; }
  .testimonial-heading { position: relative; padding-right: 0; }
  .quote-mark { position: absolute; right: 0; bottom: -15px; height: 65px; font-size: 115px; margin: 0; opacity: .7; }
  .testimonial-heading h2 { max-width: none; }
  .testimonial blockquote { font-size: 1.18rem; line-height: 1.75; }
  .testimonial-quote figcaption { margin-top: 27px; }
  .testimonial-context { font-size: .74rem; }
  .faq { padding-top: 40px; padding-bottom: 68px; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro p { max-width: 420px; margin-top: 21px; font-size: .93rem; }
  .faq-intro h2 br { display: none; }
  .faq-list summary { font-size: .91rem; padding-block: 22px; }
  .faq-list details > div { font-size: .9rem; padding-right: 15px; }
  .closing { padding-top: 69px; padding-bottom: 119px; }
  .closing-content h2 { font-size: 3rem; }
  .closing-content p { font-size: .93rem; }
  .closing-content p br { display: none; }
  .closing-content .button { width: 100%; max-width: 390px; justify-content: space-between; gap: 15px; font-size: .85rem; padding-inline: 21px; }
  .closing-note { font-size: .74rem; }
  .site-footer { padding-top: 25px; }
  .footer-top { flex-direction: column; gap: 25px; padding-bottom: 32px; text-align: center; }
  .footer-brand { width: 175px; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 5px; text-align: center; font-size: .71rem; }
  dialog { width: calc(100% - 22px); max-height: calc(100dvh - 22px); border-radius: 12px; }
  .dialog-shell { grid-template-columns: 1fr; min-height: 0; }
  .dialog-aside { display: none; }
  .dialog-main { padding: 30px 23px 28px; }
  .dialog-main h2 { font-size: 2.5rem; }
  .form-step-indicator { margin-bottom: 24px; }
  .dialog-close { top: 13px; right: 13px; width: 40px; height: 40px; }
  .form-field input, .form-field select, .form-field textarea { font-size: 16px; }
  .form-actions { gap: 14px; }
  .submit-button { font-size: .78rem; gap: 10px; padding-inline: 14px; }
  .form-result { padding-top: 54px; padding-bottom: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .route-draw { stroke-dashoffset: 0; }
  .button:hover .icon { transform: none; }
  .motion-toggle, .carousel-pause { display: none; }
}

/* Shared mobile size for the three primary calls to action. */
.hero h1 { font-size: clamp(2.65rem, 3.65vw, 3.8rem); }
.hero-copy { padding-top: 205px; }
.carousel-controls { min-height: 0; margin-top: 0; }
.carousel-arrow { top: calc(50% - 22px); }
@media (max-width: 700px) {
  .hero h1 { font-size: clamp(2.25rem, 7.6vw, 3.15rem); }
  .hero-copy { padding-top: 158px; }
  .carousel-controls { margin-top: 22px; justify-content: space-between; }
}
@media (max-width: 700px) {
  .hero-copy .button-gold,
  .method-bottom .button-gold,
  .closing-content .button-gold {
    font-size: 1.1rem;
  }
}
