/* ============================================================
   Cochool — faithful replica design system
   Colors sampled from design: red #C21F26, dark #1F2124,
   light section #F5F3F3, footer #232323
   ============================================================ */
:root{
  --red:#C21F26;
  --red-dark:#A81A20;
  --red-bright:#D42A2C;
  --ink:#1F2124;
  --ink-soft:#3a3d40;
  --gray:#6b7075;
  --gray-light:#8a9096;
  --line:#e7e7e9;
  --bg:#ffffff;
  --bg-soft:#f5f3f3;
  --bg-card:#f7f6f7;
  --footer:#232323;
  --footer-line:#3a3a3a;
  --radius:14px;
  --radius-lg:20px;
  --shadow:0 8px 30px rgba(0,0,0,.07);
  --shadow-hover:0 14px 40px rgba(0,0,0,.12);
  --maxw:1200px;
  --font: "Open Sans","Segoe UI",Roboto,-apple-system,"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:var(--font);color:var(--ink);
  background:#fff;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.red{color:var(--red)}
h1,h2,h3,h4{margin:0;line-height:1.2}
button{font-family:inherit;cursor:pointer}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:10px;border:none;font-weight:700;white-space:nowrap;
  border-radius:40px;padding:13px 26px;font-size:15px;transition:.2s;cursor:pointer;line-height:1}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:var(--red-dark)}
