:root{--mango:#f6b51e;--orange:#f97316;--cream:#fff8e7;--ink:#2f2418;--muted:#6f6257;--line:#eadfce;--white:#fff;--shadow:0 20px 50px rgba(63,42,18,.12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#fffaf0,#fff);color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container,main{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-inner{justify-content:space-between;padding:14px 0}.header-inner,.logo{display:flex;align-items:center}.logo{gap:10px;font-weight:900}.logo-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--mango),var(--orange));color:#fff}.nav{display:flex;align-items:center;gap:22px;font-weight:700}.hamburger,.menu-toggle{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 20px;font-weight:800;border:1px solid transparent;transition:.2s}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #7dd3fc;outline-offset:3px}.btn-primary{background:linear-gradient(135deg,var(--mango),var(--orange));color:#fff;box-shadow:0 10px 24px rgba(249,115,22,.25)}.btn-secondary{background:#fff;color:var(--ink);border-color:var(--line)}section{padding:56px 0}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;min-height:620px}.hero h1,.page-hero h1{font-size:clamp(44px,8vw,82px);line-height:.94;margin:10px 0 18px;letter-spacing:-.05em}.hero p,.page-hero p{font-size:clamp(18px,2vw,22px);color:var(--muted);max-width:700px}.hero-art{min-height:480px;border-radius:36px;background:radial-gradient(circle at 75% 20%,#ffd76a 0 18%,transparent 19%),linear-gradient(135deg,#fff,#fff0c9 48%,#f59e0b);box-shadow:var(--shadow);display:flex;align-items:end;padding:32px;font-size:28px;font-weight:900}.eyebrow{color:#a15c00;text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:900}.actions,.card-actions{display:flex;gap:12px;flex-wrap:wrap}.category-grid,.feature-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category,.feature,.feedback-confirmation,.newsletter,.page-hero,.product-card,.support-strip{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 12px 30px rgba(63,42,18,.07)}.gallery-main,.product-image{aspect-ratio:4/3;background:var(--cream);border-radius:22px;display:grid;place-items:center;overflow:hidden}.gallery-main img,.product-image img{width:100%;height:100%;object-fit:contain}.feature h3,.product-card h3{font-size:24px;margin:8px 0}.feature p,.muted,.product-card p{color:var(--muted)}.card-actions{margin-top:18px}.card-actions .btn{flex:1;min-width:160px}.feature-grid{grid-template-columns:repeat(4,1fr)}.feature span{font-size:28px;color:var(--orange)}.category-grid{grid-template-columns:repeat(3,1fr)}.category{font-size:26px;font-weight:900;min-height:130px;display:flex;align-items:end;background:linear-gradient(135deg,#fff,#fff0c7)}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form,.inline-form{display:grid;gap:16px}.inline-form{grid-template-columns:1fr 1fr auto}.form{max-width:760px}.form label{display:grid;gap:7px;font-weight:800}.choice-fieldset{border:1px solid var(--line);border-radius:18px;padding:16px}.choice-fieldset legend{font-weight:900;padding:0 8px}.checkbox{display:flex!important;grid-template-columns:none!important;align-items:center;gap:10px}.form input,.form select,.form textarea,.inline-form input{border:1px solid var(--line);border-radius:16px;padding:13px;background:#fff}.notice{font-size:14px;color:#7c4a03;background:#fff7d8;border:1px solid #f7d26c;border-radius:16px;padding:12px}.footer{margin-top:70px;background:#2f2418;color:#fff;padding:50px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer a{display:block;margin:10px 0;color:#fff}.small{font-size:13px}.filter-row,.tabs{display:flex;gap:10px;overflow:auto;padding:8px 0}.filter-row a,.tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;font-weight:800}.tabs button.active{background:var(--ink);color:#fff}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.product-hero h1{font-size:clamp(40px,7vw,70px);line-height:1;margin:8px 0}.gallery-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.gallery-thumbs img{width:92px;height:72px;object-fit:contain;background:var(--cream);border-radius:14px;border:1px solid var(--line)}.check-list{list-style:none;padding:0}.check-list li{margin:10px 0;padding-left:28px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:900}.steps{counter-reset:step;list-style:none;padding:0}.steps li{counter-increment:step;margin:12px 0;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.steps li:before{content:counter(step);display:inline-grid;place-items:center;width:30px;height:30px;margin-right:10px;border-radius:50%;background:var(--mango);color:#fff;font-weight:900}details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;margin:10px 0}summary{cursor:pointer;font-weight:900}table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden}td,th{padding:14px;border-bottom:1px solid var(--line);text-align:left}.feedback-layout{display:grid;grid-template-columns:280px 1fr;gap:24px}.tabs{flex-direction:column}.honeypot{display:none}.form-status{font-weight:800}.mobile-buy{display:none}@media(max-width:900px){.hamburger{display:grid;gap:5px}.hamburger span{display:block;width:28px;height:3px;background:var(--ink);border-radius:9px}.nav{position:absolute;left:16px;right:16px;top:72px;display:none;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow)}.menu-toggle:checked~.nav{display:flex}.feedback-layout,.footer-grid,.hero,.product-hero,.split{grid-template-columns:1fr}.hero{min-height:auto;padding-top:36px}.hero-art{min-height:320px}.category-grid,.feature-grid,.product-grid{grid-template-columns:1fr 1fr}.inline-form{grid-template-columns:1fr}.tabs{flex-direction:row}.btn{width:100%}.mobile-buy{display:block;position:sticky;bottom:12px;z-index:40}.mobile-buy .btn{box-shadow:var(--shadow)}}@media(max-width:560px){.container,main{width:min(100% - 22px,1180px)}.hero h1,.page-hero h1{font-size:44px}.category-grid,.feature-grid,.product-grid{grid-template-columns:1fr}.category,.feature,.page-hero,.product-card{border-radius:22px;padding:18px}section{padding:34px 0}.nav .btn{width:100%}}.feedback-page-shell{width:100%;max-width:none;margin:0;background:var(--mango);min-height:calc(100vh - 80px);padding:24px}.feedback-page-intro{width:min(900px,100%);margin:0 auto;padding:18px 0 14px}.feedback-page-intro h1{margin:0 0 8px;font-size:clamp(28px,5vw,42px);letter-spacing:-.04em}.feedback-page-intro p{max-width:760px;color:#3f2a12}.feedback-app{width:min(900px,100%);margin:0 auto 56px}.feedback-tabs{display:flex;gap:10px;overflow:auto;padding:0 0 14px}.feedback-tabs button{white-space:nowrap;border:1px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.8);border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer}.feedback-tabs button.active{background:#111;color:#fff}.feedback-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.08);padding:clamp(20px,5vw,40px)}.feedback-card h2{margin:0 0 12px;font-size:clamp(22px,3.2vw,30px)}.feedback-card p{margin:0 0 10px;color:#333}.feedback-card label{display:block;margin:16px 0 6px;font-weight:700}.feedback-card input,.feedback-card textarea{width:100%;font:inherit;border-radius:12px;border:1px solid #ddd;padding:12px 14px}.feedback-card textarea{min-height:140px}.feedback-button{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;font:inherit;border-radius:12px;border:0;padding:12px 14px;cursor:pointer;background:#111;color:#fff;font-weight:800;margin-top:16px}.feedback-button.secondary{background:#f5f5f5;color:#111;border:1px solid #e6e6e6}.feedback-button.ok{background:#0a7d28}.feedback-button.bad{background:#b00020}.feedback-button:disabled{opacity:.65;cursor:not-allowed}.feedback-choice{display:grid;gap:14px;margin-top:14px}.feedback-choice .feedback-button{padding:16px;font-size:18px;margin-top:0}.feedback-error{margin-top:14px!important;color:#b00020!important;font-weight:800}.feedback-success{border-left:6px solid #0a7d28;background:#f3fff6;padding:14px;border-radius:12px;display:flex;align-items:center;gap:10px;margin-bottom:18px}.feedback-success svg{width:24px;height:24px;flex-shrink:0;color:#0a7d28}@media(max-width:560px){.feedback-page-shell{padding:16px 12px}.feedback-tabs button{padding:9px 13px}.feedback-card{border-radius:14px}}.feedback-page-shell{background:linear-gradient(180deg,#fffaf0,#fff)!important}.feedback-card select{width:100%;font:inherit;border-radius:12px;border:1px solid #ddd;padding:12px 14px;background:#fff}.feedback-choice.two-col{grid-template-columns:1fr 1fr}.feedback-note{font-size:14px;color:var(--muted)!important}.feedback-compliance{font-size:12px;color:var(--muted)!important;margin-top:12px!important}@media(max-width:560px){.feedback-choice.two-col{grid-template-columns:1fr}}.feedback-page-intro{padding-bottom:30px!important}