/* ==========================================================================
   GAV4U — Take a Seat  |  Shared stylesheet (RTL / Hebrew)
   ========================================================================== */
:root{
  --blue:#1479e6;
  --blue-dark:#0f63c4;
  --blue-soft:#eaf3fe;
  --ink:#1f2733;
  --heading:#212936;
  --text:#4b5563;
  --muted:#8a93a2;
  --line:#e7eaf0;
  --line-2:#eef1f5;
  --bg:#ffffff;
  --bg-soft:#f8f9fb;
  --bg-soft-2:#f4f6f9;
  --green:#18a558;
  --star:#f6b21b;
  --footer-bg:#f7f8fa;
  --footer-bar:#2b2c2e;
  --radius:12px;
  --radius-lg:16px;
  --shadow-sm:0 1px 2px rgba(16,24,40,.05);
  --shadow:0 6px 22px rgba(16,24,40,.07);
  --shadow-lg:0 14px 40px rgba(16,24,40,.10);
  --container:1200px;
  --hero-cream:#f7efe6;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:'Heebo','Assistant',system-ui,-apple-system,'Segoe UI',sans-serif;
  color:var(--text);
  background:var(--bg);
  direction:rtl;
  font-size:15px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5{margin:0;color:var(--heading);font-weight:700;line-height:1.3}
p{margin:0}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
ul{margin:0;padding:0;list-style:none}
button{font-family:inherit;cursor:pointer}
.container{max-width:var(--container);margin:0 auto;padding:0 20px}

/* ------- Buttons ------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:none;border-radius:10px;font-weight:600;font-size:15px;
  padding:12px 22px;transition:.18s ease;white-space:nowrap}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--blue-dark)}
.btn-outline{background:#fff;color:var(--blue);border:1.5px solid var(--blue)}
.btn-outline:hover{background:var(--blue-soft)}
.btn-block{width:100%}
.btn svg{width:18px;height:18px}

/* ==========================================================================
   TOP BAR
   ========================================================================== */
.topbar{background:#f4f4f5;border-bottom:1px solid #ececef;font-size:12.5px;color:#5a6472}
.topbar .container{display:flex;align-items:center;justify-content:center;gap:34px;height:38px}
.topbar-item{display:flex;align-items:center;gap:7px}
.topbar-item svg{width:15px;height:15px;color:#7b8494}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header{background:#fff;border-bottom:1px solid var(--line)}
.header-main{display:flex;align-items:center;gap:22px;height:78px}
.brand{display:flex;flex-direction:column;align-items:flex-start;line-height:1;order:3;flex-shrink:0}
.brand .logo{font-size:26px;font-weight:800;letter-spacing:.5px;color:#20272f}
.brand .logo b{color:var(--blue);font-weight:800}
.brand .tag{font-size:9px;letter-spacing:3px;color:#9aa2ad;margin-top:4px;font-weight:600}

form.search{order:2;flex:1;max-width:560px;margin:0 auto;position:relative}
form.search input{width:100%;height:44px;border:1px solid var(--line);border-radius:10px;
  background:#fff;padding:0 44px 0 16px;font-size:14px;color:var(--text);outline:none}
form.search input::placeholder{color:#a7aeb9}
form.search input:focus{border-color:var(--blue)}
form.search .ico{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#9aa2ad}
form.search .ico svg{width:18px;height:18px}

.header-icons{order:1;display:flex;align-items:center;gap:18px}
.hicon{position:relative;color:#3f4854;display:flex}
.hicon svg{width:23px;height:23px}
.hicon .badge{position:absolute;top:-7px;right:-9px;background:var(--blue);color:#fff;
  font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:9px;
  display:flex;align-items:center;justify-content:center;padding:0 4px}

/* nav */
.nav{border-top:1px solid var(--line-2)}
.nav .container{display:flex;justify-content:center}
.nav ul{display:flex;gap:30px}
.nav a{display:block;padding:14px 2px;font-size:14.5px;font-weight:600;color:#3d4653;
  position:relative}
.nav a:hover{color:var(--blue)}
.nav a.active{color:var(--blue)}
.nav a.active::after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--blue)}

/* ==========================================================================
   PAGE HERO (inner pages)
   ========================================================================== */
.page-hero{position:relative;min-height:250px;display:flex;align-items:center;
  background:linear-gradient(90deg,#f2ede6 0%,#efe7dc 40%,#e9e0d3 100%);overflow:hidden}
.page-hero .container{position:relative;z-index:2;text-align:center;padding-top:34px;padding-bottom:34px}
.page-hero h1{font-size:36px;color:#232a34;margin-bottom:12px}
.page-hero p{color:#5c6470;font-size:16px;max-width:560px;margin:0 auto}
.page-hero .crumbs{margin-top:18px;font-size:13px;color:#6a7280;display:flex;gap:8px;justify-content:center}
.page-hero .crumbs a:hover{color:var(--blue)}
.page-hero .crumbs .sep{color:#adb4bf}
.page-hero .hero-chair{position:absolute;inset-inline-start:0;top:0;bottom:0;width:46%;
  background:
    radial-gradient(120% 120% at 30% 20%, rgba(255,255,255,.55), transparent 60%),
    linear-gradient(120deg,#efe7db,#e3d8c7);
  opacity:1}
.page-hero .hero-chair svg{position:absolute;left:8%;bottom:0;height:92%;width:auto;opacity:.95}

/* ==========================================================================
   FEATURE STRIP
   ========================================================================== */
.feature-strip{background:var(--bg-soft);border:1px solid var(--line-2);border-radius:var(--radius);
  margin:34px auto;padding:22px 10px}
.feature-strip .grid{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.feat{display:flex;align-items:center;gap:12px;flex:1;justify-content:center;min-width:180px}
.feat svg{width:30px;height:30px;color:#3f4854;flex-shrink:0}
.feat .ft-t{font-weight:700;color:var(--heading);font-size:14.5px}
.feat .ft-s{font-size:12.5px;color:var(--muted)}

/* ==========================================================================
   SECTION HELPERS
   ========================================================================== */
.section{padding:56px 0}
.section-head{text-align:center;margin-bottom:34px}
.section-head h2{font-size:28px;color:#20272f;margin-bottom:8px}
.section-head p{color:var(--muted);font-size:15px}

/* ==========================================================================
   PRODUCT CARD
   ========================================================================== */
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.pcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:16px;text-align:center;transition:.2s;display:flex;flex-direction:column;min-width:0}
.pcard:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.pcard .thumb{position:relative;height:190px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.pcard .thumb svg{max-height:170px;max-width:82%;height:auto;width:auto}
.pcard .thumb img{max-height:185px;max-width:92%;width:auto;height:auto;object-fit:contain}
.pcard .sale{position:absolute;top:6px;right:6px;background:var(--green);color:#fff;
  font-size:11px;font-weight:700;padding:3px 9px;border-radius:6px}
.pcard .fav{position:absolute;bottom:8px;left:8px;color:#c2c8d0}
.pcard .title{font-weight:700;color:#242b34;font-size:15px;margin-bottom:2px}
.pcard .subtitle{font-size:13px;color:var(--muted);margin-bottom:10px;font-weight:600}
.pcard .rating{display:flex;gap:2px;justify-content:center;margin-bottom:8px;color:var(--star)}
.pcard .rating svg{width:14px;height:14px}
.pcard .price{margin-bottom:12px;display:flex;gap:8px;justify-content:center;align-items:baseline}
.pcard .price .now{color:var(--blue);font-weight:800;font-size:18px}
.pcard .price .old{color:#b6bcc6;text-decoration:line-through;font-size:14px}
.pcard .card-actions{margin-top:auto;display:flex;align-items:center;gap:8px}
.pcard .card-actions .btn{flex:1;padding:9px 10px;font-size:13.5px}
.pcard .heart{width:38px;height:38px;border:1px solid var(--line);border-radius:9px;
  display:flex;align-items:center;justify-content:center;color:#aab1bb;flex-shrink:0}
.pcard .heart svg{width:17px;height:17px}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer{background:var(--footer-bg);border-top:1px solid var(--line);padding:52px 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:34px;padding-bottom:44px}
.footer .f-brand .logo{font-size:24px;font-weight:800;color:#20272f}
.footer .f-brand .logo b{color:var(--blue)}
.footer .f-brand p{font-size:13px;color:#7b838f;margin-top:14px;line-height:1.8}
.footer .f-social{display:flex;gap:10px;margin-top:18px}
.footer .f-social a{width:34px;height:34px;border-radius:50%;background:#e9ebef;color:#5a6270;
  display:flex;align-items:center;justify-content:center}
.footer .f-social a:hover{background:var(--blue);color:#fff}
.footer .f-social svg{width:16px;height:16px}
.footer h4{font-size:15px;color:#20272f;margin-bottom:18px}
.footer .f-links li{margin-bottom:11px}
.footer .f-links a{font-size:13.5px;color:#6c7480}
.footer .f-links a:hover{color:var(--blue)}
.footer .f-contact li{display:flex;align-items:center;gap:10px;margin-bottom:13px;font-size:13.5px;color:#6c7480;flex-direction:row-reverse;justify-content:flex-end}
.footer .f-contact svg{width:16px;height:16px;color:#9aa2ad;flex-shrink:0}
.footer-bar{background:var(--footer-bar);color:#c7ccd3}
.footer-bar .container{display:flex;align-items:center;justify-content:space-between;height:52px;font-size:12.5px}
.footer-bar .pay{display:flex;gap:7px}
.footer-bar .pay span{background:#fff;border-radius:4px;padding:3px 6px;font-size:10px;font-weight:800;color:#333;line-height:1}

/* ==========================================================================
   NEWSLETTER / CTA BAND
   ========================================================================== */
.cta-band{background:var(--bg-soft-2);border:1px solid var(--line-2);border-radius:var(--radius-lg);
  padding:34px;display:flex;align-items:center;gap:24px;justify-content:space-between;overflow:hidden;position:relative}
.cta-band .cta-copy h3{font-size:24px;color:#20272f;margin-bottom:8px}
.cta-band .cta-copy p{color:var(--muted);font-size:14px}
.cta-band .cta-form{display:flex;gap:10px;min-width:420px}
.cta-band .cta-form input{flex:1;height:46px;border:1px solid var(--line);border-radius:10px;
  padding:0 16px;font-size:14px;outline:none}
.cta-band .cta-form input:focus{border-color:var(--blue)}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media(max-width:1024px){
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav ul{gap:18px;flex-wrap:wrap;justify-content:center}
}
@media(max-width:768px){
  .header-main{flex-wrap:wrap;height:auto;padding:14px 0;gap:14px}
  form.search{order:3;flex-basis:100%;max-width:none}
  .brand{order:2;margin-inline-start:auto}
  .header-icons{order:1}
  .topbar .container{gap:16px;flex-wrap:wrap;height:auto;padding:8px 20px}
  .products-grid{grid-template-columns:1fr 1fr;gap:14px}
  .footer-grid{grid-template-columns:1fr;gap:26px}
  .cta-band{flex-direction:column;text-align:center}
  .cta-band .cta-form{min-width:0;width:100%}
  .page-hero .hero-chair{display:none}
  .section-head h2{font-size:23px}
}

/* ==========================================================================
   HOME — HERO
   ========================================================================== */
.home-hero{background:linear-gradient(100deg,#faf5ee 0%,#f3ebdf 55%,#ede2d1 100%);position:relative;overflow:hidden}
.home-hero .container{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:30px;padding-top:44px;padding-bottom:44px}
.home-hero .hh-copy{padding:10px 0}
.home-hero .eyebrow{color:#6b7280;font-size:14px;margin-bottom:14px;font-weight:600}
.home-hero h1{font-size:52px;line-height:1.15;color:#1c222b;margin-bottom:20px}
.home-hero h1 .accent{color:var(--blue)}
.home-hero .lead{font-size:16px;color:#59616d;max-width:430px;margin-bottom:24px}
.home-hero .hh-badges{display:flex;gap:26px;margin-bottom:28px}
.home-hero .hh-badge{display:flex;align-items:center;gap:10px}
.home-hero .hh-badge svg{width:26px;height:26px;color:#3f4854}
.home-hero .hh-badge b{display:block;color:#242b34;font-size:13.5px}
.home-hero .hh-badge span{font-size:12px;color:var(--muted)}
.home-hero .hh-visual{position:relative;height:420px;display:flex;align-items:flex-end;justify-content:center;
  background:radial-gradient(80% 80% at 60% 30%, rgba(255,255,255,.6), transparent 70%)}
.home-hero .hh-visual svg{height:400px;width:auto;filter:drop-shadow(0 24px 30px rgba(0,0,0,.18))}
.home-hero .hh-visual img{width:100%;max-width:520px;height:auto;display:block;margin-inline:auto;filter:drop-shadow(0 22px 28px rgba(0,0,0,.16))}
.home-hero .btn svg{transform:scaleX(-1)}

/* feature row (home, under hero) */
.usp-row{border-bottom:1px solid var(--line-2);padding:30px 0}
.usp-row .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.usp{text-align:center}
.usp svg{width:30px;height:30px;color:#3f4854;margin:0 auto 10px;display:block}
.usp b{display:block;color:#242b34;font-size:15px;margin-bottom:3px}
.usp span{font-size:12.5px;color:var(--muted)}

/* category tiles (home) */
.cat-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ctile{position:relative;height:230px;border-radius:var(--radius);overflow:hidden;
  background:linear-gradient(160deg,#2a2f37,#12151a);display:flex;align-items:flex-end;justify-content:center;padding:22px;text-align:center}
.ctile .ct-chair{position:absolute;top:14px;left:50%;transform:translateX(-50%);opacity:.28}
.ctile .ct-chair svg{height:150px}
.ctile .ct-ico{position:absolute;top:50%;left:50%;transform:translate(-50%,-70%);width:56px;height:56px;
  background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}
.ctile .ct-ico svg{width:26px;height:26px;color:#2a2f37}
.ctile .ct-label{position:relative;z-index:2;color:#fff}
.ctile .ct-label b{display:block;font-size:17px;margin-bottom:2px}
.ctile .ct-label span{font-size:12.5px;color:#c8cdd6;display:inline-flex;gap:5px;align-items:center}

/* why-band (home) */
.why-band{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.why-band .why-img{height:320px;border-radius:var(--radius-lg);
  background:linear-gradient(150deg,#eef1f4,#dfe4ea);position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}
.why-band .why-img svg{height:300px;filter:drop-shadow(0 16px 22px rgba(0,0,0,.14))}
.why-band .why-img img{height:100%;width:auto;max-width:96%;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(0,0,0,.14))}
.why-band h2{font-size:30px;margin-bottom:14px}
.why-band .why-lead{color:#59616d;margin-bottom:22px}
.why-list li{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#333c47;font-weight:500}
.why-list svg{width:20px;height:20px;flex-shrink:0}

/* brands */
.brands{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;padding:12px 0}
.brands span{font-size:20px;font-weight:800;color:#9aa2ad;letter-spacing:.5px}

/* reviews */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;text-align:center}
.review .stars{color:var(--star);display:flex;gap:2px;justify-content:center;margin-bottom:14px}
.review .stars svg{width:16px;height:16px}
.review p{color:#4b5563;font-size:14px;margin-bottom:16px;line-height:1.7}
.review .who{font-weight:700;color:#242b34}
.dots{display:flex;gap:7px;justify-content:center;margin-top:26px}
.dots i{width:8px;height:8px;border-radius:50%;background:#d3d8df;display:block}
.dots i.on{background:var(--blue);width:22px;border-radius:5px}

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */
.shop{display:grid;grid-template-columns:250px 1fr;gap:26px;align-items:start}
.filters{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}
.filters h3{font-size:17px;margin-bottom:20px;text-align:right}
.filter-block{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--line-2)}
.filter-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.filter-block h5{font-size:14px;color:#333c47;margin-bottom:14px}
.range-track{height:4px;background:#e4e8ee;border-radius:3px;position:relative;margin:16px 0 10px}
.range-track::before{content:"";position:absolute;right:0;width:65%;height:100%;background:var(--blue);border-radius:3px}
.range-track .knob{position:absolute;top:50%;width:14px;height:14px;background:#fff;border:3px solid var(--blue);border-radius:50%;transform:translate(50%,-50%)}
.range-track .knob.k1{right:0}.range-track .knob.k2{right:65%}
.range-vals{display:flex;justify-content:space-between;font-size:12.5px;color:var(--muted)}
.f-check{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:13.5px;color:#4b5563;cursor:pointer}
.f-check .lft{display:flex;align-items:center;gap:9px;flex-direction:row-reverse}
.f-check .box{width:17px;height:17px;border:1.5px solid #c7cdd6;border-radius:4px}
.f-check .count{color:var(--muted);font-size:12.5px}
.swatches{display:flex;gap:10px;flex-wrap:wrap}
.swatch{width:26px;height:26px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #d9dee5}
.clear-filter{display:flex;align-items:center;gap:7px;color:var(--blue);font-size:13.5px;font-weight:600;margin-top:4px}
.clear-filter svg{width:15px;height:15px}

.shop-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:12px}
.shop-topbar .count{font-size:13.5px;color:var(--muted)}
.view-toggle{display:flex;gap:6px}
.view-toggle .vt{width:38px;height:38px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#aab1bb;background:#fff}
.view-toggle .vt.on{background:var(--blue);color:#fff;border-color:var(--blue)}
.view-toggle .vt svg{width:17px;height:17px}
.sort-sel{position:relative}
.sort-sel select{appearance:none;height:38px;border:1px solid var(--line);border-radius:8px;padding:0 14px 0 34px;font-size:13.5px;color:#4b5563;background:#fff;outline:none}
.sort-sel::after{content:"";position:absolute;left:14px;top:50%;width:8px;height:8px;border-right:2px solid #9aa2ad;border-bottom:2px solid #9aa2ad;transform:translateY(-70%) rotate(45deg)}
.category-grid{grid-template-columns:repeat(4,1fr)}
.pagination{display:flex;gap:8px;justify-content:center;margin-top:34px}
.pagination a{width:38px;height:38px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#4b5563;background:#fff}
.pagination a.active{background:var(--blue);color:#fff;border-color:var(--blue)}
.pagination a svg{width:16px;height:16px}

/* why-choose split (category/product) */
.why-split{background:var(--bg-soft);border-radius:var(--radius-lg);display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;padding:36px;overflow:hidden}
.why-split .ws-img{height:280px;border-radius:var(--radius);background:linear-gradient(150deg,#e9edf1,#dbe0e7);display:flex;align-items:flex-end;justify-content:center}
.why-split .ws-img svg{height:262px;filter:drop-shadow(0 14px 20px rgba(0,0,0,.13))}
.why-split h2{font-size:26px;margin-bottom:14px}
.why-split .ws-lead{color:#59616d;margin-bottom:20px;font-size:14.5px}

/* ==========================================================================
   PRODUCT PAGE
   ========================================================================== */
.breadcrumb{font-size:13px;color:var(--muted);display:flex;gap:8px;justify-content:flex-end;padding:16px 0;flex-wrap:wrap}
.breadcrumb .sep{color:#c3c9d1}
.breadcrumb a:hover{color:var(--blue)}
.product-top{display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:start}
.gallery .main-img{height:420px;background:linear-gradient(150deg,#f4f1ec,#eae4d9);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.gallery .main-img svg{height:360px;filter:drop-shadow(0 18px 26px rgba(0,0,0,.16))}
.thumbs{display:flex;gap:12px;margin-top:14px}
.thumbs .thumb{flex:1;height:78px;border:1.5px solid var(--line);border-radius:10px;background:#f5f2ed;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}
.thumbs .thumb svg{height:60px}
.thumbs .thumb.active{border-color:var(--blue)}
.thumbs .thumb.more{background:#1c2129;color:#fff;font-weight:700;font-size:16px}
.pd-title{font-size:28px;color:#1e252e;margin-bottom:10px;text-align:right}
.pd-rating{display:flex;gap:8px;align-items:center;justify-content:flex-end;color:var(--star);margin-bottom:14px}
.pd-rating svg{width:16px;height:16px}
.pd-rating .cnt{color:var(--muted);font-size:13px}
.pd-price{display:flex;gap:10px;align-items:center;justify-content:flex-end;margin-bottom:20px}
.pd-price .now{color:var(--blue);font-size:26px;font-weight:800}
.pd-price .old{color:#b6bcc6;text-decoration:line-through;font-size:16px}
.pd-price .tag{background:var(--green);color:#fff;font-size:12px;font-weight:700;padding:3px 10px;border-radius:6px}
.pd-feats{margin-bottom:22px}
.pd-feats li{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#333c47;font-size:14px;flex-direction:row-reverse;justify-content:flex-end}
.pd-feats svg{width:19px;height:19px;flex-shrink:0}
.pd-color{margin-bottom:22px;text-align:right}
.pd-color .lbl{font-size:13.5px;color:#4b5563;margin-bottom:10px}
.pd-color .swatches{justify-content:flex-end}
.pd-buy{display:flex;gap:12px;align-items:center;margin-bottom:18px;flex-direction:row-reverse}
.pd-buy .btn{flex:1;padding:14px}
.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden;height:50px}
.qty button{width:42px;height:100%;background:#f6f7f9;border:none;font-size:18px;color:#5a6270}
.qty input{width:44px;text-align:center;border:none;outline:none;font-size:15px;font-weight:600;color:#242b34}
.pd-meta{display:flex;gap:18px;justify-content:flex-end;color:var(--muted);font-size:13px}
.pd-meta span{display:flex;align-items:center;gap:6px}
.pd-meta svg{width:15px;height:15px}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}
.trust-card{border:1px solid var(--line);border-radius:10px;padding:12px;display:flex;align-items:center;gap:10px;font-size:12px;color:#4b5563;flex-direction:row-reverse;text-align:right}
.trust-card svg{width:22px;height:22px;color:#3f4854;flex-shrink:0}

.support-band{background:var(--bg-soft);border-radius:var(--radius-lg);display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;padding:38px;overflow:hidden;margin:52px 0}
.support-band .sb-img{height:300px;border-radius:var(--radius);background:linear-gradient(150deg,#e9edf1,#dbe0e7);display:flex;align-items:flex-end;justify-content:center}
.support-band .sb-img svg{height:280px;filter:drop-shadow(0 14px 20px rgba(0,0,0,.13))}
.support-band h2{font-size:26px;margin-bottom:12px;text-align:right}
.support-band .sb-lead{color:#59616d;font-size:14px;margin-bottom:22px;text-align:right}
.sb-features{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.sb-feat{display:flex;gap:12px;flex-direction:row-reverse;text-align:right}
.sb-feat svg{width:26px;height:26px;color:var(--blue);flex-shrink:0}
.sb-feat b{display:block;color:#242b34;font-size:14.5px;margin-bottom:3px}
.sb-feat span{font-size:12.5px;color:var(--muted)}

.related-wrap{position:relative}
.related-wrap .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;color:#5a6270;z-index:3}
.related-wrap .na-right{right:-16px}.related-wrap .na-left{left:-16px}
.related-wrap .na-right svg,.related-wrap .na-left svg{width:18px;height:18px}

.rev-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}
.rev-head h2{font-size:26px}
.rev-head a{color:var(--blue);font-weight:600;font-size:14px}
.prod-review{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}
.prod-review .stars{color:var(--star);display:flex;gap:2px;margin-bottom:12px;justify-content:flex-end}
.prod-review .stars svg{width:15px;height:15px}
.prod-review p{color:#4b5563;font-size:13.5px;margin-bottom:16px;text-align:right}
.prod-review .who{font-weight:700;color:#242b34;text-align:right;margin-bottom:4px}
.prod-review .verified{display:flex;align-items:center;gap:5px;color:var(--green);font-size:12px;justify-content:flex-end}
.prod-review .verified svg{width:14px;height:14px}

/* ==========================================================================
   BLOG (listing)
   ========================================================================== */
.blog-layout{display:grid;grid-template-columns:1fr 300px;gap:30px;align-items:start}
.blog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px}
.blog-search{position:relative;flex:1;max-width:420px}
.blog-search input{width:100%;height:44px;border:1px solid var(--line);border-radius:10px;padding:0 42px 0 16px;font-size:14px;outline:none}
.blog-search .ico{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#9aa2ad}
.blog-search .ico svg{width:17px;height:17px}
.cat-drop{position:relative}
.cat-drop select{appearance:none;height:44px;border:1px solid var(--line);border-radius:10px;padding:0 16px 0 38px;font-size:14px;color:#4b5563;background:#fff;outline:none}
.cat-drop::after{content:"";position:absolute;left:16px;top:50%;width:8px;height:8px;border-right:2px solid #9aa2ad;border-bottom:2px solid #9aa2ad;transform:translateY(-70%) rotate(45deg)}
.blog-count{font-size:13.5px;color:var(--muted);white-space:nowrap}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.post-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s;display:flex;flex-direction:column}
.post-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.post-card .pc-img{height:180px;background:linear-gradient(150deg,#eef1f4,#dde3ea);display:flex;align-items:center;justify-content:center}
.post-card .pc-img svg{height:150px;opacity:.9}
.post-card .pc-body{padding:18px;display:flex;flex-direction:column;flex:1;text-align:right}
.post-card .pc-cat{color:var(--blue);font-size:12px;font-weight:700;margin-bottom:8px}
.post-card h3{font-size:17px;line-height:1.4;margin-bottom:10px;color:#20272f}
.post-card p{font-size:13px;color:#6c7480;margin-bottom:16px;flex:1}
.post-card .pc-foot{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:var(--muted)}
.post-card .pc-foot a{color:var(--blue);font-weight:600}

/* sidebar */
.sidebar-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-bottom:22px}
.sidebar-card h4{font-size:16px;margin-bottom:18px;text-align:right}
.cat-list li{display:flex;align-items:center;justify-content:space-between;padding:9px 0;font-size:14px;color:#4b5563;border-bottom:1px solid var(--line-2)}
.cat-list li:last-child{border-bottom:none}
.cat-list li.on a{color:var(--blue);font-weight:700}
.cat-list .count{color:var(--muted);font-size:13px}
.pop-post{display:flex;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line-2);flex-direction:row-reverse;text-align:right}
.pop-post:last-child{border-bottom:none}
.pop-post .pp-img{width:56px;height:56px;border-radius:8px;background:linear-gradient(150deg,#e7ebef,#d7dde4);flex-shrink:0;display:flex;align-items:center;justify-content:center}
.pop-post .pp-img svg{height:42px;opacity:.8}
.pop-post b{display:block;font-size:13px;color:#20272f;line-height:1.4;margin-bottom:4px}
.pop-post span{font-size:12px;color:var(--muted)}
.news-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;text-align:right}
.news-card h4{margin-bottom:8px}
.news-card p{font-size:13px;color:#6c7480;margin-bottom:14px}
.news-card input{width:100%;height:44px;border:1px solid var(--line);border-radius:10px;padding:0 14px;font-size:14px;margin-bottom:12px;outline:none}
.help-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;text-align:center}
.help-card .hc-ico{width:52px;height:52px;margin:0 auto 12px;color:#3f4854}
.help-card .hc-ico svg{width:52px;height:52px}
.help-card b{display:block;color:#20272f;margin-bottom:4px}
.help-card p{font-size:13px;color:#6c7480;margin-bottom:16px}

/* ==========================================================================
   SINGLE POST
   ========================================================================== */
.post-layout{display:grid;grid-template-columns:290px 1fr;gap:32px;align-items:start}
.article .a-cat{display:inline-block;background:var(--blue-soft);color:var(--blue);font-size:12px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:14px}
.article h1{font-size:30px;color:#1e252e;margin-bottom:14px;line-height:1.35;text-align:right}
.article .a-meta{display:flex;gap:16px;color:var(--muted);font-size:13px;justify-content:flex-end;margin-bottom:22px;flex-wrap:wrap}
.article .a-meta span{display:flex;align-items:center;gap:6px}
.article .a-meta svg{width:15px;height:15px;flex-shrink:0}
.article .a-hero{height:340px;border-radius:var(--radius-lg);background:linear-gradient(150deg,#eef1f4,#dde3ea);display:flex;align-items:center;justify-content:center;margin-bottom:26px}
.article .a-hero svg{height:300px;filter:drop-shadow(0 14px 20px rgba(0,0,0,.12))}
.article-body{text-align:right}
.article-body h2{font-size:22px;color:#20272f;margin:26px 0 12px}
.article-body p{color:#4b5563;font-size:15px;line-height:1.85;margin-bottom:14px}
.tip-box{background:var(--blue-soft);border-radius:var(--radius);padding:18px 20px;display:flex;gap:12px;align-items:center;flex-direction:row-reverse;margin:22px 0}
.tip-box .ti{font-size:22px}
.tip-box p{color:#2a527e;font-size:14px;margin:0}
.share-row{text-align:center;margin:34px 0}
.share-row .sr-lbl{font-size:13.5px;color:var(--muted);margin-bottom:12px}
.share-row .sr-icons{display:flex;gap:12px;justify-content:center}
.share-row .sr-icons a{width:40px;height:40px;border-radius:50%;background:#f1f3f6;display:flex;align-items:center;justify-content:center;color:#5a6270}
.share-row .sr-icons a:hover{background:var(--blue);color:#fff}
.share-row .sr-icons svg{width:18px;height:18px}
.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:30px 0}
.post-nav a{border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;display:flex;align-items:center;gap:12px;transition:.15s}
.post-nav a:hover{border-color:var(--blue)}
.post-nav a svg{width:20px;height:20px;color:var(--blue);flex-shrink:0}
.post-nav .pn-prev{flex-direction:row-reverse;text-align:left}
.post-nav .pn-txt span{display:block;font-size:12px;color:var(--muted)}
.post-nav .pn-txt b{font-size:14px;color:#20272f}
.related-posts .rp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}
.card-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px}
.card-box h2{font-size:22px;margin-bottom:6px;text-align:right}
.card-box .cb-sub{color:var(--muted);font-size:14px;margin-bottom:22px;text-align:right}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{margin-bottom:16px;text-align:right}
.field label{display:block;font-size:13.5px;color:#4b5563;margin-bottom:7px}
.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 14px;font-size:14px;font-family:inherit;outline:none;background:#fff}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue)}
.field textarea{min-height:120px;resize:vertical}
.field.sel{position:relative}
.field.sel select{appearance:none}
.field.sel::after{content:"";position:absolute;left:16px;top:44px;width:8px;height:8px;border-right:2px solid #9aa2ad;border-bottom:2px solid #9aa2ad;transform:rotate(45deg)}
.form-note{display:flex;align-items:center;gap:7px;justify-content:center;color:var(--muted);font-size:12.5px;margin-top:14px}
.form-note svg{width:15px;height:15px}
.contact-methods{display:flex;flex-direction:column;gap:14px}
.cmethod{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:12px;padding:16px 18px;flex-direction:row-reverse}
.cmethod .cm-ico{width:44px;height:44px;border-radius:50%;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}
.cmethod .cm-ico.wa{background:#e7f8ec;color:#25b04a}
.cmethod .cm-ico svg{width:22px;height:22px}
.cmethod .cm-txt{flex:1;text-align:right}
.cmethod .cm-txt b{display:block;color:#20272f;font-size:15px}
.cmethod .cm-txt .lg{color:#333c47;font-size:15px;font-weight:600}
.cmethod .cm-txt span{font-size:12.5px;color:var(--muted)}
.hours-card{background:var(--bg-soft);border:1px solid var(--line-2);border-radius:12px;padding:18px 20px}
.hours-card h4{text-align:right;margin-bottom:14px;font-size:15px}
.hours-card .hrow{display:flex;justify-content:space-between;font-size:14px;color:#4b5563;padding:6px 0}
.map-band{display:grid;grid-template-columns:1.3fr 1fr;gap:0;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}
.map-band .map{min-height:300px;background:linear-gradient(135deg,#e7ecf1,#d6dde5);position:relative}
.map-band .map::after{content:"";position:absolute;inset:0;
  background-image:
   linear-gradient(#c9d2db 1px,transparent 1px),
   linear-gradient(90deg,#c9d2db 1px,transparent 1px);
  background-size:44px 44px;opacity:.5}
.map-band .map .pin{position:absolute;top:46%;left:44%;color:#e0392b;z-index:2}
.map-band .map .pin svg{width:34px;height:34px}
.map-band .map-info{padding:34px;background:#fff;text-align:right}
.map-band .map-info h3{font-size:22px;margin-bottom:14px}
.map-band .map-info b{display:block;color:#20272f;margin-bottom:2px}
.map-band .map-info p{color:#6c7480;font-size:14px;margin-bottom:18px;line-height:1.7}

@media(max-width:1024px){
  .home-hero .container{grid-template-columns:1fr}
  .home-hero .hh-visual{height:320px;order:-1}
  .usp-row .grid,.cat-tiles,.reviews-grid,.category-grid,.posts-grid,.related-posts .rp-grid,.sb-features,.trust-row{grid-template-columns:1fr 1fr}
  .why-band,.why-split,.support-band,.map-band,.contact-grid,.blog-layout,.post-layout{grid-template-columns:1fr}
  .shop{grid-template-columns:1fr}
  .product-top{grid-template-columns:1fr}
}
@media(max-width:768px){
  .home-hero h1{font-size:36px}
  .usp-row .grid,.cat-tiles,.reviews-grid,.category-grid,.posts-grid,.related-posts .rp-grid,.form-row,.post-nav{grid-template-columns:1fr}
  .feature-strip .grid{gap:20px}
}

/* ===== WordPress theme additions ===== */
/* map WP current-menu classes onto the design's .active anchor */
.nav ul li.current-menu-item > a,
.nav ul li.current_page_item > a,
.nav ul li.current-menu-parent > a,
.nav ul li.current-product-ancestor > a{color:var(--blue)}
.nav ul li.current-menu-item > a::after,
.nav ul li.current_page_item > a::after,
.nav ul li.current-menu-parent > a::after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--blue)}
/* real photos filling boxes that in the static comp held an SVG */
.pcard .thumb img,.main-img img,.gallery .thumb img,.pc-img img,.pp-img img,
.ct-chair img,.ws-img img,.sb-img img,.a-hero img,.why-img img,.hh-visual img{width:100%;height:100%;object-fit:cover;display:block}
.pcard .thumb img{object-fit:contain}
.wp-caption,.wp-caption-text{max-width:100%}
.article-body img{max-width:100%;height:auto;border-radius:var(--radius)}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}
/* comment list minimal */
.commentlist{list-style:none;padding:0;margin:24px 0}
.commentlist .comment{border:1px solid var(--line);border-radius:var(--radius);padding:16px;margin-bottom:12px}

/* WordPress pagination markup -> match the comp's .pagination pills */
.pagination .nav-links{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:center}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#3d4653;font-weight:600;text-decoration:none}
.pagination .page-numbers.current{background:var(--blue);color:#fff;border-color:var(--blue)}
.pagination .page-numbers:hover:not(.current){border-color:var(--blue);color:var(--blue)}
.pagination .page-numbers svg{width:18px;height:18px}
.pagination .screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}

/* ============================================================
   WooCommerce integration — map Woo markup onto the comp
   ============================================================ */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:inherit;font-weight:600;font-size:14.5px;line-height:1;cursor:pointer;
  padding:12px 22px;border-radius:10px;border:1px solid var(--blue);
  background:var(--blue);color:#fff;text-decoration:none;transition:.15s}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--blue-dark);border-color:var(--blue-dark)}

/* product-card add to cart -> outline pill */
.pcard .card-actions .button{flex:1;background:#fff;color:var(--blue);border:1px solid var(--line);padding:10px 14px;font-size:14px}
.pcard .card-actions .button:hover{border-color:var(--blue);background:var(--blue-soft)}
.pcard .card-actions .added_to_cart{display:none}

/* price */
.woocommerce-Price-amount{font-weight:700}
.price ins{text-decoration:none;color:var(--heading)}
.price del{color:var(--muted);font-weight:500;margin-inline-start:8px;font-size:.9em}
.pd-price ins{text-decoration:none}
.pd-price del .woocommerce-Price-amount{color:var(--muted)}

/* single add-to-cart form */
.pd-buy--wc form.cart{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0}
.pd-buy--wc .quantity{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.pd-buy--wc .quantity input.qty{width:56px;height:44px;border:0;text-align:center;font-weight:600;font-size:15px;-moz-appearance:textfield}
.pd-buy--wc .single_add_to_cart_button{height:44px;padding:0 28px}
.pd-buy--wc .variations{width:100%;border-collapse:collapse;margin-bottom:6px}
.pd-buy--wc .variations td,.pd-buy--wc .variations th{padding:6px 0;text-align:right;vertical-align:middle}
.pd-buy--wc .variations label{font-weight:600;color:var(--heading)}
.pd-buy--wc .variations select{min-width:200px;height:42px;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:#fff}
.pd-buy--wc .reset_variations{margin-inline-start:10px;font-size:13px;color:var(--muted)}
.woocommerce div.product form.cart .group_table td{padding:6px 4px}

/* catalog ordering + result count */
.woocommerce-ordering select,.sort-sel select{height:42px;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:#fff;font-family:inherit}
.woocommerce-result-count{margin:0;color:var(--muted);font-size:14px}

/* breadcrumb (we wrap Woo output in .breadcrumb already) */
.woocommerce-breadcrumb{color:var(--muted);font-size:14px}

/* Woo pagination -> comp pills */
.woocommerce-pagination ul{display:flex;gap:8px;justify-content:center;list-style:none;margin:26px 0 0;padding:0;border:0}
.woocommerce-pagination ul li{border:0;margin:0}
.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{
  display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;
  border:1px solid var(--line);border-radius:10px;background:#fff;color:#3d4653;font-weight:600;text-decoration:none;float:none}
.woocommerce-pagination ul li span.current{background:var(--blue);color:#fff;border-color:var(--blue)}

/* notices */
.woocommerce-message,.woocommerce-info,.woocommerce-error{
  border-radius:12px;border:1px solid var(--line);background:var(--bg-soft);padding:14px 18px;margin:0 0 18px;list-style:none;font-size:14.5px}
.woocommerce-message{border-inline-start:4px solid var(--green)}
.woocommerce-info{border-inline-start:4px solid var(--blue)}
.woocommerce-error{border-inline-start:4px solid #e0245e}
.woocommerce-message .button,.woocommerce-error .button,.woocommerce-info .button{padding:8px 16px}

/* star rating widget */
.woocommerce .star-rating{color:var(--star)}

/* ---- cart / checkout / account (Woo defaults, lightly themed) ---- */
.woocommerce table.shop_table{border:1px solid var(--line);border-radius:12px;border-collapse:separate;border-spacing:0;overflow:hidden}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:14px 16px;border-top:1px solid var(--line-2)}
.woocommerce table.shop_table thead th{background:var(--bg-soft);border-top:0}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-content{border:1px solid var(--line);border-radius:16px;padding:20px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.woocommerce-account form input,.select2-container--default .select2-selection--single{
  border:1px solid var(--line)!important;border-radius:10px!important;padding:10px 12px!important;min-height:44px;font-family:inherit}
.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.woocommerce-MyAccount-navigation li a{display:inline-block;padding:8px 14px;border:1px solid var(--line);border-radius:10px;text-decoration:none;color:#3d4653}
.woocommerce-MyAccount-navigation li.is-active a{background:var(--blue);color:#fff;border-color:var(--blue)}

/* ===== Blog / single-post RTL + comment polish ===== */
/* Keep article body & meta right-aligned even with mixed LTR content */
.article .article-body{text-align:right}
.article .article-body p,.article .article-body li{line-height:1.9}
.article .a-meta{justify-content:flex-start}
.post-card .pc-body p{text-align:right}

/* Comment area */
.comments-area{max-width:820px;margin-inline:auto}
.comments-area .comment-form{margin-top:14px}
.comments-area .comment-form-comment label,
.comments-area .comment-notes,
.comments-area .logged-in-as{text-align:right;display:block;color:var(--muted);font-size:14px}
.comments-area textarea,
.comments-area input[type=text],
.comments-area input[type=email],
.comments-area input[type=url]{
  width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-family:inherit;
  font-size:15px;background:#fff;transition:.15s}
.comments-area textarea{min-height:140px;resize:vertical}
.comments-area textarea:focus,
.comments-area input:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft);outline:none}
.comments-area .form-submit{text-align:left;margin-top:12px}
.comments-area .form-submit input[type=submit]{
  background:var(--blue);color:#fff;border:1px solid var(--blue);border-radius:10px;
  font-weight:700;padding:12px 28px;cursor:pointer;transition:.15s}
.comments-area .form-submit input[type=submit]:hover{background:var(--blue-dark);border-color:var(--blue-dark)}
.comments-area .comment-reply-title{font-weight:700;color:var(--heading);text-align:right}

/* Post navigation card spacing */
.post-nav{gap:16px}
.related-posts .rp-grid{gap:20px}

/* ===== Category tiles: photographic background variant (matches comp) ===== */
.ctile.has-photo{background:#12151a}
.ctile .ct-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.ctile.has-photo::after{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(10,12,16,.15) 0%,rgba(10,12,16,.35) 55%,rgba(10,12,16,.85) 100%)}
.ctile.has-photo .ct-ico,.ctile.has-photo .ct-label{z-index:2}

/* =============================================================
   Navigation: dropdown sub-menus + mobile hamburger
   ============================================================= */
.nav-toggle{display:none;align-items:center;gap:8px;background:none;border:0;cursor:pointer;
  color:var(--heading);font-family:inherit;font-weight:600;font-size:15px;padding:10px 0}
.nav-toggle svg{color:var(--heading)}

/* desktop dropdowns */
.nav .nav-menu{position:relative}
.nav .menu-item-has-children{position:relative}
.nav .menu-item-has-children > a::before{content:"⌄";margin-inline-start:5px;font-size:12px;opacity:.6}
.nav .sub-menu{position:absolute;top:100%;right:0;min-width:210px;background:#fff;border:1px solid var(--line);
  border-radius:12px;box-shadow:var(--shadow-lg);padding:8px;margin:0;list-style:none;z-index:60;
  opacity:0;visibility:hidden;transform:translateY(6px);transition:.16s}
.nav .menu-item-has-children:hover > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav .sub-menu li{display:block}
.nav .sub-menu a{display:block;padding:9px 12px;border-radius:8px;color:#3d4653;font-size:14.5px;white-space:nowrap}
.nav .sub-menu a:hover{background:var(--blue-soft);color:var(--blue)}
.nav .sub-menu .sub-menu{top:0;right:100%;margin-inline-end:6px}

/* =============================================================
   Responsive — comprehensive, all devices
   ============================================================= */
@media(max-width:1100px){
  .nav ul{gap:14px}
  .rp-grid,.related-posts .rp-grid{grid-template-columns:repeat(2,1fr)}
}

/* Tablet & mobile nav → hamburger drawer */
@media(max-width:900px){
  .nav .container{position:relative}
  .nav-toggle{display:inline-flex}
  .nav .nav-menu,.nav ul{display:none;flex-direction:column;width:100%;gap:0;padding:8px 0 14px}
  .nav .nav-menu.open,.nav ul.open{display:flex}
  .nav ul li{width:100%}
  .nav ul li a{display:block;padding:12px 4px;border-bottom:1px solid var(--line-2)}
  .nav ul li.current-menu-item > a::after,
  .nav ul li.current_page_item > a::after{display:none}
  .nav ul li.current-menu-item > a,
  .nav ul li.current_page_item > a{color:var(--blue)}
  /* sub-menus inline on mobile */
  .nav .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;
    border-radius:0;padding:0 0 6px;min-width:0;background:transparent;display:none}
  .nav .menu-item-has-children.sub-open > .sub-menu{display:block}
  .nav .sub-menu a{padding-inline-start:18px;font-size:14px}
  .nav .menu-item-has-children > a::before{content:"";}
}

/* Small tablet */
@media(max-width:768px){
  .container{padding-inline:16px}
  .section{padding:40px 0}
  .home-hero h1{font-size:34px}
  .pd-title{font-size:23px}
  .support-band{padding:24px}
  .support-band .sb-features{grid-template-columns:1fr 1fr}
  .trust-row{grid-template-columns:1fr}
  .shop-topbar{flex-wrap:wrap;gap:10px}
  .blog-toolbar{flex-wrap:wrap;gap:10px}
  .rev-head,.section-head h2{font-size:22px}
  .map-band .map{min-height:260px}
}

/* Phones */
@media(max-width:560px){
  .home-hero h1{font-size:28px}
  .home-hero .hh-visual{height:250px}
  .section-head h2{font-size:20px}
  .products-grid,.category-grid,.posts-grid,.cat-tiles,
  .usp-row .grid,.reviews-grid,.rp-grid,.related-posts .rp-grid,.sb-features{grid-template-columns:1fr}
  .feature-strip .grid{grid-template-columns:1fr 1fr;gap:16px}
  .gallery .main-img{height:300px}
  .pd-price .now,.pd-price .woocommerce-Price-amount{font-size:22px}
  .pd-buy--wc form.cart{width:100%}
  .pd-buy--wc .single_add_to_cart_button{flex:1}
  .footer-bar .container{flex-direction:column;gap:12px;text-align:center}
  .breadcrumb,.crumbs{font-size:12.5px;flex-wrap:wrap}
  .topbar{display:none}
  .cmethod,.hours-card{padding:16px}
  .cta-band{padding:22px}
}

/* Tiny phones */
@media(max-width:380px){
  .feature-strip .grid{grid-template-columns:1fr}
  .home-hero h1{font-size:25px}
  .btn{padding:11px 16px;font-size:14px}
}
