/*
Theme Name: Aayusamvedna Atelier
Theme URI: https://aayusamvedna.com/
Author: Aayusamvedna Group
Description: A cinematic, responsive editorial theme for the Aayusamvedna ecosystem.
Version: 2.2.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: aayusamvedna-atelier
*/

@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/InstrumentSerif-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #050a0f;
  --ink-raised: #091119;
  --ink-soft: #0d151e;
  --ivory: #f3efe8;
  --ivory-soft: #d9d7d2;
  --slate: #8d97a5;
  --slate-dark: #5e6875;
  --amber: #e7a23a;
  --amber-soft: #f0b252;
  --line: rgba(183, 195, 209, 0.14);
  --line-bright: rgba(243, 239, 232, 0.24);
  --container: min(1280px, calc(100vw - 56px));
  --narrow: min(1060px, calc(100vw - 56px));
  --reading: min(760px, calc(100vw - 40px));
  --serif: "Instrument Serif", "Times New Roman", serif;
  --sans: "Instrument Serif", "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --header-h: 78px;
  --ease: cubic-bezier(.2,.65,.25,1);
  --shadow: 0 30px 90px rgba(0,0,0,.35);
  --surface-glass: rgba(9,17,25,.72);
  --surface-glass-strong: rgba(5,10,15,.9);
  --field-bg: rgba(255,255,255,.035);
  --hover-wash: rgba(255,255,255,.03);
  --image-filter: brightness(.9) saturate(.9) contrast(1.07);
  --image-filter-hover: brightness(.98) saturate(1.04) contrast(1.04);
  --image-vignette: linear-gradient(180deg, rgba(2,6,10,.04), rgba(2,6,10,.22));
  --pointer-color: rgba(231,162,58,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); color-scheme: dark; }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--sans); font-size: 18px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; transition: background-color .55s var(--ease), color .45s ease; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--amber); color: var(--ink); }
:where(a, button, input, textarea, select, [tabindex]):focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; }

