:root {
  --navy-950: #041426;
  --navy-900: #061b33;
  --navy-800: #0b2947;
  --navy-700: #163d63;
  --gold-500: #c89b4a;
  --gold-400: #d9b86f;
  --gold-300: #ecd6a4;
  --ivory: #f7f3ec;
  --paper: #fffdf9;
  --ink: #0b1c32;
  --muted: #5f6875;
  --line: rgba(10, 29, 51, 0.14);
  --shadow: 0 24px 70px rgba(2, 16, 32, 0.12);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 122px 0; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--navy-900); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: #fff;
  transition: background .3s ease, box-shadow .3s ease, color .3s ease;
}
.site-header.scrolled { color: var(--ink); background: rgba(255, 253, 249, .94); box-shadow: 0 8px 35px rgba(5, 20, 38, .09); backdrop-filter: blur(18px); }
.nav-shell { width: min(1320px, calc(100% - 48px)); height: 92px; margin-inline: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 38px; height: 43px; fill: var(--gold-500); }
.brand-mark-inner { fill: var(--navy-900); }
.brand-mark-line { fill: none; stroke: var(--gold-300); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.brand-type { display: flex; flex-direction: column; font-family: Manrope, Arial, sans-serif; font-size: 12px; letter-spacing: .28em; line-height: 1.15; }
.brand-type strong { font-size: 19px; letter-spacing: .12em; }
.brand-type span { color: var(--gold-400); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 31px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 600; white-space: nowrap; opacity: .88; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold-500); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.site-header.scrolled .nav-cta { border-color: var(--line); }
.nav-cta svg, .button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.nav-cta:hover svg, .button:hover svg { transform: translateX(3px); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .25s ease; }
.menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 790px; display: flex; flex-direction: column; color: #fff; background: var(--navy-950); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("assets/hero-recovery.webp") center center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,38,.97) 0%, rgba(4,20,38,.88) 32%, rgba(4,20,38,.38) 60%, rgba(4,20,38,.1) 100%), linear-gradient(0deg, rgba(4,20,38,.55) 0%, transparent 45%); }
.hero-inner { position: relative; flex: 1 0 auto; min-height: 690px; padding-top: 165px; display: grid; grid-template-columns: minmax(0, 660px) 1fr; align-items: center; gap: 56px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-500); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 38px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-400); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 25px 0 24px; font-family: Manrope, Arial, sans-serif; font-size: clamp(54px, 5.5vw, 82px); line-height: .99; letter-spacing: -.055em; text-transform: uppercase; }
h1 em, h2 em { color: var(--gold-400); font-family: "Playfair Display", Georgia, serif; font-weight: 600; text-transform: none; }
.hero-lead { max-width: 590px; margin-bottom: 32px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); box-shadow: 0 10px 30px rgba(200,155,74,.22); }
.button-gold:hover { background: linear-gradient(135deg, #f4e1b7, #d7ae62); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.24); }
.button-outline:hover { color: var(--navy-950); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link span { color: var(--gold-400); font-size: 18px; }
.text-link.dark { color: var(--navy-900); border-color: var(--line); }
.microcopy { display: flex; align-items: center; gap: 9px; margin: 25px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.microcopy svg { width: 16px; fill: none; stroke: var(--gold-400); stroke-width: 1.5; }
.hero-card { align-self: end; justify-self: end; width: 290px; margin-bottom: 45px; padding: 24px 26px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-md); background: rgba(4,20,38,.72); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.hero-card-icon { width: 44px; height: 44px; margin-bottom: 22px; display: grid; place-items: center; border: 1px solid rgba(217,184,111,.5); border-radius: 50%; }
.hero-card-icon svg { width: 23px; fill: none; stroke: var(--gold-400); stroke-width: 1.5; }
.hero-card p { margin-bottom: 7px; color: var(--gold-400); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-card strong { display: block; margin-bottom: 13px; font-family: Manrope, Arial, sans-serif; font-size: 19px; line-height: 1.4; }
.hero-card > span { color: rgba(255,255,255,.6); font-size: 13px; }
.hero-proof { position: relative; z-index: 2; flex: 0 0 auto; border-top: 1px solid rgba(255,255,255,.13); background: rgba(4,20,38,.94); backdrop-filter: blur(14px); }
.proof-grid { min-height: 100px; display: grid; grid-template-columns: repeat(3, 1fr) 1.35fr; align-items: center; }
.proof-grid > div { min-height: 45px; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.13); }
.proof-grid > div:first-child { padding-left: 0; border-left: 0; }
.proof-grid strong { font-family: Manrope, Arial, sans-serif; font-size: 24px; line-height: 1.25; }
.proof-grid span { color: rgba(255,255,255,.52); font-size: 12px; }
.proof-grid .proof-label { align-items: flex-end; text-align: right; }
.proof-grid .proof-label strong { color: var(--gold-400); font-size: 15px; text-transform: uppercase; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-items { min-height: 86px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-items span { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 8px 20px; color: #344255; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border-left: 1px solid var(--line); }
.trust-items span:first-child { border-left: 0; }
.trust-items svg { width: 21px; fill: none; stroke: var(--gold-500); stroke-width: 1.5; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.section-heading h2, .method h2, .contact h2 { margin: 22px 0 0; font-family: Manrope, Arial, sans-serif; font-size: clamp(40px, 4vw, 60px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading h2 em, .method h2 em, .contact h2 em { color: var(--gold-500); }
.intro-copy { padding-top: 20px; color: var(--muted); }
.lead-copy { color: var(--ink); font-size: 19px; line-height: 1.65; }
.intro-copy p:last-child { margin-bottom: 0; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 72px; }
.feature-card { position: relative; min-height: 365px; padding: 36px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.feature-card.featured { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }
.feature-card.featured::after { content: ""; position: absolute; width: 230px; height: 230px; right: -110px; top: -110px; border: 1px solid rgba(217,184,111,.2); border-radius: 50%; box-shadow: 0 0 0 40px rgba(217,184,111,.04), 0 0 0 80px rgba(217,184,111,.03); }
.card-index { position: absolute; top: 30px; right: 32px; color: rgba(9,28,50,.25); font-family: Manrope, Arial, sans-serif; font-size: 12px; font-weight: 700; }
.featured .card-index { color: rgba(255,255,255,.35); }
.feature-icon { width: 58px; height: 58px; margin-bottom: auto; display: grid; place-items: center; color: var(--gold-500); border: 1px solid rgba(200,155,74,.38); border-radius: 50%; }
.feature-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 34px 0 12px; font-family: Manrope, Arial, sans-serif; font-size: 23px; }
.feature-card p { margin-bottom: 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.featured p { color: rgba(255,255,255,.67); }
.card-meta { padding-top: 17px; color: var(--gold-500); border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.featured .card-meta { border-color: rgba(255,255,255,.14); }

.method { position: relative; color: #fff; background: var(--navy-900); overflow: hidden; }
.method::before { content: ""; position: absolute; width: 700px; height: 700px; top: -400px; left: -300px; border: 1px solid rgba(217,184,111,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(217,184,111,.025), 0 0 0 180px rgba(217,184,111,.018); }
.method-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.method-panel > p { max-width: 470px; margin: 28px 0 42px; color: rgba(255,255,255,.62); }
.method-quote { display: flex; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.method-quote svg { flex: 0 0 auto; width: 38px; fill: none; stroke: var(--gold-400); stroke-width: 1.5; }
.method-quote span { max-width: 320px; color: rgba(255,255,255,.62); font-size: 14px; }
.method-quote strong { color: #fff; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 0 0 32px; }
.steps li:not(:last-child)::before { content: ""; position: absolute; top: 47px; bottom: 0; left: 23px; width: 1px; background: rgba(217,184,111,.25); }
.step-number { width: 47px; height: 47px; display: grid; place-items: center; color: var(--gold-400); border: 1px solid rgba(217,184,111,.45); border-radius: 50%; font-family: Manrope, Arial, sans-serif; font-size: 11px; font-weight: 700; }
.steps h3 { margin: 2px 0 7px; font-family: Manrope, Arial, sans-serif; font-size: 20px; }
.steps p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; }

.team { background: var(--paper); }
.team-heading { display: grid; grid-template-columns: 1.4fr .7fr; gap: 100px; align-items: end; }
.team-intro { padding-bottom: 4px; }
.team-intro > p { margin-bottom: 24px; color: var(--muted); font-size: 16px; }
.team-intro > span { display: block; padding-top: 18px; color: var(--gold-500); border-top: 1px solid var(--line); font-size: 13px; }
.team-intro strong { color: var(--ink); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 68px; }
.team-card { border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.team-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.team-photo { position: relative; aspect-ratio: 4 / 5; background: var(--navy-900); overflow: hidden; }
.team-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(0deg, rgba(4,20,38,.55), transparent); pointer-events: none; }
.team-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 24%; filter: saturate(.88) contrast(1.02); transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.team-card:hover .team-photo img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.team-number { position: absolute; z-index: 1; top: 18px; right: 18px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--gold-300); border: 1px solid rgba(236,214,164,.5); border-radius: 50%; background: rgba(4,20,38,.45); backdrop-filter: blur(8px); font-family: Manrope, Arial, sans-serif; font-size: 9px; font-weight: 700; }
.team-card-body { min-height: 172px; padding: 24px 24px 26px; }
.team-card-body p { margin-bottom: 7px; color: var(--gold-500); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.team-card-body h3 { margin-bottom: 11px; font-family: Manrope, Arial, sans-serif; font-size: 21px; letter-spacing: -.025em; }
.team-card-body > span { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }
.team-note { margin-top: 30px; padding: 24px 28px; display: flex; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--ivory); }
.team-note svg { flex: 0 0 auto; width: 28px; fill: none; stroke: var(--gold-500); stroke-width: 1.5; }
.team-note p { margin: 0; color: var(--muted); font-size: 13px; }
.team-note strong { color: var(--ink); }

.situations { background: var(--ivory); }
.split-heading { display: grid; grid-template-columns: 1.5fr .8fr; gap: 100px; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.situation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 66px; }
.situation-card { position: relative; min-height: 190px; display: grid; grid-template-columns: 68px 1fr 30px; gap: 24px; align-items: start; padding: 32px; border: 1px solid rgba(10,29,51,.1); border-radius: var(--radius-md); background: rgba(255,255,255,.72); transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
.situation-card:hover { transform: translateY(-4px); background: #fff; box-shadow: 0 20px 60px rgba(5,20,38,.08); }
.situation-icon { width: 60px; height: 60px; display: grid; place-items: center; color: var(--gold-500); border: 1px solid rgba(200,155,74,.35); border-radius: 50%; }
.situation-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.situation-card p { margin-bottom: 6px; color: var(--gold-500); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.situation-card h3 { margin-bottom: 11px; font-family: Manrope, Arial, sans-serif; font-size: 21px; }
.situation-card div > span { color: var(--muted); font-size: 13px; }
.arrow { align-self: center; color: var(--gold-500); font-size: 22px; }

.case-study { padding-top: 0; background: var(--ivory); }
.case-shell { position: relative; min-height: 520px; padding: 70px; display: grid; grid-template-columns: 130px 1fr .65fr; gap: 55px; align-items: center; color: #fff; border-radius: var(--radius-lg); background: var(--navy-900); overflow: hidden; }
.case-shell::after { content: ""; position: absolute; width: 420px; height: 420px; right: -220px; bottom: -230px; border: 1px solid rgba(217,184,111,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(217,184,111,.025), 0 0 0 120px rgba(217,184,111,.018); }
.case-kicker { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding-right: 25px; border-right: 1px solid rgba(255,255,255,.14); writing-mode: vertical-rl; transform: rotate(180deg); }
.case-kicker span { color: var(--gold-400); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.case-kicker strong { font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.case-copy h2 { margin: 21px 0 25px; font-family: Manrope, Arial, sans-serif; font-size: 39px; line-height: 1.16; letter-spacing: -.035em; }
.case-copy > p { max-width: 530px; margin-bottom: 0; color: rgba(255,255,255,.62); }
.case-results { position: relative; z-index: 1; }
.case-results > div { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.case-results > div:last-child { border-bottom: 0; }
.case-results span { color: var(--gold-400); font-family: "Playfair Display", Georgia, serif; font-size: 43px; }
.case-results p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.case-note { position: absolute; left: 255px; bottom: 25px; max-width: 690px; margin: 0; color: rgba(255,255,255,.36); font-size: 10px; }

.testimonials { background: var(--paper); }
.testimonial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.quote-nav { display: flex; gap: 10px; margin-top: 42px; }
.quote-nav button { width: 44px; height: 44px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; transition: background .2s ease, color .2s ease; }
.quote-nav button:hover { color: #fff; background: var(--navy-900); }
.quote-stage { position: relative; min-height: 360px; padding: 48px 52px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 22px 70px rgba(5,20,38,.07); }
.quote { display: none; animation: quoteIn .35s ease; }
.quote.active { display: block; }
.quote-mark { height: 52px; color: var(--gold-500); font-family: Georgia, serif; font-size: 78px; line-height: 1; }
.quote blockquote { margin: 10px 0 36px; font-family: "Playfair Display", Georgia, serif; font-size: 24px; line-height: 1.55; }
.quote footer { display: flex; flex-direction: column; padding-top: 20px; border-top: 1px solid var(--line); }
.quote footer strong { font-family: Manrope, Arial, sans-serif; font-size: 14px; }
.quote footer span { color: var(--muted); font-size: 12px; }
@keyframes quoteIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.faq .section-heading > p { max-width: 330px; margin: 26px 0 20px; color: var(--muted); }
.accordion details { border-bottom: 1px solid rgba(10,29,51,.16); }
.accordion summary { position: relative; padding: 27px 50px 27px 0; font-family: Manrope, Arial, sans-serif; font-size: 17px; font-weight: 700; list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; top: 50%; right: 4px; width: 16px; height: 1px; background: var(--gold-500); transition: transform .2s ease; }
.accordion summary span::after { content: ""; right: 0; top: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 720px; padding: 0 55px 26px 0; margin: 0; color: var(--muted); font-size: 14px; }

.contact { color: #fff; background: var(--navy-950); }
.contact-shell { display: grid; grid-template-columns: .86fr 1.14fr; gap: 95px; align-items: center; }
.contact-copy > p { max-width: 490px; margin: 28px 0 34px; color: rgba(255,255,255,.62); }
.contact-points { display: flex; flex-direction: column; gap: 13px; }
.contact-points span { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.75); font-size: 13px; }
.contact-points svg { width: 21px; fill: none; stroke: var(--gold-400); stroke-width: 1.5; }
.contact-form { position: relative; padding: 42px; color: var(--ink); border-radius: var(--radius-md); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; color: #344255; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; color: var(--ink); border: 1px solid rgba(10,29,51,.16); border-radius: 10px; outline: none; background: #fbfaf7; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 49px; padding: 0 14px; }
.contact-form textarea { padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(200,155,74,.12); }
.contact-form .consent { flex-direction: row; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 400; line-height: 1.45; }
.contact-form .consent input { width: 16px; height: 16px; flex: 0 0 auto; accent-color: var(--navy-900); }
.contact-form .button { width: 100%; border: 0; }
.contact-form .button:disabled { cursor: wait; opacity: .72; transform: none; }
.contact-form[aria-busy="true"] input,
.contact-form[aria-busy="true"] textarea,
.contact-form[aria-busy="true"] select { opacity: .72; }
.contact-form .form-honeypot { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: 10px 0 0; color: #8a9099; font-size: 10px; text-align: center; }
.form-success { margin-top: 16px; padding: 14px 16px; color: #1a513c; border: 1px solid #b8d7c8; border-radius: 10px; background: #eef8f3; }
.form-success strong, .form-success span { display: block; }
.form-success span { font-size: 12px; }
.form-error { margin-top: 16px; padding: 14px 16px; color: #7d2626; border: 1px solid #e2b6b6; border-radius: 10px; background: #fff1f1; }
.form-error strong, .form-error span { display: block; }
.form-error span { font-size: 12px; }
.form-noscript { margin-top: 14px; color: #7d2626; font-size: 12px; text-align: center; }

.legal-page { min-height: 100vh; color: var(--ink); background: var(--ivory); }
.legal-header { padding: 22px 0; color: #fff; background: var(--navy-950); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header .brand { color: #fff; }
.legal-back { color: rgba(255,255,255,.75); font-size: 13px; font-weight: 700; }
.legal-back:hover { color: var(--gold-300); }
.legal-main { padding: 80px 0 100px; }
.legal-content { max-width: 820px; }
.legal-content .eyebrow { margin-bottom: 18px; }
.legal-content h1 { margin-bottom: 36px; color: var(--navy-950); font-family: "Playfair Display", Georgia, serif; font-size: clamp(40px, 6vw, 68px); line-height: 1; letter-spacing: -.045em; }
.legal-content h2 { margin: 34px 0 12px; color: var(--navy-900); font-family: Manrope, Arial, sans-serif; font-size: 20px; }
.legal-content p,
.legal-content li { color: #4d5a68; line-height: 1.75; }
.legal-content p + p { margin-top: 12px; }
.legal-content ul { display: grid; gap: 8px; margin: 12px 0 0 20px; }
.legal-content a { color: #8c641f; text-decoration: underline; text-underline-offset: 3px; }
.legal-alert { margin: 28px 0; padding: 18px 20px; border: 1px solid rgba(200,155,74,.35); border-radius: 12px; background: #fff9ec; }
.legal-footer { padding: 28px 0; color: rgba(255,255,255,.6); background: #020e1b; font-size: 12px; }

@media (max-width: 640px) {
  .legal-header .container { align-items: flex-start; flex-direction: column; gap: 12px; }
  .legal-main { padding: 58px 0 78px; }
  .legal-content h1 { margin-bottom: 28px; }
}

.site-footer { padding: 75px 0 25px; color: #fff; background: #020e1b; }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr .9fr 1fr; gap: 50px; padding-bottom: 55px; }
.brand-footer { margin-bottom: 20px; }
.footer-brand > p { max-width: 280px; color: rgba(255,255,255,.47); font-size: 13px; }
.footer-col { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-col strong { margin-bottom: 8px; color: var(--gold-400); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a, .footer-col span { color: rgba(255,255,255,.58); }
.footer-col a:hover { color: #fff; }
.footer-cta p { color: rgba(255,255,255,.58); }
.footer-cta .button { width: 100%; }
.footer-bottom { display: flex; justify-content: space-between; padding: 25px 0; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom div { display: flex; gap: 22px; }
.legal-note { color: rgba(255,255,255,.25); font-size: 9px; text-align: center; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .method-grid, .contact-shell { gap: 60px; }
  .case-shell { padding: 55px 42px; grid-template-columns: 80px 1fr .7fr; gap: 35px; }
  .case-note { left: 168px; }
  .testimonial-grid, .faq-grid { gap: 70px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.3fr .7fr .9fr; }
  .footer-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
  .footer-cta .button { width: auto; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 34px, 680px); }
  .section { padding: 88px 0; }
  .nav-shell { width: calc(100% - 32px); height: 76px; }
  .brand-type strong { font-size: 17px; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 76px 0 0; padding: 28px 24px; flex-direction: column; gap: 6px; color: var(--ink); background: var(--paper); }
  .mobile-menu.open { display: flex; }
  .mobile-menu > a:not(.button) { padding: 15px 2px; border-bottom: 1px solid var(--line); font-family: Manrope, Arial, sans-serif; font-size: 18px; font-weight: 700; }
  .mobile-menu .button { margin-top: 20px; }
  .hero { min-height: 760px; }
  .hero-media { background-position: 60% center; opacity: .82; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,20,38,.97) 0%, rgba(4,20,38,.86) 70%, rgba(4,20,38,.42) 100%), linear-gradient(0deg, rgba(4,20,38,.8), transparent 55%); }
  .hero-inner { min-height: 670px; padding-top: 126px; align-items: start; }
  h1 { font-size: clamp(46px, 12vw, 68px); }
  .hero-lead { max-width: 560px; font-size: 16px; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid .proof-label { display: none; }
  .proof-grid > div { padding: 0 15px; }
  .intro-grid, .method-grid, .team-heading, .split-heading, .testimonial-grid, .faq-grid, .contact-shell { grid-template-columns: 1fr; gap: 45px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 315px; }
  .situation-grid { grid-template-columns: 1fr; }
  .case-shell { min-height: auto; grid-template-columns: 1fr; padding: 48px 34px 70px; }
  .case-kicker { display: none; }
  .case-note { position: static; grid-column: 1; }
  .case-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .case-results > div { display: flex; flex-direction: column; align-items: flex-start; gap: 0; border-bottom: 0; }
  .quote-stage { min-height: 380px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .section { padding: 72px 0; }
  .brand-mark { width: 34px; }
  .brand-type { display: none; }
  .hero { min-height: 870px; }
  .hero-inner { min-height: 770px; padding-top: 116px; }
  .hero-copy { width: 100%; }
  h1 { margin-top: 20px; font-size: 46px; line-height: 1.01; }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .microcopy { margin-top: 18px; font-size: 10px; }
  .proof-grid { min-height: 100px; }
  .proof-grid strong { font-size: 19px; }
  .proof-grid span { font-size: 9px; line-height: 1.3; }
  .trust-items { min-height: auto; grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .trust-items span { justify-content: flex-start; min-height: 55px; padding: 8px 10px; border: 0; font-size: 9px; }
  .section-heading h2, .method h2, .contact h2 { font-size: 38px; }
  .intro-grid { gap: 28px; }
  .expertise-grid { margin-top: 45px; }
  .feature-card { padding: 30px; }
  .steps li { grid-template-columns: 50px 1fr; gap: 15px; }
  .steps li:not(:last-child)::before { left: 20px; }
  .step-number { width: 41px; height: 41px; }
  .team-heading { gap: 28px; }
  .team-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .team-card-body { min-height: auto; }
  .team-note { align-items: flex-start; padding: 22px 20px; }
  .split-heading { gap: 25px; }
  .situation-grid { margin-top: 40px; }
  .situation-card { min-height: 170px; grid-template-columns: 50px 1fr; gap: 18px; padding: 25px 21px; }
  .situation-icon { width: 48px; height: 48px; }
  .situation-icon svg { width: 24px; }
  .situation-card .arrow { display: none; }
  .case-shell { width: calc(100% - 20px); padding: 42px 26px 55px; border-radius: 22px; }
  .case-copy h2 { font-size: 31px; }
  .case-results { grid-template-columns: 1fr; gap: 0; }
  .case-results > div { flex-direction: row; align-items: center; gap: 15px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .case-results span { width: 50px; font-size: 36px; }
  .quote-stage { min-height: 450px; padding: 34px 28px; }
  .quote blockquote { font-size: 20px; }
  .accordion summary { font-size: 15px; }
  .contact-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-col { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
  .footer-cta { grid-column: auto; align-items: stretch; flex-direction: column; }
  .footer-cta .button { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 15px; }
  .footer-bottom div { flex-wrap: wrap; gap: 10px 18px; }
}

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