:root {
  color-scheme: dark;
  --ink: #10100e;
  --ink-2: #181815;
  --ink-3: #20201c;
  --bone: #eee9df;
  --paper: #f2efe7;
  --muted: #a7a198;
  --copper: #b63d28;
  --ember: #e35b3d;
  --olive: #303128;
  --line: rgba(238, 228, 212, .16);
  --display: "Arial Black", "Avenir Next Condensed", "Helvetica Neue", Arial, sans-serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --max: 1440px;
  --pad: clamp(22px, 4vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); overflow-x: clip; }
body { margin: 0; min-width: 0; overflow-x: clip; background: var(--paper); color: #161714; font-family: var(--sans); line-height: 1.55; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3, blockquote { text-wrap: balance; }
h1, h2 { font-family: var(--display); font-weight: 900; line-height: .9; letter-spacing: -.055em; }
h1 { font-size: clamp(4rem, 9vw, 9rem); }
h2 { font-size: clamp(2.5rem, 5vw, 5.7rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2.1rem); line-height: 1.08; }
p { color: #55564f; }
svg { width: 1.2em; height: 1.2em; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 200; padding: 12px 18px; background: var(--bone); color: var(--ink); border-radius: 999px; transition: top .2s; }
.skip-link:focus { top: 12px; }
.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; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--bone); transition: background .35s, border-color .35s; border-bottom: 1px solid transparent; }
.site-header.scrolled { height: 72px; background: rgba(11, 12, 12, .96); border-color: var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; width: max-content; letter-spacing: .2em; font-weight: 600; font-size: .9rem; }
.wordmark img { width: 42px; height: 42px; }
.wordmark span { display: grid; }
.wordmark small { font-size: .5rem; font-weight: 450; color: var(--muted); letter-spacing: .15em; margin-top: 2px; }
.wordmark.compact img { width: 34px; height: 34px; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 40px); }
.site-nav a { color: #bbb4aa; font-size: .82rem; transition: color .2s; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ember); transition: right .25s; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: var(--bone); }
.site-nav a.active::after { right: 0; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 10px; color: var(--bone); font-size: .8rem; padding: 10px 0; border-bottom: 1px solid rgba(238, 228, 212, .5); }
.menu-toggle { display: none; background: none; border: 0; color: inherit; width: 42px; height: 42px; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: transform .25s, opacity .25s; }

.hero { min-height: 100svh; background: var(--ink); color: var(--bone); position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; overflow: hidden; padding: 130px var(--pad) 82px; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(11,12,12,.98) 0%, rgba(11,12,12,.75) 47%, rgba(11,12,12,.12) 100%), linear-gradient(0deg, rgba(11,12,12,.88), transparent 45%); }
.hero-bg { position: absolute; z-index: -2; inset: 0; background: url('/assets/images/hero-path.jpg') center/cover no-repeat; transform: scale(1.03); animation: hero-breathe 14s ease-in-out infinite alternate; }
@keyframes hero-breathe { to { transform: scale(1.08); } }
.hero-content { max-width: 750px; position: relative; z-index: 2; }
.hero h1 { margin: 26px 0 0; color: var(--bone); font-size: clamp(5rem, 10vw, 10.7rem); }
.hero-note { margin: -2px 0 26px; color: var(--ember); font-family: var(--display); font-size: clamp(1.55rem, 2.2vw, 2.5rem); font-style: italic; }
.hero .lead { max-width: 600px; color: #c2bbb1; font-size: clamp(1.05rem, 1.45vw, 1.35rem); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--copper); text-transform: uppercase; letter-spacing: .2em; font-weight: 650; font-size: .66rem; }
.hero .eyebrow, .section-dark .eyebrow, .image-story .eyebrow, .school-hero .eyebrow, .product-hero .eyebrow { color: #d69459; }
.ember { width: 6px; height: 6px; display: inline-block; background: var(--ember); box-shadow: 0 0 18px 5px rgba(227,161,95,.33); border-radius: 50%; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 24px; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; text-transform: uppercase; letter-spacing: .13em; font-weight: 650; font-size: .68rem; transition: transform .25s, color .25s, background .25s, border-color .25s; cursor: pointer; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { background: var(--bone); color: var(--ink); border-color: var(--bone); }
.button.primary:hover { background: var(--ember); border-color: var(--ember); }
.button.ghost { color: var(--bone); background: rgba(238,228,212,.04); }
.button.ghost:hover { background: rgba(238,228,212,.12); }
.button.ghost.dark { color: var(--ink); border-color: rgba(11,12,12,.25); background: transparent; }
.button.ghost.dark:hover { background: var(--ink); color: var(--bone); }
.button.light { background: var(--bone); color: var(--ink); border: 0; }
button:disabled, .button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(18,19,16,.25); padding: 0 0 7px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link svg { transition: transform .2s; }
.text-link:hover svg { transform: translateX(5px); }
.hero-portrait { width: clamp(245px, 25vw, 390px); height: min(66vh, 650px); justify-self: end; align-self: end; margin: 0 2vw 0 0; position: relative; overflow: hidden; border: 1px solid rgba(238,228,212,.22); }
.hero-portrait::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 50%, rgba(11,12,12,.85)); pointer-events: none; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; filter: saturate(.72) contrast(1.08); transform: scale(1.005); }
.hero-portrait figcaption { position: absolute; z-index: 2; bottom: 17px; left: 17px; right: 17px; display: flex; justify-content: space-between; gap: 10px; color: var(--bone); text-transform: uppercase; font-size: .52rem; letter-spacing: .14em; }
.hero-portrait figcaption span:last-child { color: #aaa397; text-align: right; }
.scroll-note { position: absolute; bottom: 34px; left: var(--pad); display: flex; align-items: center; gap: 12px; color: #827d75; text-transform: uppercase; font-size: .55rem; letter-spacing: .18em; }
.scroll-note span { width: 34px; height: 1px; background: #827d75; }

.metrics-band { display: grid; grid-template-columns: .8fr repeat(3, 1fr); background: var(--ink-2); color: var(--bone); padding: 42px var(--pad); border-top: 1px solid var(--line); gap: 20px; }
.section-label { align-self: end; color: #77736b; font-size: .6rem; text-transform: uppercase; letter-spacing: .19em; }
.metric { padding-left: 28px; border-left: 1px solid var(--line); display: grid; }
.metric strong { font-family: var(--display); font-size: clamp(2.2rem, 3vw, 4rem); font-weight: 400; line-height: 1; }
.metric span { color: #b8b1a7; margin-top: 8px; font-size: .77rem; }
.metric small { color: #5f5c57; font-size: .59rem; margin-top: 4px; }

.section { max-width: var(--max); margin: auto; padding: clamp(92px, 11vw, 180px) var(--pad); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 150px); align-items: start; }
.sticky-copy { position: sticky; top: 120px; }
.sticky-copy h2 { max-width: 610px; font-size: clamp(3rem, 5.2vw, 6rem); margin: 26px 0 32px; }
.sticky-copy > p:last-child { max-width: 510px; font-size: 1.05rem; }
.path-list { border-top: 1px solid rgba(11,12,12,.2); }
.path-card { display: grid; grid-template-columns: 58px 1fr; gap: 28px; padding: 42px 0; border-bottom: 1px solid rgba(11,12,12,.2); }
.path-card > span, .route-number { color: var(--copper); font-family: var(--display); font-style: italic; font-size: 1.25rem; }
.path-card .kicker, .route-row .kicker { margin: 0 0 10px; }
.kicker { color: #89847c; text-transform: uppercase; letter-spacing: .15em; font-size: .58rem; font-weight: 700; }
.path-card h3 { font-family: var(--display); font-weight: 400; font-size: clamp(1.9rem, 3vw, 3.2rem); margin: 0 0 18px; }
.path-card p { max-width: 650px; }

.section-dark { background: var(--ink); color: var(--bone); }
.statement { min-height: 90vh; position: relative; overflow: hidden; display: grid; place-items: center; padding: clamp(90px, 10vw, 170px) var(--pad); }
.statement-orbit { position: absolute; width: min(75vw, 900px); aspect-ratio: 1; border: 1px solid rgba(184,111,62,.24); border-radius: 50%; box-shadow: inset 0 0 120px rgba(184,111,62,.05), 0 0 120px rgba(184,111,62,.04); }
.statement-orbit::after { content: ""; position: absolute; width: 9px; height: 9px; background: var(--ember); border-radius: 50%; left: 50%; top: -5px; box-shadow: 0 0 24px 10px rgba(227,161,95,.25); }
.statement-copy { position: relative; max-width: 1050px; text-align: center; }
.statement .eyebrow { justify-content: center; }
.statement blockquote { font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: 1.03; margin: 32px 0; }
.statement-copy > p:last-child { color: #6f6b64; font-size: .7rem; }

.section-heading { display: grid; grid-template-columns: 1fr 1.2fr; align-items: end; column-gap: 50px; margin-bottom: 70px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 26px 0 0; }
.section-heading > p:last-child { max-width: 520px; justify-self: end; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 34px); }
.product-card { background: #e9e1d5; overflow: hidden; }
.product-image { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink-3); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); filter: saturate(.75) contrast(1.06); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-copy { padding: 32px; }
.product-copy h3 { font-family: var(--display); font-weight: 400; font-size: clamp(2rem, 2.5vw, 3rem); margin: 14px 0; }
.product-copy p:not(.eyebrow) { min-height: 72px; }
.product-copy .product-price { min-height: 0; margin: 0 0 14px; color: var(--copper); font-family: var(--display); font-size: 1.2rem; font-weight: 900; letter-spacing: -.02em; }
.product-meta { display: grid; gap: 5px; padding: 16px 0 24px; margin: 18px 0 24px; border-top: 1px solid rgba(11,12,12,.15); border-bottom: 1px solid rgba(11,12,12,.15); font-size: .7rem; }
.product-meta span:first-child { color: #4d5b3c; font-weight: 700; }
.product-meta span:last-child { color: #777268; }
.center-action { display: flex; justify-content: center; margin-top: 62px; }
.all-products { grid-template-columns: repeat(2, 1fr); }
.all-products .product-card { display: grid; grid-template-columns: .9fr 1.1fr; }
.all-products .product-image { aspect-ratio: auto; min-height: 500px; }

.video-visits { padding-top: 40px; }
.video-visit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2.5vw, 34px); }
.video-visit-card { min-width: 0; }
.video-visit-preview, .video-visit-card iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: var(--ink-2);
  color: var(--bone);
}
button.video-visit-preview { padding: 0; cursor: pointer; }
.video-visit-preview::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(238, 233, 223, .2); pointer-events: none; }
.video-visit-preview img { width: 100%; height: 100%; object-fit: cover; }
.video-visit-mark { width: 48%; max-width: 180px; opacity: .74; }
.video-play, .video-pending { position: absolute; inset: auto 18px 18px; z-index: 1; padding-top: 12px; border-top: 3px solid var(--ember); color: var(--bone); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.video-play::before { content: ""; display: inline-block; width: 0; height: 0; margin-right: 9px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; }
.video-visit-preview.unavailable { background: linear-gradient(145deg, #1a1a17, #0c0c0b); }
.video-visit-card > div { padding: 18px 0 0; }
.video-visit-card .kicker { margin-bottom: 6px; color: var(--copper); }
.video-visit-card p:last-child { max-width: 34ch; margin-bottom: 0; }

.image-story { min-height: 94vh; position: relative; display: grid; align-items: end; overflow: hidden; background: var(--ink); }
.image-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.68); }
.image-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,12,12,.9), rgba(11,12,12,.08)), linear-gradient(0deg, rgba(11,12,12,.8), transparent 60%); }
.image-story-overlay { position: relative; z-index: 2; max-width: 860px; color: var(--bone); padding: 0 var(--pad) 12vh; }
.image-story h2 { margin: 26px 0; font-size: clamp(3rem, 6.5vw, 7.5rem); }
.image-story p:not(.eyebrow) { color: #beb7ac; max-width: 620px; }
.asset-note { position: absolute; z-index: 2; right: var(--pad); bottom: 36px; color: #716c65; font-size: .55rem; text-transform: uppercase; letter-spacing: .12em; }

.split-callout { display: grid; grid-template-columns: .75fr 1.15fr; gap: clamp(60px, 10vw, 170px); align-items: center; }
.portrait-tall { margin: 0; max-width: 430px; }
.portrait-tall img { width: 100%; aspect-ratio: .7; object-fit: cover; filter: saturate(.7); }
figure figcaption { color: #7e7970; margin-top: 10px; font-size: .57rem; text-transform: uppercase; letter-spacing: .12em; }
.split-callout h2 { margin: 26px 0 32px; }
.split-callout > div > p:not(.eyebrow) { max-width: 680px; font-size: 1.05rem; }
.split-callout .text-link { margin-top: 24px; }

.site-footer { background: var(--ink); color: var(--bone); padding: 90px var(--pad) 26px; }
.footer-mark { display: grid; grid-template-columns: 80px 1fr; gap: 26px; align-items: start; padding-bottom: 75px; border-bottom: 1px solid var(--line); }
.footer-mark .display { color: var(--bone); font-family: var(--display); font-size: clamp(2.3rem, 4.3vw, 5rem); line-height: 1.02; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; width: min(720px, 70%); margin-left: auto; padding: 66px 0; }
.footer-grid > div { display: grid; align-content: start; gap: 11px; }
.footer-grid a { color: #aaa399; font-size: .79rem; }
.footer-grid a:hover { color: var(--bone); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; color: #69665f; font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; }

.page-hero { min-height: 72vh; padding: 190px var(--pad) 100px; display: grid; align-items: end; background: var(--ink); color: var(--bone); position: relative; overflow: hidden; }
.page-hero.has-image::before { content: ""; position: absolute; inset: 0 0 0 50%; background: var(--page-image) center 24%/cover no-repeat; filter: saturate(.65) contrast(1.08); }
.page-hero.has-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 20%, rgba(11,12,12,.78) 55%, rgba(11,12,12,.24)), linear-gradient(0deg, var(--ink), transparent 80%); }
.page-hero-inner { position: relative; z-index: 1; max-width: 1150px; }
.page-hero h1 { margin: 28px 0 32px; font-size: clamp(4.2rem, 8vw, 9rem); }
.page-hero .lead { color: #aaa399; max-width: 720px; font-size: clamp(1.05rem, 1.4vw, 1.3rem); }

.route-stack { padding-top: 80px; }
.route-row { display: grid; grid-template-columns: 70px 1.2fr .5fr auto; gap: 26px; align-items: center; padding: 44px 0; border-bottom: 1px solid rgba(11,12,12,.18); }
.route-row:first-child { border-top: 1px solid rgba(11,12,12,.18); }
.route-row h2 { font-size: clamp(2.4rem, 4vw, 4.5rem); margin: 5px 0 14px; }
.route-row p:not(.kicker) { max-width: 600px; margin-bottom: 0; }
.route-time { color: #777268; font-size: .72rem; }
.quiet-callout { background: #ddd2c1; padding: clamp(90px, 10vw, 160px) var(--pad); text-align: center; }
.quiet-callout .eyebrow { justify-content: center; }
.quiet-callout h2 { max-width: 1000px; margin: 28px auto 42px; }

.status-key { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; background: #e2d8c9; padding: 44px var(--pad); }
.status-key > div { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; }
.status-key p { grid-column: 2; margin: 4px 0 0; font-size: .7rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; }
.status-dot.live { background: #66794d; }.status-dot.pending { background: #c18b46; }.status-dot.build { background: #8a7360; }.status-dot.discussing { background: #a9472d; }

.product-hero { min-height: 100vh; background: var(--ink); color: var(--bone); display: grid; grid-template-columns: 1fr .82fr; padding: 130px var(--pad) 60px; gap: 6vw; align-items: center; }
.product-hero-copy { max-width: 720px; }
.back-link { color: #827d75; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; display: inline-block; margin-bottom: 56px; }
.product-hero h1 { font-size: clamp(4.5rem, 8vw, 8.5rem); margin: 26px 0 32px; }
.product-hero .lead { color: #b4ada2; font-size: 1.2rem; max-width: 640px; }
.product-hero-price { margin: -12px 0 24px; color: var(--ember); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 900; letter-spacing: -.03em; }
.price-line { color: var(--ember); border-top: 1px solid var(--line); padding-top: 20px; margin-top: 32px; }
.product-hero-image { margin: 0; height: min(72vh, 760px); }
.product-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.06); }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.detail-block { background: #e6dccd; padding: clamp(32px, 4vw, 64px); }
.detail-block ul, .detail-block ol { padding-left: 22px; margin: 30px 0 0; }
.detail-block li { padding: 12px 0 12px 8px; color: #4b4b45; border-bottom: 1px solid rgba(11,12,12,.12); }
.span-two { grid-column: span 2; }
.boundary-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.boundary-list p { border-left: 1px solid var(--copper); padding-left: 18px; }

.about-story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; }
.about-story h2 { margin: 26px 0 34px; }
.about-story > div:first-child > p:not(.eyebrow) { font-size: 1.05rem; max-width: 680px; }
.quote-card { background: var(--olive); color: var(--bone); padding: clamp(38px, 5vw, 74px); align-self: center; }
.quote-card blockquote { font-family: var(--display); font-size: clamp(2rem, 3vw, 3.4rem); line-height: 1.05; }
.quote-card p { color: #8d8d82; font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; }
.photo-journal { padding: 0 var(--pad) clamp(90px, 12vw, 180px); display: grid; grid-template-columns: 1fr .78fr 1.08fr; gap: 3vw; align-items: start; max-width: var(--max); margin: auto; }
.photo-journal figure { margin: 0; }
.photo-journal img { width: 100%; height: 65vh; min-height: 480px; object-fit: cover; filter: saturate(.72); }
.photo-b { margin-top: 12vh !important; }
.photo-c { margin-top: 3vh !important; }
.voice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.voice-grid .section-heading { display: block; margin: 0; }
.voice-item { padding: 24px 0 24px 34px; border-top: 1px solid rgba(11,12,12,.15); margin: 0; position: relative; }
.voice-item::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--copper); position: absolute; left: 4px; top: 33px; }

.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(11,12,12,.18); padding: 1px; margin-top: 100px; margin-bottom: 100px; }
.principle { background: var(--paper); padding: clamp(42px, 6vw, 90px); }
.principle > span { color: var(--copper); font-family: var(--display); font-style: italic; }
.principle h2 { margin: 42px 0 26px; font-size: clamp(2.6rem, 4.5vw, 5rem); }
.method-boundaries { padding: clamp(90px, 12vw, 170px) var(--pad); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.method-boundaries h2 { margin-top: 28px; }
.boundary-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-content: center; }
.boundary-columns p { color: #aaa399; border-top: 1px solid var(--line); padding-top: 20px; }
.boundary-columns strong { display: block; color: var(--bone); margin-bottom: 8px; }

.school-hero { min-height: 88vh; background: var(--ink); color: var(--bone); display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: center; padding: 150px var(--pad) 80px; }
.school-hero h1 { font-size: clamp(4rem, 8vw, 8rem); margin: 28px 0 34px; }
.school-hero .lead { color: #aaa399; max-width: 650px; }
.school-hero > img { width: 100%; height: 60vh; object-fit: cover; }
.school-status { display: flex; align-items: center; gap: 12px; color: #89847c; font-size: .7rem; margin-top: 34px; text-transform: uppercase; letter-spacing: .13em; }
.school-status span { width: 8px; height: 8px; background: #ad825c; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(173,130,92,0); } 0%,100% { box-shadow: 0 0 0 0 rgba(173,130,92,.35); } }
.school-dashboard { display: grid; grid-template-columns: 1.5fr .5fr; gap: 28px; }
.course-panel { background: #e3d9ca; padding: 24px; display: grid; grid-template-columns: .78fr 1fr; gap: clamp(30px, 4vw, 70px); align-items: center; }
.course-cover { position: relative; min-height: 520px; }
.course-cover img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.course-cover > span { position: absolute; top: 18px; left: 18px; background: var(--ink); color: var(--bone); border-radius: 999px; padding: 8px 12px; text-transform: uppercase; letter-spacing: .12em; font-size: .56rem; }
.course-panel h2 { margin: 22px 0; font-size: clamp(3rem, 5vw, 5rem); }
.progress { height: 3px; background: rgba(11,12,12,.14); margin-top: 34px; }
.progress span { display: block; height: 100%; background: var(--copper); }
.course-panel small { display: block; color: #817b72; margin: 8px 0 34px; }
.profile-panel { background: var(--olive); color: var(--bone); padding: 36px; display: flex; flex-direction: column; justify-content: flex-end; }
.avatar-concept { width: 72px; height: 72px; border: 1px solid rgba(238,228,212,.3); border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-size: 2rem; margin-bottom: auto; }
.profile-panel h3 { font-family: var(--display); font-weight: 400; font-size: 2rem; }
.profile-panel p:not(.kicker) { color: #a6a69b; }
.modules { padding-top: 60px; }
.module-row { display: grid; grid-template-columns: 80px 1fr .7fr 30px; gap: 25px; align-items: center; border-top: 1px solid rgba(11,12,12,.16); padding: 30px 0; }
.module-row h3 { margin: 0; font-family: var(--display); font-weight: 400; }
.module-row > span:first-child { color: var(--copper); font-family: var(--display); }
.module-row small { color: #8b867d; }
.lock { color: #9c958b; }
.lms-comparison { background: var(--ink); color: var(--bone); padding: clamp(90px, 10vw, 150px) var(--pad); }
.lms-comparison > h2 { margin: 28px 0 64px; }
.lms-comparison > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.lms-comparison article { background: var(--ink-2); padding: 40px; min-height: 230px; position: relative; }
.lms-comparison article > span { position: absolute; top: 0; left: 0; right: 0; padding: 8px 14px; background: var(--copper); text-transform: uppercase; letter-spacing: .1em; font-size: .53rem; }
.lms-comparison article.recommended { padding-top: 60px; }
.lms-comparison strong { font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.lms-comparison p { color: #858078; margin-top: 20px; }
.lms-comparison .note { font-size: .66rem; margin: 28px 0 0; }

.lesson-shell { min-height: 100vh; display: grid; grid-template-columns: 310px 1fr; background: var(--paper); }
.lesson-sidebar { position: sticky; top: 0; height: 100vh; background: var(--ink); color: var(--bone); padding: 34px 28px; }
.lesson-sidebar > .kicker { margin: 70px 0 26px; }
.lesson-nav { display: grid; grid-template-columns: 32px 1fr; gap: 14px; color: #74716b; padding: 16px 0; border-top: 1px solid var(--line); font-size: .75rem; }
.lesson-nav.current { color: var(--bone); }
.lesson-nav span { color: var(--copper); }
.lesson-nav small { display: block; color: #5e5b56; font-size: .58rem; margin-top: 5px; }
.lesson-content { padding: 46px clamp(28px, 6vw, 100px) 100px; max-width: 1180px; }
.lesson-content h1 { font-size: clamp(3.5rem, 6vw, 7rem); margin: 24px 0 50px; }
.video-placeholder { aspect-ratio: 16/8.5; position: relative; display: grid; place-items: center; background: var(--ink); overflow: hidden; color: var(--bone); }
.video-placeholder::after { content: ""; position: absolute; inset: 0; background: rgba(11,12,12,.48); }
.video-placeholder img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.video-placeholder button { z-index: 2; width: 70px; height: 70px; border-radius: 50%; border: 1px solid rgba(238,228,212,.5); background: rgba(11,12,12,.55); color: var(--bone); }
.video-placeholder span { position: absolute; z-index: 2; bottom: 20px; font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; }
.lesson-copy { max-width: 900px; padding-top: 60px; }
.lesson-copy h2 { margin-bottom: 30px; }
.lesson-resources { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(11,12,12,.18); margin: 46px 0; }
.lesson-resources > div { background: #e6dccd; padding: 28px; }
.lesson-resources span, .lesson-resources strong, .lesson-resources small { display: block; }
.lesson-resources span { color: var(--copper); font-family: var(--display); }
.lesson-resources strong { margin: 28px 0 12px; }
.lesson-resources small { color: #756f66; }

.channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(11,12,12,.18); padding: 1px; }
.channel-card { background: var(--paper); padding: clamp(38px, 5vw, 70px); min-height: 410px; display: flex; flex-direction: column; }
.channel-card h2 { margin: 32px 0 10px; font-size: 3rem; }
.channel-card strong { color: #657250; font-size: .72rem; }
.channel-card p:not(.eyebrow) { margin-top: 28px; }
.channel-card .text-link { margin-top: auto; width: max-content; }
.editorial-map { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.editorial-map .section-heading { display: block; margin: 0; }
.topic { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 27px 0; border-top: 1px solid rgba(11,12,12,.17); }
.topic span { color: var(--copper); font-family: var(--display); }
.topic h3 { margin: 0; font-family: var(--display); font-weight: 400; }
.topic p { grid-column: 2; }
.channel-path { border-top: 1px solid rgba(16, 16, 14, .2); }
.channel-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: var(--ink); }
.channel-steps article { min-height: 390px; padding: clamp(32px, 5vw, 68px); background: #e4ded3; display: flex; flex-direction: column; }
.channel-steps article > span { color: var(--ember); font-family: var(--display); font-size: 1.1rem; font-weight: 900; }
.channel-steps .kicker { margin: 54px 0 8px; }
.channel-steps h3 { margin: 0 0 20px; font-size: clamp(2.4rem, 4vw, 4.8rem); line-height: .9; }
.channel-steps .text-link { margin-top: auto; width: max-content; }
.long-form { background: var(--ink); color: var(--bone); }
.long-form .section-heading > p:last-child { color: #aaa49b; }
.long-form-grid { display: grid; gap: 1px; background: rgba(238, 233, 223, .22); }
.long-form-grid article { min-height: 250px; display: grid; grid-template-columns: 150px 1fr; gap: clamp(24px, 5vw, 72px); align-items: center; padding: clamp(28px, 4vw, 54px); background: #171714; }
.long-form-grid img { width: 110px; height: 110px; object-fit: contain; }
.long-form-grid h3 { margin: 10px 0 12px; color: var(--bone); font-size: clamp(2rem, 3vw, 3.7rem); }
.long-form-grid p:not(.kicker) { margin: 0; color: #aaa49b; }
.long-form-action { margin-top: 36px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.long-form-action p { max-width: 620px; color: #aaa49b; }

.faq-list { max-width: 1120px; }
.faq { border-top: 1px solid rgba(11,12,12,.18); }
.faq:last-child { border-bottom: 1px solid rgba(11,12,12,.18); }
.faq summary { list-style: none; display: grid; grid-template-columns: 54px 1fr 32px; gap: 20px; align-items: center; padding: 32px 0; font-family: var(--display); font-size: clamp(1.7rem, 2.6vw, 2.8rem); cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--copper); font-size: 1rem; font-style: italic; }
.faq summary i { width: 18px; height: 18px; position: relative; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; background: #373831; top: 9px; left: 0; width: 18px; height: 1px; transition: transform .25s; }
.faq summary i::after { transform: rotate(90deg); }
.faq[open] summary i::after { transform: rotate(0); }
.faq > p { margin: 0 70px 35px; max-width: 760px; font-size: 1rem; }

.empty-state { text-align: center; max-width: 1080px; min-height: 65vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.empty-state .eyebrow { justify-content: center; }
.empty-state h2 { margin: 30px 0; }
.empty-state p:not(.eyebrow) { max-width: 650px; }
.empty-state .button { margin-top: 28px; }
.pulse { width: 150px; height: 150px; border: 1px solid rgba(184,111,62,.3); border-radius: 50%; margin-bottom: 60px; position: relative; }
.pulse::before, .pulse::after { content: ""; position: absolute; inset: 26%; border: 1px solid rgba(184,111,62,.28); border-radius: 50%; }
.pulse::after { inset: 46%; background: var(--copper); box-shadow: 0 0 30px rgba(184,111,62,.5); }

.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.legal-card { border: 1px solid rgba(11,12,12,.18); padding: clamp(36px, 5vw, 68px); min-height: 360px; display: flex; flex-direction: column; }
.legal-card > span, .legal-status span { width: max-content; color: #8f6543; background: #e6d7c4; border-radius: 999px; padding: 7px 10px; font-size: .55rem; text-transform: uppercase; letter-spacing: .1em; }
.legal-card h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); margin: 36px 0 20px; }
.legal-card .text-link { margin-top: auto; width: max-content; }
.legal-copy { max-width: 980px; }
.legal-copy h2 { font-size: clamp(2.4rem, 4vw, 4.5rem); margin: 80px 0 28px; }
.legal-copy p, .legal-copy li { font-size: 1.05rem; color: #53544d; }
.legal-status { display: flex; align-items: center; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(11,12,12,.16); }
.legal-status p { margin: 0; font-size: .72rem; }

.contact-list { display: grid; }
.contact-list > a { min-height: 150px; display: grid; grid-template-columns: 180px 1fr 50px; gap: 30px; align-items: center; border-top: 1px solid rgba(11,12,12,.18); transition: background .25s; }
.contact-list > a:last-child { border-bottom: 1px solid rgba(11,12,12,.18); }
.contact-list > a:hover { background: #e7ddcf; }
.contact-list span { color: #8d877e; font-size: .67rem; text-transform: uppercase; letter-spacing: .15em; }
.contact-list strong { font-family: var(--display); font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 400; }

.not-found { min-height: 100vh; background: var(--ink); color: var(--bone); display: grid; place-content: center; text-align: center; padding: var(--pad); }
.not-found .eyebrow { justify-content: center; }
.not-found h1 { margin: 25px 0; }
.not-found p { color: #8d877e; }
.not-found .button { margin: 30px auto 0; width: max-content; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 4px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; inset: 0; background: var(--ink); display: none; flex-direction: column; align-items: flex-start; justify-content: center; padding: 100px var(--pad); gap: 24px; }
  .site-nav.open { display: flex; }
  .site-nav a { font-family: var(--display); font-size: 2.6rem; color: var(--bone); }
  .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1.15fr .85fr; }
  .metrics-band { grid-template-columns: repeat(3, 1fr); }
  .metrics-band .section-label { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .all-products .product-card:last-child { grid-column: auto; display: grid; }
  .product-hero { grid-template-columns: 1.1fr .9fr; }
  .school-dashboard { grid-template-columns: 1fr; }
  .profile-panel { min-height: 340px; }
}

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; min-height: 100svh; padding-top: 120px; }
  .hero::after { background: linear-gradient(0deg, rgba(11,12,12,.96), rgba(11,12,12,.55)); }
  .hero-bg { background-position: 66% center; opacity: .55; }
  .hero-content { padding-bottom: 44vh; }
  .hero h1 { font-size: clamp(4.8rem, 24vw, 7.5rem); }
  .hero-portrait { position: absolute; width: 38vw; min-width: 180px; height: 42vh; right: var(--pad); bottom: 32px; margin: 0; opacity: .9; }
  .scroll-note { display: none; }
  .metrics-band { grid-template-columns: 1fr; padding-top: 30px; }
  .metric { padding: 18px 0 18px 22px; }
  .intro-grid, .split-callout, .about-story, .voice-grid, .method-boundaries, .editorial-map { grid-template-columns: 1fr; }
  .sticky-copy { position: static; }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 24px; }
  .product-grid, .all-products { grid-template-columns: 1fr; }
  .video-visit-grid { grid-template-columns: repeat(3, minmax(220px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
  .video-visit-card { scroll-snap-align: start; }
  .product-card:last-child, .all-products .product-card, .all-products .product-card:last-child { grid-column: auto; display: block; }
  .all-products .product-image { min-height: 0; aspect-ratio: 4/5; }
  .image-story { min-height: 82vh; }
  .portrait-tall { max-width: 75vw; }
  .footer-grid { width: 100%; margin: 0; }
  .page-hero.has-image::before { inset: 0; opacity: .4; }
  .route-row { grid-template-columns: 50px 1fr; }
  .route-time, .route-row .button { grid-column: 2; width: max-content; }
  .status-key { grid-template-columns: 1fr; }
  .product-hero { grid-template-columns: 1fr; padding-top: 140px; }
  .product-hero-image { height: 60vh; }
  .boundary-list { grid-template-columns: 1fr; }
  .photo-journal { grid-template-columns: 1fr 1fr; }
  .photo-c { grid-column: 1 / -1; width: 60%; justify-self: center; }
  .principle-grid { grid-template-columns: 1fr; }
  .school-hero { grid-template-columns: 1fr; }
  .school-hero > img { height: 44vh; }
  .course-panel { grid-template-columns: 1fr; }
  .course-cover { min-height: 480px; }
  .lms-comparison > div { grid-template-columns: 1fr; }
  .lesson-shell { grid-template-columns: 1fr; }
  .lesson-sidebar { display: none; }
  .lesson-content { padding-top: 120px; }
  .lesson-resources { grid-template-columns: 1fr; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-card { min-height: 330px; }
  .legal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; }
  .wordmark small { display: none; }
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero-content { padding-bottom: 37vh; }
  .hero .lead { font-size: .98rem; }
  .hero-portrait { width: 46vw; height: 36vh; right: 20px; }
  .hero-portrait figcaption { display: none; }
  .actions { align-items: stretch; }
  .button { width: 100%; }
  .section { padding-left: 20px; padding-right: 20px; }
  .path-card { grid-template-columns: 36px 1fr; gap: 14px; }
  .statement { min-height: 78vh; }
  .section-heading { margin-bottom: 46px; }
  .product-copy { padding: 24px; }
  .video-visit-grid { grid-template-columns: repeat(3, minmax(78vw, 1fr)); }
  .image-story-overlay { padding-left: 20px; padding-right: 20px; }
  .asset-note { right: 20px; left: 20px; }
  .portrait-tall { max-width: 100%; }
  .footer-mark { grid-template-columns: 1fr; }
  .footer-mark img { width: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: grid; gap: 9px; }
  .page-hero { padding-left: 20px; padding-right: 20px; min-height: 76vh; }
  .page-hero h1 { font-size: clamp(3.8rem, 18vw, 6rem); }
  .route-row { grid-template-columns: 36px 1fr; gap: 12px; }
  .status-key { padding-left: 20px; padding-right: 20px; }
  .product-hero { padding-left: 20px; padding-right: 20px; }
  .product-hero h1 { font-size: clamp(4rem, 18vw, 6rem); }
  .details-grid { grid-template-columns: 1fr; }
  .span-two { grid-column: auto; }
  .photo-journal { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .photo-journal img { height: 68vh; }
  .photo-b, .photo-c { margin-top: 0 !important; width: 100%; grid-column: auto; }
  .boundary-columns { grid-template-columns: 1fr; }
  .school-hero { padding-left: 20px; padding-right: 20px; }
  .course-panel { padding: 14px; }
  .module-row { grid-template-columns: 44px 1fr 24px; }
  .module-row small { grid-column: 2; }
  .lms-comparison { padding-left: 20px; padding-right: 20px; }
  .lesson-content { padding-left: 20px; padding-right: 20px; }
  .video-placeholder { aspect-ratio: 4/3; }
  .faq summary { grid-template-columns: 36px 1fr 24px; }
  .faq > p { margin-left: 56px; margin-right: 20px; }
  .contact-list > a { grid-template-columns: 1fr 32px; min-height: 125px; }
  .contact-list > a span { grid-column: 1; }
  .contact-list > a strong { grid-column: 1; }
  .contact-list > a svg { grid-column: 2; grid-row: 1 / 3; }
}

/* Visual system v2: direct, grounded, editorial */

body { background: var(--paper); color: #151512; }
h1, h2, h3, blockquote { font-family: var(--display); font-style: normal; font-weight: 900; }
h1, h2 { text-transform: uppercase; }
h3 { letter-spacing: -.035em; }
p { color: #51514a; }

.site-header {
  height: 82px;
  grid-template-columns: 1fr auto 1fr;
  background: linear-gradient(180deg, rgba(16, 16, 14, .82), transparent);
}
.site-header.scrolled { height: 68px; background: rgba(16, 16, 14, .94); }
.wordmark { gap: 0; letter-spacing: .04em; font-size: .98rem; }
.wordmark b { font-family: var(--display); font-size: 1.15rem; font-weight: 900; letter-spacing: -.02em; }
.wordmark small { color: #aaa49b; font-size: .48rem; letter-spacing: .18em; text-transform: uppercase; }
.site-nav a { color: #c2bdb5; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a::after { height: 3px; bottom: -12px; background: var(--ember); }
.header-cta { border: 1px solid rgba(238, 233, 223, .42); padding: 11px 14px; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding: 132px var(--pad) 95px;
}
.hero::before { content: ""; position: absolute; z-index: 0; left: var(--pad); top: 110px; bottom: 95px; width: 8px; background: var(--ember); }
.hero::after {
  background:
    linear-gradient(90deg, rgba(16,16,14,.98) 0%, rgba(16,16,14,.9) 33%, rgba(16,16,14,.22) 76%),
    linear-gradient(0deg, rgba(16,16,14,.96) 0%, transparent 53%);
}
.hero-bg { background: url('/assets/images/ramagor-dialogue.jpg') 67% 35%/cover no-repeat; filter: grayscale(1) contrast(1.04); animation: none; transform: none; }
.hero-content { max-width: 870px; padding-left: clamp(28px, 4vw, 62px); }
.hero h1 { margin: 24px 0 14px; max-width: 820px; font-size: clamp(5.5rem, 11.5vw, 11.5rem); line-height: .77; letter-spacing: -.075em; }
.hero-note { margin: 0 0 22px; color: var(--ember); font-family: var(--sans); font-size: clamp(.9rem, 1.3vw, 1.15rem); font-style: normal; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero .lead { max-width: 560px; color: #d0cbc3; font-size: clamp(1rem, 1.2vw, 1.18rem); }
.hero-proof { position: absolute; right: var(--pad); bottom: 88px; z-index: 2; width: 230px; padding: 15px 16px; border-top: 4px solid var(--ember); background: rgba(16,16,14,.78); display: grid; gap: 4px; text-transform: uppercase; }
.hero-proof strong { color: var(--bone); font-family: var(--display); font-size: .8rem; letter-spacing: .04em; }
.hero-proof span { color: #aaa49b; font-size: .54rem; letter-spacing: .11em; }
.hero-code { position: absolute; right: -1vw; bottom: -5.8vw; z-index: 0; color: rgba(238,233,223,.08); font-family: var(--display); font-size: clamp(10rem, 24vw, 25rem); font-weight: 900; line-height: .78; letter-spacing: -.09em; }
.hero-portrait { display: none; }
.scroll-note { left: auto; right: var(--pad); bottom: 34px; color: #8d8880; }

.eyebrow { color: var(--copper); font-weight: 850; letter-spacing: .17em; }
.ember { width: 13px; height: 4px; border-radius: 0; box-shadow: none; }
.actions { gap: 10px; }
.button { min-height: 52px; border-radius: 0; border-width: 2px; padding: 0 20px; font-weight: 850; letter-spacing: .11em; }
.button.primary { background: var(--ember); border-color: var(--ember); color: #11110f; }
.button.primary:hover { background: var(--bone); border-color: var(--bone); }
.button.light { background: var(--bone); border: 2px solid var(--bone); }
.text-link { border-bottom-width: 2px; font-weight: 850; }

.metrics-band { padding-top: 34px; padding-bottom: 34px; background: var(--ink-2); border-top: 5px solid var(--ember); }
.metric { padding-left: 22px; }
.metric strong { font-weight: 900; letter-spacing: -.06em; }
.metric small { color: #78736c; }

.section { padding-top: clamp(82px, 9vw, 145px); padding-bottom: clamp(82px, 9vw, 145px); }
.sticky-copy h2, .section-heading h2 { line-height: .88; }
.path-card { grid-template-columns: 54px 1fr; padding: 38px 0; border-color: rgba(16,16,14,.28); }
.path-card > span, .route-number { font-style: normal; font-weight: 900; }
.path-card h3 { font-weight: 900; line-height: .93; }

.statement { min-height: 76vh; place-items: initial; align-items: center; }
.statement-orbit { width: 8px; height: 62%; aspect-ratio: auto; left: var(--pad); border: 0; border-radius: 0; background: var(--ember); box-shadow: none; }
.statement-orbit::after { display: none; }
.statement-copy { max-width: 1180px; padding-left: clamp(28px, 4vw, 62px); text-align: left; }
.statement .eyebrow { justify-content: flex-start; }
.statement blockquote { margin: 25px 0; font-size: clamp(2.8rem, 5.6vw, 6.2rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.statement-copy > p:last-child { color: #77736d; }

.product-grid { gap: 2px; background: #171714; }
.product-card { background: #e6e1d7; border: 0; }
.product-image { aspect-ratio: 4 / 4.5; }
.product-image img, .image-story > img, .portrait-tall img, .product-hero-image img, .photo-journal img { filter: grayscale(1) contrast(1.08); }
.product-copy { padding: 30px; }
.product-copy h3 { font-weight: 900; line-height: .9; }
.product-meta { border-color: rgba(16,16,14,.24); }
.all-products { gap: 2px; }

.image-story::after { background: linear-gradient(90deg, rgba(16,16,14,.94), rgba(16,16,14,.12)), linear-gradient(0deg, rgba(16,16,14,.86), transparent 60%); }
.image-story h2 { line-height: .86; }
.portrait-tall { max-width: 480px; border-bottom: 8px solid var(--ember); }

.site-footer { border-top: 8px solid var(--ember); }
.footer-mark { grid-template-columns: 94px 1fr; }
.footer-sigil { width: 76px; height: 76px; padding-top: 9px; border: 3px solid var(--ember); color: var(--ember); font-family: var(--display); font-size: 1.6rem; font-weight: 900; line-height: .77; letter-spacing: -.07em; text-align: center; }
.footer-mark .display { font-weight: 900; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }

.page-hero { min-height: 70vh; border-bottom: 8px solid var(--ember); }
.page-hero::before { filter: grayscale(1) contrast(1.08) !important; }
.page-hero h1, .product-hero h1, .school-hero h1 { line-height: .82; letter-spacing: -.065em; }
.page-hero.has-image::after { background: linear-gradient(90deg, var(--ink) 16%, rgba(16,16,14,.88) 49%, rgba(16,16,14,.18)), linear-gradient(0deg, var(--ink), transparent 76%); }
.route-row { border-color: rgba(16,16,14,.25); }
.route-row h2 { line-height: .87; }
.quiet-callout { background: #ddd7cc; border-top: 1px solid rgba(16,16,14,.2); }
.status-key { background: #ded8ce; }
.status-dot { border-radius: 0; }

.product-hero { border-bottom: 8px solid var(--ember); }
.detail-block { background: #e4ded3; }
.quote-card { border-left: 8px solid var(--ember); }
.quote-card blockquote { line-height: .93; letter-spacing: -.045em; text-transform: uppercase; }
.voice-item::before { width: 12px; height: 4px; border-radius: 0; }
.principle > span { font-style: normal; font-weight: 900; }
.principle h2 { line-height: .88; }
.avatar-concept { border-radius: 0; border: 3px solid var(--ember); color: var(--ember); font-size: 1.15rem; font-weight: 900; }
.module-row > span:first-child, .topic span { font-style: normal; font-weight: 900; }
.channel-card, .legal-card, .detail-block, .course-panel, .profile-panel { border-radius: 0; }
.legal-card > span, .legal-status span { border-radius: 0; }
.contact-list strong { font-weight: 900; letter-spacing: -.055em; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav a { font-family: var(--display); font-size: clamp(2.4rem, 7vw, 4.6rem); font-weight: 900; line-height: .9; letter-spacing: -.05em; }
}

@media (max-width: 800px) {
  .hero { min-height: 100svh; padding-top: 112px; padding-bottom: 78px; }
  .hero::before { top: 105px; bottom: 70px; left: 20px; width: 5px; }
  .hero::after { background: linear-gradient(0deg, rgba(16,16,14,.98) 0%, rgba(16,16,14,.82) 58%, rgba(16,16,14,.25)); }
  .hero-bg { background-position: 58% 30%; opacity: 1; }
  .hero-content { align-self: end; padding: 0 0 0 24px; }
  .hero h1 { font-size: clamp(3.9rem, 14.5vw, 7.25rem); }
  .hero .lead { max-width: 500px; }
  .hero-proof { display: none; }
  .hero-code { right: -7vw; bottom: -3vw; }
  .product-grid { background: transparent; gap: 18px; }
  .all-products { gap: 18px; }
}

@media (max-width: 560px) {
  .site-header { height: 70px; }
  .wordmark small { display: block; }
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero-content { padding-bottom: 0; }
  .hero h1 { font-size: clamp(3.45rem, 14.5vw, 5.4rem); }
  .hero-note { font-size: .72rem; }
  .hero-code { font-size: 45vw; bottom: -1vw; }
  .statement { min-height: 70vh; padding-left: 20px; padding-right: 20px; }
  .statement-orbit { left: 20px; width: 5px; }
  .statement-copy { padding-left: 22px; }
  .footer-mark { grid-template-columns: 76px 1fr; gap: 16px; }
  .footer-sigil { width: 62px; height: 62px; font-size: 1.35rem; }
}

/* Critical quality pass: CSP-safe media, navigation and mobile resilience */

.nav-group { position: relative; }
.nav-submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: -18px;
  width: 230px;
  padding: 16px 18px;
  display: grid;
  gap: 12px;
  background: rgba(16, 16, 14, .98);
  border-top: 4px solid var(--ember);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-submenu a { width: max-content; max-width: 100%; color: #d0cbc3; font-size: .75rem; line-height: 1.2; }
.nav-submenu a::after { bottom: -5px; }
.nav-group:hover .nav-submenu, .nav-group:focus-within .nav-submenu { opacity: 1; visibility: visible; transform: none; }
.nav-community { display: none; }

.page-hero.has-image::before { display: none; }
.page-hero-media {
  position: absolute;
  inset: 0 0 0 50%;
  width: 50%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}
.page-hero.has-image::after { z-index: 0; }
.progress span { width: 0; }

.hero > *, .page-hero > *, .product-hero > *, .school-hero > *,
.lesson-shell > *, .route-row > *, .course-panel > *, .details-grid > *,
.footer-mark > *, .lms-comparison article, .product-grid > *, .status-key > *,
.channel-grid > *, .channel-steps > *, .long-form-grid > *, .event-fields > *,
.about-story > *, .principle-grid > *, .legal-grid > * { min-width: 0; }
h1, h2, h3, blockquote, .contact-list strong, .footer-mark .display,
.lms-comparison strong, .channel-card h2 { hyphens: auto; overflow-wrap: anywhere; }
.button, .text-link { max-width: 100%; white-space: normal; }

img[src$="/ramagor-presence.jpg"] { object-position: 76% 36%; }
img[src$="/ramagor-dialogue.jpg"] { object-position: 72% 34%; }
img[src$="/ramagor-embrace.jpg"] { object-position: 70% 38%; }
.portrait-tall img[src$="/ramagor-presence.jpg"] { object-position: 73% 34%; }
.photo-journal img[src$="/ramagor-dialogue.jpg"] { object-position: 76% 36%; }
.product-hero-image img[src$="/ramagor-embrace.jpg"] { object-position: 74% 34%; }

.asset-note, figure figcaption, .footer-bottom, .product-meta, .route-time,
.school-status, .lesson-nav, .lesson-nav small, .video-placeholder span,
.channel-card strong, .legal-card > span, .legal-status span, .legal-status p,
.contact-list span, .course-cover > span, .lms-comparison article > span,
.lms-comparison .note, .wordmark small, .hero-proof span, .metric small,
.site-nav a, .header-cta, .eyebrow, .kicker, .section-label, .button,
.scroll-note, .back-link, .status-key p, .quote-card p, .statement-copy > p:last-child {
  font-size: .75rem;
}
.asset-note { color: #e4dfd6; text-shadow: 0 1px 8px rgba(0, 0, 0, .9); }
figure figcaption, .route-time, .product-meta span:last-child, .course-panel small,
.lesson-resources small, .contact-list span { color: #5c5952; }
.footer-bottom, .wordmark small, .hero-proof span, .metric small { color: #b1aba2; }
.lesson-nav { color: #aaa49b; }
.lesson-nav small { color: #aaa49b; }
.school-status { color: #b7b0a6; }
.legal-card > span, .legal-status span { color: #714226; }
.kicker { color: #5f5b54; }
.site-footer .kicker, .lesson-sidebar .kicker, .profile-panel .kicker { color: #c3bdb4; }
.section-label, .scroll-note, .statement-copy > p:last-child { color: #b1aba2; }
.quote-card p { color: #c7c1b7; }

.wordmark { width: 172px; }
.wordmark img {
  width: 100%;
  height: auto;
  filter: none;
}
.wordmark.compact { width: 205px; }
.wordmark.compact img { width: 100%; height: auto; }
.footer-mark { grid-template-columns: minmax(210px, 270px) 1fr; align-items: center; }
.footer-logo, .profile-logo {
  width: 100%;
  max-width: 270px;
  height: auto;
}
.footer-logo { filter: none; }
.profile-logo {
  margin-bottom: auto;
  padding: 8px 0;
  background: transparent;
  border-left: 3px solid var(--accent);
  filter: none;
}

.product-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.product-card-top .eyebrow { margin: 0; }
.product-status {
  width: max-content;
  padding: 6px 8px;
  border: 1px solid currentColor;
  color: #3f5130;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.product-status.pending { color: #76512d; }
.product-status.build { color: #5d5952; }
.product-status.discussing { color: #85402e; }
.product-summary { margin: 22px 0 26px; display: grid; gap: 14px; }
.product-summary > div { padding-top: 12px; border-top: 1px solid rgba(16, 16, 14, .2); }
.product-summary dt, .product-hero-facts dt {
  color: #68645d;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.product-summary dd { margin: 5px 0 0; color: #42423d; font-size: .9rem; line-height: 1.45; }
.product-hero .product-status { margin-top: 22px; color: #d6d0c6; }
.product-hero .product-status.live { color: #bdcaad; }
.product-hero .product-status.pending { color: #e5ba8b; }
.product-hero .product-status.discussing { color: #ef9b7e; }
.product-hero-facts { margin: 30px 0; display: grid; gap: 14px; }
.product-hero-facts > div { padding-top: 14px; border-top: 1px solid var(--line); }
.product-hero-facts dt { color: #aaa49b; }
.product-hero-facts dd { margin: 6px 0 0; color: #e0dad1; line-height: 1.45; }
.coven-identity {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 8vw, 130px);
  align-items: center;
  padding: clamp(80px, 11vw, 170px) var(--pad);
  background: #070706;
  color: var(--bone);
}
.coven-identity img { width: min(100%, 640px); margin: auto; }
.coven-identity h2 { margin: 24px 0; max-width: 780px; font-size: clamp(2.5rem, 4.8vw, 5.8rem); hyphens: none; overflow-wrap: normal; }
.coven-identity p:not(.eyebrow) { max-width: 680px; color: #aaa49b; }
.details-grid .boundary-list { grid-template-columns: 1fr; margin-top: 30px; }
.method-note { padding: 24px var(--pad) 80px; background: var(--paper); text-align: center; }
.method-note p { margin: 0; }
.method-note a { border-bottom: 1px solid currentColor; color: #3e4930; font-weight: 800; }
.lecture-offer { max-width: none; background: #ddd7cc; }
.lecture-offer > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.tariff-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; background: var(--ink); }
.tariff-card { position: relative; min-width: 0; min-height: 360px; padding: clamp(30px, 4vw, 54px); display: flex; flex-direction: column; background: #ebe5db; }
.tariff-card.recommended { background: var(--ink-2); color: var(--bone); }
.tariff-card h3 { margin: 20px 0 42px; max-width: 12ch; font-size: clamp(2rem, 3.2vw, 4rem); line-height: .9; }
.tariff-card strong { margin-top: auto; color: var(--copper); font-family: var(--display); font-size: clamp(2rem, 3vw, 3.6rem); line-height: 1; }
.tariff-card.recommended strong { color: var(--ember); }
.tariff-card p { margin: 22px 0 0; max-width: 34ch; }
.tariff-card.recommended p { color: #beb8ae; }
.tariff-badge { width: max-content; padding: 7px 9px; background: var(--ember); color: var(--ink); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.upgrade-note { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(16,16,14,.28); color: #383934; font-size: 1.05rem; font-weight: 800; }
.event-price { color: var(--copper); font-family: var(--display); font-size: 1.1rem; font-weight: 900; text-transform: uppercase; }
.choose-format { padding-bottom: 0; }
.choice-questions, .organizer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: #171714;
}
.choice-questions article, .organizer-grid article { min-width: 0; padding: clamp(28px, 3vw, 46px); background: #e4ded3; }
.choice-questions span, .organizer-grid span { color: var(--copper); font-family: var(--display); font-size: 1.1rem; font-weight: 900; }
.choice-questions h3, .organizer-grid h3 { margin: 34px 0 16px; font-size: clamp(1.7rem, 2.7vw, 2.7rem); line-height: .94; }
.choice-questions p, .organizer-grid p { margin-bottom: 0; }
.city-invite { border-top: 1px solid rgba(16, 16, 14, .2); }
.city-invite .center-action { margin-top: 42px; }
.event-fields {
  width: min(760px, 100%);
  margin: 34px auto 4px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(16, 16, 14, .22);
}
.event-fields span {
  padding: 14px 10px;
  border-right: 1px solid rgba(16, 16, 14, .22);
  color: #5f5b54;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.event-fields span:last-child { border-right: 0; }

@media (max-width: 1100px) {
  .site-nav {
    justify-content: flex-start;
    overflow-y: auto;
    padding-top: 94px;
    padding-bottom: 46px;
  }
  .nav-group { width: 100%; }
  .nav-submenu {
    position: static;
    width: 100%;
    margin-top: 16px;
    padding: 14px 0 0 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(238, 233, 223, .22);
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-nav .nav-submenu a {
    font-family: var(--sans);
    font-size: .82rem;
    line-height: 1.3;
    letter-spacing: .08em;
  }
  .nav-community {
    display: inline-flex;
    min-height: 48px;
    margin-top: 10px;
    padding: 0 16px;
    align-items: center;
    border: 2px solid var(--ember);
    font-family: var(--sans) !important;
    font-size: .78rem !important;
    letter-spacing: .1em !important;
  }
  .nav-community svg { width: 18px; margin-left: 10px; }
}

@media (max-width: 800px) {
  .page-hero-media { inset: 0; width: 100%; opacity: .48; }
  .page-hero.has-image::after { background: linear-gradient(0deg, var(--ink) 8%, rgba(16,16,14,.78) 72%, rgba(16,16,14,.35)); }
  .coven-identity { grid-template-columns: 1fr; }
  .coven-identity img { width: min(78vw, 520px); }
  .lesson-sidebar {
    position: relative;
    display: block;
    height: auto;
    padding: 92px 20px 22px;
  }
  .lesson-sidebar > .wordmark { display: none; }
  .lesson-sidebar > .kicker { margin: 0 0 16px; }
  .lesson-module-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }
  .lesson-nav { padding: 12px 14px 12px 0; }
  .lesson-content { padding-top: 46px; }
  .choice-questions, .organizer-grid { grid-template-columns: 1fr; gap: 1px; }
  .channel-steps { grid-template-columns: 1fr; gap: 1px; }
  .long-form-grid article { grid-template-columns: 96px 1fr; }
  .long-form-grid img { width: 78px; height: 78px; }
  .long-form-action { align-items: flex-start; flex-direction: column; }
  .status-key { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tariff-grid { grid-template-columns: 1fr; gap: 1px; }
  .tariff-card { min-height: 300px; }
}

@media (max-width: 560px) {
  .site-nav { gap: 18px; }
  .wordmark { width: 138px; }
  .site-nav > a, .site-nav > .nav-group > a { font-size: clamp(2rem, 10vw, 3rem); }
  .page-hero { min-height: 72vh; }
  .page-hero h1 { font-size: clamp(2.65rem, 13vw, 4.45rem); }
  .product-hero h1 { font-size: clamp(2.85rem, 13.5vw, 4.8rem); }
  .school-hero h1 { font-size: clamp(2.7rem, 13vw, 4.6rem); }
  .lesson-content h1 { font-size: clamp(2.7rem, 13vw, 4.6rem); }
  .route-row h2 { font-size: clamp(2rem, 10.5vw, 3.5rem); }
  .route-time, .route-row .button { width: 100%; }
  .lesson-module-list { grid-template-columns: repeat(4, minmax(145px, 1fr)); }
  .contact-list strong { font-size: clamp(1.55rem, 8.5vw, 2.8rem); }
  .footer-mark { grid-template-columns: 1fr; }
  .footer-logo { max-width: 230px; }
  .channel-steps article { min-height: 330px; }
  .long-form-grid article { grid-template-columns: 1fr; }
  .long-form-grid img { width: 72px; height: 72px; }
  .event-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-fields span:nth-child(2) { border-right: 0; }
  .event-fields span:nth-child(-n+2) { border-bottom: 1px solid rgba(16, 16, 14, .22); }
  .status-key { grid-template-columns: 1fr; }
}

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

/* Final editorial pass: keep display typography intentional on narrow screens. */
h1, h2, h3, blockquote, .footer-mark .display, .lms-comparison strong {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
.hero h1 span { display: block; white-space: nowrap; }
.contact-list strong, .channel-card h2 { overflow-wrap: anywhere; }
.quote-card .kicker { margin: 0 0 26px; color: #d69459; }
.profile-panel .text-link { margin-top: 18px; color: var(--bone); }
.video-placeholder span {
  left: 20px;
  right: 20px;
  padding-top: 14px;
  border-top: 3px solid var(--ember);
  text-align: left;
}

@media (max-width: 560px) {
  h1, h2, h3, blockquote, .footer-mark .display, .lms-comparison strong {
    hyphens: auto;
    overflow-wrap: break-word;
  }
  .hero h1 {
    max-width: none;
    font-size: clamp(2.75rem, 13vw, 4.2rem);
    letter-spacing: -.07em;
  }
  .hero-note { margin-top: 8px; }
  .quote-card blockquote { font-size: clamp(1.75rem, 9vw, 2.8rem); }
}

/* Правовые документы */
.legal-document { display: grid; grid-template-columns: minmax(0, 240px) minmax(0, 1fr); gap: 48px; align-items: start; }
.legal-contents { position: sticky; top: 96px; font-size: .82rem; }
.legal-contents ol { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 8px; counter-reset: toc; }
.legal-contents li { counter-increment: toc; }
.legal-contents a { text-decoration: none; color: #4a4640; line-height: 1.4; display: block; }
.legal-contents a:hover, .legal-contents a:focus-visible { color: #151512; text-decoration: underline; }
.legal-body { display: grid; gap: 34px; max-width: 70ch; }
.legal-section h2 { font-size: 1.05rem; letter-spacing: .02em; margin: 0 0 14px; }
.legal-section ol { margin: 0; padding-left: 1.4em; display: grid; gap: 10px; }
.legal-section li { line-height: 1.62; font-size: .88rem; }
.offer-note { font-size: .8rem; line-height: 1.6; color: #4a4640; margin: 16px 0 0; max-width: 62ch; }
.offer-note a { color: inherit; }
.requisites-card dl { display: grid; gap: 12px; margin: 18px 0 0; max-width: 70ch; }
.requisites-card dl > div { display: grid; grid-template-columns: minmax(0, 190px) minmax(0, 1fr); gap: 14px; font-size: .82rem; }
.requisites-card dt { color: #4a4640; }
.footer-requisites { display: grid; gap: 4px; padding: 22px 0 0; font-size: .78rem; color: rgba(238, 233, 223, .88); line-height: 1.55; }
.site-footer .footer-requisites a { color: rgba(238, 233, 223, .88); text-decoration: underline; text-underline-offset: 3px; }
.site-footer .footer-requisites a:hover, .site-footer .footer-requisites a:focus-visible { color: #f2efe7; }

@media (max-width: 860px) {
  .legal-document { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .legal-contents { position: static; }
  .requisites-card dl > div { grid-template-columns: minmax(0, 1fr); gap: 2px; }
}
.tariff-schedule { font-size: .78rem; line-height: 1.55; color: #4a4640; margin: 8px 0 14px; }

.legal-section li { font-size: .9rem; }
.legal-document .offer-note, .requisites-card .offer-note { color: #4a4640; }
.event-list { display: grid; gap: 18px; }
.event-card { border: 1px solid rgba(11,12,12,.16); border-radius: 4px; padding: 26px 28px; display: grid; gap: 8px; max-width: 72ch; }
.event-card .event-date { font-family: var(--mono, monospace); font-size: .78rem; letter-spacing: .04em; color: #4a4640; margin: 0; }
.event-card h3 { margin: 0; font-size: 1.15rem; }
.event-card .event-format { font-size: .8rem; color: #4a4640; margin: 0; }
.event-card p { margin: 0; }
.event-card .button { justify-self: start; margin-top: 8px; }

/* Строка про оферту стоит и на светлой секции тарифов, и в тёмном hero продукта. */
.product-hero .offer-note { color: rgba(238, 233, 223, .92); }
.product-hero .offer-note a { color: rgba(238, 233, 223, .92); }
.product-hero .offer-note a:hover, .product-hero .offer-note a:focus-visible { color: #f2efe7; }
