:root {
  --forest-1000: #02271e;
  --forest-950: #032d23;
  --forest-900: #07382c;
  --forest-800: #0d4538;
  --cream-50: #fbf8f1;
  --cream-100: #f3ecdf;
  --cream-200: #e7dcc9;
  --ink: #102b23;
  --muted: #4d615a;
  --gold: #cea653;
  --gold-dark: #8e651c;
  --line-dark: rgba(16,43,35,.18);
  --line-light: rgba(255,255,255,.15);
  --danger: #9c2f32;
  --serif: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, "Segoe UI", system-ui, sans-serif;
  --type-display: clamp(48px, 4.8vw, 72px);
  --type-page: clamp(44px, 4.3vw, 64px);
  --type-section: clamp(36px, 3.4vw, 52px);
  --type-subheading: clamp(24px, 2.1vw, 28px);
  --type-body: 18px;
  --type-supporting: 16px;
  --type-interface: 16px;
  --shell: min(1240px, calc(100vw - 80px));
  --narrow: min(900px, calc(100vw - 80px));
  --s1: 8px;
  --s2: 16px;
  --s3: 24px;
  --s4: 36px;
  --s5: 56px;
  --s6: 80px;
  --s7: 112px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream-50); color: var(--ink); font: var(--type-body)/1.58 var(--sans); text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 1000; left: 18px; top: -80px; padding: 13px 18px; background: var(--gold); color: var(--forest-1000); font-weight: 800; }
