/* ── Reset ───────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:76px}
body{font-family:'Sora',system-ui,sans-serif;background:#fff;color:#1b2d4f;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}

/* ── Variables ──────────────────────────────────────────── */
:root{
  --navy:       #1b2d4f;
  --navy-mid:   #243a63;
  --navy-light: #eef1f7;
  --red:        #c0392b;
  --red-light:  #fdf2f1;
  --green:      #2d6a4f;
  --green-light:#edf7f2;
  --amber:      #d97706;
  --amber-light:#fffbeb;
  --text:       #1b2d4f;
  --text-muted: #52637a;
  --text-dim:   #8496ac;
  --border:     #e3e8ef;
  --bg:         #ffffff;
  --surface:    #f8f9fb;
  --surface-2:  #f0f4f9;
  --radius:     8px;
  --radius-lg:  14px;
  --shadow-sm:  0 1px 3px rgba(27,45,79,.08);
  --shadow:     0 2px 8px rgba(27,45,79,.1);
  --shadow-md:  0 4px 16px rgba(27,45,79,.12);
  --shadow-lg:  0 8px 32px rgba(27,45,79,.14);
}

/* ── Typography ─────────────────────────────────────────── */
h1{font-size:clamp(1.9rem,4.5vw,3rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:var(--navy)}
h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--navy)}
h3{font-size:1.1rem;font-weight:700;color:var(--navy)}
p{color:var(--text-muted);line-height:1.72}
strong{color:var(--navy)}

/* ── Buttons ────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--radius);font-weight:700;font-size:14.5px;transition:all .18s;white-space:nowrap}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:var(--navy-mid);transform:translateY(-1px);box-shadow:0 6px 18px rgba(27,45,79,.3)}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:#a93226;transform:translateY(-1px);box-shadow:0 6px 18px rgba(192,57,43,.3)}
.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--border)}
.btn-outline:hover{border-color:var(--navy);background:var(--navy-light)}
.btn-ghost{color:var(--text-muted);font-size:14px;font-weight:600}
.btn-ghost:hover{color:var(--navy)}
.btn-lg{padding:15px 32px;font-size:15.5px;border-radius:10px}
.btn-basket{background:var(--navy);color:#fff;width:100%;justify-content:center;padding:13px 20px;border-radius:var(--radius);font-weight:700;font-size:14px;transition:all .18s}
.btn-basket:hover{background:var(--navy-mid);transform:translateY(-1px);box-shadow:var(--shadow-md)}
.btn-basket.added{background:var(--green)}

/* ── Layout ─────────────────────────────────────────────── */
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.wrap-narrow{max-width:860px;margin:0 auto;padding:0 24px}
.section{padding:72px 0}
.section-sm{padding:48px 0}
.section-alt{background:var(--surface)}
.divider{height:1px;background:var(--border);margin:0}

