.newsletter-page{--newsletter-cream:var(--merkima-cream,#fff8ef);--newsletter-muted:var(--merkima-muted,rgba(255,248,239,.76));--newsletter-gold:var(--merkima-gold,#e4c889);min-height:100vh;color:var(--newsletter-cream);background:transparent;isolation:isolate}.newsletter-page:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,hsla(45,37%,94%,.22),hsla(45,37%,94%,.06) 46%,rgba(24,9,7,.08)),radial-gradient(circle at 50% 14%,hsla(0,0%,100%,.2),transparent 38%)}.newsletter-hero{display:grid;align-items:center;min-height:100vh;padding-top:clamp(9.2rem,15vh,11rem);padding-bottom:clamp(4.5rem,9vw,7rem)}.newsletter-panel{display:grid;grid-gap:1rem;gap:1rem;box-sizing:border-box;width:min(820px,100%);max-width:100%;min-width:0;padding:clamp(1.35rem,3vw,2.45rem);border-radius:8px;background:radial-gradient(circle at 16% 0,hsla(42,63%,72%,.14),transparent 34%),radial-gradient(circle at 86% 12%,rgba(100,30,22,.22),transparent 38%),linear-gradient(135deg,rgba(54,17,12,.82),rgba(13,10,8,.78) 52%,rgba(43,14,10,.74)),rgba(24,9,7,.62);border:1px solid hsla(42,63%,72%,.18);box-shadow:0 26px 72px rgba(28,8,5,.38);backdrop-filter:blur(14px) saturate(1.04);-webkit-backdrop-filter:blur(14px) saturate(1.04)}.newsletter-kicker{margin:0;color:var(--newsletter-gold);font-size:.78rem;font-weight:850;letter-spacing:.18em;line-height:1.3;text-transform:uppercase}.newsletter-panel h1{max-width:12ch;min-width:0;margin:0;color:#fff;font-family:var(--font-heading);font-size:clamp(3.1rem,7vw,6.2rem);line-height:.94;letter-spacing:0;text-wrap:balance;text-shadow:0 16px 42px rgba(0,0,0,.46)}.newsletter-lead{max-width:680px;min-width:0;margin:0;color:rgba(255,248,239,.9);font-size:clamp(1.05rem,1.55vw,1.2rem);line-height:1.72}.newsletter-form{display:grid;grid-gap:.9rem;gap:.9rem;box-sizing:border-box;width:min(560px,100%);max-width:100%;min-width:0;margin-top:.45rem}.newsletter-form label{color:rgba(255,248,239,.88);font-size:.9rem;font-weight:760}.newsletter-form input:not([type=checkbox]),.newsletter-form select{box-sizing:border-box;width:100%;min-width:0;padding:.82rem 1rem;border:1px solid hsla(0,0%,100%,.18);border-radius:8px;outline:none;background:rgba(0,0,0,.34);color:#fff8ef;color-scheme:dark;font:inherit}.newsletter-form input:focus,.newsletter-form select:focus{border-color:hsla(42,63%,72%,.72);box-shadow:0 0 0 3px hsla(42,63%,72%,.12)}.newsletter-consent,.newsletter-form-alert,.newsletter-notice{border-radius:8px}.newsletter-consent{display:flex;gap:.7rem;align-items:flex-start;min-width:0;color:rgba(255,248,239,.82);line-height:1.45}.newsletter-consent span{min-width:0}.newsletter-form-alert,.newsletter-notice{display:flex;gap:.6rem;align-items:center;padding:.85rem 1rem;border:1px solid rgba(74,222,128,.35);background:rgba(20,83,45,.32);color:#bbf7d0}.newsletter-form-alert.is-error,.newsletter-notice.is-error{border-color:hsla(0,91%,71%,.35);background:rgba(127,29,29,.26);color:#fecaca}.newsletter-submit-button{gap:.5rem;min-height:3rem;margin-top:.35rem}.newsletter-submit-button .animate-spin{animation:newsletter-spin 1s linear infinite}@keyframes newsletter-spin{to{transform:rotate(1turn)}}@media (max-width:700px){.newsletter-hero{padding:8.6rem .75rem 3.2rem}.newsletter-panel{padding:1rem}}