:root{--ink:#11110f;--paper:#f3f0e7;--yellow:#f4c430;--red:#dc4e36;--muted:#6c6a62;--line:#cbc7bb;--white:#fffdf7;--blue:#2155a3}
    *{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5;overflow-x:hidden}body.lock{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select{font:inherit}img{display:block;max-width:100%}:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.container{width:min(1240px,calc(100% - 48px));margin:auto}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 14px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:24px;height:3px;background:var(--red)}h1,h2,h3,p{margin-top:0}h1,h2,.serif{font-family:Georgia,'Times New Roman',serif}h2{font-size:clamp(36px,5vw,66px);line-height:.97;letter-spacing:-.045em;margin-bottom:20px}.section-copy{max-width:690px;color:var(--muted);font-size:17px;line-height:1.75}
    .top-note{background:var(--yellow);border-bottom:1px solid var(--ink);font-size:12px;font-weight:800;letter-spacing:.06em;text-align:center;padding:7px 16px}.nav{position:sticky;top:0;z-index:50;height:74px;background:rgba(17,17,15,.98);color:white;border-bottom:1px solid #35352f}.nav-inner{height:100%;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:9px;min-width:max-content}.brand-logo{width:132px;height:auto;max-width:none}.brand-vip{padding-left:10px;border-left:1px solid #4b4a43;color:#ff7a18;font:italic 900 19px/1 Georgia,'Times New Roman',serif;letter-spacing:.02em}.nav-links{display:flex;align-items:center;gap:25px;margin-left:auto;font-size:13px;font-weight:700}.nav-links a{opacity:.82}.nav-links a:hover{opacity:1;color:var(--yellow)}.language{position:relative}.language select{appearance:none;background:#262621;color:#fff;border:1px solid #4b4a43;border-radius:999px;padding:9px 31px 9px 13px;font-size:12px;font-weight:800}.language:after{content:"▾";position:absolute;right:12px;top:8px;color:var(--yellow);pointer-events:none}.menu-btn{display:none;margin-left:auto;border:1px solid #4b4a43;background:#262621;color:white;width:42px;height:42px;border-radius:12px;font-size:20px}.drawer{display:none}
    .hero{position:relative;min-height:calc(100vh - 103px);display:grid;place-items:center;background:var(--ink);color:white;overflow:hidden;border-bottom:1px solid var(--ink)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#282822 1px,transparent 1px),linear-gradient(90deg,#282822 1px,transparent 1px);background-size:58px 58px;opacity:.62}.hero:after{content:"SUGARGOO";position:absolute;left:50%;top:48%;transform:translate(-50%,-50%) rotate(-7deg);font-family:Arial Black,Arial,sans-serif;font-size:clamp(110px,20vw,310px);font-weight:900;letter-spacing:-.1em;color:#171714;-webkit-text-stroke:1px #2e2e28;white-space:nowrap}.hero-corner{position:absolute;z-index:2;width:164px;height:164px;border-radius:50%;background:var(--yellow);right:-48px;top:62px;border:1px solid var(--ink);display:grid;place-items:center;color:var(--ink);font-weight:900;transform:rotate(13deg);text-align:center;line-height:1.05;font-size:15px}.hero-stamp{position:absolute;z-index:2;left:4%;bottom:8%;padding:13px 16px;border:1px solid #5f5e53;background:#171714;color:#d2d0c7;transform:rotate(-3deg);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-content{position:relative;z-index:3;width:min(960px,calc(100% - 40px));text-align:center;padding:80px 0}.hero .eyebrow{color:var(--yellow);justify-content:center}.hero .eyebrow:before{background:var(--yellow)}.hero h1{font-size:clamp(58px,9.4vw,136px);line-height:.82;letter-spacing:-.075em;margin:0 auto 25px;max-width:1000px}.hero h1 em{display:block;color:var(--yellow);font-weight:400}.hero-lede{max-width:680px;margin:0 auto 30px;color:#c8c6bc;font-size:clamp(16px,2vw,20px);line-height:1.7}.search-box{display:flex;gap:10px;background:var(--white);border:1px solid #66645b;border-radius:18px;padding:9px;margin:0 auto 20px;max-width:820px;box-shadow:10px 10px 0 var(--yellow)}.search-box input{flex:1;min-width:0;border:0;background:transparent;color:var(--ink);padding:10px 14px;font-size:16px}.search-box button,.btn{border:1px solid var(--ink);border-radius:12px;background:var(--yellow);color:var(--ink);font-weight:900;padding:14px 20px;cursor:pointer;transition:.2s}.search-box button:hover,.btn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--red)}.hero-actions{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;font-size:13px;font-weight:800}.hero-actions a{border-bottom:1px solid #77756b;padding:4px 2px}.hero-actions a:hover{color:var(--yellow);border-color:var(--yellow)}
    .proofbar{background:var(--white);border-bottom:1px solid var(--ink)}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}.proof-item{padding:24px 28px;border-right:1px solid var(--ink);display:flex;gap:14px;align-items:center}.proof-item:first-child{border-left:1px solid var(--ink)}.proof-num{font:italic 700 30px Georgia;color:var(--red)}.proof-item strong{display:block;font-size:14px}.proof-item small{display:block;color:var(--muted);margin-top:3px}
    section{padding:105px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px}.section-head h2{max-width:760px;margin-bottom:0}.section-index{font:italic 700 56px Georgia;color:var(--red)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.category-card{min-height:190px;padding:24px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--white);display:flex;flex-direction:column;justify-content:space-between;transition:.22s}.category-card:hover{background:var(--yellow);transform:translateY(-5px);box-shadow:0 7px 0 var(--ink);z-index:2}.cat-icon{font-size:36px;line-height:1;filter:grayscale(1)}.category-card h3{font-size:17px;margin:20px 0 5px}.category-card p{font-size:12px;color:var(--muted);margin:0}.cat-arrow{align-self:flex-end;font-size:24px}
    .products{background:var(--ink);color:white}.products .section-copy{color:#aaa89e}.products .section-index{color:var(--yellow)}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.product-card{background:#1b1b17;border:1px solid #3a3a33;border-radius:18px;overflow:hidden;transition:.22s;min-width:0}.product-card:hover{transform:translateY(-6px);border-color:var(--yellow)}.product-image{position:relative;aspect-ratio:4/4.5;background:#ebe8df;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover img{transform:scale(1.04)}.product-no{position:absolute;top:10px;left:10px;background:var(--yellow);color:var(--ink);border:1px solid var(--ink);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.product-info{padding:17px}.product-tag{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--yellow);font-weight:900}.product-info h3{font-size:14px;line-height:1.35;margin:8px 0 18px;min-height:57px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.price{font:italic 700 22px Georgia}.view{font-size:11px;font-weight:800;color:#c8c6bc}.product-note{margin-top:22px;color:#96948b;font-size:12px;text-align:center}
    .workbench{background:var(--yellow);border-block:1px solid var(--ink)}.tool-grid{display:grid;grid-template-columns:1.15fr .85fr;border:1px solid var(--ink);background:var(--white);box-shadow:12px 12px 0 var(--ink)}.qc-panel,.calc-panel{padding:42px}.qc-panel{border-right:1px solid var(--ink)}.tool-kicker{font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:var(--red)}.tool-grid h3{font:700 34px/1 Georgia;margin:10px 0 13px}.tool-grid p{color:var(--muted);font-size:14px;line-height:1.7}.qc-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:24px 0}.qc-tabs button{border:1px solid var(--ink);background:transparent;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;cursor:pointer}.qc-tabs button.active{background:var(--ink);color:white}.checklist{list-style:none;padding:0;margin:0;display:grid;gap:11px}.checklist li{display:flex;gap:11px;align-items:flex-start;padding-bottom:11px;border-bottom:1px solid var(--line);font-size:13px}.checklist li:before{content:"✓";display:grid;place-items:center;min-width:21px;height:21px;border-radius:50%;background:var(--yellow);border:1px solid var(--ink);font-size:11px;font-weight:900}.calc-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.field{display:grid;gap:6px}.field label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.field input,.field select{width:100%;border:1px solid var(--ink);background:#f9f7ef;border-radius:10px;padding:11px}.field.full{grid-column:1/-1}.calc-result{margin-top:17px;padding:18px;background:var(--ink);color:white;border-radius:14px;display:flex;justify-content:space-between;align-items:center;gap:15px}.calc-result small{display:block;color:#aaa89e}.calc-result strong{font:italic 700 32px Georgia;color:var(--yellow);white-space:nowrap}.calc-note{font-size:11px!important;margin:13px 0 0!important}
    .path-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.path-card{position:relative;padding:30px 26px 34px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--white);min-height:270px}.path-card:nth-child(even){background:#e7e2d5}.step-no{font:italic 700 42px Georgia;color:var(--red)}.path-card h3{font-size:18px;margin:38px 0 10px}.path-card p{font-size:13px;line-height:1.75;color:var(--muted);margin:0}.path-card:after{content:"→";position:absolute;right:18px;top:21px;font-size:23px}
    .guides{background:var(--white);border-block:1px solid var(--ink)}.guide-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px}.guide-card{border:1px solid var(--ink);border-radius:22px;padding:28px;background:var(--paper);min-height:360px;display:flex;flex-direction:column;cursor:pointer;transition:.22s;text-align:left;color:var(--ink)}.guide-card:first-child{background:var(--yellow)}.guide-card:hover{transform:translateY(-6px);box-shadow:8px 8px 0 var(--ink)}.guide-meta{display:flex;justify-content:space-between;gap:12px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.guide-card h3{font:700 clamp(25px,3vw,42px)/1.03 Georgia;margin:65px 0 18px;letter-spacing:-.03em}.guide-card p{font-size:13px;line-height:1.7;color:#514f49}.guide-open{margin-top:auto;padding-top:22px;font-size:12px;font-weight:900}.guide-actions{text-align:center;margin-top:30px}.btn-dark{background:var(--ink);color:white}
    .faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.faq-intro{position:sticky;top:110px}.faq-list{border-top:1px solid var(--ink)}.faq-item{border-bottom:1px solid var(--ink)}.faq-question{width:100%;border:0;background:transparent;padding:23px 0;display:grid;grid-template-columns:42px 1fr 28px;text-align:left;gap:13px;align-items:center;cursor:pointer;color:var(--ink);font-weight:800}.faq-number{font:italic 700 18px Georgia;color:var(--red)}.faq-toggle{font-size:22px;transition:.2s}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s}.faq-answer>div{overflow:hidden}.faq-answer p{margin:0 44px 24px 55px;color:var(--muted);font-size:14px;line-height:1.8}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-toggle{transform:rotate(45deg)}
    .cta{padding:0;background:var(--ink);color:white}.cta-inner{min-height:360px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;position:relative;overflow:hidden}.cta-inner:after{content:"VIP";position:absolute;right:0;bottom:-80px;color:#1b1b17;font:900 280px/1 Arial;letter-spacing:-.11em}.cta-copy{position:relative;z-index:2;padding:80px 0}.cta h2{max-width:750px;margin:0;color:var(--yellow)}.cta p{color:#aaa89e;max-width:590px;margin:20px 0 0}.cta-actions{position:relative;z-index:3;display:grid;gap:12px;min-width:210px}.cta-actions .btn{text-align:center}.cta-actions .secondary{background:transparent;border-color:#66645b;color:white}
    footer{background:#090908;color:#a7a59c;padding:50px 0 28px;border-top:1px solid #34342e}.footer-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(190px,.7fr);gap:80px;align-items:start}footer .brand{color:white;margin-bottom:18px}footer .brand-logo{width:176px}footer .brand-vip{font-size:22px;padding-left:12px}footer p{font-size:12px;line-height:1.8;max-width:680px}footer h3{color:white;font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px}footer nav{display:grid;gap:9px;font-size:12px}footer a:hover{color:var(--yellow)}.copyright{border-top:1px solid #292925;margin-top:35px;padding-top:22px;font-size:11px;display:flex;justify-content:space-between;gap:20px}
    .toast{position:fixed;z-index:100;left:50%;bottom:24px;transform:translate(-50%,30px);opacity:0;pointer-events:none;background:var(--ink);color:white;border:1px solid #55534b;border-radius:12px;padding:13px 18px;font-size:13px;transition:.25s}.toast.show{transform:translate(-50%,0);opacity:1}.modal{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.72);display:none;place-items:center;padding:24px}.modal.open{display:grid}.modal-panel{position:relative;width:min(900px,100%);max-height:88vh;overflow:auto;background:var(--paper);border:1px solid var(--ink);border-radius:22px;box-shadow:14px 14px 0 var(--yellow)}.modal-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 24px;background:var(--ink);color:white}.modal-head strong{font-family:Georgia;font-size:20px}.modal-close{width:38px;height:38px;border:1px solid #6f6d64;border-radius:50%;background:transparent;color:white;font-size:22px;cursor:pointer}.article-body{padding:42px clamp(22px,6vw,70px) 60px}.article-body h2{font-size:clamp(38px,6vw,68px)}.article-body h3{font:700 25px Georgia;margin:34px 0 10px}.article-body p,.article-body li{font-size:15px;line-height:1.85;color:#4b4943}.article-body .lead{font-size:18px;color:var(--ink)}.article-body table{width:100%;border-collapse:collapse;margin:24px 0;font-size:13px}.article-body th,.article-body td{border:1px solid var(--ink);padding:12px;text-align:left;vertical-align:top}.article-body th{background:var(--yellow)}.all-guides-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:25px}.all-guides-item{border:1px solid var(--ink);border-radius:14px;padding:18px;background:var(--white)}.all-guides-item small{color:var(--red);font-weight:900;text-transform:uppercase}.all-guides-item h3{font-size:19px;margin:8px 0}
    @media(max-width:980px){.nav-links{display:none}.desktop-language{display:block;margin-left:auto}.menu-btn{display:block;margin-left:0}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.tool-grid{grid-template-columns:1fr}.qc-panel{border-right:0;border-bottom:1px solid var(--ink)}.path-grid{grid-template-columns:repeat(2,1fr)}.guide-grid{grid-template-columns:1fr 1fr}.guide-card:first-child{grid-column:1/-1}.faq-layout{grid-template-columns:1fr;gap:35px}.faq-intro{position:static}.footer-grid{grid-template-columns:minmax(0,1.5fr) minmax(170px,.7fr);gap:45px}.drawer{position:fixed;z-index:49;inset:103px 0 0;background:var(--ink);color:white;padding:30px 24px}.drawer.open{display:block}.drawer nav{display:grid}.drawer a{font:700 32px Georgia;border-bottom:1px solid #393932;padding:15px 0}}
    @media(max-width:680px){.container{width:min(100% - 28px,1240px)}.top-note{font-size:10px}.nav{height:66px}.nav-inner{gap:8px}.brand-logo{width:108px}.brand-vip{padding-left:8px;font-size:15px}.desktop-language select{padding:8px 25px 8px 10px}.desktop-language:after{right:9px;top:7px}.menu-btn{width:40px;height:40px}.hero{min-height:calc(100svh - 95px)}.hero-content{padding:64px 0 82px}.hero h1{font-size:clamp(52px,18vw,88px)}.hero-lede{font-size:15px}.hero-corner{width:112px;height:112px;right:-43px;top:20px;font-size:11px}.hero-stamp{display:none}.search-box{display:grid;padding:8px;box-shadow:7px 7px 0 var(--yellow)}.search-box input{padding:12px 10px}.search-box button{width:100%}.proof-grid{grid-template-columns:1fr}.proof-item,.proof-item:first-child{border-left:1px solid var(--ink);border-right:1px solid var(--ink);border-bottom:1px solid var(--ink)}section{padding:78px 0}.section-head{align-items:start}.section-index{font-size:34px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:165px;padding:18px}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-info{padding:13px}.product-info h3{font-size:12px;min-height:65px}.price{font-size:19px}.view{font-size:9px}.qc-panel,.calc-panel{padding:27px 20px}.tool-grid{box-shadow:7px 7px 0 var(--ink)}.calc-fields{grid-template-columns:1fr}.field.full{grid-column:auto}.path-grid{grid-template-columns:1fr}.path-card{min-height:auto}.guide-grid{grid-template-columns:1fr}.guide-card:first-child{grid-column:auto}.guide-card{min-height:320px}.faq-question{grid-template-columns:32px 1fr 24px}.faq-answer p{margin-left:45px;margin-right:20px}.cta-inner{grid-template-columns:1fr}.cta-actions{padding-bottom:65px}.cta-copy{padding-bottom:0}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.copyright{display:grid}.all-guides-grid{grid-template-columns:1fr}.modal{padding:10px}.modal-panel{max-height:94vh}.article-body{padding:28px 20px 45px}}
    /* 2026 hero refresh — quieter hierarchy, stronger product intent */
    .hero{min-height:720px;display:block;background:#f3f0e7;color:var(--ink);overflow:hidden;border-bottom:1px solid var(--ink);isolation:isolate}
    .hero:before{inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(17,17,15,.16) 1px,transparent 0);background-size:28px 28px;opacity:.32;z-index:-2}
    .hero:after{content:"";display:block;left:auto;right:-12%;top:-28%;width:680px;height:680px;transform:none;border-radius:50%;background:var(--yellow);border:1px solid rgba(17,17,15,.18);-webkit-text-stroke:0;z-index:-1}
    .hero-shell{position:relative;z-index:2;width:min(1240px,calc(100% - 48px));min-height:720px;margin:auto;padding:76px 0 82px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr);gap:72px;align-items:center}
    .hero-copy{min-width:0}.hero-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 24px;padding:8px 12px 8px 9px;border:1px solid var(--ink);border-radius:999px;background:rgba(255,253,247,.82);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;box-shadow:3px 3px 0 var(--ink)}
    .hero-kicker-dot{width:9px;height:9px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(220,78,54,.16)}
    .hero h1{max-width:720px;margin:0 0 24px;font-size:clamp(61px,6.8vw,94px);line-height:.88;letter-spacing:-.072em;color:var(--ink)}
    .hero h1 span,.hero h1 em{position:relative;display:block;width:max-content;max-width:100%;margin-top:9px;color:var(--red);font-style:italic;font-weight:500;letter-spacing:-.062em}
    .hero h1 span:after,.hero h1 em:after{content:"";position:absolute;left:1%;right:-2%;bottom:-8px;height:9px;background:var(--yellow);border:1px solid var(--ink);transform:rotate(-1.2deg);z-index:-1}
    .hero-lede{max-width:640px;margin:0 0 29px;color:#55534c;font-size:17px;line-height:1.72}
    .search-box{max-width:670px;margin:0 0 17px;padding:7px;background:var(--white);border:1px solid var(--ink);border-radius:15px;box-shadow:6px 6px 0 var(--ink)}
    .search-box input{padding:12px 13px;font-size:14px}.search-box button{padding:13px 18px;border-radius:10px;white-space:nowrap}.search-box button:hover{box-shadow:none;transform:none;background:#ffd94c}
    .popular-searches{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 0 29px;color:#77746c;font-size:11px;font-weight:700}.popular-searches>span{text-transform:uppercase;letter-spacing:.08em}.popular-searches a{padding:6px 9px;border:1px solid #bdb8aa;border-radius:999px;background:rgba(255,253,247,.58);transition:.18s}.popular-searches a:hover{border-color:var(--ink);background:var(--white)}
    .hero-actions{justify-content:flex-start;gap:10px}.hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 17px;border:1px solid var(--ink);border-radius:11px;font-size:12px;font-weight:900;transition:.18s}.hero-actions a:hover{color:var(--ink);border-color:var(--ink);transform:translateY(-2px)}.hero-actions .hero-primary{background:var(--ink);color:white}.hero-actions .hero-primary:hover{color:white;box-shadow:4px 4px 0 var(--yellow)}.hero-actions .hero-secondary{background:rgba(255,253,247,.62)}
    .hero-microproof{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:#716f67;font-size:10px;font-weight:800;letter-spacing:.03em}.hero-microproof span{display:flex;align-items:center;gap:6px}.hero-microproof span:before{content:"✓";display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--yellow);border:1px solid var(--ink);color:var(--ink);font-size:9px}
    .discovery-board{position:relative;padding:13px;border:1px solid var(--ink);border-radius:24px;background:var(--ink);box-shadow:14px 14px 0 var(--red);transform:rotate(1.25deg)}
    .discovery-board:before{content:"CURATED";position:absolute;z-index:4;right:-28px;top:74px;padding:9px 13px;background:var(--yellow);border:1px solid var(--ink);color:var(--ink);font-size:10px;font-weight:900;letter-spacing:.12em;transform:rotate(7deg)}
    .board-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 5px 13px;color:white}.board-title{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:900;letter-spacing:.04em}.board-lights{display:flex;gap:5px}.board-lights i{display:block;width:7px;height:7px;border-radius:50%;background:#55554e}.board-lights i:first-child{background:var(--red)}.board-lights i:nth-child(2){background:var(--yellow)}.board-updated{color:#a8a69d;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
    .feature-product{position:relative;min-height:310px;border:1px solid #5a594f;border-radius:16px;overflow:hidden;background:#dedbd1}.feature-product img{width:100%;height:310px;object-fit:cover;object-position:center 38%}.feature-product:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88))}.feature-copy{position:absolute;z-index:2;left:20px;right:20px;bottom:17px;color:white;display:flex;align-items:end;justify-content:space-between;gap:18px}.feature-label{display:block;margin-bottom:6px;color:var(--yellow);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.feature-copy strong{display:block;max-width:250px;font:700 22px/1.05 Georgia}.feature-price{padding:7px 9px;border:1px solid rgba(255,255,255,.42);border-radius:8px;background:rgba(0,0,0,.45);font:italic 700 16px Georgia;white-space:nowrap}
    .mini-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:9px}.mini-product{display:grid;grid-template-columns:82px 1fr;min-height:94px;overflow:hidden;border:1px solid #46463f;border-radius:13px;background:#20201c;color:white}.mini-product img{width:82px;height:100%;object-fit:cover;background:#dedbd1}.mini-copy{min-width:0;padding:13px 12px}.mini-copy small{display:block;margin-bottom:7px;color:var(--yellow);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.mini-copy strong{display:block;font-size:11px;line-height:1.35}.mini-copy span{display:block;margin-top:7px;color:#aaa89f;font:italic 700 13px Georgia}
    .board-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:9px;overflow:hidden;border:1px solid #46463f;border-radius:12px;background:#46463f}.board-stat{padding:11px 8px;background:#171714;color:#aaa89f;text-align:center;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.board-stat strong{display:block;margin-bottom:2px;color:white;font:italic 700 17px Georgia;letter-spacing:0;text-transform:none}
    .proofbar{background:var(--yellow)}.proof-item{background:var(--yellow)}.proof-num{color:var(--ink)}
    /* Category directory refresh */
    #categories{position:relative;background:#f3f0e7;overflow:hidden}
    #categories:before{content:"DIRECTORY";position:absolute;right:-20px;top:38px;color:#ebe6da;font:900 clamp(80px,12vw,175px)/1 Arial Black,Arial,sans-serif;letter-spacing:-.08em;pointer-events:none}
    #categories .container{position:relative;z-index:1}
    #categories .section-head{align-items:end;margin-bottom:42px;padding-bottom:30px;border-bottom:1px solid var(--ink)}
    .category-grid{counter-reset:category;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;border:0;background:transparent}
    .category-card{--accent:var(--yellow);counter-increment:category;position:relative;min-height:224px;padding:92px 20px 20px;border:1px solid var(--ink);border-radius:19px;background:var(--white);box-shadow:0 5px 0 var(--ink);overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .22s,box-shadow .22s,background .22s;color:var(--ink)}
    .category-card:nth-child(3n+2){--accent:#ef6b50}.category-card:nth-child(3n){--accent:#ded8c9}
    .category-card:before{content:counter(category,decimal-leading-zero);position:absolute;left:20px;top:18px;color:var(--red);font:italic 700 31px/1 Georgia,serif;letter-spacing:-.04em}
    .category-card .cat-icon{position:absolute;right:17px;top:15px;width:54px;height:54px;border:1px solid var(--ink);border-radius:17px;background:var(--accent);display:grid;place-items:center;font-size:0;line-height:1;transform:rotate(3deg);transition:.22s}
    .category-card .cat-icon svg{width:29px;height:29px;display:block;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;filter:none}
    .category-card h3{max-width:135px;margin:0 0 8px;font:800 17px/1.2 Arial,sans-serif;letter-spacing:-.025em}.category-card p{max-width:145px;margin:0;padding-right:22px;color:var(--muted);font-size:10px;line-height:1.55}
    .category-card .cat-arrow{position:absolute;right:17px;bottom:17px;width:34px;height:34px;border:1px solid var(--ink);border-radius:50%;background:var(--white);display:grid;place-items:center;font-size:17px;line-height:1;transition:.22s}
    .category-card:hover{z-index:2;background:var(--yellow);transform:translateY(-6px);box-shadow:0 11px 0 var(--ink)}.category-card:hover .cat-icon{background:var(--ink);color:var(--yellow);transform:rotate(-4deg)}.category-card:hover .cat-arrow{background:var(--ink);color:white;transform:rotate(45deg)}.category-card:hover p{color:#4f4d46}
    @media(max-width:1050px){.category-grid{grid-template-columns:repeat(3,1fr)}}
    @media(max-width:1060px){.hero-shell{grid-template-columns:minmax(0,1fr) minmax(390px,.84fr);gap:40px}.hero h1{font-size:clamp(58px,7vw,78px)}.mini-product{grid-template-columns:68px 1fr}.mini-product img{width:68px}}
    @media(max-width:900px){.hero{min-height:auto}.hero:after{right:-35%;top:-12%;width:600px;height:600px}.hero-shell{min-height:auto;grid-template-columns:1fr;padding:66px 0 78px;gap:55px}.hero-copy{max-width:760px}.hero h1{font-size:clamp(62px,11vw,92px)}.discovery-board{width:min(610px,94%);margin:auto;transform:rotate(.7deg)}}
    @media(max-width:680px){.hero{min-height:auto}.hero-shell{width:min(100% - 28px,1240px);padding:48px 0 63px;gap:43px}.hero:after{right:-78%;top:6%;width:520px;height:520px}.hero-kicker{margin-bottom:19px;font-size:9px;letter-spacing:.06em}.hero h1{font-size:clamp(49px,15.5vw,68px);line-height:.9;margin-bottom:22px}.hero h1 span{width:auto}.hero h1 span:after{bottom:-5px;height:7px}.hero-lede{font-size:14px;line-height:1.65;margin-bottom:23px}.search-box{display:grid;padding:6px;box-shadow:5px 5px 0 var(--ink)}.search-box input{padding:11px 10px}.search-box button{width:100%;padding:12px}.popular-searches{margin-bottom:22px}.popular-searches>span{width:100%}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions a{padding:10px 8px;font-size:10px}.hero-microproof{gap:10px 14px;margin-top:20px;font-size:9px}.discovery-board{width:calc(100% - 9px);padding:9px;border-radius:19px;box-shadow:8px 8px 0 var(--red)}.discovery-board:before{right:-16px;top:58px;font-size:8px;padding:7px 9px}.feature-product,.feature-product img{min-height:245px;height:245px}.feature-copy{left:14px;right:14px;bottom:13px}.feature-copy strong{font-size:18px}.mini-product-grid{grid-template-columns:1fr}.mini-product{grid-template-columns:78px 1fr;min-height:83px}.mini-product img{width:78px}.mini-copy{padding:11px}.board-stat{padding:9px 4px;font-size:7px}.board-stat strong{font-size:14px}.proof-grid{grid-template-columns:1fr}}
    /* Centered hero direction */
    .hero{min-height:calc(100svh - 103px);padding:0;display:grid;place-items:center;background:var(--ink);color:white;isolation:isolate;overflow:hidden}
    .hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#2a2a24 1px,transparent 1px),linear-gradient(90deg,#2a2a24 1px,transparent 1px);background-size:64px 64px;opacity:.48;z-index:-3}
    .hero:after{content:"SUGARGOO";position:absolute;left:50%;top:51%;width:auto;height:auto;transform:translate(-50%,-50%);border:0;border-radius:0;background:transparent;color:#191916;-webkit-text-stroke:1px #34342e;font:900 clamp(88px,14.2vw,188px)/.78 Arial Black,Arial,sans-serif;letter-spacing:-.075em;white-space:nowrap;z-index:-2}
    .hero-orb{position:absolute;border:1px solid #090908;border-radius:50%;z-index:-1}.hero-orb-one{width:154px;height:154px;left:4.5%;top:7%;background:var(--yellow)}.hero-orb-two{width:112px;height:112px;right:5%;bottom:7%;background:var(--red)}
    .hero-shell{position:relative;z-index:2;width:min(1060px,calc(100% - 48px));min-height:calc(100svh - 103px);margin:auto;padding:76px 0 66px;display:flex;align-items:center;justify-content:center;text-align:center}
    .hero-copy{width:100%;max-width:920px;margin:auto;display:flex;flex-direction:column;align-items:center}
    .hero-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 25px;padding:8px 13px;border:1px solid #5b5a51;border-radius:999px;background:#181815;color:var(--yellow);box-shadow:none;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
    .hero-kicker-dot{width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px rgba(244,196,48,.13)}
    .hero h1{max-width:1060px;margin:0 auto 24px;color:white;font-size:clamp(62px,7.8vw,108px);line-height:.86;letter-spacing:-.073em;text-align:center}
    .hero h1 span,.hero h1 em{display:block;width:auto;max-width:none;margin-top:9px;color:var(--yellow);font-style:italic;font-weight:500;letter-spacing:-.06em}
    .hero h1 span:after,.hero h1 em:after{display:none}
    .hero-lede{max-width:700px;margin:0 auto 30px;color:#b9b7ae;font-size:clamp(15px,1.5vw,18px);line-height:1.72;text-align:center}
    .search-box{width:min(760px,100%);max-width:none;margin:0 auto 18px;padding:7px;background:var(--white);border:1px solid #77756b;border-radius:16px;box-shadow:8px 8px 0 var(--yellow)}
    .search-box input{padding:12px 14px;font-size:15px}.search-box button{padding:14px 20px;border-radius:11px;white-space:nowrap}.search-box button:hover{background:#ffd94c;box-shadow:none;transform:none}
    .popular-searches{justify-content:center;margin:0 auto 27px;color:#8f8d84}.popular-searches a{color:#c8c6bc;border-color:#4b4a43;background:#1b1b17}.popular-searches a:hover{color:var(--ink);border-color:var(--yellow);background:var(--yellow)}
    .hero-actions{justify-content:center;gap:10px}.hero-actions a{min-height:47px;padding:12px 18px;border:1px solid #5b5a51;border-radius:11px;color:white}.hero-actions a:hover{color:white;border-color:var(--yellow)}.hero-actions .hero-primary{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.hero-actions .hero-primary:hover{color:var(--ink);box-shadow:4px 4px 0 var(--red)}.hero-actions .hero-secondary{background:#1b1b17}
    .hero-microproof{justify-content:center;margin-top:25px;color:#9c9a91}.hero-microproof span:before{background:transparent;border-color:#66645c;color:var(--yellow)}
    .hero-edge-note{position:absolute;left:0;right:0;bottom:17px;display:flex;align-items:center;justify-content:center;gap:13px;color:#6f6d65;font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.hero-edge-note:before,.hero-edge-note:after{content:"";width:56px;height:1px;background:#46463f}
    .proofbar{background:var(--yellow)}.proof-item{background:var(--yellow)}.proof-num{color:var(--ink)}
    @media(max-width:680px){.hero{min-height:calc(100svh - 95px)}.hero:after{font-size:20.5vw;top:48%}.hero-orb-one{width:78px;height:78px;left:5%;top:5%}.hero-orb-two{width:58px;height:58px;right:5%;bottom:5%}.hero-shell{width:min(100% - 28px,1060px);min-height:calc(100svh - 95px);padding:54px 0 68px}.hero-kicker{margin-bottom:20px;font-size:8px;letter-spacing:.08em}.hero h1{font-size:clamp(48px,15.2vw,70px);line-height:.9;margin-bottom:22px}.hero h1 span,.hero h1 em{width:auto;margin-top:7px}.hero-lede{font-size:14px;line-height:1.62;margin-bottom:23px}.search-box{display:grid;padding:6px;box-shadow:6px 6px 0 var(--yellow)}.search-box input{padding:11px 10px}.search-box button{width:100%;padding:12px}.popular-searches{margin-bottom:22px}.popular-searches>span{width:100%}.hero-actions{display:grid;width:100%;grid-template-columns:1fr 1fr}.hero-actions a{padding:10px 7px;font-size:10px}.hero-microproof{gap:10px 13px;margin-top:20px;font-size:8px}.hero-edge-note{bottom:13px;font-size:7px;letter-spacing:.1em}#categories .section-head{margin-bottom:28px;padding-bottom:22px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card{min-height:186px;padding:78px 14px 15px;border-radius:15px;box-shadow:0 4px 0 var(--ink)}.category-card:before{left:14px;top:15px;font-size:25px}.category-card .cat-icon{right:12px;top:12px;width:44px;height:44px;border-radius:14px}.category-card .cat-icon svg{width:24px;height:24px}.category-card h3{max-width:110px;font-size:14px}.category-card p{max-width:120px;font-size:9px;padding-right:20px}.category-card .cat-arrow{right:12px;bottom:12px;width:29px;height:29px;font-size:14px}}
    @media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
