:root {
  --color-page: #F5F1E8;
  --color-elevated: #FCFBF8;
  --color-dark: #11110F;
  --color-graphite: #31312E;
  --color-text: #242421;
  --color-text-secondary: #5F5D57;
  --color-text-reversed: #FCFBF8;
  --color-border: #D9D2C5;
  --color-border-muted: #E8E2D8;
  --color-gold: #A97B27;
  --color-gold-hover: #8B611A;
  --color-champagne: #D4B36A;
  --color-success: #2F6B46;
  --color-warning: #8A5A12;
  --color-error: #9B3F32;
  --cream: var(--color-page);
  --paper: var(--color-elevated);
  --deep: var(--color-dark);
  --charcoal: var(--color-graphite);
  --ink: var(--color-text);
  --muted: var(--color-text-secondary);
  --white: var(--color-text-reversed);
  --line: var(--color-border);
  --gold: var(--color-gold);
  --gold-bright: var(--color-champagne);
  --gold-pale: var(--color-champagne);
  --dark-line: rgba(252, 251, 248, .14);
  --shadow: 0 24px 70px rgba(24, 24, 20, .12);
  --surface-paper: #F5F1E8;
  --surface-elevated: #FCFBF8;
  --surface-executive: #11110F;
  --surface-technical: #31312E;
  --surface-inset: rgba(36, 36, 33, .025);
  --surface-evidence: rgba(252, 251, 248, .72);
  --surface-rule: rgba(95, 93, 87, .17);
  --surface-highlight: rgba(255, 255, 255, .42);
  --surface-shadow-soft: 0 18px 44px rgba(36, 36, 33, .07);
  --surface-shadow-framed: 0 26px 64px rgba(36, 36, 33, .11);
  --surface-grain-light: .018;
  --surface-grain-dark: .022;
  --material-archival-paper: #F5F1E8;
  --material-elevated-paper: #FCFBF8;
  --material-smoked-glass: rgba(49, 49, 46, .82);
  --material-graphite-panel: #31312E;
  --material-executive-black: #11110F;
  --material-brass-accent: #A97B27;
  --material-inset-surface: rgba(36, 36, 33, .045);
  --material-evidence-frame: rgba(252, 251, 248, .84);
  --material-edge-highlight: rgba(255, 255, 255, .68);
  --material-ambient-shadow: 0 24px 58px rgba(36, 36, 33, .13);
  --material-architectural-line: rgba(95, 93, 87, .24);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --container: 1240px;
  --gutter: 32px;
  --section-space: clamp(96px, 10vw, 152px);
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 18px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --home-section-space: clamp(78px, 6.25vw, 112px);
  --home-section-space-compact: clamp(68px, 5.35vw, 96px);
  --home-heading-body-space: clamp(20px, 1.8vw, 26px);
  --home-body-action-space: clamp(24px, 2.1vw, 30px);
  --home-panel-row-space: clamp(18px, 1.55vw, 23px);
  --home-composition-gap: clamp(42px, 5.2vw, 76px);
  --radius: 4px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --signature-rule: 2px solid var(--color-gold);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 18px; transform: translateY(-150%); background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--container), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.section { padding: var(--section-space) 0; }
