:root {
  --ink: #102a2f;
  --ink-2: #173a40;
  --paper: #f5f2eb;
  --paper-2: #e9e4da;
  --white: #fff;
  --sea: #8fb2b0;
  --sand: #c8a873;
  --text: #173033;
  --muted: #637174;
  --line: rgba(16, 42, 47, .18);
  --max: 1280px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --main-heading-size: clamp(3.3rem, 6.5vw, 7rem);
  --inner-page-heading-top: clamp(5rem, 9vw, 8.5rem);
  --inner-page-heading-height: clamp(300px, 31vw, 400px);
  --inner-page-heading-offset: clamp(4rem, 6vw, 5.25rem);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 140px; }
body { margin: 0; padding-top: 30px; color: var(--text); background: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
.factsheet-logo-transition { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; overflow: hidden; background: #082b35; opacity: 0; visibility: hidden; transition: opacity .42s ease, visibility 0s linear .42s; }
.factsheet-logo-transition::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(to right, #082b35 0, transparent 16%, transparent 84%, #082b35 100%), linear-gradient(to bottom, #082b35 0, transparent 16%, transparent 84%, #082b35 100%); }
.factsheet-logo-transition video { position: relative; z-index: 1; width: min(72vmin, 650px); height: min(72vmin, 650px); display: block; object-fit: contain; }
.factsheet-logo-transition.is-visible { opacity: 1; visibility: visible; transition-delay: 0s; }
.factsheet-logo-transition.is-leaving { opacity: 0; visibility: visible; pointer-events: none; }
body.factsheet-transition-active { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0be68; 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; z-index: 100; left: 1rem; top: -5rem; background: white; color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.audience-bar { position: fixed; z-index: 31; top: 0; left: 0; right: 0; min-height: 30px; display: flex; align-items: center; justify-content: center; gap: .55rem; background: #081d21; color: #dbe6e4; font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-header { position: fixed; top: 30px; left: 0; right: 0; z-index: 30; height: 92px; display: flex; align-items: center; padding: 0 max(24px, calc((100vw - var(--max))/2)); color: white; border-bottom: 1px solid rgba(255,255,255,.23); background: rgba(8,29,33,.94); backdrop-filter: blur(12px); }
.site-header[data-header] { background: transparent; backdrop-filter: none; transition: background-color .25s ease, backdrop-filter .25s ease, box-shadow .25s ease; }
.site-header[data-header].is-scrolled { background: rgba(8,29,33,.94); backdrop-filter: blur(12px); box-shadow: 0 8px 28px rgba(4,18,21,.14); }
.brand { width: 292px; margin-right: auto; }
.brand img { width: 100%; }
.desktop-nav { display: flex; gap: 2rem; align-items: center; }
.desktop-nav a { color: white; text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; display: block; height: 1px; width: 0; margin-top: .3rem; background: white; transition: width .2s ease; }
.desktop-nav a:hover::after { width: 100%; }
.menu-button, .mobile-nav { display: none; }
.hero { position: relative; min-height: 760px; height: 92vh; display: grid; align-items: end; color: white; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; background: var(--ink); transition: filter .9s ease, transform 1.05s cubic-bezier(.22,1,.36,1); }
@keyframes lighthouse-sea-drift {
  from { transform: scale(1.025) translate3d(-.15%, 0, 0); }
  to { transform: scale(1.045) translate3d(.15%, -.1%, 0); }
}
.hero-shade { background: linear-gradient(90deg, rgba(6,26,30,.84) 0%, rgba(6,26,30,.38) 55%, rgba(6,26,30,.16) 100%), linear-gradient(0deg, rgba(6,26,30,.5), transparent 55%); }
.hero-content { position: relative; z-index: 1; padding-bottom: clamp(1.5rem, 3vh, 2.5rem); text-align: left; transition: opacity .8s ease, transform .9s cubic-bezier(.22,1,.36,1); }
@keyframes write-character-once {
  to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}
.js [data-write-once]:not(.write-once-active), .js-heading-pending { visibility: hidden; }
.write-once-active { visibility: visible; }
.write-once-active .write-character { display: inline-block; opacity: 0; filter: blur(5px); transform: translateY(.16em) scale(.96); animation: write-character-once .58s cubic-bezier(.16,1,.3,1) forwards; animation-delay: var(--character-delay); }
.write-once-active .write-word { display: inline-block; white-space: nowrap; }
.write-once-active .write-character-space { width: .25em; }
.eyebrow { margin: 0 0 1.2rem; color: #47656a; font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #c9dad7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; }
h1 { max-width: 900px; margin-bottom: 1.25rem; font-size: var(--main-heading-size); letter-spacing: -.055em; }
.hero h1 { margin-right: auto; margin-bottom: .65rem; margin-left: 0; font-size: var(--main-heading-size); }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5vw, 5.4rem); letter-spacing: -.045em; }
h3 { font-size: 1.8rem; letter-spacing: -.025em; }
.hero-copy { max-width: 900px; margin-right: auto; margin-left: 0; color: #edf3f1; font-size: clamp(1.15rem, 2vw, 1.55rem); white-space: nowrap; }
.hero-actions { margin-top: 2.3rem; display: flex; align-items: center; justify-content: flex-start; gap: 2rem; }
.button { display: inline-flex; min-height: 50px; padding: .9rem 1.35rem; align-items: center; justify-content: center; text-decoration: none; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--paper-2); }
.button-dark { background: var(--ink); color: white; }
.button-outline { color: var(--ink); border: 1px solid rgba(16,42,47,.35); background: transparent; }
.button-outline:hover { border-color: var(--ink); background: rgba(255,255,255,.45); }
.text-link { display: inline-flex; gap: .55rem; text-decoration: none; font-weight: 750; border-bottom: 1px solid currentColor; padding-bottom: .25rem; }
.light-link { color: white; }
.hero-index { position: absolute; z-index: 2; bottom: 2rem; right: max(24px, calc((100vw - var(--max))/2)); display: flex; gap: 1rem; color: rgba(255,255,255,.66); font-size: .65rem; letter-spacing: .13em; }
.section { padding-block: clamp(5rem, 10vw, 9rem); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }
.intro h2 { max-width: 650px; }
.intro-copy { max-width: 610px; padding-top: 2.4rem; font-size: clamp(1.1rem, 1.55vw, 1.35rem); }
.intro-copy p + p { margin-top: 1.5rem; color: var(--muted); }
.approach-philosophy-film { overflow: hidden; background: var(--ink); box-shadow: 10px 12px 0 rgba(143,178,176,.28); }
.approach-philosophy-film video { display: block; width: 100%; aspect-ratio: .82; object-fit: cover; }
@media (min-width: 901px) {
  .approach-philosophy-film { align-self: stretch; }
  .approach-philosophy-film video { height: 100%; aspect-ratio: auto; }
}
.principles { background: var(--ink); color: white; }
.section-heading.split { display: grid; grid-template-columns: 1.4fr .6fr; gap: 7vw; align-items: end; margin-bottom: 5rem; }
.section-heading h2 { margin-bottom: 0; max-width: 780px; }
.section-heading > p { color: #b8c9c7; font-size: 1.05rem; }
.section-heading.dark-text > p { color: var(--muted); }
.principle-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.principle-grid > article { padding: 2rem 2.5rem 1rem 0; border-right: 1px solid rgba(255,255,255,.22); }
.principle-grid > article + article { padding-left: 2.5rem; }
.principle-grid > article:last-child { border-right: 0; }
.principle-grid span { color: var(--sea); font-size: .7rem; letter-spacing: .15em; }
.principle-grid h3 { margin: 4rem 0 1.3rem; }
.principle-grid h3.principle-heading-nowrap { font-size: clamp(1.35rem, 2.3vw, 1.65rem); white-space: nowrap; }
.principle-grid p { color: #b8c9c7; }
.strategy { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.strategy-section { background: var(--paper-2); }
.strategy-image-wrap { position: relative; }
.strategy-image-wrap img, .strategy-image-wrap video { display: block; width: 100%; aspect-ratio: .82; object-fit: cover; background: var(--ink); }
.strategy-copy h2 { font-size: clamp(2.8rem, 4vw, 4.5rem); }
.strategy-copy > p:not(.eyebrow) { max-width: 610px; font-size: 1.1rem; color: var(--muted); }
.feature-list { list-style: none; padding: 0; margin: 2.3rem 0; border-top: 1px solid var(--line); }
.feature-list li { display: flex; justify-content: space-between; gap: 2rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.feature-list strong { text-align: right; font-size: .9rem; }
.strategy-copy > p.fund-platforms { margin: -.5rem 0 2rem; font-size: .92rem; line-height: 1.7; }
.fund-platforms a { color: var(--ink); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.performance { background: #e8e1d5; }
.performance-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; margin-bottom: 3.5rem; }
.performance-page-lead { padding-top: 0; }
.performance-heading h1, .performance-heading h2 { max-width: 760px; margin-bottom: 0; letter-spacing: -.045em; }
.performance-heading h1 { max-width: none; font-size: var(--main-heading-size); white-space: nowrap; }
.performance-heading h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); }
.performance-title-line { display: block; white-space: nowrap; }
.performance-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 1.05rem; }
@media (min-width: 1100px) {
  .performance-heading { grid-template-columns: minmax(0, 1fr) max-content; }
  .performance-heading > p { white-space: nowrap; }
}
.performance-page-lead .performance-heading { min-height: var(--inner-page-heading-height); grid-template-columns: 1fr; gap: 1rem; align-content: start; align-items: start; margin-bottom: 0; padding: var(--inner-page-heading-offset) 0 3rem; }
.performance-page-lead .performance-heading > p { max-width: none; }
.performance-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 1.5rem; border-top: 1px solid var(--line); }
.performance-summary article { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; padding: 1.25rem 1.5rem 1.25rem 0; border-bottom: 1px solid var(--line); }
.performance-summary article + article { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.performance-summary span { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.performance-summary strong { color: var(--ink); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 400; line-height: 1; }
.performance-chart-card { padding: clamp(1.25rem, 3vw, 2.5rem); background: white; }
.performance-legend { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-bottom: 1.2rem; font-size: .75rem; font-weight: 750; }
.performance-key { display: inline-flex; align-items: center; gap: .55rem; }
.performance-key::before { width: 24px; height: 3px; content: ""; }
.kernow-key::before { background: #1b5870; }
.market-key::before { background: #b1b8ba; }
.transition-key::before { height: 0; border-top: 2px dashed #7f8b8c; }
.performance-chart-scroll { overflow-x: auto; padding-bottom: .4rem; scrollbar-width: thin; }
.performance-chart-scroll:focus-visible { outline-offset: 5px; }
.performance-chart-svg { display: block; width: 100%; min-width: 720px; height: auto; }
.performance-chart-svg .grid-line { stroke: rgba(16,42,47,.14); stroke-width: 1; vector-effect: non-scaling-stroke; }
.performance-chart-svg .zero-line { stroke: rgba(16,42,47,.35); }
.performance-chart-svg .axis-label { fill: #637174; font: 13px var(--sans); }
.performance-chart-svg .series-line { fill: none; stroke-width: 3; stroke-linejoin: round; stroke-linecap: round; vector-effect: non-scaling-stroke; pointer-events: stroke; cursor: pointer; transition: stroke-width .18s ease; }
.performance-chart-svg .series-line:hover { stroke-width: 5; }
.performance-chart-svg .series-kernow { stroke: #1b5870; }
.performance-chart-svg .series-market { stroke: #b1b8ba; }
.performance-chart-svg .end-dot { stroke: white; stroke-width: 2; vector-effect: non-scaling-stroke; }
.performance-chart-svg .end-label { font: 700 14px var(--sans); }
.performance-chart-svg .transition-line { stroke: #7f8b8c; stroke-width: 1.5; stroke-dasharray: 5 5; vector-effect: non-scaling-stroke; }
.performance-chart-svg .transition-label { fill: #637174; font: 700 12px var(--sans); }
.performance-source { margin: 1rem 0 0; color: var(--muted); font-size: .72rem; }
.performance-warning { margin-top: 1.4rem; padding: 1.25rem; color: white; background: var(--ink); }
.performance-warning strong { display: block; margin-bottom: .35rem; }
.performance-warning p { margin: 0; color: #c4d1cf; font-size: .84rem; }
.performance-methodology { margin: 1rem 0 0; padding-left: 1rem; color: var(--muted); border-left: 3px solid var(--sand); font-size: .78rem; line-height: 1.65; }
.recognition { background: var(--paper); color: var(--ink); }
.recognition-heading { display: grid; grid-template-columns: 1fr; gap: 0; align-items: end; margin-bottom: 4rem; }
.recognition-heading h2 { max-width: 850px; margin-bottom: 0; font-size: clamp(3rem, 5vw, 5.2rem); }
.recognition-heading > p { color: #b8c9c7; font-size: 1.05rem; }
.recognition-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.recognition-grid article { min-height: 390px; display: flex; flex-direction: column; padding: 2rem 2.5rem 2rem 0; border-right: 1px solid var(--line); }
.recognition-grid article + article { padding-left: 2.5rem; }
.recognition-grid article:last-child { border-right: 0; }
.recognition-grid span { color: var(--sea-dark); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.recognition-mark { height: 150px; flex: 0 0 150px; display: flex; align-items: center; margin: 1.8rem 0 0; overflow: hidden; }
.recognition-mark img { width: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.recognition-mark-citywire { width: min(100%, 320px); }
.recognition-mark-citywire img, .recognition-mark-crowns img { max-height: 72px; }
.recognition-grid strong { margin: 2rem 0 1rem; color: var(--ink); font-family: var(--serif); font-size: clamp(2.7rem, 4vw, 4.6rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.recognition-grid p { max-width: 290px; margin: 0; color: var(--muted); }
@media (min-width: 760px) {
  .recognition-grid p.recognition-single-line { max-width: none; white-space: nowrap; font-size: .92rem; }
}
@media (min-width: 1100px) {
  .recognition-grid article:first-child p,
  .recognition-grid article:last-child p { max-width: none; white-space: nowrap; font-size: .92rem; }
}
.recognition-footer { display: flex; justify-content: space-between; gap: 4rem; align-items: flex-start; padding-top: 1.5rem; }
.recognition-footer p { max-width: 850px; margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.65; }
.recognition-footer a { flex: 0 0 auto; font-size: .82rem; }
.insights { background: #e8e1d5; }
.journal-card { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; background: white; text-decoration: none; }
.journal-card img, .journal-card video { display: block; width: 100%; height: 100%; min-height: 480px; object-fit: cover; background: var(--ink); }
.journal-card .lighthouse-card-image { transform: scale(1.025); transform-origin: 51% 59%; animation: lighthouse-sea-drift 18s ease-in-out infinite alternate; will-change: transform; }
.journal-card > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 6vw, 5rem); }
.journal-card h3 { margin-bottom: 3rem; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.journal-card:hover img, .journal-card:hover video { filter: saturate(.85) contrast(1.06); }
.team-teaser { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: center; }
.team-copy h2 { font-size: clamp(2.8rem, 4.5vw, 4.5rem); }
.team-copy > p:not(.eyebrow) { color: var(--muted); }
.team-teaser img { width: 100%; height: 520px; object-fit: cover; }
.contact { background: var(--ink-2); color: white; }
.insights-contact { background: var(--paper-2); color: var(--ink); }
.insights-contact .contact-grid { grid-template-columns: 1fr; place-items: center; gap: 1.5rem; text-align: center; }
.insights-contact .contact-grid h2 { margin-bottom: 0; }
.insights-contact .contact-actions .button { justify-self: center; }
.fund-contact .contact-grid { grid-template-columns: 1fr; place-items: center; gap: 1.5rem; text-align: center; }
.fund-contact .contact-grid h2 { margin-bottom: 0; }
.fund-contact .contact-actions .button { justify-self: center; }
.approach-contact { background: var(--ink-2); color: white; }
.approach-contact .contact-grid { grid-template-columns: 1fr; place-items: center; gap: 1.5rem; text-align: center; }
.approach-contact .contact-grid h2 { margin-bottom: 0; }
.approach-contact .contact-actions .button { justify-self: center; }
.insights-contact .contact-grid > div:first-child > p:last-child,
.approach-contact .contact-grid > div:first-child > p:last-child { color: #c4d1cf; }
.approach-contact .button-dark { color: var(--ink); background: white; }
.approach-contact .button-outline { color: white; border-color: rgba(255,255,255,.48); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; }
.contact-grid h2 { margin-bottom: 1.2rem; }
.contact-grid > div:first-child > p:last-child { max-width: 650px; color: #c4d1cf; font-size: 1.1rem; }
.contact-actions { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.contact-actions .button { grid-column: 1 / -1; justify-self: start; }
.contact-actions.dual-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.contact-actions span { color: var(--sea); font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; }
.contact-actions p { margin-top: .6rem; color: #dbe4e2; }
.home-factsheet-cta { padding-block: clamp(2rem, 4vw, 4rem); }
.home-factsheet-cta-grid { display: grid; grid-template-columns: 1fr; min-height: 330px; }
.home-factsheet-cta-copy { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: clamp(2.5rem, 6vw, 5rem); text-align: center; }
.home-factsheet-cta-copy h2 { margin-bottom: 2rem; }
.wave-ball-panel { position: relative; isolation: isolate; overflow: hidden; }
.wave-ball-panel > *:not(.wave-ball-canvas) { position: relative; z-index: 1; }
.wave-ball-canvas { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .86; }
.back-to-top-bar { min-height: 64px; padding: 1rem 24px; display: flex; align-items: center; justify-content: center; border-top: 1px solid var(--line); background: var(--paper); }
.back-to-top-bar a { color: var(--ink); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.back-to-top-bar a:hover { text-decoration: underline; text-underline-offset: .35rem; }
.site-footer { padding-top: 4rem; background: #081d21; color: #d7e0de; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1.7fr; gap: 4vw; }
.footer-brand img { width: 240px; }
.footer-brand p { color: #91a5a4; margin-top: 1rem; }
.site-footer h2 { font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: #8ea3a1; }
.site-footer a, .link-button { display: block; width: fit-content; padding: .28rem 0; border: 0; background: none; color: #d7e0de; font: inherit; font-size: .83rem; text-decoration: none; cursor: pointer; }
.site-footer a:hover, .link-button:hover { text-decoration: underline; }
.legal { color: #8ea3a1; font-size: .72rem; line-height: 1.6; }
.footer-bottom { margin-top: 3.5rem; padding: 1.25rem 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: #829795; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; align-items: center; }
.footer-follow { color: #8ea3a1; }
.inner-header { background: var(--ink); }
.inner-header + main { padding-top: 92px; }
.page-hero { min-height: var(--inner-page-heading-height); display: flex; flex-direction: column; justify-content: flex-start; padding: var(--inner-page-heading-offset) 0 3rem; }
.page-hero.compact { padding: var(--inner-page-heading-offset) 0 3rem; }
.page-hero.compact.shell { min-height: auto; padding-bottom: clamp(1.75rem, 3vw, 2.5rem); }
.team-page-hero { color: white; background: linear-gradient(90deg, rgba(5,29,35,.60) 0%, rgba(5,29,35,.25) 52%, rgba(5,29,35,.08) 100%), url("../assets/images/live-home-hero.jpg") left 58% / 130% auto no-repeat; box-shadow: inset 0 -1px rgba(255,255,255,.18); }
.page-hero.team-page-hero h1 { margin-bottom: 0; color: white; text-shadow: 0 2px 18px rgba(3,20,24,.42); }
.news-hero { padding: var(--inner-page-heading-offset) 0 3rem; }
.page-hero h1 { max-width: 1100px; color: var(--ink); font-size: var(--main-heading-size); }
.page-hero > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.2rem; }
.people { padding-top: 2rem; }
.people#leadership { padding-top: 3rem; padding-bottom: clamp(2rem, 3vw, 3rem); }
.people#leadership .people-heading { margin-bottom: 3rem; }
#operations { padding-top: clamp(2rem, 3vw, 3rem); }
.people-alt { background: #e8e1d5; }
.people-heading { display: grid; grid-template-columns: 1fr; gap: 0; margin-bottom: 4rem; }
.people-heading h2 { max-width: 900px; font-size: clamp(2.8rem, 5vw, 5rem); }
.people-founder-quote { max-width: none; margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.25rem, 1.65vw, 1.65rem); font-style: italic; line-height: 1.3; letter-spacing: -.015em; text-wrap: balance; }
@media (min-width: 900px) {
  #operations-title, #governance-title { max-width: none; white-space: nowrap; }
  .people-founder-quote { white-space: nowrap; }
}
.people-list { border-top: 1px solid var(--line); }
.person { display: grid; grid-template-columns: 250px 1fr; gap: 5vw; padding: 3rem 0; border-bottom: 1px solid var(--line); }
.person img { width: 250px; max-width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.person span, .advisor-grid span, .office-grid > article > span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.person h3 { margin: .8rem 0 1.2rem; font-size: 2.4rem; }
.person p { max-width: 730px; color: var(--muted); }
.person a { font-weight: 700; text-underline-offset: 4px; }
.advisor-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.advisor-grid article { padding: 2rem 2rem 3rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advisor-grid article:nth-child(3n) { border-right: 0; }
.advisor-grid img { width: 100%; height: auto; aspect-ratio: 4 / 5; margin-bottom: 1.5rem; object-fit: cover; object-position: center top; filter: saturate(.82); }
.people-alt .advisor-grid { grid-template-columns: repeat(2, 1fr); }
.people-alt .advisor-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
.people-alt .advisor-grid article:nth-child(even) { border-right: 0; }
.advisor-grid h3 { margin: .7rem 0 1rem; }
.team-card-grid { display: grid; border-top: 1px solid var(--line); }
.operations-grid { grid-template-columns: repeat(2, 1fr); }
.governance-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.team-card-grid article { min-width: 0; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.team-card-grid article:first-child { padding-left: 0; }
.team-card-grid article:last-child { padding-right: 0; border-right: 0; }
.team-card-grid img { width: 250px; max-width: 100%; height: auto; aspect-ratio: 4 / 5; margin: 0 auto 1.5rem; object-fit: cover; object-position: center top; background: #e3ddd2; }
.operations-grid img, .governance-grid img { width: 220px; }
.person img, .team-card-grid img { box-shadow: 12px 14px 0 rgba(143,178,176,.34), 20px 24px 38px rgba(16,42,47,.14); }
.governance-grid article:first-child { padding-left: 2rem; }
.governance-grid article:last-child { padding-right: 2rem; }
.team-card-grid span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.team-card-grid .role-nowrap { white-space: nowrap; }
.team-card-grid h3 { margin: .7rem 0 1rem; font-size: 2rem; }
@media (min-width: 1400px) {
  .governance-grid article:first-child h3 { white-space: nowrap; font-size: 1.75rem; }
}
.team-card-grid p { color: var(--muted); }
.operations-grid article { display: grid; grid-template-columns: 250px 1fr; gap: 2rem; }
.operations-grid img { height: auto; margin-bottom: 0; }
.advisor-grid p { color: var(--muted); font-size: .9rem; }
.legal-layout { display: grid; grid-template-columns: 270px 1fr; gap: 7vw; align-items: start; }
.page-hero + .legal-layout,
.page-hero + .prose.standalone { padding-top: clamp(1.5rem, 2vw, 2.25rem); }
.legal-layout aside { position: sticky; top: 2rem; max-height: calc(100vh - 4rem); overflow: auto; }
.legal-layout aside nav { display: grid; border-top: 1px solid var(--line); }
.legal-layout aside a { position: relative; padding: .8rem 0; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; font-size: .86rem; transition: color .18s ease, padding-left .18s ease; }
.legal-layout aside a:hover { color: var(--ink); }
.legal-layout aside a[aria-current="location"] { padding-left: 1rem; color: var(--ink); font-weight: 800; }
.legal-layout aside a[aria-current="location"]::before { position: absolute; top: .68rem; bottom: .68rem; left: 0; width: 3px; content: ""; background: var(--sand); }
.prose { max-width: 850px; }
.prose section { padding-bottom: 4rem; margin-bottom: 4rem; border-bottom: 1px solid var(--line); scroll-margin-top: 2rem; }
.prose section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.prose h2 { color: var(--ink); font-size: clamp(2rem, 3vw, 3.25rem); }
.prose h3 { margin: 2.5rem 0 1rem; }
.prose p { color: #42565a; font-size: 1.02rem; }
.prose a { text-underline-offset: 4px; }
.prose ul { margin: 1rem 0 1.5rem; padding-left: 1.25rem; }
.prose li { margin-bottom: .55rem; color: #42565a; line-height: 1.65; }
.anchor-target { display: block; position: relative; top: -2rem; visibility: hidden; }
.prose.standalone { max-width: 900px; }
.prose.standalone h2 { margin-top: 3.5rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.prose.standalone h2:first-child { margin-top: 0; }
.risk-panel { margin: 2rem 0; padding: 1.5rem; background: #ece3d3; border-left: 4px solid var(--sand); }
.risk-panel strong { color: var(--ink); }
.risk-panel p { margin: .5rem 0 0; }
.document-list { border-top: 1px solid var(--line); }
.document-list a { display: flex; justify-content: space-between; gap: 2rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.document-list a:hover span { text-decoration: underline; }
.document-list small { color: var(--muted); white-space: nowrap; }
.contact-page { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding-top: 1rem; }
.contact-page-single { grid-template-columns: minmax(0, 760px); }
.contact-primary { padding: 2.5rem; background: var(--ink); color: white; }
.contact-primary .eyebrow { color: var(--sea); }
.contact-email { display: block; margin: 2rem 0; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3rem); text-decoration: none; }
.contact-primary > p:last-child { color: #b8c9c7; font-size: .85rem; }
.contact-hero { position: relative; min-height: var(--inner-page-heading-height); display: flex; align-items: stretch; padding: 0; overflow: hidden; background: #0c343b url("../assets/images/sennen-surf-contact-2200.jpg") center 46% / cover no-repeat; }
.contact-hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,28,34,.88) 0%, rgba(5,31,37,.7) 38%, rgba(5,31,37,.24) 70%, rgba(5,31,37,.08) 100%), linear-gradient(0deg, rgba(5,28,34,.38), transparent 58%); }
.contact-hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-start; padding: var(--inner-page-heading-offset) 0 3rem; }
.contact-hero h1 { max-width: 850px; color: white; font-size: var(--main-heading-size); text-shadow: 0 3px 24px rgba(0,0,0,.34); }
@media (min-width: 900px) {
  .contact-hero h1 { max-width: none; white-space: nowrap; }
}
.contact-hero .contact-hero-content > p { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.9); font-size: 1.2rem; text-shadow: 0 2px 16px rgba(0,0,0,.35); }
.contact-page-redesign { display: block; padding-block: clamp(2rem, 4vw, 3.5rem); }
.contact-primary-horizontal { min-height: 280px; display: grid; grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding: clamp(2.25rem, 5vw, 4.5rem); }
.contact-primary-horizontal h2 { max-width: 300px; margin: .7rem 0 0; color: white; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.contact-primary-horizontal .contact-email { width: fit-content; max-width: 100%; margin: 0 0 1.15rem; font-size: clamp(1.65rem, 3.4vw, 3.5rem); overflow-wrap: anywhere; text-decoration-thickness: 1px; text-underline-offset: .35rem; }
.contact-primary-horizontal .contact-email:hover { text-decoration: underline; }
.contact-primary-centered { min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: clamp(2.25rem, 5vw, 4.5rem); text-align: center; }
.contact-primary-centered .contact-email { width: fit-content; max-width: 100%; margin: 0 0 1.15rem; font-size: clamp(1.65rem, 3.4vw, 3.5rem); overflow-wrap: anywhere; text-decoration-thickness: 1px; text-underline-offset: .35rem; }
.contact-primary-centered .contact-email:hover { text-decoration: underline; }
.contact-safety { max-width: 650px; margin: 0; color: #b8c9c7; font-size: .82rem; }
.factsheet-request { padding-block: clamp(1rem, 2vw, 2rem); background: var(--paper-2); }
.factsheet-request-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.factsheet-request-copy h2 { max-width: 560px; margin-bottom: 1.25rem; }
.factsheet-request-copy > p { max-width: 560px; color: var(--muted); font-size: 1.02rem; }
.factsheet-request-copy .factsheet-privacy { margin-top: 2rem; font-size: .82rem; line-height: 1.65; }
.factsheet-privacy a { color: var(--ink); font-weight: 750; text-underline-offset: .2em; }
.factsheet-testimonial { max-width: 560px; margin: 3rem 0 0; padding: 2rem 0 0; border-top: 1px solid var(--line); }
.factsheet-testimonial p { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.18rem, 1.65vw, 1.45rem); font-style: italic; line-height: 1.5; }
.factsheet-testimonial cite { display: block; margin-top: 1.2rem; color: #47656a; font-size: .7rem; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.factsheet-testimonial cite::before { content: "— "; }
.factsheet-form { position: relative; padding: clamp(1.5rem, 4vw, 3rem); border-top: 4px solid var(--sand); background: white; box-shadow: 0 22px 55px rgba(16,42,47,.09); }
.factsheet-form-row { display: grid; gap: .45rem; margin-bottom: 1.2rem; }
.factsheet-form-row label { color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.factsheet-form-row label span { color: var(--muted); font-size: .9em; font-weight: 600; letter-spacing: .04em; text-transform: none; }
.factsheet-form-row input, .factsheet-form-row textarea { width: 100%; min-height: 52px; padding: .8rem .9rem; border: 1px solid rgba(16,42,47,.3); border-radius: 0; color: var(--text); background: #fbfaf6; font: inherit; }
.factsheet-form-row textarea { min-height: 130px; resize: vertical; }
.factsheet-form-row input:focus, .factsheet-form-row textarea:focus { outline: 3px solid rgba(200,168,115,.45); outline-offset: 1px; border-color: var(--ink); }
.investment-size-row { position: relative; padding-top: .15rem; }
.investment-size-value { position: absolute; top: 0; right: 0; color: var(--ink); font-family: var(--serif); font-size: 1.3rem; line-height: 1; }
.factsheet-form-row input[type="range"] { width: 100%; min-height: 30px; margin-top: .5rem; padding: 0; border: 0; outline: 0; background: transparent; cursor: pointer; appearance: none; -webkit-appearance: none; }
.factsheet-form-row input[type="range"]::-webkit-slider-runnable-track { height: 5px; border: 0; border-radius: 999px; background: linear-gradient(to right, var(--ink) 0 var(--range-progress, 57%), rgba(16,42,47,.2) var(--range-progress, 57%) 100%); }
.factsheet-form-row input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -7.5px; border: 2px solid #fbfaf6; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 2px rgba(16,42,47,.18); appearance: none; -webkit-appearance: none; }
.factsheet-form-row input[type="range"]::-moz-range-track { height: 5px; border: 0; border-radius: 999px; background: rgba(16,42,47,.2); }
.factsheet-form-row input[type="range"]::-moz-range-progress { height: 5px; border-radius: 999px; background: var(--ink); }
.factsheet-form-row input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border: 2px solid #fbfaf6; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 2px rgba(16,42,47,.18); }
.factsheet-form-row input[type="range"]:focus-visible { outline: 3px solid rgba(200,168,115,.45); outline-offset: 4px; }
.investment-size-scale { display: flex; justify-content: space-between; margin-top: -.15rem; color: var(--muted); font-size: .72rem; }
.factsheet-confirmation { display: flex; gap: .75rem; align-items: flex-start; margin: 1.5rem 0; color: var(--text); font-size: .9rem; cursor: pointer; }
.factsheet-confirmation input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: .15rem; accent-color: var(--ink); }
.factsheet-form .button { border: 0; cursor: pointer; font-family: inherit; }
.factsheet-form .button:disabled { cursor: wait; opacity: .6; transform: none; }
.factsheet-form-status { min-height: 1.5em; margin: 1rem 0 0; color: var(--muted); font-size: .82rem; }
.factsheet-form-status.is-success { color: #356348; font-weight: 750; }
.factsheet-form-status.is-error { color: #9d352f; font-weight: 750; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-direct-label { margin: 0 0 .75rem; color: var(--sea); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.office-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.office-grid article { padding-top: 1.4rem; border-top: 1px solid var(--line); }
.office-grid h2 { margin: .55rem 0 1rem; font-size: 1.05rem; font-family: var(--sans); font-weight: 750; letter-spacing: .01em; }
.audience-dialog, .settings-dialog { width: min(calc(100% - 32px), 660px); padding: 0; border: 0; color: var(--text); background: var(--paper); box-shadow: 0 24px 80px rgba(0,0,0,.32); }
.audience-dialog::backdrop, .settings-dialog::backdrop { background: rgba(4,18,21,.78); backdrop-filter: blur(5px); }
.dialog-inner { padding: clamp(2rem, 6vw, 4rem); }
.dialog-inner h2 { color: var(--ink); font-size: clamp(2.5rem, 6vw, 4.5rem); }
.dialog-inner > p { color: var(--muted); }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.dialog-actions button, .dialog-actions a { border: 0; cursor: pointer; }
.dialog-actions .button-secondary { min-height: 50px; padding: .9rem 1rem; color: var(--ink); background: transparent; font: inherit; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; }
.cookie-row { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.cookie-row strong { display: block; }
.cookie-row span { color: var(--muted); font-size: .83rem; }
.cookie-row em { color: #416c58; font-style: normal; font-weight: 800; }
.insights-hero { padding: var(--inner-page-heading-offset) 0 3rem; }
.insights-hero .risk-panel { max-width: 760px; margin-top: 3rem; }
.journal-library { background: var(--ink); color: white; }
.edition-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.8rem, 1.5vw, 1.25rem); }
.edition-grid > a { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.2); color: white; background: rgba(255,255,255,.025); text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.edition-grid > a:hover, .edition-grid > a:focus-visible { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.07); transform: translateY(-4px); }
.journal-edition-card > img { display: block; width: 100%; aspect-ratio: 800 / 1132; object-fit: cover; background: #d9e3e1; }
.journal-edition-copy { display: flex; flex: 1; flex-direction: column; padding: 1.2rem; }
.edition-no { color: var(--sea); font-size: .72rem; letter-spacing: .16em; }
.edition-grid small, .interview-grid > a > span, .news-list article span { color: var(--sea); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.edition-grid h3 { margin: .75rem 0 1.6rem; font-size: clamp(1.25rem, 1.7vw, 1.65rem); }
.edition-grid p { margin: auto 0 0; color: #c5d2d0; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.related-thinking { background: var(--paper-2); }
.related-thinking .section-heading { margin-bottom: clamp(1.75rem, 4vw, 3rem); }
.related-thinking-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.related-thinking-grid > a { min-height: 230px; display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid var(--line); color: var(--text); background: white; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.related-thinking-grid > a:hover, .related-thinking-grid > a:focus-visible { border-color: #91aaa7; box-shadow: 0 18px 35px rgba(11,39,44,.08); transform: translateY(-3px); }
.related-thinking-grid > a > span { color: var(--sea-dark); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.related-thinking-grid h3 { max-width: 580px; margin: 1.1rem 0 2rem; font-size: clamp(1.75rem, 2.8vw, 2.8rem); }
.related-thinking-grid p { margin: auto 0 0; color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.interview-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.interview-grid > a { position: relative; min-height: 250px; padding: 2rem 2rem 2rem 0; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--text); text-decoration: none; transition: background-color .22s ease, padding-left .22s ease; }
.interview-grid > a:nth-child(even) { padding-left: 2rem; border-right: 0; }
.interview-grid > a::after { position: absolute; top: 2rem; right: 2rem; display: grid; width: 2.35rem; height: 2.35rem; place-items: center; border: 1px solid #9bb5b3; border-radius: 50%; color: var(--ink); content: "▶"; font-size: .62rem; line-height: 1; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.interview-grid > a:hover, .interview-grid > a:focus-visible { background: var(--paper-2); }
.interview-grid > a:hover::after, .interview-grid > a:focus-visible::after { border-color: var(--ink); color: white; background: var(--ink); transform: translateX(3px); }
.interview-grid > a:hover h3, .interview-grid > a:focus-visible h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.interview-grid h3 { margin: 2.2rem 0 1.5rem; font-size: clamp(1.7rem, 2.5vw, 2.5rem); }
.interview-grid p { display: inline-flex; gap: .35rem; align-items: center; color: var(--muted); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; transition: color .2s ease, transform .2s ease; }
.interview-grid > a:hover p, .interview-grid > a:focus-visible p { color: var(--ink); transform: translateX(3px); }
.interview-grid > a.is-playing { background: var(--paper-2); }
.interview-grid > a.is-playing::after { border-color: var(--sea); color: white; background: var(--sea); transform: scale(1.08); }
.podcast-player { position: fixed; z-index: 60; right: 24px; bottom: 24px; width: min(calc(100% - 48px), 760px); padding: 1rem; border: 1px solid rgba(255,255,255,.16); color: white; background: #0b272c; box-shadow: 0 22px 70px rgba(0,0,0,.34); transform: translateY(calc(100% + 40px)); opacity: 0; transition: transform .28s cubic-bezier(.22,.7,.25,1), opacity .2s ease; }
.podcast-player[hidden] { display: none; }
.podcast-player.is-visible { transform: translateY(0); opacity: 1; }
.podcast-player-heading { display: flex; gap: 1.5rem; justify-content: space-between; align-items: flex-start; padding: .3rem .25rem 1rem; }
.podcast-player-heading [data-podcast-provider] { display: block; margin-bottom: .35rem; color: #9fc4c0; font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.podcast-player-heading h2 { max-width: 520px; margin: 0; color: white; font-family: var(--sans); font-size: 1rem; font-weight: 750; line-height: 1.3; }
.podcast-player-actions { display: flex; flex: 0 0 auto; gap: .8rem; align-items: center; }
.podcast-player-actions a { color: #d8e5e3; font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.podcast-player-actions a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.podcast-player-actions button { display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: white; background: transparent; cursor: pointer; font: inherit; font-size: 1.35rem; line-height: 1; }
.podcast-player-actions button:hover { border-color: white; background: rgba(255,255,255,.1); }
.podcast-player-frame { overflow: hidden; background: #071a1e; }
.podcast-player-frame iframe { display: block; width: 100%; height: 176px; border: 0; }
.podcast-player[data-player-type="video"] .podcast-player-frame iframe { height: auto; aspect-ratio: 16 / 9; }

.reveal-item { transition: opacity .55s ease, transform .55s cubic-bezier(.22,.7,.25,1); }
.motion-ready .reveal-item:not(.is-revealed) { opacity: 0; transform: translateY(12px); }
.reveal-item.is-revealed { opacity: 1; transform: translateY(0); }
.reveal-item:nth-child(2) { transition-delay: .06s; }
.reveal-item:nth-child(3) { transition-delay: .12s; }
.reveal-item:nth-child(4) { transition-delay: .18s; }
.scroll-grow-image { transform-origin: center; transition: transform .9s cubic-bezier(.16,1,.3,1); }
.motion-ready .scroll-grow-image:not(.is-grown) { transform: scale(.88); }
.scroll-grow-image.is-grown { transform: scale(1); }
.scroll-grow-image.scroll-grow-complete { transform: none; transition: none; }
.recognition-mark .scroll-grow-image { transform-origin: left center; transition: transform 1.05s cubic-bezier(.16,1,.3,1), opacity 1.05s ease; }
.motion-ready .recognition-mark .scroll-grow-image:not(.is-grown) { opacity: .35; transform: scale(.68); }
.recognition-mark .scroll-grow-image.is-grown { opacity: 1; transform: scale(1); }
.film-feature { padding-top: clamp(2.5rem, 5vw, 4.5rem); padding-bottom: clamp(2.5rem, 4vw, 4rem); }
.film-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; margin-bottom: 2.5rem; }
.film-heading h2 { max-width: 760px; margin-bottom: 0; }
.film-heading > div:last-child > p:not(.film-meta) { max-width: 520px; color: var(--muted); font-size: 1.05rem; }
.film-meta { margin: 1.3rem 0 0; color: #47656a; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.film-feature video { display: block; width: 100%; aspect-ratio: 1280 / 674; background: var(--ink); object-fit: cover; box-shadow: 12px 14px 0 rgba(143,178,176,.34), 20px 24px 38px rgba(16,42,47,.14); }
.featured-insight { padding-block: clamp(3.5rem, 6vw, 5.5rem); color: white; background: var(--ink-2); }
.featured-insight-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: start; }
.featured-podcast-artwork { width: 248px; max-width: 100%; height: 248px; aspect-ratio: 1 / 1; margin-bottom: 1.4rem; object-fit: cover; box-shadow: 6px 7px 0 rgba(143,178,176,.28), 12px 15px 24px rgba(0,0,0,.2); }
.featured-insight h2 { max-width: 850px; margin: .65rem 0 1rem; color: white; font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.featured-insight p:not(.eyebrow) { max-width: 640px; color: #c4d1cf; }
.featured-insight .text-link { display: inline-block; margin-top: .8rem; }
.news-feature { background: var(--ink); color: white; }
.news-feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.news-feature-grid h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.news-feature-grid > div > p:not(.eyebrow) { max-width: 620px; color: #b9c9c7; font-size: 1.05rem; }
.news-feature-media { display: block; width: 100%; height: 500px; object-fit: cover; box-shadow: 12px 14px 0 rgba(143,178,176,.34), 20px 24px 38px rgba(16,42,47,.14); }
.news-list { border-top: 1px solid var(--line); }
.news-list article { display: grid; grid-template-columns: 180px 1fr; gap: 4vw; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.news-list time { color: var(--muted); font-size: .78rem; font-weight: 700; }
.news-list h3 { margin: .55rem 0 0; font-size: clamp(1.7rem, 2.7vw, 2.8rem); }
.news-list h3 a { color: inherit; text-decoration: none; }
.news-list h3 a::after { content: " ↗"; color: var(--sea); font-family: var(--sans); font-size: .55em; vertical-align: top; }
.news-list h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.news-list p { margin: .7rem 0 0; color: var(--muted); }
.news-filters { padding-block: .85rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.news-filter-inner { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.news-filter-inner > span { margin-right: .65rem; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.news-filter-inner button { padding: .6rem .85rem; border: 1px solid transparent; color: var(--muted); background: transparent; cursor: pointer; font: inherit; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-filter-inner button:hover, .news-filter-inner button:focus-visible { color: var(--ink); border-color: var(--line); }
.news-filter-inner button[aria-pressed="true"] { color: white; border-color: var(--ink); background: var(--ink); }
.news-list-section.is-all-filter { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.filtered-news-section { padding-block: clamp(1.5rem, 3vw, 2.5rem); }
.news-list-section.is-all-filter + .milestones { padding-top: clamp(1.5rem, 3vw, 2.5rem); }
.milestones { background: var(--paper-2); box-shadow: 0 0 0 100vmax var(--paper-2); clip-path: inset(0 -100vmax); }
.milestones.is-firm-filter { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.milestones.is-firm-filter + #latest { padding-top: clamp(1.5rem, 3vw, 2.5rem); }
.archive { background: #173a40; color: white; }
.archive-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.archive-grid h2 { font-size: clamp(3rem, 5vw, 5rem); }
.archive-grid ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.archive-grid li { display: grid; grid-template-columns: 140px 1fr; gap: 2rem; padding: 1.15rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.archive-grid time { color: var(--sea); font-size: .75rem; }
.archive-grid span { color: #e2e9e7; }
.archive-grid a { color: inherit; text-decoration: none; }
.archive-grid a::after { content: " ↗"; color: var(--sea); }
.archive-grid a:hover { text-decoration: underline; text-underline-offset: .2em; }
.section-nav { display: flex; flex-wrap: wrap; gap: .75rem 1.75rem; padding-block: 1.15rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.insights-section-nav { gap: .5rem; padding-block: .85rem; }
.insights-section-nav a { padding: .6rem .85rem; border: 1px solid transparent; }
.approach-hero { padding: var(--inner-page-heading-offset) 0 3rem; }
.approach-section-nav { padding-block: .55rem; }
.approach-section-nav + .section { padding-top: clamp(3.5rem, 6vw, 5.5rem); }
.section-nav a { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.section-nav a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: .35rem; }
.alignment { color: var(--ink); background: var(--paper); }
.alignment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }
.alignment-grid h2 { max-width: 680px; }
.alignment-grid > div:last-child { padding-top: 2rem; }
.alignment-grid > div:last-child p { max-width: 610px; color: var(--muted); font-size: 1.15rem; }
.alignment .light-link { color: var(--ink); }
.fund-hero { padding: var(--inner-page-heading-offset) 0 3rem; }
.fund-hero h1 { max-width: 1100px; }
.fund-hero-actions { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; margin-top: 2rem; }
.fund-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.fund-overview > div > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 1.1rem; }
.fund-facts, .home-fund-facts { margin: 0; border-top: 1px solid var(--line); }
.fund-facts > div, .home-fund-facts > div { display: grid; grid-template-columns: 150px 1fr; gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.fund-facts dt, .home-fund-facts dt { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fund-facts dd, .home-fund-facts dd { margin: 0; font-weight: 700; }
.fund-access { scroll-margin-top: 1rem; padding-top: clamp(3.5rem, 6vw, 5.5rem); padding-bottom: clamp(2rem, 3vw, 3rem); }
.fund-access .section-heading { margin-bottom: 2.5rem; }
.fund-access-intro { max-width: none; margin: 2rem 0; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.fund-access-intro a { color: inherit; font-weight: 800; text-underline-offset: .18em; }
@media (min-width: 1100px) {
  .fund-access-intro { white-space: nowrap; font-size: .95rem; letter-spacing: -.01em; }
}
.fund-access-directory { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4vw; }
.fund-access-group h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 400; }
.fund-access-list { display: grid; grid-template-columns: 1fr; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.fund-access-group-wealth .fund-access-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fund-access-list li { padding: .85rem 1rem .85rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
.access-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.access-grid a { min-height: 195px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 1.7rem; border-right: 1px solid var(--line); text-decoration: none; }
.access-grid a:last-child { border-right: 0; }
.access-grid span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.access-grid .platform-logo { width: auto; max-width: min(100%, 190px); height: 42px; object-fit: contain; object-position: left center; }
.access-grid strong { margin: 1.5rem 0 .4rem; font-family: var(--serif); font-size: clamp(1.8rem, 2.6vw, 2.8rem); font-weight: 400; line-height: 1.05; }
.access-grid em { margin-top: .85rem; color: var(--muted); font-size: .72rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.access-grid a:hover strong { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .35rem; }
.fund-documents { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; padding-top: clamp(2rem, 3vw, 3rem); }
.fund-documents > div:first-child p:not(.eyebrow) { color: var(--muted); }
.home-routes { color: white; background: var(--ink); }
.investment-routes { color: white; background: var(--ink); }
.invest-route-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.invest-route-grid article { min-height: 380px; display: flex; flex-direction: column; padding: 2.5rem; border-right: 1px solid rgba(255,255,255,.22); }
.invest-route-grid article:first-child { padding-left: 0; }
.invest-route-grid article:last-child { padding-right: 0; border-right: 0; }
.invest-route-grid span { color: var(--sea); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.invest-route-grid h3 { max-width: 520px; margin: 4rem 0 1.2rem; color: white; font-size: clamp(2rem, 3vw, 3.2rem); }
.invest-route-grid .fund-route-title { max-width: none; font-size: clamp(1.45rem, 2.4vw, 2.3rem); letter-spacing: -.02em; white-space: nowrap; }
.invest-route-grid p { max-width: 590px; color: #b8c9c7; }
.invest-route-grid .button { margin-top: auto; align-self: flex-start; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.route-grid a { min-height: 340px; display: flex; flex-direction: column; padding: 2rem 2.2rem; border-right: 1px solid rgba(255,255,255,.22); color: white; text-decoration: none; }
.route-grid a:first-child { padding-left: 0; }
.route-grid a:last-child { padding-right: 0; border-right: 0; }
.route-grid span, .editorial-grid span { color: var(--sea); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.route-grid h3 { margin: 3rem 0 1.2rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.route-grid p { color: #b8c9c7; }
.route-grid em, .editorial-grid em { margin-top: auto; font-size: .72rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.route-grid a:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .4rem; }
.home-fund { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.home-fund > div > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.home-fund .button { margin-top: 1rem; }
.home-editorial { background: var(--paper-2); }
#home-editorial-title { font-size: clamp(2.65rem, 4.3vw, 4.8rem); white-space: nowrap; }
.editorial-grid { display: grid; grid-template-columns: 1.35fr .65fr; background: white; }
.editorial-grid > a { color: var(--text); text-decoration: none; }
.editorial-feature { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; }
.editorial-feature img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.editorial-feature > div, .editorial-news { display: flex; flex-direction: column; padding: clamp(2rem, 4vw, 3.5rem); }
.editorial-news { border-left: 1px solid var(--line); }
.editorial-grid h3 { margin: 2.5rem 0 1rem; font-size: clamp(2.2rem, 3.5vw, 3.8rem); }
.editorial-grid p { color: var(--muted); }
.editorial-grid a:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .4rem; }
.audience-note { max-width: 850px; margin: 2rem 0 0; padding: .9rem 0 .9rem 1rem; color: var(--muted); border-left: 3px solid var(--sand); font-size: .84rem !important; }
.journal-feature { display: grid; grid-template-columns: minmax(230px,.42fr) 1fr; min-height: 480px; margin-bottom: 4rem; border: 1px solid rgba(255,255,255,.25); color: white; text-decoration: none; }
.journal-cover-art { min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; padding: 2.5rem; color: var(--ink); background: linear-gradient(155deg, #b8d1cf 0%, #e5d8bb 55%, #b48556 100%); }
.journal-cover-art small, .journal-cover-art span { font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.journal-cover-art strong { font-family: var(--serif); font-size: clamp(7rem, 13vw, 12rem); font-weight: 400; line-height: .8; }
.journal-feature > div { display: flex; flex-direction: column; padding: clamp(2rem, 5vw, 5rem); }
.journal-feature span, .profile-grid span { color: var(--sea); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.journal-feature h3 { margin: 3rem 0 1.2rem; font-size: clamp(3rem, 5vw, 5rem); }
.journal-feature p { max-width: 600px; color: #c5d2d0; }
.journal-feature em { margin-top: auto; font-size: .72rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journal-feature:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .5rem; }
.journal-archive-heading { padding-top: 1rem; }
.edition-grid-compact { grid-template-columns: repeat(3, 1fr); }
.edition-grid-compact > a:nth-child(n) { border-right: 1px solid rgba(255,255,255,.2); }
.edition-grid-compact > a:last-child { border-right: 0; }
.profiles-section { color: white; background: var(--ink-2); }
.profile-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.profile-grid-single { grid-template-columns: 1fr; }
.profile-grid-single a { border-right: 0; }
.profile-grid a { min-height: 280px; display: flex; flex-direction: column; padding: 2rem 2.5rem 2rem 0; color: white; border-right: 1px solid rgba(255,255,255,.22); text-decoration: none; }
.profile-grid a + a { padding-left: 2.5rem; border-right: 0; }
.profile-grid h3 { margin: 2.5rem 0 1.2rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.profile-grid p { margin-top: auto; color: #c5d2d0; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.milestone-grid { list-style: none; display: grid; grid-template-columns: repeat(5,1fr); padding: 0; margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.milestone-grid > article { min-height: 230px; padding: 1.5rem; border-right: 1px solid var(--line); }
.milestone-grid > article:first-child { padding-left: 0; }
.milestone-grid > article:last-child { padding-right: 0; border-right: 0; }
.milestone-grid span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.milestone-grid strong { display: block; margin: 2.5rem 0 .8rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; line-height: 1.08; }
.milestone-grid p { color: var(--muted); font-size: .86rem; }
.archive-grid > div > p:not(.eyebrow) { color: #b8c9c7; }
.year-archive { border-top: 1px solid rgba(255,255,255,.2); }
.year-archive details { border-bottom: 1px solid rgba(255,255,255,.2); }
.year-archive summary { display: flex; justify-content: space-between; align-items: center; padding: 1.15rem 0; cursor: pointer; list-style: none; }
.year-archive summary::-webkit-details-marker { display: none; }
.year-archive summary span { color: white; font-family: var(--serif); font-size: 2rem; }
.year-archive summary small { color: var(--sea); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.year-archive summary::after { content: "+"; margin-left: 1rem; color: var(--sea); font-size: 1.6rem; }
.year-archive details[open] summary::after { content: "−"; }
.year-archive ol { list-style: none; padding: 0 0 1rem; margin: 0; }
.year-archive li { display: grid; grid-template-columns: 140px 1fr; gap: 2rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.year-archive time { color: var(--sea); font-size: .75rem; }
.year-archive a { color: inherit; text-decoration: none; }
.year-archive a::after { content: " ↗"; color: var(--sea); }
.year-archive a:hover { text-decoration: underline; text-underline-offset: .2em; }
.adviser-feature { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: start; }
.adviser-feature article { display: grid; grid-template-columns: 260px 1fr; gap: 3rem; align-items: start; }
.adviser-feature img { width: 260px; height: auto; object-fit: contain; object-position: center top; }
.adviser-feature span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.adviser-feature h3 { margin: .7rem 0 1rem; font-size: 2.4rem; }
.adviser-feature p { color: var(--muted); }
.contact-actions { align-content: center; }
.contact-actions .button { align-self: start; }
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero-copy { white-space: normal; }
  .menu-button { display: grid; gap: 7px; width: 48px; height: 48px; place-content: center; border: 0; background: transparent; color: white; }
  .menu-button span:not(.sr-only) { display: block; width: 26px; height: 1px; background: currentColor; }
  .mobile-nav { position: absolute; top: 92px; left: 0; right: 0; padding: 1.2rem 24px 2rem; background: var(--ink); }
  .mobile-nav:not([hidden]) { display: grid; }
  .mobile-nav a { padding: .8rem 0; color: white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.16); }
  .intro, .strategy, .team-teaser, .contact-grid, .home-factsheet-cta-grid, .journal-card, .section-heading.split, .recognition-heading, .film-heading, .performance-heading { grid-template-columns: 1fr; }
  .home-factsheet-cta-grid > img { min-height: 320px; max-height: 480px; }
  .edition-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro { gap: 1rem; }
  .intro-copy { padding-top: 0; }
  .approach-philosophy-film video { aspect-ratio: 16 / 10; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid > article, .principle-grid > article + article { padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .principle-grid h3 { margin-top: 2rem; }
  .section-heading.split { gap: 1.5rem; margin-bottom: 3rem; }
  .performance-heading { gap: 1.5rem; margin-bottom: 2.5rem; }
  .film-heading { gap: 1.5rem; }
  .strategy-image-wrap { max-width: 620px; }
  .journal-card img, .journal-card video { height: 380px; min-height: 0; }
  .team-copy { max-width: 650px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .people-heading, .legal-layout, .contact-page, .factsheet-request-grid { grid-template-columns: 1fr; }
  .factsheet-request-grid { gap: 2.5rem; }
  .legal-layout aside { position: static; max-height: none; overflow: visible; }
  .advisor-grid { grid-template-columns: repeat(2, 1fr); }
  .advisor-grid article:nth-child(n) { padding: 2rem 2rem 3rem; border-right: 1px solid var(--line); }
  .advisor-grid article:nth-child(even) { border-right: 0; }
  .operations-grid { grid-template-columns: 1fr; }
  .governance-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card-grid article:nth-child(n) { padding: 2rem; }
  .governance-grid article:nth-child(even) { border-right: 0; }
  .news-feature-grid, .archive-grid, .featured-insight-grid { grid-template-columns: 1fr; }
  .news-feature-media { height: 380px; }
  .alignment-grid, .fund-overview, .fund-documents, .home-fund, .editorial-grid, .editorial-feature, .journal-feature, .adviser-feature { grid-template-columns: 1fr; }
  .alignment-grid > div:last-child { padding-top: 0; }
  .route-grid, .access-grid, .invest-route-grid { grid-template-columns: 1fr; }
  .fund-access-directory { grid-template-columns: 1fr; gap: 2.5rem; }
  .fund-access-list, .fund-access-group-wealth .fund-access-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-grid a:nth-child(n), .access-grid a:nth-child(n) { min-height: 230px; padding: 1.75rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .invest-route-grid article:nth-child(n) { min-height: 0; padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .invest-route-grid article:last-child { border-bottom: 0; }
  .invest-route-grid h3 { margin-top: 2.5rem; }
  .access-grid a:nth-child(n) { min-height: 170px; padding-inline: 0; border-bottom-color: var(--line); }
  .route-grid a:last-child, .access-grid a:last-child { border-bottom: 0; }
  .editorial-news { min-height: 300px; border-top: 1px solid var(--line); border-left: 0; }
  .journal-cover-art { min-height: 420px; }
  .edition-grid-compact { grid-template-columns: 1fr; }
  .edition-grid-compact > a:nth-child(n) { border-right: 0; }
  .milestone-grid { grid-template-columns: repeat(2,1fr); }
  .milestone-grid > article:nth-child(n) { padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .milestone-grid > article:nth-child(even) { border-right: 0; }
  .milestone-grid > article:last-child { border-bottom: 0; }
  .adviser-feature article { grid-template-columns: 220px 1fr; }
}
@media (max-width: 600px) {
  .site-footer .footer-brand { display: none; }
  .team-page-hero { background-size: 200% auto; background-position: left 55%; }
  .performance-heading h1 { font-size: var(--main-heading-size); white-space: normal; }
  .invest-route-grid .fund-route-title { font-size: clamp(.98rem, 4.3vw, 1.35rem); }
  .podcast-player { right: 0; bottom: 0; width: 100%; padding: .8rem; border-right: 0; border-bottom: 0; border-left: 0; }
  .podcast-player-heading { display: grid; grid-template-columns: 1fr auto; gap: .8rem; }
  .podcast-player-heading h2 { font-size: .9rem; }
  .podcast-player-actions a { display: none; }
  .podcast-player-frame iframe { height: 168px; }
  .audience-dialog, .settings-dialog { width: calc(100vw - 32px); max-width: calc(100vw - 32px); overflow: hidden; }
  .dialog-inner { padding: 1.7rem; }
  .dialog-inner h2 { font-size: clamp(2rem, 11vw, 3rem); overflow-wrap: anywhere; }
  .dialog-actions { display: grid; grid-template-columns: 1fr; }
  .dialog-actions .button, .dialog-actions .button-secondary { width: 100%; text-align: center; }
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .audience-bar { font-size: .6rem; letter-spacing: .1em; }
  #home-editorial-title { white-space: normal; }
  .site-header { padding-inline: 16px; height: 78px; }
  .site-header[data-header],
  .site-header[data-header].is-scrolled {
    background: var(--ink);
    backdrop-filter: none;
    box-shadow: none;
    transition: none;
  }
  .inner-header + main { padding-top: 78px; }
  .brand { width: 218px; }
  .mobile-nav { top: 78px; }
  .hero { min-height: 0; height: calc(100vh - 30px); height: calc(100svh - 30px); }
  .hero::before { position: absolute; inset: 0; content: ""; background: var(--ink); }
  .hero-image { inset: 14% 0 auto; width: 100%; height: 72vw; max-height: 330px; object-fit: cover; object-position: center; }
  .hero-content { padding-bottom: calc(4.75rem + env(safe-area-inset-bottom)); }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.25rem); }
  .hero-copy { font-size: clamp(1rem, 4.8vw, 1.15rem); line-height: 1.4; }
  .hero-actions { margin-top: 1.35rem; align-items: flex-start; flex-direction: column; }
  .hero-index { display: none; }
  h1 { font-size: var(--main-heading-size); }
  .feature-list strong { max-width: 60%; }
  .performance-summary { grid-template-columns: 1fr; }
  .performance-summary article + article { padding-left: 0; border-left: 0; }
  .performance-chart-card { margin-inline: -16px; padding-inline: 12px; }
  .performance-chart-scroll { overflow-x: hidden; }
  .performance-chart-svg { width: 100%; min-width: 0; }
  .performance-chart-svg .axis-label { font-size: 18px; }
  .performance-chart-svg .transition-label { font-size: 17px; }
  .performance-chart-svg .end-label { font-size: 19px; }
  .fund-access-list, .fund-access-group-wealth .fund-access-list { grid-template-columns: 1fr; }
  .contact-actions, .footer-grid { grid-template-columns: 1fr; }
  .contact-actions .button { max-width: 100%; font-size: .68rem; }
  .contact-actions.dual-actions { align-items: stretch; flex-direction: column; }
  .contact-actions.dual-actions .button { width: 100%; }
  .news-filter-inner { flex-wrap: nowrap; gap: .08rem; justify-content: space-between; }
  .news-filter-inner > span { display: none; }
  .news-filter-inner button { flex: 0 0 auto; padding: .58rem .22rem; font-size: .58rem; letter-spacing: .02em; white-space: nowrap; }
  .team-teaser img { height: 340px; }
  .journal-card img, .journal-card video { height: 300px; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .footer-bottom-links {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: .65rem;
  }
  .footer-bottom-links a,
  .footer-bottom-links .footer-follow {
    flex: 0 0 auto;
    font-size: .62rem;
    letter-spacing: .04em;
    white-space: nowrap;
  }
  .person { grid-template-columns: 1fr; }
  .person img { width: 250px; height: auto; }
  .advisor-grid, .office-grid { grid-template-columns: 1fr; }
  .advisor-grid article:nth-child(n) { padding: 2rem 0; border-right: 0; }
  .team-card-grid { grid-template-columns: 1fr; }
  .team-card-grid article:nth-child(n) { padding: 2rem 0; border-right: 0; }
  .operations-grid article { grid-template-columns: 1fr; }
  .team-card-grid img { width: 250px; max-width: 100%; height: auto; }
  .recognition-grid { grid-template-columns: 1fr; }
  .recognition-grid article:nth-child(n) { min-height: 210px; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .recognition-grid article:last-child { border-bottom: 0; }
  .recognition-footer { flex-direction: column; gap: 1.5rem; }
  .contact-primary { padding: 1.5rem; }
  .contact-primary-centered .contact-email { max-width: none; font-size: clamp(1.1rem, 5.3vw, 1.5rem); overflow-wrap: normal; white-space: nowrap; }
  .contact-primary-horizontal { min-height: 0; grid-template-columns: 1fr; gap: 2rem; padding: 2rem 1.5rem; }
  .contact-primary-horizontal h2 { margin-top: .45rem; }
  .edition-grid, .interview-grid, .related-thinking-grid { grid-template-columns: 1fr; }
  .interview-grid > a:nth-child(n) { padding: 1.5rem 0; border-right: 0; }
  .edition-grid > a { min-height: 0; }
  .news-list article, .archive-grid li { grid-template-columns: 1fr; gap: .8rem; }
  .section-nav { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 1rem; scrollbar-width: thin; }
  .insights-section-nav { padding-block: .85rem; }
  .section-nav a { white-space: nowrap; }
  .fund-section-nav { display: grid; gap: 0; overflow-x: visible; padding-block: .35rem; }
  .fund-section-nav a { padding-block: .8rem; white-space: normal; }
  .fund-section-nav a + a { border-top: 1px solid var(--line); }
  .fund-facts > div, .home-fund-facts > div { grid-template-columns: 1fr; gap: .35rem; }
  .journal-feature { grid-template-columns: 1fr; }
  .journal-feature > div { min-height: 360px; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-grid a:nth-child(n) { min-height: 240px; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .profile-grid a:last-child { border-bottom: 0; }
  .milestone-grid { grid-template-columns: 1fr; }
  .milestone-grid > article:nth-child(n) { min-height: 0; padding: 1.5rem 0; border-right: 0; }
  .year-archive li { grid-template-columns: 1fr; gap: .45rem; }
  .adviser-feature article { grid-template-columns: 1fr; }
  .adviser-feature img { width: 100%; max-width: 360px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .js [data-write-once] { visibility: visible; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
  .journal-card .lighthouse-card-image { animation: none; transform: scale(1.025); }
  .motion-ready .reveal-item:not(.is-revealed) { opacity: 1; transform: none; }
  .motion-ready .scroll-grow-image:not(.is-grown) { transform: none; }
  .wave-ball-canvas { opacity: .56; }
  .write-once-active .write-character { opacity: 1; filter: none; transform: none; animation: none; }
  .factsheet-logo-transition { display: none; }
}
