@font-face { font-family: "Bricolage Grotesque"; src: url("assets/BricolageGrotesque-Regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Bricolage Grotesque"; src: url("assets/BricolageGrotesque-Medium.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Bricolage Grotesque"; src: url("assets/BricolageGrotesque-Bold.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Geist"; src: url("assets/Geist-Regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Geist"; src: url("assets/Geist-Medium.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }

:root {
  --paper: #f4f3ef;
  --white: #fff;
  --ink: #172027;
  --muted: #5d6468;
  --grey: #5d6468;
  --navy: #1b3445;
  --rust: #77463c;
  --line: #d9d9d9;
  --pad: 64px;
  --max: 1920px;
  --font-body: "Geist", Arial, sans-serif;
  --font-display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.6 var(--font-body); font-synthesis: none; text-rendering: optimizeLegibility; }
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
picture { display: block; width: 100%; height: 100%; }
figure, h1, h2, h3, p { margin: 0; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.02em; }
.section-pad { padding-inline: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.skip-link { position: fixed; z-index: 1200; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-150%); color: var(--white); background: var(--ink); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

.hero-grid > *, .hero-image > p { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
body.is-ready .hero-grid > *, body.is-ready .hero-image > p { opacity: 1; transform: none; }
body.is-ready .hero-grid > :nth-child(2) { transition-delay: .12s; }
body.is-ready .hero-image > p { transition-delay: .24s; }

.site-header { min-height: 74px; padding: 13px max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--paper); }
.wordmark { display: block; width: 196px; line-height: 0; text-decoration: none; }
.wordmark img { display: block; width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2vw, 42px); }
.desktop-nav > a { font-size: 16px; line-height: 1; text-decoration: none; }
.desktop-nav > a:hover, .desktop-nav > a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; width: max-content; min-height: 48px; padding: 13px 20px; border: 1px solid transparent; border-radius: 6px; font: 500 16px/1 var(--font-body); letter-spacing: -.01em; text-decoration: none; cursor: pointer; transition: filter .2s ease, transform .2s ease; }
.button span { font-size: 18px; }
.button-dark { color: var(--white); background: var(--navy); }
.button-rust { color: var(--white); background: var(--rust); }
.button-light { color: var(--ink); background: var(--paper); }
.button:hover, .button:focus-visible { filter: brightness(.92); transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: .65; }
.menu-toggle, .mobile-header-cta { display: none; }

.mobile-menu { position: fixed; z-index: 1100; inset: 0; color: var(--paper); background: var(--navy); }
.mobile-menu[hidden] { display: none; }
.mobile-menu-header { height: 52px; padding: 8px 16px; display: grid; grid-template-columns: 1fr auto 28px; gap: 12px; align-items: center; color: var(--ink); background: var(--paper); }
.mobile-menu-header .button { min-height: 32px; padding: 7px 10px; border-radius: 4px; font-size: 12px; }
.mobile-menu-header .button span { font-size: 13px; }
.mobile-menu-close { width: 28px; height: 28px; padding: 0; border: 0; color: var(--ink); background: transparent; font: 400 27px/1 var(--font-body); cursor: pointer; }
.mobile-menu nav { padding: 39px 32px 0; display: grid; gap: 11px; }
.mobile-menu nav a { padding: 0; color: inherit; font: 400 32px/1.3 var(--font-display); letter-spacing: -.02em; text-decoration: none; }
.mobile-menu-cta { position: absolute; bottom: 54px; left: 50%; transform: translateX(-50%); }
.mobile-menu-cta:hover, .mobile-menu-cta:focus-visible { transform: translate(-50%, -1px); }

.hero { height: 367px; padding-top: 172px; padding-bottom: 48px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 784px) minmax(360px, 484px); justify-content: space-between; gap: 70px; align-items: start; }
.hero h1 { font-size: 56px; line-height: 1; }
.hero-copy p { max-width: 484px; margin-bottom: 24px; color: #39464d; font-size: 18px; line-height: 1.6; letter-spacing: -.01em; }
.hero-image { position: relative; height: 800px; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,28,.42), transparent 45%); pointer-events: none; }
.hero-image > p { position: absolute; z-index: 1; top: 68px; left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); color: var(--white); font-size: 18px; line-height: 1.15; }
.values-strip { width: calc(100% - 128px); min-height: 58px; margin: 54px 64px 0; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 36px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); color: #475057; font-size: 14px; font-weight: 500; letter-spacing: -.01em; white-space: nowrap; }
.section-label { display: flex; align-items: center; gap: 10px; margin-bottom: 38px; color: #303d44; font-size: 14px; font-weight: 500; letter-spacing: -.01em; }
.section-label span { width: 10px; height: 10px; background: var(--rust); }
.section-label-light { color: var(--paper); }

.approach { margin-top: 96px; padding-bottom: 0; }
.approach-grid { display: grid; grid-template-columns: minmax(580px, 1.3fr) 446px 446px; gap: 18px; align-items: start; }
.approach-grid > div:first-child { padding-right: 80px; }
.approach h2 { max-width: 620px; margin-bottom: 260px; font-size: 56px; line-height: 1; }
.approach p { max-width: 581px; color: var(--muted); font-size: 18px; line-height: 1.6; letter-spacing: -.01em; }
.portrait { height: 463px; }
.portrait-tall { margin-top: 44px; height: 620px; }
.permanent-case { margin: 96px 0 0; padding: 48px 0; display: grid; grid-template-columns: .55fr 1.15fr 1fr; gap: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.permanent-case .eyebrow { color: var(--rust); font-size: 14px; font-weight: 500; }
.permanent-case h3 { max-width: 520px; font-size: 36px; line-height: 1.05; }
.permanent-case > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.6; }

.principles { margin-top: 160px; }
.principles-heading { height: 173px; padding-top: 0; padding-bottom: 0; display: grid; grid-template-columns: 1fr 1.55fr; align-items: start; }
.principles-heading .section-label { margin: 4px 0 0; }
.principles-heading h2 { font-size: 56px; line-height: 1; }
.principle-card { position: sticky; top: 0; height: 800px; display: grid; grid-template-columns: 58.5% 41.5%; color: var(--white); box-shadow: 0 -1px 0 rgba(255,255,255,.18); }
.principle-card:nth-of-type(1) { z-index: 1; }
.principle-card:nth-of-type(2) { z-index: 2; margin-top: -531px; }
.principle-card:nth-of-type(3) { z-index: 3; margin-top: -512px; }
.principle-copy { padding: 64px; display: flex; flex-direction: column; }
.principle-card picture { min-height: 100%; }
.principle-copy h3 { font-family: var(--font-body); font-size: 24px; font-weight: 500; letter-spacing: -.01em; line-height: 1.2; }
.principle-copy p { max-width: 720px; margin-top: auto; font-family: var(--font-display); font-size: 40px; font-weight: 400; letter-spacing: -.01em; line-height: 1.4; }
.principle-copy > * { opacity: 1; transform: none; }
.principle-grey { background: var(--grey); }
.principle-navy { background: var(--navy); }
.principle-rust { background: var(--rust); }

.criteria { margin-top: 160px; padding-top: 0; padding-bottom: 0; }
.criteria-heading { margin-bottom: 47px; display: grid; grid-template-columns: minmax(0, 1.5fr) 484px; gap: 80px; align-items: end; }
.criteria-heading h2 { font-size: 56px; line-height: 1; }
.criteria-heading p { color: var(--muted); font-size: 18px; line-height: 1.4; letter-spacing: -.01em; }
.criteria-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; list-style: none; }
.criteria-grid li { position: relative; isolation: isolate; height: 570px; padding: 32px; display: flex; flex-direction: column; overflow: hidden; background: var(--line); transition: color .28s ease, transform .28s ease; }
.criteria-grid li::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(rgba(17,30,38,.22), rgba(17,30,38,.76)), var(--criterion-image) center/cover; opacity: 0; transform: scale(1.035); transition: opacity .32s ease, transform .55s ease; }
.criteria-grid li::after { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--line); transition: opacity .3s ease; }
.criteria-grid li:is(:hover, :focus-within, .is-active) { color: var(--white); transform: translateY(-4px); }
.criteria-grid li:is(:hover, :focus-within, .is-active)::before { opacity: 1; transform: scale(1); }
.criteria-grid li:is(:hover, :focus-within, .is-active)::after { opacity: 0; }
.criterion-demand { --criterion-image: url("assets/criterion-demand-960.webp"); }
.criterion-history { --criterion-image: url("assets/criterion-history-960.webp"); }
.criterion-management { --criterion-image: url("assets/criterion-management-960.webp"); }
.criterion-cash { --criterion-image: url("assets/criterion-cash-960.webp"); }
.criteria-grid li > span:first-child { color: var(--rust); font: 500 32px/1 var(--font-display); letter-spacing: -.04em; transition: color .28s ease; }
.criterion-icon-shell { width: 64px; height: 64px; margin: auto 0 34px auto; display: grid; place-items: center; border: 1px solid var(--rust); color: var(--rust); transition: color .28s ease, background .28s ease, border-color .28s ease; }
.criterion-icon { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.criteria-grid h3 { margin: 0 0 22px; padding-top: 28px; border-top: 1px solid currentColor; font-size: 40px; line-height: 1; letter-spacing: -.02em; }
.criteria-grid p { color: var(--muted); font-size: 18px; line-height: 1.4; letter-spacing: -.01em; transition: color .28s ease; }
.criteria-grid li:is(:hover, :focus-within, .is-active) > span:first-child { color: var(--white); }
.criteria-grid li:is(:hover, :focus-within, .is-active) .criterion-icon-shell { border-color: var(--rust); color: var(--white); background: var(--rust); }
.criteria-grid li:is(:hover, :focus-within, .is-active) p { color: #eef0f1; }
.criterion-timer { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 3px; overflow: hidden; background: rgba(255,255,255,.22); opacity: 0; transition: opacity .2s ease; }
.criterion-timer::after { content: ""; display: block; width: 100%; height: 100%; background: #edc7bd; transform: scaleX(0); transform-origin: left; }
.criteria-grid li.is-active .criterion-timer { opacity: 1; }
.criteria-grid li.is-active .criterion-timer::after { animation: criterion-progress 5s linear forwards; }
.criteria-grid li:is(:hover, :focus-within, .is-pinned) .criterion-timer::after { animation-play-state: paused; }
@keyframes criterion-progress { to { transform: scaleX(1); } }

.owners { position: relative; width: calc(100% - 128px); height: 1120px; margin: 160px 64px 0; padding: 0; }
.owners-background { position: absolute; inset: 0; }
.owners::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,25,34,.06), rgba(9,25,34,.22)); }
.owners-panel { position: absolute; z-index: 1; top: 434px; right: 276px; width: 696px; min-height: 686px; padding: 52px 64px; color: var(--paper); background: var(--ink); }
.owners-panel .section-label { margin-bottom: 34px; }
.owners-panel h2 { margin-bottom: 24px; font-size: 56px; line-height: 1; }
.owners-panel p { color: #c9d0d3; font-size: 14px; line-height: 1.55; }
.owners-panel ul { margin: 19px 0; padding: 0; display: grid; gap: 5px; color: #e2e7e9; font-size: 14px; line-height: 1.45; list-style: none; }
.owners-panel li { position: relative; padding-left: 20px; }
.owners-panel li::before { content: ""; position: absolute; top: .7em; left: 0; width: 8px; height: 1px; background: #d6a99e; }
.owners-panel .owners-prompt { color: #aebac0; }
.owners-panel .button { margin-top: 14px; }

.conversation-details { margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.25); color: #dfe5e7; }
.conversation-details summary { width: max-content; max-width: 100%; color: inherit; font-size: 13px; font-weight: 500; cursor: pointer; text-underline-offset: 4px; }
.conversation-details[open] summary { margin-bottom: 12px; }
.conversation-details ol { margin: 0 0 10px; padding-left: 19px; display: grid; gap: 3px; font-size: 12px; line-height: 1.45; }
.conversation-details > p:last-child { color: #aebac0; font-size: 12px; }

.advisers { margin-top: 160px; }
.advisers-heading { min-height: 155px; padding-bottom: 36px; display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.advisers-heading .section-label { margin-bottom: 28px; }
.advisers-heading h2 { margin-bottom: 18px; font-size: 56px; line-height: 1; }
.advisers-heading p { max-width: 620px; color: var(--muted); font-size: 16px; }
.carousel-controls { display: flex; align-items: center; gap: 7px; }
.carousel-controls button { min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--line); color: var(--ink); background: transparent; font: 500 11px var(--font-body); cursor: pointer; }
.adviser-track { display: grid; grid-auto-columns: 320px; grid-auto-flow: column; gap: 16px; overflow-x: auto; scroll-snap-type: none; scrollbar-width: thin; }
.adviser-track figure { position: relative; width: 320px; height: 450px; margin: 0; scroll-snap-align: start; }
.adviser-track figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,15,21,.35), transparent 42%); }
.adviser-track figcaption { position: absolute; z-index: 1; top: 18px; left: 18px; color: var(--white); font-size: 16px; }
.adviser-cta { padding-top: 28px; padding-bottom: 64px; display: flex; gap: 40px; align-items: flex-start; }
.adviser-cta .conversation-details { width: min(540px, 100%); margin: 0; border-color: var(--line); color: var(--ink); }
.adviser-cta .conversation-details > p:last-child { color: var(--muted); }
.values-strip-lower { margin-top: 0; border-top: 1px solid var(--line); }

.contact { min-height: 650px; padding-top: 92px; padding-bottom: 80px; display: grid; grid-template-columns: 1.6fr 1fr; gap: 11vw; border-top: 1px solid var(--line); }
.contact h2 { margin-bottom: 72px; font-size: 56px; line-height: 1; }
.footer-links { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; padding-top: 8px; }
.footer-links h3 { margin-bottom: 28px; color: var(--muted); font-family: var(--font-body); font-size: 14px; font-weight: 500; letter-spacing: 0; }
.footer-links a, .footer-links p { display: block; margin: 0 0 8px; font-size: 20px; line-height: 1.35; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { text-decoration: underline; }
.footer-links > div > p { max-width: 300px; color: var(--muted); }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); color: var(--ink); background: none; font: 500 16px var(--font-body); cursor: pointer; }

.contact-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; color: var(--paper); background: var(--navy); }
.contact-dialog::backdrop { background: rgba(8,18,25,.72); }
.dialog-shell { min-height: 100%; padding: clamp(32px, 5vw, 88px) max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 180px); align-items: start; }
.dialog-close { position: absolute; top: 24px; right: var(--pad); width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: var(--paper); background: none; font: 400 27px/1 var(--font-body); cursor: pointer; }
.dialog-intro { padding-top: clamp(40px, 6vw, 110px); }
.dialog-intro h2 { margin-bottom: 32px; font-size: 56px; line-height: 1; }
.dialog-intro > p { max-width: 430px; color: #c8d2d7; }
.dialog-intro .dialog-note { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); font-size: 12px; }
.contact-form { padding-top: clamp(80px, 8vw, 145px); display: grid; grid-template-columns: 1fr 1fr; gap: 30px 22px; }
.contact-form > label:not(.form-consent) { display: grid; gap: 10px; }
.contact-form label > span { color: #dfe5e7; font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.contact-form small { font-size: inherit; font-weight: 400; opacity: .7; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; outline: 0; color: var(--white); background: transparent; font: 400 16px var(--font-body); }
.contact-form select { appearance: auto; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--white); }
.contact-form option { color: var(--ink); }
.contact-form [hidden] { display: none !important; }
.path-fields { margin: 0; padding: 28px 0 4px; border: 0; border-top: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: 1fr 1fr; gap: 26px 22px; }
.path-fields legend { margin-bottom: 24px; padding: 0; color: #dfe5e7; font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.path-fields > label:not(.form-consent) { display: grid; gap: 10px; }
.form-wide { grid-column: 1 / -1; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; }
.form-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--rust); }
.form-consent span { max-width: 570px; font-size: 10px; font-weight: 400; letter-spacing: .02em; line-height: 1.45; text-transform: none; }
.form-consent a { text-underline-offset: 3px; }
.form-actions { display: flex; align-items: center; gap: 22px; }
.form-status { color: #dfe5e7; font-size: 12px; }
.form-error-summary { padding: 12px 14px; border-left: 3px solid #e5b3a6; color: #fff; background: rgba(0,0,0,.15); font-size: 12px; }
.field-error { min-height: 0; color: #ffd4ca; font-size: 11px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.contact-form :is(input, select, textarea)[aria-invalid="true"] { border-bottom-color: #ffd4ca; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding-top: 0; padding-bottom: 42px; overflow: hidden; }
.site-footer > p { font-size: 12px; }
.site-footer > p a { text-underline-offset: 3px; }
.site-footer > p span { margin: 0 8px; }
.footer-wordmark { margin-top: 36px; width: 100%; line-height: 0; }
.footer-wordmark img { display: block; width: 100%; height: auto; }

@media (max-width: 1600px) {
  :root { --pad: 40px; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); }
  .approach-grid { grid-template-columns: minmax(500px, 1.2fr) .72fr .72fr; }
  .approach h2 { margin-bottom: 180px; }
  .owners { width: calc(100% - 80px); margin-inline: 40px; }
  .owners-panel { right: 10%; }
  .values-strip { width: calc(100% - 80px); margin-inline: 40px; }
}

/* Keep the full desktop composition, but at a density that fits a normal
   laptop viewport without requiring browser zoom. Mobile has its own layout. */
@media (min-width: 1101px) {
  .hero { height: 330px; padding-top: 112px; padding-bottom: 40px; }
  .hero h1 { font-size: 50px; }
  .hero-copy p { font-size: 16px; }
  .hero-image { height: clamp(560px, calc(100svh - 24px), 640px); }
  .hero-image > p { top: 54px; font-size: 16px; }
  .values-strip { min-height: 52px; margin-top: 44px; }

  .approach { margin-top: 80px; }
  .approach h2 { margin-bottom: 144px; font-size: 48px; }
  .approach p { font-size: 16px; }
  .portrait { height: 400px; }
  .portrait-tall { height: 520px; margin-top: 36px; }
  .permanent-case { margin-top: 76px; padding-block: 38px; }
  .permanent-case h3 { font-size: 32px; }

  .principles { margin-top: 120px; }
  .principles-heading { height: 145px; }
  .principles-heading h2 { font-size: 48px; }
  .principle-card { height: clamp(600px, calc(100svh - 24px), 650px); }
  .principle-card:nth-of-type(2) { margin-top: -431px; }
  .principle-card:nth-of-type(3) { margin-top: -416px; }
  .principle-copy { padding: 48px; }
  .principle-copy h3 { font-size: 22px; }
  .principle-copy p { font-size: 34px; }

  .criteria { margin-top: 120px; }
  .criteria-heading { margin-bottom: 40px; }
  .criteria-heading h2 { font-size: 48px; }
  .criteria-heading p { font-size: 16px; }
  .criteria-grid li { height: 470px; padding: 26px; }
  .criteria-grid li > span:first-child { font-size: 28px; }
  .criterion-icon-shell { width: 56px; height: 56px; margin-bottom: 28px; }
  .criterion-icon { width: 30px; height: 30px; }
  .criteria-grid h3 { margin-bottom: 18px; padding-top: 23px; font-size: 34px; }
  .criteria-grid p { font-size: 16px; }

  .owners { width: calc(100% - 96px); height: 900px; margin: 120px 48px 0; }
  .owners-panel { top: 330px; right: clamp(48px, 8vw, 154px); width: 600px; min-height: 570px; padding: 40px 44px; }
  .owners-panel h2 { font-size: 48px; }

  .advisers { margin-top: 120px; }
  .advisers-heading { min-height: 135px; padding-bottom: 30px; }
  .advisers-heading h2 { font-size: 48px; }
  .adviser-track { grid-auto-columns: 288px; }
  .adviser-track figure { width: 288px; height: 380px; }
  .adviser-cta { padding-bottom: 52px; }

  .contact { min-height: 560px; padding-top: 76px; padding-bottom: 64px; }
  .contact h2 { margin-bottom: 56px; font-size: 48px; }
}

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .mobile-header-cta { display: inline-flex; margin-left: auto; }
  .menu-toggle { display: flex; gap: 9px; align-items: center; padding: 8px 0; border: 0; color: inherit; background: none; font: 500 13px var(--font-body); cursor: pointer; }
  .approach-grid { grid-template-columns: 1fr 1fr; }
  .approach-grid > div:first-child { grid-column: 1 / -1; padding-right: 0; }
  .approach h2 { margin-bottom: 40px; }
  .principles-heading { grid-template-columns: 1fr; gap: 36px; }
  .principle-card { grid-template-columns: 55% 45%; }
  .criteria-heading { grid-template-columns: 1fr; gap: 25px; }
  .criteria-grid { grid-template-columns: repeat(2, 1fr); }
  .criteria-grid li { height: 520px; }
  .owners-panel { right: 5%; width: 60%; }
  .contact { grid-template-columns: 1fr; }
  .dialog-shell { grid-template-columns: 1fr; gap: 0; }
  .dialog-intro { padding-top: 54px; }
  .contact-form { padding-top: 48px; }
}

@media (max-width: 600px) {
  :root { --pad: 16px; }
  body { font-size: 14px; }
  .site-header { min-height: 52px; padding: 8px 16px; gap: 12px; }
  .wordmark { width: 128px; }
  .site-header .mobile-header-cta { min-height: 32px; padding: 7px 10px; border-radius: 4px; font-size: 12px; }
  .site-header .mobile-header-cta span { font-size: 13px; }
  .menu-toggle { width: 24px; padding: 6px 0; }
  .menu-toggle span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-toggle span:last-child { font-size: 24px; font-weight: 400; line-height: 1; }
  .mobile-menu nav a { font-size: 32px; }

  .hero { height: 425px; padding-top: 55px; padding-bottom: 42px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero h1 { font-size: 40px; line-height: 1; }
  .hero-copy p { max-width: 355px; margin-bottom: 20px; font-size: 16px; line-height: 1.6; }
  .button { min-height: 40px; padding: 10px 14px; font-size: 14px; }
  .button span { font-size: 16px; }
  .hero-image { height: 315px; }
  .hero-image > p { top: 26px; left: 16px; font-size: 16px; }
  .values-strip { width: 100%; min-height: 48px; margin: 0; padding: 0 16px; justify-content: flex-start; gap: 30px; border-top: 0; font-size: 8px; }
  .section-label { margin-bottom: 32px; font-size: 10px; }
  .section-label span { width: 8px; height: 8px; }

  .approach { margin-top: 60px; padding-bottom: 0; }
  .approach-grid { grid-template-columns: 1fr; gap: 8px; }
  .approach-grid > div:first-child { grid-column: auto; }
  .approach h2 { margin-bottom: 36px; font-size: 40px; line-height: 1; }
  .approach p { margin-bottom: 32px; font-size: 16px; line-height: 1.6; }
  .portrait, .portrait-tall { height: 400px; margin: 0; }
  .permanent-case { margin-top: 50px; padding: 32px 0; grid-template-columns: 1fr; gap: 18px; }
  .permanent-case .eyebrow { font-size: 12px; }
  .permanent-case h3 { font-size: 28px; }
  .permanent-case > p:last-child { font-size: 14px; }

  .principles { margin-top: 64px; }
  .principles-heading { height: 176px; padding-top: 0; padding-bottom: 42px; display: block; }
  .principles-heading .section-label { margin: 0 0 32px; }
  .principles-heading h2 { font-size: 40px; }
  .principle-card, .principle-card:nth-of-type(2), .principle-card:nth-of-type(3) { position: relative; top: auto; height: 430px; margin-top: 0; grid-template-columns: 1fr; }
  .principle-copy { min-height: 170px; padding: 22px 16px; }
  .principle-copy h3 { font-size: 18px; }
  .principle-copy p { margin-top: auto; font-size: 18px; line-height: 1.6; }
  .principle-card picture { height: 260px; min-height: 0; }

  .criteria { margin-top: 64px; padding-bottom: 0; }
  .criteria-heading { margin-bottom: 38px; gap: 22px; }
  .criteria-heading h2 { font-size: 40px; }
  .criteria-heading p { font-size: 16px; line-height: 1.6; }
  .criteria-grid { margin-inline: -16px; padding: 0 64px 8px 40px; display: flex; gap: 49px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .criteria-grid::-webkit-scrollbar { display: none; }
  .criteria-grid li { flex: 0 0 179px; height: 390px; padding: 16px; scroll-snap-align: start; }
  .criteria-grid li:is(:hover, :focus-within, .is-active) { transform: none; }
  .criteria-grid li > span:first-child { font-size: 24px; }
  .criterion-icon-shell { width: 48px; height: 48px; margin-bottom: 22px; }
  .criterion-icon { width: 26px; height: 26px; }
  .criteria-grid h3 { margin-bottom: 16px; padding-top: 18px; font-size: 23px; }
  .criteria-grid p { font-size: 12px; line-height: 1.4; }

  .owners { width: calc(100% - 32px); height: 900px; margin: 64px 16px 0; }
  .owners-panel { top: auto; right: 0; bottom: 0; width: 100%; min-height: 0; padding: 30px 22px; }
  .owners-panel .section-label { margin-bottom: 30px; }
  .owners-panel h2 { margin-bottom: 20px; font-size: 40px; }
  .owners-panel p, .owners-panel ul { font-size: 12px; }
  .owners-panel ul { margin: 16px 0; }
  .owners-panel .button { margin-top: 10px; }
  .conversation-details { margin-top: 14px; padding-top: 12px; }
  .conversation-details summary { font-size: 12px; }
  .conversation-details ol, .conversation-details > p:last-child { font-size: 11px; }

  .advisers { margin-top: 80px; }
  .advisers-heading { min-height: 0; padding-bottom: 38px; display: grid; gap: 22px; }
  .advisers-heading .section-label { margin-bottom: 28px; }
  .advisers-heading h2 { margin-bottom: 18px; font-size: 40px; }
  .advisers-heading p { font-size: 14px; }
  .carousel-controls { justify-self: end; }
  .adviser-track { grid-auto-columns: 320px; gap: 16px; padding-inline: 16px; }
  .adviser-track figure { width: 320px; height: 420px; }
  .adviser-track figcaption { font-size: 16px; }
  .adviser-cta { padding-top: 24px; padding-bottom: 52px; flex-direction: column; gap: 20px; }

  .values-strip-lower { margin: 0; }
  .contact { min-height: 0; padding-top: 62px; padding-bottom: 72px; gap: 66px; }
  .contact h2 { margin-bottom: 42px; font-size: 40px; }
  .footer-links { gap: 28px; }
  .footer-links h3 { margin-bottom: 20px; font-size: 12px; }
  .footer-links a, .footer-links p { font-size: 14px; }
  .text-button { font-size: 14px; }

  .contact-dialog { overflow-y: auto; }
  .dialog-shell { padding-top: 26px; padding-bottom: 48px; }
  .dialog-close { position: sticky; z-index: 1; top: 12px; margin-left: auto; }
  .dialog-intro { padding-top: 10px; }
  .dialog-intro .section-label { margin-bottom: 24px; }
  .dialog-intro h2 { margin-bottom: 22px; font-size: 40px; }
  .dialog-intro > p { font-size: 12px; }
  .contact-form { padding-top: 34px; grid-template-columns: 1fr; gap: 22px; }
  .contact-form > * { grid-column: 1; }
  .path-fields { grid-template-columns: 1fr; }
  .path-fields > * { grid-column: 1; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-bottom: 24px; }
  .site-footer > p { font-size: 9px; }
  .footer-wordmark { margin-top: 30px; }
}

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

.legal-page { min-height: 100vh; }
.legal-header { padding-top: 28px; padding-bottom: 28px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.legal-header a { text-decoration: none; }
.legal-main { max-width: 980px; padding-top: clamp(70px, 9vw, 150px); padding-bottom: clamp(90px, 12vw, 200px); }
.legal-main h1 { max-width: 760px; margin-bottom: 30px; font-size: clamp(48px, 6vw, 105px); line-height: .92; }
.legal-main .legal-intro { max-width: 700px; margin-bottom: 72px; color: var(--muted); font-size: clamp(16px, 1.2vw, 22px); }
.legal-main section { max-width: 760px; padding: 28px 0; border-top: 1px solid var(--line); }
.legal-main h2 { margin-bottom: 15px; font-size: clamp(24px, 2vw, 36px); }
.legal-main p, .legal-main li { color: #4f5c63; }
.legal-main .effective { margin-top: 60px; color: var(--muted); font-size: 11px; }
