*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #090405;--bg-secondary: #14080a;--bg-card: rgba(23, 12, 14, .92);--border: #4a2426;--border-subtle: #2c1416;--text-primary: #f9f4f1;--text-secondary: #cdb7b2;--text-muted: #987a77;--brand-300: #f2b8ab;--brand-400: #eb8d78;--brand-500: #d65b45;--brand-600: #b6402d;--brand-700: #8e271a;--pink-400: #ff9f7e;--pink-500: #ee7054;--pink-600: #cd4b34;--gradient-brand: linear-gradient(135deg, var(--brand-500), var(--pink-500));--gradient-brand-r: linear-gradient(to right, var(--brand-500), var(--pink-500));--reading-surface: #f6eee6;--reading-border: rgba(54, 28, 30, .14);--reading-text: #261717;--reading-muted: #6f5752;--reading-link: #ba3d28;--font-sans: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: "Source Serif 4", Georgia, serif;--font-mono: "Space Mono", Consolas, monospace;--radius-xl: 20px;--radius-lg: 16px;--radius-md: 12px;--max-w: 1152px}html{scroll-behavior:smooth;background:var(--bg-primary)}body{margin:0;min-height:100vh;background:radial-gradient(circle at top center,rgba(214,91,69,.16),transparent 28%),radial-gradient(circle at 18% 18%,rgba(124,23,32,.18),transparent 26%),radial-gradient(circle at 88% 12%,rgba(84,19,25,.14),transparent 24%),var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.site-shell{min-height:100vh}.site-nav{position:sticky;top:0;z-index:50;border-bottom:1px solid color-mix(in srgb,var(--border) 50%,transparent);background:color-mix(in srgb,var(--bg-primary) 85%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:20px}.brand{display:inline-flex;align-items:center;font-weight:700;font-size:1.125rem}.nav-links{display:flex;align-items:center;gap:16px}.btn-ghost{color:var(--text-secondary);font-size:.9375rem;transition:color .15s}.btn-ghost:hover,.btn-ghost:focus-visible{color:var(--text-primary)}.btn-primary{background:var(--gradient-brand-r);color:#fff;padding:8px 20px;border-radius:8px;box-shadow:0 10px 24px #8f271a3d;font-size:.9375rem;font-weight:500;transition:opacity .15s}.btn-primary:hover,.btn-primary:focus-visible{opacity:.9}.site-main{padding-bottom:72px}.post-grid-section,.post-page,.tag-page,.info-page{animation:rise-in .54s ease both}h1,h2,h3{letter-spacing:-.02em;line-height:1.15}.post-page h1,.tag-page h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.post-page__lede,.tag-page__lede,.section-heading p,.empty-state,.post-card p{color:var(--text-secondary)}.post-page__lede,.tag-page__lede{font-size:1.125rem;line-height:1.75}.post-card,.post-page__cover{background:var(--bg-card);border:1px solid color-mix(in srgb,var(--border) 72%,transparent);box-shadow:0 18px 60px #00000052}.post-card__meta,.post-page__meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--text-muted);font-size:.92rem}.post-card a:hover,.post-card a:focus-visible{color:var(--brand-300)}.post-grid-section{padding-top:72px}.editorial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px}.archive-section{margin-top:56px}.section-heading--archive{margin-top:0}.section-heading{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 24px;align-items:end;margin-bottom:22px}.section-heading h2{font-size:2rem}.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.post-card{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-lg);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.post-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--brand-500) 60%,var(--border));box-shadow:0 24px 70px #0000006b}.post-card__media{position:relative;display:block;aspect-ratio:16 / 10;overflow:hidden;background:linear-gradient(135deg,#53161a85,#d65b4538)}.post-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}.post-card:hover .post-card__media img{transform:scale(1.03)}.post-card__media-fallback{width:100%;height:100%;display:grid;place-items:center;color:var(--brand-300);font-size:1.15rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.post-card__body{display:flex;flex:1;flex-direction:column;gap:14px;padding:24px}.post-card__kicker{color:var(--text-secondary);font-size:.9rem;font-weight:600}.post-card__kicker a{color:inherit}.post-card h2{font-size:1.65rem;line-height:1.1}.post-card__excerpt{color:color-mix(in srgb,var(--text-secondary) 92%,#fff);line-height:1.65;font-size:1.02rem}.post-card--featured h2{font-size:clamp(1.9rem,3vw,2.75rem)}.post-card--featured .post-card__body{padding:26px 28px 28px}.post-card--featured .post-card__media{aspect-ratio:16 / 9}.tag-list{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:18px 0 0}.tag-list a{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:color-mix(in srgb,var(--brand-500) 14%,transparent);color:var(--brand-300);border:1px solid color-mix(in srgb,var(--brand-500) 24%,transparent);font-size:.88rem;font-weight:600}.tag-list a:hover,.tag-list a:focus-visible{background:color-mix(in srgb,var(--brand-500) 22%,transparent)}.post-page{padding-top:52px}.post-page__header{max-width:780px;margin:0 auto 28px}.post-page__cover{max-width:980px;margin:0 auto 28px;overflow:hidden;border-radius:var(--radius-xl)}.post-page__cover img{width:100%;height:auto;display:block}.post-page__meta{margin-top:18px}.post-page__reading-surface{margin-top:52px;padding:72px 0 96px;background:var(--reading-surface);border-top:1px solid var(--reading-border)}.eyebrow{margin-bottom:14px;color:var(--brand-400);font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.back-link{display:inline-flex;margin-bottom:26px;color:var(--brand-300);font-weight:600}.back-link:hover,.back-link:focus-visible{color:var(--text-primary)}.prose-shell{max-width:1080px;margin:0 auto;color:var(--reading-text)}.prose-shell p,.prose-shell h2,.prose-shell h3,.prose-shell h4,.prose-shell h5,.prose-shell ul,.prose-shell ol,.prose-shell blockquote,.prose-shell hr{max-width:780px;margin-left:auto;margin-right:auto}.prose-shell p,.prose-shell li{color:var(--reading-text);font-family:var(--font-serif);font-size:clamp(1.18rem,1.08rem + .35vw,1.34rem);line-height:1.72;letter-spacing:-.01em}.prose-shell p+p,.prose-shell p+ul,.prose-shell p+ol,.prose-shell ul+p,.prose-shell ol+p,.prose-shell blockquote+p,.prose-shell pre+p{margin-top:1.5rem}.prose-shell strong{color:#1f1111;font-weight:650}.prose-shell h2{margin-top:3rem;margin-bottom:.95rem;color:#1f1111;font-family:var(--font-serif);font-size:clamp(2.05rem,1.85rem + .45vw,2.4rem);font-weight:600;line-height:1.15}.prose-shell h3{margin-top:2.2rem;margin-bottom:.8rem;color:#281717;font-family:var(--font-serif);font-size:clamp(1.55rem,1.4rem + .3vw,1.8rem);font-weight:600;line-height:1.2}.prose-shell h4{margin-top:2rem;margin-bottom:.7rem;color:#281717;font-family:var(--font-serif);font-size:clamp(1.32rem,1.2rem + .24vw,1.48rem);font-weight:600;line-height:1.24}.prose-shell h5{margin-top:1.6rem;margin-bottom:.55rem;color:#3a1f1b;font-family:var(--font-sans);font-size:clamp(1.02rem,.98rem + .12vw,1.12rem);font-weight:700;letter-spacing:-.01em;line-height:1.28}.prose-shell ul,.prose-shell ol{margin-top:1.55rem;margin-bottom:1.55rem;padding-left:0;list-style-position:inside}.prose-shell li+li{margin-top:.45rem}.prose-shell li::marker{color:#281717}.prose-shell a{color:var(--reading-link);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--reading-link) 60%,transparent);text-underline-offset:.18em}.prose-shell a:hover,.prose-shell a:focus-visible{color:#8e271a}.prose-shell blockquote{margin-top:2.2rem;margin-bottom:2.2rem;padding-left:1.3rem;border-left:3px solid color-mix(in srgb,var(--reading-link) 50%,transparent)}.prose-shell blockquote p{color:var(--reading-muted)}.prose-shell code{font-family:var(--font-mono);font-size:.94em;color:#3f2220;background:#b6402d17;padding:.12em .34em;border-radius:6px}.prose-shell pre{max-width:1040px;margin:2.3rem auto;overflow-x:auto;padding:18px;color:#f8fafc;background:#170b0d;border-radius:var(--radius-md)}.prose-shell pre code{color:inherit;background:transparent;padding:0}.prose-shell p:has(>img:only-child){max-width:1040px;margin-top:2.6rem;margin-bottom:2.6rem}.prose-shell img{display:block;width:100%;height:auto;border-radius:24px;border:1px solid rgba(54,28,30,.12);box-shadow:0 22px 60px #1c0e1029}.prose-shell hr{margin-top:2.8rem;margin-bottom:2.8rem;border:0;border-top:1px solid rgba(54,28,30,.12)}.tag-page,.info-page{padding-top:72px}.info-page__header{max-width:760px;margin-bottom:32px}.info-page__header h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.info-page__lede{margin-top:18px;color:var(--text-secondary);font-size:1.1rem;line-height:1.75}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.contact-card{padding:24px;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid color-mix(in srgb,var(--border) 72%,transparent);box-shadow:0 18px 60px #00000047}.contact-card__label{margin-bottom:10px;color:var(--brand-300);font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.contact-card h2{font-size:1.5rem;line-height:1.15}.contact-card h2 a{color:var(--text-primary)}.contact-card h2 a:hover,.contact-card h2 a:focus-visible{color:var(--brand-300)}.contact-card p:last-child{margin-top:14px;color:var(--text-secondary);line-height:1.7}.site-footer{border-top:1px solid color-mix(in srgb,var(--border) 50%,transparent);background:color-mix(in srgb,var(--bg-secondary) 70%,transparent)}.site-footer__inner{display:flex;justify-content:space-between;gap:16px 24px;padding-top:22px;padding-bottom:28px;color:var(--text-muted);font-size:.92rem}.site-footer__copyright{color:color-mix(in srgb,var(--text-muted) 88%,#fff);font-size:.86rem}.site-footer__inner a:hover,.site-footer__inner a:focus-visible{color:var(--text-primary)}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(min-width:640px){.container{padding:0 32px}}@media(min-width:1024px){.container{padding:0 48px}}@media(max-width:780px){.nav-inner,.section-heading,.site-footer__inner{flex-direction:column;align-items:flex-start}.nav-links{gap:14px}.editorial-grid{grid-template-columns:1fr}.post-card,.post-page__cover{border-radius:18px}.post-card__body,.post-card--featured .post-card__body{padding:24px}.post-page__reading-surface{padding:56px 0 72px}.prose-shell p,.prose-shell li{font-size:1.08rem}.prose-shell p,.prose-shell h2,.prose-shell h3,.prose-shell h4,.prose-shell h5,.prose-shell ul,.prose-shell ol,.prose-shell blockquote,.prose-shell hr,.prose-shell pre,.prose-shell p:has(>img:only-child){max-width:100%}}
