@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Noto+Sans+SC:wght@300;400;500&display=swap');

:root {
  --primary: #3D5A47; --paper: #FDFCFA; --ink: #1A1A18; --mist: #C8C4B8;
  --gold: #B8A882; --section: #F5F3EF; --placeholder: #E8E6E0; --dark-soft: #2A2A28;
  --display: "Inter", "Noto Sans SC", "PingFang SC", sans-serif;
  --serif: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --sans: "Inter", "Noto Sans SC", "PingFang SC", sans-serif;
  --container: 1200px; --space: clamp(64px, 8vw, 120px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--serif); font-weight: 300; }
.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; }
body.menu-open { overflow: hidden; }
body.menu-open .site-header { color: var(--paper); background: transparent; }
body.menu-open .wordmark img { filter: none; }
body.is-opening { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }
::selection { color: var(--paper); background: var(--primary); }
.v3-site { overflow: clip; }
.container { width: min(var(--container), calc(100% - clamp(40px, 8vw, 96px))); margin-inline: auto; }
.section { padding-block: var(--space); }
.eyebrow { margin: 0; color: var(--primary); font-family: var(--sans); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; }
.eyebrow.is-light { color: var(--mist); }
.display-italic { font-family: var(--display); font-style: normal; font-weight: 300; letter-spacing: .04em; }
.keep-line { white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 148px; padding: 14px 28px; border: 1px solid var(--primary); font-family: var(--sans); font-size: 12px; letter-spacing: .15em; transition: color .35s, background .35s; }
.button-solid, .button-green { color: var(--paper); background: var(--primary); }
.button-line { color: var(--primary); background: transparent; }
.button:hover { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-block; margin-top: 32px; padding-bottom: 7px; border-bottom: 1px solid var(--primary); color: var(--primary); font-family: var(--sans); font-size: 11px; letter-spacing: .12em; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 88px; padding-inline: clamp(22px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; backdrop-filter: blur(14px); transition: color .45s, background .45s, border-color .45s; border-bottom: 1px solid transparent; }
.site-header.tone-dark { color: var(--paper); background: rgba(18,19,18,.76); border-color: rgba(255,255,255,.08); }
.site-header.tone-light { color: var(--ink); background: rgba(253,252,250,.9); border-color: rgba(26,26,24,.08); }
.site-header.is-scrolled { backdrop-filter: blur(18px); }
.wordmark { position: relative; z-index: 2; display: flex; align-items: center; }
.wordmark img { width: clamp(112px, 10vw, 148px); height: 62px; object-fit: contain; transition: filter .45s; }
.tone-light .wordmark img { filter: invert(1); }
.tone-dark .wordmark img { filter: none; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); font-family: var(--sans); font-size: 10px; letter-spacing: .1em; }
.site-nav a, .nav-disabled { transition: color .3s; }
.tone-light .site-nav a, .tone-light .nav-disabled { color: #706e68; }
.tone-dark .site-nav a, .tone-dark .nav-disabled { color: rgba(253,252,250,.72); }
.tone-light .site-nav a:hover { color: var(--ink); }
.tone-dark .site-nav a:hover { color: var(--paper); }
.nav-disabled { cursor: not-allowed; opacity: .55; }
.menu-toggle { display: none; border: 0; background: none; width: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: currentColor; }

.v3-opening { position: fixed; z-index: 100; inset: 0; overflow: hidden; display: grid; place-items: center; color: var(--paper); background: var(--ink); clip-path: inset(0); transition: clip-path 1.35s cubic-bezier(.76,0,.24,1); }
.v3-opening.is-leaving { clip-path: inset(0 0 100% 0); }
.opening-image { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .2; transform: scale(1.08); animation: opening-image 4.8s cubic-bezier(.2,.7,.2,1) forwards; }
.opening-shade { position: absolute; inset: 0; background: rgba(16,17,16,.58); }
.opening-content { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; }
.opening-content > img { width: clamp(170px, 18vw, 260px); opacity: 0; animation: opening-mark 1.25s .35s ease forwards; }
.opening-content > span { width: 1px; height: 56px; margin: 26px 0; background: rgba(255,255,255,.48); transform: scaleY(0); transform-origin: top; animation: opening-line .9s 1.15s ease forwards; }
.opening-content p { margin: 0; overflow: hidden; font-size: clamp(18px, 1.8vw, 25px); font-weight: 300; line-height: 1.8; letter-spacing: .18em; }
.opening-content p b { display: block; font-weight: 300; opacity: 0; transform: translateY(100%); animation: opening-copy .9s 1.65s ease forwards; }
.opening-content p b:last-child { animation-delay: 1.85s; }
.opening-content small { margin-top: 32px; color: var(--mist); font-family: var(--sans); font-size: 8px; letter-spacing: .28em; opacity: 0; animation: opening-fade .8s 2.25s ease forwards; }
.v3-opening > button { position: absolute; z-index: 2; right: clamp(22px, 4vw, 64px); bottom: 30px; padding: 10px 0; border: 0; color: var(--mist); background: transparent; font-family: var(--sans); font-size: 9px; letter-spacing: .18em; cursor: pointer; }
@keyframes opening-image { to { opacity: .72; transform: scale(1); } }
@keyframes opening-mark { to { opacity: 1; } }
@keyframes opening-line { to { transform: scaleY(1); } }
@keyframes opening-copy { to { opacity: 1; transform: translateY(0); } }
@keyframes opening-fade { to { opacity: 1; } }

.home-hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; padding: 120px 24px 80px; color: var(--paper); background: var(--ink); text-align: center; }
.home-hero-image, .home-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-image { object-fit: cover; filter: saturate(.62); }
.home-hero-shade { background: rgba(12,13,12,.55); }
.home-hero-copy { position: relative; z-index: 1; }
.home-hero h1 { margin: 26px 0 18px; font-family: var(--serif); font-size: clamp(52px, 6.2vw, 82px); font-weight: 300; line-height: 1.18; letter-spacing: .08em; }
.home-hero h1 span { color: var(--primary); }
.home-hero .eyebrow { color: rgba(255,255,255,.74); }
.home-hero .display-italic { color: rgba(255,255,255,.7); font-size: clamp(19px, 2vw, 24px); }
.home-hero .button-line { color: var(--paper); border-color: rgba(255,255,255,.72); }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 42px; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; z-index: 1; padding: 0; border: 0; color: var(--mist); background: transparent; font-size: 24px; cursor: pointer; }
.trust-bar { padding-block: 48px; color: var(--paper); background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 90px; display: grid; place-content: center; gap: 6px; text-align: center; border-right: 1px solid #363633; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { color: var(--gold); font-family: var(--display); font-size: 48px; font-weight: 300; }
.trust-grid span { color: var(--mist); font-family: var(--sans); font-size: 10px; letter-spacing: .2em; }
.section-heading { margin: 30px 0 64px; }
.section-heading h2, .dark-heading h2, .story-copy h2, .system-note h2, .music-story h2, .platform-section h2, .contact-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.2vw, 54px); font-weight: 300; line-height: 1.35; letter-spacing: .04em; }
.section-heading .display-italic { margin: 12px 0 0; color: var(--mist); font-size: 20px; }
.section-heading.split { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; }
.section-heading.split > p { color: #66635d; line-height: 2; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.product-card { background: var(--section); transition: transform .5s ease; }
.product-card:nth-child(even) { background: var(--paper); }
.product-card:hover { transform: translateY(-4px); }
.product-image { aspect-ratio: 3 / 4; overflow: hidden; background: #f0eee8; }
.product-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover img { transform: scale(1.02); }
.product-info { position: relative; min-height: 240px; padding: 28px; }
.product-info > span { position: absolute; right: 28px; top: 28px; color: var(--mist); font-family: var(--display); }
.product-info h3 { margin: 0 0 6px; font-size: 20px; font-weight: 400; }
.product-info small { color: #9b9890; font-family: var(--sans); font-size: 9px; letter-spacing: .2em; }
.product-info p { margin: 38px 0 18px; color: #666; font-size: 14px; }
.product-info strong { color: var(--primary); font-family: var(--display); font-size: 18px; font-weight: 400; }

.story-preview { background: var(--section); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.story-copy h2 { margin: 28px 0 8px; }
.story-copy h2 span { color: var(--primary); }
.story-copy .display-italic { margin: 0 0 40px; color: #9b9890; font-size: 19px; }
.story-copy > p:not(.eyebrow):not(.display-italic) { color: #55534e; font-size: 15px; line-height: 2; }
.credential { margin-top: 34px; padding: 8px 0 8px 16px; border-left: 2px solid var(--primary); color: var(--primary); font-family: var(--sans); font-size: 9px; letter-spacing: .12em; }
.story-collage { position: relative; min-height: 680px; }
.story-main { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 64%; }

.spaces-v1 { background: var(--paper); }
.spaces-v1-heading { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: clamp(60px, 10vw, 150px); margin: clamp(58px, 7vw, 100px) 0 clamp(68px, 8vw, 110px); }
.spaces-v1-heading h2 { margin: 0; font-size: clamp(38px, 4.2vw, 54px); font-weight: 300; line-height: 1.35; letter-spacing: .04em; }
.spaces-v1-heading p { margin: 0 0 28px; color: #66635d; font-size: 15px; line-height: 2; }
.spaces-v1-gallery { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.spaces-v1-card { min-width: 0; }
.spaces-v1-image { height: clamp(320px, 31vw, 470px); overflow: hidden; background: #d8d7d2; }
.spaces-v1-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.82); transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.spaces-v1-card:hover img { transform: scale(1.025); filter: saturate(.68) brightness(.88); }
.spaces-v1-copy { position: relative; min-height: 104px; padding-top: 15px; border-top: 1px solid rgba(0,0,0,.2); }
.spaces-v1-copy span { position: absolute; top: 18px; right: 0; color: #8d8a83; font-size: 8px; letter-spacing: .16em; }
.spaces-v1-copy h3 { margin: 0 0 7px; font-size: clamp(19px, 1.55vw, 27px); font-weight: 300; }
.spaces-v1-copy small { color: #89867f; text-transform: uppercase; font-size: 8px; letter-spacing: .15em; }

.music-preview, .music-album, .music-story { color: var(--paper); background: var(--ink); }
.music-visual-section { position: relative; min-height: min(900px, 100svh); overflow: hidden; isolation: isolate; }
.music-visual-bg { position: absolute; z-index: -2; inset: -18px; background: url('v2/private.jpg') center / cover no-repeat; filter: saturate(.55) brightness(.5); transform: scale(1.025); }
.music-visual-section::after { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(180deg, rgba(7,8,8,.72), rgba(7,8,8,.58) 45%, rgba(7,8,8,.76)); }
.music-visual-content { position: relative; z-index: 1; }
.music-visual-page { min-height: 1100px; padding: 132px 0 110px; }
.music-album-heading { max-width: 720px; color: var(--paper); }
.music-album-heading h1 { margin: 20px 0 8px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 24px; font-size: clamp(42px, 5.2vw, 72px); font-weight: 300; line-height: 1.15; letter-spacing: .03em; }
.music-album-heading h1 em { color: var(--gold); font-family: var(--display); font-size: .52em; font-style: normal; letter-spacing: .05em; }
.music-album-heading > p:last-child { margin: 0; color: rgba(253,252,250,.72); font-size: clamp(18px, 2vw, 25px); letter-spacing: .12em; }
.music-visual-page .audio-experience { margin-top: 74px; grid-template-columns: minmax(280px, 390px) 1fr; gap: clamp(44px, 6vw, 88px); }
.music-visual-page .vinyl-record { width: min(100%, 350px); }
.dark-heading { margin: 28px 0 58px; }
.dark-heading h1, .dark-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 62px); font-weight: 300; line-height: 1.25; letter-spacing: .04em; }
.dark-heading p { margin: 6px 0 0; color: var(--gold); font-size: 24px; }
.audio-experience { display: grid; grid-template-columns: minmax(300px, 470px) 1fr; gap: clamp(48px, 7vw, 104px); align-items: center; }
.vinyl-player { display: grid; justify-items: center; gap: 24px; }
.vinyl-record { position: relative; width: min(100%, 430px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle, #080808 0 3px, #171717 4px 6px, #0b0b0b 7px 9px); box-shadow: 0 24px 70px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.05); }
.vinyl-record.is-playing { animation: vinyl-spin 7s linear infinite; }
.vinyl-record::after { position: absolute; content: ""; inset: 3.5%; border-radius: 50%; border: 1px solid rgba(255,255,255,.05); box-shadow: inset 0 0 28px rgba(255,255,255,.035); }
.vinyl-record img { position: relative; z-index: 2; width: 34%; height: 34%; border-radius: 50%; object-fit: cover; filter: saturate(.65) brightness(.75); }
.vinyl-record > span { position: absolute; z-index: 3; width: 13px; height: 13px; border-radius: 50%; background: #111; box-shadow: 0 0 0 2px rgba(255,255,255,.12); }
.vinyl-grooves { position: absolute; inset: 11%; border: 1px solid rgba(255,255,255,.04); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,255,255,.012), 0 0 0 42px rgba(255,255,255,.014), 0 0 0 68px rgba(255,255,255,.012); }
.now-playing { display: grid; justify-items: center; gap: 4px; text-align: center; }
.now-playing small { color: var(--gold); font-size: 8px; letter-spacing: .2em; }
.now-playing strong { font-size: 22px; font-weight: 300; }
.now-playing em { color: var(--mist); font-size: 11px; font-style: normal; letter-spacing: .08em; }
@keyframes vinyl-spin { to { transform: rotate(360deg); } }
.track-list button { width: 100%; min-height: 70px; padding: 0 14px; display: grid; grid-template-columns: 48px 1fr 1.3fr 58px 36px; gap: 14px; align-items: center; border: 0; border-top: 1px solid #393936; color: var(--paper); background: transparent; text-align: left; cursor: pointer; }
.track-list button.is-selected { padding-left: 12px; border-left: 2px solid var(--gold); background: rgba(34,34,32,.72); }
.track-list button > span { color: var(--gold); font-family: var(--display); font-size: 18px; }
.track-list button strong { font-weight: 300; }
.track-list button em, .track-list button small { color: var(--mist); font-family: var(--sans); font-size: 10px; font-style: normal; }
.track-list button i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); font-family: var(--sans); font-size: 8px; font-style: normal; }
.audio-notice { position: relative; margin-top: 18px; padding-top: 12px; color: #77756e; font-family: var(--sans); font-size: 9px; letter-spacing: .1em; border-top: 1px solid #393936; }
.audio-notice span { position: absolute; top: -1px; left: 0; width: 18%; height: 1px; background: var(--gold); transition: width .8s ease; }
.audio-notice span.is-active { width: 72%; }
.music-preview .button { margin-top: 52px; }

.page-hero { padding-top: 88px; background: var(--section); }
.page-hero-copy { padding-block: clamp(90px, 11vw, 170px); }
.page-hero h1 { margin: 26px 0 8px; font-family: var(--serif); font-size: clamp(54px, 7.5vw, 100px); font-weight: 300; letter-spacing: .06em; }
.page-hero .display-italic { margin: 0; color: var(--primary); font-size: clamp(24px, 3vw, 36px); }
.page-hero-media { width: min(1440px, calc(100% - 8vw)); height: min(70vw, 820px); margin-inline: auto; overflow: hidden; background: var(--placeholder); }
.page-hero-media img { height: 100%; object-fit: cover; }
.timeline { border-top: 1px solid var(--mist); }
.timeline article { display: grid; grid-template-columns: .4fr 1fr; padding: 42px 0; border-bottom: 1px solid var(--mist); }
.timeline article > span { color: var(--primary); font-family: var(--display); font-size: clamp(46px, 6vw, 76px); }
.timeline small { color: var(--mist); font-family: var(--sans); letter-spacing: .2em; }
.timeline h3 { margin: 10px 0; font-size: 26px; font-weight: 400; }
.timeline p { max-width: 540px; color: #66635d; line-height: 2; }
.manifesto { min-height: 72vh; padding: var(--space) 8vw; display: grid; place-content: center; text-align: center; color: var(--paper); background: var(--ink); }
.manifesto h2 { margin: 24px 0; font-family: var(--serif); font-size: clamp(64px, 9vw, 112px); font-weight: 300; letter-spacing: .16em; }
.manifesto > p:last-child { max-width: 650px; margin: 0 auto; color: var(--mist); line-height: 2.2; }
.product-page { padding-top: 2px; }
.system-note { max-width: 1040px; margin: var(--space) auto 0; text-align: center; }
.system-note h2 { margin: 24px 0; }
.system-note > p { line-height: 2; }
.system-note > small { color: #8b8880; }
.founder-trust { grid-template-columns: repeat(3, 1fr); }
.founder-callout { margin-top: var(--space); padding: clamp(36px, 5vw, 68px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 100px); align-items: end; color: var(--paper); background: var(--primary); }
.founder-callout .eyebrow { color: var(--gold); }
.founder-callout h2 { margin: 22px 0 0; font-size: clamp(34px, 4vw, 52px); font-weight: 300; line-height: 1.4; }
.founder-callout p { margin: 0; color: rgba(253,252,250,.78); line-height: 2; }
.founder-callout .button { margin-top: 28px; border-color: var(--paper); background: transparent; }
.founder-callout .button:hover { color: var(--ink); background: var(--paper); }
.founder-notes { margin-top: var(--space); padding-top: var(--space); border-top: 1px solid var(--mist); }
.founder-notes-heading { margin: 28px 0 54px; display: flex; justify-content: space-between; align-items: end; gap: 32px; }
.founder-notes-heading h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4vw, 52px); font-weight: 300; line-height: 1.4; }
.founder-notes-heading .text-link { flex: 0 0 auto; margin: 0; }
.founder-notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--mist); border-bottom: 1px solid var(--mist); }
.founder-notes-grid article { min-height: 290px; padding: 34px; border-right: 1px solid var(--mist); }
.founder-notes-grid article:last-child { border-right: 0; }
.founder-notes-grid span { color: var(--primary); font-family: var(--sans); font-size: 9px; letter-spacing: .18em; }
.founder-notes-grid h3 { margin: 34px 0 18px; font-size: 25px; font-weight: 400; }
.founder-notes-grid p { margin: 0; color: #66635d; line-height: 2; }
.founder-notes-signature { margin: 24px 0 0; color: #8b8880; font-family: var(--sans); font-size: 10px; letter-spacing: .1em; text-align: right; }

.founder-hero { padding: 150px 0 90px; background: var(--section); }
.founder-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(56px, 8vw, 120px); align-items: center; }
.founder-hero-copy h1 { margin: 28px 0 18px; font-size: clamp(62px, 8vw, 112px); font-weight: 300; letter-spacing: .08em; }
.founder-role { color: var(--primary); font-size: clamp(18px, 2vw, 25px); line-height: 1.7; }
.founder-intro { max-width: 600px; margin: 32px 0; color: #55534e; font-size: 15px; line-height: 2.15; }
.founder-hero-media { margin: 0; }
.founder-hero-media img { height: min(70vw, 720px); object-fit: cover; object-position: center 64%; }
.founder-hero-media figcaption { margin-top: 12px; color: #8b8880; font-family: var(--sans); font-size: 9px; letter-spacing: .22em; }
.founder-facts { color: var(--paper); background: var(--ink); }
.founder-facts .container { display: grid; grid-template-columns: .65fr 1.2fr 1.15fr; }
.founder-facts article { min-height: 150px; padding: 36px; display: grid; align-content: center; gap: 12px; border-right: 1px solid #363633; }
.founder-facts article:last-child { border-right: 0; }
.founder-facts strong { color: var(--gold); font-size: clamp(22px, 2.3vw, 34px); font-weight: 300; }
.founder-facts span { color: var(--mist); font-family: var(--sans); font-size: 10px; line-height: 1.7; letter-spacing: .1em; }
.founder-statement-grid, .boundary-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 9vw, 130px); }
.founder-statement h2, .evidence-heading h2, .boundary-section h2, .founder-faq > .container > h2 { margin: 24px 0 0; font-size: clamp(38px, 4.4vw, 58px); font-weight: 300; line-height: 1.35; }
.founder-statement-grid > div:last-child p { margin: 0 0 22px; color: #55534e; font-size: 16px; line-height: 2.2; }
.evidence-section { background: var(--section); }
.evidence-heading { margin: 28px 0 60px; display: grid; grid-template-columns: 1fr .72fr; gap: clamp(40px, 8vw, 110px); align-items: end; }
.evidence-heading h2 { margin: 0; }
.evidence-heading p { margin: 0; color: #66635d; line-height: 2; }
.evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.evidence-card { display: flex; flex-direction: column; background: var(--paper); }
.evidence-image { height: 390px; padding: 24px; display: grid; place-items: center; overflow: hidden; background: #ece9e2; }
.evidence-image img { height: 100%; object-fit: contain; transition: transform .45s ease; }
.evidence-image:hover img { transform: scale(1.02); }
.evidence-copy { flex: 1; padding: 30px; }
.evidence-copy > span { color: var(--primary); font-family: var(--sans); font-size: 8px; letter-spacing: .18em; }
.evidence-copy h3 { margin: 24px 0 18px; font-size: 23px; font-weight: 400; line-height: 1.5; }
.evidence-copy p { color: #55534e; font-size: 13px; line-height: 2; }
.evidence-copy .evidence-note { color: #8b8880; font-size: 11px; }
.boundary-section { color: var(--paper); background: var(--ink); }
.boundary-section .eyebrow { color: var(--gold); }
.boundary-section h2 { color: var(--paper); }
.boundary-grid > div:last-child p { margin: 0 0 22px; color: var(--mist); line-height: 2.1; }
.founder-faq > .container > h2 { margin-bottom: 58px; }
.faq-list { border-top: 1px solid var(--mist); }
.faq-list article { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; padding: 34px 0; border-bottom: 1px solid var(--mist); }
.faq-list h3 { margin: 0; font-size: 20px; font-weight: 400; }
.faq-list p { margin: 0; color: #66635d; line-height: 2; }

@media (min-width: 901px) {
  .system-note > p { white-space: nowrap; }
}

.music-story { border-top: 1px solid #393936; }
.music-story h2 { font-size: clamp(38px, 4vw, 52px); }
.music-story p { color: var(--mist); line-height: 2.1; }
.platform-section { background: var(--section); }
.platform-section h2 { margin: 28px 0 60px; }
.platforms { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--mist); }
.platforms > span { padding: 30px 20px; border-right: 1px solid var(--mist); font-size: 18px; }
.platforms > span:last-child { border-right: 0; }
.platforms small { display: block; margin-top: 12px; color: #99968e; font-family: var(--sans); font-size: 8px; letter-spacing: .2em; }

.sleep-explore-hero { position: relative; min-height: 68svh; display: flex; align-items: flex-end; overflow: hidden; padding: 150px 0 76px; color: var(--paper); background: var(--ink); }
.sleep-explore-hero > img, .sleep-explore-shade { position: absolute; inset: 0; height: 100%; }
.sleep-explore-hero > img { object-fit: cover; filter: saturate(.56) brightness(.7); }
.sleep-explore-shade { background: rgba(13,14,13,.52); }
.sleep-explore-copy { position: relative; z-index: 1; }
.sleep-explore-copy h1 { margin: 26px 0 20px; font-size: clamp(48px, 6vw, 78px); font-weight: 300; line-height: 1.15; letter-spacing: .04em; }
.sleep-explore-copy > p { max-width: 620px; margin: 0; color: rgba(253,252,250,.72); font-size: 15px; line-height: 2; }
.sleep-explore-intro .container { display: grid; grid-template-columns: .42fr 1fr; gap: 8vw; align-items: start; }
.sleep-explore-intro span { color: #8c8981; font-size: 9px; letter-spacing: .2em; }
.sleep-explore-intro h2 { margin: 0; font-size: clamp(38px, 4.2vw, 54px); font-weight: 300; line-height: 1.35; letter-spacing: .04em; }
.sleep-explore-scenes { padding-top: 0; }
.sleep-explore-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 42px; }
.sleep-explore-grid article { min-width: 0; }
.sleep-explore-grid img { height: clamp(260px, 26vw, 360px); object-fit: cover; filter: saturate(.55) brightness(.82); }
.sleep-explore-grid article > div { position: relative; min-height: 86px; padding-top: 14px; border-top: 1px solid var(--mist); }
.sleep-explore-grid span { position: absolute; top: 17px; right: 0; color: #9b9890; font-size: 8px; }
.sleep-explore-grid h3 { margin: 0 0 5px; font-size: clamp(18px, 1.4vw, 23px); font-weight: 300; }
.sleep-explore-grid small { color: #89867f; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.sleep-explore-panels { display: grid; grid-template-columns: 1fr 1fr; color: var(--paper); background: #222320; }
.sleep-explore-panels article { min-height: 330px; padding: clamp(34px, 5vw, 70px); display: grid; align-content: space-between; border-right: 1px solid #3a3a36; }
.sleep-explore-panels article:last-child { border-right: 0; background: var(--ink); }
.sleep-explore-panels span { color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.sleep-explore-panels h2 { margin: auto 0 16px; font-size: clamp(36px, 4vw, 52px); font-weight: 300; }
.sleep-explore-panels p { max-width: 430px; margin: 0; color: var(--mist); font-size: 14px; line-height: 1.9; }

.scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.scene-grid article { position: relative; min-height: 76vh; overflow: hidden; color: var(--paper); }
.scene-grid img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.58) brightness(.66); transition: transform 1s ease; }
.scene-grid article:hover img { transform: scale(1.025); }
.scene-grid article > div { position: absolute; inset: auto 0 0; padding: clamp(26px, 4vw, 52px); background: rgba(26,26,24,.58); }
.scene-grid span { color: var(--gold); font-family: var(--sans); font-size: 9px; letter-spacing: .2em; }
.scene-grid h2 { margin: 14px 0 8px; font-size: 34px; font-weight: 300; }
.scene-grid p { margin: 0; color: var(--mist); font-size: 14px; }
.contact-cta { text-align: center; }
.contact-cta h2 { margin: 26px 0; }
.contact-cta p { line-height: 2; }
.contact-cta > .container > span { color: #99968e; font-family: var(--sans); font-size: 9px; }

.site-footer { padding: 64px clamp(24px, 5vw, 72px) 32px; color: var(--paper); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr .7fr 1fr; gap: 60px; padding-bottom: 54px; }
.footer-brand { margin-bottom: 5px; font-size: 20px; }
.footer-grid small { display: block; color: var(--mist); font-family: var(--sans); font-size: 9px; letter-spacing: .3em; }
.footer-logo { width: 150px; height: 78px; object-fit: contain; }
.footer-grid em { display: block; margin-top: 22px; color: var(--gold); font-family: var(--display); font-size: 15px; font-style: normal; letter-spacing: .08em; }
.footer-grid nav { display: grid; gap: 12px; color: var(--mist); font-family: var(--sans); font-size: 12px; }
.footer-contact { color: var(--mist); font-size: 13px; line-height: 1.8; }
.footer-contact p { margin: 0 0 8px; }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; border-top: 1px solid #333; color: #77756e; font-family: var(--sans); font-size: 9px; }
.footer-bottom em { font-family: var(--display); font-size: 13px; font-style: normal; letter-spacing: .12em; }

@media (max-width: 900px) {
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .site-nav { position: fixed; inset: 0 auto auto 0; width: 100vw; height: 100svh; flex-direction: column; justify-content: center; gap: 28px; color: var(--paper); background: rgba(26,26,24,.98); transform: translateY(-100%); transition: transform .55s ease; }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav a { color: var(--paper); font-size: 16px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid.founder-trust { grid-template-columns: 1fr; }
  .trust-grid.founder-trust div { border-right: 0; border-bottom: 1px solid #363633; }
  .trust-grid.founder-trust div:last-child { border-bottom: 0; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid #363633; }
  .story-grid, .section-heading.split, .spaces-v1-heading { grid-template-columns: 1fr; gap: 54px; }
  .spaces-v1-gallery { grid-auto-flow: column; grid-auto-columns: min(70vw, 470px); grid-template-columns: none; overflow-x: auto; padding-bottom: 18px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .spaces-v1-card { scroll-snap-align: start; }
  .audio-experience { grid-template-columns: .75fr 1fr; gap: 32px; }
  .music-visual-page { min-height: auto; }
  .music-visual-page .audio-experience { margin-top: 58px; grid-template-columns: .75fr 1fr; gap: 32px; }
  .vinyl-record { width: min(100%, 360px); }
  .track-list button { grid-template-columns: 36px 1fr 52px 32px; }
  .track-list button em { display: none; }
  .scene-grid { grid-template-columns: 1fr; }
  .scene-grid article { min-height: 72vh; }
  .sleep-explore-intro .container { grid-template-columns: 1fr; gap: 36px; }
  .sleep-explore-grid { grid-auto-flow: column; grid-auto-columns: min(68vw, 390px); grid-template-columns: none; overflow-x: auto; padding-bottom: 16px; scroll-snap-type: x mandatory; }
  .sleep-explore-grid article { scroll-snap-align: start; }
  .founder-callout, .founder-hero-grid, .founder-statement-grid, .boundary-grid, .evidence-heading { grid-template-columns: 1fr; }
  .founder-notes-grid { grid-template-columns: 1fr; }
  .founder-notes-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--mist); }
  .founder-notes-grid article:last-child { border-bottom: 0; }
  .founder-facts .container { grid-template-columns: 1fr; }
  .founder-facts article { min-height: 120px; border-right: 0; border-bottom: 1px solid #363633; }
  .founder-facts article:last-child { border-bottom: 0; }
  .evidence-grid { grid-template-columns: 1fr; gap: 28px; }
  .evidence-image { height: 520px; }
}

@media (max-width: 620px) {
  .keep-line { white-space: normal; }
  .site-header { height: 76px; padding-inline: 20px; }
  .wordmark img { width: 104px; height: 54px; }
  .home-hero { padding-inline: 18px; }
  .home-hero h1 { font-size: 49px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .button { width: min(260px, 100%); }
  .trust-grid strong { font-size: 40px; }
  .product-grid, .audio-experience, .platforms, .footer-grid { grid-template-columns: 1fr; }
  .product-info { min-height: 210px; }
  .story-collage { min-height: 500px; }
  .spaces-v1-heading { margin-block: 48px 64px; }
  .spaces-v1-heading h2 { font-size: 38px; }
  .spaces-v1-gallery { grid-auto-columns: 82vw; }
  .spaces-v1-image { height: 470px; }
  .audio-experience { gap: 36px; }
  .music-visual-section { min-height: auto; }
  .music-visual-page { padding: 116px 0 72px; }
  .music-album-heading h1 { display: grid; gap: 8px; font-size: 42px; }
  .music-album-heading h1 em { font-size: 22px; }
  .music-visual-page .audio-experience { margin-top: 46px; grid-template-columns: 1fr; gap: 36px; }
  .vinyl-record { width: min(88vw, 350px); }
  .track-list button { grid-template-columns: 32px 1fr 48px 30px; padding-inline: 6px; gap: 7px; }
  .page-hero { padding-top: 76px; }
  .page-hero-media { width: calc(100% - 32px); height: 68vh; }
  .timeline article { grid-template-columns: 1fr; gap: 18px; }
  .founder-notes-heading { display: block; }
  .founder-notes-heading .text-link { margin-top: 28px; }
  .founder-notes-grid article { padding: 28px 20px; }
  .founder-hero { padding: 116px 0 64px; }
  .founder-hero-copy h1 { font-size: 62px; }
  .founder-hero-media img { height: 560px; }
  .evidence-image { height: 430px; }
  .evidence-copy { padding: 26px 22px; }
  .faq-list article { grid-template-columns: 1fr; gap: 14px; }
  .platforms > span { border-right: 0; border-bottom: 1px solid var(--mist); }
  .sleep-explore-hero { min-height: 620px; padding-bottom: 58px; }
  .sleep-explore-copy h1 { font-size: 48px; }
  .sleep-explore-grid { grid-auto-columns: 78vw; }
  .sleep-explore-grid img { height: 330px; }
  .sleep-explore-panels { grid-template-columns: 1fr; }
  .sleep-explore-panels article { min-height: 280px; border-right: 0; border-bottom: 1px solid #3a3a36; }
  .footer-grid { gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .product-card:hover, .product-card:hover img, .scene-grid article:hover img, .spaces-v1-card:hover img { transform: none; }
}

/* Grey Goose website 6: crawlable static-page system */
.gg6-hero { position: relative; min-height: 100svh; display: flex; align-items: end; overflow: hidden; padding: 160px 0 96px; color: var(--paper); background: var(--ink); }
.gg6-hero > img, .gg6-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.gg6-hero > img { object-fit: cover; filter: saturate(.58) brightness(.68); }
.gg6-hero-shade { background: linear-gradient(90deg, rgba(15,17,15,.78), rgba(15,17,15,.2) 72%), linear-gradient(0deg, rgba(15,17,15,.44), transparent 55%); }
.gg6-hero-copy { position: relative; z-index: 1; }
.gg6-hero h1 { max-width: 900px; margin: 28px 0 26px; font-size: clamp(52px, 7.2vw, 96px); font-weight: 300; line-height: 1.12; letter-spacing: .035em; }
.gg6-hero-copy > p:not(.eyebrow) { max-width: 690px; margin: 0; color: rgba(253,252,250,.78); font-size: clamp(15px, 1.35vw, 18px); line-height: 2; }
.gg6-split { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 9vw, 130px); align-items: start; }
.gg6-split h2, .gg6-lines h2, .gg6-system > .container > h2 { margin: 26px 0 0; font-size: clamp(38px, 4.8vw, 64px); font-weight: 300; line-height: 1.28; }
.gg6-split > div:last-child > p { margin: 0 0 20px; color: #55534e; font-size: 15px; line-height: 2.15; }
.gg6-split .gg6-lead { color: var(--ink); font-size: clamp(18px, 1.8vw, 23px); line-height: 1.9; }
.gg6-lines { background: var(--section); }
.gg6-line-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.gg6-line-grid article { background: var(--paper); }
.gg6-line-grid img { height: clamp(430px, 47vw, 650px); object-fit: cover; filter: saturate(.66); }
.gg6-line-grid article > div { padding: clamp(28px, 4vw, 52px); }
.gg6-line-grid span, .gg6-card-grid span, .gg6-product span, .gg6-meta { color: var(--primary); font-family: var(--sans); font-size: 9px; letter-spacing: .18em; }
.gg6-line-grid h3 { margin: 20px 0 15px; font-size: 34px; font-weight: 300; }
.gg6-line-grid p { color: #66635d; line-height: 2; }
.gg6-line-grid .gg6-en { color: #8a867e; font-family: var(--sans); font-size: 12px; line-height: 1.8; }
.gg6-founder-strip, .gg6-music-teaser { color: var(--paper); background: var(--ink); }
.gg6-founder-strip h2, .gg6-music-teaser h2 { color: var(--paper); }
.gg6-founder-strip .gg6-split > div:last-child > p, .gg6-music-teaser .gg6-split > div:last-child > p { color: var(--mist); }
.gg6-founder-strip .gg6-boundary { padding-left: 18px; border-left: 2px solid var(--gold); font-size: 12px; }
.gg6-boundary-muted { margin: 26px 0; color: #99958d; font-family: var(--sans); font-size: 11px; line-height: 1.85; }
.gg6-boundary-muted strong { color: #7f7a71; font-weight: 500; }
.gg6-founder-strip .gg6-boundary-muted { color: rgba(255, 255, 255, .5); }
.gg6-founder-strip .gg6-boundary-muted strong { color: rgba(255, 255, 255, .68); }
.gg6-founder-strip .button, .gg6-music-teaser .button { border-color: var(--mist); }
.gg6-system > .container > h2 { max-width: 850px; }
.gg6-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border-top: 1px solid var(--mist); border-bottom: 1px solid var(--mist); }
.gg6-card-grid article { min-height: 310px; padding: 36px; border-right: 1px solid var(--mist); }
.gg6-card-grid article:last-child { border-right: 0; }
.gg6-card-grid h3 { margin: 48px 0 18px; font-size: 26px; font-weight: 400; }
.gg6-card-grid p { color: #66635d; line-height: 2; }
.gg6-page-hero { padding: 160px 0 84px; background: var(--section); }
.gg6-page-hero h1 { max-width: 980px; margin: 28px 0 20px; font-size: clamp(48px, 6.5vw, 82px); font-weight: 300; line-height: 1.18; }
.gg6-page-hero .gg6-summary { max-width: 780px; margin: 0; color: #55534e; font-size: clamp(16px, 1.5vw, 20px); line-height: 2; }
.gg6-cover { width: min(1360px, calc(100% - 32px)); height: min(68vw, 760px); margin: 0 auto; object-fit: cover; filter: saturate(.65); }
.gg6-copy { max-width: 820px; }
.gg6-copy h2 { margin: 64px 0 22px; font-size: clamp(30px, 3.2vw, 44px); font-weight: 300; line-height: 1.4; }
.gg6-copy h2:first-child { margin-top: 0; }
.gg6-copy h3 { margin: 38px 0 12px; font-size: 22px; font-weight: 400; }
.gg6-copy p { color: #55534e; font-size: 15px; line-height: 2.15; }
.gg6-copy .gg6-en { color: #77746d; font-family: var(--sans); font-size: 13px; line-height: 1.9; }
.gg6-note { margin: 30px 0; padding: 24px 28px; border-left: 3px solid var(--gold); background: #f2eee3; color: #5c594f; font-size: 13px; line-height: 1.9; }
.gg6-definitions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin: 30px 0; }
.gg6-definitions div { padding: 24px 28px; background: var(--section); }
.gg6-definitions dt { margin-bottom: 8px; color: var(--primary); font-family: var(--sans); font-size: 12px; letter-spacing: .16em; }
.gg6-definitions dd { margin: 0; color: #66635d; font-size: 13px; line-height: 1.9; }
.gg6-product-detail { margin-top: 70px; }
.gg6-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 48px; }
.gg6-product { background: var(--section); }
.gg6-product img { height: 390px; object-fit: cover; }
.gg6-product > div { padding: 30px; }
.gg6-product h3 { margin: 22px 0 14px; font-size: 25px; font-weight: 400; }
.gg6-product p { color: #66635d; line-height: 2; }
.gg6-faq { margin-top: 70px; }
.gg6-faq h2 { margin-bottom: 34px; }
.gg6-page-meta { margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--mist); color: #8d8980; font-family: var(--sans); font-size: 10px; line-height: 1.8; letter-spacing: .05em; }
.gg6-music-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-top: 48px; }
.gg6-track { min-height: 390px; display: flex; flex-direction: column; background: var(--section); }
.gg6-track-cover { height: 330px; margin: 0; overflow: hidden; background: #d9d9d6; }
.gg6-track-cover img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.58) contrast(.94); transition: transform .5s ease, filter .5s ease; }
.gg6-track:hover .gg6-track-cover img { transform: scale(1.018); filter: saturate(.7) contrast(.98); }
.gg6-track-body { flex: 1; padding: clamp(30px, 4vw, 52px); display: flex; flex-direction: column; }
.gg6-track-body > span { color: var(--primary); font-family: var(--sans); font-size: 10px; letter-spacing: .18em; }
.gg6-track h3 { margin: 28px 0 6px; font-size: 30px; font-weight: 300; }
.gg6-track small { color: #8d8980; font-family: var(--sans); }
.gg6-track p { color: #5c5953; line-height: 2; }
.gg6-track p:last-child { margin-top: auto; }
.gg6-track-play { width: fit-content; margin: 22px 0 8px; padding: 9px 15px; display: inline-flex; align-items: center; gap: 8px; color: var(--primary); background: transparent; border: 1px solid rgba(53, 91, 69, .42); font-family: var(--sans); font-size: 10px; letter-spacing: .1em; cursor: pointer; transition: color .25s ease, background .25s ease; }
.gg6-track-play i { font-size: 8px; font-style: normal; }
.gg6-track-play:hover, .gg6-track-play.is-playing { color: var(--paper); background: var(--primary); }
.gg6-source-list { display: grid; gap: 16px; margin-top: 32px; }
.gg6-source-list a { padding: 20px 0; border-bottom: 1px solid var(--mist); color: var(--primary); line-height: 1.7; }

@media (max-width: 900px) {
  .gg6-split, .gg6-line-grid, .gg6-product-grid { grid-template-columns: 1fr; }
  .gg6-definitions { grid-template-columns: 1fr; }
  .gg6-card-grid { grid-template-columns: 1fr; }
  .gg6-card-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--mist); }
  .gg6-card-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 620px) {
  .gg6-hero { min-height: 780px; padding: 120px 0 68px; }
  .gg6-hero h1 { font-size: 50px; }
  .gg6-page-hero { padding: 120px 0 64px; }
  .gg6-cover { height: 64vh; }
  .gg6-music-grid { grid-template-columns: 1fr; }
  .gg6-track { min-height: 0; }
}
