:root{--navy-950:#0b0f19;--navy-900:#111624;--navy-800:#1a2132;--cream:#f7f0e3;--cream-2:#eee2ce;--gold:#d8b66a;--gold-light:#f0d99b;--red:#a92d2b;--red-dark:#9d2d2c;--red-bright:#ff746e;--ink:#1f1e1b;--muted:#6f6a61;--white:#fffdf8;--shadow:0 24px 70px #0a0e1729;--radius:22px;--serif:Georgia, "Times New Roman", serif;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{background:var(--cream);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6;overflow-x:clip}body::selection{background:var(--gold);color:var(--navy-950)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.skip-link{z-index:9999;background:var(--cream);color:var(--navy-950);border-radius:8px;padding:.7rem 1rem;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}.shell{width:min(1180px,100% - 40px);margin-inline:auto}.demo-bar{background:var(--red);color:#fff;letter-spacing:.04em;text-align:center;justify-content:center;align-items:center;gap:8px;min-height:32px;padding:6px 20px;font-size:.75rem;font-weight:700;display:flex}.demo-bar>span:last-child{overflow-wrap:anywhere;min-width:0}.demo-dot{background:#fff;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #fff3}.site-header{z-index:100;backdrop-filter:blur(14px);background:#0b0f19eb;border-bottom:1px solid #d8b66a2e;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;min-height:82px;display:flex}.brand{flex:0 270px}.brand img{width:250px}.desktop-nav{color:var(--cream-2);align-items:center;gap:28px;font-size:.92rem;font-weight:650;display:flex}.desktop-nav a{padding-block:12px;position:relative}.desktop-nav a:after{content:"";background:var(--red);height:2px;transition:right .2s;position:absolute;bottom:7px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.header-actions{align-items:center;gap:13px;display:flex}.language-link{color:var(--gold-light);letter-spacing:.05em;font-size:.82rem;font-weight:800}.cart-pill{background:var(--gold);color:var(--navy-950);border-radius:999px;align-items:center;gap:9px;padding:11px 14px;font-size:.8rem;font-weight:850;transition:transform .2s,background .2s;display:inline-flex}.cart-pill:hover{background:var(--gold-light);transform:translateY(-2px)}.cart-pill svg{fill:none;stroke:currentColor;stroke-width:2px;width:19px;height:19px}.cart-count{background:var(--navy-950);color:#fff;border-radius:999px;place-items:center;min-width:21px;height:21px;padding-inline:5px;font-size:.7rem;display:grid}.mobile-nav{display:none;position:relative}.mobile-nav summary{border:1px solid #ffffff40;border-radius:50%;place-content:center;gap:6px;width:42px;height:42px;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{background:#fff;width:18px;height:2px;display:block}.mobile-nav nav{background:var(--navy-900);width:min(280px,100vw - 32px);box-shadow:var(--shadow);border:1px solid #d8b66a40;border-radius:16px;padding:12px;position:absolute;top:52px;right:0}.mobile-nav nav a{color:var(--cream);border-radius:10px;padding:12px 14px;display:block}.mobile-nav nav a:hover{background:#ffffff12}h1,h2,h3{font-family:var(--serif);margin:0;font-weight:500;line-height:1.04}p{margin-block:0 1rem}.eyebrow{color:var(--red);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:16px;font-size:.77rem;font-weight:850;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:34px;height:2px}.section-title{letter-spacing:-.04em;max-width:760px;font-size:clamp(2.3rem,5vw,4.6rem)}.section-lead{max-width:680px;color:var(--muted);margin-top:22px;font-size:1.08rem}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 22px;font-size:.88rem;font-weight:850;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 30px #c83e3b40}.btn-primary:hover{background:var(--red-dark)}.btn-gold{background:var(--gold);color:var(--navy-950)}.btn-ghost{color:var(--cream);background:#ffffff0a;border-color:#f7f0e361}.btn-dark{background:var(--navy-900);color:#fff}.text-link{color:var(--red);align-items:center;gap:7px;font-weight:800;display:inline-flex}.text-link:after{content:"→";transition:transform .2s}.text-link:hover:after{transform:translate(4px)}.page-hero{background:var(--navy-950);color:var(--cream);padding:92px 0 80px;position:relative;overflow:hidden}.page-hero:after{content:"";aspect-ratio:2;border:1px solid #d8b66a40;border-radius:50%;position:absolute;inset:auto -8% -65% 35%}.page-hero h1{letter-spacing:-.055em;max-width:840px;font-size:clamp(3rem,7vw,6.6rem)}.page-hero p{color:#f7f0e3b8;max-width:640px;margin-top:20px;font-size:1.08rem}.crumbs{color:var(--gold-light);text-transform:uppercase;letter-spacing:.12em;margin-bottom:24px;font-size:.8rem}.site-footer{background:var(--navy-950);color:var(--cream-2);padding:76px 0 24px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:52px;display:grid}.footer-brand img{width:290px;margin-bottom:18px}.footer-brand p{color:#f7f0e39e;max-width:360px}.site-footer h2{color:var(--gold);font-family:var(--sans);text-transform:uppercase;letter-spacing:.13em;margin-bottom:18px;font-size:.76rem;font-weight:850}.site-footer address{color:#f7f0e3b8;margin-bottom:10px;font-style:normal}.site-footer a{width:fit-content;margin-bottom:8px;display:block}.site-footer a:hover{color:var(--gold)}.site-footer p{color:#f7f0e3ad}.footer-bottom{color:#f7f0e3ad;border-top:1px solid #ffffff1a;justify-content:space-between;gap:30px;margin-top:58px;padding-top:22px;display:flex}.footer-bottom small:last-child{text-align:right;max-width:650px}@media (width<=960px){.desktop-nav,.language-link,.cart-label{display:none}.mobile-nav{display:block}.brand img{width:215px}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.shell{width:min(100% - 28px,1180px)}.demo-bar{font-size:.68rem}.header-inner{min-height:70px}.brand{flex-basis:180px}.brand img{width:180px}.cart-pill{display:none}.page-hero{padding:64px 0 56px}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column}.footer-bottom small:last-child{text-align:left}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
