:root{color-scheme:light;--ink:#111827;--ink-soft:#4b5563;--paper:#fff;--paper-bright:#fffdf7;--royale:#fbd944;--royale-deep:#b89720;--accent:#0f9f72;--surface-muted:#e9e4d7;--surface-strong:#dcd5c4;--dark-section:#111827;--dark-text:#fff;--nav-background:rgba(255,253,247,0.88);--secondary-button:#111827;--secondary-button-text:#fff;--line:rgba(17,24,39,0.14);--shadow:0 24px 70px rgba(35,31,12,0.13);--shadow-soft:0 10px 28px rgba(35,31,12,0.11);--shadow-hover:0 16px 36px rgba(35,31,12,0.15);--content:min(1180px,calc(100vw - 40px))}html{scroll-behavior:smooth;background:var(--paper)}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;background:radial-gradient(circle at 8% 3%,rgba(226,200,84,.24),transparent 28rem),var(--paper);color:var(--ink);font-family:Satoshi,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}*,:after,:before{box-sizing:border-box}*{margin:0}img,svg{display:block;max-width:100%;border-radius:10%}a,button{font:inherit}a{color:inherit}button{border:0}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}::selection{background:var(--ink);color:var(--royale)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--paper)}::-webkit-scrollbar-thumb{background:var(--ink);border:3px solid var(--paper);border-radius:999px}.shell{width:var(--content);margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;grid-gap:.65rem;gap:.65rem;color:var(--ink-soft);font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{width:1.75rem;height:2px;background:currentColor;content:""}.button-primary,.button-secondary{display:inline-flex;min-height:3.5rem;align-items:center;justify-content:center;grid-gap:.7rem;gap:.7rem;padding:.9rem 1.35rem;background:var(--secondary-button);color:var(--secondary-button-text);border:0;border-radius:.75rem;box-shadow:var(--shadow-soft);text-decoration:none;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.button-primary:hover,.button-secondary:hover{background:var(--royale);color:#111827;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.button-primary:active,.button-secondary:active{transform:translateY(0) scale(.98)}.hero-actions img{width:1.5rem;height:1.5rem}.button-primary img,.button-secondary img{filter:brightness(0) invert(1);transition:filter .18s ease}.button-primary:hover img,.button-secondary:hover img{filter:brightness(0)}.hero-note{margin-top:1.2rem;color:var(--ink-soft);font-size:.78rem;font-weight:700}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:640px){:root{--content:min(100% - 28px,1180px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}