/* ── Trust bar ──────────────────────────────────────────── */
.trust-bar{background:var(--navy);color:#fff;padding:10px 0}
.trust-bar-inner{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;white-space:nowrap}
.trust-item svg{color:#86d9a8;flex-shrink:0}

/* ── Navigation ─────────────────────────────────────────── */
.site-nav{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;height:72px;display:flex;align-items:center;box-shadow:var(--shadow-sm)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1180px;margin:0 auto;padding:0 24px;gap:20px}
.nav-logo{display:flex;align-items:baseline;gap:0;text-decoration:none;flex-shrink:0}
.nav-logo-main{font-size:1.3rem;font-weight:800;letter-spacing:-.04em;color:var(--navy)}
.nav-logo-tag{font-size:10px;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;margin-left:8px;display:none}
.nav-logo em{font-style:normal;color:var(--red)}
.nav-links{display:flex;align-items:center;gap:6px;list-style:none;flex:1;justify-content:center}
.nav-links a{font-size:14px;font-weight:600;color:var(--text-muted);padding:6px 12px;border-radius:6px;transition:all .15s}
.nav-links a:hover,.nav-links a.active{color:var(--navy);background:var(--navy-light)}
.nav-right{display:flex;align-items:center;gap:8px;flex-shrink:0}
.nav-phone{font-size:13px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:5px}
.nav-cart-btn{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);color:var(--text-muted);transition:all .15s}
.nav-cart-btn:hover{background:var(--surface);color:var(--navy)}
.nav-cart-badge{position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;background:var(--red);color:#fff;font-size:10px;font-weight:800;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}
.nav-burger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0}
.nav-burger span{display:block;height:2px;background:var(--navy);border-radius:2px;transition:all .25s}
.nav-burger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.nav-burger.open span:nth-child(2){opacity:0}
.nav-burger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.nav-mobile{position:fixed;inset:0;z-index:200;background:#fff;display:flex;flex-direction:column;padding:80px 24px 40px;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto}
.nav-mobile.open{transform:translateX(0)}
.nav-mobile ul{list-style:none;display:flex;flex-direction:column;gap:4px}
.nav-mobile ul a{display:block;font-size:1.1rem;font-weight:700;color:var(--navy);padding:13px 16px;border-radius:var(--radius);transition:background .15s}
.nav-mobile ul a:hover{background:var(--surface)}
.nav-mobile-footer{margin-top:auto;padding-top:24px;border-top:1px solid var(--border)}

/* ── Hero / Page header ─────────────────────────────────── */
.page-hero{background:var(--navy);color:#fff;padding:40px 0 36px}
.page-hero h1{color:#fff;font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:8px}
.page-hero p{color:rgba(255,255,255,.7);font-size:15px}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.55);margin-bottom:12px}
.breadcrumb a{color:rgba(255,255,255,.55);transition:color .15s}
.breadcrumb a:hover{color:#fff}

/* ── Home hero ──────────────────────────────────────────── */
.home-hero{background:url('/img/hero-bg.jpg') 60% center/cover no-repeat;position:relative;min-height:460px;display:flex;align-items:center}
.home-hero-overlay{width:100%;padding:64px 0;background:linear-gradient(to right,rgba(10,22,48,.88) 0%,rgba(10,22,48,.78) 30%,rgba(10,22,48,.35) 55%,rgba(10,22,48,0) 68%)}
.home-hero-text{max-width:480px}
.home-hero h1{color:#fff;margin-bottom:14px;font-size:clamp(1.45rem,2.4vw,2.1rem);font-weight:600;line-height:1.18;letter-spacing:-.01em}
.home-hero h1 em{font-style:normal;color:#fbbf24;display:inline}
.home-hero-sub{color:rgba(255,255,255,.75);font-size:.95rem;max-width:400px;margin-bottom:16px;line-height:1.68}
.home-hero-trust{display:flex;flex-wrap:wrap;gap:6px 18px}
.home-hero-trust-item{display:flex;align-items:center;gap:5px;font-size:12px;color:rgba(255,255,255,.65);font-weight:600;white-space:nowrap}
.home-hero-trust-item svg{color:#86d9a8;flex-shrink:0}
.home-hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px;padding-top:4px}
.home-hero-call{background:rgba(255,255,255,.18)!important;color:#fff!important;border:2px solid rgba(255,255,255,.75)!important;font-weight:700}
.home-hero-call:hover{background:rgba(255,255,255,.28)!important;border-color:#fff!important;transform:translateY(-1px)}
/* ── Filters ────────────────────────────────────────────── */
.filter-bar{background:#fff;border-bottom:1px solid var(--border);padding:16px 0;position:sticky;top:72px;z-index:90}
.filter-inner{display:flex;align-items:flex-start;gap:24px;flex-wrap:wrap}
.filter-group{display:flex;flex-direction:column;gap:6px}
.filter-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-dim)}
.filter-chips{display:flex;gap:6px;flex-wrap:wrap}
.filter-chip{padding:5px 12px;border-radius:100px;font-size:12.5px;font-weight:600;color:var(--text-muted);border:1.5px solid var(--border);background:#fff;cursor:pointer;transition:all .15s;white-space:nowrap}
.filter-chip:hover,.filter-chip.active{color:var(--navy);border-color:var(--navy);background:var(--navy-light)}
.filter-count{font-size:12.5px;color:var(--text-muted);align-self:flex-end;margin-left:auto;white-space:nowrap}

/* ── Product Grid ───────────────────────────────────────── */
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(272px,1fr));gap:20px}
.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}
.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.product-card-img{position:relative;aspect-ratio:4/3;background:#f5f5f3;overflow:hidden;display:flex;align-items:center;justify-content:center}
.product-card-img img{width:85%;height:85%;object-fit:contain;transition:transform .4s}
.product-card:hover .product-card-img img{transform:scale(1.04)}
.product-badge{position:absolute;top:10px;left:10px;font-size:10.5px;font-weight:800;padding:3px 9px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}
.badge-pick{background:#1b2d4f;color:#fff}
.badge-value{background:#2d6a4f;color:#fff}
.badge-deal{background:#c0392b;color:#fff}
.badge-new{background:#d97706;color:#fff}
.product-card-body{padding:16px;display:flex;flex-direction:column;flex:1}
.product-card-tech{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--red);margin-bottom:5px}
.product-card-name{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.3}
.product-card-specs{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:12px}
.spec-chip{font-size:11px;font-weight:600;color:var(--text-muted);background:var(--surface);padding:3px 8px;border-radius:4px;border:1px solid var(--border)}
.product-card-price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:14px;margin-top:auto}
.product-card-price{font-size:1.3rem;font-weight:800;color:var(--navy)}
.product-card-price-old{font-size:13px;color:var(--text-dim);text-decoration:line-through}
.product-card-save{font-size:11.5px;font-weight:700;color:var(--green);background:var(--green-light);padding:2px 7px;border-radius:4px}
.product-card-meta{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--green);font-weight:600;margin-bottom:12px}
.product-card-meta svg{flex-shrink:0}

/* ── Product Detail ──────────────────────────────────────── */
.pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.pd-img-wrap{background:#f5f5f3;border-radius:var(--radius-lg);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pd-img-wrap img{width:85%;height:85%;object-fit:contain}
.pd-warranty{display:inline-flex;align-items:center;gap:6px;background:var(--green-light);color:var(--green);border:1px solid rgba(45,106,79,.2);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:700;margin-bottom:16px}
.pd-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}
.pd-price{font-size:2.2rem;font-weight:800;color:var(--navy)}
.pd-price-old{font-size:1rem;color:var(--text-dim);text-decoration:line-through}
.pd-save{font-size:13px;font-weight:700;color:var(--green);background:var(--green-light);padding:3px 9px;border-radius:4px}
.pd-tax{font-size:12px;color:var(--text-dim);margin-bottom:20px}
.pd-delivery{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;padding:14px 16px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}
.pd-delivery-row{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--text-muted)}
.pd-delivery-row svg{color:var(--green);flex-shrink:0}
.pd-delivery-row strong{color:var(--navy)}
.pd-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}
.specs-table{width:100%;border-collapse:collapse;font-size:14px}
.specs-table tr{border-bottom:1px solid var(--border)}
.specs-table td:first-child{color:var(--text-muted);padding:9px 0;width:45%}
.specs-table td:last-child{color:var(--navy);font-weight:600;padding:9px 0}

/* ── Blog ───────────────────────────────────────────────── */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}
.blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}
.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.blog-card-img{aspect-ratio:16/9;overflow:hidden;background:var(--surface)}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.blog-card:hover .blog-card-img img{transform:scale(1.04)}
.blog-card-body{padding:20px;flex:1;display:flex;flex-direction:column}
.blog-card-cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--red);margin-bottom:7px}
.blog-card-title{font-size:1rem;font-weight:700;color:var(--navy);line-height:1.38;margin-bottom:9px}
.blog-card-excerpt{font-size:13.5px;color:var(--text-muted);line-height:1.65;margin-bottom:14px;flex:1}
.blog-card-meta{font-size:12px;color:var(--text-dim);display:flex;gap:12px}