.site-shell { min-height: 100vh; overflow: clip; background: var(--ink); transition: background-color .55s var(--ease); }
.container { width: var(--container); margin-inline: auto; }
.narrow { width: var(--narrow); }
.reading-width { width: var(--reading); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; background: var(--ivory); color: var(--ink); padding: 10px 16px; border-radius: 99px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, h4, p, blockquote { margin-top: 0; }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(4rem, 8vw, 8.4rem); }
h2 { font-size: clamp(2.8rem, 5vw, 5.25rem); }
h3 { font-size: clamp(1.65rem, 2.5vw, 2.35rem); }
em { color: var(--slate); font-weight: 400; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 34px; color: var(--amber); font-family: var(--mono); font-size: .72rem; line-height: 1.2; letter-spacing: .34em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 18px; height: 1px; background: currentColor; }
.eyebrow.pill { display: inline-flex; padding: 10px 15px; border: 1px solid rgba(231,162,58,.25); border-radius: 999px; background: var(--surface-glass); backdrop-filter: blur(12px); letter-spacing: .24em; }
.eyebrow.pill::before { display: none; }
.eyebrow.pill span { width: 7px; height: 7px; background: var(--amber); border-radius: 50%; box-shadow: 0 0 16px var(--amber); }
.microcopy { font-family: var(--mono); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--slate); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-h); border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, color .35s ease, transform .35s ease; }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { background: var(--surface-glass); border-color: var(--line); backdrop-filter: blur(22px) saturate(125%); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 1.48rem; line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.wordmark-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 18px rgba(231,162,58,.5); }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); margin-left: auto; }
.primary-nav a { position: relative; color: var(--slate); font-size: 1.03rem; padding: 8px 11px; border-radius: 999px; transition: color .25s ease, background .25s ease, transform .25s var(--ease), box-shadow .25s ease; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 1px; background: var(--amber); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav a.is-active { color: var(--ivory); background: var(--hover-wash); box-shadow: inset 0 0 0 1px var(--line); transform: translateY(-2px); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-button { position: relative; isolation: isolate; overflow: hidden; width: 42px; height: 42px; border: 0; border-radius: 50%; background: transparent; color: var(--slate); display: grid; place-items: center; cursor: pointer; transition: color .2s ease, background .25s ease, transform .2s ease; }
.icon-button:hover { color: var(--amber); transform: rotate(16deg); }
.icon-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .65s var(--ease), filter .3s ease; }
.menu-toggle { position: relative; isolation: isolate; overflow: hidden; display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; margin: 6px 0; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }

.button { position: relative; isolation: isolate; overflow: hidden; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 25px; border: 1px solid transparent; border-radius: 999px; font-weight: 400; font-size: 1.02rem; line-height: 1; transition: background .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease, transform .2s var(--ease); }
.button span, .text-link span { transition: transform .25s var(--ease); }
.button:hover span, .text-link:hover span { transform: translateX(5px); }
.button-light { background: var(--ivory); color: var(--ink); box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.button-light:hover, .button-light:focus-visible { background: var(--amber-soft); box-shadow: 0 10px 38px rgba(231,162,58,.22); }
.button-ghost { border-color: var(--line-bright); color: var(--ivory); background: var(--surface-glass); backdrop-filter: blur(8px); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: var(--amber); color: var(--amber-soft); background: rgba(231,162,58,.07); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--amber); font-weight: 600; font-size: .92rem; }
.text-link::after { content: ""; height: 1px; width: 0; background: currentColor; transition: width .3s var(--ease); }
.text-link:hover::after { width: 34px; }

.hero { position: relative; min-height: max(760px, 100svh); display: grid; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(3,7,11,.72) 0%, rgba(3,7,11,.28) 48%, rgba(3,7,11,.18) 72%, rgba(3,7,11,.52) 100%), linear-gradient(0deg, rgba(3,7,11,.98) 0%, rgba(3,7,11,.22) 45%, rgba(3,7,11,.42) 100%), var(--hero-image); background-size: cover; background-position: center; transform: scale(1.02); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 52% 43%, transparent 0 20%, rgba(5,10,15,.08) 42%, rgba(5,10,15,.42) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: calc(var(--header-h) + 48px); }
.hero-content h1 { max-width: 1020px; margin-bottom: 34px; font-size: clamp(4rem, 8.4vw, 8.6rem); text-shadow: 0 8px 35px rgba(0,0,0,.48); }
.hero-content h1 em { display: block; font-size: .81em; }
.hero-lede { max-width: 650px; margin-bottom: 38px; color: #bcc4cf; font-size: clamp(1rem, 1.6vw, 1.22rem); line-height: 1.6; }
.scroll-cue { position: absolute; z-index: 2; right: max(28px, calc((100vw - min(1280px, calc(100vw - 56px))) / 2)); bottom: 38px; display: flex; align-items: center; gap: 12px; color: var(--slate); font-family: var(--mono); font-size: .66rem; letter-spacing: .17em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 1px; height: 42px; background: linear-gradient(var(--amber), transparent); animation: scroll-pulse 2s ease-in-out infinite; }
@keyframes scroll-pulse { 0%,100% { transform: scaleY(.45); transform-origin: top; opacity: .5; } 50% { transform: scaleY(1); opacity: 1; } }

.marquee { border-block: 1px solid var(--line); background: var(--ink-raised); overflow: hidden; transition: background-color .55s var(--ease), border-color .45s ease; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 54px; padding: 25px 0; animation: marquee 32s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 54px; color: var(--slate); font-family: var(--serif); font-size: 1.35rem; white-space: nowrap; }
.marquee-track i { width: 8px; height: 8px; background: var(--amber); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(90px, 11vw, 160px) 0; border-bottom: 1px solid var(--line); transition: background-color .55s var(--ease), border-color .45s ease, color .45s ease; }
.section-tinted { background: var(--ink-raised); }
.statement-section { min-height: 720px; display: grid; align-items: center; }
.display-statement { margin-bottom: 0; font-size: clamp(3.2rem, 6vw, 6.3rem); line-height: 1.05; }
.display-statement span { color: var(--slate); }
.section-intro { display: grid; grid-template-columns: 1fr minmax(280px, 460px); align-items: end; gap: 60px; margin-bottom: 64px; }
.section-intro h2 { margin-bottom: 0; }
.section-intro > p { color: var(--slate); margin-bottom: 4px; }
.section-intro .text-link { justify-self: end; }
.section-action { display: flex; justify-content: flex-end; padding-top: 38px; }

.venture-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.venture-card { min-width: 0; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: linear-gradient(160deg, var(--hover-wash), transparent); transition: transform .45s var(--ease), border-color .35s ease, background .45s ease, box-shadow .45s ease; }
.venture-card:hover { transform: translateY(-10px); border-color: rgba(231,162,58,.36); box-shadow: var(--shadow); }
.venture-image { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--ink-soft); }
.venture-image::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, var(--ink-raised)); }
.venture-image img { width: 100%; height: 100%; object-fit: cover; filter: var(--image-filter); transition: transform .75s var(--ease), filter .55s ease; }
.venture-card:hover img { transform: scale(1.055); filter: var(--image-filter-hover); }
.status { position: absolute; top: 18px; left: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 999px; background: rgba(4,8,12,.82); backdrop-filter: blur(12px); color: var(--ivory); font-family: var(--mono); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 12px var(--amber); }
.status-muted i { background: var(--slate); box-shadow: none; }
.venture-copy { padding: 30px 32px 36px; }
.venture-copy h3 { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 20px; font-size: clamp(1.65rem, 2.3vw, 2.25rem); }
.venture-copy h3 span { color: var(--slate); font-family: var(--sans); font-size: 1rem; transition: transform .3s var(--ease), color .3s ease; }
.venture-card:hover h3 span { color: var(--amber); transform: translate(4px,-4px); }
.venture-copy p:last-child { color: var(--slate); font-size: .95rem; line-height: 1.65; margin: 0; }

.founder-feature { background: var(--ink-raised); transition: background-color .55s var(--ease); }
.split-feature { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(420px, 1.1fr); gap: clamp(54px, 8vw, 120px); align-items: center; }
.portrait-frame { position: relative; border: 1px solid rgba(231,162,58,.18); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); background: var(--ink-raised); }
.portrait-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(5,10,15,.24)); pointer-events: none; }
.portrait-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: var(--image-filter); transition: transform .8s var(--ease), filter .6s ease; }
.portrait-frame:hover img { transform: scale(1.025); filter: var(--image-filter-hover); }
.feature-copy blockquote { margin: 0 0 42px; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.14; }
.founder-credit { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-top: 26px; border-top: 1px solid var(--line); }
.founder-credit strong, .founder-credit span { display: block; }
.founder-credit strong { font-size: 1rem; }
.founder-credit span { color: var(--slate); font-size: .88rem; }

