:root{--bg: #fbf3e2;--surface: #ffffff;--surface-warm: #fffaf1;--border: #e8d9ba;--text: #241708;--muted: #82715a;--primary: #ea7a1e;--primary-on: #1c1206;--link: #b35e15;--danger: #dc2626;--success: #2f6b3a;--wood-light: #d8ae73;--wood-mid: #ad7d3d;--wood-dark: #7a5430;--ink: #1b120a;--font-display: "Fredoka", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text)}*{box-sizing:border-box}body{margin:0;background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}h1,h2,h3,.brand span,.hero h1{font-family:var(--font-display);font-weight:700;letter-spacing:.2px}.container{max-width:1120px;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:10;background:var(--surface);border-bottom:3px solid var(--wood-mid)}.site-header .container{display:flex;align-items:center;gap:20px;height:76px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid var(--surface);outline:2px solid var(--wood-mid)}.brand span{font-size:19px;color:var(--text);display:flex;flex-direction:column;line-height:1.15}.brand span small{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:600;color:var(--muted);letter-spacing:1px;text-transform:uppercase}.main-nav{display:flex;gap:4px;flex:1}.main-nav a{padding:8px 10px;border-radius:8px;font-size:14px;font-weight:700;color:var(--muted);white-space:nowrap}.main-nav a.active,.main-nav a:hover{color:var(--link);background:var(--bg)}.search-box{display:flex;align-items:center;background:var(--surface-warm);border:2px solid var(--border);border-radius:10px;height:40px;flex-shrink:0;width:200px}.search-box input{flex:1;border:none;background:none;padding:0 4px 0 12px;font-size:14px;outline:none;color:var(--text)}.search-box button{border:none;background:none;width:36px;cursor:pointer;font-size:14px}.search-box.mobile{width:100%;margin-bottom:8px}.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;color:var(--text);font-size:20px}.icon-link:hover{background:var(--bg)}.cart-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 3px;border-radius:999px;background:var(--primary);color:var(--primary-on);font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}.burger{display:none;width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:18px;align-items:center;justify-content:center;cursor:pointer}.mobile-nav{display:none;flex-direction:column;gap:2px;padding:8px 20px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.mobile-nav.open{display:flex}.mobile-nav a{padding:10px 8px;border-radius:8px;font-size:15px;font-weight:700;color:var(--text)}.mobile-nav a.active{background:var(--bg);color:var(--link)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:10px;border:1px solid var(--primary);background:var(--primary);color:var(--primary-on);font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 2px #0000001f}.btn.secondary{background:transparent;color:var(--link);border-color:var(--link);box-shadow:none}.btn.danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn:disabled{opacity:.5;cursor:default;box-shadow:none}.btn.block{width:100%}.btn.sm{padding:6px 12px;font-size:13px;border-radius:8px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{font-size:13px;color:var(--muted);font-weight:700}.field input,.field textarea{padding:10px 12px;border:2px solid var(--border);border-radius:10px;font-size:15px;font-family:inherit;background:var(--surface-warm)}.field input:focus,.field textarea:focus{outline:none;border-color:var(--primary)}.field textarea{min-height:90px;resize:vertical}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px}.error{color:var(--danger);font-size:14px}.muted{color:var(--muted)}.center{display:flex;align-items:center;justify-content:center;min-height:50vh}.badge{display:inline-block;padding:3px 9px;border-radius:6px;font-size:12px;font-weight:700;border:1px solid}.badge.muted{color:var(--muted);border-color:var(--muted)}.badge.link{color:var(--link);border-color:var(--link)}.badge.success{color:var(--success);border-color:var(--success)}.badge.danger{color:var(--danger);border-color:var(--danger)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero{position:relative;background-color:var(--wood-light);background-size:cover;background-position:center 65%;border-bottom:4px solid var(--wood-dark);min-height:clamp(360px,48vw,560px);display:flex;align-items:flex-end}.hero .container{width:100%;padding:0 20px 32px}.hero-panel{background:#fffaf0f2;border:3px solid var(--wood-mid);border-radius:18px;padding:22px 26px;max-width:540px;box-shadow:0 14px 34px #1b120a59}.hero-tagline{font-size:19px;font-weight:700;margin:0 0 10px;color:var(--text)}.hero p{color:#4d3a22;font-size:15px;margin:0 0 18px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.trust-badges{display:flex;gap:12px 20px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#4d3a22}.trust-badge span{font-size:18px}.section-head{display:flex;justify-content:space-between;align-items:baseline;margin:40px 0 4px}.section-head h2{margin:0;font-size:24px}.section-link{color:var(--link);font-weight:700;font-size:14px}.section-link:hover{text-decoration:underline}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin:20px 0 40px}.category-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px 12px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;font-weight:700;font-size:14px;transition:box-shadow .15s,transform .15s}.category-card:hover{box-shadow:0 8px 20px #1b120a1f;transform:translateY(-2px)}.category-icon{width:56px;height:56px;border-radius:50%;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:26px}.cta-banner{position:relative;background-color:var(--wood-light);background-size:cover;background-position:center;border:4px solid var(--wood-dark);border-radius:20px;padding:32px;margin:20px 0 56px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.cta-text{background:#fffaf0f2;border:2px solid var(--wood-mid);border-radius:14px;padding:18px 22px}.cta-text h2{margin:0 0 8px;color:var(--ink);font-size:26px}.cta-text p{margin:0 0 16px;color:#3a2a15;font-weight:600;max-width:360px}.cta-process{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cta-step-row{display:flex;align-items:center;gap:10px}.cta-step{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--ink);width:80px;text-align:center;background:#fffaf0e6;border-radius:10px;padding:8px 4px}.cta-step-icon{width:44px;height:44px;border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 10px #1b120a26}.cta-arrow{color:var(--ink);font-weight:700;text-shadow:0 1px 4px rgba(255,255,255,.9)}.process-steps{display:flex;flex-direction:column;gap:16px}.process-step{display:flex;align-items:center;gap:14px}.process-step-icon{width:44px;height:44px;border-radius:50%;background:var(--surface-warm);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0 4px}.chip{padding:8px 16px;border-radius:999px;border:2px solid var(--border);background:var(--surface);font-size:14px;font-weight:700;color:var(--muted);cursor:pointer}.chip.active{background:var(--primary);border-color:var(--primary);color:var(--primary-on)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin:24px 0 48px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}.product-card:hover{box-shadow:0 10px 26px #1b120a24;transform:translateY(-3px)}.product-card .thumb-wrap{position:relative;aspect-ratio:1;background:var(--bg);overflow:hidden}.wishlist-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;border:none;background:#ffffffe6;color:var(--link);font-size:17px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #1b120a33}.wishlist-btn.active{color:var(--danger)}.product-card .thumb-wrap img{width:100%;height:100%;object-fit:cover}.product-card .body{padding:14px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card .title{font-weight:700;font-size:15px;min-height:40px}.product-card .price{color:var(--link);font-weight:800;font-size:17px}.product-card .add-row{margin-top:auto;padding-top:8px}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:32px 0 48px;align-items:start}.product-page .thumb-wrap{aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--surface);border:1px solid var(--border)}.product-page .thumb-wrap img{width:100%;height:100%;object-fit:cover}.product-page h1{font-size:28px;margin:0 0 8px}.product-page .price{font-size:26px;font-weight:800;color:var(--link);margin:8px 0 14px}.product-page .description{line-height:1.6;color:var(--text);margin:16px 0;white-space:pre-wrap}.cart-page{padding:32px 0 48px;display:grid;grid-template-columns:1fr 340px;gap:32px;align-items:start}.cart-line{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-line img{width:84px;height:84px;border-radius:10px;object-fit:cover;background:var(--bg)}.cart-line .info{flex:1;display:flex;flex-direction:column;gap:6px}.qty-stepper{display:inline-flex;align-items:center;border:2px solid var(--border);border-radius:8px}.qty-stepper button{width:30px;height:30px;border:none;background:none;font-size:16px;cursor:pointer}.qty-stepper span{min-width:26px;text-align:center;font-weight:700;font-size:14px}.summary-row{display:flex;align-items:flex-end;justify-content:space-between;padding:7px 0;font-size:14px;gap:8px}.summary-row span:first-child{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:2px dotted var(--border);padding-bottom:3px}.summary-row span:last-child{flex-shrink:0;font-weight:700;color:var(--link)}.summary-row.total{font-size:19px;font-weight:800;border-top:2px solid var(--wood-mid);margin-top:8px;padding-top:14px}.summary-row.total span:first-child{border-bottom:none;flex:none}.summary-row.total span:last-child{color:var(--text)}.order-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface);margin-bottom:12px}.order-items{margin:8px 0 0;padding-left:18px;color:var(--muted);font-size:14px}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin:24px 0 48px}.news-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.news-card img{width:100%;height:160px;object-fit:cover}.news-card .body{padding:16px}.news-card .date{font-size:12px;color:var(--muted)}.news-card h3{margin:6px 0;font-size:17px}.auth-wrap{min-height:calc(100vh - 76px);display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--bg)}.auth-card{width:100%;max-width:380px}.site-footer{background:var(--ink);color:#ead9bb;margin-top:40px}.footer-top{padding:28px 20px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer .brand{color:#fff8ec}.site-footer .brand img{outline-color:var(--primary)}.footer-nav{display:flex;gap:20px;flex-wrap:wrap;font-size:14px;font-weight:600}.footer-nav a{color:#ead9bb}.footer-nav a:hover{color:#fff8ec}.footer-socials{display:flex;gap:14px}.footer-socials a{color:#ead9bb;display:inline-flex}.footer-socials a:hover{color:var(--primary)}.footer-bottom{padding:16px 20px 24px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;font-size:12px}.footer-bottom .muted,.site-footer .muted{color:#b8a586}@media (max-width: 860px){.product-page{grid-template-columns:1fr;gap:20px}.cart-page{grid-template-columns:1fr}}@media (max-width: 1180px){.search-box:not(.mobile){display:none}}@media (max-width: 960px){.main-nav{display:none}.burger{display:inline-flex}}@media (min-width: 961px){.mobile-nav{display:none!important}}@media (min-width: 961px) and (max-width: 1080px){.main-nav a{padding:8px;font-size:13px}}@media (max-width: 640px){.hero{align-items:center;background-position:center 40%}.hero-panel{max-width:100%;text-align:center}.hero-actions,.trust-badges{justify-content:center}}@media (max-width: 480px){.hero-panel{padding:16px 18px}.brand img{width:36px;height:36px}.brand span{font-size:15px}.brand span small{font-size:9px;letter-spacing:.5px}.site-header .container{gap:8px;height:64px}.header-actions{gap:4px}.icon-link{width:32px;height:32px;font-size:16px}.header-actions .btn.sm{padding:6px 8px;font-size:12px}.burger{width:32px;height:32px;font-size:15px}.cta-banner{padding:24px 20px}.cta-process{justify-content:center}}