/* ── Article ────────────────────────────────────────────── */
.article-hero-img{width:100%;aspect-ratio:16/6;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:36px}
.article-body p{font-size:16px;color:#374151;line-height:1.82;margin-bottom:20px}
.article-body h2{font-size:1.5rem;margin:40px 0 14px}
.article-body h3{font-size:1.15rem;margin:28px 0 10px}
.article-body blockquote{border-left:4px solid var(--navy);padding:14px 20px;background:var(--navy-light);border-radius:0 var(--radius) var(--radius) 0;margin:28px 0;font-style:italic}
.article-body ul{padding-left:22px;margin-bottom:18px;display:flex;flex-direction:column;gap:8px}
.article-body ul li{color:#374151;font-size:15.5px;line-height:1.7}
.article-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;margin:32px 0}

/* ── Cart & Checkout ────────────────────────────────────── */
.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}
.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}
.order-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;position:sticky;top:88px}
.summary-row{display:flex;justify-content:space-between;font-size:14px;padding:7px 0}
.summary-row .lbl{color:var(--text-muted)}
.summary-total{display:flex;justify-content:space-between;align-items:baseline;padding-top:14px;border-top:1px solid var(--border);margin-top:6px}
.summary-total .lbl{font-size:15px;font-weight:700;color:var(--navy)}
.summary-total .val{font-size:1.6rem;font-weight:800;color:var(--navy)}