.skip-link:focus { top: 18px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.narrow { width: var(--narrow); margin-inline: auto; }
.section { padding: var(--s7) 0; }
.section.deep { background: var(--forest-1000); color: var(--cream-50); }
.section.gold-wash { background: var(--cream-200); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; background: rgba(2,39,30,.97); color: white; border-bottom: 1px solid transparent; transition: border-color .25s ease, background .25s ease; }
.site-header.is-scrolled { border-bottom-color: var(--line-light); background: rgba(2,39,30,.992); }
.header-inner { width: var(--shell); min-height: 148px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }
.brand { min-height: 44px; display: inline-grid; width: max-content; align-content: center; text-decoration: none; line-height: 1; }
.brand-logo { position: relative; display: block; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-logo-header { width: 190px; aspect-ratio: 1113 / 804; }
.site-nav { display: flex; justify-content: center; gap: 30px; }
.site-nav a { position: relative; padding: 12px 0; color: #dbe3df; font-size: var(--type-interface); font-weight: 700; text-decoration: none; }
.site-nav a::after { position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--gold); content: ""; transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.header-cta, .button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--gold); background: var(--gold); color: var(--forest-1000); font-size: var(--type-interface); font-weight: 800; text-decoration: none; cursor: pointer; }
.header-cta { white-space: nowrap; }
.button:hover, .header-cta:hover { background: #dfbb70; border-color: #dfbb70; }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid var(--line-light); background: transparent; color: white; cursor: pointer; }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 21px; height: 2px; margin: auto; background: currentColor; content: ""; }
.menu-lines { position: relative; }
.menu-lines::before { position: absolute; top: -7px; }
.menu-lines::after { position: absolute; top: 7px; }

.hero { position: relative; overflow: hidden; padding: 224px 0 104px; background: var(--forest-1000); color: var(--cream-50); }
.hero::before { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 80% 25%, rgba(206,166,83,.11), transparent 29%), linear-gradient(110deg, transparent 0 55%, rgba(255,255,255,.025) 55% 55.12%, transparent 55.12%); content: ""; }
.hero h1, .section h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: 1.02; }
.hero h1 { max-width: 880px; font-size: var(--type-page); }
.section h2 { font-size: var(--type-section); }
.section h3 { margin: 0; font: 400 var(--type-subheading)/1.16 var(--serif); letter-spacing: -.025em; }
.section h2 + p { margin-top: var(--s3); }
p { margin: 0; }
.kicker { margin-bottom: var(--s2); color: var(--gold); font-size: var(--type-supporting); font-weight: 800; letter-spacing: .015em; }
.hero-lede { max-width: 700px; margin-top: var(--s3); color: #d6e0db; font-size: var(--type-body); line-height: 1.55; }
.hero-secondary { max-width: 700px; margin-top: var(--s2); color: #d6e0db; font-size: var(--type-body); line-height: 1.55; }
.hero-control { margin-top: 22px; color: #eef3f0; font-weight: 750; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 18px 22px; align-items: center; }
.hero-actions span { color: #c9d4cf; font-weight: 700; }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.standalone-link { display: inline-block; margin-top: var(--s5); color: var(--gold-dark); }

.home-hero { min-height: 930px; display: flex; align-items: center; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(500px, .98fr); gap: 72px; align-items: center; }
.home-hero h1 { font-size: var(--type-display); }
.connection-map { position: relative; width: min(100%, 640px); min-height: 640px; margin-inline: auto; isolation: isolate; }
.connection-map::before { position: absolute; z-index: -2; inset: 4%; border-radius: 50%; background: radial-gradient(circle, rgba(206,166,83,.12) 0 14%, transparent 31%), repeating-radial-gradient(circle, rgba(206,166,83,.08) 0 1px, transparent 1px 36px); content: ""; }
.connection-lines { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; stroke: rgba(206,166,83,.42); stroke-width: 1.5; }
.connection-lines path:not(.flow-line) { stroke-width: 2; filter: drop-shadow(0 0 7px rgba(206,166,83,.38)); }
.connection-lines .flow-line { stroke: rgba(222,187,111,.8); stroke-width: 2; stroke-dasharray: 3 16; animation: connection-flow 14s linear infinite; }
@keyframes connection-flow { to { stroke-dashoffset: -190; } }
.connection-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 188px; height: 188px; transform: translate(-50%,-50%); display: grid; place-content: center; justify-items: center; border: 1px solid var(--gold); border-radius: 50%; background: radial-gradient(circle at 46% 35%, var(--forest-800), var(--forest-1000) 72%); box-shadow: 0 0 0 18px rgba(206,166,83,.06), 0 0 46px rgba(206,166,83,.14); }
.connection-mark { width: 108px; height: 80px; overflow: hidden; display: block; }
.connection-mark img { width: 188%; max-width: none; transform: translate(-23.5%, -2%); }
.connection-core strong { margin-top: 4px; color: var(--cream-50); font: 600 20px/1.1 var(--serif); }
.connection-node { position: absolute; z-index: 3; width: 166px; min-height: 74px; padding: 14px 18px; display: grid; place-items: center; border: 1px solid rgba(206,166,83,.82); border-radius: 20px; background: rgba(3,45,35,.96); color: #f1f3ed; box-shadow: 0 12px 30px rgba(0,0,0,.18), 0 0 14px rgba(206,166,83,.08); font-size: var(--type-supporting); font-weight: 800; line-height: 1.25; text-align: center; }
.connection-node::after { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #ebc66e; box-shadow: 0 0 0 5px rgba(206,166,83,.11), 0 0 14px var(--gold); content: ""; }
.connection-node-one { left: 50%; top: 3px; transform: translateX(-50%); }
.connection-node-one::after { left: 50%; bottom: -22px; }
.connection-node-two { right: 7px; top: 100px; }
.connection-node-two::after { left: -20px; bottom: 3px; }
.connection-node-three { right: -4px; bottom: 106px; }
.connection-node-three::after { left: -20px; top: 13px; }
.connection-node-four { left: 50%; bottom: 2px; transform: translateX(-50%); }
.connection-node-four::after { left: 50%; top: -22px; }
.connection-node-five { left: 7px; bottom: 98px; }
.connection-node-five::after { right: -20px; top: 13px; }
.connection-node-six { left: 0; top: 112px; }
.connection-node-six::after { right: -20px; bottom: 3px; }
.hub-control { position: absolute; left: 0; right: 0; bottom: 5px; text-align: center; color: var(--cream-200); font-size: var(--type-supporting); font-weight: 800; }
.hero-connection-map { margin-bottom: 42px; }
.hero-connection-map .hub-control { bottom: -42px; }

.section-heading { margin-bottom: var(--s5); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: 90px; align-items: end; }
.split-heading > p { max-width: 62ch; color: var(--muted); }
.split-heading > div:last-child:not(:first-child) { display: grid; gap: var(--s2); color: var(--muted); }
.centred-heading { max-width: 930px; margin-inline: auto; text-align: center; }
.centred-heading > p:not(.kicker) { max-width: 760px; margin: 20px auto 0; color: var(--muted); }
.centred-heading .broad-statement { margin-top: var(--s3) !important; color: var(--ink) !important; font: 400 var(--type-subheading)/1.35 var(--serif); }

.tom-section { background: var(--cream-200); }
.tom-grid { display: grid; grid-template-columns: minmax(350px, .88fr) minmax(0, 1.12fr); gap: 64px; align-items: stretch; }
.tom-call { padding: 42px; background: var(--forest-950); color: var(--cream-50); box-shadow: 0 30px 70px rgba(3,29,22,.15); }
.record-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line-light); color: var(--gold); font-size: var(--type-supporting); }
.tom-call blockquote { margin: 36px 0; font: 400 clamp(29px, 2.7vw, 42px)/1.12 var(--serif); letter-spacing: -.02em; }
.record-details { margin: 0; display: grid; }
.record-details div { display: grid; grid-template-columns: 145px 1fr; gap: 22px; padding: 13px 0; border-top: 1px solid var(--line-light); }
.record-details dt { color: #bdcbc4; }
.record-details dd { margin: 0; font-weight: 800; }
.relationship-path { position: relative; display: grid; gap: 0; }
.relationship-path::before { position: absolute; left: 17px; top: 20px; bottom: 20px; width: 1px; background: var(--gold); content: ""; }
.relationship-path article { position: relative; padding: 12px 0 38px 68px; }
.relationship-path article::before { position: absolute; left: 8px; top: 18px; width: 19px; height: 19px; border: 5px solid var(--cream-200); border-radius: 50%; background: var(--gold-dark); content: ""; }
.relationship-path span { color: var(--gold-dark); font-weight: 800; }
.relationship-path h3 { margin-top: 8px; }
.relationship-path p { margin-top: 13px; color: var(--muted); }
.relationship-path p + p { margin-top: 12px; }
.tom-principle { margin-top: var(--s5); padding: var(--s4) clamp(24px,5vw,64px); border-block: 1px solid var(--line-dark); color: var(--forest-900); font: 600 clamp(28px,2.8vw,42px)/1.18 var(--serif); text-align: center; }
.tom-scale { margin-top: var(--s6); display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.tom-scale > p { font: 400 clamp(34px, 3.5vw, 52px)/1.05 var(--serif); }
.tom-scale blockquote { margin: 0; padding-left: 30px; border-left: 3px solid var(--gold-dark); font: 400 var(--type-subheading)/1.45 var(--serif); }

.sarah-section { background: var(--forest-900); color: var(--cream-50); }
.sarah-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.sarah-copy > p:not(.kicker) { margin-top: 22px; color: #cfdbd5; }
.locked-line { padding-top: 22px; border-top: 1px solid var(--line-light); color: white !important; font-weight: 750; }
.execution-example { padding: 34px; border: 1px solid rgba(206,166,83,.48); background: var(--forest-1000); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.question, .answer { padding: 22px 24px; }
.question { width: 82%; margin-left: auto; background: var(--cream-50); color: var(--ink); }
.answer { width: 92%; margin-top: 18px; background: var(--forest-800); }
.question span, .answer span { display: block; margin-bottom: 7px; color: var(--gold); font-size: var(--type-supporting); font-weight: 800; }
.question strong { font: 400 var(--type-subheading)/1.28 var(--serif); }
.answer p { color: #edf3ef; }
.outcomes { margin-top: 28px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line-light); }
.outcomes div { min-height: 130px; padding: 20px; display: grid; align-content: center; }
.outcomes div + div { border-left: 1px solid var(--line-light); }
.outcomes strong { color: var(--gold); font: 400 var(--type-section)/1 var(--serif); }
.outcomes span { margin-top: 10px; color: #d1ddd7; }

.breadth-section { background: var(--cream-50); }
.breadth-lines { border-top: 1px solid var(--line-dark); }
.breadth-lines article { display: grid; grid-template-columns: 70px minmax(280px,.8fr) 1.2fr; gap: 35px; padding: 30px 0; border-bottom: 1px solid var(--line-dark); }
.breadth-lines article > span { color: var(--gold-dark); font-weight: 800; }
.breadth-lines article > div { grid-column: 2 / 4; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.breadth-lines p { color: var(--muted); }
.journey-preview { margin-top: var(--s6); padding: 32px; background: var(--forest-950); color: white; }
.journey-preview > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.journey-preview span { font-weight: 800; }
.journey-preview i { width: 34px; height: 1px; flex: 1; background: var(--gold); }
.journey-preview p { margin-top: 24px; color: #cbd7d1; }

.discovery-close { background: var(--cream-100); text-align: center; }
.discovery-panel { width: var(--narrow); margin: 0 auto; }
.discovery-panel > p:not(.kicker) { max-width: 66ch; margin: var(--s3) auto 0; color: var(--muted); }
.discovery-panel > strong { display: block; margin-top: var(--s3); font-size: var(--type-body); }
.discovery-panel .button { margin-top: 32px; }

.page-hero { min-height: 650px; display: flex; align-items: center; }
.page-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: center; }
.page-hero-single { grid-template-columns: minmax(0, 900px); }
.page-hero h1 { max-width: 860px; }
.page-statement { padding: 34px 0 34px 36px; border-left: 2px solid var(--gold); }
.page-statement strong { display: block; font: 400 var(--type-subheading)/1.25 var(--serif); }
.page-statement p { margin-top: 18px; color: #c9d5cf; }

.situation-grid { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line-dark); }
.situation-grid article { padding: 34px; }
.situation-grid article + article { border-left: 1px solid var(--line-dark); }
.situation-grid span, .paired-examples > article > span { color: var(--gold-dark); font-size: var(--type-supporting); font-weight: 800; }
.situation-grid h3 { margin-top: 20px; }
.situation-grid p { margin-top: 15px; color: var(--muted); }
.statement-line { margin: var(--s5) 0 0; padding-left: 30px; border-left: 3px solid var(--gold-dark); font: 400 var(--type-subheading)/1.3 var(--serif); }
.operations-layout, .content-layout, .capacity-layout, .management-value, .foundation-layout, .control-editorial, .interaction-layout, .crm-layout, .control-layout, .contact-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.operations-layout > div:first-child > p:not(.kicker), .content-layout > div:first-child > p:not(.kicker), .capacity-layout > div:first-child > p:not(.kicker), .foundation-layout > div:first-child > p:not(.kicker), .control-editorial p, .control-layout p, .contact-layout > div:first-child > p:not(.kicker) { margin-top: 22px; }
.operations-ledger { border-block: 1px solid var(--line-light); }
.operations-ledger div { padding: 25px 0; display: grid; grid-template-columns: 150px 1fr; gap: 24px; border-bottom: 1px solid var(--line-light); }
.operations-ledger div:last-child { border-bottom: 0; }
.operations-ledger span { color: var(--gold); font-weight: 800; }
.content-section { background: var(--cream-200); }
.content-flow { display: grid; }
.content-flow span, .content-flow strong { position: relative; padding: 18px 20px 18px 48px; border-bottom: 1px solid var(--line-dark); }
.content-flow span::before, .content-flow strong::before { position: absolute; left: 12px; color: var(--gold-dark); content: "→"; }
.content-flow strong { margin-top: 12px; border: 0; background: var(--forest-950); color: white; }
.content-flow strong::before { color: var(--gold); }
.paired-examples { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.paired-examples article { padding: 36px; background: var(--cream-50); border-top: 3px solid var(--forest-900); }
.paired-examples h3 { margin-top: 18px; }
.paired-examples p { margin-top: 16px; color: var(--muted); }
.paired-examples strong { display: block; margin-top: 24px; color: var(--forest-800); }
.question-list { margin: 28px 0 0; padding: 0; list-style: none; }
.interaction-layout > div:first-child > p + p { margin-top: var(--s2); }
.question-list li { padding: 12px 0; border-bottom: 1px solid var(--line-dark); font-weight: 700; }
.conversation-device { overflow: hidden; padding: 12px; border: 1px solid var(--gold); border-radius: 30px; background: var(--forest-1000); color: white; box-shadow: 0 28px 70px rgba(3,29,22,.18); }
.conversation-top { display: flex; gap: 14px; align-items: center; padding: 12px 14px 22px; border-bottom: 1px solid var(--line-light); }
.conversation-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--forest-1000); font-weight: 850; }
.conversation-top strong, .conversation-top span { display: block; }
.conversation-top span { color: #c6d2cc; font-size: 16px; }
.conversation-body { min-height: 370px; padding: 28px 18px; display: grid; align-content: start; gap: 16px; }
.message { max-width: 84%; padding: 16px 18px; border-radius: 17px; font-size: 17px; }
.message.staff { justify-self: end; background: #dce9e2; color: var(--ink); border-bottom-right-radius: 3px; }
.message.system { justify-self: start; background: var(--forest-800); color: white; border-bottom-left-radius: 3px; }
.message small { display: block; margin-top: 8px; font-size: 14px; opacity: .86; }
.conversation-footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 16px; border-top: 1px solid var(--line-light); }
.conversation-footer span { color: #c7d3cd; font-size: 16px; }
.conversation-footer button { min-height: 48px; padding: 10px 16px; border: 1px solid var(--gold); background: transparent; color: var(--gold); font-weight: 800; cursor: pointer; }
.conversation-footer button:disabled { opacity: .65; cursor: default; }
.crm-section { background: var(--forest-900); color: white; }
.crm-layout blockquote { margin: 0; color: var(--gold); font: 400 clamp(46px,5vw,72px)/1.03 var(--serif); }
.stacked-heading span { display: block; }
.crm-copy { margin-top: var(--s4); display: grid; gap: var(--s2); color: #d5dfda; }
.breadth-map-section { overflow: hidden; background: var(--forest-950); color: white; }
.breadth-map-section .centred-heading > p:not(.kicker) { color: #ccd9d3; }
.breadth-connection-map { margin-top: var(--s5); }
.domain-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); }
.domain-grid article { min-height: 210px; padding: 32px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.domain-grid article:nth-child(3n) { border-right: 0; }
.domain-grid p { margin-top: 22px; color: var(--muted); }
.job-journey-section { background: var(--forest-1000); color: white; }
.job-flow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line-light); }
.job-flow::before { position: absolute; left: 8%; right: 8%; top: 69px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), var(--gold), transparent); content: ""; }
.job-phase { position: relative; min-width: 0; padding: var(--s3); border-right: 1px solid var(--line-light); }
.job-phase:last-child { border-right: 0; }
.job-phase header { position: relative; z-index: 1; min-height: 92px; }
.job-phase header span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--forest-1000); color: var(--gold); font-size: var(--type-supporting); font-weight: 800; }
.job-phase h3 { margin-top: var(--s2); color: var(--cream-50); }
.job-phase ol { margin: var(--s3) 0 0; padding: 0; list-style: none; }
.job-phase li { position: relative; padding: var(--s2) 0 var(--s2) 22px; border-top: 1px solid var(--line-light); color: #d6e0db; font-size: var(--type-supporting); line-height: 1.45; }
.job-phase li::before { position: absolute; left: 0; top: 23px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); content: ""; }
.job-phase .decision-step { margin-top: var(--s1); padding: 14px 14px 14px 36px; border: 1px solid rgba(206,166,83,.48); background: rgba(206,166,83,.1); color: white; }
.job-phase .decision-step::before { left: 14px; top: 23px; }
.journey-rule { max-width: 900px; margin-top: 34px; color: #d4ded9; font-weight: 700; }

.client-process { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.client-process > li { display: grid; grid-template-columns: 100px 1fr; gap: 45px; padding: 58px 0; border-bottom: 1px solid var(--line-dark); }
.client-process > li > span { color: var(--gold-dark); font: 400 var(--type-section)/1 var(--serif); }
.client-process h2 { max-width: 850px; }
.client-process li p:not(.kicker) { max-width: 780px; margin-top: 20px; color: var(--muted); }
.client-process blockquote { max-width: 68ch; margin: var(--s3) 0 0; padding-left: var(--s3); border-left: 3px solid var(--gold-dark); font: 400 var(--type-subheading)/1.35 var(--serif); }
.process-tags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.process-tags span { padding: 9px 13px; border: 1px solid var(--line-dark); font-weight: 700; }
.control-points { border-block: 1px solid var(--line-light); }
.control-points div { padding: 24px 0; display: flex; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line-light); }
.control-points div:last-child { border: 0; }
.control-points strong { color: var(--gold); }
.control-points span { color: #d3ddd8; text-align: right; }

.major-question { margin: 0; max-width: 24ch; font: 400 var(--type-section)/1.1 var(--serif); letter-spacing: -.035em; }
.value-scenarios { margin-top: var(--s6); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); }
.value-scenarios article { min-height: 175px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.value-scenarios article:last-child { border-right: 0; }
.value-scenarios span { color: var(--gold-dark); font-weight: 800; }
.value-scenarios strong { display: block; margin-top: 20px; font: 400 var(--type-subheading)/1.25 var(--serif); }
.value-principles { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.value-principles article + article { padding-left: 70px; border-left: 1px solid var(--line-light); }
.value-principles p:not(.kicker) { margin-top: 24px; color: #cbd7d1; }
.capacity-example { padding: 28px; background: var(--forest-950); color: white; }
.capacity-example > div:not(.capacity-arrow) { padding: 22px; border: 1px solid var(--line-light); }
.capacity-example span, .capacity-example strong { display: block; }
.capacity-example span { color: var(--gold); font-weight: 800; }
.capacity-example strong { margin-top: 7px; font: 400 var(--type-subheading)/1.2 var(--serif); }
.capacity-arrow { height: 36px; display: grid; place-items: center; color: var(--gold); }
.capacity-example .decision-box { border-color: var(--gold); background: rgba(206,166,83,.08); }
.management-signals { display: flex; flex-wrap: wrap; gap: 12px; }
.management-signals span { padding: 13px 16px; border: 1px solid var(--line-dark); background: var(--cream-50); font-weight: 750; }

.about-hero { padding-bottom: 0; }
.about-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(400px,.9fr) minmax(0,1.1fr); gap: clamp(70px,7vw,104px); align-items: center; }
.founder-photo { position: relative; width: min(100%,530px); aspect-ratio: 4 / 5; margin: 28px 0 52px 16px; isolation: isolate; }
.founder-photo::before { position: absolute; z-index: 0; inset: -14px 20px 16px -14px; border: 1px solid rgba(206,166,83,.72); border-radius: 50% 50% 34px 34px / 23% 23% 34px 34px; content: ""; }
.founder-photo::after { position: absolute; z-index: -1; left: -38px; bottom: -30px; width: 58%; height: 42%; border-radius: 24px 24px 72% 24px; background: linear-gradient(135deg,rgba(206,166,83,.18),rgba(206,166,83,.025)); content: ""; }
.founder-photo img { position: relative; z-index: 1; width: 100%; height: 100%; border-radius: 50% 50% 34px 34px / 23% 23% 34px 34px; object-fit: cover; object-position: 50% 50%; box-shadow: 0 28px 64px rgba(0,0,0,.28); }
.founder-intro { padding-bottom: 0; }
.founder-intro h1 { font-size: clamp(49px,4.6vw,72px); }
.founder-name { margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line-light); }
.founder-name strong { display: block; font: 400 var(--type-subheading)/1.2 var(--serif); }
.founder-name span { display: block; margin-top: 6px; color: var(--gold); font-weight: 800; }
.senior-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.senior-layout > div:last-child p + p { margin-top: 22px; }
.principle-list { border-block: 1px solid var(--line-light); }
.principle-list div { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.principle-list div:last-child { border: 0; }
.principle-list span { color: var(--gold); }
.control-copy blockquote { margin: 32px 0 0; padding-left: 24px; border-left: 3px solid var(--gold-dark); font: 400 var(--type-subheading)/1.35 var(--serif); }

.booking-section { scroll-margin-top: 148px; padding: 220px 0 var(--s7); background: var(--forest-1000); color: var(--cream-50); }
.booking-shell { position: relative; }
.booking-intro { max-width: 980px; }
.booking-intro h1 { max-width: 960px; margin: 0; font: 400 var(--type-page)/1.02 var(--serif); letter-spacing: -.04em; }
.booking-intro > p:not(.kicker) { max-width: 790px; margin-top: var(--s3); color: #d6e0db; }
.booking-intro > strong { display: block; margin-top: var(--s3); color: var(--gold); font-size: var(--type-body); }
.booking-frame { margin-top: var(--s5); overflow: hidden; border: 1px solid rgba(206,166,83,.72); background: var(--cream-50); box-shadow: 0 34px 80px rgba(0,0,0,.24); }
.booking-frame-heading { min-height: 76px; padding: 17px 24px; display: flex; align-items: center; justify-content: space-between; gap: var(--s3); background: var(--forest-900); color: var(--cream-50); border-bottom: 1px solid rgba(206,166,83,.45); }
.booking-frame-heading span { font: 400 var(--type-subheading)/1.15 var(--serif); }
.booking-frame-heading a { min-height: 42px; display: inline-flex; align-items: center; color: var(--gold); font-size: var(--type-interface); font-weight: 800; text-underline-offset: 5px; }
.booking-calendar { width: 100%; height: 650px; display: block; border: 0; background: white; }
.contact-alternatives { margin-top: var(--s4); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line-light); }
.contact-method { min-height: 112px; padding: 24px 28px; display: grid; align-content: center; gap: 8px; color: var(--cream-50); text-decoration: none; }
.contact-method + .contact-method { border-left: 1px solid var(--line-light); }
.contact-method span { color: #cbd7d1; font-size: var(--type-supporting); font-weight: 700; }
.contact-method strong { color: var(--gold); font: 400 var(--type-subheading)/1.2 var(--serif); overflow-wrap: anywhere; }
a.contact-method:hover { background: rgba(206,166,83,.08); }
.discovery-overview { background: var(--forest-900); color: var(--cream-50); }
.discovery-overview h2 { color: var(--cream-50); }
.discovery-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.discovery-trust { margin-top: 32px; display: grid; gap: 10px; }
.discovery-trust strong { color: var(--gold); font-size: var(--type-body); }
.discovery-trust span { color: #d2ddd7; }
.discovery-agenda { padding: 42px; border: 1px solid var(--gold); background: rgba(13,69,56,.35); }
.discovery-agenda > span { color: var(--gold); font-weight: 800; }
.discovery-agenda h2 { margin-top: 22px; font-size: var(--type-section); }
.discovery-agenda p { margin-top: 22px; color: #d4ded9; }
.discovery-layout { display: grid; gap: var(--s6); align-items: start; }
.call-points { margin-top: var(--s4); display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line-dark); }
.call-points article { min-width: 0; padding: 32px; }
.call-points article:first-child { padding-left: 0; }
.call-points article + article { border-left: 1px solid var(--line-dark); }
.call-points p { margin-top: var(--s2); color: var(--muted); }
.call-scope-note { max-width: 760px; margin-top: var(--s3); color: var(--muted); }
.enquiry-form { padding: 42px; border-top: 4px solid var(--forest-900); background: var(--cream-50); }
.enquiry-form h2 { font-size: var(--type-section); }
.field { margin-top: 22px; }
.field label { display: block; margin-bottom: 8px; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #aebcb5; border-radius: 0; background: white; color: var(--ink); font-size: 17px; }
.field textarea { resize: vertical; }
.error-text { min-height: 25px; margin-top: 5px; color: var(--danger); font-size: 16px; font-weight: 750; }
.error-summary { margin: 22px 0; padding: 18px; border-left: 4px solid var(--danger); background: #fff1f1; }
.error-summary ul { margin-bottom: 0; }
.form-note { margin-top: 14px; color: var(--muted); font-size: 16px; }
.enquiry-review { margin-top: 28px; padding: 25px; border: 2px solid var(--forest-800); }
.enquiry-review h3 { margin-bottom: 18px; }
.enquiry-review dl { margin: 0; }
.enquiry-review dl div { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 9px 0; border-top: 1px solid var(--line-dark); }
.enquiry-review dd { margin: 0; overflow-wrap: anywhere; }
.enquiry-review > p:last-child { margin-top: 18px; font-weight: 800; }
.contact-email { display: inline-block; margin-top: 30px; color: var(--forest-800); font: 400 var(--type-subheading)/1.2 var(--serif); overflow-wrap: anywhere; }
.route-status { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line-dark); }
.route-status article { padding: 30px; }
.route-status article + article { border-left: 1px solid var(--line-dark); }
.route-status span { color: var(--gold-dark); font-weight: 800; }
.route-status h3 { margin-top: 12px; }
.route-status p { margin-top: 14px; color: var(--muted); }
.discovery-detail { text-align: center; }
.discovery-detail p { max-width: 760px; margin: 26px auto 0; color: #ccd8d2; }
.discovery-detail strong { display: block; margin-top: 24px; color: var(--gold); font-size: var(--type-body); }

.privacy-list { border-top: 1px solid var(--line-dark); }
.privacy-list article { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 35px 0; border-bottom: 1px solid var(--line-dark); }
.privacy-list article > span { color: var(--gold-dark); font-weight: 800; }
.privacy-list h2 { font-size: var(--type-subheading); letter-spacing: -.025em; }
.privacy-list p { margin-top: 12px; color: var(--muted); }
.privacy-return { margin-top: 40px; }

.site-footer { padding: 80px 0 28px; background: var(--forest-1000); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.brand-logo-footer { width: min(100%, 390px); aspect-ratio: 1113 / 804; }
.footer-contact { justify-self: end; max-width: 530px; }
.footer-contact > p { color: #cbd6d1; font-size: var(--type-body); }
.footer-email { display: inline-flex; margin-top: 20px; min-height: 56px; align-items: center; padding: 13px 18px; border: 1px solid var(--gold); color: var(--gold); font-size: 20px; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.footer-social { margin-top: 24px; display: flex; gap: 14px; }
.footer-social span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--line-light); color: #d6dfdb; }
.footer-social svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom { margin-top: 65px; padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line-light); color: #aebeb6; font-size: 14px; }
.brand-light-sample { padding: 26px; background: var(--cream-50); }
.brand-light-sample .brand-logo { width: 420px; max-width: 100%; }
.footer-bottom a { min-height: 32px; display: inline-flex; align-items: center; text-underline-offset: 4px; }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 48px, 1240px); --narrow: min(100% - 48px, 900px); }
  .header-inner { gap: 22px; }
  .site-nav { gap: 17px; }
  .header-cta { padding-inline: 14px; }
  .hero-layout { grid-template-columns: 1fr 480px; gap: 40px; }
  .connection-map { min-height: 560px; }
  .connection-node { width: 150px; }
  .operations-layout, .content-layout, .capacity-layout, .management-value, .foundation-layout, .control-editorial, .interaction-layout, .crm-layout, .control-layout, .contact-layout { gap: 55px; }
}

@media (max-width: 920px) {
  .header-inner { min-height: 126px; grid-template-columns: auto 1fr auto; }
  .brand-logo-header { width: 160px; }
  .site-nav { display: none; position: fixed; inset: 126px 0 auto; padding: 22px 24px 30px; background: var(--forest-1000); border-top: 1px solid var(--line-light); box-shadow: 0 24px 45px rgba(0,0,0,.25); }
  .site-nav.is-open { display: grid; gap: 0; }
  .site-nav a { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--line-light); font-size: 18px; }
  .header-cta { justify-self: end; }
  .menu-button { display: block; }
  .hero { padding-top: 180px; }
  .booking-section { scroll-margin-top: 126px; padding-top: 190px; }
  .home-hero { min-height: auto; }
  .hero-layout, .page-hero-layout, .discovery-hero-layout, .about-hero-layout { grid-template-columns: 1fr; }
  .business-hub { margin-top: 25px; }
  .page-hero { min-height: auto; }
  .page-statement { max-width: 660px; }
  .about-hero-layout { gap: 50px; }
  .founder-photo { width: min(540px,calc(100% - 28px)); margin: 8px auto 52px; order: 2; }
  .founder-intro { padding-bottom: 0; order: 1; }
  .tom-grid, .sarah-layout, .split-heading, .tom-scale, .senior-layout, .value-principles, .footer-grid { grid-template-columns: 1fr; gap: 50px; }
  .situation-grid, .domain-grid { grid-template-columns: 1fr 1fr; }
  .job-flow { grid-template-columns: 1fr 1fr; }
  .situation-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-dark); }
  .domain-grid article:nth-child(3n) { border-right: 1px solid var(--line-dark); }
  .domain-grid article:nth-child(2n) { border-right: 0; }
  .job-flow::before { display: none; }
  .job-phase:nth-child(2) { border-right: 0; }
  .job-phase:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .value-principles article + article { padding: 45px 0 0; border-left: 0; border-top: 1px solid var(--line-light); }
  .footer-contact { justify-self: start; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 36px); --narrow: calc(100% - 36px); --s7: 78px; --s6: 58px; --s5: 42px; }
  body { font-size: 16px; }
  .header-inner { min-height: 110px; }
  .brand-logo-header { width: 146px; }
  .header-cta { display: none; }
  .site-nav { inset: 110px 0 auto; }
  .hero { padding: 154px 0 76px; }
  .booking-section { scroll-margin-top: 110px; padding: 160px 0 var(--s6); }
  .booking-intro h1 { font-size: clamp(42px, 11.8vw, 58px); }
  .booking-frame { margin-top: var(--s4); }
  .booking-frame-heading { align-items: flex-start; flex-direction: column; }
  .booking-calendar { height: 720px; }
  .contact-alternatives { grid-template-columns: 1fr; }
  .contact-method { min-height: 104px; padding: 22px; }
  .contact-method + .contact-method { border-left: 0; border-top: 1px solid var(--line-light); }
  .hero h1 { font-size: clamp(44px,12.2vw,62px); }
  .home-hero h1 { font-size: clamp(42px,11.8vw,58px); }
  .section h2 { font-size: clamp(38px,10vw,52px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .connection-map { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 22px 0; }
  .connection-map::before { inset: 0; border-radius: 0; }
  .connection-lines { display: none; }
  .connection-core, .connection-node { position: relative; inset: auto; transform: none; }
  .connection-core { width: 170px; height: 170px; margin: 0 auto 14px; grid-column: 1 / -1; }
  .connection-node { width: auto; min-height: 78px; border-radius: 14px; }
  .connection-node::after { left: 50%; right: auto; top: -9px; bottom: auto; width: 6px; height: 6px; }
  .hub-control, .hero-connection-map .hub-control { position: static; grid-column: 1 / -1; padding: 18px 0 0; }
  .hero-connection-map { margin-bottom: 0; }
  .split-heading { gap: 28px; }
  .tom-grid { grid-template-columns: 1fr; gap: 35px; }
  .tom-call { padding: 28px 22px; }
  .tom-call blockquote { font-size: 28px; }
  .record-top { display: grid; gap: 6px; }
  .record-details div { grid-template-columns: 115px 1fr; gap: 13px; }
  .relationship-path article { padding-left: 52px; }
  .tom-principles p { padding: 20px 0; font-size: 22px; }
  .tom-scale { gap: 35px; }
  .tom-scale blockquote { padding-left: 20px; font-size: 22px; }
  .sarah-layout { gap: 42px; }
  .execution-example { padding: 18px; }
  .question, .answer { width: 100%; padding: 18px; }
  .outcomes { grid-template-columns: 1fr; }
  .outcomes div { min-height: 95px; }
  .outcomes div + div { border-left: 0; border-top: 1px solid var(--line-light); }
  .breadth-lines article { grid-template-columns: 42px 1fr; gap: 16px; }
  .breadth-lines article > div { grid-column: 2; grid-template-columns: 1fr; gap: 12px; }
  .journey-preview > div { align-items: stretch; flex-direction: column; }
  .journey-preview i { width: 1px; min-height: 20px; flex: none; margin-left: 18px; }
  .situation-grid, .paired-examples, .domain-grid, .job-flow, .route-status { grid-template-columns: 1fr; }
  .situation-grid article, .situation-grid article + article, .situation-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-dark); }
  .situation-grid article:first-child { border-top: 0; }
  .operations-layout, .content-layout, .capacity-layout, .management-value, .foundation-layout, .control-editorial, .interaction-layout, .crm-layout, .control-layout, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .operations-ledger div { grid-template-columns: 1fr; gap: 7px; }
  .paired-examples article { padding: 28px 22px; }
  .conversation-body { padding: 22px 8px; }
  .message { max-width: 94%; font-size: 16px; }
  .conversation-footer { align-items: stretch; flex-direction: column; }
  .domain-grid article, .domain-grid article:nth-child(3n), .domain-grid article:nth-child(2n) { min-height: 0; border-right: 0; }
  .job-phase, .job-phase:nth-child(2), .job-phase:nth-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .job-phase:last-child { border-bottom: 0; }
  .job-flow::before { display: block; left: 40px; right: auto; top: 66px; bottom: 66px; width: 1px; height: auto; background: linear-gradient(transparent, var(--gold) 8%, var(--gold) 92%, transparent); }
  .client-process > li { grid-template-columns: 1fr; gap: 18px; padding: 42px 0; }
  .client-process > li > span { font-size: 30px; }
  .control-points div { display: grid; }
  .control-points span { text-align: left; }
  .value-scenarios { grid-template-columns: 1fr; }
  .value-scenarios article { min-height: 0; border-right: 0; }
  .value-principles { gap: 0; }
  .senior-layout { gap: 30px; }
  .founder-photo { width: min(430px,calc(100% - 26px)); margin-bottom: 38px; }
  .founder-photo::before { inset: -10px 14px 12px -10px; border-radius: 50% 50% 26px 26px / 21% 21% 26px 26px; }
  .founder-photo::after { left: -22px; bottom: -22px; width: 54%; height: 38%; }
  .founder-photo img { border-radius: 50% 50% 26px 26px / 21% 21% 26px 26px; }
  .discovery-agenda, .enquiry-form { padding: 28px 22px; }
  .contact-email { font-size: 21px; }
  .call-points { grid-template-columns: 1fr; }
  .call-points article, .call-points article:first-child { padding: 25px 0; }
  .call-points article + article { border-top: 1px solid var(--line-dark); border-left: 0; }
  .route-status article + article { border-left: 0; border-top: 1px solid var(--line-dark); }
  .enquiry-review dl div { grid-template-columns: 1fr; gap: 2px; }
  .privacy-list article { grid-template-columns: 42px 1fr; gap: 15px; }
  .privacy-list h2 { font-size: 29px; }
  .footer-grid { gap: 44px; }
  .footer-email { width: 100%; font-size: 17px; }
  .footer-bottom { display: grid; }
}

@media (max-width: 410px) {
  :root { --shell: calc(100% - 28px); --narrow: calc(100% - 28px); }
  .home-hero h1, .hero h1 { font-size: 42px; }
  .booking-intro h1 { font-size: 42px; }
  .record-details div { grid-template-columns: 1fr; gap: 2px; }
  .brand-logo-header { width: 140px; }
}

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

/* Enquiry and privacy links retain accessible pointer targets. */
[data-enquiry-card] p > a:not(.button), .privacy-list p > a { display: inline-block; min-height: 24px; padding-block: 2px; }

/* Raj-approved artwork: preserve the complete image, with HTML copy below. */
.approved-artwork { padding-top: 28px; }
.approved-artwork img { display: block; width: 100%; height: auto; border-radius: 12px; }
.brand-descriptor { color: var(--gold, #c3a564); font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 18px; }
@media (max-width: 560px) { .approved-artwork { padding-top: 16px; } .approved-artwork img { border-radius: 6px; } }
/* Clear the fixed navigation before the artwork, not through its lettering. */
.approved-artwork { padding-top: 176px; }
.approved-artwork + .home-hero { min-height: auto; padding-top: 80px; }
@media (max-width: 1100px) { .approved-artwork { padding-top: 154px; } }
@media (max-width: 560px) { .approved-artwork { padding-top: 130px; } .approved-artwork + .home-hero { padding-top: 48px; } }

/* Raj review: rounded CTA, separated artwork, connected steps, real contact links. */
.header-cta { border-radius: 14px; }
.approved-artwork.shell { width: min(calc(100% - 24px), 1440px); padding-top: 160px; padding-bottom: 28px; }
.journey-preview > div { display: grid; grid-template-columns: repeat(5,minmax(0,1fr) 22px) minmax(0,1fr); gap: 8px; align-items: center; }
.journey-preview > div > span { min-width: 0; }
.journey-preview > div > i { display: block; width: auto; height: auto; background: none; border: 0; font-style: normal; color: var(--gold); font-size: 25px; text-align: center; }
.journey-preview > div > i::before { content: '→'; }
.footer-contact-links { flex-wrap: wrap; gap: 14px 24px; }
.footer-contact-links a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--gold); text-decoration: none; }
.footer-contact-links a:hover { text-decoration: underline; }
.footer-contact-links a span { display: inline; width: auto; height: auto; border: 0; color: inherit; }
.footer-contact-links svg { width: 24px; height: 24px; flex: none; }
@media(max-width:1100px) { .approved-artwork.shell { padding-top: 160px; } }
@media(max-width:560px) {
 .approved-artwork.shell { width: calc(100% - 16px); padding-top: 136px; padding-bottom: 22px; }
 .journey-preview > div { grid-template-columns: 1fr; gap: 8px; text-align: center; }
 .journey-preview > div > i::before { content: '↓'; }
}

/* Keep the original artwork intact while revealing the next section on entry. */
.approved-artwork img { height: clamp(140px, 32svh, 300px); width: 100%; object-fit: contain; background: #032b20; }
.approved-artwork + .home-hero { padding-top: 40px; }
@media(max-width:560px) { .approved-artwork img { height: auto; max-height: 26svh; } .approved-artwork + .home-hero { padding-top: 28px; } }

/* Prominent phone contact and unchanged official LinkedIn artwork. */
.footer-contact-links .footer-phone-prominent { background: var(--gold); color: var(--forest-1000); padding: 14px 22px; border-radius: 14px; gap: 14px; border: 1px solid var(--gold); text-decoration: none; }
.footer-contact-links .footer-phone-prominent:hover { background: #dfbb70; border-color: #dfbb70; }
.footer-phone-prominent small { display: block; font-size: 14px; line-height: 1.5; font-weight: 600; }
.footer-phone-prominent strong { display: block; font-size: clamp(22px,3vw,28px); line-height: 1.3; letter-spacing: .02em; }
.footer-contact-links .footer-phone-prominent svg { width: 28px; height: 28px; }
.footer-contact-links a img { display: block; width: 36px; height: 36px; object-fit: contain; }
.footer-contact-links a:focus-visible { outline: 3px solid white; outline-offset: 5px; }

/* One cohesive contact layout across all website footers. */
.contact-options { display: grid; grid-template-columns: minmax(0,1fr); gap: 12px; max-width: 500px; margin-top: 24px; }
.contact-options .contact-card { display: flex; align-items: center; gap: 16px; min-height: 96px; width: 100%; box-sizing: border-box; padding: 16px 20px; border: 1px solid rgba(204,168,78,.5); border-radius: 14px; background: rgba(255,255,255,.035); color: var(--gold); text-decoration: none; font-family: inherit; }
.contact-options .contact-card:hover { background: rgba(204,168,78,.12); border-color: var(--gold); }
.contact-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.contact-card-icon { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; }
.contact-card-icon svg,.contact-card-icon img { display: block; width: 28px; height: 28px; object-fit: contain; }
.contact-card-icon svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-card-copy { display: block; min-width: 0; }
.contact-card-copy small { display: block; font-family: inherit; font-weight: 500; font-size: 14px; line-height: 1.4; color: #d6dfdb; margin-bottom: 3px; }
.contact-card-copy strong { display: block; font-family: inherit; font-weight: 650; font-size: clamp(16px,2vw,20px); line-height: 1.4; color: var(--gold); overflow-wrap: anywhere; }
@media(max-width:560px) { .contact-options .contact-card { padding: 14px 16px; gap: 12px; } }

/* Bottom-centred scroll invitation, styled to match Princewood. */
.scroll-cue { position: fixed; left: 50%; bottom: max(18px,env(safe-area-inset-bottom)); transform: translateX(-50%); z-index: 40; width: 56px; height: 56px; display: grid; place-items: center; border: 1px dashed var(--gold); border-radius: 50%; background: rgba(3,43,32,.88); color: #fff; padding: 0; cursor: pointer; box-shadow: 0 2px 12px rgba(0,0,0,.15); }
.scroll-cue[hidden] { display: none; }
.scroll-cue svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; animation: princewood-scroll-bounce 2s ease-in-out infinite; }
.scroll-cue:hover { background: #032b20; border-style: solid; }
.scroll-cue:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
@keyframes princewood-scroll-bounce { 0%,100% { transform: translateY(-3px); } 50% { transform: translateY(4px); } }
@media(prefers-reduced-motion:reduce) { .scroll-cue svg { animation: none; } }
@media(max-width:560px) { .scroll-cue { width: 48px; height: 48px; bottom: max(14px,env(safe-area-inset-bottom)); } }
/* Audit corrections: preserve the approved palette, artwork and portrait. */
:root { --gold-dark: #705018; }
.button, .menu-button { border-radius: 14px; }
.header-inner { min-height: 112px; gap: 24px; }
.brand-logo-header { width: 144px; }
.site-nav .mobile-booking { display: none; }
.hero { padding-top: 170px; padding-bottom: 72px; }
.home-hero { min-height: 0; }
.hero-layout { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 38px; }
.home-hero h1 { font-size: clamp(44px,4.6vw,66px); max-width: 720px; }
.hero-connection-map { transform: scale(.84); transform-origin: center; margin-block: -45px; }
.approved-artwork.shell { width: var(--shell); padding: 32px 0 0; }
.approved-artwork img { height: auto; max-height: 180px; object-fit: contain; background: #032b20; }
.section { padding-block: 76px; }
.section:not(.deep):not(.breadth-map-section):not(.job-journey-section):not(.discovery-close):not(.sarah-section):not(.crm-section) .kicker { color: var(--gold-dark); }
.section.deep .kicker, .breadth-map-section .kicker, .job-journey-section .kicker, .discovery-close .kicker { color: var(--gold); }
.company-details { margin-top: 20px; color: #d6dfdb; font-size: 14px; }
.company-details a { display: inline-block; padding-block: 5px; text-underline-offset: 3px; }
.booking-section { padding-top: 168px; scroll-margin-top: 112px; }
.booking-frame-heading .button { color: var(--forest-1000); padding: 12px 18px; text-decoration: none; }
.calendar-choice { padding: 28px; color: var(--ink); }
.calendar-choice p + p, .calendar-choice button { margin-top: 16px; }
.calendar-choice a { text-underline-offset: 4px; }
.workflow-demo, .estimate-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.workflow-demo { margin-top: 32px; }
.demo-input, .demo-result { padding: 28px; border: 1px solid var(--line-dark); border-radius: 14px; }
.demo-input p, .demo-result p { margin-top: 16px; }
.demo-input label { display: block; margin-top: 24px; font-weight: 700; }
.demo-input select { width: 100%; margin-top: 8px; padding: 12px 8px; color: var(--ink); background: white; border: 1px solid var(--muted); font: inherit; }
.demo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.secondary-button { background: transparent; border-color: var(--forest-800); }
.demo-result { background: var(--forest-1000); color: var(--cream-50); }
.demo-no-send { color: var(--gold); font-size: 16px; }
.value-estimate { background: var(--cream-200); }
.estimate-inputs { grid-template-columns: repeat(3,minmax(0,1fr)); margin: 28px 0 24px; }
.estimate-inputs label { font-weight: 700; }
.estimate-inputs input { display: block; width: 100%; margin-top: 8px; padding: 12px; font: inherit; border: 1px solid var(--muted); color: var(--ink); background: white; }
.estimate-result { margin-top: 24px; font-weight: 700; font-size: 22px; }
.estimate-note { margin-top: 20px; max-width: 900px; }
.workflow-demo-section .section-heading p:not(.kicker), .value-estimate .section-heading p:not(.kicker) { margin-top: 20px; max-width: 900px; }
main :focus-visible { outline-color: var(--forest-800); }
.hero :focus-visible, .deep :focus-visible, .booking-section :focus-visible, .demo-result :focus-visible { outline-color: var(--gold); }
main { scroll-margin-top: 120px; }
@media (max-width: 1120px) { .site-nav { gap: 16px; } .header-inner { gap: 18px; } }
@media (max-width: 920px) {
  .site-nav { inset: 112px 0 auto; max-height: calc(100dvh - 112px); overflow-y: auto; }
  .site-nav .mobile-booking { display: flex; color: var(--gold); }
  .hero-layout { grid-template-columns: 1fr; gap: 30px; }
  .hero-connection-map { transform: none; margin-block: 0; }
  .home-hero .hero-copy { max-width: 700px; }
}
@media (max-width: 700px) {
  .header-inner { min-height: 88px; grid-template-columns: auto 1fr auto; gap: 8px; }
  .brand-logo-header { width: 103px; }
  .header-cta { display: inline-flex; min-height: 44px; padding: 8px 10px; font-size: 13px; white-space: normal; text-align: center; }
  .menu-button { width: 44px; height: 44px; }
  .site-nav { inset: 88px 0 auto; max-height: calc(100dvh - 88px); }
  .hero { padding: 124px 0 48px; }
  .hero h1, .home-hero h1, .booking-intro h1 { font-size: clamp(38px,10vw,48px); }
  .hero-actions { margin-top: 24px; gap: 14px; }
  .hero-layout { gap: 22px; }
  .brand-descriptor { margin-bottom: 14px; font-size: 14px; }
  .hero-control { margin-top: 16px; }
  .hero-connection-map .connection-core { width: 126px; height: 126px; margin-bottom: 10px; }
  .hero-connection-map .connection-mark { width: 78px; height: 58px; }
  .hero-connection-map .connection-node { min-height: 64px; padding: 12px; }
  .approved-artwork.shell { padding: 20px 0 0; width: var(--shell); }
  .approved-artwork img { max-height: none; height: auto; }
  .section { padding-block: 52px; }
  .section h2 { font-size: clamp(32px,8.3vw,42px); }
  .booking-section { padding-top: 124px; scroll-margin-top: 88px; }
  .booking-frame-heading { gap: 16px; padding: 20px; }
  .booking-frame-heading .button { width: 100%; }
  .calendar-choice { padding: 20px; }
  .workflow-demo, .estimate-inputs { grid-template-columns: 1fr; }
  .demo-input, .demo-result { padding: 22px; }
  .footer-grid { gap: 28px; }
  .site-footer { padding-top: 48px; }
  .contact-options .contact-card { min-height: 80px; }
  main { scroll-margin-top: 94px; }
}


.discovery-close .kicker { color: var(--gold-dark); }

.site-header, .site-header.is-scrolled { background: var(--forest-1000); }
.question span { color: var(--gold-dark); }
.job-journey-section .split-heading > p { color: #d6e0db; }

@media (max-width:920px) { .page-hero-layout { gap: 36px; } .page-statement { padding-block: 24px; } }

/* Raj's presentation corrections: 23 September 2026. */
.approved-artwork.shell {
  width: 100%;
  margin: 0;
  padding: 0;
}
.approved-artwork img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 0;
  background: transparent;
}
.record-top { justify-content: flex-start; font-weight: 700; }
.outcomes > div {
  align-content: start;
  grid-template-rows: 56px auto;
}
.outcomes strong {
  display: flex;
  align-items: center;
  height: 56px;
  font-size: 48px;
  line-height: 1;
}
.outcomes span { margin-top: 12px; line-height: 1.5; }
@media (max-width:700px) {
  .outcomes > div { grid-template-columns: 56px minmax(0,1fr); grid-template-rows: auto; gap: 16px; align-items: center; }
  .outcomes span { margin-top: 0; }
}
