:root{--black:#050505;--black2:#0b0b0c;--black3:#111113;--paper:#f4f1ea;--white:#f7f7f4;--ink:#121212;--muted:#9a9a9f;--yellow:#ffb800;--yellow2:#ffca31;--line:#262628;--max:1240px;--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button,input{font:inherit}.shell{width:min(var(--max),calc(100% - 44px));margin-inline:auto}.eyebrow{margin:0 0 13px;color:var(--yellow);font-size:.72rem;letter-spacing:.17em;font-weight:900}.site-header{height:72px;position:sticky;top:0;z-index:50;background:rgba(5,5,5,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07)}.header-inner{height:100%;display:flex;align-items:center}.brand{display:flex;align-items:center;gap:12px}.brand img{width:112px;height:auto}.brand span{font-size:.63rem;letter-spacing:.26em;color:var(--yellow);white-space:nowrap}.nav{margin-left:auto;display:flex;align-items:center;gap:26px;font-size:.84rem;font-weight:720}.nav a{color:#cfcfd1}.nav a:hover{color:#fff}.nav-cta{border:1px solid rgba(255,184,0,.7);padding:9px 15px;border-radius:999px;color:var(--yellow)!important}.menu-toggle{display:none;margin-left:auto;border:0;background:none;color:#fff;font-size:1.35rem}
.hero{background:radial-gradient(circle at 72% 28%,#15120b 0,#0b0b0c 30%,#050505 64%);padding:62px 0 58px}.hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:54px;align-items:center}.hero-copy{padding:12px 0}.hero h1{font-size:clamp(3.7rem,6.15vw,6.35rem);letter-spacing:-.066em;line-height:.92;margin:0}.hero h1 span{color:var(--yellow)}.hero-lead{max-width:570px;color:#c8c8cb;font-size:1.04rem;margin:24px 0 27px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:12px 18px;font-weight:850;border:1px solid transparent;cursor:pointer}.primary{background:var(--yellow);color:#080808}.secondary{border-color:#373739;color:#fff;background:#0c0c0d}.hero-trust{display:grid;grid-template-columns:repeat(3,max-content);gap:0;margin-top:30px}.hero-trust div{padding:0 20px;border-left:1px solid #2e2e30}.hero-trust div:first-child{padding-left:0;border-left:0}.hero-trust strong{display:block;color:#fff;font-size:.86rem}.hero-trust span{color:#77777d;font-size:.72rem}.hero-visual{position:relative;border-radius:28px;overflow:hidden;background:#e8e5dc;box-shadow:0 32px 95px rgba(0,0,0,.43);aspect-ratio:1.48/1}.hero-visual picture,.hero-visual picture img{width:100%;height:100%}.hero-visual img{object-fit:cover;object-position:center}.hero-visual::after{content:'';position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);border-radius:inherit;pointer-events:none}.hero-visual-top{position:absolute;top:16px;right:16px;background:rgba(5,5,5,.76);backdrop-filter:blur(9px);color:#eee;padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:.68rem}.hero-visual-top .dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--yellow);margin-right:6px}.hero-mascot{position:absolute;left:16px;bottom:16px;display:flex;align-items:center;gap:8px;background:rgba(4,4,4,.84);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:8px 12px 8px 7px;backdrop-filter:blur(10px)}.hero-mascot img{width:54px;height:64px;object-fit:cover;border-radius:9px}.hero-mascot b{display:block;font-size:.86rem}.hero-mascot small{display:block;color:var(--yellow);font-size:.57rem;letter-spacing:.15em;margin-top:1px}
.promise-bar{background:#090909;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr)}.promise-grid article{display:flex;gap:13px;align-items:center;padding:18px 20px;border-right:1px solid var(--line)}.promise-grid article:first-child{padding-left:0}.promise-grid article:last-child{border-right:0;padding-right:0}.promise-grid img{width:31px;height:31px;object-fit:contain}.promise-grid strong{display:block;color:var(--yellow);font-size:.72rem;letter-spacing:.035em}.promise-grid small{display:block;color:#8c8c90;font-size:.72rem;margin-top:2px}
.discover{background:var(--paper);color:var(--ink);padding:76px 0 82px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:28px}.section-heading h2{font-size:clamp(2.35rem,3.8vw,4.2rem);line-height:.98;letter-spacing:-.055em;margin:0}.section-heading>p{max-width:470px;margin:0;color:#686865;font-size:.91rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.product-card{background:#fff;border:1px solid #ddd9cf;border-radius:18px;overflow:hidden;box-shadow:0 14px 38px rgba(0,0,0,.055);display:flex;flex-direction:column}.product-media{position:relative;aspect-ratio:1.53/1;overflow:hidden;background:#ddd}.product-media picture,.product-media img{width:100%;height:100%}.product-media img{object-fit:cover;transition:transform .45s ease}.product-card:hover .product-media img{transform:scale(1.025)}.media-code{position:absolute;left:12px;top:12px;padding:7px 9px;border-radius:8px;background:#0b0b0b;color:var(--yellow);font-size:.64rem;font-weight:900;letter-spacing:.06em}.product-content{padding:17px 18px 19px;display:flex;flex-direction:column;flex:1}.product-meta{display:flex;justify-content:space-between;gap:8px;color:#8b6a00;font-size:.63rem;letter-spacing:.08em;font-weight:900}.product-meta span:last-child{color:#96938a;font-weight:750}.product-content h3{font-size:1.28rem;letter-spacing:-.025em;line-height:1.08;margin:9px 0 8px}.product-content p{font-size:.86rem;color:#6b6963;margin:0 0 16px}.card-actions{margin-top:auto;display:flex;gap:7px}.vote-btn{border:1px solid #d7d4cb;background:#f3f1eb;color:#171717;border-radius:9px;padding:9px 11px;font-weight:800;cursor:pointer}.vote-btn.yes{background:#111;color:#fff;border-color:#111}.vote-btn b{font-size:.72rem;margin-left:5px;color:var(--yellow)}
.campaign{background:linear-gradient(140deg,#050505 0,#090909 58%,#130c05 100%);padding:78px 0}.campaign-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:58px;align-items:center}.campaign-copy h2{font-size:clamp(3rem,5vw,5rem);letter-spacing:-.06em;line-height:.94;margin:0}.campaign-copy h2 span{color:var(--yellow)}.campaign-copy>p:not(.eyebrow){color:#bdbdc1;max-width:590px;font-size:.97rem}.campaign-copy blockquote{margin:26px 0 23px;padding:0 0 0 16px;border-left:3px solid var(--yellow);font-size:1.15rem;font-weight:780;line-height:1.35;max-width:610px}.campaign-notes{display:flex;gap:9px;flex-wrap:wrap}.campaign-notes span{border:1px solid #2e2e31;border-radius:999px;padding:7px 10px;color:#9d9da1;font-size:.7rem}.transition-panel{background:#0c0c0d;border:1px solid #2a2a2d;border-radius:24px;padding:25px;box-shadow:0 26px 70px rgba(0,0,0,.3)}.transition-title{text-align:center;color:var(--yellow);font-weight:900;letter-spacing:.15em;font-size:.72rem;margin:0 0 13px}.hat-flow{display:grid;grid-template-columns:1fr 36px 1fr;align-items:center;gap:8px}.hat-flow figure{margin:0;text-align:center}.hat-flow img{width:100%;height:190px;object-fit:contain}.hat-flow figcaption{font-size:.72rem;font-weight:900;letter-spacing:.13em;color:#fff}.hat-flow figcaption small{display:block;letter-spacing:0;color:#7f7f84;font-weight:500;margin-top:2px}.flow-arrow{font-size:2.5rem;color:var(--yellow);text-align:center}.panel-line{height:1px;background:#242426;margin:22px 0 16px}.panel-brand{display:flex;align-items:center;justify-content:center;gap:10px}.panel-brand img{width:56px;height:65px;object-fit:cover;border-radius:8px}.panel-brand strong{display:block;font-size:1.1rem}.panel-brand span{display:block;color:var(--yellow);letter-spacing:.16em;font-size:.63rem}
.how{background:#0a0a0b;padding:76px 0 82px}.dark-heading h2{color:#fff}.dark-heading>p{color:#89898e}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.steps article{position:relative;border:1px solid #28282b;background:#101011;border-radius:16px;padding:20px}.step-no{position:absolute;right:14px;top:12px;font-size:1rem;font-weight:900;color:#46464a}.steps img{width:36px;height:36px;object-fit:contain;margin-bottom:17px}.steps h3{font-size:1.06rem;margin:0 0 7px}.steps p{font-size:.82rem;color:#8c8c91;margin:0}.signup{background:#050505;padding:68px 0 82px}.signup-card{background:var(--yellow);color:#0b0b0b;border-radius:26px;padding:36px 40px;display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.signup-card .eyebrow{color:#6d4f00}.signup-copy h2{font-size:clamp(2.6rem,4.5vw,4.8rem);letter-spacing:-.06em;line-height:.93;margin:0}.signup-copy p:not(.eyebrow){font-size:.9rem;color:#584000}.subscribe-form label{font-size:.8rem;font-weight:850;display:block;margin-bottom:7px}.input-row{display:grid;grid-template-columns:1fr auto;gap:8px}.input-row input{min-height:50px;border:0;border-radius:10px;background:#fff;padding:0 14px;outline:none;color:#111}.input-row input:focus{box-shadow:0 0 0 3px rgba(0,0,0,.16)}.dark-button{background:#0b0b0b;color:#fff}.form-status{font-size:.78rem;min-height:1.2em;margin:8px 0 0;color:#5a4300}.footer{background:#050505;border-top:1px solid var(--line);padding:30px 0 17px}.footer-main{display:grid;grid-template-columns:auto 1fr auto;gap:34px;align-items:center}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:104px}.footer-brand span{color:var(--yellow);font-size:.57rem;letter-spacing:.2em}.footer-main>p{font-size:.8rem;color:#7d7d82;margin:0}.footer-links{display:flex;gap:16px;color:#aaa;font-size:.77rem}.copyright{border-top:1px solid #1f1f21;margin-top:23px;padding-top:14px;color:#59595e;font-size:.7rem}
@media(min-width:1650px){:root{--max:1360px}.hero{padding:70px 0 66px}.hero h1{font-size:6.6rem}.product-content{padding:20px}.product-content h3{font-size:1.38rem}}
@media(max-width:1060px){.hero-grid,.campaign-grid,.signup-card{grid-template-columns:1fr}.hero-copy{max-width:760px}.hero-visual{max-width:820px}.promise-grid{grid-template-columns:1fr 1fr}.promise-grid article:nth-child(2){border-right:0}.product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1.1fr .9fr}.product-card:last-child .product-media{aspect-ratio:auto;min-height:300px}.steps{grid-template-columns:1fr 1fr}.footer-main{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}
@media(max-width:720px){.shell{width:min(var(--max),calc(100% - 24px))}.site-header{height:64px}.brand img{width:92px}.brand span{display:none}.menu-toggle{display:block}.nav{display:none;position:absolute;top:64px;left:0;right:0;background:#080808;border-bottom:1px solid #252527;padding:15px 18px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{padding:7px 0}.nav-cta{text-align:center}.hero{padding:32px 0 40px}.hero-grid{gap:27px}.hero h1{font-size:clamp(3.2rem,14.5vw,4.6rem)}.hero-lead{font-size:.94rem;margin:18px 0 21px}.hero-trust{grid-template-columns:repeat(3,1fr)}.hero-trust div{padding:0 8px}.hero-trust span{font-size:.62rem}.hero-visual{border-radius:18px;aspect-ratio:1.18/1}.hero-visual-top{top:10px;right:10px;font-size:.58rem}.hero-mascot{left:9px;bottom:9px}.hero-mascot img{width:45px;height:53px}.promise-grid{grid-template-columns:1fr}.promise-grid article,.promise-grid article:first-child,.promise-grid article:last-child{padding:14px 0;border-right:0;border-bottom:1px solid #222}.promise-grid article:last-child{border-bottom:0}.discover,.campaign,.how{padding:52px 0}.section-heading{display:block}.section-heading>p{margin-top:10px}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto;display:flex}.product-card:last-child .product-media{aspect-ratio:1.53/1;min-height:0}.campaign-grid{gap:28px}.campaign-copy h2{font-size:3.25rem}.transition-panel{padding:18px}.hat-flow img{height:132px}.steps{grid-template-columns:1fr}.signup{padding:50px 0 62px}.signup-card{padding:25px 20px;gap:27px}.input-row{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:8px}}
