/* Shared editorial components. Built on Lumora's original type and color system. */
em { font-weight: inherit; }
.headline { font-size: var(--text-3xl); font-weight: 400; line-height: 1.12; }
.headline em, .product-name em, .page-hero h1 em { color: var(--color-amber); font-weight: 400; }
.body-copy { font-size: var(--text-base); color: var(--text-muted); line-height: 1.8; }
.btn { min-height: 52px; border-radius: 5px; white-space: normal; text-align: center; line-height: 1.5; }
.draw-link { min-height: 44px; line-height: 1.7; }
.quiet-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--text-secondary); font-size: var(--text-sm); text-decoration: underline; text-decoration-color: var(--border-medium); text-underline-offset: 7px; }
.quiet-link:hover { color: var(--color-amber); }
.inline-links { display: flex; gap: 12px 32px; flex-wrap: wrap; margin-top: 28px; }
.section-heading-line { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 48px; }
.section-heading-line .kicker { margin: 0; }
.availability { color: var(--text-muted); font-size: var(--text-sm); }
.availability::before { content: ''; display: inline-block; width: 5px; height: 5px; margin-right: 10px; border-radius: 50%; background: var(--color-amber); vertical-align: middle; }

/* Shared navigation remains visible, reachable, and useful at every breakpoint. */
.site-head { z-index: calc(var(--z-veil) + 10); background: linear-gradient(180deg, rgba(9,9,9,.88), rgba(9,9,9,.15)); }
body:not(.page-home) .site-head { background: rgba(12,13,13,.96); }
.head-inner { min-height: 44px; gap: 24px; }
.brand { font-size: 22px; letter-spacing: -.035em; }
.brand-dot { color: var(--color-amber); }
.connect-link { border-radius: 4px; min-height: 44px; align-items: center; gap: 20px; font-size: 11px; }
.head-link { display: inline-flex; min-height: 44px; align-items: center; }
.head-link[aria-current="true"] { color: var(--text-primary); }
.menu-btn { width: 44px; height: 44px; flex-shrink: 0; align-items: center; }
.menu-btn span { width: 24px; }
.veil { background: #111211; backdrop-filter: none; -webkit-backdrop-filter: none; padding: 104px 28px 32px; overflow-y: auto; }
.veil nav { width: min(460px, 100%); margin: auto; }
.veil nav > .kicker { color: var(--color-amber); margin-bottom: 24px; }
.veil nav ul { align-items: stretch; gap: 0; }
.veil li { border-bottom: 1px solid var(--border-light); }
.veil-link { display: block; padding: 12px 0; font-size: clamp(25px,5vw,36px); min-height: 48px; transform: none; }
.veil-link[aria-current] { color: var(--color-amber); }
.veil-stories { display: flex; flex-wrap: wrap; gap: 0 24px; margin-top: 24px; }
.veil-stories a { display: inline-flex; min-height: 44px; align-items: center; font-size: 13px; color: var(--text-muted); }
.foot-link { display: inline-flex; align-items: center; min-height: 44px; }
.foot-col-list { gap: 0; }
.foot-social a { width: 44px; height: 44px; }
.foot-legal { flex-wrap: wrap; gap: 6px 24px; }
.foot-legal a { display: inline-flex; align-items: center; min-height: 44px; }
.foot-base { flex-wrap: wrap; gap: 20px; }
.foot-wordmark { font-size: 30px; }
.foot-tag { line-height: 1.8; }
html:not(.js) .menu-btn, html:not(.js) .veil { display: none; }

/* First screen: the approved film carries the atmosphere, the copy carries identity. */
.page-home .hero { min-height: min(940px, 100svh); padding: 148px var(--container-pad) 126px; }
.hero-copy { max-width: 860px; }
.hero-kicker { color: var(--color-amber); margin-bottom: 26px; font-size: 11px; }
.hero-title { font-size: clamp(3.25rem, 8.3vw, 7.5rem); margin-bottom: 24px; }
.hero-sub { font-size: clamp(1rem, 1.4vw, 1.15rem); max-width: 620px; line-height: 1.75; font-weight: 400; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px 34px; margin-top: 32px; }
.hero-discover { display: inline-flex; min-height: 52px; align-items: center; gap: 22px; font-family: var(--font-label); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-discover:hover { color: var(--color-amber); }
.hero-foot { position: absolute; bottom: 28px; inset-inline: var(--container-pad); display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; color: var(--text-muted); font-size: 11px; letter-spacing: .07em; }
.motion-toggle { min-height: 44px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 3px; color: var(--text-secondary); font-size: 11px; }
.motion-toggle:hover { border-color: var(--color-amber); color: var(--color-amber); }
.hero-img { opacity: 1 !important; }

/* Product proof: approved imagery plus the owner-supplied iPhone home screen. */
.elyvia-grid { grid-template-columns: minmax(0,1.12fr) minmax(0,1fr); gap: clamp(32px,6vw,88px); align-items: center; }
.elyvia-copy { padding: 0; }
.product-name { font-size: clamp(3rem,5.4vw,5.6rem); font-weight: 400; line-height: 1.1; }
.product-positioning { margin-top: 18px; font-size: var(--text-lg); color: var(--text-primary); font-weight: 300; }
.elyvia-copy .body-copy { margin-top: 24px; margin-bottom: 20px; max-width: 46ch; }
.product-visuals { padding: 10px 60px 110px 0; }
.elyvia-frame { border-radius: 4px; aspect-ratio: 4 / 5; box-shadow: none; }
.elyvia-frame img { object-position: center 45%; filter: none; }
.elyvia-halo { display: none; }
.product-screen { width: 42%; max-width: 250px; position: absolute; z-index: 2; right: 0; bottom: 26px; }
.product-screen > a { display: block; border: 5px solid #222323; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.4); background: #080818; }
.product-screen img { width: 100%; height: auto; display: block; }
.product-screen figcaption { font-size: 10px; color: var(--text-muted); text-align: center; margin-top: 13px; line-height: 1.6; letter-spacing: .02em; }
.use-cases { border-top: 1px solid var(--border-medium); margin-block: 28px 24px; }
.use-cases details { border-bottom: 1px solid var(--border-medium); }
.use-cases summary { min-height: 54px; padding: 15px 0; display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: 15px; color: var(--text-primary); cursor: pointer; list-style: none; }
.use-cases summary::-webkit-details-marker { display: none; }
.use-cases summary > :last-child { font-size: 23px; font-weight: 300; color: var(--color-amber); transition: transform .2s; }
.use-cases details[open] summary > :last-child { transform: rotate(45deg); }
.use-cases details p { color: var(--text-muted); font-size: 14px; line-height: 1.75; padding-bottom: 20px; padding-right: 28px; }
.trust-strip { border-top: 1px solid var(--border-light); margin-top: 36px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; font-size: 12px; color: var(--text-muted); }
.trust-strip > * { display: inline-flex; align-items: center; min-height: 44px; }
.trust-strip a { text-decoration: underline; text-underline-offset: 5px; }

/* An editorial change of light follows the product. */
.manifesto { text-align: left; padding-inline: 0; }
.manifesto-layout { display: grid; grid-template-columns: .8fr 2fr; gap: 64px; }
.manifesto-title { margin: 0; max-width: none; font-size: clamp(2rem,4vw,3.7rem); line-height: 1.3; }
.section-warm .manifesto-title { color: var(--text-on-warm); }
.section-warm .accent-phrase, .section-warm .headline em { color: #856237; }
.manifesto-aside { font-size: 13px; line-height: 1.8; }
.manifesto-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; margin-top: 42px; padding-top: 26px; border-top: 1px solid rgba(18,20,20,.2); }
.manifesto-bottom p { max-width: 37ch; font-size: 15px; line-height: 1.8; }
.manifesto-bottom .draw-link { flex-shrink: 0; }
.section-warm .kicker { color: #79552a; }

/* Separate rhythms for documentary storytelling and brief reflection. */
.story-feature { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: clamp(36px,7vw,104px); }
.story-image { display: block; position: relative; overflow: hidden; aspect-ratio: 5 / 4; border-radius: 3px; background: var(--bg-deep); }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out-soft); }
a.story-image:hover img { transform: scale(1.025); }
.story-image.walk-artwork, .walk-hero-artwork { aspect-ratio: 16 / 9; }
.walk-artwork img { display: block; width: 100%; height: auto; object-fit: contain; }
a.story-image.walk-artwork:hover img { transform: none; }
.media-caption { position: absolute; inset: auto 0 0; padding: 40px 28px 24px; font-family: var(--font-display); font-size: 21px; background: linear-gradient(transparent,rgba(0,0,0,.7)); }
.story-copy .headline { font-size: clamp(3rem,5vw,5rem); margin-block: 0 28px; }
.story-copy .body-copy { margin-bottom: 25px; }
.thought { background: #1b1b18; }
.thought-inner { gap: clamp(32px,8vw,112px); }
.thought .headline { font-size: clamp(2.8rem,4.7vw,4.7rem); margin-bottom: 28px; }
.thought-copy .body-copy { margin-bottom: 28px; }
.thought-media { border-radius: 3px; box-shadow: none; aspect-ratio: 5/4; }
.thought-media.thought-artwork, .reflection-hero-image.thought-artwork, .story-image.thought-artwork, .ecosystem-project img.thought-artwork { aspect-ratio: 4 / 3; }
.thought-artwork img, .reflection-hero-image.thought-artwork img, .story-image.thought-artwork img, .ecosystem-project img.thought-artwork { display: block; width: 100%; height: auto; object-fit: contain; filter: none; }
a.story-image.thought-artwork:hover img { transform: none; }

/* Preserve the connected ecosystem while reducing card ornament. */
.horizons-title { font-size: clamp(2.5rem,4vw,4rem); margin-bottom: 78px; }
.ecosystem-origin-eyebrow { color: var(--color-amber); font-size: 11px; }
.ecosystem-origin-thesis { color: #b5b1aa; }
.project-card { border-radius: 4px; box-shadow: none; border-color: rgba(233,193,118,.16); }
.project-card:hover, .project-card:focus-visible { box-shadow: none; transform: translateY(-4px); }
.project-card[data-expression="thought"] { box-shadow: none; }
.project-card[data-expression="walk"] .project-card-bg img { height: auto; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; filter: none; transform: none; }
.project-card[data-expression="thought"] .project-card-bg img { height: auto; aspect-ratio: 4 / 3; object-fit: contain; object-position: center; filter: none; transform: none; }
.project-card-axis { color: #bdb8b1; font-size: 12px; }
.project-card-cta { color: #c7c0b6; font-size: 10px; }
.project-card-desc { color: #ded8d0; }
.future-section { background: #e9dfd0; color: var(--text-on-warm); }
.future-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.future-section .headline { color: var(--text-on-warm); }
.future-section .headline em { color: #856237; }
.future-section .kicker { color: #79552a; }
.future-section .body-copy { color: #4a4d46; }
.future-section .index-list { margin-top: 20px; }
.future-section .index-row { border: 0; border-top: 1px solid rgba(18,20,20,.25); border-radius: 0; padding: 28px 0; color: #282b27; background: transparent; box-shadow: none; }
.future-section .index-row:last-child { border-bottom: 1px solid rgba(18,20,20,.25); }
.future-section .index-title { color: #282b27; font-size: clamp(1.2rem,2vw,1.7rem); }
.future-section .index-badge { color: #684a29; border: 0; background: none; text-transform: uppercase; border-radius: 0; }
.future-section .index-num, .future-section .index-arrow { color: #684a29; }
.future-section .index-row:hover { background: rgba(255,255,255,.22); transform: none; }
.future-note { font-size: 12px; color: #55574f; margin-top: 24px; }
.founder { background: #151716; }
.founder-portrait { max-width: 460px; border-radius: 3px; box-shadow: none; aspect-ratio: 4/5; }
.founder-name { font-size: clamp(2.5rem,4.5vw,4.25rem); }
.founder-role { text-transform: none; font-family: var(--font-body); letter-spacing: 0; font-size: 15px; line-height: 1.8; }
.founder-bio { font-size: 16px; line-height: 1.85; }
.founder-copy .draw-link { margin-top: 30px; }
.collab { padding-block: var(--section-gap-lg); background: #101110; }
.collab-title { font-size: clamp(1.8rem,3vw,3rem); line-height: 1.35; }
.collab-actions { flex-wrap: wrap; justify-content: center; gap: 22px; }
.collab .spark { width: 22px; }

/* Interior structure shares the same editorial proportions. */
.page-hero { isolation: isolate; padding-top: 170px; }
.page-hero-bg { z-index: -1; }
.page-hero-bg img { opacity: .48; }
.page-hero .btn { margin-top: 30px; }
.page-hero .quiet-link { margin-top: 24px; }
.page-hero .page-lead { font-size: clamp(1.05rem,1.7vw,1.4rem); color: #bbc0bd; max-width: 620px; }
.page-hero h1 { max-width: 900px; line-height: 1.1; }
.editorial-intro { display: grid; grid-template-columns: 1fr 1.8fr; gap: 60px; align-items: start; }
.editorial-intro .headline { margin-bottom: 28px; }
.editorial-intro .body-copy { max-width: 57ch; }
.section-warm .body-copy { color: #4a4f4f; }
.section-warm h2, .section-warm h3 { color: var(--text-on-warm); }
.section-warm :focus-visible, .future-section :focus-visible { outline-color: #79552a; }
.product-hero { text-align: left; padding-bottom: 80px; }
.product-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(40px,8vw,112px); }
.product-hero h1 { font-size: clamp(4.5rem,10vw,9rem); margin: 0 0 18px; }
.product-hero .hero-slogan { font-size: 24px; letter-spacing: 0; }
.product-hero .page-lead { margin: 24px 0 0; max-width: 45ch; }
.product-hero .kicker { font-size: 11px; max-width: 46ch; line-height: 1.8; }
.product-hero-screen { width: min(100%,300px); justify-self: center; }
.product-hero-screen > a { display: block; border: 7px solid #282a2b; border-radius: 16px; overflow: hidden; box-shadow: 0 28px 85px rgba(0,0,0,.4); }
.product-hero-screen img { display: block; width: 100%; height: auto; }
.product-hero-screen figcaption { font-size: 11px; text-align: center; margin-top: 18px; color: var(--text-muted); line-height: 1.7; }
.product-download { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 18px; }
.product-download > span { color: var(--text-muted); font-size: 12px; }
.tools-layout { display: grid; grid-template-columns: 1fr 1.25fr; gap: 100px; }
.tools-intro .headline { margin-bottom: 24px; }
.tools-image { aspect-ratio: 5/4; object-fit: cover; border-radius: 3px; margin-top: 38px; width: 100%; }
.experience-item { display: grid; grid-template-columns: 32px 1fr; gap: 24px; padding: 32px 0; border-top: 1px solid var(--border-medium); }
.editorial-number { font-family: var(--font-label); font-size: 11px; color: var(--color-amber); letter-spacing: .1em; padding-top: 7px; }
.experience-item h3 { font-size: 27px; font-weight: 400; margin-bottom: 16px; }
.experience-item p { color: var(--text-muted); line-height: 1.8; font-size: 15px; }
.experience-item .experience-caption { font-family: var(--font-label); color: #c8ba9c; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; margin-top: 20px; }
.reviews-section { background: #1b1c18; }
.review-card { border-radius: 0; background: transparent; border: 0; border-top: 1px solid var(--border-medium); box-shadow: none; padding: 32px 0 0; }
.review-quote { font-size: 20px; }
.product-trust { background: #111312; }
.closing-invitation { text-align: center; }
.closing-invitation .headline { margin-bottom: 26px; }
.closing-invitation .body-copy { margin: 0 auto 32px; }
.closing-invitation .btn { margin-top: 14px; }
.closing-secondary { margin: 24px auto 0; font-size: 13px; }
.closing-secondary a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: underline; text-underline-offset: 6px; }
.story-index-row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; padding-block: 50px; border-top: 1px solid var(--border-light); }
.story-index-row h2 { font-size: clamp(2.3rem,4vw,3.4rem); font-weight: 400; margin-bottom: 24px; }
.story-index-row p:not(.kicker) { line-height: 1.8; color: var(--text-muted); margin-bottom: 24px; }
.story-index-row--reverse { grid-template-columns: 1fr 1.2fr; }
.story-index-row--reverse .story-image { order: 2; }
.story-page-hero { padding-bottom: 100px; }
.walk-hero-grid { display: grid; grid-template-columns: .9fr 1.2fr; gap: clamp(32px,5vw,72px); align-items: center; text-align: left; }
.walk-hero-grid h1, .walk-hero-grid .page-lead { margin-inline: 0; }
.walk-hero-grid h1 { font-size: clamp(42px,4.4vw,66px); }
.walk-hero-artwork { overflow: hidden; border-radius: 3px; }
.story-themes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.story-theme img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.story-theme > div { padding-top: 24px; }
.story-theme .kicker { font-size: 10px; margin-bottom: 10px; }
.story-theme h3 { font-size: 27px; font-weight: 400; margin-bottom: 18px; }
.story-theme p:not(.kicker) { font-size: 14px; line-height: 1.8; color: var(--text-muted); }
.media-note { font-size: 11px; color: var(--text-muted); margin-top: 28px; }
.archive-note { border-block: 1px solid var(--border-medium); padding-block: 32px; }
.archive-note h3 { font-size: 30px; font-weight: 400; margin-bottom: 18px; }
.archive-note p { font-size: 16px; line-height: 1.85; color: var(--text-muted); }
.archive-note .draw-link { margin-top: 22px; }
.archive-note .inline-links .draw-link { margin-top: 0; }
.archive-entry { border-top: 1px solid var(--border-medium); padding: 30px 0; }
.archive-entry h3 { font-size: 30px; font-weight: 400; }
.archive-entry h3 a { display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.archive-entry h3 svg { width: 24px; flex-shrink: 0; }
.archive-entry p:last-child { margin-top: 18px; color: var(--text-muted); }
.episode-heading { align-items: flex-end; }
.episode-heading .kicker { margin-bottom: 18px; }
.episode-heading .draw-link { flex-shrink: 0; }
.episode-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px 36px; }
.episode-link { display: block; height: 100%; }
.episode-thumbnail { aspect-ratio: 16 / 9; overflow: hidden; background: #171917; border-radius: 3px; }
.episode-thumbnail img { display: block; width: 100%; height: 100%; object-fit: contain; }
.episode-copy { padding: 24px 0 0; }
.episode-date { display: flex; flex-wrap: wrap; gap: 8px 20px; font-family: var(--font-label); font-size: 10px; line-height: 1.7; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); }
.episode-date > span { color: var(--color-amber); }
.episode-copy h3 { margin: 16px 0; font-size: clamp(25px,2.3vw,34px); font-weight: 400; line-height: 1.3; text-wrap: pretty; }
.episode-watch { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; color: var(--color-amber); font-family: var(--font-label); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.episode-watch svg { width: 20px; height: 20px; }
.episode-link:hover h3, .episode-link:focus-visible h3 { color: var(--color-amber); }
.episode-link:focus-visible { outline-offset: 8px; }
.episode-grid > .archive-note { grid-column: 1 / -1; }
@media (min-width: 960px) {
  .episode-card:first-child { grid-column: 1 / -1; padding-bottom: 48px; border-bottom: 1px solid var(--border-medium); }
  .episode-card:first-child .episode-link { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: center; }
  .episode-card:first-child .episode-copy { padding: 0; }
}
@media (min-width: 768px) and (max-width: 959px) {
  .episode-card:first-child { grid-column: 1 / -1; }
}
.related-format { max-width: 860px; text-align: center; }
.related-format h2 { font-weight: 400; font-size: 36px; margin-bottom: 24px; }
.related-format p { margin-inline: auto; }
.related-format .draw-link { margin-top: 24px; }
.reflection-hero { text-align: left; }
.reflection-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.reflection-hero h1 { font-size: clamp(3rem,6vw,5.75rem); margin-left: 0; }
.reflection-hero .page-lead { margin-left: 0; }
.reflection-hero .draw-link { margin-top: 30px; }
.reflection-hero-image { overflow: hidden; border-radius: 3px; aspect-ratio: 1; }
.reflection-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.journal-intro { padding-top: 0; }
.journal-pathways { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.journal-pathway { border-top: 1px solid rgba(18,20,20,.25); padding: 26px 0; display: block; }
.journal-pathway > span:first-child { font-size: 11px; text-transform: uppercase; letter-spacing: .09em; color: #76572e; }
.journal-pathway h2 { font-weight: 400; font-size: 30px; margin: 22px 0; }
.journal-pathway p { font-size: 15px; color: #4a4f4f; }
.journal-pathway > span:last-child { display: block; margin-top: 28px; font-size: 24px; color: #76572e; }
.ecosystem-project { display: grid; grid-template-columns: 240px 1fr; gap: 64px; padding-block: 40px; border-top: 1px solid var(--border-medium); align-items: center; }
.ecosystem-project img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 3px; }
.ecosystem-project img.walk-artwork { aspect-ratio: 16 / 9; height: auto; object-fit: contain; }
.ecosystem-project h2 { font-size: 42px; font-weight: 400; margin-bottom: 16px; }
.ecosystem-project .kicker { margin-bottom: 14px; }
.ecosystem-project p:not(.kicker) { color: var(--text-muted); line-height: 1.8; max-width: 53ch; }
.ecosystem-project .draw-link { margin-top: 22px; }
.future-details { margin-top: 64px; }
.future-detail { display: grid; grid-template-columns: 60px 1fr; gap: 30px; padding: 38px 0; border-top: 1px solid rgba(18,20,20,.25); }
.future-detail h3 { font-size: 32px; font-weight: 400; margin-bottom: 22px; }
.future-detail .kicker { margin-bottom: 12px; }
.future-detail p:not(.kicker) { color: #4a4f4f; line-height: 1.8; }
.future-detail .editorial-number { color: #76572e; }
.page-mission .values-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 64px; }
.page-mission .value-card { border: 0; border-top: 1px solid var(--border-medium); border-radius: 0; padding: 32px 0; background: transparent; box-shadow: none; }
.page-mission .value-card p { color: var(--text-muted); line-height: 1.8; }
.page-mission #founder .panel-media { aspect-ratio: 4 / 5; }
.page-mission .panel-media { border-radius: 3px; }
.page-collaborate .form-input, .page-collaborate .form-select, .page-collaborate .form-textarea { border-radius: 3px; min-height: 52px; font-size: 16px; }
.page-collaborate .form-textarea { min-height: 180px; }
.form-consent { align-items: flex-start; }
.form-consent input { flex-shrink: 0; min-width: 22px; min-height: 22px; margin-top: 4px; }
.form-consent label { min-height: 44px; padding-block: 4px; }

@media (min-width: 960px) {
  .head-nav ul { gap: clamp(20px,2.1vw,32px); }
  .foot-grid { grid-template-columns: 1.8fr 1fr 1fr 1.15fr; gap: 50px; }
}
@media (min-width: 1024px) {
  .ecosystem-origin { margin-bottom: 128px; }
  .project-card[data-expression="elyvia"] { min-height: 500px; }
  .project-card[data-expression="walk"] { min-height: 410px; }
  .project-card[data-expression="thought"] { min-height: 360px; }
}
@media (max-width: 959px) {
  .head-inner { gap: 16px; }
  html:not(.js):not(.nav-pending) .site-head { position: relative; background: #111; }
  html:not(.js):not(.nav-pending) .head-inner { flex-wrap: wrap; }
  html:not(.js):not(.nav-pending) .head-nav { display: block; width: 100%; }
  html:not(.js):not(.nav-pending) .head-nav ul { display: flex; flex-wrap: wrap; gap: 2px 22px; }
  html:not(.js):not(.nav-pending) .head-link { font-size: 14px; }
  html:not(.js):not(.nav-pending) .connect-link { display: inline-flex; }
  .foot-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
  .foot-brand { grid-column: 1 / -1; max-width: 530px; }
  .tools-layout { gap: 48px; }
  .product-hero-grid { gap: 40px; }
  .editorial-intro { grid-template-columns: 1fr 1.5fr; gap: 40px; }
  .story-index-row { gap: 44px; }
  .walk-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .reflection-hero-grid { gap: 36px; }
}
@media (max-width: 767px) {
  .page-home .hero { min-height: min(820px, 100svh); padding: 128px 24px 100px; }
  .hero-title { font-size: clamp(3.1rem,10.4vw,5rem); }
  .hero-kicker { font-size: 9px; letter-spacing: .13em; }
  .hero-sub { font-size: 16px; line-height: 1.7; max-width: 470px; }
  .hero-foot { bottom: 16px; font-size: 10px; justify-content: center; }
  .hero-actions { gap: 12px 24px; }
  .section-heading-line { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 32px; }
  .elyvia-grid { grid-template-columns: 1fr; gap: 22px; }
  .elyvia-copy { padding: 0; }
  .product-visuals { max-width: 550px; margin-inline: auto; width: 100%; padding: 0 54px 70px 0; }
  .elyvia-frame { aspect-ratio: 5 / 4; }
  .product-screen { width: 35%; bottom: 0; }
  .product-screen figcaption { font-size: 9px; }
  .product-name { font-size: 48px; }
  .trust-strip { margin-top: 28px; justify-content: flex-start; gap: 0 24px; }
  .manifesto-layout { grid-template-columns: 1fr; gap: 30px; }
  .manifesto-aside { display: none; }
  .manifesto-title { font-size: clamp(2rem,5.8vw,2.7rem); }
  .manifesto-bottom { gap: 22px; margin-top: 30px; flex-direction: column; }
  .story-feature { grid-template-columns: 1fr; gap: 36px; }
  .story-image { aspect-ratio: 5/4; }
  .story-copy .headline { font-size: 48px; }
  .thought-inner { gap: 36px; }
  .thought-media { grid-row: 1; }
  .thought .headline { font-size: 44px; }
  .future-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 32px; }
  .future-section .index-row { display: grid; grid-template-columns: 24px 1fr 24px; gap: 12px; align-items: start; }
  .future-section .index-title { font-size: 21px; line-height: 1.4; }
  .future-section .index-badge { grid-column: 2; grid-row: 2; font-size: 10px; margin: 0; padding: 0; text-align: left; }
  .future-section .index-arrow { grid-column: 3; grid-row: 1; }
  .founder-grid { text-align: left; gap: 38px; }
  .founder-portrait { max-width: 360px; margin: 0; }
  .founder-copy::before { left: 0; transform: none; }
  .founder-bio { font-size: 15px; }
  .collab-title { font-size: 30px; }
  .page-hero { padding-top: 132px; }
  .page-hero h1 { font-size: 48px; }
  .editorial-intro, .tools-layout, .product-hero-grid, .reflection-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .product-hero { padding-bottom: 64px; }
  .product-hero h1 { font-size: 88px; }
  .product-hero-screen { width: min(76%,300px); margin-top: 24px; }
  .product-hero .page-lead { font-size: 18px; }
  .product-hero .btn { width: 100%; max-width: 355px; }
  .editorial-intro .headline { font-size: 36px; }
  .tools-layout { gap: 48px; }
  .tools-image { max-width: 480px; }
  .experience-item { grid-template-columns: 24px 1fr; gap: 20px; }
  .experience-item h3 { font-size: 25px; }
  .story-index-row, .story-index-row--reverse { grid-template-columns: 1fr; gap: 28px; padding-block: 34px; }
  .story-index-row--reverse .story-image { order: 0; }
  .story-themes { grid-template-columns: 1fr; gap: 42px; }
  .story-theme img { aspect-ratio: 5/3; }
  .archive-note { padding-block: 26px; }
  .archive-note h3 { font-size: 27px; }
  .episode-heading { align-items: flex-start; gap: 22px; }
  .episode-heading .headline { font-size: 36px; }
  .episode-grid { grid-template-columns: 1fr; gap: 38px; }
  .episode-copy { padding-top: 20px; }
  .related-format h2 { font-size: 30px; }
  .reflection-hero h1 { font-size: 58px; }
  .reflection-hero-image { aspect-ratio: 5/4; margin-top: 8px; }
  .journal-pathways { grid-template-columns: 1fr; gap: 6px; }
  .journal-pathway h2 { font-size: 31px; }
  .ecosystem-project { grid-template-columns: 1fr; gap: 30px; }
  .ecosystem-project img { aspect-ratio: 5/3; max-height: 360px; }
  .ecosystem-project h2 { font-size: 36px; }
  .future-detail { grid-template-columns: 28px 1fr; gap: 18px; }
  .future-detail h3 { font-size: 27px; }
  .page-mission .values-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 24px; }
  .foot-grid > :last-child { grid-column: 1 / -1; }
  .foot-base { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 360px) {
  .page-home .hero { padding: 112px 20px 88px; }
  .hero-title { font-size: 44px; }
  .hero-kicker { max-width: 28ch; line-height: 1.9; margin-inline: auto; }
  .hero-sub { font-size: 15px; }
  .hero-actions { gap: 4px; flex-direction: column; margin-top: 24px; }
  .hero-actions .btn { width: 100%; }
  .hero-foot { font-size: 9px; }
  .product-visuals { padding-right: 36px; }
  .product-screen { width: 39%; }
  .product-positioning { font-size: 21px; }
  .use-cases summary { font-size: 14px; }
  .collab-title { font-size: 26px; }
  .page-hero h1 { font-size: 41px; }
  .product-hero h1 { font-size: 76px; }
}
@media (prefers-reduced-motion: reduce) {
  .js .rv:not(.in), .rv, .js .rv.in { opacity: 1; transform: none; transition: none; }
  .motion-toggle { display: none; }
  .use-cases summary > :last-child, .story-image img { transition: none; }
}
