:root {
  --ink: #10231d;
  --ink-2: #254038;
  --green: #0d3327;
  --green-2: #174d3a;
  --accent: #d8ff63;
  --accent-2: #c2ed3e;
  --orange: #ec6b2d;
  --paper: #fffdf7;
  --soft: #f2f4ed;
  --line: #dce2da;
  --muted: #6b7a74;
  --white: #fff;
  --danger: #be3f31;
  --success: #1f7a4d;
  --shadow: 0 20px 60px rgba(16, 35, 29, .1);
  --radius: 22px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
p { line-height: 1.65; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 9999; background: var(--accent); padding: 12px 18px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 20px; }
.eyebrow { display: inline-block; color: var(--green-2); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow.hot { color: var(--orange); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--green); background: var(--accent); box-shadow: 0 12px 28px rgba(216, 255, 99, .18); }
.button-accent:hover { background: var(--accent-2); box-shadow: 0 14px 34px rgba(194, 237, 62, .25); }
.button-dark { color: #fff; background: var(--green); }
.button-dark:hover { background: var(--green-2); }
.button-ghost { color: var(--green); background: transparent; border-color: var(--line); }
.button-large { min-height: 58px; padding: 0 26px; border-radius: 16px; }
.button-full { width: 100%; }
.button-spinner { width: 18px; height: 18px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.icon { flex: 0 0 auto; }
.icon-button { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; color: inherit; background: transparent; border: 0; border-radius: 50%; }
.icon-button:hover { background: rgba(16,35,29,.07); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 0; font-weight: 800; border-bottom: 1px solid currentColor; }

/* Header */
.announcement { color: #d9e8e1; background: #08281e; font-size: 12px; }
.announcement-inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.announcement-links { display: flex; gap: 25px; }
.announcement a:hover { color: var(--accent); }
.site-header { position: sticky; top: 0; z-index: 500; background: rgba(255,253,247,.96); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: transform .3s, box-shadow .3s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 7px 30px rgba(16,35,29,.07); }
.site-header.header-hidden { transform: translateY(-100%); }
.header-main { display: grid; grid-template-columns: 235px minmax(280px,1fr) auto; align-items: center; gap: 28px; min-height: 84px; }
.brand img { width: 230px; height: auto; }
.search-shell { position: relative; }
.site-search { display: flex; align-items: center; height: 48px; padding-left: 16px; background: #f2f3ee; border: 1px solid #e6e8e2; border-radius: 13px; transition: .2s; }
.site-search:focus-within { background: #fff; border-color: var(--green-2); box-shadow: 0 0 0 4px rgba(23,77,58,.08); }
.site-search input { flex: 1; min-width: 0; height: 100%; padding: 0 12px; background: transparent; border: 0; outline: 0; color: var(--ink); }
.site-search button { align-self: stretch; min-width: 72px; color: #fff; background: var(--green); border: 0; border-radius: 0 12px 12px 0; font-weight: 800; }
.search-suggestions { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 20; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.search-suggestions > a:not(.all-results) { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 12px; padding: 10px 13px; border-bottom: 1px solid #edf0eb; }
.search-suggestions > a:hover { background: #f8faf6; }
.search-suggestions img { width: 54px; height: 47px; object-fit: contain; background: var(--soft); border-radius: 9px; }
.search-suggestions span { display: grid; gap: 3px; min-width: 0; }
.search-suggestions strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestions small { color: var(--muted); font-size: 11px; }
.search-suggestions b { color: var(--green); font-size: 13px; }
.search-suggestions .all-results { display: block; padding: 13px; color: var(--green); background: #f4f7f1; text-align: center; font-size: 12px; font-weight: 800; }
.suggestion-empty { padding: 24px; color: var(--muted); text-align: center; }
.header-actions { display: flex; gap: 8px; }
.header-action { display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 11px; color: var(--ink); background: transparent; border: 0; border-radius: 12px; }
.header-action:hover { background: #f1f3ee; }
.header-action > span:not(.cart-icon-wrap) { display: grid; text-align: left; }
.header-action small { color: var(--muted); font-size: 10px; line-height: 1.2; }
.header-action strong { max-width: 98px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.cart-icon-wrap { position: relative; display: inline-grid; place-items: center; }
.cart-icon-wrap b { position: absolute; right: -8px; top: -8px; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; color: var(--green); background: var(--accent); border: 2px solid var(--paper); border-radius: 20px; font-size: 9px; }
.main-nav { border-top: 1px solid #eceee9; }
.nav-inner { display: flex; align-items: center; min-height: 48px; gap: 29px; }
.nav-inner a { font-size: 13px; font-weight: 700; white-space: nowrap; }
.nav-inner a:hover { color: var(--green-2); }
.all-products { display: flex; align-items: center; align-self: stretch; gap: 8px; padding: 0 20px; color: #fff !important; background: var(--green); border-radius: 11px 11px 0 0; }
.campaign-nav { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; color: #c34526; }
.campaign-nav span, .live-dot { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(236,107,45,.12); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(236,107,45,0); } }
.mobile-menu-button, .mobile-menu { display: none; }

/* Hero */
.hero { overflow: hidden; color: #fff; background: var(--green); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; min-height: 650px; padding-top: 58px; padding-bottom: 60px; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #bad0c7; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker span { width: 28px; height: 2px; background: var(--accent); }
.hero h1 { max-width: 740px; margin: 0; color: #f8fff9; font-size: clamp(48px,5.25vw,78px); line-height: .98; letter-spacing: -.06em; }
.hero h1 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
.hero-copy > p { max-width: 580px; margin: 28px 0 30px; color: #bed1c9; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-actions .text-link { color: #fff; }
.hero-proof { display: flex; gap: 32px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: grid; gap: 3px; padding-right: 30px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { color: #fff; font-size: 15px; }
.hero-proof span { color: #89a59a; font-size: 11px; }
.hero-deal { position: relative; max-width: 535px; margin-left: auto; overflow: hidden; color: var(--ink); background: #edf0e3; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; box-shadow: 0 38px 70px rgba(0,0,0,.24); }
.hero-deal::after { content: ""; position: absolute; top: -65px; right: -65px; width: 190px; height: 190px; border: 1px solid rgba(13,51,39,.16); border-radius: 50%; }
.deal-top { position: relative; z-index: 2; display: flex; align-items: center; min-height: 48px; padding: 0 20px; color: #f7fff8; background: #173c30; font-size: 11px; }
.deal-top strong { margin-left: 11px; text-transform: uppercase; letter-spacing: .1em; }
.countdown { margin-left: auto; padding: 6px 9px; background: rgba(255,255,255,.11); border-radius: 7px; font-variant-numeric: tabular-nums; font-weight: 800; }
.deal-product { position: relative; display: grid; place-items: center; height: 342px; padding: 22px; background: radial-gradient(circle at 48% 46%,#fff 0,#eef1e5 47%,#e1e6d9 100%); }
.deal-product img { position: relative; z-index: 2; width: 82%; height: 88%; object-fit: contain; filter: drop-shadow(0 25px 24px rgba(16,35,29,.18)); transition: transform .35s; }
.deal-product:hover img { transform: rotate(-2deg) scale(1.04); }
.deal-orbit { position: absolute; inset: 23px; border: 1px dashed rgba(13,51,39,.2); border-radius: 50%; }
.deal-orbit span { position: absolute; padding: 4px 7px; color: #fff; background: var(--orange); border-radius: 4px; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.deal-orbit span:first-child { left: 18px; top: 45px; transform: rotate(-12deg); }
.deal-orbit span:last-child { right: 4px; bottom: 55px; transform: rotate(12deg); }
.deal-info { display: flex; align-items: end; justify-content: space-between; gap: 15px; padding: 18px 22px 11px; }
.deal-info small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.deal-info h2 { max-width: 300px; margin: 4px 0 0; font-size: 19px; letter-spacing: -.02em; }
.deal-price { display: grid; text-align: right; white-space: nowrap; }
.deal-price del { color: var(--muted); font-size: 12px; }
.deal-price strong { color: var(--green); font-size: 25px; letter-spacing: -.04em; }
.deal-add { display: flex; align-items: center; justify-content: center; gap: 10px; width: calc(100% - 40px); height: 50px; margin: 6px 20px 20px; color: #fff; background: var(--green); border: 0; border-radius: 13px; font-weight: 850; }
.deal-add:hover { background: var(--green-2); }
.hero-ticker { overflow: hidden; color: var(--green); background: var(--accent); font-weight: 900; letter-spacing: .08em; white-space: nowrap; transform: rotate(-1.2deg) scale(1.02); }
.hero-ticker div { width: max-content; padding: 13px 0; animation: ticker 24s linear infinite; }
.hero-ticker span { margin: 0 22px; }
@keyframes ticker { to { transform: translateX(-40%); } }

/* Sections, categories */
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head h2 { margin: 8px 0 0; font-size: clamp(32px,3vw,48px); line-height: 1.05; letter-spacing: -.045em; }
.section-head p { max-width: 520px; margin: 11px 0 0; color: var(--muted); }
.section-head > a { display: flex; align-items: center; gap: 5px; padding-bottom: 7px; border-bottom: 1px solid; font-size: 13px; font-weight: 800; }
.category-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.category-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 340px; overflow: hidden; padding: 20px; background: var(--category-color); border: 1px solid rgba(16,35,29,.07); border-radius: 20px; transition: transform .25s, box-shadow .25s; }
.category-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: var(--shadow); }
.category-number { position: absolute; right: 17px; top: 13px; color: rgba(16,35,29,.35); font-size: 10px; font-weight: 900; }
.category-art { position: relative; height: 150px; margin: 15px 0; }
.category-art::before, .category-art::after, .category-art i, .category-art b { content: ""; position: absolute; display: block; background: var(--green); }
.category-art::after { opacity: .14; }
.category-art-tools::before { left: 54px; top: 11px; width: 22px; height: 130px; border-radius: 12px 12px 5px 5px; transform: rotate(-35deg); }
.category-art-tools::after { left: 13px; top: 12px; width: 96px; height: 38px; border-radius: 22px 8px 8px 22px; transform: rotate(-35deg); }
.category-art-building::before { left: 28px; bottom: 10px; width: 110px; height: 100px; clip-path: polygon(50% 0,100% 34%,100% 100%,0 100%,0 34%); }
.category-art-building::after { left: 69px; bottom: 10px; width: 27px; height: 54px; background: var(--category-color); opacity: 1; }
.category-art-wrench::before { left: 55px; top: 10px; width: 28px; height: 135px; border-radius: 18px; transform: rotate(38deg); }
.category-art-wrench::after { left: 72px; top: -2px; width: 58px; height: 58px; background: transparent; border: 18px solid var(--green); border-top-color: transparent; border-left-color: transparent; border-radius: 50%; transform: rotate(28deg); opacity: 1; }
.category-art-bolt::before { left: 48px; top: 8px; width: 68px; height: 140px; clip-path: polygon(55% 0,100% 0,70% 42%,100% 42%,22% 100%,42% 54%,12% 54%); }
.category-art-paint::before { left: 35px; top: 30px; width: 100px; height: 87px; border-radius: 8px 8px 18px 18px; }
.category-art-paint::after { left: 50px; top: 13px; width: 70px; height: 48px; background: transparent; border: 8px solid var(--green); border-bottom: 0; border-radius: 40px 40px 0 0; opacity: 1; }
.category-card h3 { margin: 0; font-size: 20px; line-height: 1.1; letter-spacing: -.025em; }
.category-card p { min-height: 48px; margin: 10px 0 16px; color: var(--ink-2); font-size: 12px; line-height: 1.5; }
.category-card div > span { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }

/* Products */
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.product-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 19px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { transform: translateY(-5px); border-color: #cdd7cd; box-shadow: 0 22px 45px rgba(16,35,29,.1); }
.product-media { position: relative; display: grid; place-items: center; height: 250px; overflow: hidden; background: linear-gradient(145deg,#f3f5ee,#e9eee6); }
.product-media::after { content: ""; position: absolute; inset: 25px; border: 1px solid rgba(16,35,29,.07); border-radius: 50%; }
.product-media img { position: relative; z-index: 2; width: 86%; height: 82%; object-fit: contain; transition: transform .35s; }
.product-card:hover .product-media img { transform: scale(1.055) rotate(-1deg); }
.product-badge { position: absolute; left: 12px; top: 12px; z-index: 4; padding: 7px 10px; color: #fff; background: var(--badge); border-radius: 7px; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.discount-badge { position: absolute; right: 12px; top: 12px; z-index: 4; display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: var(--green); border-radius: 50%; font-size: 11px; font-weight: 900; }
.product-body { padding: 17px; }
.product-category { color: var(--green-2); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.product-body h3 { min-height: 43px; margin: 7px 0 7px; font-size: 17px; line-height: 1.25; letter-spacing: -.02em; }
.product-body h3 a:hover { color: var(--green-2); }
.product-description { display: -webkit-box; min-height: 37px; margin: 0 0 12px; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.stock-line { display: flex; align-items: center; gap: 5px; padding: 10px 0; border-top: 1px solid #edf0eb; color: var(--muted); font-size: 9px; }
.stock-line > span { width: 7px; height: 7px; border-radius: 50%; }
.stock-line .in-stock { background: #37a567; }
.stock-line .out-stock { background: var(--danger); }
.stock-line small { margin-left: auto; }
.product-price-row { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 4px; }
.price-block { display: grid; line-height: 1.08; }
.price-block del { min-height: 12px; color: #8c9994; font-size: 10px; }
.price-block strong { color: var(--green); font-size: 22px; letter-spacing: -.04em; }
.price-block small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.add-cart-button { display: grid; place-items: center; width: 45px; height: 45px; padding: 0; color: var(--green); background: var(--accent); border: 0; border-radius: 12px; transition: .2s; }
.add-cart-button span { display: none; }
.add-cart-button:hover { color: #fff; background: var(--green); transform: rotate(-4deg) scale(1.04); }

/* Campaign panels and trust */
.campaign-story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.campaign-panel { position: relative; min-height: 420px; overflow: hidden; padding: 48px; border-radius: 28px; }
.campaign-panel h2 { max-width: 520px; margin: 12px 0 16px; font-size: clamp(34px,3.3vw,52px); line-height: 1; letter-spacing: -.05em; }
.campaign-panel p { max-width: 530px; margin: 0 0 28px; font-size: 14px; }
.campaign-panel-dark { color: #fff; background: var(--green); }
.campaign-panel-dark .eyebrow { color: var(--accent); }
.campaign-panel-dark p { color: #a9c0b7; }
.campaign-panel-light { background: #e8ecd7; }
.campaign-panel-light p { color: var(--ink-2); }
.points-visual, .shipping-visual { position: absolute; right: 35px; bottom: 25px; display: flex; align-items: center; gap: 12px; transform: rotate(-6deg); }
.points-visual b { color: var(--accent); font-size: 80px; line-height: 1; letter-spacing: -.08em; }
.points-visual span { padding: 9px; color: var(--green); background: var(--accent); border-radius: 50%; font-size: 11px; font-weight: 900; text-align: center; transform: rotate(8deg); }
.shipping-visual { color: var(--green); }
.shipping-visual span { padding: 10px 14px; color: #fff; background: var(--orange); border-radius: 9px; font-size: 12px; font-weight: 900; line-height: 1.05; }
.trust-section { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); min-height: 120px; }
.trust-grid > div { display: flex; align-items: center; gap: 15px; padding: 26px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border: 0; }
.trust-grid > div > svg { color: var(--green-2); }
.trust-grid span { display: grid; gap: 4px; }
.trust-grid strong { font-size: 13px; }
.trust-grid small { color: var(--muted); font-size: 10px; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-layout h2 { max-width: 430px; margin: 10px 0 18px; font-size: clamp(38px,4vw,58px); line-height: 1; letter-spacing: -.05em; }
.faq-layout > div:first-child p { color: var(--muted); }
.faq-layout .button { margin-top: 14px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; place-items: center; width: 34px; height: 34px; background: var(--soft); border-radius: 50%; }
.accordion details[open] summary span { color: #fff; background: var(--green); transform: rotate(45deg); }
.accordion details p { margin: -5px 60px 24px 0; color: var(--muted); font-size: 14px; }

/* Newsletter & footer */
.newsletter-section { padding: 70px 0; background: #eef2e8; }
.newsletter-card { display: grid; grid-template-columns: 1fr 440px; align-items: center; gap: 70px; padding: 50px 58px; color: #fff; background: var(--green); border-radius: 28px; }
.newsletter-card .eyebrow { color: var(--accent); }
.newsletter-card h2 { margin: 10px 0 8px; font-size: 34px; letter-spacing: -.04em; }
.newsletter-card p { margin: 0; color: #9fb7ae; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter-form input { min-width: 0; height: 52px; padding: 0 16px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; outline: 0; }
.newsletter-form input::placeholder { color: #a7bbb4; }
.newsletter-form input:focus { border-color: var(--accent); }
.newsletter-form small { grid-column: 1/-1; color: #829d93; font-size: 9px; }
.newsletter-form small a { text-decoration: underline; }
.site-footer { color: #d7e3de; background: #08261d; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3,1fr); gap: 65px; padding: 70px 0 50px; }
.footer-brand img { margin-bottom: 21px; }
.footer-brand > p { max-width: 410px; color: #85a095; font-size: 13px; }
.footer-contact { display: grid; gap: 10px; margin-top: 22px; }
.footer-contact a { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; }
.footer-grid h3 { margin: 7px 0 20px; color: #fff; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid > div:not(.footer-brand) a { color: #8da79c; font-size: 12px; }
.footer-grid a:hover { color: var(--accent) !important; }
.company-disclosure { padding: 23px 0; border-top: 1px solid rgba(255,255,255,.1); color: #78958a; font-size: 10px; }
.company-disclosure p { margin: 2px 0; line-height: 1.5; }
.company-disclosure strong { color: #afc4bc; }
.footer-bottom { min-height: 70px; background: #061e17; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom .container { display: flex; align-items: center; justify-content: space-between; min-height: 70px; color: #6f8a80; font-size: 10px; }
.payment-marks { display: flex; align-items: center; gap: 7px; }
.payment-marks > * { padding: 5px 8px; color: #b8c9c3; background: rgba(255,255,255,.06); border-radius: 5px; font-size: 8px; letter-spacing: .03em; }

/* Cart drawer */
.drawer-overlay { position: fixed; inset: 0; z-index: 800; background: rgba(4,19,14,.58); opacity: 0; backdrop-filter: blur(3px); transition: opacity .25s; }
.drawer-overlay.visible { opacity: 1; }
.cart-drawer { position: fixed; right: 0; top: 0; z-index: 801; display: grid; grid-template-rows: auto auto minmax(0,1fr) auto; width: min(470px,100%); height: 100dvh; background: #fff; box-shadow: -25px 0 70px rgba(0,0,0,.18); transform: translateX(105%); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 25px 25px 18px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 4px 0 0; font-size: 25px; letter-spacing: -.04em; }
.drawer-head h2 small { color: var(--muted); font-size: 11px; font-weight: 500; }
.drawer-progress { padding: 14px 24px; background: #f1f4ea; }
.drawer-progress > div { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--ink-2); font-size: 10px; }
.drawer-progress > div b { color: var(--green); }
.drawer-progress > i { display: block; height: 6px; overflow: hidden; background: #dce3d5; border-radius: 6px; }
.drawer-progress > i span { display: block; height: 100%; background: linear-gradient(90deg,var(--green),#5da662); border-radius: 6px; transition: width .4s; }
.drawer-items { overflow-y: auto; padding: 3px 23px; }
.cart-line { display: grid; grid-template-columns: 88px minmax(0,1fr) auto; gap: 13px; padding: 17px 0; border-bottom: 1px solid #edf0eb; }
.cart-line img { width: 88px; height: 74px; object-fit: contain; background: var(--soft); border-radius: 11px; }
.cart-line-info { display: flex; flex-direction: column; min-width: 0; }
.cart-line-info > a { font-size: 12px; font-weight: 800; line-height: 1.3; }
.cart-line-info > small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.quantity-control { display: inline-grid; grid-template-columns: 29px 34px 29px; align-items: center; width: max-content; margin-top: auto; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.quantity-control button { display: grid; place-items: center; width: 29px; height: 27px; padding: 0; background: #f7f8f5; border: 0; }
.quantity-control input { width: 34px; height: 27px; padding: 0; border: 0; outline: 0; text-align: center; font-size: 11px; font-weight: 800; }
.cart-line-total { display: flex; flex-direction: column; align-items: end; justify-content: space-between; }
.cart-line-total strong { white-space: nowrap; font-size: 12px; }
.cart-line-total button { display: grid; place-items: center; padding: 5px; color: #9aa59f; background: transparent; border: 0; }
.cart-line-total button:hover { color: var(--danger); }
.drawer-footer { padding: 18px 24px 22px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -12px 30px rgba(16,35,29,.05); }
.coupon-form { display: grid; grid-template-columns: 1fr auto; margin-bottom: 14px; }
.coupon-form input { min-width: 0; height: 40px; padding: 0 12px; background: #f5f6f2; border: 1px solid var(--line); border-radius: 9px 0 0 9px; outline: 0; font-size: 11px; text-transform: uppercase; }
.coupon-form button { padding: 0 15px; color: #fff; background: var(--green); border: 0; border-radius: 0 9px 9px 0; font-size: 10px; font-weight: 800; }
.cart-totals { display: grid; gap: 8px; }
.cart-totals > div { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.cart-totals > div strong { color: var(--ink); }
.cart-totals .discount-row, .cart-totals .discount-row strong { color: var(--success); }
.cart-totals .grand-total { margin-top: 4px; padding-top: 13px; border-top: 1px dashed #ccd3cd; }
.cart-totals .grand-total span { display: grid; color: var(--ink); font-size: 14px; font-weight: 850; }
.cart-totals .grand-total span small { color: var(--muted); font-size: 8px; font-weight: 500; }
.cart-totals .grand-total strong { color: var(--green); font-size: 22px; letter-spacing: -.04em; }
.points-earned { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 13px 0; padding: 9px; color: #496047; background: #eef5df; border-radius: 9px; font-size: 10px; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 9px 0 0; color: var(--muted); font-size: 8px; }
.empty-cart { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 360px; color: var(--muted); text-align: center; }
.empty-cart h3 { margin: 16px 0 2px; color: var(--ink); }
.empty-cart p { margin: 0 0 18px; font-size: 12px; }

/* Cookie, toast, phone */
.cookie-banner { position: fixed; left: 24px; bottom: 24px; z-index: 900; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; width: min(720px,calc(100% - 48px)); padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }
.cookie-banner[hidden],
.cookie-banner.is-hidden { display: none !important; }
.cookie-banner strong { font-size: 13px; }
.cookie-banner p { margin: 4px 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.cookie-banner a { font-size: 9px; font-weight: 800; text-decoration: underline; }
.cookie-banner > div:last-child { display: flex; gap: 7px; }
.cookie-banner .button { min-height: 40px; padding: 0 14px; font-size: 10px; }
.toast-region { position: fixed; right: 22px; bottom: 22px; z-index: 1000; display: grid; gap: 8px; }
.toast { display: flex; align-items: center; gap: 10px; width: min(360px,calc(100vw - 44px)); padding: 13px 15px; color: #fff; background: var(--green); border-radius: 12px; box-shadow: var(--shadow); opacity: 0; transform: translateY(15px); transition: .25s; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast > span { display: grid; place-items: center; width: 22px; height: 22px; color: var(--green); background: var(--accent); border-radius: 50%; font-size: 11px; font-weight: 900; }
.toast p { margin: 0; font-size: 11px; }
.toast-error { background: #812f28; }
.toast-error > span { color: #812f28; background: #ffd1c8; }
.floating-phone { position: fixed; right: 22px; bottom: 22px; z-index: 450; display: flex; align-items: center; gap: 9px; height: 48px; padding: 0 17px; color: #fff; background: var(--green); border-radius: 30px; box-shadow: 0 15px 30px rgba(13,51,39,.25); font-size: 11px; font-weight: 800; }
.toast-region:not(:empty) ~ .floating-phone { display: none; }

/* Breadcrumb & catalog */
.breadcrumbs { display: flex; align-items: center; gap: 4px; min-height: 48px; color: var(--muted); font-size: 10px; }
.breadcrumbs a:hover { color: var(--green); }
.breadcrumbs span { color: var(--ink-2); }
.catalog-hero { padding: 60px 0 55px; color: #fff; background: var(--green); }
.catalog-hero .eyebrow { color: var(--accent); }
.catalog-hero h1 { margin: 10px 0 8px; font-size: clamp(42px,5vw,68px); letter-spacing: -.055em; }
.catalog-hero p { max-width: 650px; margin: 0; color: #a5beb4; }
.catalog-layout { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 34px; }
.catalog-filters { align-self: start; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.filter-head { display: none; }
.catalog-filters form { display: grid; gap: 24px; }
.catalog-filters label, .catalog-filters legend { font-size: 11px; font-weight: 750; }
.filter-search { display: grid; gap: 8px; }
.filter-search input, .price-inputs input { width: 100%; height: 42px; min-width: 0; padding: 0 10px; background: #f6f7f4; border: 1px solid var(--line); border-radius: 9px; outline: 0; font-size: 11px; }
.catalog-filters fieldset { display: grid; gap: 10px; padding: 0; border: 0; }
.catalog-filters legend { margin-bottom: 12px; font-size: 12px; }
.catalog-filters fieldset label { display: flex; align-items: center; gap: 8px; color: var(--ink-2); font-weight: 500; }
.catalog-filters fieldset input[type=radio] { accent-color: var(--green); }
.catalog-filters fieldset small { margin-left: auto; color: var(--muted); }
.price-inputs { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 6px; }
.clear-filters { color: var(--muted); text-align: center; font-size: 10px; text-decoration: underline; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.catalog-toolbar span { color: var(--muted); font-size: 11px; }
.catalog-toolbar span strong { color: var(--ink); }
.catalog-toolbar select { height: 40px; padding: 0 32px 0 11px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: 10px; }
.filter-mobile-button { display: none; }
.product-grid-catalog { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 38px; }
.pagination a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 9px; font-size: 11px; font-weight: 800; }
.pagination a.active, .pagination a:hover { color: #fff; background: var(--green); border-color: var(--green); }
.empty-results { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 360px; padding: 40px; background: #fff; border: 1px dashed #cbd3cc; border-radius: 18px; text-align: center; }
.empty-results h2 { margin: 18px 0 4px; }
.empty-results p { color: var(--muted); }

/* Product detail */
.product-detail { padding-top: 45px; }
.product-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; }
.product-main-image { position: relative; display: grid; place-items: center; min-height: 570px; overflow: hidden; background: radial-gradient(circle,#fff 0,#eff2e9 60%,#e6ebe1 100%); border: 1px solid var(--line); border-radius: 25px; }
.product-main-image::after { content: ""; position: absolute; inset: 60px; border: 1px solid rgba(13,51,39,.08); border-radius: 50%; }
.product-main-image img { position: relative; z-index: 2; width: 84%; height: 490px; object-fit: contain; filter: drop-shadow(0 30px 28px rgba(16,35,29,.15)); }
.image-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 11px; color: var(--muted); font-size: 9px; }
.product-summary { padding-top: 18px; }
.product-summary h1 { margin: 11px 0 10px; font-size: clamp(38px,4vw,56px); line-height: 1.03; letter-spacing: -.055em; }
.product-code { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; }
.product-code > span:not(.availability) { width: 1px; height: 12px; background: var(--line); }
.availability { color: var(--success); font-weight: 800; }
.product-lead { margin: 25px 0; color: var(--ink-2); font-size: 16px; }
.detail-price { display: flex; align-items: baseline; gap: 12px; margin: 20px 0 13px; }
.detail-price del { color: var(--muted); font-size: 15px; }
.detail-price strong { color: var(--green); font-size: 38px; letter-spacing: -.055em; }
.detail-price span { color: var(--muted); font-size: 9px; }
.saving-box { display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 9px 13px; background: #eff5e2; border-radius: 10px; color: #4a6441; font-size: 11px; }
.saving-box small { margin-left: auto; }
.saving-box small b { color: var(--orange); font-variant-numeric: tabular-nums; }
.purchase-row { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin: 24px 0; }
.quantity-large { grid-template-columns: 42px 48px 42px; margin: 0; border-radius: 13px; }
.quantity-large button { width: 42px; height: 56px; }
.quantity-large input { width: 48px; height: 56px; font-size: 14px; }
.button-purchase { min-height: 58px; font-size: 15px; }
.product-benefits { display: grid; gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 14px; }
.product-benefits > div { display: flex; align-items: center; gap: 12px; padding: 13px 15px; background: #fff; }
.product-benefits > div > svg { color: var(--green-2); }
.product-benefits span { display: grid; gap: 2px; }
.product-benefits strong { font-size: 11px; }
.product-benefits small { color: var(--muted); font-size: 9px; }
.product-content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; }
.product-content-grid h2 { max-width: 550px; margin: 10px 0 20px; font-size: 43px; line-height: 1.05; letter-spacing: -.045em; }
.product-content-grid article > p { color: var(--ink-2); }
.notice-box { margin-top: 25px; padding: 17px; color: #53625c; background: #fff; border-left: 3px solid var(--orange); border-radius: 0 10px 10px 0; font-size: 11px; line-height: 1.6; }
.notice-box a { font-weight: 800; text-decoration: underline; }
.spec-table { align-self: start; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.spec-table h3 { margin: 0; padding: 18px 20px; color: #fff; background: var(--green); font-size: 14px; }
.spec-table > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 20px; border-bottom: 1px solid #edf0eb; font-size: 11px; }
.spec-table > div:last-child { border: 0; }
.spec-table span { color: var(--muted); }

/* Checkout and cart pages */
.checkout-section { min-height: 650px; background: #f4f5f1; }
.checkout-heading { margin-bottom: 34px; }
.checkout-heading h1 { margin: 8px 0 0; font-size: clamp(40px,5vw,64px); line-height: 1; letter-spacing: -.055em; }
.checkout-steps { display: flex; align-items: center; gap: 12px; max-width: 580px; margin-top: 24px; color: var(--muted); font-size: 10px; font-weight: 750; }
.checkout-steps i { flex: 1; height: 1px; background: #d4dad5; }
.checkout-steps .active, .checkout-steps .done { color: var(--green); }
.checkout-grid { display: grid; grid-template-columns: minmax(0,1fr) 390px; align-items: start; gap: 24px; }
.checkout-forms { display: grid; gap: 16px; }
.form-card { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.form-card-head { display: flex; gap: 14px; margin-bottom: 23px; }
.form-card-head > span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--green); border-radius: 10px; font-size: 10px; font-weight: 850; }
.form-card-head h2 { margin: 0; font-size: 19px; }
.form-card-head p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label, .tracking-form label, .auth-card label { display: grid; gap: 7px; color: var(--ink-2); font-size: 10px; font-weight: 750; }
.form-grid label.full { grid-column: 1/-1; }
.form-grid label small { color: var(--muted); font-weight: 500; }
.form-grid input, .form-grid textarea, .form-grid select, .tracking-form input, .tracking-form textarea, .tracking-form select, .auth-card input { width: 100%; min-width: 0; padding: 0 12px; color: var(--ink); background: #f7f8f5; border: 1px solid #dce1dc; border-radius: 9px; outline: 0; font-size: 12px; }
.form-grid input, .form-grid select, .tracking-form input, .tracking-form select, .auth-card input { height: 45px; }
.form-grid textarea, .tracking-form textarea { padding-top: 11px; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus, .tracking-form input:focus, .tracking-form textarea:focus, .auth-card input:focus { background: #fff; border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(23,77,58,.07); }
.payment-options { display: grid; gap: 9px; }
.payment-option { display: flex; align-items: center; gap: 11px; min-height: 67px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.payment-option.selected { background: #f5f8ed; border-color: var(--green-2); box-shadow: inset 0 0 0 1px var(--green-2); }
.payment-option > input { position: absolute; opacity: 0; pointer-events: none; }
.payment-radio { width: 17px; height: 17px; border: 1px solid #aab5ae; border-radius: 50%; }
.payment-option.selected .payment-radio { border: 5px solid var(--green); }
.payment-icon { display: grid; place-items: center; width: 34px; height: 34px; color: var(--green); background: #eaf0e5; border-radius: 9px; font-weight: 900; }
.payment-option > span:nth-last-of-type(1):not(.payment-radio):not(.payment-icon) { display: grid; }
.payment-option strong { font-size: 11px; }
.payment-option small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.card-brands { display: flex; gap: 4px; margin-left: auto; }
.card-brands b { padding: 4px 5px; background: #edf0eb; border-radius: 4px; font-size: 7px; }
.vpos-preview { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 13px; padding: 13px; color: #466056; background: #edf4e9; border-radius: 10px; }
.vpos-preview > div { display: flex; align-items: center; gap: 10px; }
.vpos-preview span { display: grid; }
.vpos-preview strong { font-size: 10px; }
.vpos-preview small { margin-top: 2px; font-size: 8px; }
.status-pill { display: inline-flex !important; align-items: center; width: max-content; padding: 6px 9px; border-radius: 20px; font-size: 8px !important; font-weight: 900; white-space: nowrap; }
.status-pill.pending { color: #8c501a; background: #ffecd5; }
.status-pill.success { color: #146e3e; background: #dff5e6; }
.agreements { padding: 21px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.agreements label, .checkbox-line { display: flex !important; align-items: flex-start; gap: 9px; margin-bottom: 10px; color: var(--ink-2); font-size: 10px; line-height: 1.55; }
.agreements input, .checkbox-line input { margin-top: 3px; accent-color: var(--green); }
.agreements a, .checkbox-line a { color: var(--green); font-weight: 800; text-decoration: underline; }
.agreements p { margin: 12px 0 0 25px; color: var(--muted); font-size: 8px; }
.checkout-summary, .order-summary { position: sticky; top: 175px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 40px rgba(16,35,29,.06); }
.summary-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.summary-head h2 { margin: 0; font-size: 17px; }
.summary-head a { color: var(--green); font-size: 9px; font-weight: 800; text-decoration: underline; }
.summary-products { max-height: 245px; overflow-y: auto; margin-bottom: 17px; }
.summary-products > div { display: grid; grid-template-columns: 57px 1fr auto; align-items: center; gap: 9px; padding: 9px 0; border-bottom: 1px solid #edf0eb; }
.summary-products img { width: 57px; height: 50px; object-fit: contain; background: var(--soft); border-radius: 8px; }
.summary-products span { display: grid; min-width: 0; gap: 3px; }
.summary-products strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.summary-products small { color: var(--muted); font-size: 8px; }
.summary-products b { font-size: 9px; }
.checkout-summary > .points-earned { margin: 16px 0; }
.checkout-assurance { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 10px; color: var(--muted); font-size: 8px; }
.cart-page-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 24px; }
.cart-page-lines { padding: 8px 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.cart-page-lines .cart-line { grid-template-columns: 100px minmax(0,1fr) auto; }
.cart-page-lines .cart-line img { width: 100px; height: 88px; }
.cart-page-lines .cart-line-info > a { font-size: 14px; }

/* Result, account, tracking, contact */
.result-page { min-height: 650px; background: #f3f5ee; }
.result-card { max-width: 780px; margin: 0 auto; padding: 50px; background: #fff; border: 1px solid var(--line); border-radius: 25px; text-align: center; box-shadow: var(--shadow); }
.result-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 22px; border-radius: 50%; }
.result-icon.success { color: #fff; background: var(--success); }
.result-icon.pending { color: #8c501a; background: #ffecd5; }
.result-card h1 { margin: 9px 0; font-size: 38px; letter-spacing: -.045em; }
.result-card > p { max-width: 600px; margin: 0 auto; color: var(--muted); }
.result-order { display: flex; justify-content: center; gap: 1px; margin: 28px 0; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 12px; }
.result-order span { display: grid; min-width: 150px; padding: 15px; background: #f7f8f5; color: var(--muted); font-size: 9px; }
.result-order strong { margin-top: 5px; color: var(--ink); font-size: 12px; }
.result-actions { display: flex; justify-content: center; gap: 8px; }
.account-section { min-height: 650px; background: #f3f5ee; }
.account-grid { display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: 100px; }
.account-intro h1 { max-width: 650px; margin: 12px 0 18px; font-size: clamp(48px,5.3vw,74px); line-height: .98; letter-spacing: -.06em; }
.account-intro > p { max-width: 560px; color: var(--muted); font-size: 16px; }
.account-benefits { display: flex; gap: 10px; margin-top: 30px; }
.account-benefits span { display: flex; align-items: center; gap: 7px; padding: 10px 12px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: 9px; font-weight: 800; }
.auth-card { padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: 21px; box-shadow: var(--shadow); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 24px; padding: 4px; background: #eef1eb; border-radius: 10px; }
.auth-tabs button { height: 38px; background: transparent; border: 0; border-radius: 8px; font-size: 10px; font-weight: 850; }
.auth-tabs button.active { background: #fff; box-shadow: 0 4px 13px rgba(16,35,29,.08); }
.auth-card form { display: grid; gap: 14px; }
.auth-card label > small { color: var(--muted); font-size: 8px; }
.dashboard-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.dashboard-head h1 { margin: 8px 0 0; font-size: 50px; letter-spacing: -.05em; }
.customer-dashboard { display: grid; grid-template-columns: 300px 1fr; gap: 20px; }
.points-card { display: flex; flex-direction: column; min-height: 260px; padding: 26px; color: #fff; background: var(--green); border-radius: 20px; }
.points-card span { color: #adc3ba; font-size: 11px; }
.points-card strong { margin: auto 0; color: var(--accent); font-size: 90px; line-height: 1; letter-spacing: -.07em; }
.points-card small { color: #88a399; font-size: 9px; }
.customer-orders { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.customer-orders h2 { margin-top: 0; }
.customer-orders > div { display: grid; grid-template-columns: 1fr 130px 100px; align-items: center; gap: 15px; padding: 14px 0; border-bottom: 1px solid #edf0eb; font-size: 10px; }
.customer-orders > div > span:first-child { display: grid; gap: 3px; }
.customer-orders small { color: var(--muted); }
.customer-orders b { text-align: right; }
.tracking-section { min-height: 680px; background: #f3f5ee; }
.tracking-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.tracking-grid h1 { max-width: 550px; margin: 10px 0 18px; font-size: clamp(48px,5vw,72px); line-height: .98; letter-spacing: -.06em; }
.tracking-grid > div:first-child > p { max-width: 540px; color: var(--muted); }
.tracking-form { display: grid; gap: 13px; margin-top: 28px; }
.form-error { margin: 0; color: var(--danger); font-size: 10px; }
.tracking-visual { position: relative; display: grid; place-items: center; min-height: 440px; color: var(--green); background: #e5eadc; border-radius: 30px; }
.tracking-visual::before { content: ""; position: absolute; inset: 50px; border: 1px dashed rgba(13,51,39,.23); border-radius: 50%; }
.tracking-visual > * { position: relative; z-index: 2; }
.tracking-visual > span { position: absolute; right: 80px; top: 80px; display: grid; place-items: center; width: 66px; height: 66px; color: var(--green); background: var(--accent); border-radius: 50%; font-size: 16px; font-weight: 900; transform: rotate(9deg); }
.tracking-visual p { position: absolute; bottom: 55px; font-weight: 850; }
.tracking-result { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.tracking-result h2 { margin: 13px 0 28px; font-size: 28px; }
.tracking-timeline { display: grid; gap: 0; }
.tracking-timeline > div { position: relative; display: flex; gap: 15px; min-height: 75px; opacity: .38; }
.tracking-timeline > div.done { opacity: 1; }
.tracking-timeline > div:not(:last-child)::before { content: ""; position: absolute; left: 19px; top: 39px; bottom: 0; width: 2px; background: #d7ddd8; }
.tracking-timeline > div.done:not(:last-child)::before { background: var(--success); }
.tracking-timeline i { display: grid; place-items: center; width: 40px; height: 40px; color: var(--muted); background: #eff1ed; border-radius: 50%; }
.tracking-timeline .done i { color: #fff; background: var(--success); }
.tracking-timeline span { display: grid; align-content: start; gap: 3px; padding-top: 5px; }
.tracking-timeline strong { font-size: 12px; }
.tracking-timeline small { color: var(--muted); font-size: 9px; }
.contact-section { background: #f3f5ee; }
.contact-heading { max-width: 850px; margin-bottom: 45px; }
.contact-heading h1 { margin: 10px 0 0; font-size: clamp(46px,6vw,78px); line-height: .98; letter-spacing: -.06em; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 35px; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; }
.contact-cards > a, .contact-cards > div:not(.company-box) { display: flex; gap: 14px; min-height: 155px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.contact-cards > * > svg { color: var(--green-2); }
.contact-cards > * > span { display: flex; flex-direction: column; }
.contact-cards small { color: var(--muted); font-size: 9px; }
.contact-cards strong { margin-top: 8px; font-size: 13px; }
.contact-cards em { margin-top: auto; color: var(--muted); font-size: 9px; font-style: normal; line-height: 1.4; }
.company-box { grid-column: 1/-1; padding: 20px; color: #d6e2dd; background: var(--green); border-radius: 16px; }
.company-box p { margin: 5px 0 0; color: #93ada2; font-size: 10px; }
.contact-form h2 { margin: 9px 0 24px; font-size: 28px; }
.contact-form > .checkbox-line { margin-top: 16px; }

/* Legal */
.legal-page { padding: 55px 0 100px; background: #f3f5ee; }
.legal-layout { display: grid; grid-template-columns: 300px minmax(0,1fr); align-items: start; gap: 70px; }
.legal-layout > aside { position: sticky; top: 175px; }
.legal-layout aside h1 { margin: 10px 0 14px; font-size: 40px; line-height: 1.05; letter-spacing: -.05em; }
.legal-layout aside p { color: var(--muted); font-size: 12px; }
.legal-layout aside small { display: block; margin: 18px 0; color: #89958f; font-size: 9px; }
.legal-content { padding: 50px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.legal-content h2 { margin: 36px 0 10px; font-size: 20px; letter-spacing: -.02em; }
.legal-content h2:first-of-type { margin-top: 28px; }
.legal-content p, .legal-content li { color: #465851; font-size: 12px; line-height: 1.8; }
.legal-content a { color: var(--green); font-weight: 750; text-decoration: underline; }
.legal-content ol { padding-left: 20px; }
.legal-company { padding: 20px; background: #f2f5ef; border-left: 3px solid var(--green); border-radius: 0 10px 10px 0; }
.legal-company p { margin: 0; }
.legal-company p + p { margin-top: 10px; }
.legal-confirmation { margin-top: 35px; padding: 20px; color: #fff; background: var(--green); border-radius: 13px; }
.legal-confirmation p { margin-bottom: 0; color: #b3c7bf; }
.legal-table { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.legal-table > div { display: grid; grid-template-columns: 110px 1fr 120px; gap: 15px; padding: 15px; border-bottom: 1px solid var(--line); }
.legal-table > div:last-child { border: 0; }
.legal-table strong { font-size: 11px; }
.legal-table span, .legal-table em { color: var(--muted); font-size: 10px; line-height: 1.55; font-style: normal; }

/* Responsive */
@media (max-width: 1100px) {
  .header-main { grid-template-columns: 195px minmax(240px,1fr) auto; gap: 14px; }
  .brand img { width: 190px; }
  .account-link { display: none; }
  .nav-inner { gap: 18px; }
  .category-grid { grid-template-columns: repeat(3,1fr); }
  .category-card:nth-child(n+4) { min-height: 290px; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .checkout-grid { grid-template-columns: minmax(0,1fr) 340px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .section { padding: 68px 0; }
  .announcement-links a:first-child { display: none; }
  .header-main { grid-template-columns: auto 1fr auto; min-height: 70px; }
  .mobile-menu-button { display: grid; }
  .brand img { width: 180px; }
  .search-shell, .main-nav, .header-action > span:not(.cart-icon-wrap) { display: none; }
  .header-action { padding: 0 7px; }
  .mobile-menu { position: fixed; inset: 0 auto 0 0; z-index: 900; display: flex; flex-direction: column; width: min(390px,92vw); padding: 20px; background: #fff; box-shadow: 25px 0 60px rgba(0,0,0,.2); transform: translateX(-105%); transition: transform .25s; }
  .mobile-menu.open { transform: translateX(0); }
  .mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
  .mobile-search { display: grid; grid-template-columns: 1fr 45px; margin: 15px 0; }
  .mobile-search input { min-width: 0; height: 45px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px 0 0 10px; }
  .mobile-search button { color: #fff; background: var(--green); border: 0; border-radius: 0 10px 10px 0; }
  .mobile-menu > a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; border-bottom: 1px solid #edf0eb; font-size: 12px; font-weight: 750; }
  .mobile-menu > a span { color: var(--muted); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 65px; }
  .hero-deal { width: 100%; max-width: none; margin: 0; }
  .hero-proof { max-width: 600px; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .campaign-story-grid, .faq-layout, .newsletter-card, .footer-grid, .product-detail-grid, .product-content-grid, .account-grid, .tracking-grid, .contact-grid { grid-template-columns: 1fr; }
  .faq-layout { gap: 40px; }
  .newsletter-card { gap: 30px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 28px; }
  .product-detail-grid { gap: 35px; }
  .product-summary { padding-top: 0; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-filters { position: fixed; left: 0; top: 0; z-index: 850; width: min(340px,90vw); height: 100dvh; overflow-y: auto; border-radius: 0; transform: translateX(-105%); transition: transform .25s; }
  .catalog-filters.open { transform: translateX(0); box-shadow: 30px 0 70px rgba(0,0,0,.2); }
  .filter-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
  .filter-mobile-button { display: inline-flex; align-items: center; gap: 6px; margin-right: 12px; padding: 8px 11px; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-size: 10px; }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-summary { position: static; grid-row: 1; }
  .cart-page-grid { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .legal-layout { grid-template-columns: 1fr; gap: 25px; }
  .legal-layout > aside { position: static; }
  .legal-layout > aside .button { display: none; }
  .account-grid { gap: 40px; }
  .auth-card { max-width: 560px; }
  .customer-dashboard { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 22px),var(--container)); }
  .section { padding: 54px 0; }
  .announcement-inner { min-height: 32px; font-size: 9px; }
  .header-main { gap: 8px; min-height: 64px; }
  .brand img { width: 155px; }
  .mobile-menu-button { width: 34px; height: 34px; }
  .cart-button { width: 39px; height: 42px; }
  .hero-grid { gap: 38px; padding-top: 48px; padding-bottom: 45px; }
  .hero h1 { font-size: 47px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 6px; }
  .hero-proof { gap: 14px; margin-top: 32px; }
  .hero-proof div { padding-right: 14px; }
  .hero-proof strong { font-size: 12px; }
  .deal-product { height: 280px; }
  .deal-info { align-items: flex-start; flex-direction: column; }
  .deal-price { display: flex; align-items: baseline; gap: 8px; text-align: left; }
  .hero-ticker div { padding: 10px 0; font-size: 11px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 13px; }
  .section-head h2 { font-size: 35px; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .category-card { min-height: 260px !important; padding: 15px; border-radius: 15px; }
  .category-art { height: 100px; transform: scale(.72); transform-origin: center; }
  .category-card h3 { font-size: 15px; }
  .category-card p { display: none; }
  .category-card div > span { margin-top: 10px; font-size: 8px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .product-card { border-radius: 14px; }
  .product-media { height: 160px; }
  .product-badge { left: 7px; top: 7px; max-width: 85px; padding: 5px 6px; font-size: 7px; }
  .discount-badge { right: 7px; top: 7px; width: 36px; height: 36px; font-size: 8px; }
  .product-body { padding: 11px; }
  .product-body h3 { min-height: 37px; font-size: 13px; }
  .product-description { display: none; }
  .stock-line { padding: 8px 0; font-size: 7px; }
  .stock-line small { display: none; }
  .price-block strong { font-size: 17px; }
  .add-cart-button { width: 39px; height: 39px; }
  .campaign-panel { min-height: 390px; padding: 28px; }
  .campaign-panel h2 { font-size: 36px; }
  .points-visual b { font-size: 55px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 18px 10px; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid strong { font-size: 11px; }
  .newsletter-card { padding: 30px 22px; border-radius: 20px; }
  .newsletter-card h2 { font-size: 29px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form small { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding-top: 50px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom .container { align-items: flex-start; flex-direction: column; justify-content: center; gap: 9px; padding: 12px 0; }
  .payment-marks { flex-wrap: wrap; }
  .cookie-banner { left: 11px; bottom: 11px; grid-template-columns: 1fr; gap: 12px; width: calc(100% - 22px); }
  .cookie-banner > div:last-child { justify-content: flex-end; }
  .floating-phone { right: 12px; bottom: 12px; width: 48px; padding: 0; justify-content: center; }
  .floating-phone span { display: none; }
  .catalog-hero { padding: 44px 0; }
  .catalog-hero h1 { font-size: 42px; }
  .catalog-toolbar { align-items: flex-start; gap: 8px; }
  .product-grid-catalog { grid-template-columns: 1fr 1fr; }
  .product-detail { padding-top: 20px; }
  .product-main-image { min-height: 380px; }
  .product-main-image img { height: 330px; }
  .product-main-image::after { inset: 35px; }
  .product-summary h1 { font-size: 39px; }
  .detail-price { flex-wrap: wrap; }
  .purchase-row { grid-template-columns: 110px 1fr; }
  .quantity-large { grid-template-columns: 34px 40px 34px; }
  .quantity-large button { width: 34px; }
  .quantity-large input { width: 40px; }
  .product-content-grid { gap: 35px; }
  .product-content-grid h2 { font-size: 34px; }
  .checkout-heading h1 { font-size: 43px; }
  .checkout-steps { font-size: 8px; }
  .form-card { padding: 19px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: 1; }
  .payment-option { align-items: flex-start; }
  .card-brands { display: none; }
  .vpos-preview { align-items: flex-start; flex-direction: column; }
  .cart-page-lines { padding: 4px 13px; }
  .cart-page-lines .cart-line { grid-template-columns: 72px minmax(0,1fr) auto; }
  .cart-page-lines .cart-line img { width: 72px; height: 65px; }
  .cart-page-lines .cart-line-info > a { font-size: 11px; }
  .result-card { padding: 32px 18px; }
  .result-card h1 { font-size: 31px; }
  .result-order { align-items: stretch; flex-direction: column; }
  .result-order span { min-width: 0; }
  .result-actions { flex-direction: column; }
  .account-intro h1, .tracking-grid h1, .contact-heading h1 { font-size: 44px; }
  .account-benefits { align-items: flex-start; flex-direction: column; }
  .auth-card { padding: 20px; }
  .dashboard-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .dashboard-head h1 { font-size: 40px; }
  .customer-orders { overflow-x: auto; }
  .customer-orders > div { min-width: 480px; }
  .tracking-visual { min-height: 330px; }
  .contact-cards { grid-template-columns: 1fr; }
  .company-box { grid-column: 1; }
  .legal-content { padding: 25px 20px; }
  .legal-layout aside h1 { font-size: 34px; }
  .legal-table > div { grid-template-columns: 1fr; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