.eyebrow { margin: 0 0 18px; color: var(--color-gold-hover); font-size: 11px; font-weight: 800; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: var(--gold-pale); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h2 { margin-bottom: 22px; font-size: clamp(38px, 5vw, 64px); line-height: 1.04; }
h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.25; }
.section-intro { max-width: 790px; margin-bottom: 58px; }
.section-intro.centered { margin-inline: auto; text-align: center; }
.section-intro > p:last-child, .split-heading > p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.split-heading { display: grid; grid-template-columns: 1.15fr .75fr; gap: clamp(48px, 8vw, 110px); align-items: end; margin-bottom: 62px; }
.split-heading h2 { margin-bottom: 0; }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { border-color: var(--color-border-muted); background: rgba(252,251,248,.96); box-shadow: 0 10px 35px rgba(17,17,15,.08); backdrop-filter: blur(16px); }
.nav-shell { display: flex; width: min(1320px, calc(100% - 48px)); min-height: 78px; margin-inline: auto; align-items: center; justify-content: space-between; gap: 28px; }
.brand-lockup { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--white); font-family: var(--serif); font-size: 18px; font-weight: 700; letter-spacing: .06em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.brand-lockup img { width: 44px; height: 44px; object-fit: contain; }
.brand-lockup small { display: block; margin-top: 5px; color: var(--gold-pale); font-family: var(--sans); font-size: 9px; letter-spacing: .25em; }
.site-header .brand-lockup { transition: color .25s ease; }
.site-header .header-logo-mark, .site-footer .header-logo-mark { position: relative; display: block; flex: 0 0 auto; width: 44px; height: 44px; }
.site-header .header-logo-mark img, .site-footer .header-logo-mark img { position: absolute; inset: 0; width: 100%; height: 100%; }
.site-header .header-logo-primary, .site-footer .header-logo-primary { clip-path: inset(17%); filter: brightness(0) invert(1); transition: filter .25s ease; }
.site-header .brand-lockup small { color: var(--color-gold); }
.site-header.is-scrolled .brand-lockup { color: var(--ink); }
.site-header.is-scrolled .header-logo-primary { filter: brightness(0); }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav > a { position: relative; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 700; letter-spacing: .055em; text-decoration: none; }
.primary-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; transform: scaleX(0); background: var(--gold-bright); content: ""; transition: transform .2s ease; }
.primary-nav > a:hover::after,
.primary-nav > a:focus-visible::after { transform: scaleX(1); }
.primary-nav > a[aria-current="location"]::after { transform: scaleX(1); }
.site-header.is-scrolled .primary-nav > a { color: var(--color-text); }
.primary-nav .nav-cta { padding: 12px 17px; border: 1px solid var(--gold-bright); background: var(--gold); color: var(--deep); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid rgba(255,255,255,.3); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--white); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 790px; padding: 148px 0 94px; overflow: hidden; background: var(--color-dark); color: var(--white); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; right: -12%; bottom: -45%; width: 700px; height: 700px; border-radius: 50%; background: rgba(184,135,40,.16); filter: blur(80px); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); gap: clamp(60px, 7vw, 100px); align-items: center; }
.hero-copy { max-width: 680px; }
.hero h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(54px, 6.3vw, 86px); line-height: .98; }
.hero-lede { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.72; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; padding: 0 22px; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .07em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s var(--ease), background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.home-page .button:active { transform: translateY(0); }
.button-gold { border-color: var(--color-champagne); background: var(--color-gold); box-shadow: inset 0 0 0 1px rgba(17,17,15,.14), 0 8px 22px rgba(17,17,15,.18); color: var(--color-dark); }
.button-gold:hover { border-color: var(--color-champagne); background: var(--color-gold-hover); color: var(--color-text-reversed); }
.button-ghost { border-color: rgba(255,255,255,.32); color: var(--white); }
.button-ghost:hover { border-color: var(--gold-bright); background: rgba(255,255,255,.05); }
.trust-line { display: flex; gap: 10px; align-items: center; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 13px; }
.trust-line span { color: var(--gold-bright); }
.assessment-shell { position: relative; padding: 18px; border: 1px solid rgba(212,179,106,.42); background: var(--color-elevated); box-shadow: 0 40px 100px rgba(0,0,0,.42), 18px 18px 0 rgba(169,123,39,.08); color: var(--ink); }
.assessment-shell::before { position: absolute; inset: -8px 8px 8px -8px; z-index: -1; border: 1px solid rgba(215,172,81,.17); content: ""; }
.illustrative-label { display: block; padding: 9px 18px 0; color: #71664f; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-align: right; text-transform: uppercase; }
.assessment-topbar { display: flex; padding: 4px 2px 17px; border-bottom: 1px solid var(--line); align-items: center; justify-content: space-between; color: #34362f; font-family: var(--serif); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.live-indicator { display: flex; gap: 7px; align-items: center; color: #716d63; font-family: var(--sans); font-size: 8px; letter-spacing: .12em; }
.live-indicator::before { width: 6px; height: 6px; border-radius: 50%; background: var(--color-success); content: ""; }
.assessment-heading { display: flex; padding: 25px 2px 22px; align-items: center; justify-content: space-between; }
.assessment-label, .priority-card > span, .platform-content > span { display: block; color: #777268; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.assessment-heading strong { display: inline-block; margin: 7px 10px 0 0; font-family: var(--serif); font-size: 44px; font-weight: 500; line-height: 1; }
.assessment-heading small { color: var(--color-success); font-size: 10px; }
.score-ring { display: grid; width: 78px; height: 78px; border-radius: 50%; background: conic-gradient(var(--gold) 0 74%, #dfd9cc 74%); place-items: center; }
.score-ring::before { grid-area: 1/1; width: 62px; height: 62px; border-radius: 50%; background: var(--paper); content: ""; }
.score-ring span { z-index: 1; grid-area: 1/1; font-family: var(--serif); font-size: 20px; }
.assessment-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.assessment-metrics div { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 13px; border: 1px solid #e2dccf; background: var(--white); }
.assessment-metrics span { color: #656158; font-size: 9px; font-weight: 700; }
.assessment-metrics strong { font-size: 12px; }
.assessment-metrics i { grid-column: 1 / -1; height: 3px; overflow: hidden; background: #e8e3d8; }
.assessment-metrics i::before { display: block; width: var(--score); height: 100%; background: var(--gold); content: ""; }
.priority-card { margin-top: 9px; padding: 16px; border-left: 3px solid var(--gold); background: #eae4d8; }
.priority-card strong { display: block; margin: 5px 0 2px; font-family: var(--serif); font-size: 16px; }
.priority-card p { margin: 0; color: #5b584f; font-size: 10px; line-height: 1.45; }
.priority-card small { display: block; margin-top: 10px; color: #6d673f; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.problems { background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-card { min-height: 220px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.problem-card > span, .pillar-grid article > span { color: #947234; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.problem-card h3 { margin-top: 34px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.problem-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.value-section { background: var(--paper); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar-grid article { position: relative; min-height: 330px; padding: 38px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.pillar-grid article::after { position: absolute; right: -65px; bottom: -80px; width: 180px; height: 180px; border: 1px solid rgba(184,135,40,.22); border-radius: 50%; content: ""; }
.pillar-grid h3 { margin-top: 74px; font-family: var(--serif); font-size: 36px; font-weight: 500; }
.pillar-grid p { color: var(--muted); font-size: 15px; }

.process-section { background: var(--deep); color: var(--white); }
.process-section .section-intro { max-width: 780px; }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 0; border-top: 1px solid var(--dark-line); list-style: none; }
.process-list li { position: relative; min-height: 310px; padding: 26px 24px 30px; border-right: 1px solid var(--dark-line); }
.process-list li:first-child { border-left: 1px solid var(--dark-line); }
.process-list li::before { position: absolute; top: -4px; left: 24px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-bright); content: ""; }
.process-list > li > span { color: var(--gold-bright); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.process-list h3 { margin-top: 75px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.process-list p { margin-bottom: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.65; }

.services { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.services-grid article { grid-column: span 2; min-height: 360px; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.services-grid article:nth-child(4) { grid-column: 2 / span 2; }
.service-number { color: #96753a; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.services-grid h3 { margin: 42px 0 6px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.service-name { color: #795a1e; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.services-grid ul { padding: 18px 0 0; margin: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.services-grid li { position: relative; padding: 4px 0 4px 16px; color: var(--muted); font-size: 13px; }
.services-grid li::before { position: absolute; top: 12px; left: 0; width: 5px; height: 1px; background: var(--gold); content: ""; }

.platform-section { overflow: hidden; background: var(--color-dark); color: var(--white); }
.platform-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.platform-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 17px; }
.platform-copy blockquote { margin: 34px 0 0; padding: 22px 0 22px 24px; border-left: var(--signature-rule); color: var(--gold-pale); font-family: var(--serif); font-size: 22px; line-height: 1.45; }
.platform-panel { border: 1px solid rgba(215,172,81,.37); background: #f4f1ea; box-shadow: 0 35px 80px rgba(0,0,0,.3); color: var(--ink); }
.platform-bar { display: flex; padding: 15px 18px; align-items: center; justify-content: space-between; border-bottom: 1px solid #d8d2c6; font-family: var(--serif); font-size: 13px; font-weight: 700; }
.platform-bar small { color: #777268; font-family: var(--sans); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.platform-body { display: grid; grid-template-columns: 52px 1fr; min-height: 390px; }
.platform-rail { display: flex; padding-top: 24px; border-right: 1px solid #ded8cc; align-items: center; flex-direction: column; gap: 20px; background: #e9e4da; }
.platform-rail i { width: 16px; height: 3px; background: #aaa397; }
.platform-rail i:first-child { background: var(--gold); }
.platform-content { padding: 32px; }
.platform-content > strong { display: block; margin: 8px 0 24px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.workflow-row { display: grid; grid-template-columns: 95px 1fr auto; gap: 12px; padding: 14px 0; align-items: center; border-top: 1px solid #ded8cc; }
.workflow-row b { font-size: 11px; }
.workflow-row i { height: 3px; background: linear-gradient(90deg, var(--gold) 65%, #ddd6c8 65%); }
.workflow-row small { color: #777268; font-size: 9px; }
.workflow-output { margin-top: 22px; padding: 18px; border-left: 3px solid var(--gold); background: #e7e1d5; }
.workflow-output span { display: block; color: #777268; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.workflow-output strong { font-size: 12px; }

.case-study { background: var(--paper); }
.case-header { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; margin-bottom: 58px; }
.case-header > div { max-width: 800px; }
.case-header h2 { margin-bottom: 0; }
.case-header img { width: 150px; max-height: 105px; object-fit: cover; object-position: center; border: 1px solid var(--line); }
.case-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(42px, 7vw, 90px); align-items: start; }
.case-image { position: sticky; top: 110px; padding: 14px; border: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); }
.case-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: top center; }
.case-image span { display: inline-block; padding: 13px 2px 0; color: #795a1e; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.case-narrative article { padding: 4px 0 25px 24px; border-left: 1px solid var(--line); }
.case-narrative article + article { padding-top: 25px; border-top: 1px solid var(--line); }
.case-narrative article > span { color: #795a1e; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.case-narrative article p { margin: 9px 0 0; color: var(--muted); font-size: 15px; }
.case-narrative .outcome { margin-top: 12px; padding: 25px; border: 1px solid rgba(184,135,40,.45); border-left: 3px solid var(--gold); background: var(--cream); }
.case-narrative .outcome p { color: var(--ink); font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.text-link { display: inline-block; margin-top: 28px; color: var(--color-gold-hover); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-decoration-thickness: 1px; text-underline-offset: 6px; text-transform: uppercase; }
.signature-rule { min-width: 0; padding-left: 22px; border-left: var(--signature-rule); }
.signature-rule-dark { border-left-color: var(--color-champagne); }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.about-image { position: relative; max-width: 480px; padding: 12px; border: 1px solid rgba(184,135,40,.5); background: var(--paper); box-shadow: 18px 18px 0 rgba(184,135,40,.11); }
.about-image img { width: 100%; max-height: 650px; aspect-ratio: 4/5; object-fit: cover; }
.about-image span { display: block; padding: 14px 4px 3px; color: #795a1e; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.about-copy { max-width: 680px; }
.about-lede { color: #34342e; font-family: var(--serif); font-size: 23px; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.about-lede) { color: var(--muted); font-size: 17px; }
.values-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; padding: 20px 0 0; margin: 30px 0 0; border-top: 1px solid var(--line); list-style: none; }
.values-list li { padding: 10px 0; color: #4e4c45; font-size: 13px; font-weight: 700; }
.values-list li::before { margin-right: 9px; color: var(--gold); content: "—"; }

.final-cta { position: relative; overflow: hidden; background: var(--color-graphite); color: var(--white); text-align: center; }
.final-cta::before { position: absolute; top: -200px; left: 50%; width: 700px; height: 420px; transform: translateX(-50%); border-radius: 50%; background: rgba(184,135,40,.13); filter: blur(75px); content: ""; }
.final-cta-inner { position: relative; max-width: 930px; }
.final-cta h2 { font-size: clamp(44px, 5.5vw, 70px); }
.final-cta-inner > p:not(.eyebrow) { max-width: 720px; margin-inline: auto; color: rgba(255,255,255,.67); font-size: 17px; }
.centered-buttons { justify-content: center; }

.site-footer { padding: 72px 0 28px; background: var(--color-dark); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .6fr 1fr; gap: clamp(50px, 8vw, 110px); padding-bottom: 65px; }
.brand-lockup-light { color: var(--white); }
.footer-brand p { max-width: 390px; margin: 24px 0 0; color: rgba(255,255,255,.52); font-size: 14px; }
.site-footer h2 { margin: 0 0 20px; color: var(--gold-pale); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-footer nav, .site-footer address { display: grid; gap: 10px; font-style: normal; }
.site-footer nav a, .site-footer address a { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.site-footer nav a:hover, .site-footer address a:hover { color: var(--gold-pale); }
.site-footer address span { margin-top: 8px; color: rgba(255,255,255,.42); font-size: 12px; }
.footer-bottom { display: flex; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); justify-content: space-between; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* Shared foundation normalization */
.illustrative-label,
.live-indicator,
.assessment-label,
.priority-card > span,
.priority-card small,
.platform-content > span,
.platform-bar small,
.workflow-row small,
.workflow-output span,
.problem-card > span,
.pillar-grid article > span,
.service-number,
.case-image span,
.case-narrative article > span,
.about-image span,
.why-principles span,
.snapshot-steps article > span,
.footer-bottom { font-size: 10px; }
.illustrative-label,
.live-indicator,
.assessment-label,
.priority-card > span,
.platform-content > span,
.platform-bar small,
.workflow-row small,
.workflow-output span { color: var(--color-text-secondary); }
.problem-card > span,
.pillar-grid article > span,
.service-number,
.service-name,
.case-image span,
.case-narrative article > span,
.about-image span,
.snapshot-steps article > span { color: var(--color-gold-hover); }
.assessment-shell,
.platform-panel,
.form-card { background: var(--color-elevated); }
.assessment-metrics i,
.workflow-row i { background: var(--color-border-muted); }
.priority-card,
.workflow-output,
.form-status { background: var(--color-page); }
.field label,
.consent-field label,
.legal-content > p:first-child { color: var(--color-text); }

@media (max-width: 1100px) {
  .primary-nav { gap: 15px; }
  .primary-nav > a { font-size: 11px; }
  .hero-grid { grid-template-columns: 1fr 430px; gap: 45px; }
  .hero h1 { font-size: 62px; }
  .process-list { grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--dark-line); }
  .process-list li, .process-list li:first-child { min-height: 270px; border-left: 0; border-bottom: 1px solid var(--dark-line); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid article, .services-grid article:nth-child(4) { grid-column: auto; }
  .services-grid article:last-child { grid-column: 1 / -1; min-height: auto; }
}

@media (max-width: 960px) {
  .nav-shell { min-height: 72px; }
  .menu-toggle { display: block; }
  .site-header.is-scrolled .menu-toggle { border-color: rgba(29,32,28,.25); }
  .site-header.is-scrolled .menu-toggle span:not(.sr-only) { background: var(--ink); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; top: 72px; right: 0; bottom: 0; left: 0; display: none; padding: 28px 24px 42px; overflow-y: auto; align-items: stretch; flex-direction: column; gap: 0; background: var(--paper); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a, .site-header .primary-nav > a { padding: 16px 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 26px; font-weight: 500; }
  .primary-nav > a::after { display: none; }
  .primary-nav > a[aria-current="location"] { color: var(--color-gold-hover); }
  .primary-nav .nav-cta { margin-top: 24px; padding: 16px; border-bottom: 1px solid var(--gold); font-family: var(--sans); font-size: 12px; font-weight: 800; text-align: center; }
  .hero { padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .assessment-shell { width: min(620px, 100%); margin-inline: auto; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .platform-grid, .case-layout, .about-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 25px; }
  .split-heading > p { max-width: 700px; }
  .platform-copy { max-width: 720px; }
  .case-image { position: relative; top: auto; }
  .about-image { width: min(440px, 100%); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container, .nav-shell { width: min(100% - 32px, var(--container)); }
  .section { padding: 76px 0; }
  h2 { font-size: 39px; }
  .site-header { background: rgba(17,17,15,.96); border-color: rgba(252,251,248,.12); }
  .site-header.is-scrolled { background: rgba(252,251,248,.94); border-color: var(--color-border-muted); }
  .brand-lockup { font-size: 15px; }
  .brand-lockup img { width: 39px; height: 39px; }
  .hero { min-height: 0; padding: 116px 0 70px; }
  .hero h1 { font-size: clamp(45px, 13vw, 60px); }
  .hero-lede { font-size: 16px; }
  .button-row { flex-direction: column; }
  .button { width: 100%; min-height: 56px; }
  .trust-line { align-items: flex-start; line-height: 1.45; }
  .assessment-shell { padding: 12px; }
  .assessment-topbar { font-size: 11px; }
  .assessment-metrics { grid-template-columns: 1fr; }
  .assessment-heading small { display: block; margin-top: 6px; }
  .score-ring { width: 68px; height: 68px; }
  .score-ring::before { width: 54px; height: 54px; }
  .section-intro { margin-bottom: 38px; }
  .problem-grid, .pillar-grid, .services-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 190px; padding: 26px; }
  .problem-card h3 { margin-top: 28px; }
  .pillar-grid article { min-height: 280px; padding: 30px; }
  .pillar-grid h3 { margin-top: 58px; }
  .process-list { grid-template-columns: 1fr; border-top: 0; }
  .process-list li, .process-list li:first-child { display: grid; grid-template-columns: 42px 1fr; gap: 15px; min-height: 0; padding: 25px 18px; border-top: 1px solid var(--dark-line); border-right: 0; }
  .process-list li::before { top: 31px; left: -4px; }
  .process-list h3 { margin-top: 0; }
  .services-grid article, .services-grid article:last-child { grid-column: auto; min-height: 330px; }
  .platform-body { grid-template-columns: 38px 1fr; min-height: 350px; }
  .platform-content { padding: 23px 18px; }
  .workflow-row { grid-template-columns: 1fr auto; }
  .workflow-row i { grid-row: 2; grid-column: 1 / -1; }
  .case-header { grid-template-columns: 1fr; gap: 28px; }
  .case-header img { width: 120px; }
  .case-narrative article { padding-left: 18px; }
  .values-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}

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

/* Business Snapshot — premium customer experience */
.snapshot-page {
  --snapshot-night: #12130f;
  --snapshot-ink: #20211c;
  --snapshot-brass: #b88733;
  --snapshot-brass-bright: #dfbd78;
  --snapshot-ivory: #f6f2e9;
  --snapshot-paper: #fffdf8;
  --snapshot-line: rgba(44, 42, 34, .14);
  background: var(--snapshot-ivory);
}
.snapshot-page .site-header.is-scrolled { border-bottom-color: rgba(44,42,34,.1); box-shadow: 0 8px 30px rgba(22,22,18,.06); }
.snapshot-page .snapshot-hero { min-height: min(780px, 88svh); padding: clamp(132px, 10vw, 164px) 0 clamp(68px, 7vw, 96px); background: #10110e; }
.snapshot-page .snapshot-hero::before { z-index: 1; opacity: 1; background: linear-gradient(90deg, rgba(10,11,9,.93) 0%, rgba(10,11,9,.82) 34%, rgba(10,11,9,.34) 61%, rgba(10,11,9,.08) 100%); mask-image: none; }
.snapshot-page .snapshot-hero::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(7,8,6,.42), transparent 35%); content: ""; pointer-events: none; }
.snapshot-hero__media, .snapshot-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.snapshot-hero__media img { object-fit: cover; object-position: center; }
.snapshot-page .intake-hero-layout { display: block; }
.snapshot-page .intake-intro { z-index: 2; max-width: 680px; }
.snapshot-page .intake-intro h1 { max-width: 10.5ch; margin-bottom: 24px; font-size: clamp(56px, 6.2vw, 88px); line-height: .96; text-wrap: balance; }
.snapshot-page .intake-intro > p:not(.eyebrow) { max-width: 640px; font-size: clamp(17px, 1.35vw, 19px); line-height: 1.62; }
.snapshot-page .status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--snapshot-brass-bright); box-shadow: 0 0 0 5px rgba(223,189,120,.1); animation: snapshot-pulse 2.8s ease-in-out infinite; }
.snapshot-page .intake-hero-actions { margin-top: 34px; }
.snapshot-page .intake-hero-actions .button { gap: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.snapshot-hero-secondary { display: inline-flex; min-height: 44px; align-items: center; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-decoration: underline; text-decoration-color: rgba(223,189,120,.65); text-underline-offset: 6px; text-transform: uppercase; }
.snapshot-hero-secondary:hover { color: var(--snapshot-brass-bright); }
.snapshot-page .intake-trust { padding-top: 24px; margin-top: 27px; border-top: 1px solid rgba(255,255,255,.1); }
.snapshot-page .intake-trust li { font-size: 10px; }
.snapshot-byline { display: flex; margin-top: 29px; align-items: center; gap: 13px; }
.snapshot-byline__mark { display: grid; width: 42px; height: 42px; border: 1px solid rgba(223,189,120,.42); border-radius: 50%; place-items: center; color: var(--snapshot-brass-bright); font-family: var(--serif); font-size: 13px; }
.snapshot-byline p, .snapshot-byline small { display: block; margin: 0; }
.snapshot-byline strong { color: rgba(255,255,255,.83); font-family: var(--serif); font-size: 14px; font-weight: 500; }
.snapshot-byline small { margin-top: 1px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .03em; }
.snapshot-value-strip { position: relative; z-index: 2; border-bottom: 1px solid var(--snapshot-line); background: var(--snapshot-paper); box-shadow: 0 18px 48px rgba(29,28,23,.06); }
.snapshot-value-strip .container { padding-block: 22px 18px; }
.snapshot-value-strip ol { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 0; list-style: none; }
.snapshot-value-strip li { display: grid; grid-template-columns: 36px 1fr; padding: 4px clamp(16px, 2.2vw, 34px); align-items: start; gap: 10px; }
.snapshot-value-strip li + li { border-left: 1px solid var(--snapshot-line); }
.snapshot-value-strip li > strong { color: var(--snapshot-brass); font-size: 9px; letter-spacing: .16em; }
.snapshot-value-strip b, .snapshot-value-strip small { display: block; }
.snapshot-value-strip b { color: var(--snapshot-ink); font-family: var(--serif); font-size: 17px; font-weight: 600; }
.snapshot-value-strip small { margin-top: 3px; color: #77736a; font-size: 10px; line-height: 1.45; }
.snapshot-value-strip .snapshot-scope-note { padding-top: 15px; margin: 18px clamp(16px, 2.2vw, 34px) 0; border-top: 1px solid var(--snapshot-line); color: #77736a; font-size: 11px; text-align: center; }
.snapshot-page .intake-section { padding: clamp(76px, 8vw, 120px) 0; background:
  linear-gradient(rgba(255,255,255,.45), rgba(255,255,255,.45)),
  repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(55,52,43,.025) 80px); }
.snapshot-page .intake-layout { display: block; }
.snapshot-page .intake-details { position: sticky; top: 116px; }
.snapshot-page .intake-details h2 { max-width: 10.5ch; margin-bottom: 24px; font-size: clamp(42px, 4.2vw, 60px); line-height: 1; text-wrap: balance; }
.snapshot-page .intake-details__intro > p:last-child { color: #6e6a61; font-size: 16px; }
.snapshot-fit { padding-top: 32px; margin-top: 38px; border-top: 1px solid var(--snapshot-line); }
.snapshot-fit .eyebrow { margin-bottom: 14px; }
.snapshot-fit ul { display: grid; padding: 0; margin: 0; gap: 9px; list-style: none; }
.snapshot-fit li { position: relative; padding-left: 22px; color: #4e4c45; font-size: 13px; }
.snapshot-fit li::before { position: absolute; top: .72em; left: 0; width: 10px; height: 1px; background: var(--snapshot-brass); content: ""; }
.snapshot-boundary { display: grid; grid-template-columns: 28px 1fr; padding: 18px; margin-top: 30px; border: 1px solid var(--snapshot-line); background: rgba(255,253,248,.58); gap: 10px; }
.snapshot-boundary > span { display: grid; width: 24px; height: 24px; border: 1px solid rgba(184,135,51,.5); border-radius: 50%; place-items: center; color: #76591f; font-family: var(--serif); font-size: 13px; }
.snapshot-boundary p { margin: 0; color: #747068; font-size: 11px; line-height: 1.55; }
.snapshot-boundary strong { color: #34342e; }
.snapshot-page .direct-contact { padding: 24px 26px; margin-top: 24px; box-shadow: 0 15px 45px rgba(33,31,25,.05); }
.snapshot-page .form-card { position: relative; max-width: 860px; padding: clamp(26px, 4vw, 52px); margin-inline: auto; overflow: hidden; border-color: rgba(57,54,45,.16); background: var(--snapshot-paper); box-shadow: 0 35px 90px rgba(33,31,25,.13), 0 2px 0 rgba(255,255,255,.8) inset; }
.snapshot-page .form-card::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, #6f4c1e, var(--snapshot-brass-bright), #6f4c1e); content: ""; }
.form-progress { padding-bottom: 25px; margin-bottom: 32px; border-bottom: 1px solid var(--snapshot-line); }
.form-progress__meta { display: flex; margin-bottom: 10px; justify-content: space-between; gap: 20px; color: #77736a; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-progress__meta strong { color: #6d521f; }
.form-progress__track { height: 4px; overflow: hidden; background: #e7e1d6; }
.form-progress__track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #8e6326, var(--snapshot-brass-bright)); box-shadow: 0 0 12px rgba(184,135,51,.35); transition: width .45s cubic-bezier(.2,.7,.2,1); }
.snapshot-page .form-heading { padding-bottom: 0; margin-bottom: 38px; border-bottom: 0; }
.snapshot-page .form-heading h2 { max-width: 11ch; margin-bottom: 14px; font-size: clamp(42px, 4.2vw, 58px); line-height: .98; text-wrap: balance; }
.snapshot-page .form-group + .form-group { padding-top: 38px; margin-top: 39px; border-top-color: var(--snapshot-line); }
.snapshot-page .form-group legend { display: flex; padding-bottom: 21px; align-items: center; gap: 11px; color: #3d3d36; font-size: 11px; letter-spacing: .1em; }
.snapshot-page .form-group legend span { display: grid; width: 26px; height: 26px; border: 1px solid rgba(184,135,51,.44); border-radius: 50%; place-items: center; color: #795919; font-size: 8px; }
.snapshot-page .form-grid { gap: 23px 18px; }
.snapshot-page .field label { margin-bottom: 9px; color: #30312c; font-size: 12px; letter-spacing: .01em; }
.snapshot-page .field input, .snapshot-page .field textarea { padding: 15px 16px; border-color: #c9c1b3; border-radius: 2px; background: #fffefb; box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease; }
.snapshot-page .field input { min-height: 54px; }
.snapshot-page .field textarea { min-height: 154px; line-height: 1.6; }
.snapshot-page .field input::placeholder, .snapshot-page .field textarea::placeholder { color: #a09b91; opacity: 1; }
.snapshot-page .field input:focus, .snapshot-page .field textarea:focus { border-color: #a97825; outline: 0; background: #fff; box-shadow: 0 0 0 4px rgba(184,135,51,.14), 0 6px 20px rgba(43,39,31,.06); }
.snapshot-page .field input[aria-invalid="true"], .snapshot-page .field textarea[aria-invalid="true"] { border-color: #a84432; background: #fffafa; box-shadow: 0 0 0 3px rgba(168,68,50,.09); }
.snapshot-page .field input[aria-invalid="false"]:not(:placeholder-shown), .snapshot-page .field textarea[aria-invalid="false"]:not(:placeholder-shown) { border-color: #759174; }
.field-meta { display: flex; margin-top: 7px; align-items: start; justify-content: space-between; gap: 18px; }
.field-meta .field-hint { max-width: 72%; margin-top: 0; }
.character-count { flex: none; color: #8b877e; font-size: 10px; }
.snapshot-page .field-error { color: #953a2a; }
.snapshot-page .consent-field { padding: 19px; margin-top: 32px; border: 1px solid var(--snapshot-line); background: #f8f5ee; }
.snapshot-page .consent-field input { width: 20px; height: 20px; }
.snapshot-page .consent-field label { color: #555249; font-size: 12px; }
.turnstile-shell { padding: 17px 18px; margin-top: 24px; border: 1px solid var(--snapshot-line); background: #f8f5ee; }
.turnstile-shell[data-state="error"], .turnstile-shell[data-state="expired"], .turnstile-shell[data-state="timeout"] { border-color: rgba(168,68,50,.42); background: #fffafa; }
.turnstile-status { padding: 10px 12px; margin: 12px 0 0; border-left: 3px solid #a84432; background: #f8edea; color: #873728; font-size: 12px; font-weight: 700; line-height: 1.5; }
.snapshot-page .delivery-note { border-left: 0; border-top: 2px solid #aa7a27; background: #f6efe2; }
.snapshot-page .form-status.is-pending { border-left-color: #8e6326; background: #f6f0e4; color: #5d4a28; }
.snapshot-page .submit-button { display: flex; min-height: 60px; align-items: center; justify-content: center; gap: 18px; font-size: 11px; box-shadow: 0 16px 32px rgba(122,83,25,.18); }
.snapshot-page .submit-button i { font-style: normal; font-size: 18px; transition: transform .2s ease; }
.snapshot-page .submit-button:hover i { transform: translateX(4px); }
.snapshot-page .form-assurance { grid-template-columns: 24px 1fr; padding: 17px 18px; align-items: center; gap: 10px; text-align: left; }
.snapshot-page .form-assurance > span { color: var(--snapshot-brass); font-size: 11px; }
.snapshot-page .form-assurance p, .snapshot-page .form-assurance small { display: block; margin: 0; }
.snapshot-page .form-assurance small { color: #77736a; font-size: 10px; line-height: 1.45; }
.snapshot-page .form-fallback { font-size: 11px; }
.submission-loader { position: absolute; inset: 3px 0 0; z-index: 5; display: flex; padding: 30px; align-items: center; justify-content: center; flex-direction: column; background: rgba(255,253,248,.96); backdrop-filter: blur(8px); text-align: center; }
.submission-loader[hidden] { display: none; }
.submission-loader__seal { display: grid; width: 76px; height: 76px; margin-bottom: 24px; border: 1px solid rgba(184,135,51,.24); border-radius: 50%; place-items: center; animation: snapshot-loader-ring 1.5s linear infinite; }
.submission-loader__seal span { width: 44px; height: 44px; border: 1px solid rgba(184,135,51,.6); border-radius: 50%; background: radial-gradient(circle, rgba(223,189,120,.18), transparent 65%); }
.submission-loader strong { color: var(--snapshot-ink); font-family: var(--serif); font-size: 28px; font-weight: 500; }
.submission-loader small { max-width: 310px; margin-top: 6px; color: #77736a; }
.snapshot-page .submission-confirmation { padding: 18px 4px 4px; text-align: center; }
.confirmation-seal { display: grid; width: 86px; height: 86px; margin: 0 auto 28px; border: 1px solid rgba(184,135,51,.32); border-radius: 50%; place-items: center; box-shadow: 0 0 0 9px rgba(184,135,51,.06), 0 0 0 18px rgba(184,135,51,.025); }
.confirmation-seal span { display: grid; width: 52px; height: 52px; border-radius: 50%; place-items: center; background: var(--snapshot-night); color: var(--snapshot-brass-bright); font-size: 20px; }
.snapshot-page .submission-confirmation h2 { max-width: 10ch; margin: 0 auto 20px; font-size: clamp(42px, 5vw, 64px); line-height: .98; text-wrap: balance; }
.snapshot-page .submission-confirmation > p:not(.eyebrow):not(.confirmation-note) { max-width: 570px; margin-inline: auto; }
.snapshot-page .submission-confirmation ol { margin: 38px 0 32px; text-align: left; }
.snapshot-page .submission-confirmation li { padding: 21px 4px; }
.confirmation-actions { display: grid; justify-items: center; gap: 17px; }
.confirmation-actions .button { width: min(100%, 390px); }
.confirmation-home-link { color: #5c584f; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 4px; }
.confirmation-note { margin: 28px 0 0; color: #8a857b; font-size: 10px; }
@keyframes snapshot-pulse { 50% { box-shadow: 0 0 0 9px rgba(223,189,120,0); } }
@keyframes snapshot-sheen { 0%, 62%, 100% { transform: translateX(-130%); } 78% { transform: translateX(130%); } }
@keyframes snapshot-loader-ring { to { transform: rotate(360deg); } }
@media (max-width: 960px) {
  .snapshot-page .snapshot-hero { min-height: 0; }
  .snapshot-page .intake-intro h1 { max-width: 10ch; }
  .snapshot-page .form-card { max-width: 780px; }
}
@media (max-width: 680px) {
  .snapshot-page .snapshot-hero { display: flex; min-height: 0; padding: 96px 0 0; flex-direction: column; background: #0a0b09; }
  .snapshot-page .snapshot-hero::before { top: auto; bottom: 0; height: calc(clamp(360px, 108vw, 470px) + 44px); background: linear-gradient(180deg, #0a0b09 0, rgba(10,11,9,.86) 44px, rgba(10,11,9,.24) 31%, rgba(10,11,9,.08) 62%, rgba(7,8,6,.38) 100%); }
  .snapshot-page .snapshot-hero::after { display: none; }
  .snapshot-page .intake-hero-layout { order: 1; }
  .snapshot-hero__media { position: relative; inset: auto; order: 2; display: block; height: clamp(360px, 108vw, 470px); margin-top: 28px; flex: none; }
  .snapshot-hero__media img { object-position: center bottom; }
  .snapshot-page .intake-intro .eyebrow { margin-bottom: 14px; }
  .snapshot-page .intake-intro h1 { max-width: 11ch; margin-bottom: 18px; font-size: clamp(46px, 13vw, 58px); }
  .snapshot-page .intake-intro > p:not(.eyebrow) { font-size: 16.5px; line-height: 1.55; }
  .snapshot-page .intake-hero-actions { margin-top: 22px; gap: 8px; }
  .snapshot-page .intake-trust { display: grid; grid-template-columns: auto auto; padding-top: 16px; margin-top: 18px; gap: 7px 18px; }
  .snapshot-page .intake-trust li:last-child { grid-column: 1 / -1; }
  .snapshot-byline { margin-top: 20px; }
  .snapshot-value-strip .container { padding-block: 10px; }
  .snapshot-value-strip ol { grid-template-columns: 1fr; }
  .snapshot-value-strip li { padding: 14px 2px; }
  .snapshot-value-strip li + li { border-top: 1px solid var(--snapshot-line); border-left: 0; }
  .snapshot-value-strip .snapshot-scope-note { padding-top: 14px; margin: 4px 2px 8px; text-align: left; }
  .snapshot-page .intake-section { padding: 54px 0 68px; }
  .snapshot-page .intake-layout { gap: 48px; }
  .snapshot-page .intake-details h2 { font-size: clamp(40px, 12vw, 52px); }
  .snapshot-page .form-card { padding: 28px 18px; margin-inline: -4px; }
  .form-progress { margin-bottom: 27px; }
  .snapshot-page .form-heading { margin-bottom: 32px; }
  .snapshot-page .form-heading h2 { font-size: clamp(39px, 11vw, 49px); }
  .snapshot-page .form-grid { grid-template-columns: 1fr; }
  .snapshot-page .field-full { grid-column: auto; }
  .snapshot-page .field input { min-height: 56px; font-size: 16px; }
  .snapshot-page .field textarea { font-size: 16px; }
  .field-meta { display: block; }
  .field-meta .field-hint { max-width: none; }
  .character-count { display: block; margin-top: 5px; text-align: right; }
  .snapshot-page .consent-field { padding: 16px 14px; }
  .snapshot-page .submit-button { min-height: 62px; }
  .snapshot-page .submission-confirmation h2 { font-size: clamp(40px, 12vw, 52px); }
}
@media (prefers-reduced-motion: reduce) {
  .snapshot-page .status-dot, .submission-loader__seal { animation: none !important; }
}

/* Phase 1.5 — premium visual elevation */
body { font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
.container { width: min(var(--container), calc(100% - (var(--gutter) * 2))); }
.section { padding: var(--section-space) 0; }
.eyebrow { margin-bottom: 20px; font-size: 10px; letter-spacing: .22em; }
h1, h2 { letter-spacing: -.045em; }
h2 { max-width: 16ch; font-size: clamp(42px, 4.8vw, 68px); line-height: 1.02; }
h3 { letter-spacing: -.015em; }
.section-intro { max-width: 825px; margin-bottom: 68px; }
.section-intro.centered { margin-left: 0; text-align: left; }
.section-intro.centered > p:last-child { max-width: 690px; }
.split-heading { grid-template-columns: minmax(0, 1.18fr) minmax(280px, .62fr); margin-bottom: 72px; }

.site-header { transition-duration: .35s; }
.site-header::after { display: none; }
.site-header.is-scrolled { background: rgba(252,251,248,.94); box-shadow: 0 12px 40px rgba(17,17,15,.07); }
.nav-shell { width: min(1380px, calc(100% - 64px)); min-height: 78px; }
.site-header.is-scrolled .nav-shell { min-height: 78px; }
.brand-lockup { gap: 12px; font-size: 16px; letter-spacing: .09em; }
.brand-lockup img, .site-header .header-logo-mark { width: 44px; height: 44px; }
.site-header.is-scrolled .header-logo-mark { width: 44px; height: 44px; }
.primary-nav { gap: clamp(14px, 1.7vw, 27px); }
.primary-nav > a { font-size: 10px; letter-spacing: .095em; text-transform: uppercase; }
.primary-nav .nav-cta { padding: 13px 18px; border-color: var(--gold-bright); background: transparent; color: var(--gold-pale); transition: color .2s ease, background .2s ease, transform .2s var(--ease); }
.primary-nav .nav-cta:hover { transform: translateY(-2px); background: var(--gold-bright); color: var(--deep); }
.site-header.is-scrolled .primary-nav .nav-cta { background: var(--ink); color: var(--white); }

.hero { display: flex; min-height: min(940px, 100svh); padding: 154px 0 105px; align-items: center; background: var(--color-dark); }
.hero::before { background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.45) 62%, transparent); }
.hero::after { position: absolute; bottom: 0; left: max(32px, calc((100vw - var(--container)) / 2)); width: min(1240px, calc(100% - 64px)); height: 1px; background: linear-gradient(90deg, var(--gold), rgba(215,173,91,.08) 72%, transparent); content: ""; }
.hero-glow { right: -18%; bottom: -55%; opacity: .65; }
.hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(470px, .82fr); gap: clamp(64px, 8vw, 120px); }
.hero-copy { max-width: 715px; }
.hero h1 { max-width: 735px; margin-bottom: 30px; font-size: clamp(58px, 6.3vw, 92px); line-height: .94; }
.hero h1 em { color: var(--gold-pale); font-weight: inherit; }
.hero-lede { max-width: 650px; color: rgba(255,255,255,.68); font-size: clamp(17px, 1.4vw, 19px); line-height: 1.75; }
.button { position: relative; min-height: 54px; padding: 0 24px; overflow: hidden; font-size: 10px; letter-spacing: .11em; }
.button::after { position: absolute; inset: 0; transform: translateX(-105%); background: rgba(252,251,248,.12); content: ""; transition: transform .55s var(--ease); }
.button:hover::after { transform: translateX(105%); }
.trust-line { margin-top: 27px; font-size: 12px; letter-spacing: .015em; }

.assessment-shell { padding: 0; border-color: rgba(215,173,91,.38); background: #f6f2e9; box-shadow: 0 50px 120px rgba(0,0,0,.46), 18px 18px 0 rgba(173,123,34,.075); }
.assessment-shell::before { inset: -10px 10px 10px -10px; }
.assessment-topbar { min-height: 48px; padding: 0 18px; background: var(--color-graphite); color: rgba(252,251,248,.8); font-family: var(--sans); font-size: 9px; letter-spacing: .14em; }
.live-indicator { color: rgba(255,255,255,.58); }
.live-indicator::before { box-shadow: 0 0 0 4px rgba(97,139,102,.13); }
.assessment-heading { padding: 28px 25px 24px; border-bottom: 1px solid var(--line); }
.assessment-heading strong { margin-right: 12px; font-size: 50px; }
.assessment-heading small { display: inline-block; max-width: 112px; line-height: 1.35; }
.score-ring { width: 86px; height: 86px; background: conic-gradient(var(--gold) 0 var(--score-angle), #ded7ca var(--score-angle)); box-shadow: inset 0 0 0 1px rgba(173,123,34,.12); }
.score-ring::before { width: 68px; height: 68px; }
.assessment-metrics { grid-template-columns: 1fr 1fr; gap: 0; padding: 10px 16px 12px; }
.assessment-metrics div { padding: 14px 10px 12px; border: 0; border-bottom: 1px solid var(--line); background: transparent; }
.assessment-metrics div:nth-child(odd) { border-right: 1px solid var(--line); }
.assessment-metrics div:last-child { grid-column: 1 / -1; border-right: 0; }
.assessment-metrics span { font-size: 9px; letter-spacing: .01em; }
.assessment-metrics i { height: 2px; }
.assessment-metrics i::before { width: var(--score); transition: width 1s var(--ease); }
.motion-ready .assessment-shell:not(.is-active) .assessment-metrics i::before { width: 0; }
.assessment-shell.is-active .assessment-metrics i::before { width: var(--score); }
.assessment-metrics small { grid-column: 1 / -1; color: #8a8478; font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.priority-card { margin: 0 16px 16px; padding: 17px 18px; background: #e7e0d3; }
.priority-card strong { font-size: 18px; }

.problems { position: relative; background: var(--cream); }
.problems::before { position: absolute; top: 0; bottom: 0; left: calc(50% + 330px); width: 1px; background: rgba(173,123,34,.15); content: ""; }
.problem-grid { grid-template-columns: 1.25fr .75fr .75fr; background: var(--line); gap: 1px; border: 0; }
.problem-card { min-height: 190px; padding: 29px; border: 0; background: var(--paper); transition: background .25s ease, color .25s ease; }
.problem-card:hover { background: #fff; }
.problem-card-featured { grid-row: span 2; min-height: 381px; padding: 42px; background: var(--ink); color: var(--white); }
.problem-card-featured:hover { background: var(--color-graphite); }
.problem-card-featured h3 { max-width: 8ch; margin-top: 82px; color: var(--white); font-size: 38px; }
.problem-card-featured p { max-width: 32ch; color: rgba(255,255,255,.62); }
.problem-card-featured strong { display: block; max-width: 33ch; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: var(--gold-pale); font-family: var(--serif); font-size: 16px; font-weight: 500; line-height: 1.5; }
.problem-card h3 { margin-top: 27px; font-size: 21px; }

.value-section { overflow: hidden; }
.pillar-grid { position: relative; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-grid::before { position: absolute; top: -1px; left: 0; width: 0; height: 2px; background: var(--gold); content: ""; transition: width 1.3s var(--ease); }
.pillar-grid:has(.is-visible)::before { width: 100%; }
.pillar-grid article { min-height: 360px; padding: 42px 42px 38px; border: 0; border-right: 1px solid var(--line); background: transparent; }
.pillar-grid article:first-child { border-left: 1px solid var(--line); }
.pillar-grid article::after { right: 32px; bottom: 31px; width: 54px; height: 54px; border-color: rgba(173,123,34,.35); }
.pillar-grid article::before { position: absolute; right: 59px; bottom: 31px; width: 1px; height: 54px; background: rgba(173,123,34,.35); content: ""; }
.pillar-grid h3 { margin-top: 78px; font-size: 40px; }
.pillar-grid p { max-width: 30ch; }

.process-section { position: relative; background: var(--color-dark); }
.process-section::after { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.035) 50%, transparent 50.1%); background-size: 20% 100%; content: ""; pointer-events: none; }
.process-section .container { position: relative; z-index: 1; }
.process-list { position: relative; }
.process-list::after { position: absolute; top: -1px; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--gold-bright), rgba(215,173,91,.16)); content: ""; transition: width 1.4s var(--ease); }
.process-list.is-active::after { width: 100%; }
.process-list li { min-height: 330px; padding: 30px 27px; }
.process-list li::before { top: -5px; box-shadow: 0 0 0 7px rgba(215,173,91,.08); }
.process-list h3 { margin-top: 88px; font-size: 27px; }
.process-list p { font-size: 13px; }

.services-grid { grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--line); }
.services-grid article { grid-column: span 4; min-height: 370px; padding: 35px; border: 0; background: var(--paper); transition: transform .35s var(--ease), box-shadow .35s ease, background .35s ease; }
.services-grid article:nth-child(4) { grid-column: span 6; }
.services-grid article:nth-child(5) { grid-column: span 6; }
.services-grid article:hover { z-index: 1; transform: translateY(-5px); background: #fff; box-shadow: 0 25px 60px rgba(19,20,18,.11); }
.services-grid article:nth-child(5) { background: var(--ink); color: var(--white); }
.services-grid article:nth-child(5) .service-name { color: var(--gold-pale); }
.services-grid article:nth-child(5) ul { border-color: rgba(255,255,255,.14); }
.services-grid article:nth-child(5) li { color: rgba(255,255,255,.64); }
.services-grid h3 { max-width: 12ch; margin-top: 50px; font-size: 27px; }

.platform-section { position: relative; background: var(--color-dark); }
.platform-section::before { position: absolute; top: 10%; right: 7%; width: 260px; height: 260px; border: 1px solid rgba(215,173,91,.12); border-radius: 50%; content: ""; }
.platform-panel { position: relative; transform: perspective(1400px) rotateY(-1.5deg); transform-origin: left; }
.platform-panel::after { position: absolute; inset: 14px -14px -14px 14px; z-index: -1; border: 1px solid rgba(215,173,91,.14); content: ""; }
.platform-body { min-height: 470px; }
.platform-rail { background: #e5dfd3; }
.platform-rail i { width: 18px; height: 2px; }
.platform-content { padding: 38px; }
.workflow-row { grid-template-columns: 118px 1fr auto; padding: 16px 0; }
.workflow-row i { position: relative; overflow: hidden; background: #d9d2c4; }
.workflow-row i::after { display: block; width: 0; height: 100%; background: var(--gold); content: ""; transition: width 1s var(--ease); }
.platform-panel.is-active .workflow-row i::after { width: 68%; }

.case-header { position: relative; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.case-header::after { position: absolute; bottom: -1px; left: 0; width: 90px; height: 2px; background: var(--gold); content: ""; }
.case-header img { width: 142px; padding: 8px; background: var(--white); filter: saturate(.75); }
.case-layout { grid-template-columns: minmax(0, 1.18fr) minmax(340px, .72fr); }
.case-image { padding: 10px; background: var(--white); box-shadow: 0 35px 85px rgba(22,22,19,.12); }
.case-image::after { position: absolute; top: 25px; right: 25px; width: 9px; height: 9px; border: 3px solid var(--white); border-radius: 50%; background: var(--color-success); box-shadow: 0 3px 12px rgba(0,0,0,.2); content: ""; }
.case-image span { padding: 15px 5px 4px; }
.case-narrative article { padding: 7px 0 29px 29px; }
.case-narrative .outcome { padding: 29px; }

.about { position: relative; overflow: hidden; }
.about::after { position: absolute; top: 0; right: 0; width: 28%; height: 100%; background: rgba(255,255,255,.28); content: ""; }
.about-grid { position: relative; z-index: 1; grid-template-columns: .72fr 1.28fr; }
.about-image { padding: 9px; border-color: rgba(173,123,34,.38); box-shadow: 22px 22px 0 rgba(173,123,34,.09); }
.about-image span { text-align: left; }
.about-lede { max-width: 38ch; font-size: 24px; }

.why-section { background: var(--paper); }
.why-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.why-statement { position: sticky; top: 120px; }
.why-statement > p:last-child { max-width: 55ch; color: var(--muted); font-size: 17px; }
.why-principles { padding: 0; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.why-principles li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; align-items: baseline; border-bottom: 1px solid var(--line); }
.why-principles span { color: var(--color-gold-hover); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.why-principles strong { font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); font-weight: 500; letter-spacing: -.02em; }

.final-cta { text-align: left; }
.final-cta::before { top: -100px; left: 80%; width: 600px; }
.final-cta-inner { max-width: var(--container); }
.final-cta h2 { max-width: 14ch; font-size: clamp(48px, 6vw, 78px); }
.final-cta-inner > p:not(.eyebrow) { max-width: 650px; margin-inline: 0; }
.centered-buttons { justify-content: flex-start; }
.site-footer { padding-top: 84px; }
.footer-grid { grid-template-columns: 1.2fr .48fr 1fr; }
.site-footer address a { overflow-wrap: anywhere; }

.motion-ready .reveal-item { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease) var(--reveal-delay, 0ms), transform .7s var(--ease) var(--reveal-delay, 0ms); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: none; }
.hero-copy > *, .assessment-shell { animation: hero-enter .8s var(--ease) both; }
.hero-copy > :nth-child(2) { animation-delay: 80ms; }
.hero-copy > :nth-child(3) { animation-delay: 150ms; }
.hero-copy > :nth-child(4), .hero-copy > :nth-child(5) { animation-delay: 220ms; }
.assessment-shell { animation-delay: 180ms; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(18px); } }

@media (max-width: 1100px) {
  .nav-shell { width: min(100% - 40px, 1380px); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(410px, .82fr); gap: 45px; }
  .hero h1 { font-size: clamp(56px, 6.1vw, 68px); }
  .process-list { grid-template-columns: repeat(5, 1fr); border-left: 0; }
  .process-list li, .process-list li:first-child { min-height: 310px; border-bottom: 0; }
  .process-list h3 { font-size: 22px; }
}

@media (max-width: 960px) {
  .nav-shell, .site-header.is-scrolled .nav-shell { min-height: 72px; }
  .primary-nav { top: 72px; padding: 22px max(24px, calc((100vw - 640px)/2)) 42px; background: var(--color-elevated); }
  .primary-nav > a, .site-header .primary-nav > a { padding: 14px 4px; font-family: var(--sans); font-size: 18px; font-weight: 600; letter-spacing: -.01em; text-transform: none; }
  .site-header .primary-nav .nav-cta, .site-header.is-scrolled .primary-nav .nav-cta { margin-top: 22px; padding: 16px; background: var(--color-dark); color: var(--color-text-reversed); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
  .hero { padding-top: 138px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .assessment-shell { width: min(650px, 100%); margin-inline: auto; }
  .split-heading, .case-layout, .about-grid { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem-card-featured { grid-column: 1 / -1; grid-row: auto; min-height: 300px; }
  .problem-card-featured h3 { margin-top: 55px; }
  .pillar-grid article { padding: 34px 28px; }
  .process-list { grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--dark-line); }
  .process-list li, .process-list li:first-child { min-height: 280px; border-bottom: 1px solid var(--dark-line); }
  .services-grid article { grid-column: span 6; }
  .services-grid article:nth-child(5) { grid-column: 1 / -1; }
  .platform-panel { transform: none; }
  .why-layout { grid-template-columns: 1fr; gap: 55px; }
  .why-statement { position: static; }
}

@media (max-width: 680px) {
  .container, .nav-shell { width: min(100% - 36px, var(--container)); }
  .section { padding: 82px 0; }
  h2 { font-size: clamp(38px, 11vw, 48px); }
  .hero { padding: 120px 0 76px; }
  .hero::after { left: 18px; width: calc(100% - 36px); }
  .hero h1 { font-size: clamp(45px, 13.8vw, 60px); line-height: .96; }
  .button-row { align-items: stretch; }
  .assessment-topbar { padding-inline: 13px; font-size: 8px; }
  .assessment-heading { padding: 24px 17px 20px; }
  .assessment-heading strong { font-size: 44px; }
  .assessment-metrics { grid-template-columns: 1fr; }
  .assessment-metrics div:nth-child(odd) { border-right: 0; }
  .assessment-metrics div:last-child { grid-column: auto; }
  .priority-card { margin: 0 12px 12px; }
  .problems::before { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card-featured { grid-column: auto; min-height: 330px; padding: 32px 27px; }
  .problem-card-featured h3 { margin-top: 48px; font-size: 34px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid article { min-height: 265px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .pillar-grid h3 { margin-top: 48px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:first-child { min-height: 0; padding: 26px 18px; }
  .process-list h3 { font-size: 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid article, .services-grid article:nth-child(4), .services-grid article:nth-child(5) { grid-column: auto; min-height: 330px; }
  .platform-body { min-height: 420px; }
  .platform-content { padding: 24px 17px; }
  .workflow-row { grid-template-columns: 1fr auto; }
  .case-layout { gap: 52px; }
  .case-narrative article { padding-left: 20px; }
  .about::after { display: none; }
  .why-principles li { grid-template-columns: 38px 1fr; }
  .final-cta { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 360px) {
  .container, .nav-shell { width: min(100% - 28px, var(--container)); }
  .brand-lockup { font-size: 13px; }
  .brand-lockup img, .site-header .header-logo-mark { width: 36px; height: 36px; }
  .hero h1 { font-size: 43px; }
  .assessment-topbar > span:first-child { max-width: 105px; }
  .live-indicator { text-align: right; }
  .score-ring { width: 70px; height: 70px; }
  .score-ring::before { width: 56px; height: 56px; }
  .platform-body { grid-template-columns: 30px 1fr; }
  .platform-content > strong { font-size: 24px; }
  .case-narrative .outcome { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > *, .assessment-shell { animation: none !important; }
  .reveal-item { opacity: 1 !important; transform: none !important; }
}

/* Business Snapshot and legal pages */
.interior-page { background: var(--cream); }
.interior-page .site-header { background: rgba(253,251,246,.98); }
.intake-hero, .interior-hero { position: relative; padding: 164px 0 88px; overflow: hidden; background: var(--color-dark); color: var(--white); }
.intake-hero::before, .interior-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(to bottom, black, transparent); }
.intake-intro, .legal-heading { position: relative; }
.intake-hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr); gap: clamp(54px, 7vw, 100px); align-items: center; }
.intake-intro { max-width: 720px; }
.intake-intro h1, .legal-heading h1 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(54px, 7vw, 88px); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.intake-intro > p:not(.eyebrow) { max-width: 690px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.7; }
.intake-hero-actions { display: flex; margin-top: 30px; align-items: center; flex-wrap: wrap; gap: 13px 20px; }
.intake-hero-actions > span { color: rgba(255,255,255,.6); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.intake-trust { display: flex; padding: 0; margin: 27px 0 0; flex-wrap: wrap; gap: 10px 24px; list-style: none; }
.intake-trust li { color: var(--gold-pale); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.intake-trust li::before { margin-right: 9px; color: var(--gold-bright); content: "✓"; }
.snapshot-preview { position: relative; max-width: 450px; margin: 0; padding: 16px; border: 1px solid rgba(212,179,106,.38); background: linear-gradient(145deg, rgba(116,82,59,.48), rgba(17,17,15,.92)); box-shadow: 0 38px 90px rgba(0,0,0,.4); color: var(--ink); transform: rotate(1.1deg); }
.snapshot-preview::before { position: absolute; inset: -8px 8px 8px -8px; z-index: -1; border: 1px solid rgba(212,179,106,.16); content: ""; }
.snapshot-preview__folio { padding: clamp(23px, 3vw, 34px); border: 1px solid rgba(95,93,87,.28); background: var(--material-elevated-paper); box-shadow: 0 12px 28px rgba(17,17,15,.22); }
.snapshot-preview__folio header { display: flex; padding-bottom: 12px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); color: var(--color-gold-hover); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.snapshot-preview__folio header small { color: var(--muted); font-size: 7px; }
.snapshot-preview__title { padding: 26px 0 20px; }
.snapshot-preview__title p { margin-bottom: 3px; color: var(--color-gold-hover); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.snapshot-preview__title strong { display: block; font-family: var(--serif); font-size: clamp(24px, 3vw, 34px); font-weight: 500; line-height: 1; }
.snapshot-preview__finding { padding: 14px; border-left: 2px solid var(--gold); background: rgba(169,123,39,.09); }
.snapshot-preview__finding span, .snapshot-preview__areas > span, .snapshot-preview__next > span { display: block; color: var(--color-gold-hover); font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.snapshot-preview__finding strong { display: block; margin-top: 6px; font-family: var(--serif); font-size: 13px; font-weight: 500; line-height: 1.35; }
.snapshot-preview__areas { display: grid; grid-template-columns: 82px 1fr; gap: 8px 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.snapshot-preview__areas > span { grid-column: 1 / -1; }
.snapshot-preview__areas i { grid-column: 2; height: 4px; background: rgba(95,93,87,.15); }
.snapshot-preview__areas i::before { display: block; width: var(--preview-level); height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-bright)); content: ""; }
.snapshot-preview__next { padding-top: 18px; }
.snapshot-preview__next ol { display: grid; padding: 10px 0 0; margin: 0; gap: 7px; list-style: none; counter-reset: preview-step; }
.snapshot-preview__next li { color: var(--muted); font-size: 9px; counter-increment: preview-step; }
.snapshot-preview__next li::before { margin-right: 8px; color: var(--gold); font-weight: 800; content: "0" counter(preview-step); }
.snapshot-preview > p { margin: 11px 2px 0; color: rgba(255,255,255,.62); font-size: 9px; line-height: 1.45; }
.intake-section { background: var(--cream); }
.intake-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(540px, 1.2fr); gap: clamp(55px, 7vw, 96px); align-items: start; }
.intake-details h2 { font-size: clamp(38px, 4vw, 52px); }
.intake-details > div:first-child > p:last-child { color: var(--muted); font-size: 17px; }
.snapshot-steps { margin-top: 46px; border-top: 1px solid var(--line); }
.snapshot-steps article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.snapshot-steps article > span { padding-top: 4px; color: #795a1e; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.snapshot-steps h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.snapshot-steps p { margin: 0; color: var(--muted); font-size: 14px; }
.direct-contact { margin-top: 36px; padding: 27px; border-left: var(--signature-rule); background: var(--paper); }
.direct-contact .eyebrow { margin-bottom: 9px; }
.direct-contact h3 { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.direct-contact p:last-child { margin: 0; color: var(--muted); }
.direct-contact a { color: var(--color-gold-hover); font-weight: 700; text-underline-offset: 3px; }
.form-card { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.form-heading { padding-bottom: 28px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.form-heading .eyebrow { margin-bottom: 12px; }
.form-heading h2 { margin-bottom: 10px; font-size: clamp(36px, 4vw, 50px); }
.form-heading > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.form-group { min-width: 0; padding: 0; margin: 0; border: 0; }
.form-group + .form-group { padding-top: 30px; margin-top: 31px; border-top: 1px solid var(--line); }
.form-group legend { width: 100%; padding: 0 0 17px; color: var(--color-gold-hover); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; color: #34362f; font-size: 13px; font-weight: 800; }
.field label span:not(.optional-label), .form-heading span, .consent-field label > span { color: var(--color-error); }
.field label .optional-label { color: var(--muted); font-size: 11px; font-weight: 500; }
.field input, .field textarea { display: block; width: 100%; padding: 13px 14px; border: 1px solid #bbb3a3; border-radius: 0; background: var(--white); color: var(--ink); font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
.field input { min-height: 49px; }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--gold); outline: 3px solid rgba(215,172,81,.28); outline-offset: 1px; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--color-error); }
.field-hint { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }
.field-error { display: block; min-height: 0; margin-top: 6px; color: var(--color-error); font-size: 12px; font-weight: 700; }
.field-error:not(:empty) { min-height: 19px; }
.consent-field { display: grid; grid-template-columns: 21px 1fr; gap: 10px; margin-top: 26px; }
.consent-field input { width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--gold); }
.consent-field label { color: #4f4d46; font-size: 13px; line-height: 1.6; }
.consent-field label a, .form-fallback a, .form-status a { color: var(--color-gold-hover); font-weight: 700; text-underline-offset: 3px; }
.consent-field .field-error { grid-column: 2; margin-top: -4px; }
.honeypot-field { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; border: 0 !important; white-space: nowrap !important; pointer-events: none !important; }
.delivery-note { padding: 14px 16px; margin: 24px 0 0; border-left: 3px solid var(--color-warning); background: #f6efe1; color: #66512d; font-size: 12px; line-height: 1.55; }
.delivery-note strong { display: block; color: #4c3a1f; }
.form-status { margin-top: 24px; padding: 16px 18px; border-left: 3px solid var(--gold); background: #f2ead9; color: #4c4538; font-size: 14px; }
.form-status.is-error { border-left-color: var(--color-error); background: #F8EDEA; color: var(--color-error); }
.form-status.is-ready { display: grid; gap: 7px; }
.form-status.is-ready > strong { color: var(--ink); font-family: var(--serif); font-size: 20px; font-weight: 600; }
.form-status.is-ready > span { color: var(--muted); }
.form-email-action { width: 100%; margin-top: 8px; }
.submit-button { width: 100%; margin-top: 26px; border: 0; cursor: pointer; }
.submit-button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-assurance { display: grid; padding: 16px 18px; margin-top: 14px; border: 1px solid var(--color-border-muted); background: var(--surface-inset); gap: 2px; text-align: center; }
.form-assurance strong { color: var(--ink); font-family: var(--serif); font-size: 15px; font-weight: 600; }
.form-assurance span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-fallback { margin: 16px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.submission-confirmation { padding: 8px 0 0; scroll-margin-top: 100px; }
.submission-confirmation h2 { max-width: 620px; font-size: clamp(36px, 4vw, 50px); }
.submission-confirmation > p:not(.eyebrow) { color: var(--muted); }
.submission-confirmation ol { padding: 0; margin: 32px 0; border-top: 1px solid var(--line); list-style: none; }
.submission-confirmation li { display: grid; grid-template-columns: 36px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); gap: 2px 12px; }
.submission-confirmation li > span { grid-row: 1 / 3; padding-top: 2px; color: var(--color-gold-hover); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.submission-confirmation li > strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.submission-confirmation li > small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.button-dark { border-color: var(--color-dark); background: var(--color-dark); color: var(--white); }
.button-dark:hover { background: var(--color-graphite); }
.interior-hero { padding-bottom: 70px; }
.legal-heading { max-width: 900px; }
.legal-heading h1 { margin-bottom: 16px; }
.legal-heading > p:last-child { margin: 0; color: rgba(255,255,255,.65); }
.legal-section { background: var(--paper); }
.legal-content { max-width: 820px; }
.legal-content > p:first-child { padding-bottom: 34px; margin-bottom: 42px; border-bottom: 1px solid var(--line); color: #3b3b35; font-family: var(--serif); font-size: 22px; line-height: 1.6; }
.legal-content h2 { margin: 46px 0 13px; font-size: 30px; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--color-gold-hover); font-weight: 700; text-underline-offset: 3px; }

@media (max-width: 960px) {
  .intake-hero-layout { grid-template-columns: 1fr; }
  .intake-intro { max-width: 780px; }
  .snapshot-preview { width: min(100%, 620px); max-width: none; transform: none; }
  .intake-layout { grid-template-columns: 1fr; }
  .intake-details { max-width: 760px; }
  .form-card { max-width: 760px; }
}

@media (max-width: 680px) {
  .intake-hero, .interior-hero { padding: 130px 0 68px; }
  .intake-intro h1, .legal-heading h1 { font-size: clamp(48px, 15vw, 64px); }
  .intake-intro > p:not(.eyebrow) { font-size: 17px; }
  .intake-trust { flex-direction: column; gap: 9px; }
  .intake-hero-actions { align-items: flex-start; flex-direction: column; }
  .intake-hero-actions .button { width: 100%; }
  .snapshot-preview { padding: 10px; }
  .snapshot-preview__folio { padding: 21px 18px; }
  .snapshot-preview__title { padding: 20px 0 16px; }
  .intake-layout { gap: 55px; }
  .form-card { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .legal-content > p:first-child { font-size: 19px; }
}

@media (max-width: 360px) {
  .form-card { padding: 25px 18px; }
  .snapshot-steps article { grid-template-columns: 34px 1fr; gap: 10px; }
}

/* Homepage primary and secondary composition — canonical reference-match system. */
.home-page main { background: var(--color-page); }
.home-page section[id] { scroll-margin-top: 92px; }

.home-page .phase3-hero {
  display: grid;
  min-height: min(960px, 100svh);
  padding: 0;
  isolation: isolate;
  background: #171511;
}

.home-page .phase3-hero::before { display: none; }

.homepage-hero-media,
.homepage-hero-media picture,
.homepage-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.homepage-hero-media { z-index: -2; margin: 0; }
.homepage-hero-media picture { display: block; }
.homepage-hero-media img { object-fit: cover; object-position: right center; }

@media (min-width: 1101px) {
  .homepage-hero-media img { left: auto; width: 92%; }
}
.homepage-hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 12, 10, .94) 0%, rgba(11, 12, 10, .82) 29%, rgba(11, 12, 10, .24) 59%, rgba(11, 12, 10, .08) 100%),
    linear-gradient(180deg, rgba(8, 9, 8, .26), transparent 32%, rgba(8, 9, 8, .18));
  content: "";
}

.homepage-hero-media figcaption {
  position: absolute;
  right: max(24px, calc((100vw - var(--container)) / 2));
  bottom: 20px;
  z-index: 2;
  max-width: 40ch;
  color: rgba(252, 251, 248, .64);
  font-size: 10px;
  letter-spacing: .03em;
  text-align: right;
}

.phase3-hero-layout {
  display: grid;
  min-height: inherit;
  align-items: center;
  grid-template-columns: minmax(0, 640px) 1fr;
  padding-block: 136px 92px;
}

.phase3-hero-copy { grid-column: 1; }
.home-page .phase3-hero h1 {
  max-width: 690px;
  margin: 0 0 28px;
  color: var(--color-text-reversed);
  font-size: clamp(58px, 5.6vw, 82px);
  line-height: .96;
}

.home-page .phase3-hero .hero-lede {
  max-width: 590px;
  color: rgba(252, 251, 248, .78);
  font-size: 18px;
  line-height: 1.68;
}

.home-page .phase3-hero .button-row { margin-top: 30px; }
.phase3-hero-note { margin: 17px 0 0; color: rgba(252, 251, 248, .62); font-size: 12px; line-height: 1.5; }

.homepage-value-strip {
  padding: 0;
  border-block: 1px solid rgba(169, 123, 39, .24);
  background: #fbfaf6;
}

.homepage-value-heading { padding-block: clamp(58px, 5.5vw, 82px) clamp(38px, 3.8vw, 54px); text-align: center; }
.homepage-value-heading .eyebrow { margin-bottom: 15px; }
.homepage-value-title-row { display: block; }
.homepage-value-heading h2 { max-width: none; margin: 0; font-size: clamp(42px, 4.2vw, 62px); line-height: 1; white-space: nowrap; }
.homepage-value-heading .homepage-value-title-row > p { max-width: 52ch; margin: 16px auto 0; color: var(--color-text-secondary); font-size: 15px; line-height: 1.55; }

.homepage-value-strip .phase3-problem-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-inline: 1px solid rgba(169, 123, 39, .18);
}

.homepage-value-strip article {
  position: relative;
  min-width: 0;
  padding: clamp(38px, 3.5vw, 54px) clamp(24px, 2.4vw, 36px) clamp(42px, 4vw, 60px);
}

.homepage-value-strip article + article { border-left: 1px solid rgba(169, 123, 39, .24); }
.homepage-value-strip article::before { display: block; width: 34px; height: 1px; margin-bottom: 26px; background: var(--color-gold); content: ""; }
.homepage-value-strip article > span { display: block; margin-bottom: 12px; color: var(--color-gold-hover); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.homepage-value-strip article h3 { margin: 0 0 13px; font-size: clamp(23px, 2vw, 29px); line-height: 1.08; }
.homepage-value-strip p { margin: 0; color: var(--color-text-secondary); font-size: 14px; line-height: 1.64; }

.homepage-eastland-showcase {
  overflow: hidden;
  background: #f4eee4;
}

.eastland-showcase-intro {
  display: block;
  padding-block: clamp(30px, 3.5vw, 50px);
  text-align: center;
}

.eastland-showcase-intro h2 { max-width: none; margin: 0; font-size: clamp(38px, 3.3vw, 52px); line-height: 1; white-space: nowrap; }
.eastland-showcase-intro > p { max-width: 52ch; margin: 14px auto 0; color: var(--color-text-secondary); font-size: 15px; line-height: 1.55; }

.eastland-portfolio-hero {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(215, 173, 91, .28);
  background: #17140f;
  color: var(--color-text-reversed);
}

.eastland-workspace { position: relative; z-index: 1; margin: 0; }
.homepage-eastland-picture { display: block; width: 100%; aspect-ratio: 2400 / 1244; margin-left: 0; }
.homepage-eastland-picture img { display: block; width: 100%; height: 100%; object-fit: cover; }

.eastland-project-links {
  position: absolute;
  z-index: 4;
  top: 33.33%;
  left: 4.73%;
  display: grid;
  width: 11.48%;
  margin: 0;
  grid-auto-rows: 44px;
}

.eastland-project-links a { display: block; min-width: 100%; min-height: 44px; border-radius: 2px; }
.eastland-project-links a:focus-visible { outline: 2px solid var(--color-champagne); outline-offset: 2px; background: rgba(20, 15, 9, .16); }

.motion-ready .eastland-workspace.reveal-item { transform: scale(.985); transition-duration: .85s; }
.motion-ready .eastland-workspace.reveal-item.is-visible { transform: scale(1); }

.eastland-portfolio-evidence {
  background:
    radial-gradient(circle at 11% 18%, rgba(255, 255, 255, .72), transparent 30%),
    linear-gradient(180deg, #f6f0e7, #eee4d6 68%, #f7f3ec);
}

.eastland-project-story { padding-block: clamp(72px, 6.5vw, 104px); }
.eastland-project-heading { display: block; padding-bottom: clamp(48px, 5vw, 72px); border-bottom: 1px solid rgba(112, 87, 44, .24); }
.eastland-project-heading h2 { max-width: none; margin: 16px 0 0; font-size: clamp(42px, 4.2vw, 64px); line-height: 1; text-wrap: balance; }
.eastland-project-heading > div:last-child { padding-top: 27px; }
.eastland-project-heading > div:last-child > p { max-width: 70ch; margin: 0; color: var(--color-text-secondary); font-size: 16px; line-height: 1.72; }

.eastland-story-timeline { position: relative; display: grid; padding: 0; margin: 58px 0 0; list-style: none; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.eastland-story-timeline::before { position: absolute; top: 6px; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, #a97b27, rgba(169, 123, 39, .2)); content: ""; }
.eastland-story-timeline li { position: relative; min-width: 0; padding: 38px clamp(24px, 2.6vw, 40px) 0 0; }
.eastland-story-timeline li::before { position: absolute; top: 0; left: 0; width: 13px; height: 13px; border: 3px solid #f3eadc; border-radius: 50%; background: #9b6819; box-shadow: 0 0 0 1px #9b6819; content: ""; }
.eastland-story-timeline span { color: #8a5d19; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.eastland-story-timeline h3 { margin: 12px 0 10px; font-family: var(--serif); font-size: clamp(27px, 2.3vw, 34px); font-weight: 500; }
.eastland-story-timeline p { max-width: 34ch; margin: 0; color: var(--color-text-secondary); font-size: 14px; line-height: 1.66; }
.home-page .phase3-problem,
.home-page .phase3-method,
.home-page .phase3-capabilities,
.home-page .phase3-owner,
.home-page .phase3-principles { background: #f8f5ee; }
.home-page .phase3-method,
.home-page .phase3-capabilities,
.home-page .phase3-owner { background: #fcfbf8; }
.home-page .phase3-method { border-bottom: 1px solid rgba(169, 123, 39, .2); background: #f5f1e8; }
.home-page .phase3-capabilities { background: #fcfbf8; }
.home-page .phase3-method,
.home-page .phase3-capabilities,
.home-page .phase3-owner,
.home-page .phase3-final-cta { padding-block: clamp(96px, 7.2vw, 112px); }
.home-page .phase3-method { padding-block: clamp(82px, 6vw, 88px); }
.home-page .phase3-capabilities { padding-block: 56px; }
.home-page .phase3-owner { padding-block: clamp(88px, 6.5vw, 96px); }

@supports (content-visibility: auto) {
  .home-page .phase3-method,
  .home-page .homepage-eastland-showcase,
  .home-page .phase3-capabilities,
  .home-page .phase3-owner,
  .home-page .phase3-final-cta {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}

.phase3-editorial,
.phase3-section-heading,
.phase3-editorial-header {
  position: relative;
}

.phase3-editorial-header,
.phase3-section-heading.phase3-editorial-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .7fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: end;
  padding-bottom: clamp(38px, 4vw, 58px);
  border-bottom: 1px solid var(--color-border);
}

.phase3-editorial-header::after { position: absolute; bottom: -1px; left: 0; width: 72px; height: 1px; background: var(--color-gold); content: ""; }
.phase3-editorial-header h2 { max-width: 15ch; margin: 0; font-size: clamp(42px, 4.3vw, 62px); line-height: 1; }
.phase3-editorial-header > p { max-width: 49ch; margin: 0; color: var(--color-text-secondary); font-size: 16px; line-height: 1.72; }

.phase3-method > .container {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.58fr);
  gap: clamp(44px, 5vw, 72px);
  align-items: stretch;
}
.phase3-method .phase3-editorial-header {
  display: block;
  padding: 0 clamp(34px, 3vw, 48px) 0 0;
  border-right: 1px solid var(--color-border);
  border-bottom: 0;
}
.phase3-method .phase3-editorial-header > div { padding-left: 0; }
.phase3-method .phase3-editorial-header::after {
  top: 34px;
  bottom: auto;
  left: -20px;
  width: 1px;
  height: 72px;
  background: var(--color-gold);
}
.phase3-method .phase3-editorial-header h2 { max-width: 12ch; font-size: clamp(38px, 3.5vw, 52px); }
.phase3-method .phase3-editorial-header > p { margin-top: 24px; font-size: 14px; line-height: 1.65; }
.phase3-method .phase3-editorial-header { align-self: center; }

.phase3-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  align-items: stretch;
  border: 1px solid rgba(169, 123, 39, .34);
  border-radius: 999px;
  background: #fcfbf8;
  box-shadow: 0 18px 42px rgba(36, 36, 33, .07);
  list-style: none;
}
.phase3-method-grid li { position: relative; min-width: 0; padding: clamp(25px, 2.4vw, 34px) clamp(28px, 2.8vw, 40px); }
.phase3-method-grid li + li::before { position: absolute; top: 50%; left: -12px; width: 24px; height: 24px; transform: translateY(-50%) rotate(45deg); border-top: 1px solid rgba(169, 123, 39, .48); border-right: 1px solid rgba(169, 123, 39, .48); background: #fcfbf8; content: ""; }
.phase3-method-grid span,
.phase3-process-sequence span { color: var(--color-gold-hover); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.phase3-method-grid h3 { margin: 13px 0 7px; font-family: var(--serif); font-size: clamp(28px, 2.4vw, 35px); font-weight: 500; }
.phase3-method-grid p { margin: 0; color: var(--color-text-secondary); font-size: 14px; line-height: 1.7; }
.phase3-method-sequence { grid-column: 1 / -1; margin-top: clamp(24px, 3vw, 38px); padding: clamp(28px, 3vw, 40px); border: 1px solid rgba(36, 36, 33, .15); background: #20231f; color: var(--color-text-reversed); scroll-margin-top: 92px; }
.phase3-method-sequence-heading { text-align: center; }
.phase3-method-sequence-heading h2 { max-width: none; margin: 8px 0 0; font-size: clamp(38px, 4vw, 56px); line-height: 1; white-space: nowrap; }
.phase3-method-sequence-subtitle { max-width: 54ch; margin: 14px auto 0; color: rgba(252, 251, 248, .7); font-size: 16px; line-height: 1.55; }
.phase3-process-sequence { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.8vw, 25px); padding: 0; margin: 30px 0 0; list-style: none; }
.phase3-process-sequence::before { position: absolute; top: 15px; right: 7%; left: 7%; height: 1px; background: linear-gradient(90deg, rgba(212, 179, 106, .36), var(--color-champagne), rgba(212, 179, 106, .36)); content: ""; }
.phase3-process-sequence li { position: relative; min-width: 0; padding: 39px 4px 0; }
.phase3-process-sequence li::before { position: absolute; z-index: 1; top: 10px; left: 4px; width: 11px; height: 11px; border: 3px solid #20231f; border-radius: 50%; background: var(--color-champagne); box-shadow: 0 0 0 1px var(--color-champagne); content: ""; }
.phase3-process-sequence h3 { margin: 0 0 7px; color: var(--color-text-reversed); font-family: var(--serif); font-size: clamp(18px, 1.55vw, 22px); font-weight: 500; line-height: 1.15; }
.phase3-process-sequence p { margin: 0; color: rgba(252, 251, 248, .64); font-size: 12px; line-height: 1.5; }
.phase3-process-substage { margin-top: 15px; padding: 11px 12px; border-left: 2px solid var(--color-champagne); background: rgba(252, 251, 248, .07); }
.phase3-process-sequence h4 { margin: 0 0 4px; color: var(--color-champagne); font-family: var(--sans); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

.phase3-capabilities > .container { display: block; }
.phase3-capabilities .phase3-editorial-header {
  display: block;
  padding: 0 0 28px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--color-border);
  text-align: center;
}
.phase3-capabilities .phase3-editorial-header > div { padding-left: 0; }
.phase3-capabilities .phase3-editorial-header::after { bottom: -1px; left: 50%; transform: translateX(-50%); }
.phase3-capabilities .phase3-editorial-header h2 { max-width: none; font-size: clamp(38px, 3.5vw, 52px); white-space: nowrap; }
.phase3-capability-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 0; }
.phase3-capability-band { display: grid; grid-template-rows: auto 1fr; min-width: 0; border: 1px solid var(--color-border); background: rgba(245, 241, 232, .34); }
.phase3-capability-band > h3 { padding: 18px 20px; margin: 0; border-bottom: 1px solid rgba(169, 123, 39, .24); background: rgba(169, 123, 39, .08); color: #71531f; font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .11em; line-height: 1.5; text-transform: uppercase; }
.phase3-capability-band > div { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); }
.phase3-capability-card { min-width: 0; padding: clamp(18px, 1.8vw, 24px); padding-inline: 18px; }
.phase3-capability-card + .phase3-capability-card { border-top: 1px solid var(--color-border); }
.phase3-capability-card > span { color: var(--color-gold-hover); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.phase3-capability-card h4 { margin: 10px 0 7px; font-family: var(--serif); font-size: clamp(19px, 1.45vw, 23px); font-weight: 500; line-height: 1.12; }
.phase3-capability-card p { margin: 0; color: var(--color-text-secondary); font-size: 12px; line-height: 1.5; }
.phase3-capability-card small { display: block; margin-top: 13px; color: #71531f; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.capability-flow { display: flex; min-height: 44px; margin-top: 14px; align-items: center; flex-wrap: nowrap; gap: 1px; }
.capability-flow b { padding: 4px 2px; border: 1px solid rgba(169, 123, 39, .27); background: rgba(255, 255, 255, .72); font-size: 7px; letter-spacing: 0; white-space: nowrap; }
.capability-flow i { flex: 0 0 auto; color: var(--color-gold-hover); font-size: 9px; font-style: normal; }

.phase3-owner-layout { display: grid; grid-template-columns: minmax(380px, .84fr) minmax(0, 1.16fr); gap: clamp(54px, 7vw, 96px); align-items: center; }
.phase3-owner figure { margin: 0; }
.phase3-founder-portrait { position: relative; width: 100%; }
.phase3-founder-portrait::before { position: absolute; top: -12px; left: -12px; width: 72px; height: 72px; border-top: 1px solid var(--color-gold); border-left: 1px solid var(--color-gold); content: ""; }
.phase3-founder-portrait-frame { position: relative; aspect-ratio: 4 / 5; padding: 8px; border: 1px solid var(--color-border); background: var(--color-page); box-shadow: 0 26px 64px rgba(36, 36, 33, .11); }
.phase3-founder-portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.phase3-founder-portrait figcaption { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; padding: 14px 2px 0; align-items: baseline; }
.phase3-founder-portrait figcaption strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.phase3-founder-portrait figcaption span { color: var(--color-text-secondary); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.executive-scene__frame { padding: 10px; border: 1px solid var(--color-border); background: var(--color-page); box-shadow: var(--shadow); }
.executive-scene__media,
.executive-scene__media picture { display: block; }
.executive-scene__image { width: 100%; height: auto; }
.executive-scene__caption { padding: 12px 4px 0; color: var(--color-text-secondary); font-size: 10px; text-transform: uppercase; }
.phase3-owner h2 { max-width: none; font-size: clamp(37px, 3.2vw, 47px); }
.phase3-owner h2 span { display: block; white-space: nowrap; }
.phase3-owner-lede { color: var(--color-text-secondary); font-size: 17px; }
.phase3-owner-principles { padding: 7px 0 0; margin: 26px 0 0; border-top: 1px solid var(--color-border); list-style: none; }
.phase3-owner-principles li { display: grid; grid-template-columns: 34px minmax(155px, .72fr) minmax(0, 1fr); gap: 14px; min-width: 0; padding: 13px 0; align-items: baseline; border-bottom: 1px solid var(--color-border); }
.phase3-owner-principles span { color: var(--color-gold-hover); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.phase3-owner-principles strong { font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.3; }
.phase3-owner-principles p { margin: 0; color: var(--color-text-secondary); font-size: 12px; line-height: 1.5; }

.phase3-principles ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; margin: 48px 0 0; border-block: 1px solid var(--color-border); list-style: none; }
.phase3-principles li { padding: 32px 25px; }
.phase3-principles li + li { border-left: 1px solid var(--color-border); }
.phase3-principles li span { display: block; margin-bottom: 24px; color: var(--color-gold-hover); font-size: 10px; }
.phase3-principles li strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }

.phase3-final-cta { overflow: hidden; background: #171915; color: var(--color-text-reversed); }
.phase3-cta-layout { display: grid; grid-template-columns: 1.15fr .75fr; gap: clamp(54px, 8vw, 108px); }
.home-page .phase3-final-cta { padding-block: clamp(68px, 5.5vw, 82px); }
.phase3-final-cta h2 { font-size: clamp(48px, 5.4vw, 72px); }
.phase3-final-cta p { color: rgba(252, 251, 248, .7); }
.phase3-cta-layout > div:last-child { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; }
.phase3-cta-layout .phase3-cta-assurance { max-width: 40ch; margin: 0 0 8px; font-size: 11px; }

.phase3-footer { padding: 74px 0 28px; background: #10110f; color: var(--color-text-reversed); }
.phase3-footer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.brand-lockup-light { color: var(--color-text-reversed); }
.footer-brand p { max-width: 42ch; margin-top: 20px; color: rgba(252, 251, 248, .62); }
.phase3-footer h2 { font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.phase3-footer nav { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.phase3-footer nav a { color: rgba(252, 251, 248, .72); font-size: 12px; transition: color .2s ease; }
.phase3-footer nav a:hover,
.phase3-footer nav a:focus-visible { color: var(--color-champagne); }
.phase3-footer address { display: flex; margin-top: 28px; flex-direction: column; color: rgba(252, 251, 248, .64); font-size: 12px; font-style: normal; }
.footer-bottom { display: flex; margin-top: 54px; padding-top: 22px; justify-content: space-between; border-top: 1px solid rgba(252, 251, 248, .14); color: rgba(252, 251, 248, .5); font-size: 10px; }

.motion-ready .reveal-item { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease) var(--reveal-delay, 0ms), transform .7s var(--ease) var(--reveal-delay, 0ms); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: none; }

@media (min-width: 1101px) {
  .homepage-hero-media::after {
    background:
      linear-gradient(90deg, rgba(11, 12, 10, .94) 0%, rgba(11, 12, 10, .82) 29%, rgba(11, 12, 10, .3) 47%, rgba(11, 12, 10, .08) 59%, transparent 72%),
      linear-gradient(180deg, rgba(8, 9, 8, .26), transparent 32%, rgba(8, 9, 8, .18));
  }
}

@media (max-width: 1100px) {
  .home-page .phase3-hero { min-height: min(1000px, 100svh); }
  .homepage-hero-media img { top: 430px; height: calc(100% - 430px); object-position: center bottom; }
  .homepage-hero-media::after { background: linear-gradient(180deg, rgba(10, 11, 9, .98) 0%, rgba(10, 11, 9, .94) 43%, rgba(10, 11, 9, .48) 60%, rgba(10, 11, 9, .12) 78%, rgba(10, 11, 9, .18)); }
  .phase3-hero-layout { display: block; padding-block: 120px 410px; }
  .phase3-hero-copy { max-width: 600px; }
  .home-page .phase3-hero h1 { font-size: clamp(54px, 6.5vw, 70px); }
  .home-page .phase3-hero .hero-lede { max-width: 520px; }
  .homepage-eastland-picture { aspect-ratio: 1600 / 957; }
  .eastland-project-links { left: 5.45%; width: max(13.25%, 180px); }
}

@media (max-width: 960px) {
  .home-page.menu-open .site-header { backdrop-filter: none; }
  .home-page .primary-nav.is-open { min-height: calc(100dvh - 72px); }
  .homepage-value-strip .phase3-problem-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homepage-value-strip article:nth-child(3) { border-left: 0; }
  .homepage-value-strip article:nth-child(n+3) { border-top: 1px solid rgba(169, 123, 39, .24); }
  .phase3-editorial-header,
  .phase3-section-heading.phase3-editorial-header,
  .phase3-owner-layout,
  .phase3-cta-layout { grid-template-columns: 1fr; }
  .phase3-method > .container,
  .phase3-capabilities > .container { grid-template-columns: 1fr; }
  .phase3-method .phase3-editorial-header { padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--color-border); }
  .phase3-method .phase3-editorial-header > div { padding-left: 0; }
  .phase3-method .phase3-editorial-header::after { top: auto; bottom: -1px; left: 0; width: 72px; height: 1px; }
  .phase3-method .phase3-editorial-header > p { max-width: 58ch; }
  .phase3-method-grid { max-width: 760px; }
  .phase3-capability-groups { grid-template-columns: 1fr; }
  .phase3-method-sequence { padding: 30px clamp(24px, 5vw, 38px); }
  .phase3-process-sequence { display: block; margin-top: 26px; }
  .phase3-process-sequence::before { top: 5px; right: auto; bottom: 5px; left: 7px; width: 1px; height: auto; background: linear-gradient(180deg, rgba(212, 179, 106, .36), var(--color-champagne), rgba(212, 179, 106, .36)); }
  .phase3-process-sequence li { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 1fr); gap: 5px 26px; min-height: 90px; padding: 3px 0 24px 38px; }
  .phase3-process-sequence li::before { top: 5px; left: 2px; }
  .phase3-process-sequence li > span { position: absolute; top: 5px; left: 20px; transform: translateX(-100%); }
  .phase3-process-sequence h3 { grid-column: 1; }
  .phase3-process-sequence li > p { grid-column: 1; }
  .phase3-process-substage { grid-column: 2; grid-row: 1 / span 2; margin-top: 0; align-self: start; }
  .phase3-owner-layout { grid-template-columns: minmax(220px, .58fr) minmax(0, 1.42fr); gap: clamp(34px, 5vw, 54px); align-items: start; }
  .phase3-owner figure { width: 100%; max-width: 320px; }
  .phase3-founder-portrait-frame { aspect-ratio: 4 / 5; }
  .eastland-project-heading > div:last-child { padding-top: 0; }
  .eastland-story-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 30px; }
  .eastland-story-timeline::before { display: none; }
  .eastland-story-timeline li { padding-top: 30px; border-top: 1px solid rgba(112, 87, 44, .24); }
  .eastland-story-timeline li::before { top: -7px; }
}

@media (max-width: 680px) {
  .home-page .phase3-method,
  .home-page .phase3-capabilities,
  .home-page .phase3-owner,
  .home-page .phase3-final-cta { padding-block: clamp(56px, 16vw, 68px); }
  .home-page .phase3-method,
  .home-page .phase3-capabilities,
  .home-page .phase3-owner,
  .home-page .phase3-final-cta { padding-block: 48px; }
  .home-page .phase3-hero { min-height: 1020px; }
  .homepage-hero-media img { top: 600px; height: calc(100% - 600px); object-position: center center; }
  .homepage-hero-media::after { background: linear-gradient(180deg, rgba(10, 11, 9, .95) 0%, rgba(10, 11, 9, .84) 46%, rgba(10, 11, 9, .18) 70%, rgba(10, 11, 9, .2)); }
  .homepage-hero-media figcaption { right: 18px; bottom: 12px; left: 18px; max-width: none; font-size: 9px; text-align: left; }
  .phase3-hero-layout { padding-block: 100px 420px; }
  .home-page .phase3-hero h1 { margin-bottom: 20px; font-size: clamp(36px, 11.5vw, 49px); }
  .home-page .phase3-hero .hero-lede { font-size: 15px; line-height: 1.5; }
  .home-page .phase3-hero .button-row { margin-top: 22px; gap: 10px; }
  .home-page .phase3-hero .button { width: 100%; }
  .phase3-hero-note { margin-top: 12px; font-size: 10px; }
  .homepage-value-strip .phase3-problem-list { grid-template-columns: 1fr; border-inline: 0; }
  .homepage-value-strip article + article { border-top: 1px solid rgba(169, 123, 39, .24); border-left: 0; }
  .homepage-value-strip article { padding-inline: 2px; }
  .homepage-value-heading { padding-block: 44px 32px; }
  .homepage-value-heading h2 { font-size: 27px; white-space: nowrap; }
  .eastland-showcase-intro { padding-block: 28px; }
  .eastland-showcase-intro h2 { font-size: 27px; }
  .homepage-value-title-row > p,
  .eastland-showcase-intro > p { font-size: 13px; }
  .eastland-portfolio-hero { padding-block: 12px; }
  .eastland-project-links { left: 7.18%; width: max(17.45%, 150px); }
  .eastland-project-story { padding-block: 52px; }
  .eastland-project-heading { padding-bottom: 36px; }
  .eastland-project-heading h2 { font-size: clamp(36px, 10vw, 44px); }
  .eastland-project-heading > div:last-child > p { font-size: 15px; }
  .eastland-story-timeline { display: block; margin-top: 40px; }
  .eastland-story-timeline::before { top: 5px; bottom: 6px; left: 6px; display: block; width: 1px; height: auto; background: linear-gradient(180deg, #a97b27, rgba(169, 123, 39, .2)); }
  .eastland-story-timeline li { padding: 0 0 34px 34px; border-top: 0; }
  .eastland-story-timeline li::before { top: 1px; left: 0; }
  .eastland-story-timeline li:last-child { padding-bottom: 0; }
  .eastland-story-timeline h3 { margin-top: 8px; }
  .phase3-method > .container,
  .phase3-capabilities > .container { gap: 28px; }
  .phase3-method .phase3-editorial-header { padding-bottom: 24px; }
  .phase3-method .phase3-editorial-header h2 { font-size: clamp(34px, 10vw, 42px); }
  .phase3-method .phase3-editorial-header > p { margin-top: 18px; }
  .phase3-capabilities .phase3-editorial-header { padding-bottom: 22px; margin-bottom: 24px; }
  .phase3-capabilities .phase3-editorial-header h2 { font-size: 28px; }
  .phase3-method-grid { grid-template-columns: 1fr; margin-top: 0; border-radius: 22px; }
  .phase3-method-grid li { padding: 18px 22px 18px 54px; }
  .phase3-method-grid li + li::before { top: -8px; left: 26px; width: 16px; height: 16px; transform: rotate(135deg); }
  .phase3-method-grid li + li { border-top: 1px solid rgba(169, 123, 39, .25); }
  .phase3-method-grid h3 { margin-top: 5px; }
  .phase3-method-grid span { position: absolute; top: 25px; left: 21px; }
  .phase3-method-sequence { padding: 25px 20px; }
  .phase3-method-sequence-heading h2 { font-size: 34px; }
  .phase3-method-sequence-subtitle { max-width: 32ch; margin-top: 11px; font-size: 14px; }
  .phase3-process-sequence li { display: block; min-height: 0; padding: 0 0 26px 34px; }
  .phase3-process-sequence li > span { top: 2px; left: 17px; }
  .phase3-process-sequence li::before { top: 3px; left: 2px; }
  .phase3-process-sequence h3 { margin: 0 0 5px; }
  .phase3-process-substage { margin-top: 12px; }
  .phase3-capability-band > h3 { padding: 11px 15px; border-right: 0; border-bottom: 1px solid rgba(169, 123, 39, .24); }
  .phase3-capability-card { padding: 12px 16px; }
  .capability-flow { min-height: 36px; margin-top: 8px; flex-wrap: wrap; gap: 5px; }
  .capability-flow b { padding: 6px 8px; font-size: 9px; letter-spacing: .02em; }
  .capability-flow i { font-size: 12px; }
  .phase3-capability-card small { margin-top: 8px; }
  .phase3-owner-layout { grid-template-columns: 1fr; gap: 26px; }
  .phase3-owner figure { width: min(62vw, 230px); }
  .phase3-owner h2 { font-size: 31px; }
  .phase3-founder-portrait-frame { padding: 6px; }
  .phase3-founder-portrait figcaption { grid-template-columns: 1fr; gap: 2px; padding-top: 11px; }
  .phase3-owner-principles li { grid-template-columns: 28px 1fr; gap: 10px; padding: 11px 0; }
  .phase3-owner-principles p { grid-column: 2; }
  .phase3-final-cta h2 { font-size: clamp(40px, 11vw, 50px); }
  .phase3-principles ol { grid-template-columns: 1fr; }
  .phase3-principles li + li { border-top: 1px solid var(--color-border); border-left: 0; }
  .phase3-footer-layout { grid-template-columns: 1fr; gap: 46px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (max-width: 360px) {
  .home-page .phase3-hero { min-height: 900px; }
  .homepage-hero-media img { top: 586px; height: calc(100% - 586px); }
  .phase3-hero-layout { padding-block: 90px 370px; }
  .home-page .phase3-hero h1 { font-size: 36px; }
  .homepage-value-heading h2,
  .eastland-showcase-intro h2 { font-size: 22px; }
  .phase3-capabilities .phase3-editorial-header h2 { font-size: 24px; }
  .phase3-owner h2 { font-size: 28px; }
  .capability-flow { gap: 4px; }
  .capability-flow b { padding-inline: 6px; }
}

/* Homepage responsive viewport calibration. */
@media (min-width: 1600px) {
  .home-page { --container: 1440px; }
  .home-page .nav-shell { width: min(1440px, calc(100% - 80px)); }
  .phase3-hero-layout { grid-template-columns: minmax(0, 720px) 1fr; }
  .home-page .phase3-hero h1 { max-width: 760px; font-size: 88px; }
  .home-page .phase3-hero .hero-lede { max-width: 680px; font-size: 19px; }
  .homepage-value-strip p { font-size: 15px; }
  .phase3-method > .container,
  .phase3-capabilities > .container { grid-template-columns: minmax(340px, .68fr) minmax(0, 1.82fr); gap: 72px; }
  .phase3-capability-card { padding: 22px; }
  .phase3-capability-card h4 { font-size: 24px; }
  .phase3-owner-layout { grid-template-columns: minmax(430px, .78fr) minmax(0, 1.22fr); }
  .phase3-founder-portrait { max-width: 520px; }
}

@media (min-width: 961px) and (max-width: 1599px) {
  .phase3-capability-groups { width: 100%; }
  .phase3-capability-card { padding: 22px; }
  .phase3-capability-card h4 { font-size: 24px; }
}

@media (min-width: 961px) and (max-width: 1199px) {
  .phase3-method > .container { grid-template-columns: 1fr; gap: 30px; }
  .phase3-method .phase3-editorial-header {
    padding: 0 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }
  .phase3-method .phase3-editorial-header::after {
    top: auto;
    bottom: -1px;
    left: 0;
    width: 72px;
    height: 1px;
  }
  .phase3-method .phase3-editorial-header h2 { max-width: 15ch; }
  .phase3-method-grid { width: 100%; max-width: none; }
}

@media (min-width: 1101px) and (max-height: 820px) {
  .home-page .phase3-hero { min-height: 100svh; }
  .phase3-hero-layout { padding-block: 108px 46px; }
  .home-page .phase3-hero h1 { max-width: 600px; margin-bottom: 20px; font-size: 64px; }
  .home-page .phase3-hero .hero-lede { max-width: 580px; font-size: 16px; line-height: 1.55; }
  .home-page .phase3-hero .button-row { margin-top: 22px; }
  .home-page .phase3-hero .button { min-height: 50px; }
  .phase3-hero-note { margin-top: 12px; font-size: 10px; }
  .homepage-hero-media figcaption { bottom: 10px; }
}

@media (min-width: 961px) and (max-width: 1100px) and (orientation: landscape) {
  .home-page .phase3-hero { min-height: max(720px, 100svh); }
  .homepage-hero-media img { top: 0; height: 100%; object-position: right center; }
  .homepage-hero-media::after {
    background:
      linear-gradient(90deg, rgba(11, 12, 10, .96) 0%, rgba(11, 12, 10, .84) 42%, rgba(11, 12, 10, .42) 62%, rgba(11, 12, 10, .08) 100%),
      linear-gradient(180deg, rgba(8, 9, 8, .22), transparent 38%, rgba(8, 9, 8, .18));
  }
  .phase3-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 570px) 1fr;
    min-height: inherit;
    padding-block: 112px 48px;
  }
  .phase3-hero-copy { max-width: 570px; }
  .home-page .phase3-hero h1 { max-width: 540px; margin-bottom: 20px; font-size: 54px; }
  .home-page .phase3-hero .hero-lede { max-width: 510px; font-size: 16px; line-height: 1.55; }
  .home-page .phase3-hero .button-row { margin-top: 22px; }
  .phase3-hero-note { margin-top: 12px; font-size: 10px; }
}

@media (min-width: 2201px) {
  .eastland-workspace { max-width: 2200px; margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal-item { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
