:root {
    color-scheme: dark;
    --ink: #080908; --ink-soft: #10110f; --surface: #141511;
    --ivory: #f1ede3; --paper: #e6e0d4; --muted: #9b9990;
    --line: rgba(246, 239, 221, .15); --accent: #c7a66a; --accent-soft: #ead4a5;
    --dark-on-light: #171713; --content: min(100% - 48px, 1440px);
    --serif: Georgia, "Times New Roman", serif; --sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --nav-height: 76px;
}
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 92px; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; overflow-x: clip; color: var(--ivory); font-family: var(--sans); background: var(--ink); -webkit-font-smoothing: antialiased; }
body.modal-open, body.guide-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, picture, svg { display: block; max-width: 100%; }
svg.icon { width: 22px; height: 22px; flex: 0 0 auto; }
svg .fill { fill: currentColor; stroke: none; }
::selection { color: #0b0c09; background: var(--accent-soft); }
.content-width { width: var(--content); margin-inline: auto; }
.section-pad { padding-block: clamp(7rem, 12vw, 12rem); }
.sr-only { width: 1px; height: 1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 500; left: 1rem; top: 1rem; padding: .85rem 1rem; color: var(--ink); background: var(--ivory); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .69rem; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.grain { position: fixed; z-index: 300; inset: -70%; width: 240%; height: 240%; pointer-events: none; opacity: .085; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E"); animation: grain-shift .24s steps(2) infinite; }
@keyframes grain-shift { 0% { transform: translate3d(0,0,0) } 25% { transform: translate3d(2%,-3%,0) } 50% { transform: translate3d(-3%,2%,0) } 75% { transform: translate3d(3%,3%,0) } 100% { transform: translate3d(-2%,-2%,0) } }
.page-curtain { position: fixed; z-index: 400; inset: 0; display: grid; place-items: center; overflow: hidden; pointer-events: none; background: #080908; transition: visibility 0s .85s; }
.page-curtain::before, .page-curtain::after { content: ""; position: absolute; inset: 0; background: #0b0c0a; transition: transform .85s cubic-bezier(.77,0,.18,1); }
.page-curtain::after { background: #15140f; transform: translateY(100%); }
.page-curtain img { position: relative; z-index: 2; width: 84px; height: 84px; opacity: 1; transition: opacity .3s, transform .6s; }
.page-curtain > span { position: absolute; z-index: 3; left: 50%; top: calc(50% + 64px); width: 80px; height: 1px; transform: translateX(-50%); overflow: hidden; background: rgba(255,255,255,.12); }
.page-curtain > span::after { content: ""; position: absolute; inset: 0; background: var(--accent); animation: intro-line .7s cubic-bezier(.4,0,.2,1) both; transform-origin: left; }
@keyframes intro-line { from { transform: scaleX(0) } to { transform: scaleX(1) } }
body.is-ready .page-curtain { visibility: hidden; }
body.is-ready .page-curtain::before, body.is-ready .page-curtain::after { transform: translateY(-100%); }
body.is-ready .page-curtain img { opacity: 0; transform: scale(.84); }
.scroll-progress { position: fixed; z-index: 100; inset: 0 0 auto; height: 2px; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, #86652f, var(--accent-soft)); will-change: transform; }
.site-header { position: fixed; z-index: 90; left: 0; right: 0; top: 0; min-height: 88px; padding: 1rem max(24px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-bottom: 1px solid transparent; transition: min-height .35s, background .35s, border-color .35s, backdrop-filter .35s; }
.site-header.is-scrolled { min-height: 72px; border-color: var(--line); background: rgba(8,9,8,.78); backdrop-filter: blur(22px) saturate(1.2); }
.site-brand { justify-self: start; display: flex; align-items: center; gap: .7rem; }
.site-brand img { width: 46px; height: 46px; }
.site-brand strong, .site-brand small { display: block; }
.site-brand strong { font: 400 1rem/1.1 var(--serif); }
.site-brand small { margin-top: .24rem; color: #8c8b83; font-size: .55rem; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.7rem); }
.desktop-nav a { position: relative; padding: .65rem .1rem; color: #cac6bc; font-size: .74rem; font-weight: 620; letter-spacing: .04em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: .35rem; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--accent); transition: transform .3s; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .5rem; }
.round-action { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #ccc8bd; background: rgba(10,11,9,.2); cursor: pointer; transition: color .25s, border-color .25s, transform .25s; }
.round-action:hover { color: var(--accent-soft); border-color: rgba(199,166,106,.5); transform: rotate(5deg); }
.round-action[hidden] { display: none; }
.header-cta { min-height: 44px; padding: .4rem .45rem .4rem 1.05rem; display: flex; align-items: center; gap: .8rem; border: 1px solid rgba(234,212,165,.3); border-radius: 999px; font-size: .72rem; font-weight: 700; }
.header-cta svg { width: 34px; height: 34px; padding: .55rem; border-radius: 50%; color: #13130f; background: var(--accent-soft); transition: transform .28s; }
.header-cta:hover svg { transform: rotate(45deg); }
.hero { min-height: max(760px, 100svh); position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; }
.hero-picture, .hero-picture img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; }
.hero-picture img { object-fit: cover; object-position: center; transform: scale(1.035); will-change: transform; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,5,4,.96) 0%, rgba(5,6,5,.77) 31%, rgba(5,6,5,.15) 68%, rgba(5,6,5,.18)), linear-gradient(0deg, rgba(4,5,4,.88), transparent 42%), radial-gradient(circle at 45% 45%, transparent, rgba(5,6,5,.22)); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 45%, rgba(230,195,131,.08) 57%, transparent 69%); mix-blend-mode: screen; transform: translateX(-60%); animation: hero-glint 8s ease-in-out 1.3s infinite; }
@keyframes hero-glint { 0%, 55%, 100% { transform: translateX(-70%) } 75% { transform: translateX(70%) } }
.hero-orbit { position: absolute; z-index: 0; right: -12vw; top: 4vh; width: min(58vw, 870px); aspect-ratio: 1; pointer-events: none; }
.hero-orbit-rings { position: absolute; inset: 0; border: 1px solid rgba(231,210,167,.13); border-radius: 50%; animation: orbit-spin 40s linear infinite; }
.hero-orbit-rings::after, .hero-orbit-rings::before { content: ""; position: absolute; border: 1px solid rgba(231,210,167,.09); border-radius: 50%; }
.hero-orbit-rings::before { inset: 10%; } .hero-orbit-rings::after { inset: 22%; }
.hero-orbit-rings > span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--accent-soft); box-shadow: 0 0 30px rgba(234,212,165,.8); }
.hero-orbit-rings > span:first-child { left: 14%; top: 17%; } .hero-orbit-rings > span:last-child { right: 7%; bottom: 31%; }
.hero-disc { --disc-size: clamp(78px, 7.5vw, 108px); position: absolute; z-index: 2; left: 50%; top: 50%; width: var(--disc-size); height: var(--disc-size); padding: 0; pointer-events: auto; overflow: hidden; display: grid; place-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(234,212,165,.32); border-radius: 50%; color: var(--accent-soft); background: #070805; box-shadow: 0 22px 55px rgba(0,0,0,.48), 0 0 0 7px rgba(199,166,106,.04), inset 0 1px rgba(255,255,255,.07); cursor: pointer; isolation: isolate; transition: border-color .25s, box-shadow .3s, filter .25s; }
.hero-disc:hover { border-color: rgba(240,217,170,.68); box-shadow: 0 26px 65px rgba(0,0,0,.55), 0 0 0 8px rgba(199,166,106,.07), inset 0 1px rgba(255,255,255,.08); }
.hero-disc:focus-visible { outline: 2px solid #f0d9aa; outline-offset: 5px; }
.hero-disc-vinyl { position: absolute; z-index: -1; inset: 5px; width: auto; height: auto; border-radius: inherit; background: repeating-radial-gradient(circle, #171812 0 1px, #0a0b08 2px 4px, #12130f 5px 6px); animation: disc-spin 11s linear infinite paused; }
.hero-disc-vinyl::after { content: ""; position: absolute; inset: 4%; border-radius: inherit; background: conic-gradient(from 25deg, transparent, rgba(240,217,170,.28), transparent 20%, rgba(129,91,37,.22), transparent 47%, rgba(255,255,255,.1), transparent 68%); mix-blend-mode: screen; }
.hero-disc-label { position: relative; z-index: 2; width: 55%; aspect-ratio: 1; display: grid; place-content: center; border: 1px solid rgba(234,212,165,.38); border-radius: 50%; text-align: center; background: radial-gradient(circle at 38% 30%, #282316, #090a07 68%); box-shadow: 0 0 22px rgba(199,166,106,.14), inset 0 1px rgba(255,255,255,.05); }
.hero-disc-label strong { display: block; font: 600 clamp(.83rem, 1.25vw, 1.12rem)/1 var(--serif); letter-spacing: .06em; }
.hero-disc-label small { display: block; margin-top: .17rem; color: #a98e5a; font-size: clamp(.38rem, .52vw, .48rem); font-weight: 780; letter-spacing: .12em; }
.hero-disc-meter { position: absolute; z-index: 3; right: 9%; bottom: 12%; height: 14px; display: flex; align-items: end; gap: 2px; }
.hero-disc-meter i { width: 2px; height: 4px; border-radius: 3px; background: #e8cb91; opacity: .78; }
.hero-disc.is-playing { border-color: rgba(240,217,170,.62); filter: drop-shadow(0 0 12px rgba(199,166,106,.12)); }
.hero-disc.is-playing .hero-disc-vinyl { animation-play-state: running; }
.hero-disc.is-playing .hero-disc-meter i { animation: disc-meter .62s ease-in-out infinite alternate; }
.hero-disc.is-playing .hero-disc-meter i:nth-child(2) { animation-delay: -.31s; } .hero-disc.is-playing .hero-disc-meter i:nth-child(3) { animation-delay: -.48s; }
.hero-disc.needs-action { animation: disc-attention 2.2s ease-in-out infinite; }
.hero-disc--static { pointer-events: none; cursor: default; }
@keyframes orbit-spin { to { transform: rotate(360deg) } }
.hero-content, .hero-bottom { position: relative; z-index: 1; }
.hero-content { pointer-events: none; }
.hero-content a, .hero-content button { pointer-events: auto; }
@keyframes disc-spin { to { transform: rotate(360deg); } }
@keyframes disc-meter { to { height: 13px; opacity: 1; } }
@keyframes disc-attention { 50% { box-shadow: 0 22px 55px rgba(0,0,0,.48), 0 0 0 11px rgba(199,166,106,.09), inset 0 1px rgba(255,255,255,.07); } }
.hero-content { padding-top: 8rem; padding-bottom: 9rem; }
.hero-kicker { display: flex; align-items: center; gap: .65rem; margin: 0 0 clamp(2rem, 5vh, 3.8rem); color: #c0bdb4; font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-kicker i { width: 30px; height: 1px; background: rgba(255,255,255,.3); }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(199,166,106,.09); }
.hero-title { margin: 0; max-width: 1100px; font: 400 clamp(6.4rem, 12vw, 12.8rem)/.72 var(--serif); letter-spacing: -.075em; }
.title-line { display: block; overflow: hidden; padding: .06em .08em .15em 0; }
.title-line > span { display: block; transform: translateY(115%); transition: transform 1.05s cubic-bezier(.2,.75,.2,1); }
body.is-ready .title-line > span { transform: translateY(0); }
.title-line:nth-child(2) > span { transition-delay: .12s; }
.title-line--offset { padding-left: clamp(1.2rem, 8vw, 9rem); color: transparent; -webkit-text-stroke: 1px rgba(240,232,216,.77); }
.hero-copy { width: min(100%, 500px); margin: clamp(-2rem, -2vw, -1rem) 0 0 auto; }
.hero-copy > p { margin: 0 0 1.6rem; color: #d4d0c5; font: 400 clamp(1.05rem, 1.5vw, 1.32rem)/1.62 var(--serif); }
.hero-statement-line { display: block; white-space: nowrap; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: .65rem; }
.pill-button { min-height: 50px; padding: .72rem 1rem .72rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; gap: .85rem; border: 1px solid rgba(240,235,222,.2); border-radius: 999px; color: #ddd8cc; background: rgba(9,10,8,.12); cursor: pointer; font-size: .73rem; font-weight: 720; backdrop-filter: blur(10px); transition: color .25s, border-color .25s, background .25s, transform .25s; }
.pill-button svg { width: 29px; height: 29px; padding: .38rem; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.pill-button:hover { border-color: rgba(234,212,165,.55); transform: translateY(-2px); }
.pill-button--light { color: #0d0e0b; border-color: var(--accent-soft); background: var(--accent-soft); }
.pill-button--light svg { border-color: rgba(0,0,0,.16); }
.hero-bottom { position: absolute; left: 50%; bottom: 1.5rem; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; }
.scroll-cue { display: flex; align-items: center; gap: .65rem; color: #88877f; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue i { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.scroll-cue svg { width: 15px; height: 15px; animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0%,100% { transform: translateY(-2px) } 50% { transform: translateY(3px) } }
.hero-facts { display: flex; align-items: stretch; border: 1px solid var(--line); border-radius: 17px; background: rgba(9,10,8,.35); backdrop-filter: blur(15px); }
.hero-facts > div { min-width: 145px; padding: .8rem 1rem; border-left: 1px solid var(--line); }
.hero-facts > div:first-child { border-left: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font: 400 1.18rem/1 var(--serif); color: var(--accent-soft); }
.hero-facts span { margin-top: .35rem; color: #8b8a82; font-size: .57rem; letter-spacing: .09em; text-transform: uppercase; }
.section-index { margin-bottom: 4.5rem; display: grid; grid-template-columns: auto minmax(80px, 1fr) auto; align-items: center; gap: 1rem; color: #6e6f68; font-size: .63rem; letter-spacing: .15em; text-transform: uppercase; }
.section-index i { height: 1px; background: var(--line); } .section-index em { font-style: normal; }
.about { position: relative; background: var(--ink); }
.about::before { content: ""; position: absolute; left: -20vw; top: 5%; width: 50vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(199,166,106,.07), transparent 65%); pointer-events: none; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr); gap: clamp(3rem, 10vw, 11rem); align-items: start; margin-bottom: clamp(5rem, 9vw, 9rem); }
.section-heading h2 { margin: 0; max-width: 900px; font: 400 clamp(3.6rem, 7vw, 7.5rem)/.91 var(--serif); letter-spacing: -.065em; }
.about-title-line { display: block; white-space: nowrap; }
.about-copy { padding-top: clamp(1rem, 7vw, 6rem); }
.about-copy > p { margin: 0; color: #b5b2a9; font-size: clamp(1rem, 1.45vw, 1.2rem); line-height: 1.9; }
.about-copy blockquote { margin: 2.6rem 0 2rem; padding-left: 1.4rem; border-left: 1px solid var(--accent); color: var(--ivory); font: italic 400 clamp(1.45rem, 2.4vw, 2.2rem)/1.35 var(--serif); }
.verified-line { display: flex; align-items: center; gap: .7rem; color: #777870; font-size: .68rem; }
.verified-line svg { width: 20px; color: var(--accent); }
.focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(.75rem, 1.5vw, 1.35rem); }
.focus-card { position: relative; min-height: min(55vw, 710px); overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 4px; isolation: isolate; background: #111; }
.focus-card:nth-child(2) { transform: translateY(4rem); }
.focus-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); transition: transform 1s cubic-bezier(.2,.65,.2,1), filter .6s; }
.focus-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(5,6,5,.96), transparent 57%), linear-gradient(180deg, rgba(5,6,5,.2), transparent 30%); }
.focus-card:hover > img { transform: scale(1.085); filter: saturate(1.08); }
.focus-number { position: absolute; top: 1.2rem; left: 1.2rem; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--accent-soft); font-size: .65rem; }
.focus-caption { position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.6rem; }
.focus-caption p { margin: 0 0 .5rem; color: var(--accent); font-size: .61rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.focus-caption h3 { margin: 0 0 .75rem; font: 400 clamp(2rem, 3.2vw, 3.7rem)/1 var(--serif); letter-spacing: -.045em; }
.focus-caption > span { display: block; max-width: 350px; color: #bbb7ae; font-size: .75rem; line-height: 1.55; }
.focus-card > a { position: absolute; z-index: 3; inset: 0; }
.focus-card > a:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: -5px; }
.focus-link-icon { position: absolute; top: 1.2rem; right: 1.2rem; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--ivory); background: rgba(8,9,8,.32); backdrop-filter: blur(10px); transition: color .25s, background .25s, transform .3s; }
.focus-link-icon svg { width: 17px; height: 17px; }
.focus-card:hover .focus-link-icon { color: #171713; background: var(--accent-soft); transform: rotate(5deg); }
.statement-band { padding: clamp(4rem, 8vw, 7rem) 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0b0c0a; }
.statement-track { width: max-content; display: flex; align-items: center; gap: clamp(2rem, 4vw, 4rem); transform: translate3d(var(--marquee-x, -3%),0,0); will-change: transform; }
.statement-track span { font: italic 400 clamp(4.5rem, 10vw, 10rem)/.8 var(--serif); letter-spacing: -.06em; white-space: nowrap; }
.statement-track span:nth-of-type(even) { color: transparent; -webkit-text-stroke: 1px #6b675f; }
.statement-track i { color: var(--accent); font-style: normal; font-size: 1.1rem; }
.social-section { background: linear-gradient(180deg, #0d0e0c, #080908); }
.social-intro { margin-bottom: 4.5rem; }
.account-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .85rem; }
.account-card { min-height: 335px; padding: 1.4rem; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: border-color .3s, transform .35s; }
.account-card::before { content: ""; position: absolute; right: -20%; top: -30%; width: 80%; aspect-ratio: 1; border-radius: 50%; opacity: .12; background: radial-gradient(circle, var(--channel), transparent 66%); transition: opacity .35s, transform .55s; }
.account-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--channel) 45%, transparent); }
.account-card:hover::before { opacity: .22; transform: scale(1.2); }
.account-top { display: flex; justify-content: space-between; }
.channel-icon, .account-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; }
.channel-icon { color: var(--channel); }
.account-arrow { width: 38px; height: 38px; border-radius: 50%; color: #777870; transition: transform .3s, color .3s; }
.account-arrow svg { width: 18px; }
.account-card:hover .account-arrow { color: var(--channel); transform: rotate(45deg); }
.account-handle { display: block; margin-bottom: .85rem; color: #86867f; font-size: .7rem; }
.account-card strong { display: block; font: 400 clamp(3.2rem, 5vw, 5.2rem)/.85 var(--serif); letter-spacing: -.07em; }
.account-card small { display: block; margin-top: .65rem; color: var(--channel); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.account-card footer { padding-top: 1rem; display: flex; align-items: center; gap: .75rem; border-top: 1px solid var(--line); color: #777870; font-size: .6rem; }
.account-card footer b { color: #b8b5ac; font-weight: 700; }
.account-card footer time { margin-left: auto; }
.channel-detail-grid { margin-top: .85rem; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .85rem; }
.channel-detail { min-width: 0; padding: 1.1rem; display: grid; grid-template-columns: auto minmax(0,1fr); gap: .85rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.018); }
.channel-detail-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--channel) 35%, transparent); border-radius: 12px; color: var(--channel); }
.channel-detail-icon svg { width: 18px; height: 18px; }
.channel-detail small, .channel-detail strong { display: block; }
.channel-detail small { color: #71726b; font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }
.channel-detail strong { margin-top: .3rem; font: 400 1rem var(--serif); }
.channel-detail p { min-height: 2.8em; margin: .55rem 0 0; color: #88877f; font-size: .65rem; line-height: 1.45; }
.channel-detail dl { grid-column: 1 / -1; margin: .25rem 0 0; padding-top: .8rem; display: grid; grid-template-columns: 1fr 1.4fr; gap: .8rem; border-top: 1px solid var(--line); }
.channel-detail dt { color: #666760; font-size: .52rem; text-transform: uppercase; }
.channel-detail dd { margin: .25rem 0 0; color: #aaa79f; font-size: .61rem; line-height: 1.35; }
.feed-toolbar { margin: clamp(5rem, 9vw, 8rem) 0 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.feed-toolbar > p { margin: 0; font: 400 clamp(1.8rem, 3vw, 3rem)/1 var(--serif); }
.feed-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .4rem; }
.feed-filters button { min-height: 40px; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: #898981; background: none; cursor: pointer; font-size: .65rem; font-weight: 650; transition: .2s; }
.feed-filters button:hover, .feed-filters button.is-active { color: #11120e; border-color: var(--accent-soft); background: var(--accent-soft); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .85rem; }
.post-card { min-width: 0; transition: opacity .25s, transform .25s; }
.post-card.is-filtered { display: none; } .post-card > a { display: block; }
.post-media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border-radius: 18px; background: #151513; }
.post-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,5,4,.52), transparent 45%), linear-gradient(180deg, rgba(4,5,4,.32), transparent 24%); pointer-events: none; }
.post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.post-card:hover .post-media img { transform: scale(1.055); filter: saturate(1.1); }
.post-platform { position: absolute; z-index: 2; left: .8rem; top: .8rem; min-height: 36px; padding: .4rem .7rem; display: flex; align-items: center; gap: .45rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(8,9,8,.55); backdrop-filter: blur(10px); }
.post-platform svg { width: 15px; height: 15px; } .post-platform b { font-size: .59rem; }
.play-button { position: absolute; z-index: 2; left: 50%; top: 50%; width: 58px; height: 58px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.33); border-radius: 50%; background: rgba(7,8,7,.35); backdrop-filter: blur(12px); transition: transform .3s, background .3s; }
.play-button svg { width: 23px; } .post-card:hover .play-button { transform: translate(-50%,-50%) scale(1.1); background: rgba(199,166,106,.55); }
.post-rank { position: absolute; z-index: 2; right: 1rem; bottom: .85rem; color: rgba(255,255,255,.7); font: 400 1.25rem var(--serif); }
.post-copy { padding: 1rem .25rem 1.8rem; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .5rem 1rem; }
.post-copy h3 { margin: 0; overflow: hidden; font: 400 1.15rem/1.35 var(--serif); text-overflow: ellipsis; white-space: nowrap; }
.post-copy time { color: #777870; font-size: .61rem; }
.post-metrics { grid-column: 1 / -1; display: flex; gap: 1rem; color: #8d8d85; font-size: .62rem; }
.post-metrics span { display: flex; align-items: center; gap: .3rem; } .post-metrics svg { width: 14px; height: 14px; }
.empty-feed { min-height: 300px; padding: 2rem; display: grid; place-items: center; align-content: center; gap: 1.2rem; border: 1px dashed var(--line); border-radius: 22px; text-align: center; }
.empty-feed > span { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); }
.empty-feed p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.7; }
.journey { color: var(--dark-on-light); background: var(--ivory); }
.section-index--light { color: #66645c; } .section-index--light i { background: rgba(20,20,16,.16); }
.journey-head { max-width: 1050px; margin-bottom: clamp(5rem, 9vw, 9rem); }
.journey-head h2 { margin: 0; font: 400 clamp(4rem, 8vw, 8rem)/.88 var(--serif); letter-spacing: -.07em; }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(20,20,16,.17); }
.timeline-item { display: grid; grid-template-columns: minmax(150px,.3fr) minmax(0,1fr); border-bottom: 1px solid rgba(20,20,16,.17); }
.timeline-year { padding: 2.4rem 2rem 2.4rem 0; position: relative; display: flex; align-items: flex-start; gap: 1rem; color: #6b685f; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.timeline-year i { position: absolute; right: -5px; top: 2.7rem; width: 9px; height: 9px; border: 2px solid var(--ivory); border-radius: 50%; background: #99743a; box-shadow: 0 0 0 1px #99743a; }
.timeline-card { padding: 2.2rem 0 2.5rem clamp(2rem, 6vw, 6rem); position: relative; border-left: 1px solid rgba(20,20,16,.17); }
.timeline-card > span { position: absolute; right: 0; top: 2rem; color: #69665e; font: italic 400 1rem var(--serif); }
.timeline-card h3 { margin: 0 0 .7rem; padding-right: 3rem; font: 400 clamp(1.8rem, 3.8vw, 4rem)/1 var(--serif); letter-spacing: -.045em; }
.timeline-card p { max-width: 660px; margin: 0; color: #66645e; line-height: 1.65; }
.timeline-card a { margin-top: 1.25rem; display: inline-flex; align-items: center; gap: .55rem; color: #7f5e2a; font-size: .68rem; font-weight: 700; }
.timeline-card a svg { width: 17px; transition: transform .25s; } .timeline-card a:hover svg { transform: translate(3px,-3px); }
.contact-section { min-height: max(720px, 92svh); position: relative; overflow: hidden; display: flex; align-items: center; border-top: 1px solid var(--line); background: #080908; }
.contact-glow { position: absolute; left: 50%; top: 50%; width: min(88vw, 1200px); aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(186,146,83,.15), rgba(95,70,35,.05) 32%, transparent 67%); }
.contact-glow::before, .contact-glow::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(199,166,106,.12); border-radius: 50%; }
.contact-glow::after { inset: 29%; }
.contact-inner { position: relative; padding-block: 8rem; text-align: center; }
.contact-inner h2 { width: min(100%, 1100px); margin: 0 auto; font: italic 400 clamp(4rem, 9vw, 9.3rem)/.84 var(--serif); letter-spacing: -.072em; }
.contact-orb { width: 145px; height: 145px; margin: 2.6rem auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .75rem; border-radius: 50%; color: #11120e; background: var(--accent-soft); font-size: .72rem; font-weight: 760; box-shadow: 0 0 0 0 rgba(234,212,165,.2); transition: transform .35s, box-shadow .35s; }
.contact-orb:hover { transform: scale(1.04); box-shadow: 0 0 0 14px rgba(234,212,165,.08); } .contact-orb svg { width: 25px; height: 25px; }
.contact-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.2rem 2rem; color: #83847c; font-size: .67rem; } .contact-meta a { border-bottom: 1px solid #474740; }
.site-footer { padding: 5rem 0 calc(2rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #070807; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 3rem; }
.footer-brand img { width: min(280px, 70vw); }
.footer-socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem; }
.footer-socials a { min-height: 42px; padding: .6rem .85rem; display: flex; align-items: center; gap: .45rem; border: 1px solid var(--line); border-radius: 999px; color: #9d9b93; font-size: .65rem; }
.footer-socials svg { width: 16px; height: 16px; transition: transform .25s; } .footer-socials a:hover svg { transform: translate(2px,-2px); }
.footer-bottom { padding-top: 1.5rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem; color: #888981; font-size: .6rem; } .footer-bottom a { color: #999a91; }
.mobile-nav { display: none; }
.guide-trigger { position: fixed; z-index: 132; right: clamp(1rem, 2.2vw, 2.2rem); bottom: 2rem; min-height: 54px; padding: .35rem .9rem .35rem .35rem; display: flex; align-items: center; gap: .72rem; border: 1px solid rgba(234,212,165,.3); border-radius: 999px; color: #eee9dd; background: rgba(13,14,11,.88); box-shadow: 0 18px 55px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(20px) saturate(1.2); cursor: pointer; font-size: .67rem; font-weight: 700; letter-spacing: .015em; transition: transform .28s, border-color .28s, opacity .25s, box-shadow .28s; }
.guide-trigger:hover { transform: translateY(-3px); border-color: rgba(234,212,165,.58); box-shadow: 0 22px 65px rgba(0,0,0,.5), 0 0 0 5px rgba(199,166,106,.06); }
.guide-trigger-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #15150f; background: linear-gradient(145deg, #f0d9aa, #aa8143); box-shadow: inset 0 1px rgba(255,255,255,.45); }
.guide-trigger-icon svg { width: 21px; height: 21px; }
.scroll-top { position: fixed; z-index: 131; right: clamp(1rem, 2.2vw, 2.2rem); bottom: 6.6rem; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent-soft); background: rgba(12,13,10,.82); box-shadow: 0 15px 42px rgba(0,0,0,.34); backdrop-filter: blur(18px); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px) scale(.92); transition: opacity .25s, transform .3s, border-color .25s; }
.scroll-top svg { width: 19px; height: 19px; }
.scroll-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.scroll-top.is-visible:hover { border-color: rgba(234,212,165,.52); transform: translateY(-3px) scale(1); }
body.guide-open .guide-trigger, body.guide-open .scroll-top { opacity: 0; pointer-events: none; }
.guide-shell[hidden] { display: none; }
.guide-shell { position: fixed; z-index: 340; inset: 0; }
.guide-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3,4,3,.66); backdrop-filter: blur(7px); cursor: default; opacity: 0; transition: opacity .32s; }
.guide-panel { position: absolute; inset: 0 0 0 auto; width: min(455px, calc(100vw - 1rem)); padding: 0; display: grid; grid-template-rows: auto minmax(0,1fr) auto auto auto; overflow: hidden; border-left: 1px solid rgba(234,212,165,.22); background: linear-gradient(155deg, rgba(25,26,21,.99), rgba(9,10,8,.995) 58%); box-shadow: -30px 0 90px rgba(0,0,0,.56); transform: translateX(102%); transition: transform .42s cubic-bezier(.2,.78,.2,1); }
.guide-shell.is-open .guide-backdrop { opacity: 1; }
.guide-shell.is-open .guide-panel { transform: translateX(0); }
.guide-header { min-height: 92px; padding: 1.15rem 1.15rem 1.05rem; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: .82rem; border-bottom: 1px solid var(--line); }
.guide-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; color: #14140f; background: linear-gradient(145deg, #efd8aa, #a67d3d); box-shadow: inset 0 1px rgba(255,255,255,.45), 0 10px 28px rgba(0,0,0,.28); }
.guide-mark svg { width: 22px; height: 22px; }
.guide-header small, .guide-header h2 { display: block; }
.guide-header small { margin-bottom: .3rem; color: var(--accent); font-size: .56rem; font-weight: 760; letter-spacing: .17em; text-transform: uppercase; }
.guide-header h2 { margin: 0; overflow-wrap: anywhere; font: 400 clamp(1.45rem, 3vw, 1.9rem)/1.05 var(--serif); letter-spacing: -.035em; }
.guide-close { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #bbb7ac; background: rgba(255,255,255,.025); cursor: pointer; transition: color .2s, border-color .2s, transform .2s; }
.guide-close:hover { color: var(--ivory); border-color: rgba(234,212,165,.45); transform: rotate(5deg); }
.guide-close svg { width: 18px; height: 18px; }
.guide-messages { min-height: 0; padding: 1.15rem; display: flex; flex-direction: column; gap: .8rem; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: rgba(199,166,106,.35) transparent; }
.guide-message { max-width: 88%; display: flex; align-items: flex-start; gap: .62rem; }
.guide-message > span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border: 1px solid rgba(234,212,165,.2); border-radius: 10px; color: var(--accent-soft); background: rgba(199,166,106,.06); }
.guide-message > span svg { width: 15px; height: 15px; }
.guide-message-body { min-width: 0; }
.guide-message p { margin: 0; padding: .78rem .9rem; overflow-wrap: anywhere; border: 1px solid var(--line); border-radius: 5px 17px 17px 17px; color: #d2cec3; background: rgba(255,255,255,.035); font-size: .83rem; line-height: 1.62; white-space: pre-wrap; }
.guide-message--question { margin-left: auto; justify-content: flex-end; }
.guide-message--question p { border-color: rgba(234,212,165,.24); border-radius: 17px 5px 17px 17px; color: #181812; background: linear-gradient(145deg, #ead5aa, #b88d4b); }
.guide-sources { margin-top: .45rem; padding: .58rem .68rem; border: 1px solid rgba(234,212,165,.13); border-radius: 12px; background: rgba(199,166,106,.035); }
.guide-sources small { margin-bottom: .4rem; display: block; color: var(--accent); font-size: .53rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.guide-sources-links { display: flex; flex-wrap: wrap; gap: .35rem; }
.guide-sources a { max-width: 100%; padding: .34rem .48rem; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; color: #bdb9ae; background: rgba(255,255,255,.025); font-size: .56rem; text-overflow: ellipsis; white-space: nowrap; transition: color .2s, border-color .2s; }
.guide-sources a:hover { color: var(--ivory); border-color: rgba(234,212,165,.4); }
.guide-questions { padding: .2rem 1.15rem 1rem; display: flex; gap: .5rem; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
.guide-questions::-webkit-scrollbar { display: none; }
.guide-questions button { min-height: 40px; padding: .55rem .72rem; flex: 0 0 auto; display: flex; align-items: center; gap: .42rem; border: 1px solid var(--line); border-radius: 999px; color: #a7a49b; background: rgba(255,255,255,.025); cursor: pointer; font-size: .61rem; white-space: nowrap; transition: color .2s, border-color .2s, background .2s; }
.guide-questions button:hover { color: var(--ivory); border-color: rgba(234,212,165,.38); background: rgba(199,166,106,.07); }
.guide-questions svg { width: 15px; height: 15px; color: var(--accent); }
.guide-form { margin: 0 1.15rem; padding: .42rem .42rem .42rem .9rem; display: flex; align-items: flex-end; gap: .55rem; border: 1px solid rgba(234,212,165,.24); border-radius: 20px; background: rgba(255,255,255,.035); transition: border-color .2s, box-shadow .2s; }
.guide-form:focus-within { border-color: rgba(234,212,165,.52); box-shadow: 0 0 0 4px rgba(199,166,106,.055); }
.guide-form textarea { width: 100%; min-height: 42px; max-height: 112px; padding: .68rem 0 .42rem; resize: none; overflow-y: auto; border: 0; outline: 0; color: var(--ivory); background: transparent; font-size: .83rem; line-height: 1.45; }
.guide-form textarea::placeholder { color: #77786f; }
.guide-form button { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border: 0; border-radius: 14px; color: #15150f; background: var(--accent-soft); cursor: pointer; transition: opacity .2s, transform .2s; }
.guide-form button:hover { transform: translate(1px,-1px); }
.guide-form button:disabled, .guide-questions button:disabled { opacity: .45; cursor: wait; }
.guide-form button svg { width: 18px; height: 18px; }
.guide-status { min-height: 32px; margin: 0; padding: .48rem 1.3rem .62rem; color: #817f77; font-size: .59rem; }
.install-sheet[hidden] { display: none; }
.install-sheet { position: fixed; z-index: 350; inset: 0; display: grid; place-items: end center; padding: 1rem; }
.install-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3,4,3,.75); backdrop-filter: blur(9px); cursor: default; }
.install-card { width: min(100%, 650px); padding: 1.25rem; position: relative; display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; border: 1px solid rgba(234,212,165,.25); border-radius: 28px; background: linear-gradient(145deg, #181913, #0d0e0b); box-shadow: 0 30px 100px rgba(0,0,0,.6); animation: sheet-in .4s cubic-bezier(.2,.75,.2,1); }
@keyframes sheet-in { from { opacity: 0; transform: translateY(30px) scale(.97) } }
.install-card > img { width: 68px; height: 68px; border-radius: 17px; }
.install-card h2 { margin: 0; padding-right: 2.5rem; font: 400 clamp(1.8rem, 5vw, 2.8rem)/1 var(--serif); letter-spacing: -.04em; }
.install-card p:not(.eyebrow) { margin: .75rem 0 1rem; color: var(--muted); line-height: 1.55; }
.sheet-close { position: absolute; right: 1rem; top: 1rem; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.sheet-close svg { width: 18px; }
.install-actions { display: flex; gap: .5rem; } .install-actions .pill-button { min-height: 44px; }
.ios-hint { margin-bottom: 1rem; padding: .8rem; align-items: center; gap: .7rem; border: 1px solid var(--line); border-radius: 12px; color: #c5c1b6; font-size: .72rem; line-height: 1.45; }
.ios-hint:not([hidden]) { display: flex; } .ios-hint svg { width: 21px; color: var(--accent); }
.js [data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity .75s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.js .image-reveal::after { content: ""; position: absolute; z-index: 5; inset: 0; background: #171713; transform-origin: top; transition: transform 1s cubic-bezier(.77,0,.18,1); }
.js .image-reveal.is-visible::after { transform: scaleY(0); }
@media (max-width: 1060px) {
    .site-header { grid-template-columns: 1fr auto; } .desktop-nav { display: none; }
    .hero-title { font-size: clamp(6rem, 14vw, 9.5rem); } .hero-copy { margin-top: 1rem; }
    .account-card { min-height: 300px; } .account-card footer { flex-wrap: wrap; } .account-card footer time { width: 100%; margin-left: 0; }
    .post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (min-width: 761px) and (max-width: 1100px) {
    .hero-orbit { top: calc(205px - 29vw); }
}
@media (max-width: 760px) {
    :root { --content: min(100% - 28px, 680px); }
    html { scroll-padding-top: 72px; scroll-padding-bottom: calc(95px + env(safe-area-inset-bottom)); }
    body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
    .grain { opacity: .055; animation: none; }
    .site-header { min-height: 68px; padding: .65rem 14px; grid-template-columns: 1fr auto; background: linear-gradient(180deg, rgba(7,8,7,.76), transparent); }
    .site-header.is-scrolled { min-height: 64px; background: rgba(8,9,8,.82); }
    .site-brand img { width: 42px; height: 42px; } .site-brand strong { font-size: .9rem; } .site-brand small { font-size: .49rem; }
    .header-cta, .header-actions > a { display: none; } .round-action.install-trigger:not([hidden]) { display: grid; }
    .hero { min-height: max(680px, 100svh); } .hero-picture img { object-position: 61% center; }
    .hero-shade { background: linear-gradient(180deg, rgba(5,6,5,.5), rgba(5,6,5,.12) 28%, rgba(5,6,5,.82) 67%, #050605 100%), linear-gradient(90deg, rgba(5,6,5,.66), transparent 80%); }
    .hero-orbit { width: 105vw; right: -40vw; top: calc(clamp(178px, 22svh, 195px) - 52.5vw); opacity: .88; }
    .hero-disc { --disc-size: clamp(62px, 18vw, 72px); }
    .hero-content { padding-top: 6.8rem; padding-bottom: 12rem; align-self: stretch; }
    .hero-kicker { margin-bottom: clamp(4rem, 17vh, 8rem); font-size: .56rem; letter-spacing: .1em; } .hero-kicker i { width: 16px; }
    .hero-title { font-size: clamp(4.4rem, 21vw, 7.4rem); line-height: .75; } .title-line--offset { padding-left: 0; }
    .hero-copy { width: min(100%, 360px); margin: 1.5rem 0 0; } .hero-copy > p { margin-bottom: 1.1rem; font-size: clamp(.72rem, 2.85vw, 1rem); line-height: 1.65; }
    .pill-button { min-height: 46px; }
    .hero-bottom { bottom: calc(1rem + env(safe-area-inset-bottom)); align-items: center; } .scroll-cue { display: none; }
    .hero-facts { width: 100%; } .hero-facts > div { min-width: 0; flex: 1; padding: .7rem .75rem; } .hero-facts > div:nth-child(3) { display: none; }
    .hero-facts strong { font-size: 1rem; } .hero-facts span { font-size: .5rem; }
    .section-pad { padding-block: 7rem; } .section-index { margin-bottom: 3rem; }
    .about-grid { grid-template-columns: 1fr; gap: 2.2rem; margin-bottom: 4rem; }
    .section-heading h2, .journey-head h2 { font-size: clamp(3.25rem, 14vw, 5.2rem); }
    .about-copy { padding-top: 0; } .about-copy > p { line-height: 1.72; } .about-copy blockquote { margin-block: 2rem; }
    .focus-grid, .account-grid, .post-grid { width: calc(100% + 14px); margin-right: -14px; padding-right: 14px; display: flex; gap: .75rem; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
    .focus-grid::-webkit-scrollbar, .account-grid::-webkit-scrollbar, .post-grid::-webkit-scrollbar { display: none; }
    .focus-card { flex: 0 0 min(82vw, 380px); min-height: min(121vw, 570px); scroll-snap-align: center; } .focus-card:nth-child(2) { transform: none; } .focus-caption h3 { font-size: 2.6rem; }
    .statement-band { padding-block: 4.5rem; } .statement-track span { font-size: 4.8rem; }
    .social-intro { margin-bottom: 3rem; }
    .account-grid { gap: .65rem; } .account-card { flex: 0 0 min(86vw, 355px); min-height: 285px; scroll-snap-align: center; } .account-card strong { font-size: 4rem; }
    .channel-detail-grid { grid-template-columns: 1fr; }
    .feed-toolbar { margin-top: 5rem; align-items: flex-end; } .feed-filters { max-width: 64%; flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
    .feed-filters button { white-space: nowrap; }
    .post-card { flex: 0 0 min(79vw, 350px); scroll-snap-align: center; } .post-card.is-filtered { display: none; } .post-copy { padding-bottom: .5rem; }
    .timeline-item { grid-template-columns: 86px minmax(0,1fr); } .timeline-year { padding-right: 1rem; } .timeline-card { padding-left: 1.4rem; }
    .timeline-card h3 { font-size: 2rem; } .timeline-card p { font-size: .83rem; }
    .contact-section { min-height: max(680px, 90svh); } .contact-inner h2 { font-size: clamp(3.5rem, 16vw, 5.5rem); } .contact-orb { width: 128px; height: 128px; }
    .footer-top { align-items: flex-start; flex-direction: column; } .footer-socials { justify-content: flex-start; }
    .footer-bottom { grid-template-columns: 1fr; gap: .6rem; }
    .mobile-nav { position: fixed; z-index: 120; left: .55rem; right: .55rem; bottom: calc(.5rem + env(safe-area-inset-bottom)); min-height: var(--nav-height); padding: .35rem; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border: 1px solid rgba(255,255,255,.14); border-radius: 23px; background: rgba(12,13,11,.89); box-shadow: 0 18px 55px rgba(0,0,0,.55); backdrop-filter: blur(24px) saturate(1.25); }
    .mobile-nav a { min-width: 0; min-height: 62px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .28rem; border-radius: 18px; color: #777871; font-size: .53rem; font-weight: 650; transition: color .2s, background .2s, transform .2s; }
    .mobile-nav a svg { width: 20px; height: 20px; } .mobile-nav a.is-active { color: var(--accent-soft); background: rgba(199,166,106,.09); } .mobile-nav a:active { transform: scale(.94); }
    .mobile-nav-main { position: relative; } .mobile-nav-main > i { width: 46px; height: 35px; display: grid; place-items: center; border-radius: 11px; color: #10110d; background: var(--accent-soft); box-shadow: -3px 0 #e7e1d7, 3px 0 #8d6933; font-style: normal; transform: translateY(-2px); }
    .mobile-nav-main > i svg { width: 18px; height: 18px; } .mobile-nav-main.is-active > i { background: #f4dfb6; }
    .guide-trigger { right: .72rem; bottom: calc(var(--nav-height) + 1.35rem + env(safe-area-inset-bottom)); width: 54px; min-height: 54px; padding: .3rem; justify-content: center; }
    .guide-trigger > span:last-child { display: none; }
    .guide-trigger-icon { width: 46px; height: 46px; }
    .scroll-top { right: .98rem; bottom: calc(var(--nav-height) + 5.55rem + env(safe-area-inset-bottom)); width: 46px; height: 46px; }
    .guide-panel { inset: auto .5rem calc(var(--nav-height) + 1rem + env(safe-area-inset-bottom)); width: auto; height: min(72dvh, 680px); max-height: calc(100dvh - var(--nav-height) - 1.5rem - env(safe-area-inset-bottom)); border: 1px solid rgba(234,212,165,.22); border-radius: 27px; box-shadow: 0 -24px 80px rgba(0,0,0,.58); transform: translateY(calc(100% + var(--nav-height) + 2rem)); }
    .guide-shell.is-open .guide-panel { transform: translateY(0); }
    .guide-header { min-height: 76px; padding: .8rem .85rem; gap: .65rem; }
    .guide-mark { width: 43px; height: 43px; border-radius: 14px; }
    .guide-header h2 { font-size: 1.4rem; }
    .guide-close { width: 40px; height: 40px; }
    .guide-messages { padding: .85rem; }
    .guide-message { max-width: 93%; }
    .guide-message p { padding: .7rem .78rem; font-size: .79rem; }
    .guide-questions { padding: .15rem .85rem .72rem; }
    .guide-form { margin-inline: .85rem; }
    .guide-status { min-height: 28px; padding: .4rem 1rem .52rem; }
    .install-sheet { padding: .55rem .55rem calc(.55rem + env(safe-area-inset-bottom)); }
    .install-card { grid-template-columns: 54px 1fr; gap: .85rem; padding: 1rem; border-radius: 24px; } .install-card > img { width: 54px; height: 54px; border-radius: 13px; }
    .install-card h2 { font-size: 1.8rem; } .install-actions { flex-wrap: wrap; }
}
@media (max-width: 380px) {
    .site-brand span { display: none; } .hero-kicker { flex-wrap: wrap; max-width: 260px; } .hero-title { font-size: 4.35rem; }
    .hero-copy > p { font-size: .72rem; } .hero-buttons { gap: .4rem; } .hero-buttons .pill-button { padding-inline: .8rem; font-size: .66rem; }
    .mobile-nav { left: .35rem; right: .35rem; } .mobile-nav a { font-size: .49rem; }
    .timeline-item { grid-template-columns: 72px minmax(0,1fr); } .timeline-year { font-size: .58rem; } .timeline-card { padding-left: 1rem; }
    .install-card { grid-template-columns: 1fr; } .install-card > img { display: none; }
    .guide-panel { left: .35rem; right: .35rem; border-radius: 23px; }
    .guide-header { grid-template-columns: 39px minmax(0,1fr) 38px; padding-inline: .72rem; }
    .guide-mark { width: 39px; height: 39px; border-radius: 12px; }
    .guide-header h2 { font-size: 1.22rem; }
    .guide-header small { font-size: .5rem; }
    .guide-close { width: 38px; height: 38px; }
    .guide-message > span { display: none; }
    .guide-form { margin-inline: .7rem; }
}
@media (max-height: 680px) and (orientation: landscape) and (max-width: 1000px) {
    .hero { min-height: 680px; } .hero-content { padding-top: 5.5rem; } .hero-kicker { margin-bottom: 1.4rem; }
    .hero-title { font-size: 5rem; } .hero-copy { margin-top: .5rem; } .mobile-nav { left: auto; width: min(470px, calc(100% - 1rem)); }
}
@media (hover: hover) and (pointer: fine) { [data-tilt] { transform-style: preserve-3d; will-change: transform; } }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .grain { display: none; } .hero-picture img, .statement-track { transform: none !important; }
    .js [data-reveal] { opacity: 1; transform: none; } .js .image-reveal::after { display: none; }
}
@media (forced-colors: active) {
    .hero-shade, .grain, .contact-glow { display: none; } .title-line--offset { color: CanvasText; -webkit-text-stroke: 0; }
    .mobile-nav, .site-header, .guide-panel, .guide-form { border: 1px solid CanvasText; }
}