.metrics-section { padding: clamp(60px, 7vw, 100px) 0; background: var(--ivory); color: var(--ink); }
.metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.metric strong, .metric span { display: block; }
.metric strong { color: var(--amber); font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 5.3vw, 5.6rem); line-height: 1; letter-spacing: -.05em; }
.metric span { margin-top: 15px; color: #72757a; font-family: var(--mono); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; }

.world-section { position: relative; min-height: 650px; display: grid; align-items: center; background-image: linear-gradient(90deg, rgba(3,7,11,.96), rgba(3,7,11,.42) 62%, rgba(3,7,11,.78)), var(--world-image); background-size: cover; background-position: center; overflow: hidden; }
.world-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--ink), transparent 22%, transparent 80%, var(--ink)); pointer-events: none; }
.world-section .container { position: relative; z-index: 1; }
.world-section h2 { max-width: 900px; margin-bottom: 42px; font-size: clamp(3.3rem, 6vw, 6.5rem); }
.world-section.compact { min-height: 560px; }

.post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.post-card { border-top: 1px solid var(--line-bright); min-height: 270px; }
.post-card a, .post-card:not(:has(a)) { height: 100%; display: flex; flex-direction: column; padding: 30px 0 10px; }
.post-card a { transition: color .25s ease; }
.post-card a:hover h2, .post-card a:hover h3 { color: var(--amber-soft); }
.post-card span { color: var(--amber); font-family: var(--mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.post-card h2, .post-card h3 { margin: 26px 0 18px; font-size: 2rem; line-height: 1.07; transition: color .25s ease; }
.post-card p { color: var(--slate); font-size: .92rem; }
.post-card b { margin-top: auto; font-size: .8rem; }
.post-thumb { aspect-ratio: 16/9; overflow: hidden; margin: -10px 0 25px; border-radius: 14px; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; filter: var(--image-filter); transition: transform .6s var(--ease), filter .55s ease; }
.post-card:hover .post-thumb img { transform: scale(1.04); filter: var(--image-filter-hover); }

.cta-section { min-height: 560px; display: grid; align-items: center; text-align: center; }
.cta-section h2 { margin-bottom: 30px; }
.cta-section p { max-width: 700px; margin: 0 auto 38px; color: var(--slate); font-size: 1.13rem; }
.cta-section .button-row { justify-content: center; }

.site-footer { padding: 80px 0 28px; background: var(--ink-raised); transition: background-color .55s var(--ease), color .45s ease; }
/* The legacy Turbo H&F Builder marks every theme footer as hidden even when its
   template is not suitable for this theme. Keep Atelier's footer authoritative. */
body.tahefobu-hide-theme-footer .site-footer { display: block !important; }
.turbo-footer-template { display: none !important; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(4,1fr); gap: 42px; padding-bottom: 68px; }
.footer-brand p { max-width: 390px; color: var(--slate); font-size: .88rem; margin: 26px 0; }
.footer-brand .microcopy { font-size: .65rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column h2 { color: var(--slate); margin: 5px 0 8px; font-family: var(--mono); font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; }
.footer-column a { color: var(--ivory-soft); font-size: .88rem; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: var(--amber); transform: translateX(4px); }
.footer-base { display: flex; justify-content: space-between; gap: 28px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--slate); font-family: var(--mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.back-to-top { position: fixed; z-index: 900; right: 24px; bottom: 24px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line-bright); border-radius: 50%; background: var(--surface-glass); backdrop-filter: blur(12px); color: var(--ivory); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease, border-color .25s ease, background .35s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { border-color: var(--amber); color: var(--amber); }

/* Interior pages */
.page-hero { min-height: 720px; display: grid; align-items: center; padding: calc(var(--header-h) + 100px) 0 100px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 8%, rgba(132,78,28,.18), transparent 34%), var(--ink); }
.page-hero .container > p:last-child { max-width: 760px; color: var(--slate); font-size: 1.16rem; }
.page-hero h1 { margin-bottom: 42px; }
.page-hero-warm { background: radial-gradient(circle at 55% -10%, rgba(167,105,42,.24), transparent 42%), var(--ink); }
.founder-page-hero { min-height: 520px; align-items: end; padding-bottom: 70px; }
.ventures-page-hero { background: radial-gradient(circle at 72% 0%, rgba(15,74,105,.23), transparent 36%), radial-gradient(circle at 15% 0%, rgba(147,77,26,.2), transparent 30%), var(--ink); }
.supporting-page-hero { min-height: 640px; }
.content-grid { display: grid; grid-template-columns: minmax(240px,.55fr) minmax(420px,1.45fr); gap: 80px; }
.content-grid h2 { font-size: 3.4rem; }
.prose p, .entry-content p { color: var(--slate); font-size: 1.08rem; line-height: 1.85; margin-bottom: 28px; }
.entry-content h2, .entry-content h3 { margin-top: 1.5em; }
.entry-content a { color: var(--amber); text-decoration: underline; text-underline-offset: 4px; }
.entry-content ul, .entry-content ol { color: var(--slate); }
.entry-content blockquote { margin: 50px 0; padding-left: 28px; border-left: 2px solid var(--amber); font-size: 2.25rem; }
.value-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.value-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.value-card { min-height: 230px; padding: 42px; border: 1px solid var(--line); border-radius: 18px; background: var(--hover-wash); transition: border-color .3s ease, transform .35s var(--ease), background .3s ease, box-shadow .35s ease; }
.value-card:hover { border-color: rgba(231,162,58,.35); transform: translateY(-6px); background: rgba(231,162,58,.025); }
.value-card span { color: var(--amber); font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; }
.value-card h2, .value-card h3 { margin: 30px 0 16px; font-size: 2rem; }
.value-card p { color: var(--slate); margin-bottom: 0; }
.roadmap-section h2 { margin-bottom: 62px; }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 170px 1fr; gap: 30px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.timeline-item > span { color: var(--amber); font-family: var(--mono); font-size: .82rem; letter-spacing: .08em; }
.timeline-item h3 { margin-bottom: 12px; font-size: 2.1rem; }
.timeline-item p { color: var(--slate); margin: 0; }

.founder-letter-section { padding-top: 60px; }
.founder-letter-grid { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(480px,1.22fr); gap: clamp(60px,8vw,120px); align-items: start; }
.founder-aside { position: sticky; top: calc(var(--header-h) + 28px); }
.founder-aside h2 { margin: 26px 0 4px; font-size: 2rem; }
.founder-aside > p { color: var(--slate); }
.founder-letter blockquote { margin: 0 0 50px; font-size: clamp(2.3rem,4.2vw,4.6rem); line-height: 1.1; }
.founder-letter > p { color: var(--slate); font-size: 1.08rem; line-height: 1.82; margin-bottom: 32px; }
.founder-principles { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; margin-top: 46px; padding-top: 34px; border-top: 1px solid var(--line); }
.founder-principles span, .founder-principles strong { display: block; }
.founder-principles span { color: var(--amber); font-family: var(--mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.founder-principles strong { margin-top: 12px; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }

.venture-showcase { min-height: 720px; display: grid; align-items: center; }
.venture-showcase-grid { display: grid; grid-template-columns: minmax(420px,1.1fr) minmax(380px,.9fr); gap: clamp(50px,8vw,110px); align-items: center; }
.venture-showcase-grid.is-reversed .venture-showcase-image { order: 2; }
.venture-showcase-image { position: relative; aspect-ratio: 16/11; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.venture-showcase-image img { width: 100%; height: 100%; object-fit: cover; filter: var(--image-filter); transition: transform .8s var(--ease), filter .6s ease; }
.venture-showcase-image:hover img { transform: scale(1.035); filter: var(--image-filter-hover); }
.venture-showcase-copy h2 { margin-bottom: 30px; }
.large-copy { color: var(--slate); font-size: 1.15rem; }
.clean-list { margin: 28px 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.clean-list li { position: relative; padding: 15px 0 15px 22px; border-bottom: 1px solid var(--line); color: var(--slate); font-size: .92rem; }
.clean-list li::before { content: ""; position: absolute; left: 0; top: 24px; width: 6px; height: 6px; background: var(--amber); transform: rotate(45deg); }

.contact-grid { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(420px,1.2fr); gap: clamp(60px,8vw,110px); align-items: start; }
.contact-grid h2 { font-size: 4.2rem; }
.contact-grid p { color: var(--slate); }
.contact-notes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.contact-notes span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--slate); font-size: .72rem; }
.form-shell { padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: var(--ink-raised); }
.form-shell .wpforms-container { margin: 0; }
.form-shell .wpforms-field-label { color: var(--ivory) !important; font-size: .8rem !important; }
.form-shell input, .form-shell textarea, .form-shell select { width: 100% !important; max-width: none !important; border: 1px solid var(--line-bright) !important; border-radius: 10px !important; background: var(--field-bg) !important; color: var(--ivory) !important; padding: 13px 14px !important; transition: background .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease; }
.form-shell input::placeholder, .form-shell textarea::placeholder { color: var(--slate); opacity: .8; }
.form-shell input:focus, .form-shell textarea:focus { border-color: var(--amber) !important; box-shadow: 0 0 0 3px rgba(231,162,58,.1) !important; }
.form-shell button[type="submit"] { border: 0 !important; border-radius: 999px !important; background: var(--ivory) !important; color: var(--ink) !important; padding: 14px 24px !important; font-weight: 600 !important; transition: background .2s ease !important; }
.form-shell button[type="submit"]:hover { background: var(--amber) !important; }

.article-hero { padding: calc(var(--header-h) + 110px) 0 80px; min-height: 560px; display: grid; align-items: end; border-bottom: 1px solid var(--line); }
.article-hero h1 { font-size: clamp(3.7rem,7vw,7.3rem); }
.article-hero p:last-child { color: var(--slate); font-size: 1.08rem; }
.article-image { max-height: 700px; overflow: hidden; border-radius: 0 0 22px 22px; }
.article-image img { width: 100%; height: 100%; object-fit: cover; filter: var(--image-filter); transition: filter .6s ease, transform .8s var(--ease); }
.article-image:hover img { filter: var(--image-filter-hover); transform: scale(1.012); }
.post-navigation { display: flex; justify-content: space-between; gap: 30px; padding: 40px 0 90px; border-top: 1px solid var(--line); color: var(--amber); }
.not-found { min-height: 100svh; display: grid; align-items: center; padding: calc(var(--header-h) + 80px) 0 80px; }
.not-found h1 { font-size: clamp(4rem,7vw,7rem); }
.not-found p { color: var(--slate); }
.empty-state { grid-column: 1/-1; padding: 80px 0; text-align: center; }
.empty-state h2 { font-size: 3rem; }

/* Editorial newsroom, essays, NGOs and community */
.eyebrow.no-line::before { display: none; }
.centered-eyebrow { justify-content: center; }
.editorial-hero { min-height: 450px; display: grid; align-items: end; padding: calc(var(--header-h) + 90px) 0 58px; background: radial-gradient(circle at 50% -20%, rgba(139,84,34,.21), transparent 43%), var(--ink); }
.editorial-hero h1 { max-width: 1180px; margin-bottom: 38px; font-size: clamp(4rem, 7vw, 7rem); }
.editorial-hero > .container > p:last-child { max-width: 720px; margin: 0; color: var(--slate); font-size: 1.26rem; }
.editorial-hero .eyebrow { margin-bottom: 26px; }
.newsroom-section { padding-top: 0; }
.newsroom-list { border-top: 1px solid var(--line); }
.news-row { position: relative; isolation: isolate; display: grid; grid-template-columns: 190px 150px minmax(0, 1fr) 34px; gap: clamp(20px, 3vw, 54px); align-items: center; min-height: 124px; padding: 22px 28px; border-bottom: 1px solid var(--line); overflow: hidden; }
.news-row time { color: var(--slate); font-family: var(--mono); font-size: .72rem; letter-spacing: .04em; }
.news-category { color: var(--amber); font-family: var(--mono); font-size: .66rem; line-height: 1.35; letter-spacing: .18em; text-transform: uppercase; }
.news-row h2 { margin: 0; font-size: clamp(1.55rem, 2.25vw, 2.25rem); line-height: 1.08; }
.news-arrow { color: var(--slate); font-size: 1.4rem; transition: color .3s ease, transform .35s var(--ease); }
.news-row:hover .news-arrow { color: var(--amber); transform: translateX(7px); }

.essay-section { padding-top: 18px; }
.essay-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.essay-card { position: relative; isolation: isolate; min-height: 370px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.essay-card > a { height: 100%; display: flex; flex-direction: column; padding: clamp(34px, 4vw, 54px); }
.essay-meta { display: flex; gap: 14px; margin: 0 0 28px; color: var(--slate); font-family: var(--mono); font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
.essay-meta span { color: var(--amber); }
.essay-meta i { font-style: normal; }
.essay-card h2 { max-width: 570px; margin: 0 0 20px; font-size: clamp(2rem, 3.1vw, 3.2rem); line-height: 1.02; transition: color .3s ease, transform .4s var(--ease); }
.essay-card > a > p:not(.essay-meta) { max-width: 610px; color: var(--slate); font-size: 1.03rem; }
.essay-card b { margin-top: auto; font-size: 1rem; font-weight: 400; }
.essay-card b span { display: inline-block; margin-left: 7px; transition: transform .3s var(--ease); }
.essay-card:hover h2 { color: var(--amber-soft); transform: translateY(-3px); }
.essay-card:hover b span { transform: translateX(7px); }

.impact-hero { padding: calc(var(--header-h) + 52px) 0 90px; background: radial-gradient(circle at 62% -10%, rgba(144,84,30,.18), transparent 36%), var(--ink); }
.impact-hero-copy { padding-top: clamp(40px, 6vw, 90px); padding-bottom: clamp(70px, 9vw, 120px); }
.impact-hero-copy h1 { max-width: 1120px; margin-bottom: 42px; font-size: clamp(4rem, 7.1vw, 7.2rem); }
.impact-hero-copy > p:last-child { max-width: 680px; margin-bottom: 0; color: var(--slate); font-size: 1.18rem; }
.impact-image { position: relative; isolation: isolate; aspect-ratio: 16 / 8.3; overflow: hidden; border: 1px solid var(--line-bright); border-radius: 22px; box-shadow: var(--shadow); }
.impact-image img { width: 100%; height: 100%; object-fit: cover; filter: var(--image-filter); transition: transform 1.1s var(--ease), filter .7s ease; }
.impact-image:hover img { transform: scale(1.025); filter: var(--image-filter-hover); }
.section-heading { margin-bottom: clamp(46px, 7vw, 78px); }
.section-heading h2 { max-width: 980px; margin: 0; font-size: clamp(3.1rem, 5.4vw, 5.5rem); }
.program-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.program-card { position: relative; isolation: isolate; min-height: 240px; padding: clamp(30px, 4vw, 46px); border: 1px solid var(--line); border-radius: 20px; background: var(--hover-wash); overflow: hidden; }
.program-card > span { color: var(--amber); font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; }
.program-card h2, .program-card h3 { margin: 28px 0 17px; font-size: clamp(2rem, 2.7vw, 2.8rem); }
.program-card p { max-width: 620px; margin: 0; color: var(--slate); }
.partner-network { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.network-cell { position: relative; isolation: isolate; min-height: 140px; display: grid; place-items: center; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--slate); font-size: clamp(1.55rem, 2.3vw, 2.3rem); text-align: center; overflow: hidden; }
.community-paths-section { padding-top: 90px; }

/* Premium glass hover and tactile click language */
.premium-surface, .interactive-surface { --mx: 50%; --my: 50%; position: relative; isolation: isolate; overflow: hidden; transition: transform .42s var(--ease), border-color .35s ease, background .35s ease, box-shadow .42s var(--ease); }
.premium-surface::before, .interactive-surface::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(420px circle at var(--mx) var(--my), color-mix(in srgb, var(--ivory) 12%, transparent), rgba(231,162,58,.045) 35%, transparent 68%); opacity: 0; transition: opacity .35s ease; pointer-events: none; }
.premium-surface::after, .interactive-surface::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(118deg, transparent 25%, color-mix(in srgb, var(--ivory) 8%, transparent) 43%, transparent 60%); transform: translateX(-105%); transition: transform .7s var(--ease); pointer-events: none; }
.premium-surface:hover, .interactive-surface:hover { border-color: rgba(231,162,58,.38); background-color: var(--hover-wash); box-shadow: var(--shadow), inset 0 1px color-mix(in srgb, var(--ivory) 5%, transparent); transform: translateY(-5px); }
.premium-surface:hover::before, .interactive-surface:hover::before { opacity: 1; }
.premium-surface:hover::after, .interactive-surface:hover::after { transform: translateX(105%); }
.impact-image.premium-surface::before, .impact-image.premium-surface::after { z-index: 2; }
.impact-image.premium-surface::before { background: radial-gradient(460px circle at var(--mx) var(--my), rgba(255,255,255,.15), transparent 68%); }
.impact-image.premium-surface::after { background: linear-gradient(118deg, transparent 32%, rgba(255,255,255,.12) 49%, transparent 66%); }
.click-ripple { position: absolute; z-index: 8; width: 12px; height: 12px; border: 1px solid color-mix(in srgb, var(--ivory) 72%, transparent); border-radius: 50%; background: rgba(231,162,58,.18); pointer-events: none; transform: translate(-50%,-50%) scale(0); animation: atelier-ripple .62s var(--ease) forwards; }
@keyframes atelier-ripple { 55% { opacity: .72; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(18); } }
.tactile-active { transform: scale(.982) !important; transition-duration: .08s !important; }
.click-burst { position: fixed; z-index: 9999; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid var(--amber); border-radius: 50%; pointer-events: none; transform: translate(-50%,-50%) scale(.2); box-shadow: 0 0 0 1px color-mix(in srgb, var(--ivory) 28%, transparent), 0 0 28px rgba(231,162,58,.42); animation: click-burst .72s var(--ease) forwards; }
.click-burst::before, .click-burst::after { content: ""; position: absolute; inset: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--amber-soft); box-shadow: 22px 0 var(--amber), -22px 0 var(--amber), 0 22px var(--amber), 0 -22px var(--amber); transform: translate(-50%,-50%) rotate(45deg); }
.click-burst::after { transform: translate(-50%,-50%) rotate(0); opacity: .65; }
@keyframes click-burst { 45% { opacity: .9; transform: translate(-50%,-50%) scale(1); } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.55); } }
.pointer-glow { position: fixed; z-index: 3; left: 0; top: 0; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, var(--pointer-color), transparent 68%); pointer-events: none; opacity: 0; transform: translate3d(-50%,-50%,0); transition: opacity .35s ease; mix-blend-mode: screen; will-change: transform; }
.pointer-glow.is-visible { opacity: .6; }
.theme-transitioning .icon-button svg { transform: rotate(180deg) scale(1.14); filter: drop-shadow(0 0 10px var(--amber)); }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .55s; animation-timing-function: var(--ease); }
::view-transition-old(root) { animation-name: theme-fade-out; }
::view-transition-new(root) { animation-name: theme-fade-in; }
@keyframes theme-fade-out { to { opacity: 0; filter: blur(3px); } }
@keyframes theme-fade-in { from { opacity: 0; filter: blur(3px); } }

