:root{--bg: #06070a;--bg-deep: #020305;--panel: rgba(18, 20, 28, .72);--panel-strong: rgba(24, 27, 38, .86);--panel-soft: rgba(255, 255, 255, .03);--ink: #f6efe1;--muted: #b8af9d;--gold: #d6ab58;--gold-soft: rgba(214, 171, 88, .18);--ice: #8fb4d8;--line: rgba(255, 244, 222, .12);--line-strong: rgba(214, 171, 88, .28);--shadow: 0 24px 80px rgba(0, 0, 0, .32);--radius-xl: 2rem;--radius-lg: 1.35rem;--radius-sm: .9rem;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 15% 20%,rgba(214,171,88,.16),transparent 28%),radial-gradient(circle at 82% 18%,rgba(143,180,216,.12),transparent 24%),radial-gradient(circle at 50% 100%,rgba(116,44,10,.18),transparent 30%),linear-gradient(180deg,#11131b 0%,var(--bg) 42%,var(--bg-deep) 100%);color:var(--ink);font-family:Iowan Old Style,Baskerville,Palatino Linotype,Book Antiqua,Georgia,serif;line-height:1.7}body:before,body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1}body:before{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.015) 47%,transparent 100%),repeating-linear-gradient(90deg,transparent 0,transparent 96px,rgba(255,255,255,.018) 97px,rgba(255,255,255,.018) 98px);opacity:.55}body:after{background:radial-gradient(circle at 50% 0%,rgba(255,216,149,.08),transparent 36%),radial-gradient(circle at 8% 84%,rgba(128,77,46,.16),transparent 20%);filter:blur(22px);opacity:.9}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page-shell{width:min(84rem,calc(100vw - 2rem));margin:0 auto;padding:1.25rem 0 5rem}.site-header{position:sticky;top:1rem;z-index:40;display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.2rem;border:1px solid var(--line);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.04),transparent 55%),#0a0b10b8;backdrop-filter:blur(18px);box-shadow:var(--shadow)}.site-brand{display:flex;flex-direction:column;gap:.2rem;min-width:0}.site-title,.section-heading h2,.collection-card h2,.language-panel h2,.featured-card h3,.post-list-item h3,.post-header h1{font-family:Avenir Next,Inter,Segoe UI,sans-serif}.site-title{font-size:1rem;font-weight:750;letter-spacing:.22em;text-transform:uppercase}.site-subtitle,.hero-copy,.hero-note,.section-heading p,.empty-state,.collection-card p,.language-panel p,.featured-card p,.post-link p,.post-summary,.post-meta,.prose :where(p,li,blockquote){color:var(--muted)}.site-subtitle{margin:0;font-size:.88rem;max-width:32rem}.site-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.nav-link,.button-link{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border:1px solid var(--line);border-radius:999px;font-family:Avenir Next,Inter,Segoe UI,sans-serif;font-size:.86rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:#ffffff08;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.nav-link:hover,.button-link:hover,.collection-card-link:hover,.language-panel:hover,.featured-card:hover,.post-link:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:0 18px 44px #00000042}.nav-link.is-active,.button-link,.language-panel:hover .language-panel-meta span:first-child{background:linear-gradient(135deg,#d6ab5829,#ffffff0a);color:#fff5de;border-color:#d6ab586b}.button-link--ghost{background:#ffffff05;color:var(--muted)}.site-main{display:grid;gap:1.5rem}.hero,.listing-shell,.post-shell,.collection-card,.language-panel,.featured-card,.hero-aside{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(180deg,#ffffff0a,#ffffff04),var(--panel);box-shadow:var(--shadow);backdrop-filter:blur(18px)}.hero:before,.listing-shell:before,.post-shell:before,.collection-card:before,.language-panel:before,.featured-card:before,.hero-aside:before{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.03);pointer-events:none}.hero:after,.featured-card:after,.language-panel:after{content:"";position:absolute;inset:auto -12% -34% auto;width:16rem;height:16rem;border-radius:50%;background:radial-gradient(circle,rgba(214,171,88,.22),transparent 65%);filter:blur(14px);opacity:.9;pointer-events:none}.hero{display:grid;gap:1.25rem;padding:2rem}.hero--home{grid-template-columns:minmax(0,1.7fr) minmax(18rem,.85fr);min-height:36rem;padding:2.4rem;background:linear-gradient(140deg,rgba(214,171,88,.08),transparent 34%),linear-gradient(180deg,#ffffff0d,#ffffff04),var(--panel-strong)}.hero-copyblock{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;max-width:46rem}.hero h1,.post-header h1{margin:.35rem 0 .9rem;line-height:.92;letter-spacing:-.045em}.hero h1{font-size:clamp(3.8rem,10vw,6.85rem);max-width:11ch}.hero-copy{margin:0;max-width:38rem;font-size:1.06rem}.hero-copy--accent{margin-top:.85rem;color:#e8d8b7}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem}.hero-aside{display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem;min-height:100%;background:linear-gradient(180deg,#ffffff0f,#ffffff05),#05070cb8}.signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1rem 0 1.2rem}.signal-card{padding:.9rem .8rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffff08}.signal-card span,.language-panel-meta span,.featured-card span,.post-link span,.post-meta span{font-family:Avenir Next,Inter,Segoe UI,sans-serif;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.signal-card span{display:block;color:var(--muted)}.signal-card strong{display:block;margin-top:.35rem;font-family:Avenir Next,Inter,Segoe UI,sans-serif;font-size:2rem;font-weight:750;color:#fff2d2}.hero-note{margin:0;padding-top:1rem;border-top:1px solid var(--line)}.eyebrow{margin:0;font-family:Avenir Next,Inter,Segoe UI,sans-serif;font-size:.78rem;font-weight:750;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.language-split,.featured-grid,.collection-grid{display:grid;gap:1rem}.language-split,.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.language-panel,.collection-card,.featured-card,.listing-shell,.post-shell{padding:1.45rem}.language-panel h2,.collection-card h2,.featured-card h3,.section-heading h2,.post-list-item h3{margin:.45rem 0 .7rem;line-height:1.03;letter-spacing:-.03em}.language-panel h2{font-size:clamp(2rem,3vw,2.75rem)}.language-panel-meta,.collection-links,.post-topline,.post-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;align-items:center}.language-panel-meta{margin-top:1.4rem;padding-top:1rem;border-top:1px solid var(--line)}.featured-shell,.listing-shell{padding:1.5rem}.section-heading{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.section-heading h2{font-size:clamp(1.65rem,4vw,2.6rem);margin:0}.section-heading p{margin:0;max-width:42rem}.featured-card{display:flex;flex-direction:column;justify-content:flex-end;min-height:19rem;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.22) 100%),linear-gradient(150deg,rgba(214,171,88,.08),transparent 38%),var(--panel)}.featured-card--wide{min-height:18rem}.featured-card--placeholder{border-style:dashed;background:linear-gradient(180deg,#ffffff05,#ffffff04),#0b0d12a3}.collection-card p:last-of-type,.featured-card p:last-of-type{margin-bottom:0}.collection-links{margin-top:1.4rem;padding-top:1rem;border-top:1px solid var(--line)}.listing-shell{background:linear-gradient(180deg,#ffffff0d,#ffffff04),#080a0fc2}.post-list{list-style:none;padding:0;margin:0;display:grid;gap:.85rem}.post-list-item{padding-top:.85rem;border-top:1px solid var(--line)}.post-link{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;transition:transform .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.post-link h3{font-size:1.28rem}.post-link span,.featured-card span{color:#e4d4ae}.empty-state{margin:0;padding:1.2rem 0 0;border-top:1px solid var(--line)}.inline-link{text-decoration:underline;text-underline-offset:.22em;color:#f5deb0}.inline-link--muted{color:var(--muted)}.post-shell{padding:2rem;background:linear-gradient(180deg,#ffffff0a,#ffffff04),#090b10d1}.post-header h1{font-size:clamp(2.8rem,8vw,4.9rem);max-width:14ch}.post-summary{margin:0;max-width:40rem;font-size:1.08rem}.post-meta,.tag-list{margin-top:1rem}.tag-list{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0}.tag-list li{padding:.4rem .82rem;border:1px solid rgba(214,171,88,.18);border-radius:999px;background:var(--gold-soft);font-family:Avenir Next,Inter,Segoe UI,sans-serif;font-size:.85rem;color:#f0d8a1}.prose{margin-top:2rem;font-size:1.08rem}.prose h2,.prose h3,.prose h4{margin-top:2.1rem;margin-bottom:.7rem;font-family:Avenir Next,Inter,Segoe UI,sans-serif;line-height:1.1}.prose a{color:#f5deb0;text-decoration:underline;text-underline-offset:.22em}.prose code{padding:.12rem .35rem;border-radius:.3rem;background:#ffffff12;font-family:Berkeley Mono,SFMono-Regular,Consolas,monospace;font-size:.92em}.prose pre{overflow-x:auto;padding:1rem;border:1px solid rgba(255,255,255,.08);border-radius:1rem;background:#0d1118;color:#f6efe1}.prose blockquote{margin:1.6rem 0;padding-left:1rem;border-left:3px solid var(--gold);font-style:italic}.hero,.language-panel,.featured-card,.collection-card,.listing-shell,.post-shell{animation:rise-in .65s ease both}.hero--home{animation-duration:.78s}.hero--home:after,.language-panel:after,.featured-card:after{animation:glow-drift 8s ease-in-out infinite alternate}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes glow-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-12px,-10px,0) scale(1.08)}}@media(max-width:980px){.hero--home,.language-split,.featured-grid,.collection-grid{grid-template-columns:1fr}.hero--home{min-height:auto}.signal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.page-shell{width:min(100vw - 1rem,84rem);padding-top:.75rem}.site-header,.post-link,.post-meta,.post-topline,.collection-links,.language-panel-meta{flex-direction:column;align-items:flex-start}.site-header{position:static;border-radius:1.2rem}.hero,.language-panel,.collection-card,.featured-card,.listing-shell,.post-shell,.hero-aside{padding:1.15rem;border-radius:1.2rem}.hero h1,.post-header h1{max-width:none}.hero h1{font-size:clamp(2.8rem,13vw,4rem)}.post-header h1{font-size:clamp(2.4rem,11vw,3.6rem)}.signal-grid{grid-template-columns:1fr}.nav-link,.button-link{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
