:root {
  --ink: #11110f;
  --paper: #f1efe8;
  --cream: #ddd8ca;
  --acid: #d7ae45;
  --orange: #ff583d;
  --blue: #68e8ff;
  --line: rgba(17,17,15,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; }
:where(a, button, summary, input, select):focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .04; 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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.shell { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.ticker { height: 38px; background: var(--acid); border-bottom: 1px solid var(--ink); overflow: hidden; white-space: nowrap; font: 800 12px/38px "Courier New", monospace; letter-spacing: .1em; }
.ticker div { width: max-content; animation: ticker 28s linear infinite; }
.ticker i { color: var(--orange); margin: 0 18px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }
.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark, .footer-mark { font-size: 19px; font-weight: 950; letter-spacing: -.07em; text-decoration: none; line-height: .75; }
.wordmark span, .footer-mark span { display: block; color: var(--orange); }
.nav nav { display: flex; gap: 32px; }
.nav nav a { font: 700 13px/1 "Courier New", monospace; text-transform: uppercase; letter-spacing: .07em; text-decoration: none; }
.nav nav a:hover { color: var(--orange); }
.mini-cta { background: var(--ink); color: var(--paper); padding: 13px 18px; font: 800 13px/1 "Courier New", monospace; text-transform: uppercase; text-decoration: none; }
.hero { min-height: 620px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 48px; padding-top: 54px; padding-bottom: 72px; }
.eyebrow, .section-number { display: flex; width: max-content; align-items: center; gap: 10px; font: 800 13px/1.15 "Courier New", monospace; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.section-number { padding: 8px 10px; border: 1px solid currentColor; }
.band .section-number { color: var(--acid); border-color: rgba(215,174,69,.55); }
h1, h2 { margin: 0; text-transform: uppercase; letter-spacing: -.075em; font-weight: 950; line-height: .79; }
h1 { font-size: clamp(82px, 10vw, 154px); margin-top: 28px; }
.hero h1 { max-width:680px; margin-top:0; font-size:clamp(56px,5.8vw,88px); line-height:.88; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 650px; font-size: clamp(20px,1.9vw,27px); line-height: 1.22; letter-spacing: -.025em; margin: 26px 0 0; font-weight: 700; }
.hero-sub { max-width: 590px; font-size: 16px; line-height: 1.55; color: #4f4c45; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; padding: 18px 22px; font: 850 13px/1 "Courier New", monospace; text-transform: uppercase; text-decoration: none; border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); transition: background-color .18s ease, color .18s ease, box-shadow .18s ease; }
.button:hover { box-shadow: 3px 3px 0 var(--ink); }
.button.primary { background: var(--acid); }
.button.full { width: 100%; }
.text-link { font: 800 13px/1 "Courier New", monospace; text-transform: uppercase; text-decoration: none; }
.play-dot { width: 34px; height: 34px; border-radius: 50%; background: var(--orange); color: white; display: inline-grid; place-items: center; margin-right: 8px; font-size: 11px; }
.hero-proof { margin: 27px 0 0; color:#5f5b53; font:800 13px/1.45 "Courier New",monospace; text-transform:uppercase; }
.hero-proof strong { color:var(--ink); }
.hero-proof i { margin:0 7px; color:var(--orange); font-style:normal; }
.microproof { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 9px; color: #504c45; font: 800 13px/1.25 "Courier New", monospace; text-transform: uppercase; }
.microproof span { padding: 9px 11px; border: 1px solid var(--line); background: rgba(255,255,255,.34); }
.hero-art { position: relative; height: 590px; }
.pack-card, .shadow-card { position: absolute; width: 405px; height: 500px; left: 50%; top: 48%; transform: translate(-50%,-50%) rotate(-3deg); border: 2px solid var(--ink); }
.shadow-card { background: var(--blue); transform: translate(calc(-50% + 24px),calc(-50% + 25px)) rotate(4deg); }
.pack-card { z-index: 2; background: var(--orange); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 12px 12px 0 rgba(17,17,15,.16); }
.pack-top, .pack-bottom { display: flex; justify-content: space-between; font: 800 13px/1.35 "Courier New", monospace; letter-spacing: .035em; }
.pack-title { font-size: 68px; line-height: .74; font-weight: 950; letter-spacing: -.08em; }
.pack-title b { color: var(--acid); }
.wave-art { height: 118px; display: flex; align-items: center; gap: 5px; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.wave-art i { display: block; flex: 1; height: var(--h); background: var(--ink); }
.pack-bottom b { font-size: 17px; text-align: right; line-height: .8; }
.vinyl { position: absolute; z-index: 1; width: 335px; height: 335px; border-radius: 50%; right: -44px; top: 125px; background: repeating-radial-gradient(circle, #171715 0 2px, #252521 3px 5px); box-shadow: 10px 10px 20px rgba(0,0,0,.25); }
.vinyl:after { content: ''; position: absolute; inset: 38%; border-radius: 50%; background: var(--acid); border: 2px solid #111; }
.vinyl div { position: absolute; inset: calc(50% - 5px); border-radius: 50%; background: var(--paper); z-index: 2; }
.burst { position: absolute; z-index: 4; right: -7px; top: 24px; width: 126px; height: 126px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--acid); border: 2px solid var(--ink); transform: rotate(9deg); }
.burst strong { font-size: 36px; line-height: .8; }
.burst span { font: 800 13px/1 "Courier New", monospace; }
.sticker { position: absolute; z-index: 5; left: 8px; bottom: 0; background: var(--paper); border: 2px solid var(--ink); padding: 12px 16px; font: 950 18px/.88 "Courier New", monospace; transform: rotate(8deg); box-shadow: 5px 5px 0 var(--ink); }
.band { background: var(--ink); color: var(--paper); }
.problem { padding: 120px 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
h2 { font-size: clamp(54px, 7vw, 104px); margin-top: 26px; }
.problem-copy { border-left: 1px solid #45443f; padding-left: 48px; }
.problem-copy p { max-width: 600px; color: #b9b5aa; font-size: 17px; line-height: 1.6; }
.problem-copy .large { color: var(--paper); font-size: 31px; line-height: 1.1; font-weight: 800; margin-top: 0; }
code { color: var(--acid); background: #292925; padding: 2px 6px; }
.time-save { margin-top: 36px; border-top: 1px solid #45443f; border-bottom: 1px solid #45443f; padding: 22px 0; display: grid; grid-template-columns: auto 1fr auto auto 1fr; gap: 12px; align-items: center; }
.time-save strong { color: var(--acid); font-size: 27px; }.time-save span { font: 700 13px/1.35 "Courier New", monospace; text-transform: uppercase; color: #aaa69c; }.time-save b { color: var(--orange); font-size: 26px; }
.listen, .workflow, .folder, .faq { padding-top: 125px; padding-bottom: 130px; }
.section-head { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: end; margin-bottom: 65px; }
.section-head h2 { font-size: clamp(52px, 6vw, 88px); }
.section-head > p { color: #68635b; line-height: 1.55; font-size: 16px; }
.track-list { border-top: 2px solid var(--ink); }
.track { --progress:0%; display:grid; grid-template-columns:58px 116px 1.1fr 1fr 66px; align-items:center; gap:20px; min-height:92px; border-bottom:1px solid var(--line); cursor:pointer; position:relative; transition:background-color .18s ease; }
.track:before { content: ''; position: absolute; inset: 0 auto 0 0; width: var(--progress); background: color-mix(in srgb, var(--tone) 16%, transparent); pointer-events: none; }
.track:hover { background: rgba(255,255,255,.45); }
.track.playing { background: var(--tone); }
.track-play { position: relative; z-index: 1; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 12px; }
.track-id { min-width:0; display:flex; gap:10px; align-items:baseline; font:800 13px/1 "Courier New",monospace; }.track-id span { color:#716c63; }.track-id b { padding:5px 6px; background:var(--ink); color:var(--paper); line-height:1.05; }
.track-name h3 { margin: 0 0 5px; font-size: 20px; letter-spacing: -.03em; }.track-name p { margin: 0; color: #615d55; font-size: 14px; }
.track-wave { height: 40px; display: flex; align-items: center; gap: 2px; }.track-wave i { display: block; flex: 1; background: var(--ink); opacity: .65; min-width: 1px; }.track-state { font: 800 13px/1 "Courier New", monospace; }
.lineage { padding: 125px 0 135px; border-top: 1px solid #31312d; }
.lineage-head { margin-bottom: 44px; }
.lineage-head h2 { font-size:clamp(46px,5vw,74px); line-height:.86; }
.lineage-layout { --lineage-console-height:755px; width:min(100%,960px); margin:0 auto; display:grid; grid-template-columns:240px minmax(0,1fr); gap:14px; align-items:start; }
.lineage-story-panel { height:var(--lineage-console-height); min-height:0; display:grid; grid-template-rows:48px minmax(0,1fr); border:1px solid #4b4944; background:#181815; overflow:hidden; }
.lineage-story-panel > strong { display:flex; align-items:center; padding:0 15px; color:var(--acid); border-bottom:1px solid #4b4944; font:900 12px/1 "Courier New",monospace; letter-spacing:.04em; }
.lineage-stories { min-height:0; display:grid; align-content:start; gap:0; overflow-x:hidden; overflow-y:auto; scrollbar-color:var(--acid) #23231f; scrollbar-width:thin; }
.lineage-story { width:100%; min-height:90px; padding:15px; border:0; border-bottom:1px solid #3e3d38; background:transparent; color:var(--paper); text-align:left; cursor:pointer; display:grid; grid-template-columns:36px 1fr; gap:12px; align-items:start; transition:background-color .18s ease,color .18s ease; }
.lineage-story:hover,.lineage-story.active { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.lineage-story.preview:not(.active):not(:hover) { border-color: var(--orange); }
.lineage-story > span { width:34px; height:34px; border:1px solid currentColor; border-radius:50%; display:grid; place-items:center; font:900 11px/1 "Courier New",monospace; }
.lineage-story div { display: grid; gap: 7px; }
.lineage-story strong { font-size: 18px; line-height: 1.05; letter-spacing: -.025em; }
.lineage-story small { color: #aaa69c; font: 800 14px/1.35 "Courier New", monospace; text-transform: uppercase; }
.lineage-story:hover small,.lineage-story.active small { color: #48473f; }
.lineage-empty { border: 1px dashed #5b5952; padding: 24px; color: #aaa69c; font-size: 15px; line-height: 1.5; }
.lineage-console { height:var(--lineage-console-height); min-width:0; background:var(--paper); color:var(--ink); border:2px solid var(--paper); box-shadow:10px 10px 0 var(--orange); overflow:hidden; display:grid; grid-template-rows:48px auto auto minmax(0,160px) 57px; }
.lineage-console-top { min-height: 48px; padding: 0 17px; display: flex; justify-content: space-between; align-items: center; background: var(--acid); border-bottom: 1px solid var(--ink); font: 900 13px/1.25 "Courier New", monospace; letter-spacing: .03em; }
.lineage-console-top b { color: #5e5b22; }
.lineage-audio-stage { position:relative; min-height:0; aspect-ratio:16/9; color:var(--paper); background:#080807; overflow:hidden; }
.lineage-audio-stage:before { content: 'MOST SAMPLED / LISTENING ARCHIVE'; position: absolute; left: 20px; top: 18px; color: #77736a; font: 900 13px/1 "Courier New", monospace; letter-spacing: .05em; }
.lineage-placeholder { position:absolute; inset:0; display:grid; grid-template-columns:150px minmax(0,1fr); gap:36px; align-items:center; padding:44px 54px 52px; background:radial-gradient(circle at 27% 48%,#302f2a 0,#11110f 47%,#080807 100%); }
.lineage-record { position:relative; width:142px; height:142px; border-radius:50%; background:repeating-radial-gradient(circle,#111 0 2px,#292925 3px 5px); border:1px solid #4a4943; box-shadow:10px 14px 28px rgba(0,0,0,.45); }
.lineage-record i { position: absolute; inset: 34%; border-radius: 50%; background: var(--orange); border: 2px solid #111; }
.lineage-record i:after { content: ''; position: absolute; inset: calc(50% - 4px); border-radius: 50%; background: var(--paper); }
.lineage-record b { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; z-index: 1; color: var(--ink); font: 950 12px/.95 "Courier New", monospace; }
.lineage-record.playing { animation: lineage-spin 3.5s linear infinite; }
@keyframes lineage-spin { to { transform: rotate(360deg); } }
.lineage-wave { height:130px; display:flex; align-items:center; gap:3px; overflow:hidden; }
.lineage-youtube-player { position:absolute; inset:0; width:100%; height:100%; min-width:0; background:#000; }
.lineage-youtube-player > div,.lineage-youtube-player iframe { display:block; width:100% !important; height:100% !important; min-width:0; min-height:0; border:0; aspect-ratio:16/9; }
.lineage-wave i { flex: 1; min-width: 2px; background: var(--acid); opacity: .82; transition: transform .15s ease, opacity .15s ease; }
.lineage-wave.playing i:nth-child(3n) { animation: lineage-pulse .55s ease-in-out infinite alternate; }
.lineage-wave.playing i:nth-child(3n+1) { animation: lineage-pulse .7s .1s ease-in-out infinite alternate-reverse; }
@keyframes lineage-pulse { to { transform: scaleY(.55); opacity: 1; } }
.lineage-timer { position:absolute; z-index:4; left:14px; right:14px; bottom:12px; display:grid; grid-template-columns:38px 1fr 38px; gap:10px; align-items:center; padding:8px 10px; color:var(--paper); background:rgba(17,17,15,.88); font:900 12px/1 "Courier New",monospace; }
.lineage-timer > div { height: 5px; background: #494842; }
.lineage-timer i { display: block; width: 0; height: 100%; background: var(--orange); }
.lineage-ready { position: absolute; right: 20px; top: 16px; display: flex; gap: 13px; color: #8e8a80; font: 900 13px/1 "Courier New", monospace; }
.lineage-ready strong { color: var(--blue); }
.lineage-now { min-height:90px; padding:16px 18px; display:grid; grid-template-columns:1fr; align-items:center; border-bottom:1px solid var(--line); }
.lineage-now > div:first-child { min-width: 0; }
.lineage-now span { font: 900 13px/1.25 "Courier New", monospace; color: #716c63; }
.lineage-now h3 { margin:5px 0 3px; font-size:24px; line-height:1; letter-spacing:-.035em; }
.lineage-now p { margin: 0; color: #68635b; font-size: 14px; }
.lineage-rail { min-height:0; display:grid; grid-template-columns:1fr; overflow-y:auto; background:#dfdbd1; border-bottom:1px solid #b9b4a9; scrollbar-color:var(--orange) #c8c3b8; scrollbar-width:thin; }
.lineage-segment { min-height: 76px; border-bottom: 1px solid #b9b4a9; background: transparent; color: var(--ink); display: grid; grid-template-columns:minmax(0,1fr) 48px; align-items: stretch; }
.lineage-segment:last-child { border-bottom: 0; }
.lineage-segment:hover,.lineage-segment.active { background: var(--blue); }
.lineage-segment-main { padding: 14px 18px; border: 0; background: transparent; text-align: left; color: inherit; cursor: pointer; display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 16px; }
.lineage-segment-main span { font: 900 13px/1 "Courier New", monospace; color: #6d685f; }
.lineage-segment-main b { font-size: 15px; line-height: 1.25; }
.lineage-segment-main b small { display: block; margin-top: 5px; color: #6d685f; font: 900 13px/1.25 "Courier New", monospace; }
.lineage-copy-link { align-self:center; justify-self:center; display:grid; place-items:center; width:34px; height:34px; border:1px solid #6d685f; color:var(--ink); background:transparent; cursor:pointer; }
.lineage-copy-link:hover { background:var(--orange); }
.lineage-copy-link:focus-visible,.lineage-segment-main:focus-visible { outline:3px solid var(--orange); outline-offset:-3px; }
.lineage-copy-link svg { width:18px; height:18px; fill:currentColor; }
.lineage-included { min-height: 57px; padding: 12px 17px; display: flex; justify-content: space-between; align-items: center; gap: 18px; background: var(--ink); color: var(--paper); }
.lineage-included span { color: var(--acid); font: 900 13px/1.2 "Courier New", monospace; }
.lineage-included b { font-size: 14px; text-align: right; }
.inside { padding: 125px 0 135px; }
.section-head.light > p { color: #aaa69c; }
.category-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid #4b4944; border-left: 1px solid #4b4944; }
.category-grid article { min-height: 390px; padding: 24px; border-right: 1px solid #4b4944; border-bottom: 1px solid #4b4944; display: flex; flex-direction: column; transition: background-color .18s ease, color .18s ease; }
.category-grid article:hover { background: var(--orange); color: var(--ink); }
.category-grid small { font: 800 12px/1 "Courier New", monospace; color: #9e9a91; }.category-grid strong { font-size: 76px; letter-spacing: -.08em; color: var(--acid); margin-top: 50px; }.category-grid article:hover strong { color: var(--ink); }.category-grid h3 { font-size: 22px; line-height: .95; margin: 9px 0 20px; text-transform: uppercase; }.category-grid p { margin-top: auto; color: #b8b4aa; font-size: 15px; line-height: 1.5; }.category-grid article:hover p { color: #3d2823; }
.raw-cut { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.raw-cut article { min-height: 405px; border: 2px solid var(--ink); padding: 32px; background: var(--acid); box-shadow: 8px 8px 0 var(--ink); }
.raw-cut .raw-card { background: var(--blue); }
.file-label { display: flex; justify-content: space-between; align-items: center; font: 800 12px/1.15 "Courier New", monospace; }.file-label span { border: 1px solid; padding: 8px; }.wave-mini { height: 115px; display: flex; align-items: center; gap: 5px; margin: 48px 0 36px; overflow: hidden; }.wave-mini i { flex: 1; background: var(--ink); }.wave-mini i:nth-child(3n) { height: 78%; }.wave-mini i:nth-child(3n+1) { height: 35%; }.wave-mini i:nth-child(3n+2) { height: 58%; }.wave-mini.loose i:nth-child(4n) { height: 90%; }.raw-cut h3 { font-size: 31px; margin: 0 0 10px; letter-spacing: -.04em; }.raw-cut p { max-width: 520px; font-size: 16px; line-height: 1.55; }
.index-section { padding: 130px 0; }
.index-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 76px; align-items: center; }.index-copy h2 { font-size: clamp(54px, 6vw, 86px); }.index-copy p { color: #c0bcb2; font-size: 17px; line-height: 1.6; max-width: 460px; }.index-copy ul { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 9px; font: 800 13px/1.25 "Courier New", monospace; text-transform: uppercase; }.index-copy li { padding: 10px 12px; border: 1px solid #4a4842; }.index-copy li:before { content: '✓'; color: var(--acid); margin-right: 12px; }
.index-window { background: var(--paper); color: var(--ink); border: 2px solid var(--paper); box-shadow: 16px 16px 0 var(--orange); font-family: "Courier New", monospace; transform: rotate(.35deg); overflow: hidden; }.window-bar { min-height: 48px; background: #d7d3c7; display: flex; align-items: center; gap: 8px; padding: 0 16px; border-bottom: 1px solid #99958b; }.window-bar i { width: 11px; height: 11px; border-radius: 50%; background: var(--orange); }.window-bar i:nth-child(2) { background: #f9c84a; }.window-bar i:nth-child(3) { background: #68d783; }.window-bar span { flex: 1; text-align: center; font-size: 12px; font-weight: 900; letter-spacing: .04em; }.inventory-tools { display: grid; grid-template-columns: 1fr 190px; gap: 12px; padding: 17px; background: #e8e4da; border-bottom: 1px solid #bcb7ac; }.inventory-tools label { display: grid; gap: 7px; font: 900 12px/1 "Courier New", monospace; letter-spacing: .04em; }.inventory-tools input,.inventory-tools select { width: 100%; min-height: 44px; border: 1px solid #aaa59a; border-radius: 0; background: white; color: var(--ink); padding: 10px 12px; font: 700 14px/1.2 "Courier New", monospace; }.inventory-tools input:focus,.inventory-tools select:focus { outline: 3px solid var(--orange); outline-offset: 0; }.inventory-table { background: #fff; }.inventory-table > .header { position: sticky; top: 0; z-index: 2; }.inventory-table #inventory-results { display: block; max-height: 440px; overflow-y: auto; scrollbar-color: var(--orange) #e7e3da; }.table-row { display: grid; grid-template-columns: 1.4fr 1.4fr .52fr .62fr; align-items: center; gap: 14px; padding: 13px 17px; font: 700 12px/1.35 "Courier New", monospace; border-top: 1px solid #d4d0c6; }.table-row strong { font-size: 13px; }.table-row.header { font-size: 12px; font-weight: 900; color: #666159; background: #e6e2d8; border-top: 0; letter-spacing: .04em; }.room-tag { display: inline-block; padding: 5px 7px; background: #ece8df; font-size: 12px; text-transform: uppercase; }.inventory-empty { padding: 32px 18px; margin: 0; font-size: 14px; line-height: 1.5; }.index-status { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 13px 17px; background: var(--acid); font: 900 12px/1.3 "Courier New", monospace; }.index-status button { border: 1px solid var(--ink); background: transparent; padding: 8px 10px; font: 900 12px/1 "Courier New", monospace; text-transform: uppercase; cursor: pointer; }.index-status button:hover { background: var(--ink); color: var(--acid); }
.finder { border: 2px solid var(--ink); border-radius: 12px; overflow: hidden; box-shadow: 12px 12px 0 var(--orange); background: #fff; }.finder-top { height: 54px; background: #dedcd6; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #aaa69c; }.finder-top div { display: flex; gap: 7px; }.finder-top i { width: 11px; height: 11px; border-radius: 50%; background: #ff6058; }.finder-top i:nth-child(2) { background: #ffc43b; }.finder-top i:nth-child(3) { background: #34c849; }.finder-top b { font-size: 14px; }.finder-body { display: grid; grid-template-columns: 210px 1fr; min-height: 410px; }.finder aside { background: #e8e6e1; padding: 25px 18px; border-right: 1px solid #cbc8c1; display: flex; flex-direction: column; gap: 18px; font-size: 14px; color: #625e57; }.finder aside b { background: #c9c6c0; color: var(--ink); margin: -6px -8px; padding: 8px; border-radius: 5px; }.files { padding: 22px; display: grid; grid-template-columns: repeat(4,1fr); gap: 25px 18px; }.files > div { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; font-size: 13px; line-height: 1.25; }.files small { color: #716d65; font-size: 12px; }.folder-icon { width: 74px; height: 56px; background: #57a7f7; border-radius: 4px 7px 7px 7px; position: relative; }.folder-icon:before { content: ''; position: absolute; width: 32px; height: 8px; left: 0; top: -6px; background: #57a7f7; border-radius: 4px 4px 0 0; }.doc-icon,.sheet-icon { width: 50px; height: 62px; display: grid; place-items: center; background: white; border: 1px solid #aaa; border-radius: 2px; color: #777; font: 900 12px/1 "Courier New", monospace; }.sheet-icon { background: #c9f0d0; color: #18763a; }
.rights-notice { margin-top: 10px; margin-bottom: 130px; padding: 44px; border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--acid); display: grid; grid-template-columns: 1.15fr 1fr; gap: 55px; align-items: end; background: var(--orange); }.rights-notice .section-number { grid-column: 1 / -1; }.rights-notice h2 { font-size: clamp(48px, 6vw, 84px); }.rights-notice h2 em { color: var(--paper); }.rights-notice p { font-size: 16px; line-height: 1.55; }.rights-notice p + p { margin-top: 18px; }
.buy { padding: 130px 0; }.buy-grid { display: grid; grid-template-columns: 1fr 470px; gap: 100px; align-items: center; }.buy-title h2 { font-size: clamp(64px, 7vw, 105px); }.checkout-card { background: var(--paper); color: var(--ink); border: 2px solid var(--paper); padding: 30px; box-shadow: 14px 14px 0 var(--orange); }.checkout-top { display: flex; align-items: center; gap: 15px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }.tiny-cover { width: 58px; height: 65px; display: grid; place-items: center; background: var(--orange); border: 2px solid var(--ink); font-weight: 950; }.checkout-top div:last-child { display: flex; flex-direction: column; }.checkout-top span { color: #625e57; font-size: 14px; margin-top: 4px; }.price { font-size: 84px; font-weight: 950; letter-spacing: -.08em; margin: 20px 0; }.price sup { font-size: 28px; vertical-align: top; line-height: 2; }.price span { font: 800 12px/1 "Courier New", monospace; text-transform: uppercase; color: #625e57; letter-spacing: 0; }.checkout-card ul { list-style: none; padding: 0; margin: 0 0 25px; font-size: 15px; line-height: 1.85; }.checkout-card li:before { content: '✓'; margin-right: 10px; color: #288444; font-weight: 900; }.checkout-card > small { display: block; text-align: center; margin-top: 16px; color: #625e57; font-size: 12px; }
.checkout-disclaimer { margin: 13px 0 0; padding-top: 13px; border-top: 1px solid var(--line); color: #5f5b54; font: 700 12px/1.5 "Courier New", monospace; text-align: center; }
.faq-list { border-top: 2px solid var(--ink); }.faq-list details { border-bottom: 1px solid var(--line); padding: 0 4px; }.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; padding: 25px 0; font-size: 19px; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary b { color: var(--orange); }.faq-list details[open] summary b { transform: rotate(45deg); }.faq-list p { margin: -5px 0 26px; max-width: 750px; color: #68635b; line-height: 1.55; }
footer { background: var(--acid); border-top: 2px solid var(--ink); padding: 55px 0 100px; }.footer-mark { font-size: 54px; }.footer-mark span { color: var(--orange); }.footer-mark + p { font-size: 24px; font-weight: 750; letter-spacing: -.03em; }.footer-mark ~ div { display: flex; gap: 24px; margin-top: 30px; font: 800 12px/1.2 "Courier New", monospace; text-transform: uppercase; }
.now-playing { position: fixed; z-index: 15; left: 50%; bottom: 18px; width: min(780px, calc(100% - 36px)); transform: translate(-50%,130%); background: var(--ink); color: var(--paper); border: 1px solid #555; padding: 13px 16px; display: grid; grid-template-columns: 40px 180px 1fr 90px; align-items: center; gap: 14px; box-shadow: 0 12px 36px rgba(0,0,0,.3); transition: transform .3s ease; }.now-playing.visible { transform: translate(-50%,0); }.now-playing button { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--paper); color: var(--paper); background: transparent; }.now-playing > div:nth-child(2) { display: flex; flex-direction: column; }.now-playing span { font: 700 12px/1.3 "Courier New", monospace; color: #aaa69c; }.now-playing b { font-size: 14px; }.dock-progress { height: 3px; background: #555; }.dock-progress i { display: block; height: 100%; width: 0; background: var(--acid); }

/* Presentation subpages */
.subpage { min-height: 100vh; }.sub-hero { padding: 90px 0 70px; border-bottom: 2px solid var(--ink); }.sub-hero h1 { font-size: clamp(70px, 10vw, 140px); }.sub-hero p { max-width: 680px; font-size: 22px; line-height: 1.35; }.ad-grid { padding: 80px 0 120px; display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }.ad-card { min-height: 430px; padding: 34px; border: 2px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }.ad-card:nth-child(3n+1) { background: var(--orange); }.ad-card:nth-child(3n+2) { background: var(--acid); }.ad-card:nth-child(3n) { background: var(--blue); }.ad-card small { font: 800 12px/1 "Courier New", monospace; }.ad-card h2 { font-size: 58px; line-height: .84; position: relative; z-index: 2; }.ad-card p { max-width: 440px; font-size: 16px; font-weight: 650; line-height: 1.4; position: relative; z-index: 2; }

/* Music-first ad variations */
.ad-variation-grid { grid-template-columns: repeat(3,1fr); gap: 18px; }
.ad-concept { min-height: 610px; padding: 24px; gap: 16px; }
.ad-concept:nth-child(1) { background: var(--orange); }
.ad-concept:nth-child(2) { background: var(--acid); }
.ad-concept:nth-child(3) { background: var(--blue); }
.ad-topline { display: flex; justify-content: space-between; align-items: center; gap: 12px; position: relative; z-index: 3; }
.ad-topline > span { border: 1px solid currentColor; padding: 6px 7px; font: 900 10px/1 "Courier New", monospace; white-space: nowrap; }
.ad-copy { position: relative; z-index: 3; }
.ad-concept h2 { margin: 0; font-size: clamp(42px,3.7vw,55px); line-height: .81; }
.ad-concept p { max-width: 330px; margin: 14px 0 0; font-size: 15px; line-height: 1.32; }
.ad-visual { position: relative; min-height: 195px; border: 2px solid var(--ink); overflow: hidden; }
.generated-visual { height: 224px; min-height: 224px; background: var(--paper); }
.generated-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 67%; }
.ad-sampler .generated-visual img { object-position: center 58%; }
.ad-hybrid .generated-visual img { object-position: center 65%; }
.ad-pass { padding-top: 82px; }
.ad-pass-heading { padding: 0 0 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 70px; align-items: end; border-bottom: 1px solid var(--ink); }
.ad-pass-heading > span { grid-column: 1 / -1; font: 900 11px/1 "Courier New", monospace; letter-spacing: .06em; }
.ad-pass-heading h2 { font-size: clamp(52px,6vw,82px); }
.ad-pass-heading p { max-width: 500px; margin: 0; color: #5f5b54; font-size: 16px; line-height: 1.5; }
.ad-pass .ad-variation-grid { width: 100%; }
.warm-vintage-grid { padding-top: 38px; padding-bottom: 88px; }
.warm-vintage-grid .ad-concept:nth-child(1) { background: #b94b35; }
.warm-vintage-grid .ad-concept:nth-child(2) { background: #c3a62d; }
.warm-vintage-grid .ad-concept:nth-child(3) { background: #568c89; }
.warm-vintage-heading em { color: #b94b35; }
.warm-generated-visual { background: #d9caa7; }
.ad-warm-turntable .warm-generated-visual img { object-position: center 68%; }
.ad-warm-sampler .warm-generated-visual img { object-position: center 61%; }
.ad-warm-hybrid .warm-generated-visual img { object-position: center 66%; }
.ad-rights-tag { padding: 9px 11px; border: 1px solid rgba(17,17,15,.68); background: rgba(239,228,204,.72); color: #211b14; font: 900 13px/1.15 "Courier New",monospace; letter-spacing: .025em; text-align: center; }
.previous-generated-pass { padding-top: 12px; }
.previous-generated-grid { padding-top: 38px; }
.ad-concept .ad-cta { min-height: 52px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: var(--ink); color: var(--paper); border: 2px solid var(--ink); box-shadow: 5px 5px 0 rgba(17,17,15,.24); text-decoration: none; font: 900 12px/1 "Courier New", monospace; position: relative; z-index: 4; transition: background-color .18s ease, color .18s ease, box-shadow .18s ease; }
.ad-concept .ad-cta:hover { box-shadow: 3px 3px 0 rgba(17,17,15,.24); }
.ad-concept .ad-cta .ad-price { position: absolute; right: 15px; display: block; color: var(--acid); white-space: nowrap; }

/* 01: turntable */
.turntable-art { background: #d9d5ca; }
.turntable-plinth { position: absolute; width: 88%; height: 77%; left: 6%; top: 10%; border: 2px solid var(--ink); background: #f2efe6; box-shadow: 7px 7px 0 rgba(17,17,15,.16); }
.turntable-record { position: absolute; width: 144px; height: 144px; left: 18px; top: 10px; border-radius: 50%; background: repeating-radial-gradient(circle,#111 0 2px,#292925 3px 5px); box-shadow: 4px 5px 0 rgba(17,17,15,.18); }
.turntable-record:after { content: ''; position: absolute; inset: 49%; border-radius: 50%; background: var(--paper); z-index: 2; }
.turntable-record i { position: absolute; inset: 34%; border-radius: 50%; background: var(--orange); border: 1px solid var(--ink); }
.turntable-record b { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink); text-align: center; font: 950 9px/.9 "Courier New", monospace; z-index: 1; }
.turntable-arm { position: absolute; width: 18px; height: 118px; right: 39px; top: 25px; border-radius: 9px; background: var(--ink); transform: rotate(17deg); transform-origin: 50% 10px; }
.turntable-arm:before { content: ''; position: absolute; width: 38px; height: 38px; left: -10px; top: -11px; border-radius: 50%; background: var(--acid); border: 2px solid var(--ink); }
.turntable-arm i { position: absolute; width: 32px; height: 14px; left: -7px; bottom: -5px; background: var(--orange); border: 2px solid var(--ink); }
.turntable-cue { position: absolute; right: 12px; bottom: 10px; font: 900 9px/1 "Courier New", monospace; }
.turntable-cue b { display: block; margin-top: 5px; font-size: 12px; }
.scratch-arrow { position: absolute; left: 39px; bottom: 8px; z-index: 2; color: var(--acid); -webkit-text-stroke: 1px var(--ink); font-size: 42px; line-height: 1; font-weight: 950; transform: rotate(-10deg); }

/* 02: sampler */
.sampler-art { padding: 14px; display: grid; grid-template-columns: 1.25fr .85fr; grid-template-rows: 1fr auto; gap: 11px; background: #22221f; color: var(--paper); }
.sampler-screen { position: relative; min-width: 0; padding: 13px 10px 10px; border: 2px solid #56564f; background: #090908; display: flex; flex-direction: column; justify-content: space-between; }
.slice-wave { height: 89px; display: flex; align-items: center; gap: 3px; }
.slice-wave i { flex: 1; height: 66%; background: var(--acid); }
.slice-wave i:nth-child(3n) { height: 94%; }
.slice-wave i:nth-child(4n) { height: 35%; }
.slice-wave i:nth-child(5n) { background: var(--orange); }
.sampler-screen b { font: 900 9px/1 "Courier New", monospace; color: var(--blue); }
.sampler-pads { display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(4,1fr); gap: 7px; }
.sampler-pads i { min-height: 27px; border: 2px solid #0b0b0a; background: #595851; box-shadow: inset 0 -4px 0 #33322f; }
.sampler-pads i:nth-child(2),.sampler-pads i:nth-child(5) { background: var(--orange); }
.sampler-pads i:nth-child(4) { background: var(--acid); }
.sampler-label { grid-column: 1 / -1; border-top: 1px solid #65645d; padding-top: 9px; color: #aaa69c; font: 900 9px/1 "Courier New", monospace; letter-spacing: .03em; }

/* 03: vinyl to DAW */
.hybrid-art { display: grid; grid-template-columns: 102px 30px 1fr; align-items: center; padding: 16px; background: #e8e5dc; }
.hybrid-vinyl { position: relative; width: 112px; height: 112px; margin-left: -28px; border-radius: 50%; background: repeating-radial-gradient(circle,#111 0 2px,#292925 3px 5px); box-shadow: 5px 6px 0 rgba(17,17,15,.2); }
.hybrid-vinyl i { position: absolute; inset: 34%; border-radius: 50%; background: var(--blue); border: 2px solid var(--ink); }
.hybrid-vinyl i:after { content: ''; position: absolute; inset: 43%; border-radius: 50%; background: var(--paper); }
.hybrid-cable { position: relative; z-index: 2; display: grid; place-items: center; width: 46px; height: 46px; border: 2px solid var(--ink); border-radius: 50%; background: var(--acid); font-size: 27px; font-weight: 950; }
.daw-window { position: relative; min-width: 0; height: 142px; border: 2px solid var(--ink); background: #f8f6ef; box-shadow: 6px 6px 0 rgba(17,17,15,.16); overflow: hidden; }
.daw-bar { height: 28px; padding: 0 7px; display: flex; align-items: center; gap: 4px; background: var(--ink); color: var(--paper); }
.daw-bar i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.daw-bar i:nth-child(2) { background: var(--acid); }
.daw-bar i:nth-child(3) { background: var(--blue); }
.daw-bar span { margin-left: auto; font: 900 7px/1 "Courier New", monospace; }
.daw-track { height: 76px; padding: 10px 7px; display: flex; align-items: center; gap: 2px; background: repeating-linear-gradient(0deg,transparent 0 14px,#d6d2c8 15px 16px); }
.daw-track i { flex: 1; height: 55%; background: var(--orange); }
.daw-track i:nth-child(2n) { height: 90%; }
.daw-track i:nth-child(3n) { height: 32%; }
.daw-slices { height: 38px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); }
.daw-slices b { display: grid; place-items: center; border-right: 1px solid var(--ink); font: 900 8px/1 "Courier New", monospace; }
.daw-slices b:last-child { border-right: 0; background: var(--acid); }

/* Earlier Directions / Archive */
.ad-archive { padding-top: 90px; border-top: 2px solid var(--ink); }
.ad-archive-head { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 70px; align-items: end; }
.ad-archive-head .section-number { grid-column: 1 / -1; }
.ad-archive-head h2 { font-size: clamp(58px,7vw,96px); }
.ad-archive-head > p { max-width: 520px; margin: 0; color: #5f5b54; font-size: 18px; line-height: 1.45; }
.archive-subhead { margin-top: 64px; padding: 22px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: 100px 1fr 1fr; gap: 24px; align-items: center; }
.archive-subhead span { font: 900 11px/1 "Courier New", monospace; }
.archive-subhead h3 { margin: 0; font-size: 28px; letter-spacing: -.04em; text-transform: uppercase; }
.archive-subhead p { margin: 0; color: #5f5b54; font-size: 14px; line-height: 1.4; }
.archive-originals { margin-top: 88px; }
.vector-study-grid { padding-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.vector-study-grid figure { margin: 0; }
.vector-study-grid img { width: 100%; display: block; border: 2px solid var(--ink); }
.vector-study-grid figcaption { padding-top: 10px; font: 900 11px/1.2 "Courier New", monospace; text-transform: uppercase; }
.ad-archive-grid { padding-top: 60px; }
.ad-card-legacy { min-height: 430px; padding: 34px; }
.ad-card-legacy:nth-child(3n+1) { background: var(--orange); }
.ad-card-legacy:nth-child(3n+2) { background: var(--acid); }
.ad-card-legacy:nth-child(3n) { background: var(--blue); }
.ad-card-legacy h2 { font-size: 58px; line-height: .84; }
.ad-card-legacy .ad-cta-legacy { position: relative; z-index: 2; display: flex; justify-content: space-between; border-top: 2px solid; padding-top: 16px; font: 900 13px/1 "Courier New", monospace; }
.ad-disc { position: absolute; width: 290px; height: 290px; border-radius: 50%; background: repeating-radial-gradient(circle,#111 0 2px,#292925 3px 5px); right: -110px; bottom: -100px; opacity: .22; }
.legacy-archive-link { margin-top: 70px; margin-bottom: 110px; padding: 30px; border: 2px solid var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.legacy-archive-link p { max-width: 600px; margin: 0; line-height: 1.5; }

/* A targeted card becomes a clean, export-ready canvas (ads.html#card-id). */
body:has(.ad-concept:target) { width: 390px; min-height: 610px; background: transparent; overflow: hidden; }
body:has(.ad-concept:target) .noise,
body:has(.ad-concept:target) .ticker,
body:has(.ad-concept:target) .nav,
body:has(.ad-concept:target) .sub-hero,
body:has(.ad-concept:target) .ad-pass-heading,
body:has(.ad-concept:target) .previous-generated-pass,
body:has(.ad-concept:target) .ad-archive,
body:has(.ad-concept:target) footer { display: none; }
body:has(.ad-concept:target) main { width: 390px; }
body:has(.ad-concept:target) .ad-pass:has(.ad-concept:target) { padding: 0; }
body:has(.ad-concept:target) .ad-variation-grid { width: 390px; margin: 0; padding: 0; display: block; }
body:has(.ad-concept:target) .ad-concept { display: none; }
body:has(.ad-concept:target) .ad-concept:target { display: flex; width: 390px; height: 610px; min-height: 610px; }
.delivery { min-height: 100vh; background: radial-gradient(circle at 50% 8%,#3a2a20 0,#1c1915 36%,#11110f 78%); color: var(--paper); display: grid; place-items: center; padding: 60px 24px; }.delivery-card { width: min(820px,100%); text-align: center; }.success-mark { width: 74px; height: 74px; margin: 0 auto 26px; border-radius: 50%; background: #c3a62d; color: var(--ink); display: grid; place-items: center; padding-left: 5px; font-size: 27px; border: 2px solid var(--paper); }.delivery-kicker { justify-content: center; margin-inline: auto; }.delivery h1 { font-size: clamp(66px,10vw,120px); }.delivery h1 em { color: #c3a62d; }.delivery-lead { max-width: 640px; margin: 28px auto; color: #c9c0b1; font-size: 18px; line-height: 1.5; }.download-box { text-align: left; background: #ede4d1; color: var(--ink); margin: 45px 0 22px; padding: 26px; border: 2px solid #ede4d1; box-shadow: 10px 10px 0 #b94b35; }.download-box .checkout-top { border-color: var(--line); }.delivery-actions { display: flex; gap: 16px; margin-top: 25px; }.delivery-actions .button { flex: 1; }.button.secondary { background: var(--paper); }.delivery-note { font: 700 14px/1.5 "Courier New", monospace; color: #c9c0b1; }
.delivery-disclaimer { max-width: 700px; margin: 28px auto 0; padding: 18px 20px; border: 1px solid #4a4842; color: #aaa69c; font-size: 12px; line-height: 1.55; }.delivery-disclaimer strong { display: block; margin-bottom: 5px; color: var(--acid); text-transform: uppercase; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }.hero-art { height: 510px; }.pack-card,.shadow-card { width: 350px; height: 430px; }.vinyl { right: 4%; width: 270px; height: 270px; }.split,.index-layout,.buy-grid { grid-template-columns: 1fr; gap: 60px; }.lineage-layout { grid-template-columns: 1fr; }.lineage-stories { grid-template-columns: repeat(3,1fr); }.lineage-story { grid-template-columns: 1fr; }.lineage-story > span { display: none; }.category-grid { grid-template-columns: repeat(2,1fr); }.category-grid article:last-child { grid-column: span 2; }.inventory-tools { grid-template-columns: 1fr; }.finder-body { grid-template-columns: 150px 1fr; }.files { grid-template-columns: repeat(3,1fr); }.ad-grid { grid-template-columns: 1fr; }.ad-pass-heading { grid-template-columns: 1fr; }.ad-pass-heading > span { grid-column: auto; }.ad-archive-head { grid-template-columns: 1fr; }.ad-archive-head .section-number { grid-column: auto; }.archive-subhead { grid-template-columns: 80px 1fr; }.archive-subhead p { grid-column: 2; }.vector-study-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1220px); }.nav nav { display: none; }.nav { height: 68px; }.mini-cta { padding: 11px; }.hero { padding-top: 35px; min-height: auto; }.hero-art { height: 350px; margin-top: 24px; }.pack-card,.shadow-card { width: 260px; height: 320px; padding: 17px; }.pack-title { font-size: 47px; }.wave-art { height: 70px; }.vinyl { width: 190px; height: 190px; top: 84px; }.burst { width: 88px; height: 88px; right: 0; }.burst strong { font-size: 26px; }.sticker { font-size: 12px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { justify-content: center; }.microproof { flex-direction: column; }.problem,.inside,.index-section,.buy,.lineage { padding: 85px 0; }.split { gap: 40px; }.problem-copy { border: 0; padding: 0; }.time-save { grid-template-columns: auto 1fr; }.time-save b { display: none; }.section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }.listen,.workflow,.folder,.faq { padding-top: 85px; padding-bottom: 90px; }.track { grid-template-columns: 48px 1fr 48px; gap: 10px; min-height: 86px; }.track-id,.track-wave { display: none; }.lineage-stories { display: grid; grid-template-columns: 1fr; overflow: visible; padding-bottom: 0; }.lineage-story { min-width: 0; grid-template-columns: 42px 1fr; }.lineage-story > span { display: grid; }.lineage-console { box-shadow: 8px 8px 0 var(--orange); }.lineage-console-top { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }.lineage-now { grid-template-columns: 1fr; }.lineage-now h3 { font-size: 23px; }.lineage-controls { width: 100%; }.lineage-controls #lineage-play { flex: 1; }.lineage-rail { grid-template-columns: 1fr; max-height: none; }.lineage-segment { grid-template-columns: 82px 1fr; gap: 12px; padding: 13px 14px; border-bottom: 1px solid #b9b4a9; }.lineage-included { align-items: flex-start; flex-direction: column; }.lineage-included b { text-align: left; }.category-grid { grid-template-columns: 1fr; }.category-grid article:last-child { grid-column: auto; }.category-grid article { min-height: 280px; }.category-grid strong { margin-top: 28px; }.raw-cut { grid-template-columns: 1fr; }.index-window { transform: none; box-shadow: 8px 8px 0 var(--orange); }.inventory-tools { padding: 13px; }.table-row { grid-template-columns: 1.3fr .8fr .58fr; gap: 9px; padding: 12px 13px; }.table-row > :nth-child(2) { display: none; }.index-status { align-items: flex-start; flex-direction: column; }.rights-notice { margin-bottom: 90px; padding: 28px 22px; grid-template-columns: 1fr; gap: 22px; }.rights-notice .section-number { grid-column: auto; }.finder-body { grid-template-columns: 1fr; }.finder aside { display: none; }.files { grid-template-columns: repeat(2,1fr); padding: 18px; }.buy-grid { grid-template-columns: 1fr; }.checkout-card { padding: 22px; }.now-playing { grid-template-columns: 36px 1fr 70px; }.dock-progress { display: none; }.ad-card h2 { font-size: 45px; }.delivery-actions { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div, .lineage-record.playing, .lineage-wave.playing i { animation: none; }
  .button, .track, .lineage-story, .lineage-wave i, .category-grid article, .now-playing, .ad-concept .ad-cta { transition: none; }
}
@media (max-width: 680px) {
  .lineage-audio-stage { min-height: 390px; padding: 72px 20px 70px; grid-template-columns: 112px 1fr; gap: 20px; }
  .lineage-record { width: 112px; height: 112px; }
  .lineage-wave { height: 140px; gap: 2px; }
  .lineage-ready { left: 20px; right: auto; top: 42px; }
  .lineage-ready span { display: none; }
  .lineage-timer { left: 20px; right: 20px; bottom: 26px; }
  .legacy-archive-link { align-items: stretch; flex-direction: column; }
}

/* Lineage museum */
.exhibitions { padding-top: 125px; padding-bottom: 130px; }
.table-row { grid-template-columns: 38px 1.25fr 1.35fr .45fr .58fr; gap: 12px; padding-top: 11px; padding-bottom: 11px; }
.table-row.header { font-size: 13px; }
.inventory-play { width: 34px; height: 34px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); display: grid; place-items: center; font: 900 12px/1 Arial,sans-serif; cursor: pointer; }
.inventory-play:hover,.inventory-play:focus-visible,.inventory-play.playing { background: var(--orange); }
.inventory-play:focus-visible { outline: 3px solid var(--acid); outline-offset: 2px; }
.method-grid { display: grid; grid-template-columns: repeat(5,1fr); border: 2px solid var(--ink); background: var(--ink); gap: 1px; box-shadow: 10px 10px 0 var(--orange); }
.method-grid article { min-height: 280px; padding: 25px 22px; background: var(--paper); }
.method-grid small,.exhibition-grid span { font: 900 12px/1 "Courier New",monospace; color: var(--orange); }
.method-grid h3 { margin: 70px 0 13px; font-size: 28px; text-transform: uppercase; }
.method-grid p { margin: 0; color: #68635b; font-size: 15px; line-height: 1.5; }
.exhibition-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.exhibition-grid a { min-height: 245px; padding: 24px; color: inherit; text-decoration: none; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); display: flex; flex-direction: column; transition: background-color .18s ease,color .18s ease; }
.exhibition-grid a:hover,.exhibition-grid a:focus-visible { background: var(--acid); }
.exhibition-grid a:focus-visible { outline: 4px solid var(--orange); outline-offset: -6px; }
.exhibition-grid h3 { margin: 44px 0 12px; font-size: 27px; line-height: 1; text-transform: uppercase; }
.exhibition-grid p { margin: auto 0 0; max-width: 330px; color: #68635b; line-height: 1.45; }
@media (max-width: 980px) {
  .method-grid,.exhibition-grid { grid-template-columns: repeat(2,1fr); }
  .method-grid article:last-child { grid-column: span 2; }
}
@media (max-width: 680px) {
  .exhibitions { padding-top: 85px; padding-bottom: 90px; }
  .method-grid,.exhibition-grid { grid-template-columns: 1fr; }
  .method-grid article:last-child { grid-column: auto; }
  .method-grid article { min-height: 220px; }
  .method-grid h3 { margin-top: 45px; }
  .exhibition-grid a { min-height: 205px; }
  .table-row { grid-template-columns: 36px 1.25fr .62fr; gap: 9px; padding: 10px 13px; }
  .table-row > :nth-child(2) { display: block; }
  .table-row > :nth-child(3),.table-row > :nth-child(5) { display: none; }
}
@media (prefers-reduced-motion: reduce) { .exhibition-grid a { transition: none; } }

/* Featured bundle and delivery library */
.featured-bundle { padding: 120px 0; }
.featured-bundle-grid { display: grid; grid-template-columns: 1fr 420px; gap: 90px; align-items: center; }
.featured-bundle-copy h2 { font-size: clamp(62px,7vw,104px); }
.featured-bundle-copy p { max-width: 660px; margin: 28px 0 32px; color: #c3beb2; font-size: 18px; line-height: 1.55; }
.bundle-price-card { position: relative; padding: 32px; background: #ede4d1; color: var(--ink); border: 2px solid var(--paper); box-shadow: 15px 15px 0 var(--orange); }
.bundle-price-card > span { font: 900 14px/1 "Courier New",monospace; letter-spacing: .06em; }
.bundle-price { display: flex; align-items: baseline; gap: 18px; margin: 28px 0 8px; }
.bundle-price small { color: #6a655d; font-size: 28px; font-weight: 900; text-decoration: line-through; }
.bundle-price strong { font-size: 90px; line-height: .8; letter-spacing: -.09em; }
.bundle-price-card > b { display: inline-block; padding: 8px 10px; background: var(--acid); border: 1px solid var(--ink); font: 950 15px/1 "Courier New",monospace; }
.bundle-price-card ul { list-style: none; margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); display: grid; gap: 12px; }
.bundle-price-card li:before { content: '✓'; margin-right: 10px; color: #288444; font-weight: 950; }

.download-library { margin: 54px 0 0; text-align: left; }
.download-library-head { min-height: 54px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; background: var(--acid); color: var(--ink); border: 2px solid var(--paper); font: 900 14px/1.2 "Courier New",monospace; }
.download-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); background: #ede4d1; border: 2px solid var(--paper); border-top: 0; }
.download-grid article { min-height: 220px; padding: 22px; color: var(--ink); border-right: 1px solid #aaa397; border-bottom: 1px solid #aaa397; display: flex; flex-direction: column; }
.download-grid article:nth-child(even) { border-right: 0; }
.download-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.download-grid article > span { color: var(--orange); font: 950 13px/1 "Courier New",monospace; }
.download-grid h2 { margin: 28px 0 10px; font-size: 27px; line-height: .95; letter-spacing: -.045em; }
.download-grid p { margin: 0 0 22px; color: #68635b; font: 800 13px/1.3 "Courier New",monospace; text-transform: uppercase; }
.download-grid a { margin-top: auto; padding-top: 15px; border-top: 2px solid var(--ink); color: var(--ink); font: 950 14px/1 "Courier New",monospace; text-decoration: none; text-transform: uppercase; }
.download-grid a:hover,.download-grid a:focus-visible { color: var(--orange); }
[data-download-key][aria-disabled="true"] { opacity: .58; cursor: default; }

.bundle-hero { padding: 100px 0 120px; }
.bundle-hero-grid { display: grid; grid-template-columns: 1fr 440px; gap: 75px; align-items: center; }
.bundle-hero h1 { max-width: 850px; font-size: clamp(72px,9vw,136px); }
.bundle-hero h1 em { color: var(--acid); }
.bundle-hero p { max-width: 690px; margin: 32px 0 0; color: #c5c0b6; font-size: 21px; line-height: 1.5; }
.bundle-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.bundle-checkout-card { padding: 30px; background: #ede4d1; color: var(--ink); border: 2px solid var(--paper); box-shadow: 16px 16px 0 var(--orange); }
.bundle-checkout-card > span { font: 950 14px/1 "Courier New",monospace; letter-spacing: .06em; }
.bundle-save { width: max-content; margin-top: 24px; padding: 8px 10px; background: var(--orange); border: 1px solid var(--ink); font: 950 14px/1 "Courier New",monospace; transform: rotate(-2deg); }
.bundle-checkout-price { display: flex; align-items: baseline; gap: 18px; margin: 16px 0 8px; }
.bundle-checkout-price del { color: #6a655d; font-size: 27px; font-weight: 900; }
.bundle-checkout-price strong { font-size: 96px; line-height: .82; letter-spacing: -.09em; }
.bundle-discount { display: inline-block; padding: 8px 10px; background: var(--acid); border: 1px solid var(--ink); font: 950 15px/1 "Courier New",monospace; }
.bundle-checkout-card ul { list-style: none; margin: 25px 0; padding: 21px 0 0; border-top: 1px solid var(--line); display: grid; gap: 10px; font-size: 15px; line-height: 1.4; }
.bundle-checkout-card li:before { content: '✓'; margin-right: 9px; color: #288444; font-weight: 950; }
.bundle-checkout-card > small { display: block; margin-top: 18px; color: #625e57; font: 750 12px/1.45 "Courier New",monospace; text-align: center; }
.bundle-value { padding-top: 125px; padding-bottom: 135px; }
.bundle-value-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 2px solid var(--ink); background: var(--ink); gap: 1px; box-shadow: 12px 12px 0 var(--orange); }
.bundle-value-grid article { min-height: 300px; padding: 25px 22px; background: var(--paper); }
.bundle-value-grid span,.bundle-volume-grid span { color: var(--orange); font: 950 13px/1 "Courier New",monospace; }
.bundle-value-grid h3 { margin: 82px 0 14px; font-size: 26px; line-height: .95; text-transform: uppercase; }
.bundle-value-grid p { margin: 0; color: #68635b; font-size: 15px; line-height: 1.5; }
.bundle-included { padding: 125px 0 135px; }
.bundle-volume-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #4b4944; border-left: 1px solid #4b4944; }
.bundle-volume-grid article { min-height: 210px; padding: 22px; border-right: 1px solid #4b4944; border-bottom: 1px solid #4b4944; display: flex; flex-direction: column; }
.bundle-volume-grid h3 { margin: 43px 0 12px; font-size: 25px; line-height: .98; text-transform: uppercase; }
.bundle-volume-grid p { margin: auto 0 0; color: #aaa69c; font: 850 13px/1.2 "Courier New",monospace; text-transform: uppercase; }
.bundle-final { padding-top: 125px; padding-bottom: 135px; display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; }
.bundle-final h2 { font-size: clamp(60px,7vw,102px); }
.bundle-final-price { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 10px 18px; }
.bundle-final-price del { color: #716c63; font-size: 28px; font-weight: 900; }
.bundle-final-price strong { font-size: 96px; line-height: .8; letter-spacing: -.09em; }
.bundle-final-price .button { grid-column: 1 / -1; margin-top: 15px; }

@media (max-width: 980px) {
  .featured-bundle-grid,.bundle-hero-grid { grid-template-columns: 1fr; }
  .bundle-price-card,.bundle-checkout-card { max-width: 540px; }
  .bundle-value-grid { grid-template-columns: repeat(2,1fr); }
  .bundle-volume-grid { grid-template-columns: repeat(2,1fr); }
  .bundle-final { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .featured-bundle,.bundle-hero,.bundle-value,.bundle-included,.bundle-final { padding-top: 82px; padding-bottom: 90px; }
  .featured-bundle-grid,.bundle-hero-grid { gap: 55px; }
  .bundle-hero-actions { align-items: stretch; flex-direction: column; }
  .bundle-hero-actions .text-link { text-align: center; }
  .bundle-price-card,.bundle-checkout-card { padding: 24px; }
  .bundle-price strong,.bundle-checkout-price strong,.bundle-final-price strong { font-size: 78px; }
  .bundle-value-grid,.bundle-volume-grid,.download-grid { grid-template-columns: 1fr; }
  .download-grid article { border-right: 0; border-bottom: 1px solid #aaa397; }
  .download-grid article:nth-last-child(2) { border-bottom: 1px solid #aaa397; }
  .download-library-head { padding: 15px; align-items: flex-start; flex-direction: column; gap: 7px; }
  .bundle-value-grid article { min-height: 240px; }
  .bundle-value-grid h3 { margin-top: 50px; }
}

/* Learning Room */
.learning-preview { padding-top: 125px; padding-bottom: 130px; }
.learning-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.learning-grid-preview { grid-template-columns: repeat(3,minmax(0,1fr)); }
.learning-card { min-width: 0; border: 2px solid var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--ink); overflow: hidden; }
.learning-thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #292925; border-bottom: 2px solid var(--ink); }
.learning-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.78) contrast(1.03); transition: filter .2s ease; }
.learning-thumb:hover img,.learning-thumb:focus-visible img { filter: saturate(1) contrast(1.08); }
.learning-thumb > i { position: absolute; left: 18px; bottom: 16px; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; padding-left: 3px; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); font-style: normal; box-shadow: 4px 4px 0 var(--ink); }
.learning-duration { position: absolute; right: 12px; bottom: 12px; padding: 7px 8px; background: var(--ink); color: var(--paper); font: 900 13px/1 "Courier New",monospace; }
.learning-card-body { padding: 22px; }
.learning-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.learning-meta span,.learning-related span { padding: 7px 8px; border: 1px solid var(--ink); font: 900 13px/1.1 "Courier New",monospace; text-transform: uppercase; }
.learning-meta span:first-child { background: var(--acid); }
.learning-card h3 { margin: 20px 0 7px; font-size: clamp(24px,2.3vw,34px); line-height: .98; letter-spacing: -.05em; }
.learning-credit { margin: 0 0 17px; color: var(--orange); font: 900 14px/1.25 "Courier New",monospace; text-transform: uppercase; }
.learning-summary { min-height: 72px; margin: 0; color: #5f5b54; font-size: 15px; line-height: 1.5; }
.learning-notice { margin-top: 19px; padding: 14px; background: #ded9cd; display: grid; gap: 6px; }
.learning-notice strong { font: 900 13px/1 "Courier New",monospace; text-transform: uppercase; }
.learning-notice span { font-size: 14px; line-height: 1.4; }
.learning-timestamps { margin-top: 16px; border-top: 1px solid var(--ink); }
.learning-timestamps a { min-height: 43px; display: grid; grid-template-columns: 54px 1fr; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 13px; }
.learning-timestamps a:hover,.learning-timestamps a:focus-visible { background: var(--acid); }
.learning-timestamps b { font: 900 13px/1 "Courier New",monospace; color: var(--orange); }
.learning-related { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
.learning-related span { border-color: var(--line); color: #625e56; }
.learning-watch { margin-top: 19px; padding-top: 16px; border-top: 2px solid var(--ink); display: flex; justify-content: space-between; text-decoration: none; font: 900 14px/1 "Courier New",monospace; text-transform: uppercase; }
.learning-watch:hover { color: var(--orange); }
.learning-grid-preview .learning-summary { min-height: 95px; }
.learning-grid-preview .learning-notice,.learning-grid-preview .learning-related { display: none; }
.learning-preview-action { margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.learning-preview-action > span { max-width: 600px; color: #5f5b54; line-height: 1.5; }
.learning-hero { min-height: 610px; padding-top: 80px; padding-bottom: 90px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.learning-hero h1 { font-size: clamp(70px,9vw,138px); }
.learning-hero-copy { padding: 28px 0 12px; border-top: 2px solid var(--ink); }
.learning-hero-copy p { margin: 0 0 14px; font-size: 27px; line-height: 1.08; font-weight: 800; letter-spacing: -.03em; }
.learning-hero-copy span { color: #5f5b54; line-height: 1.5; }
.learning-intro { padding: 100px 0; }
.learning-intro-grid { display: grid; grid-template-columns: .35fr 1fr .7fr; gap: 55px; align-items: start; }
.learning-intro h2 { margin-top: 0; font-size: clamp(50px,6vw,88px); }
.learning-intro p { margin: 0; color: #b9b5aa; font-size: 17px; line-height: 1.6; }
.learning-library { padding-top: 125px; padding-bottom: 140px; }
.learning-library-head { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: end; margin-bottom: 60px; }
.learning-library-head h2 { font-size: clamp(58px,7vw,96px); }
.learning-filters { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.learning-filters label { display: grid; gap: 7px; }
.learning-filters label span { font: 900 13px/1 "Courier New",monospace; text-transform: uppercase; }
.learning-filters select { width: 100%; min-width: 0; padding: 13px 36px 13px 12px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); font: 800 14px/1.2 "Courier New",monospace; }
.learning-filters p { grid-column: 1 / -1; margin: 4px 0 0; color: #676159; font: 800 13px/1.25 "Courier New",monospace; text-transform: uppercase; }
.learning-empty { grid-column: 1 / -1; padding: 35px; border: 1px dashed var(--ink); }
.learning-paid { padding: 115px 0 125px; }
.learning-paid-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 90px; align-items: end; }
.learning-paid h2 { font-size: clamp(56px,6vw,90px); }
.learning-paid p { margin: 0 0 30px; color: #b9b5aa; font-size: 17px; line-height: 1.6; }

@media (max-width: 980px) {
  .learning-grid-preview { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .learning-grid-preview .learning-card:last-child { grid-column: 1 / -1; }
  .learning-hero,.learning-intro-grid,.learning-library-head,.learning-paid-grid { grid-template-columns: 1fr; }
  .learning-hero { min-height: auto; }
}
@media (max-width: 680px) {
  .learning-preview,.learning-library { padding-top: 85px; padding-bottom: 95px; }
  .learning-grid,.learning-grid-preview { grid-template-columns: 1fr; }
  .learning-grid-preview .learning-card:last-child { grid-column: auto; }
  .learning-preview-action { align-items: stretch; flex-direction: column; }
  .learning-hero { padding-top: 50px; padding-bottom: 70px; gap: 45px; }
  .learning-hero h1 { font-size: clamp(63px,21vw,96px); }
  .learning-intro,.learning-paid { padding: 85px 0; }
  .learning-intro-grid,.learning-paid-grid { gap: 38px; }
  .learning-filters { grid-template-columns: 1fr; }
  .learning-filters p { grid-column: auto; }
  .learning-summary,.learning-grid-preview .learning-summary { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) { .learning-thumb img { transition: none; } }

/* Ads presentation: readable current work followed by the complete visual archive. */
.ads-page .sub-hero { padding-top: 58px; padding-bottom: 46px; }
.ads-page .sub-hero h1 { font-size: clamp(66px,8vw,108px); }
.ads-page .sub-hero > p:not(.checkout-disclaimer) { max-width: 760px; font-size: 19px; }
.ads-page .sub-hero .checkout-disclaimer { max-width: 680px; margin-top: 24px; padding: 18px 20px 0; font-size: 14px; line-height: 1.55; text-align: left; }
.ad-page-index { padding-top: 30px; padding-bottom: 12px; display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--ink); }
.ad-page-index a { min-height: 78px; padding: 14px 16px; border: 1px solid var(--ink); border-right: 0; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; color: var(--ink); text-decoration: none; font-size: 15px; font-weight: 800; line-height: 1.2; }
.ad-page-index a:last-child { border-right: 1px solid var(--ink); }
.ad-page-index a:hover,.ad-page-index a:focus-visible { background: var(--ink); color: var(--paper); }
.ad-page-index b { font: 900 13px/1 "Courier New",monospace; }
.ads-page .ad-card small { font-size: 13px; line-height: 1.15; }
.ads-page .section-number,.ads-page .archive-subhead > span { font-size: 13px; line-height: 1.15; }
.ads-page .ad-topline > span { padding: 7px 8px; font-size: 12px; }
.ads-page .ad-concept p { max-width: 345px; font-size: 17px; line-height: 1.34; }
.ads-page .ad-pass-heading > span { font-size: 13px; }
.ads-page .ad-concept .ad-cta { font-size: 13px; }
.ads-page .ad-visual { display: block; color: inherit; text-decoration: none; }
.ads-page .ad-visual:focus-visible,.ads-page .vector-study-grid a:focus-visible { outline: 4px solid var(--ink); outline-offset: 3px; }
.ads-page .generated-visual > span { position: absolute; right: 9px; bottom: 9px; padding: 7px 8px; background: var(--ink); color: var(--paper); font: 900 12px/1 "Courier New",monospace; box-shadow: 3px 3px 0 rgba(255,255,255,.5); }

/* Readable microtype: labels and supporting details remain compact, never tiny. */
.ticker,
.nav nav a,
.mini-cta,
.text-link,
.microproof,
.pack-top,
.pack-bottom,
.burst span,
.time-save span,
.track-id,
.track-state,
.lineage-story > span,
.lineage-story small,
.lineage-console-top,
.lineage-audio-stage::before,
.lineage-record b,
.lineage-timer,
.lineage-ready,
.lineage-now span,
.lineage-segment span,
.lineage-segment b small,
.lineage-included span,
.category-grid small,
.file-label,
.window-bar span,
.inventory-tools label,
.table-row,
.table-row.header,
.room-tag,
.index-status,
.index-status button,
.files small,
.doc-icon,
.sheet-icon,
.price span,
.checkout-card > small,
.checkout-disclaimer,
.footer-mark ~ div,
.now-playing span,
.ad-card small,
.ad-topline > span,
.ad-pass-heading > span,
.ad-concept .ad-cta,
.turntable-cue b,
.archive-subhead span,
.vector-study-grid figcaption,
.delivery-note,
.delivery-disclaimer,
.inventory-play,
.method-grid small,
.exhibition-grid span,
.learning-credit,
.learning-watch,
.learning-filters select,
.ads-page .ad-topline > span,
.ads-page .generated-visual > span {
  font-size: 14px;
}

.learning-duration,
.learning-meta span,
.learning-related span,
.learning-notice strong,
.learning-timestamps b,
.learning-filters label span,
.learning-filters p {
  font-size: 13px;
}
.ads-page .vector-study-grid a { display: block; }
.ads-page .vector-study-grid figcaption { padding-top: 12px; font-size: 13px; line-height: 1.25; }
.ads-page .legacy-archive-link { margin-bottom: 110px; }
body:has(.ad-concept:target) .ad-page-index { display: none; }
body:has(.previous-generated-pass .ad-concept:target) .previous-generated-pass { display: block; padding: 0; }

/* Exact standalone ad-export surface used by the headless screenshot command. */
body.ad-export-body { width: 780px; height: 1220px; margin: 0; overflow: hidden; background: var(--paper); }
body.ad-export-body .ad-card { box-sizing: border-box; width: 780px; height: 1220px; min-height: 1220px; padding: 48px; gap: 22px; border-width: 4px; }
body.ad-export-body .ad-warm-turntable { background: #b94b35; }
body.ad-export-body .ad-warm-sampler { background: #c3a62d; }
body.ad-export-body .ad-warm-hybrid { background: #568c89; }
body.ad-export-body .ad-topline small { font-size: 16px; }
body.ad-export-body .ad-topline > span { padding: 10px 12px; font-size: 14px; }
body.ad-export-body .ad-copy h2 { font-size: 72px; line-height: .82; }
body.ad-export-body .ad-warm-sampler .ad-copy h2 { font-size: 66px; }
body.ad-export-body .ad-copy p { max-width: 660px; margin-top: 24px; font-size: 23px; line-height: 1.35; }
body.ad-export-body .ad-visual { flex: 1; min-height: 0; border-width: 4px; }
body.ad-export-body .ad-visual img { position: absolute; inset: 0; }
body.ad-export-body .ad-visual > span { display: none; }
body.ad-export-body .ad-cta { min-height: 104px; padding: 0 30px; border-width: 4px; font-size: 17px; box-shadow: 8px 8px 0 rgba(17,17,15,.24); }
body.ad-export-body .ad-cta .ad-price { right: 30px; }

@media (max-width: 980px) {
  .ad-page-index { grid-template-columns: repeat(2,1fr); }
  .ad-page-index a:nth-child(2) { border-right: 1px solid var(--ink); }
}
@media (max-width: 680px) {
  .ad-page-index { grid-template-columns: 1fr; }
  .ad-page-index a,.ad-page-index a:nth-child(2) { border-right: 1px solid var(--ink); border-bottom: 0; }
  .ad-page-index a:last-child { border-bottom: 1px solid var(--ink); }
  .ads-page .ad-topline { align-items: flex-start; flex-direction: column; }
  .ads-page .ad-concept { padding: 22px; }
  .ads-page .ad-concept p { font-size: 16px; }
}

/* Landing page: compact source and lineage demos */
@media (max-width: 980px) {
  .lineage-layout { grid-template-columns:1fr; }
  .lineage-story-panel { height:320px; max-height:none; }
  .lineage-stories { grid-template-columns:1fr; overflow-y:auto; }
  .lineage-console { height:auto; grid-template-rows:48px auto auto minmax(0,180px) 57px; }
}

@media (max-width: 680px) {
  .hero { padding-top:34px; padding-bottom:58px; }
  .hero h1 { font-size:clamp(49px,15vw,68px); line-height:.88; }
  .hero-lead { font-size:20px; }
  .hero-proof { font-size:12px; }
  .hero-proof i { display:none; }
  .hero-proof strong:not(:first-child) { margin-left:8px; }
  .hero-art { height:320px; }
  .lineage-head h2 { font-size:45px; }
  .lineage-story-panel { height:270px; max-height:none; }
  .lineage-stories { display:grid; grid-template-columns:1fr; overflow-y:auto; }
  .lineage-story { min-width:0; grid-template-columns:36px 1fr; }
  .lineage-story > span { display:grid; }
  .lineage-console { box-shadow:6px 6px 0 var(--orange); grid-template-rows:44px auto auto minmax(0,190px) auto; }
  .lineage-audio-stage { min-height:0; padding:0; aspect-ratio:16/9; display:block; }
  .lineage-placeholder { grid-template-columns:86px 1fr; gap:20px; padding:34px 24px 42px; }
  .lineage-record { width:82px; height:82px; }
  .lineage-record b { font-size:9px; }
  .lineage-wave { height:82px; gap:2px; }
  .lineage-youtube-player,.lineage-youtube-player > div,.lineage-youtube-player iframe { width:100% !important; height:100% !important; min-width:0; min-height:0; }
  .lineage-timer { left:8px; right:8px; bottom:7px; grid-template-columns:34px 1fr 34px; padding:6px 8px; font-size:10px; }
  .lineage-now { min-height:80px; padding:13px 14px; }
  .lineage-now h3 { font-size:20px; }
  .lineage-segment-main { grid-template-columns:82px 1fr; gap:10px; padding:12px 13px; }
  .lineage-included { min-height:52px; }
}