/* Reveal and interaction effects */
.js .reveal { opacity: 0; transform: translateY(36px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.venture-grid .reveal:nth-child(2), .value-grid .reveal:nth-child(2), .post-grid .reveal:nth-child(2) { transition-delay: .08s; }
.venture-grid .reveal:nth-child(3), .value-grid .reveal:nth-child(3), .post-grid .reveal:nth-child(3) { transition-delay: .16s; }
.value-grid .reveal:nth-child(4) { transition-delay: .24s; }
.magnetic { will-change: transform; }

/* Full light appearance. The warm alias migrates visitors from earlier releases. */
:root[data-appearance="light"], :root[data-appearance="warm"] {
  color-scheme: light;
  --ink: #f6f1e8;
  --ink-raised: #eee6d9;
  --ink-soft: #e5dbcc;
  --ivory: #18130e;
  --ivory-soft: #30271f;
  --slate: #6f675f;
  --slate-dark: #93877b;
  --line: rgba(48,37,27,.14);
  --line-bright: rgba(48,37,27,.25);
  --shadow: 0 28px 80px rgba(78,55,32,.15);
  --surface-glass: rgba(255,250,242,.78);
  --surface-glass-strong: rgba(246,241,232,.96);
  --field-bg: rgba(51,38,27,.045);
  --hover-wash: rgba(86,57,30,.045);
  --image-filter: brightness(1.03) saturate(.82) contrast(.96) sepia(.04);
  --image-filter-hover: brightness(1.06) saturate(.98) contrast(.98);
  --image-vignette: linear-gradient(180deg, rgba(255,250,242,.03), rgba(72,45,22,.14));
  --pointer-color: rgba(181,112,29,.18);
}

@media (max-width: 1120px) {
  :root { --container: min(100% - 40px, 1100px); --narrow: min(100% - 40px, 960px); }
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .82rem; }
  .header-actions .button { display: none; }
  .venture-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .venture-grid .venture-card:last-child { grid-column: 1/-1; max-width: calc(50% - 11px); }
  .footer-grid { grid-template-columns: 2fr repeat(2,1fr); }
  .footer-brand { grid-row: span 2; }
  .founder-letter-grid { gap: 60px; }
  .news-row { grid-template-columns: 140px 130px minmax(0, 1fr) 28px; gap: 24px; }
}

@media (max-width: 860px) {
  :root { --header-h: 70px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: absolute; inset: 100% 0 auto; z-index: 999; width: 100vw; height: calc(100dvh - var(--header-h)); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 20px 80px; background: var(--surface-glass-strong); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease, visibility .25s, background .35s ease; overflow-y: auto; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { padding: 16px 8px; border-bottom: 1px solid var(--line); color: var(--ivory); font-family: var(--serif); font-size: 2rem; }
  .primary-nav a::after { display: none; }
  .header-actions { gap: 0; }
  .header-actions .icon-button { width: 40px; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .section-intro .text-link { justify-self: start; }
  .split-feature, .founder-letter-grid, .venture-showcase-grid, .contact-grid { grid-template-columns: 1fr; }
  .portrait-frame { max-width: 620px; }
  .metrics-grid { grid-template-columns: repeat(2,1fr); gap: 42px 24px; }
  .post-grid, .post-grid-large { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .value-grid.three { grid-template-columns: 1fr; }
  .founder-aside { position: static; max-width: 580px; }
  .venture-showcase-grid.is-reversed .venture-showcase-image { order: initial; }
  .content-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; grid-row: auto; }
  .editorial-hero { min-height: 420px; }
  .news-row { grid-template-columns: 110px minmax(0, 1fr) 26px; }
  .news-category { grid-column: 1; grid-row: 2; }
  .news-row h2 { grid-column: 2; grid-row: 1 / span 2; }
  .news-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .essay-card { min-height: 350px; }
  .impact-image { aspect-ratio: 16 / 9; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 32px); --narrow: calc(100% - 32px); }
  body { font-size: 16px; }
  h1 { font-size: clamp(3.35rem,15vw,5rem); }
  h2 { font-size: clamp(2.55rem,12vw,4rem); }
  .wordmark { font-size: 1.28rem; }
  .wordmark-dot { width: 7px; height: 7px; }
  .header-inner { gap: 8px; }
  .header-actions .icon-button { display: grid; width: 36px; height: 36px; }
  .hero { min-height: 820px; align-items: end; padding-bottom: 100px; }
  .hero-media { background-image: linear-gradient(0deg, rgba(3,7,11,1) 5%, rgba(3,7,11,.42) 58%, rgba(3,7,11,.52)), var(--hero-image); background-position: 66% center; }
  .hero-content { padding-top: 180px; }
  .hero-content h1 { font-size: clamp(3.45rem,15vw,5.2rem); }
  .hero-lede { font-size: .96rem; }
  .button-row { align-items: stretch; }
  .button-row .button { flex: 1 1 100%; }
  .scroll-cue { display: none; }
  .marquee-track { padding: 20px 0; gap: 34px; }
  .marquee-track span { gap: 34px; font-size: 1.12rem; }
  .section { padding: 82px 0; }
  .statement-section { min-height: 600px; }
  .display-statement { font-size: clamp(2.8rem,13vw,4.25rem); }
  .venture-grid { grid-template-columns: 1fr; }
  .venture-grid .venture-card:last-child { grid-column: auto; max-width: none; }
  .venture-copy { padding: 26px 24px 30px; }
  .founder-credit { align-items: flex-start; flex-direction: column; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metric strong { font-size: 3.2rem; }
  .metric span { font-size: .59rem; }
  .world-section { min-height: 620px; background-position: 60% center; }
  .world-section h2 { font-size: 3.35rem; }
  .post-grid, .post-grid-large { grid-template-columns: 1fr; }
  .cta-section { min-height: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-base { flex-direction: column; }
  .page-hero { min-height: 620px; padding-top: calc(var(--header-h) + 70px); }
  .founder-page-hero { min-height: 480px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 210px; padding: 32px 26px; }
  .timeline-item { grid-template-columns: 1fr; gap: 12px; }
  .founder-principles { grid-template-columns: 1fr; }
  .venture-showcase-image { aspect-ratio: 4/3; }
  .form-shell { padding: 24px 18px; }
  .contact-grid h2 { font-size: 3.2rem; }
  .article-hero { min-height: 520px; }
  .back-to-top { right: 16px; bottom: 16px; }
  .editorial-hero { min-height: 510px; padding-bottom: 50px; }
  .editorial-hero h1 { font-size: clamp(3.7rem, 15vw, 5.4rem); }
  .editorial-hero > .container > p:last-child { font-size: 1.08rem; }
  .newsroom-section { padding-top: 0; }
  .news-row { grid-template-columns: 1fr 26px; gap: 10px 18px; min-height: 150px; padding: 24px 8px; }
  .news-row time { grid-column: 1; grid-row: 1; }
  .news-category { grid-column: 1; grid-row: 2; }
  .news-row h2 { grid-column: 1; grid-row: 3; margin-top: 12px; font-size: 1.7rem; }
  .news-arrow { grid-column: 2; grid-row: 1 / span 3; }
  .essay-grid { grid-template-columns: 1fr; }
  .essay-card { min-height: 330px; }
  .essay-card > a { padding: 34px 26px; }
  .impact-hero { padding-bottom: 70px; }
  .impact-hero-copy { padding-top: 70px; padding-bottom: 64px; }
  .impact-hero-copy h1 { font-size: clamp(3.65rem, 14.5vw, 5.1rem); }
  .impact-image { width: 100%; border-radius: 0; border-inline: 0; aspect-ratio: 4 / 3; }
  .program-grid, .partner-network { grid-template-columns: 1fr; }
  .program-card { min-height: 220px; }
  .partner-network { border-left: 0; }
  .network-cell { min-height: 110px; }
}

/* Theme-specific contrast and art direction. Cinematic image sections remain
   dark in both appearances so photography and editorial headlines stay legible. */
:root[data-appearance="light"] .site-header,
:root[data-appearance="warm"] .site-header { background: rgba(255,250,242,.7); border-color: var(--line); backdrop-filter: blur(18px) saturate(120%); }
:root[data-appearance="light"] .site-header.is-scrolled,
:root[data-appearance="warm"] .site-header.is-scrolled { background: var(--surface-glass-strong); }
:root[data-appearance="light"] .hero-media,
:root[data-appearance="warm"] .hero-media { filter: brightness(1.04) saturate(.82) sepia(.08); }
:root[data-appearance="light"] .hero-content,
:root[data-appearance="warm"] .hero-content,
:root[data-appearance="light"] .world-section .container,
:root[data-appearance="warm"] .world-section .container { color: #f3efe8; }
:root[data-appearance="light"] .hero-content em,
:root[data-appearance="warm"] .hero-content em,
:root[data-appearance="light"] .world-section em,
:root[data-appearance="warm"] .world-section em { color: #9ca7b5; }
:root[data-appearance="light"] .hero .eyebrow.pill,
:root[data-appearance="warm"] .hero .eyebrow.pill { background: rgba(5,10,15,.48); color: var(--amber); }
:root[data-appearance="light"] .hero .button-ghost,
:root[data-appearance="warm"] .hero .button-ghost { background: rgba(5,10,15,.28); border-color: rgba(243,239,232,.28); color: #f3efe8; }
:root[data-appearance="light"] .scroll-cue,
:root[data-appearance="warm"] .scroll-cue { color: #b4bdc8; }
:root[data-appearance="light"] .metrics-section,
:root[data-appearance="warm"] .metrics-section { background: #fffaf3; color: #1a140f; }
:root[data-appearance="light"] .metric span,
:root[data-appearance="warm"] .metric span { color: #746b62; }
:root[data-appearance="light"] .status,
:root[data-appearance="warm"] .status { color: #f3efe8; }
:root[data-appearance="light"] .venture-image::after,
:root[data-appearance="warm"] .venture-image::after { background: linear-gradient(transparent, rgba(238,230,217,.94)); }
:root[data-appearance="light"] .portrait-frame::after,
:root[data-appearance="warm"] .portrait-frame::after { background: linear-gradient(transparent, rgba(72,45,22,.12)); }
:root[data-appearance="light"] .pointer-glow,
:root[data-appearance="warm"] .pointer-glow { mix-blend-mode: multiply; opacity: .28; }
:root[data-appearance="light"] .pointer-glow.is-visible,
:root[data-appearance="warm"] .pointer-glow.is-visible { opacity: .42; }
:root[data-appearance="light"] .premium-surface:hover,
:root[data-appearance="light"] .interactive-surface:hover,
:root[data-appearance="warm"] .premium-surface:hover,
:root[data-appearance="warm"] .interactive-surface:hover { box-shadow: 0 26px 70px rgba(78,55,32,.16), inset 0 1px rgba(255,255,255,.62); }
:root[data-appearance="light"] .form-shell select option,
:root[data-appearance="warm"] .form-shell select option { background: #fffaf3; color: #18130e; }

@media (max-width: 620px) {
  :root[data-appearance="light"] .site-header,
  :root[data-appearance="warm"] .site-header { background: rgba(255,250,242,.88); }
}

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

@media print {
  .site-header, .site-footer, .back-to-top, .scroll-cue, .button-row { display: none !important; }
  body { background: #fff; color: #111; }
  .section { padding: 30px 0; }
}
