/* Voices Absent — self-contained, no external fonts or JavaScript. */
:root{color-scheme:dark;--bg:#151714;--surface:#1b1d19;--ivory:#e9e4d6;--muted:#b5b5a9;--bronze:#bba17b;--line:#3d4137;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--bg);color:var(--ivory);font:1rem/1.7 var(--sans)}a{color:inherit;text-decoration:none}a:hover{color:var(--bronze)}a:focus-visible{outline:2px solid var(--bronze);outline-offset:6px}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}em{font-weight:400;color:var(--bronze)}.wrap{width:min(1280px,88%);margin-inline:auto}.section{padding-block:105px}.eyebrow{font-size:.75rem;letter-spacing:.2em;line-height:1.6;color:var(--bronze)}.skip-link{position:absolute;top:-100px;left:20px;z-index:10;padding:12px;background:var(--ivory);color:var(--bg)}.skip-link:focus{top:10px}.site-header{min-height:112px;padding:25px 6%;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}.wordmark{font:1.25rem var(--serif);letter-spacing:.17em}.wordmark span{display:block;font:.75rem var(--sans);letter-spacing:.3em;color:var(--muted);margin-top:11px}.site-header nav{display:flex;gap:36px;font-size:.875rem}.hero{position:relative;min-height:730px;height:calc(100svh - 112px);max-height:1000px;isolation:isolate;display:flex;align-items:center}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;z-index:-2}.hero-image{object-position:center 55%}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(10,14,12,.82),rgba(10,14,12,.23) 65%),linear-gradient(0deg,var(--bg),transparent 30%)}.hero-content{padding:50px 8% 100px}.hero h1{font-size:clamp(5rem,9vw,9rem);line-height:.95;letter-spacing:-.045em;margin-top:30px}.hero h1 em{color:var(--ivory)}.hero-line{font:italic clamp(1.2rem,2vw,1.6rem)/1.5 var(--serif);color:#d1cbbb;margin:28px 0 33px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:14px 23px;border:1px solid #ac9575;font-size:.875rem;background:#15171450}.button:hover{background:var(--ivory);color:var(--bg)}.hero-foot{position:absolute;bottom:32px;left:6%;right:6%;display:flex;justify-content:space-between;gap:20px;font-size:.75rem;letter-spacing:.08em;color:var(--muted)}.hero-foot a span{margin-left:16px}.intro{text-align:center;padding:95px 0 100px;border-bottom:1px solid var(--line)}.intro>p:nth-child(2){font:clamp(2rem,3.6vw,3.3rem)/1.3 var(--serif);margin:28px 0}.intro>div{max-width:570px;margin:auto;color:var(--muted)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}h2{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.17;letter-spacing:-.02em}.section-heading h2{margin-top:15px}.section-number{font:.875rem var(--serif);color:var(--bronze)}.release-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.cover{position:relative;overflow:hidden;aspect-ratio:1;background:var(--surface);margin-bottom:23px}.cover img{height:100%;transition:transform .6s}.release:hover img{transform:scale(1.025)}.cover:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#10120dc7)}.cover-mark{position:absolute;z-index:1;bottom:20px;left:22px;font:1rem var(--serif);letter-spacing:.2em;color:#e9e4d6}.cover-landscape img{object-position:72% center}.release h3{font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.3;margin-top:9px}.release .eyebrow{font-size:.75rem}.generations{background:var(--surface);border-block:1px solid var(--line)}.story-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:12%}.story-heading h2{font-size:clamp(3.4rem,6.4vw,6rem);margin-top:28px;line-height:1.06}.lineage{display:flex;justify-content:space-between;margin-top:65px;border-top:1px solid #645c49;padding-top:16px;color:var(--bronze);font:.875rem var(--serif)}.lineage span{position:relative}.lineage span:before{content:'';position:absolute;width:5px;height:5px;background:var(--bronze);top:-19px;left:50%;border-radius:50%}.story-copy>.section-number{display:block;margin-bottom:25px}.large-copy{font:2rem/1.35 var(--serif);margin-bottom:27px}.story-copy>p:not(.large-copy),.about p{color:var(--muted);margin-bottom:22px}.text-link{display:inline-block;font-size:.875rem;border-bottom:1px solid var(--bronze);padding-bottom:9px;margin-top:10px}.text-link span{margin-left:28px}.about{display:grid;grid-template-columns:1.1fr 1fr;gap:12%;border-bottom:1px solid var(--line)}.about h2{margin-top:25px}.contact{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-block:90px}.contact h2{margin-top:20px;font-size:2.6rem}.contact-link{font:clamp(1rem,2vw,1.6rem) var(--serif);border-bottom:1px solid var(--line);padding-bottom:17px;overflow-wrap:anywhere}.contact-link span{margin-left:22px;color:var(--bronze)}footer{display:flex;justify-content:space-between;gap:20px;padding-block:28px;border-top:1px solid var(--line);font-size:.75rem;color:var(--muted)}
@media(min-width:1600px){.hero-content{padding-left:max(8%,calc((100% - 1280px)/2))}}
@media(max-width:800px){.site-header{align-items:flex-start;flex-direction:column;gap:23px}.site-header nav{gap:22px;flex-wrap:wrap;font-size:.8125rem}.hero{height:auto;min-height:680px}.hero-content{padding-left:6%}.hero h1{font-size:6rem}.hero-image{object-position:63% center}.hero-shade{background:linear-gradient(90deg,#0d120ddd,#0d120d33),linear-gradient(0deg,var(--bg),transparent 40%)}.section{padding-block:70px}.story-layout,.about{gap:50px;grid-template-columns:1fr}.story-copy{max-width:540px}.story-heading h2{font-size:4.5rem}.lineage{max-width:440px;margin-top:40px}.release-grid{gap:20px}.release h3{font-size:1.25rem}.contact{align-items:flex-start;flex-direction:column;gap:35px;padding-block:65px}footer{flex-wrap:wrap}}
@media(max-width:540px){.site-header{padding-block:22px}.site-header nav{gap:13px 22px}.hero{min-height:650px}.hero h1{font-size:clamp(4.7rem,19vw,6rem)}.hero .eyebrow{font-size:.75rem}.hero-content{padding-top:30px}.hero-foot{font-size:.75rem;align-items:end}.hero-foot>span{max-width:125px}.intro{padding-block:65px}.intro>div{font-size:.9375rem}.release-grid{grid-template-columns:1fr;gap:42px}.release h3{font-size:1.7rem}.cover{margin-bottom:18px}.section-heading{gap:12px}.section-number{white-space:nowrap}.story-heading h2{font-size:clamp(2.5rem,12vw,4rem)}.contact h2{font-size:2.4rem}footer{flex-direction:column;gap:9px}.contact-link span{margin-left:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