.btn-white{background:#fff;color:var(--red)}
.btn-white:hover{background:#fbeaea}
.btn-outline{background:#fff;color:var(--ink);border:1px solid var(--line)}
.btn-outline:hover{border-color:var(--red);color:var(--red)}
.btn .ico-circle{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.25);
  display:inline-flex;align-items:center;justify-content:center;font-size:12px}
.btn-white .ico-circle{background:rgba(194,31,38,.12)}
.arrow::after{content:"→";font-weight:700}

/* ---------- section heads ---------- */
.section{padding:64px 0}
.sec-head{text-align:center;margin-bottom:44px}
.sec-head h2{font-size:32px;font-weight:800;letter-spacing:.5px;color:var(--ink);text-transform:uppercase}
.sec-head p{margin:12px 0 0;color:var(--gray);font-size:16px}

/* ============================================================
   1. TOP BAR + HEADER NAV
   ============================================================ */
.topbar{background:var(--red);color:#fff;font-size:13.5px}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:40px;gap:20px}
.topbar .tb-left{display:flex;align-items:center;gap:8px;opacity:.97}
.topbar .tb-right{display:flex;align-items:center;gap:26px}
.topbar .tb-item{display:flex;align-items:center;gap:7px;white-space:nowrap}
.topbar .tb-item svg{width:15px;height:15px;flex:0 0 auto}
.topbar a{color:#fff}
.topbar .tb-lang{display:flex;align-items:center;gap:6px;cursor:pointer}

.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(0,0,0,.05)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:132px;gap:24px}
.brand{display:flex;align-items:center;gap:10px}
.brand .logo{height:44px;width:auto}
.mainnav{display:flex;align-items:center;gap:30px;margin-left:auto}
.mainnav a{font-size:15.5px;font-weight:600;color:var(--ink-soft);position:relative;padding:6px 0;transition:.15s}
.mainnav a:hover,.mainnav a.active,.mainnav .current-menu-item>a{color:var(--red)}
.mainnav li{list-style:none}
.mainnav ul{display:flex;align-items:center;gap:30px;margin:0;padding:0}
.mainnav .menu-item-has-children>a::after{content:"⌄";font-size:14px;margin-left:5px;position:relative;top:-2px}
.mainnav .sub-menu{display:none;position:absolute;top:100%;left:0;background:#fff;min-width:210px;
  box-shadow:var(--shadow);border-radius:10px;padding:8px;flex-direction:column;gap:0}
.mainnav li{position:relative}
.mainnav li:hover>.sub-menu{display:flex}
.mainnav .sub-menu li{width:100%}
.mainnav .sub-menu a{display:block;padding:9px 14px;border-radius:7px;font-weight:500}
.mainnav .sub-menu a:hover{background:var(--bg-soft)}
.header-cta{margin-left:6px}
.nav-toggle{display:none;background:none;border:none;font-size:26px;color:var(--ink)}

/* ============================================================
   2. HERO
   ============================================================ */
.hero{position:relative;background:linear-gradient(180deg,#ffffff 0%,#eef4fb 100%);overflow:hidden}
.hero .hero-grid{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:46% 54%;align-items:center;min-height:440px}
.hero .hero-copy{padding:56px 24px 56px 24px}
.hero h1{font-weight:800;text-transform:uppercase;line-height:1.12;letter-spacing:.5px}
.hero h1 .l1{display:block;color:var(--red);font-size:29px}
.hero h1 .l2{display:block;color:var(--ink);font-size:34px}
.hero h1 .l3{display:block;color:#55585c;font-size:27px}
.hero .bullets{list-style:none;padding:0;margin:26px 0 30px}
.hero .bullets li{display:flex;align-items:center;gap:12px;margin:14px 0;font-size:16px;color:var(--ink-soft)}
.hero .bullets .rico{width:24px;height:24px;flex:0 0 auto;border:2px solid var(--red);border-radius:50%;
  color:var(--red);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}
.hero .bullets b{color:var(--red);font-weight:800}
.hero .hero-media{position:relative;align-self:stretch;min-height:440px}
.hero .hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}

/* ============================================================
   3. PRODUCT CATEGORIES
   ============================================================ */
.categories{background:#fff}
.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}
.cat-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;
  text-align:center;transition:.2s;display:flex;flex-direction:column}
.cat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}
.cat-card .cat-img{aspect-ratio:1/.86;overflow:hidden}
.cat-card .cat-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.cat-card:hover .cat-img img{transform:scale(1.06)}
.cat-card .cat-body{background:var(--bg-card);padding:22px 16px 24px;flex:1;display:flex;flex-direction:column;align-items:center}
.cat-card .cat-ico{width:40px;height:40px;color:var(--red);margin-bottom:10px}
.cat-card .cat-count{font-size:30px;font-weight:800;color:var(--red);line-height:1}
.cat-card .cat-name{font-size:16px;font-weight:700;color:var(--ink);margin:10px 0 16px}
.cat-card .cat-more{color:var(--red);font-weight:600;font-size:14.5px;display:inline-flex;gap:6px;align-items:center;margin-top:auto}

/* ============================================================
   4. FEATURED PRODUCTS (carousel)
   ============================================================ */
.featured{background:#fbfafb}
.fp-wrap{position:relative;padding:0 44px}
.fp-track{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;overflow:hidden}
.fp-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:24px 18px 22px;
  text-align:center;transition:.2s;display:flex;flex-direction:column;align-items:center}
.fp-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}
.fp-card .fp-img{height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.fp-card .fp-img img{max-height:150px;width:auto;object-fit:contain}
.fp-card .fp-name{font-size:16.5px;font-weight:700;color:var(--ink);min-height:44px;display:flex;align-items:center}
.fp-card .fp-desc{color:var(--gray);font-size:13.5px;margin:6px 0 16px;min-height:38px}
.fp-card .btn{padding:11px 24px;font-size:14px}
.fp-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;
  border:1px solid #f0cccd;background:#fff;color:var(--red);display:flex;align-items:center;justify-content:center;
  font-size:18px;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.08);z-index:2}
.fp-arrow.prev{left:0}.fp-arrow.next{right:0}
.fp-arrow:hover{background:var(--red);color:#fff;border-color:var(--red)}
.fp-viewall{text-align:center;margin-top:36px}

/* ============================================================
   5. WHY CHOOSE
   ============================================================ */
.whychoose{background:var(--bg-soft)}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}
.why-item{display:flex;gap:14px;align-items:flex-start}
.why-item .why-ico{width:44px;height:44px;flex:0 0 auto;color:var(--red)}
.why-item h4{font-size:16.5px;font-weight:800;color:var(--ink);margin-bottom:8px}
.why-item p{font-size:13.5px;color:var(--gray);margin:0}

/* ============================================================
   6. CERTIFICATIONS + ABOUT
   ============================================================ */
.certabout{background:var(--bg-soft)}
.certs{display:flex;align-items:center;justify-content:center;gap:70px;flex-wrap:wrap;padding:8px 0 48px}
.certs img{height:74px;width:auto;object-fit:contain}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.about-media{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/11}
.about-media img{width:100%;height:100%;object-fit:cover}
.about-media .play{position:absolute;inset:0;margin:auto;width:64px;height:64px;border-radius:50%;
  background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}
.about-media .play:hover{transform:scale(1.08)}
.about-media .play svg{width:24px;height:24px;color:var(--red);margin-left:3px}
.about-copy h3{color:var(--red);font-size:23px;font-weight:800;text-transform:uppercase;margin-bottom:18px;letter-spacing:.5px}
.about-copy p{color:var(--ink-soft);font-size:15.5px;margin:0 0 18px;line-height:1.75}
.about-copy .btn{margin-top:8px}

/* ============================================================
   7. STATS BAR
   ============================================================ */
.stats{background:linear-gradient(90deg,var(--red-bright),var(--red-dark));color:#fff;padding:34px 0}
.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.stat{display:flex;align-items:center;gap:14px;justify-content:center}
.stat .stat-ico{width:40px;height:40px;flex:0 0 auto;opacity:.95}
.stat .stat-num{font-size:30px;font-weight:800;line-height:1}
.stat .stat-label{font-size:13.5px;opacity:.92}

/* ============================================================
   8. LATEST NEWS + CTA
   ============================================================ */
.news{background:#fff}
.news .sec-head-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}
.news .sec-head-row h2{font-size:32px;font-weight:800;text-transform:uppercase;margin:0 auto 0 0}
.news .viewall{color:var(--ink);font-weight:600;display:inline-flex;gap:8px;align-items:center;white-space:nowrap}
.news .viewall .arrow::after{color:var(--red)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.news-card{display:grid;grid-template-columns:120px 1fr;gap:18px;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);padding:18px;transition:.2s}
.news-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}
.news-card .nc-img{width:120px;height:120px;border-radius:10px;overflow:hidden}
.news-card .nc-img img{width:100%;height:100%;object-fit:cover}
.news-card .nc-date{color:var(--gray);font-size:13px;margin-bottom:8px}
.news-card h4{font-size:16px;font-weight:700;color:var(--ink);line-height:1.3;margin-bottom:10px}
.news-card p{color:var(--gray);font-size:13.5px;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.news-card .nc-more{color:var(--red);font-weight:600;font-size:13.5px;display:inline-flex;gap:6px;align-items:center}

.cta-banner{background:linear-gradient(90deg,var(--red-bright),var(--red-dark));color:#fff}
.cta-banner .wrap{display:flex;align-items:center;gap:24px;padding:34px 24px}
.cta-banner .cta-ico{width:56px;height:56px;flex:0 0 auto;color:#fff}
.cta-banner .cta-text{flex:1}
.cta-banner .cta-text h3{font-size:24px;font-weight:800;margin-bottom:4px}
.cta-banner .cta-text p{margin:0;opacity:.94;font-size:15px}

/* ============================================================
   9. FOOTER
   ============================================================ */
.site-footer{background:var(--footer);color:#c7c7c7;border-top:5px solid var(--red)}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.4fr;gap:34px;padding:52px 0 40px}
.footer-brand .logo{height:44px;margin-bottom:20px}
.footer-brand .logo-text{color:#fff;font-weight:800;font-size:24px}
.footer-socials{display:flex;gap:12px;margin-top:6px}
.footer-socials a{width:38px;height:38px;border-radius:50%;background:#3a3a3a;display:flex;align-items:center;justify-content:center;transition:.2s}
.footer-socials a:hover{background:var(--red)}
.footer-socials svg{width:17px;height:17px;color:#fff}
.footer-col h4{color:#fff;font-size:15px;font-weight:800;letter-spacing:.5px;margin-bottom:18px;text-transform:uppercase}
.footer-col ul{list-style:none;margin:0;padding:0}
.footer-col li{margin-bottom:11px}
.footer-col a{color:#b9b9b9;font-size:14px;transition:.15s}
.footer-col a:hover{color:#fff}
.footer-contact li{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px;font-size:14px;color:#c2c2c2}
.footer-contact svg{width:16px;height:16px;color:var(--red);flex:0 0 auto;margin-top:3px}
.footer-bottom{border-top:1px solid var(--footer-line)}
.footer-bottom .wrap{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;font-size:13px;color:#9a9a9a}
.footer-bottom a{color:#9a9a9a}.footer-bottom a:hover{color:#fff}
.footer-bottom .fb-links{display:flex;gap:14px;align-items:center}

/* ============================================================
   PAGE HEADER (interior pages) + generic content
   ============================================================ */
.page-hero{background:linear-gradient(90deg,var(--red-bright),var(--red-dark));color:#fff;padding:52px 0;text-align:center}
.page-hero h1{font-size:34px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}
.page-hero .crumbs{margin-top:12px;font-size:14px;opacity:.9}
.page-hero .crumbs a{color:#fff}
.content-narrow{max-width:900px;margin:0 auto}
.prose p{color:var(--ink-soft);line-height:1.8;margin:0 0 18px}
.prose h2{font-size:24px;margin:30px 0 14px}
.prose h3{font-size:19px;margin:24px 0 12px}

/* WooCommerce archive/shop grid */
.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.shop-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}
.shop-toolbar a{padding:8px 18px;border:1px solid var(--line);border-radius:40px;font-size:14px;font-weight:600;color:var(--ink-soft)}
.shop-toolbar a.active,.shop-toolbar a:hover{background:var(--red);color:#fff;border-color:var(--red)}

/* single product */
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.pd-gallery img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%}
.pd-info h1{font-size:28px;font-weight:800;margin-bottom:10px}
.pd-info .pd-cat{color:var(--red);font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:.5px;margin-bottom:8px}
.pd-info .pd-desc{color:var(--ink-soft);line-height:1.8;margin:18px 0}
.pd-specs{width:100%;border-collapse:collapse;margin:20px 0}
.pd-specs th,.pd-specs td{border:1px solid var(--line);padding:11px 14px;text-align:left;font-size:14.5px}
.pd-specs th{background:var(--bg-soft);width:38%;font-weight:700;color:var(--ink)}

/* contact / inquiry form */
.inq-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:start}
.inq-info li{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}
.inq-info svg{width:20px;height:20px;color:var(--red);flex:0 0 auto;margin-top:3px}
.inq-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}
.inq-form label{display:block;font-weight:600;font-size:14px;margin:0 0 6px}
.inq-form input,.inq-form textarea,.inq-form select{width:100%;padding:12px 14px;border:1px solid var(--line);
  border-radius:8px;font-family:inherit;font-size:15px;margin-bottom:16px;background:#fbfbfc}
.inq-form input:focus,.inq-form textarea:focus{outline:none;border-color:var(--red)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1080px){
  .cat-grid,.fp-track,.why-grid,.stats-grid{grid-template-columns:repeat(3,1fr)}
  .fp-track .fp-card:nth-child(n+4){display:none}
  .news-grid{grid-template-columns:1fr}
  .shop-grid{grid-template-columns:repeat(3,1fr)}
  .footer-top{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:820px){
  .topbar .tb-item.hide-sm{display:none}
  .mainnav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;flex-direction:column;
    box-shadow:var(--shadow);padding:14px 24px}
  .mainnav.open{display:flex}
  .mainnav ul{flex-direction:column;align-items:flex-start;gap:0;width:100%}
  .mainnav ul li{width:100%;border-bottom:1px solid var(--line)}
  .mainnav a{display:block;padding:12px 0;width:100%}
  .mainnav .sub-menu{position:static;box-shadow:none;display:flex;padding-left:14px}
  .nav-toggle{display:block}
  .header-cta{display:none}
  .hero .hero-grid{grid-template-columns:1fr}
  .hero .hero-media{min-height:240px;order:-1}
  .hero h1 .l1{font-size:26px}.hero h1 .l2{font-size:29px}.hero h1 .l3{font-size:23px}
  .cat-grid,.fp-track,.why-grid,.stats-grid,.shop-grid,.product-detail,.about-grid,.inq-grid{grid-template-columns:1fr}
  .fp-track .fp-card:nth-child(n+3){display:none}
  .certs{gap:36px}
  .cta-banner .wrap{flex-direction:column;text-align:center}
  .footer-top{grid-template-columns:1fr 1fr}
  .form-row{grid-template-columns:1fr}
  .section{padding:44px 0}
}

/* ============================================================
   WooCommerce overrides (inquiry mode)
   ============================================================ */
ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;list-style:none;margin:0;padding:0}
ul.products li.product{margin:0;width:auto;float:none;text-align:center}
.shop-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:24px 18px 22px;
  display:flex;flex-direction:column;align-items:center;transition:.2s}
.shop-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}
.shop-card .fp-name a,.shop-card .fp-name{color:var(--ink)}
.woocommerce-result-count{color:var(--gray);font-size:14px;margin-bottom:16px}
.woocommerce-ordering{margin-bottom:20px}
.woocommerce-ordering select{padding:8px 12px;border:1px solid var(--line);border-radius:8px}
.woocommerce-pagination{margin-top:36px;text-align:center}
.woocommerce-pagination ul{display:inline-flex;gap:8px;list-style:none;padding:0}
.woocommerce-pagination a,.woocommerce-pagination span{display:inline-flex;width:40px;height:40px;align-items:center;
  justify-content:center;border:1px solid var(--line);border-radius:8px;color:var(--ink-soft);font-weight:600}
.woocommerce-pagination .current{background:var(--red);color:#fff;border-color:var(--red)}

/* single product */
.single-product div.product{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.single-product .woocommerce-product-gallery{margin:0}
.single-product .woocommerce-product-gallery img{border-radius:var(--radius);box-shadow:var(--shadow)}
.single-product .product_title{font-size:28px;font-weight:800;margin-bottom:10px}
.single-product .woocommerce-product-details__short-description{color:var(--ink-soft);line-height:1.8;margin:14px 0}
.single-product .posted_in{display:block;color:var(--gray);font-size:14px;margin-top:14px}
.single-product .woocommerce-tabs{grid-column:1/-1;margin-top:40px}
.single-product .woocommerce-tabs ul.tabs{list-style:none;display:flex;gap:6px;padding:0;border-bottom:2px solid var(--line);margin-bottom:24px}
.single-product .woocommerce-tabs ul.tabs li{margin:0}
.single-product .woocommerce-tabs ul.tabs li a{display:block;padding:12px 22px;font-weight:700;color:var(--ink-soft)}
.single-product .woocommerce-tabs ul.tabs li.active a{color:var(--red);border-bottom:2px solid var(--red);margin-bottom:-2px}
.related.products{grid-column:1/-1;margin-top:48px}
.related.products>h2{font-size:24px;font-weight:800;text-transform:uppercase;margin-bottom:24px}
.woocommerce-breadcrumb{color:var(--gray);font-size:14px;margin-bottom:22px}
.woocommerce-breadcrumb a{color:var(--red)}
.pd-inquiry .btn{font-size:15px}

/* messages */
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-left:4px solid var(--red);background:var(--bg-soft);
  padding:14px 18px;border-radius:8px;list-style:none;margin-bottom:20px}

@media(max-width:1080px){ ul.products{grid-template-columns:repeat(3,1fr)} }
@media(max-width:820px){ ul.products,.single-product div.product{grid-template-columns:1fr} }

/* news archive list = 2 cols; belt-and-suspenders hide of Woo price/cart */
.news-grid-list{grid-template-columns:repeat(2,1fr)}
@media(max-width:820px){ .news-grid-list{grid-template-columns:1fr} }
.woocommerce .price,.woocommerce ul.products li.product .price,
.woocommerce a.add_to_cart_button,.woocommerce .single_add_to_cart_button,
.woocommerce div.product form.cart,.woocommerce .added_to_cart{display:none !important}
.nc-body{min-width:0}
.inq-info li strong{color:var(--ink)}

/* icon sizing fixes (buttons + inline arrows) */
.btn svg{width:16px;height:16px;flex:0 0 auto}
.btn .ico-circle{flex:0 0 auto}
.btn .ico-circle svg{width:12px;height:12px}
.cat-more{white-space:nowrap}
.cat-more svg,.nc-more svg{width:15px;height:15px;flex:0 0 auto}
.tb-lang svg{width:15px;height:15px;flex:0 0 auto}
.cta-banner .cta-ico{width:52px;height:52px}
.about-media .play svg{width:22px;height:22px}
.footer-contact svg{width:16px;height:16px}

/* topbar icon sizing + no-wrap note (fix: headset rendered huge, note wrapped) */
.topbar svg{width:15px;height:15px;flex:0 0 auto}
.topbar .tb-left{white-space:nowrap;min-width:0}
@media(max-width:900px){.topbar .tb-left{display:none}}

/* ---- real logo lockup (badge + wordmark) ---- */
.brand{gap:12px}
.brand .logo-mark{height:120px;width:auto;display:block}
.brand .logo-word{font-family:"Baloo 2","Open Sans",sans-serif;font-weight:800;font-size:25px;color:var(--ink);line-height:1}
.footer-brand .logo-mark{height:96px;margin-bottom:16px}
.footer-brand .brand-lock{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.footer-brand .logo-word{font-family:"Baloo 2","Open Sans",sans-serif;font-weight:800;font-size:24px;color:#fff}

/* ---- single product (theme-controlled template) ---- */
.pd-gallery .pd-thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}
.pd-gallery .pd-thumbs img{width:76px;height:76px;object-fit:cover;border-radius:8px;border:2px solid var(--line);cursor:pointer}
.pd-gallery .pd-thumbs img.active{border-color:var(--red)}
.pd-full{grid-column:1/-1;margin-top:44px}
.pd-tabs-nav{display:flex;gap:6px;border-bottom:2px solid var(--line);margin-bottom:24px}
.pd-tab{background:none;border:none;padding:12px 22px;font-weight:700;font-size:15px;color:var(--ink-soft);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px}
.pd-tab.active{color:var(--red);border-bottom-color:var(--red)}
.pd-tab-panel .prose h3{font-size:19px;color:var(--ink);margin:24px 0 12px}
.pd-tab-panel .prose ul{margin:0 0 18px;padding-left:20px}
.pd-tab-panel .prose li{margin:6px 0;color:var(--ink-soft)}

/* full-bleed hero background image (text overlaid left) */
.hero.hero-bg{background-color:#eef4fb;background-size:cover;background-position:center right;background-repeat:no-repeat}
.hero.hero-bg .hero-inner{min-height:540px;display:flex;align-items:center}
.hero.hero-bg .hero-copy{max-width:600px;padding:56px 24px 56px 0}
@media(max-width:900px){
  .hero.hero-bg{background-position:78% center}
  .hero.hero-bg .hero-copy{max-width:100%;background:linear-gradient(90deg,rgba(248,250,253,.94) 60%,rgba(248,250,253,.55));border-radius:14px;padding:26px 22px;margin:22px 0}
  .hero.hero-bg .hero-inner{min-height:420px}
}
