@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Cormorant+Garamond:wght@500;600&display=swap');:root{--ink:#211f1b;--muted:#685f54;--line:#d8cdbf;--paper:#fffdf8;--ground:#f1ede5;--bronze:#8b704b;--black:#0e0e0d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ground);color:var(--ink);font-family:Georgia,'Times New Roman',serif;line-height:1.68}.launch-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:13px clamp(18px,5vw,64px);background:var(--black);border-bottom:1px solid #3a342c}.launch-brand{display:flex;align-items:center;gap:12px;color:#eee9df;text-decoration:none;font-family:Cinzel,Georgia,serif;font-size:.95rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.launch-brand img{width:48px;height:48px;border-radius:50%}.launch-nav{display:flex;gap:6px;align-items:center}.launch-nav a{padding:8px 10px;border-radius:9px;color:#d8d0c5;font-family:Cinzel,Georgia,serif;font-size:.64rem;text-decoration:none}.launch-nav a:hover,.launch-nav a[aria-current=page]{background:#2b261f;color:#e1b879}.launch-main{width:min(100% - 32px,980px);margin:0 auto;padding:clamp(34px,6vw,72px) 0}.article-shell,.policy-shell{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--paper);box-shadow:0 18px 44px rgba(45,36,25,.07)}.article-head,.policy-head{padding:clamp(28px,6vw,62px);border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fffdf8,#f3ede4)}.kicker{color:var(--bronze);font-family:Cinzel,Georgia,serif;font-size:.66rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3{font-family:'Cormorant Garamond',Georgia,serif;line-height:1.04}h1{max-width:800px;margin:.35rem 0 .8rem;font-size:clamp(2.5rem,7vw,4.7rem);font-weight:600;letter-spacing:-.025em}.dek{max-width:750px;margin:0;color:var(--muted);font-size:clamp(1rem,2vw,1.15rem)}.article-body,.policy-body{max-width:780px;padding:clamp(28px,6vw,62px)}.article-body p,.policy-body p,.policy-body li{font-size:1.03rem}.article-body h2,.policy-body h2{margin:2.2rem 0 .65rem;color:#6d5739;font-family:Cinzel,Georgia,serif;font-size:.78rem;letter-spacing:.09em;text-transform:uppercase}.policy-body h2{font-size:1rem}.article-body p{margin:0 0 1rem}.deep-link{margin-top:2rem;padding:17px 19px;border:1px solid #d5c8b6;border-left:3px solid var(--bronze);border-radius:12px;background:#f4eee5}.deep-link span{display:block;color:#876e4b;font-family:Cinzel,Georgia,serif;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase}.deep-link a{color:#4e3a24;font-weight:700}.article-next{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 clamp(28px,6vw,62px) clamp(28px,6vw,62px)}.article-next a{padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#faf6ef;color:#59462f;text-decoration:none}.article-next a:last-child{text-align:right}.launch-footer{padding:30px clamp(18px,5vw,64px);border-top:1px solid #342f29;background:var(--black);color:#bdb4a8}.launch-footer strong{color:#eee9df;font-family:Cinzel,Georgia,serif}.launch-footer nav{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px}.launch-footer a{color:#d2b07c;font-size:.78rem}.policy-callout{padding:16px 18px;border-left:3px solid var(--bronze);background:#f4eee5}.subscribe-card{margin-top:24px;padding:22px;border:1px solid var(--line);border-radius:16px;background:#f7f2ea}.subscribe-card h2{margin-top:0}.subscribe-form{display:grid;gap:12px;margin-top:18px}.subscribe-label{display:grid;gap:6px;color:#4c4135;font-size:.82rem;font-weight:700}.subscribe-input{width:100%;min-height:48px;padding:11px 13px;border:1px solid #cdbfae;border-radius:10px;background:#fffdf8;color:var(--ink);font:inherit;outline:none}.subscribe-input:focus{border-color:var(--bronze);box-shadow:0 0 0 3px rgba(139,112,75,.12)}.subscribe-consent{display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-size:.82rem;line-height:1.45}.subscribe-consent input{margin-top:4px}.subscribe-button{justify-self:start;min-height:44px;padding:10px 16px;border:0;border-radius:10px;background:var(--bronze);color:#fff;font:700 .9rem Georgia,'Times New Roman',serif;cursor:pointer}.subscribe-button:hover{filter:brightness(.93)}.subscribe-button:disabled{cursor:wait;opacity:.65}.subscribe-status{min-height:1.5em;margin:0!important;font-size:.88rem!important}.subscribe-status[data-state=success]{color:#48623f}.subscribe-status[data-state=error]{color:#9a3b32}.subscribe-privacy{margin:4px 0 0!important;color:var(--muted);font-size:.78rem!important}.subscribe-privacy a{color:#6c5232}.subscribe-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.subscribe-success{padding:15px 17px;border:1px solid #c9d7c2;border-radius:12px;background:#f2f7ef;color:#3f5938}.subscribe-card>a{display:inline-flex;margin-top:10px;padding:10px 15px;border-radius:10px;background:var(--bronze);color:#fff;text-decoration:none;font-weight:700}@media(max-width:720px){.launch-header{align-items:flex-start;flex-direction:column}.launch-nav{width:100%;overflow-x:auto}.launch-brand img{width:42px;height:42px}.article-next{grid-template-columns:1fr}.article-next a:last-child{text-align:left}.launch-main{width:min(100% - 22px,980px)}.subscribe-button{width:100%;justify-self:stretch}}