/* ── Forms ──────────────────────────────────────────────── */
.form-section{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px}
.form-section h3{font-size:1rem;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid var(--border)}
.field{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}
.field label{font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}
.field input,.field select,.field textarea{padding:11px 14px;border:2px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;color:var(--navy);transition:border .15s;background:#fff}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--navy)}
.field input.err,.field textarea.err,.field select.err{border-color:var(--red)}
.field-err{font-size:12px;color:var(--red);display:none;margin-top:3px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.consent-row{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--text-muted);line-height:1.55;margin-bottom:16px}
.consent-row input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:var(--navy)}
.consent-row a{color:var(--navy);text-decoration:underline}
.form-inline-err{background:#fdf2f1;border:1px solid rgba(192,57,43,.3);border-radius:var(--radius);padding:11px 14px;font-size:13.5px;color:var(--red);margin-bottom:14px;display:none}

/* ── Trust signals ──────────────────────────────────────── */
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.trust-card{text-align:center;padding:24px 16px}
.trust-card .icon{width:52px;height:52px;border-radius:12px;background:var(--navy-light);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.trust-card h3{font-size:.95rem;margin-bottom:6px}
.trust-card p{font-size:13.5px}

/* ── Family story strip ─────────────────────────────────── */
.family-strip{background:var(--navy);color:#fff;padding:48px 0}
.family-strip h2{color:#fff;margin-bottom:14px}
.family-strip p{color:rgba(255,255,255,.75)}
.family-strip-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}

/* ── Service area ───────────────────────────────────────── */
.service-chip{display:inline-flex;align-items:center;gap:5px;background:var(--green-light);color:var(--green);border:1px solid rgba(45,106,79,.2);border-radius:100px;padding:5px 12px;font-size:12.5px;font-weight:600}

/* ── Footer ─────────────────────────────────────────────── */
.site-footer{background:var(--navy);color:#fff;padding:56px 0 32px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
.footer-logo{font-size:1.2rem;font-weight:800;letter-spacing:-.03em;margin-bottom:10px}
.footer-logo em{font-style:normal;color:#fbbf24}
.footer-desc{font-size:13.5px;color:rgba(255,255,255,.6);line-height:1.7;max-width:280px}
.footer-col h4{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.45);margin-bottom:14px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-col ul a{font-size:13.5px;color:rgba(255,255,255,.65);transition:color .15s}
.footer-col ul a:hover{color:#fff}
.footer-col .contact-line{font-size:13px;color:rgba(255,255,255,.65);display:flex;align-items:center;gap:7px;margin-bottom:8px}
.footer-col .contact-line a{color:rgba(255,255,255,.65)}
.footer-col .contact-line a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}
.footer-bottom-text{font-size:12px;color:rgba(255,255,255,.4);line-height:1.7}
.footer-legal-links{display:flex;gap:16px;flex-wrap:wrap}
.footer-legal-links a{font-size:12px;color:rgba(255,255,255,.4);transition:color .15s}
.footer-legal-links a:hover{color:rgba(255,255,255,.8)}

/* ── Cookie banner ──────────────────────────────────────── */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--navy);border-top:3px solid var(--red);padding:18px 24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:space-between;transform:translateY(100%);transition:transform .35s;box-shadow:0 -4px 20px rgba(0,0,0,.2)}
.cookie-banner.visible{transform:translateY(0)}
.cookie-text{font-size:13.5px;color:rgba(255,255,255,.8);line-height:1.55;flex:1;min-width:240px}
.cookie-text a{color:#fbbf24;text-decoration:underline}
.cookie-btns{display:flex;gap:10px;flex-shrink:0}
.btn-cookie-accept{background:var(--red);color:#fff;padding:9px 20px;border-radius:var(--radius);font-weight:700;font-size:13.5px;cursor:pointer;transition:background .15s}
.btn-cookie-accept:hover{background:#a93226}
.btn-cookie-decline{background:transparent;color:rgba(255,255,255,.65);border:1.5px solid rgba(255,255,255,.25);padding:9px 20px;border-radius:var(--radius);font-weight:600;font-size:13.5px;cursor:pointer;transition:all .15s}
.btn-cookie-decline:hover{border-color:rgba(255,255,255,.6);color:#fff}

/* ── Legal pages ────────────────────────────────────────── */
.legal-body{padding:48px 0 80px;font-size:15px;color:#374151;line-height:1.8}
.legal-body h2{font-size:1.25rem;color:var(--navy);margin:32px 0 10px;padding-top:6px}
.legal-body h3{font-size:1rem;color:var(--navy);margin:22px 0 8px}
.legal-body p{margin-bottom:12px}
.legal-body ul{padding-left:20px;margin-bottom:12px;display:flex;flex-direction:column;gap:5px}
.legal-body a{color:var(--navy);text-decoration:underline}
.legal-body table{width:100%;border-collapse:collapse;font-size:13.5px;margin:12px 0}
.legal-body th{text-align:left;padding:9px 12px;background:var(--surface);color:var(--text-muted);font-size:11.5px;font-weight:700;text-transform:uppercase;border:1px solid var(--border)}
.legal-body td{padding:9px 12px;border:1px solid var(--border)}

/* ── Responsive ─────────────────────────────────────────── */
@media(max-width:1024px){
  .trust-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>:first-child{grid-column:1/-1}
  .pd-grid{grid-template-columns:1fr}
  .pd-specs-grid{grid-template-columns:1fr !important}
  .family-strip-grid{grid-template-columns:1fr}
  .cart-layout,.checkout-layout{display:flex;flex-direction:column}
  .order-summary{position:static;order:-1}
}
@media(max-width:768px){
  .section{padding:52px 0}
  .filter-inner{gap:12px}
  .nav-links{display:none}
  .nav-phone{display:none}
  .nav-burger{display:flex}
  .products-grid{grid-template-columns:1fr 1fr}
  .blog-grid{grid-template-columns:1fr}
  .trust-bar-inner{gap:16px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .home-hero-overlay{background:linear-gradient(to bottom,rgba(27,45,79,.95) 0%,rgba(27,45,79,.85) 100%)}
  .home-hero{min-height:320px}
}
@media(max-width:480px){
  .wrap{padding:0 16px}
  .products-grid{grid-template-columns:1fr}
  .field-row{grid-template-columns:1fr}
  .trust-bar-inner{flex-direction:column;gap:10px;text-align:center}
  .trust-grid{grid-template-columns:1fr 1fr}
}
