*{box-sizing:border-box}
:root{
  --yellow:#f7b817;
  --yellow-light:#ffc72e;
  --ink:#1c1d1d;
  --dark:#202121;
  --dark2:#242525;
  --card:#303131;
  --line:rgba(255,255,255,.07);
  --white:#fff;
  --muted:#c2c2c2;
  --max:1160px;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--dark);
  color:#fff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(var(--max),calc(100% - 44px));margin:0 auto}

/* HEADER */

/* TGG black symbol logo — header */
.header-brand-logo{
  flex:0 0 auto;
  width:82px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-right:18px;
}
.header-brand-logo img{
  display:block;
  width:auto;
  height:58px;
  max-width:82px;
  object-fit:contain;
  object-position:left center;
}

@media(max-width:1100px){
  .header-brand-logo{
    width:72px;
    height:56px;
    margin-right:8px;
  }
  .header-brand-logo img{
    height:52px;
    max-width:72px;
  }
}

@media(max-width:980px){
  .header-brand-logo{
    width:66px;
    height:54px;
    margin-right:0;
  }
  .header-brand-logo img{
    height:48px;
    max-width:66px;
  }
}

@media(max-width:460px){
  .header-brand-logo{
    width:58px;
    height:50px;
  }
  .header-brand-logo img{
    height:44px;
    max-width:58px;
  }
}

.header{
  position:sticky;top:0;z-index:1000;
  background:var(--yellow);
  color:#171717;
  box-shadow:0 1px 0 rgba(0,0,0,.15)
}
.nav{height:72px;display:flex;align-items:center;gap:30px}
.logo{display:flex;align-items:center;gap:8px;min-width:165px}
.logo-mark{
  width:34px;height:34px;display:grid;place-items:center;
  background:#171717;color:var(--yellow);
  font-weight:900;font-style:italic;
  clip-path:polygon(0 0,100% 0,82% 100%,0 100%)
}
.logo>span:last-child{display:flex;flex-direction:column;line-height:.9}
.logo b{font-size:21px;letter-spacing:-.04em}
.logo small{font-size:8px;letter-spacing:.16em;font-weight:800;margin-top:5px}
.menu{margin-left:auto;display:flex;gap:27px;align-items:center;font-size:14px;font-weight:700}
.menu a{padding:25px 0}
.menu em{font-style:normal;font-size:9px}
.top-cta{background:#171717;color:#fff;padding:14px 20px;font-size:12px;font-weight:900;white-space:nowrap}
.top-cta span{color:var(--yellow)}
.menu-toggle{display:none;margin-left:auto;border:0;background:none;padding:7px}
.menu-toggle i{display:block;width:24px;height:2px;background:#171717;margin:5px 0}

/* HERO */
.hero{
  position:relative;
  overflow:hidden;
  color:#171717;
  background:linear-gradient(90deg,#f7b817,#f5b016)
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(135deg,transparent 28%,rgba(112,77,0,.11) 28.2%,transparent 28.5%),
    linear-gradient(44deg,transparent 66%,rgba(112,77,0,.08) 66.2%,transparent 66.5%);
  pointer-events:none
}
.hero-grid{min-height:430px;display:grid;grid-template-columns:54% 46%;align-items:stretch;position:relative;z-index:1}
.hero-copy{padding:64px 46px 58px 0;align-self:center;position:relative;z-index:4}
.hero h1{margin:0 0 18px;font-size:68px;line-height:.98;letter-spacing:-.045em;font-weight:900}
.hero h2{font-size:24px;line-height:1.18;margin:0 0 18px}
.hero p{font-size:16px;line-height:1.58;max-width:500px;margin:0 0 28px}
.hero-visual{position:relative;min-height:430px;margin-right:calc((100vw - min(var(--max),calc(100vw - 44px)))/-2);overflow:visible}
.hero-visual img{
  width:118%;
  height:100%;
  object-fit:cover;
  object-position:left center;
  position:absolute;
  top:0;
  right:-14%;
  bottom:0;
  left:auto;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 7%,#000 18%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 7%,#000 18%,#000 100%);
}
.btn{display:inline-flex;align-items:center;gap:16px;font-size:12px;font-weight:900}
.btn.black{background:#191919;color:#fff;padding:15px 22px}
.btn.black span{color:var(--yellow)}
.btn.yellow{background:var(--yellow);color:#171717;padding:14px 20px}

/* SECTIONS */
.section{padding:50px 0}
.dark{background:linear-gradient(90deg,#202121,#252626)}
.dark-alt{background:linear-gradient(90deg,#242525,#202121)}
.kicker{color:var(--yellow);font-size:11px;font-weight:900;letter-spacing:.1em}
.dark-kicker{color:#1b1b1b}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:48% 52%;gap:58px;align-items:center}
.about-photo{position:relative}
.about-photo img{width:100%;height:300px;object-fit:cover}
.badge{
  position:absolute;left:18px;top:-18px;width:94px;height:94px;border-radius:50%;
  background:var(--yellow);color:#171717;display:flex;flex-direction:column;
  align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.23)
}
.badge strong{font-size:28px;line-height:1}
.badge small{font-size:8px;font-weight:800;margin-top:5px}
.about-copy h2{margin:10px 0 15px;font-size:44px;line-height:1.04;letter-spacing:-.035em}
.about-copy>p{font-size:15px;line-height:1.62;color:#d1d1d1;max-width:590px}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:21px 0}
.trust{display:flex;gap:8px;align-items:flex-start}
.trust>span{
  width:31px;height:31px;flex:0 0 31px;border:2px solid var(--yellow);
  border-radius:50%;display:grid;place-items:center;color:var(--yellow);font-weight:900
}
.trust div{display:flex;flex-direction:column}
.trust b{font-size:12px}
.trust small{font-size:10px;color:#aaa;line-height:1.42;margin-top:5px}

/* PRODUCTS */
.products{padding-top:25px;padding-bottom:55px}
.title.center{text-align:center}
.title h2{font-size:34px;margin:8px 0 26px;letter-spacing:-.02em}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.product-card{
  background:linear-gradient(#323333,#2b2c2c);
  border:1px solid var(--line);
  transition:.25s ease;
  overflow:hidden
}
.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(0,0,0,.24)}
.visual{height:148px;position:relative;overflow:hidden;background:#2b2b2b}
.visual img{width:100%;height:100%;object-fit:cover}
.num{
  position:absolute;right:0;top:0;width:42px;height:42px;display:grid;place-items:center;
  background:var(--yellow);color:#171717;font-weight:900;font-size:12px;
  clip-path:polygon(0 0,100% 0,100% 100%,35% 100%)
}
.card-copy{padding:14px 14px 17px}
.card-copy h3{font-size:18px;margin:0 0 9px}
.card-copy p{font-size:12px;color:#c8c8c8;line-height:1.52;margin:0 0 14px}
.card-copy b{font-size:11px;color:var(--yellow)}
.card-copy b span{margin-left:7px}

/* APPLICATIONS */
.applications{background:var(--yellow);color:#171717}
.app-grid{display:grid;grid-template-columns:46% 54%;min-height:265px}
.app-image{
  margin-left:calc((100vw - min(var(--max),calc(100vw - 44px)))/-2);
  overflow:hidden
}
.app-image img{width:100%;height:100%;object-fit:cover;min-height:265px}
.app-copy{padding:33px 0 31px 35px}
.app-copy h2{font-size:40px;margin:8px 0 10px;letter-spacing:-.03em}
.app-copy>p{font-size:14px;line-height:1.55;max-width:570px}
.app-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}
.app-links a{
  min-height:96px;background:#2b2c2c;color:#fff;
  display:flex;flex-direction:column;justify-content:center;align-items:center;
  gap:8px;transition:.25s ease
}
.app-links a:hover{transform:translateY(-3px);background:#202121}
.app-links span{font-size:27px;color:var(--yellow)}
.app-links b{font-size:13px}

/* QUALITY */
.quality{padding:38px 0 39px}
.quality-grid{display:grid;grid-template-columns:31% 69%;gap:35px;align-items:center}
.quality-copy h2{font-size:38px;line-height:1.07;margin:9px 0 13px;letter-spacing:-.025em}
.quality-copy p{font-size:14px;color:#c5c5c5;line-height:1.58;margin-bottom:18px}
.factory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.factory-grid figure{margin:0;background:#292a2a}
.factory-grid img{width:100%;height:152px;object-fit:cover}
.factory-grid figcaption{text-align:center;font-size:11px;font-weight:800;padding:9px}

/* CONTACT */
.contact{background:linear-gradient(90deg,#f7b817,#ffc52d);color:#171717;padding:25px 0}
.contact-grid{display:grid;grid-template-columns:43% 57%;gap:36px;align-items:center}
.contact h2{font-size:34px;margin:8px 0 10px}
.contact p{font-size:14px;line-height:1.5;margin:0;max-width:520px}
.form{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.form input,.form textarea{border:0;outline:0;background:rgba(255,255,255,.5);padding:13px 14px;font-size:13px;color:#222;min-height:44px}
.form textarea{grid-row:1/3;grid-column:2;min-height:83px;resize:vertical}
.form button{grid-column:1/3;border:0;background:#1e1e1e;color:white;min-height:44px;font-size:12px;font-weight:900;cursor:pointer}
.form button span{color:var(--yellow)}
.form button:hover{background:#090909}

/* FOOTER */
.footer{background:#202121;padding:31px 0 14px}
.footer-grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:37px}
.footer-logo .logo-mark{background:var(--yellow);color:#171717}
.footer-logo b,.footer-logo small{color:#fff}
.footer-grid>div:first-child>p{font-size:11px;color:#a7a7a7;max-width:260px;line-height:1.55}
.footer h4{font-size:11px;color:var(--yellow);margin:0 0 14px}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:6px}
.footer-grid a,.footer-grid span{font-size:11px;color:#b7b7b7}
.copyright{margin-top:26px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;color:#777;font-size:10px}

/* TOAST */
.toast{
  position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);
  background:#171717;color:#fff;border:1px solid rgba(255,255,255,.12);
  padding:13px 18px;font-size:11px;opacity:0;pointer-events:none;
  transition:.3s ease;z-index:2000
}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:980px){
  .menu{display:none}
  .menu-toggle{display:block}
  .top-cta{display:none}
  .menu.open{
    display:flex;position:absolute;top:72px;left:0;right:0;background:var(--yellow);
    flex-direction:column;align-items:stretch;padding:8px 22px 18px;gap:0;
    border-top:1px solid rgba(0,0,0,.12)
  }
  .menu.open a{padding:12px 0;border-bottom:1px solid rgba(0,0,0,.12)}
  .hero-grid{grid-template-columns:55% 45%}
  .hero h1{font-size:58px}
  .about-grid{grid-template-columns:1fr;gap:35px}
  .product-grid{grid-template-columns:1fr 1fr}
  .quality-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}
}
@media(max-width:720px){
  .container{width:calc(100% - 28px)}
  .hero-grid{grid-template-columns:1fr;min-height:620px}
  .hero-copy{padding:45px 0 0}
  .hero h1{font-size:50px}
  .hero-visual{
    min-height:330px;height:330px;margin-right:-14px;margin-left:28%;
    align-self:end;overflow:visible
  }
  .about-photo img{height:250px}
  .trust-grid{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr}
  .visual{height:200px}
  .app-grid{grid-template-columns:1fr}
  .app-image{margin:0}
  .app-copy{padding:28px 0}
  .app-links{grid-template-columns:1fr}
  .factory-grid{grid-template-columns:1fr}
  .factory-grid img{height:220px}
  .contact-grid{grid-template-columns:1fr}
  .form{grid-template-columns:1fr}
  .form textarea{grid-column:auto;grid-row:auto}
  .form button{grid-column:auto}
  .footer-grid{grid-template-columns:1fr 1fr}
  .copyright{flex-direction:column;gap:5px}
}
@media(max-width:460px){
  .footer-grid{grid-template-columns:1fr}
}

@media(max-width:720px){
  .hero-visual img{
    width:125%;
    right:-35%;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 10%,#000 24%,#000 100%);
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 10%,#000 24%,#000 100%);
  }
}


/* PRODUCT SLIDER */
.slider-title-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
}
.slider-arrows{
  display:flex;
  gap:10px;
  flex-shrink:0;
}
.slider-arrow{
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.12);
  background:#2b2c2c;
  color:var(--yellow);
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:.25s ease;
}
.slider-arrow:hover{
  background:var(--yellow);
  color:#171717;
}
.product-slider{
  overflow:hidden;
  position:relative;
}
.product-track{
  display:flex;
  gap:15px;
  transition:transform .35s ease;
  will-change:transform;
  user-select:none;
}
.product-track .product-card{
  min-width:calc((100% - 45px) / 4);
  flex:0 0 calc((100% - 45px) / 4);
}
.product-track .product-card .visual{
  height:170px;
}
.product-track .product-card .card-copy{
  min-height:168px;
}

@media(max-width:980px){
  .product-track .product-card{
    min-width:calc((100% - 15px) / 2);
    flex:0 0 calc((100% - 15px) / 2);
  }
  .slider-title-row{
    align-items:center;
  }
}

@media(max-width:720px){
  .slider-title-row{
    flex-direction:column;
    align-items:flex-start;
  }
  .slider-arrows{
    margin-top:6px;
  }
  .product-track .product-card{
    min-width:100%;
    flex:0 0 100%;
  }
}


/* ===== PRODUCT SLIDER V5: SIDE ARROWS / ONE CARD PER CLICK ===== */

.slider-title-row{
  display:block;
}

.product-slider-shell{
  position:relative;
}

.product-slider{
  overflow:hidden;
  position:relative;
}

.product-track{
  display:flex;
  gap:15px;
  transition:transform .58s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
  user-select:none;
}

.product-track.is-moving .product-card{
  transition:transform .58s cubic-bezier(.22,.61,.36,1),
             opacity .58s cubic-bezier(.22,.61,.36,1);
}

.product-track.is-moving .product-card{
  transform:translateY(1px);
}

.slider-arrow-side{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:20;

  width:52px;
  height:86px;

  border:1px solid rgba(255,255,255,.10);
  background:#292a2a;
  color:var(--yellow);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:34px;
  font-weight:300;
  line-height:1;

  cursor:pointer;
  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .25s ease,
    opacity .25s ease;
}

.slider-arrow-side.prev{
  left:-68px;
}

.slider-arrow-side.next{
  right:-68px;
}

.slider-arrow-side:hover{
  background:var(--yellow);
  color:#171717;
  border-color:var(--yellow);
}

.slider-arrow-side.prev:hover{
  transform:translateY(-50%) translateX(-3px);
}

.slider-arrow-side.next:hover{
  transform:translateY(-50%) translateX(3px);
}

.slider-arrow-side:disabled{
  opacity:.25 !important;
  cursor:default;
  background:#292a2a;
  color:var(--yellow);
}

.slider-arrow-side:disabled:hover{
  transform:translateY(-50%);
  background:#292a2a;
  color:var(--yellow);
}

/* subtle edge fades so the moving direction reads more naturally */
.product-slider::before,.product-slider::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:22px;
  z-index:5;
  pointer-events:none;
}

.product-slider::before{
  left:0;
  background:linear-gradient(90deg,rgba(32,33,33,.55),transparent);
}

.product-slider::after{
  right:0;
  background:linear-gradient(270deg,rgba(32,33,33,.55),transparent);
}

@media(max-width:1300px){
  .slider-arrow-side.prev{left:-54px;}
  .slider-arrow-side.next{right:-54px;}
  .slider-arrow-side{
    width:44px;
    height:76px;
  }
}

@media(max-width:1180px){
  .product-slider-shell{
    padding:0 50px;
  }
  .slider-arrow-side.prev{left:0;}
  .slider-arrow-side.next{right:0;}
}

@media(max-width:720px){
  .product-slider-shell{
    padding:0 42px;
  }

  .slider-arrow-side{
    width:36px;
    height:66px;
    font-size:28px;
  }

  .product-track .product-card{
    min-width:100%;
    flex:0 0 100%;
  }
}



/* =========================================================
   HOME V6 — PRODUCT-FIRST REDESIGN
   ========================================================= */
.home-v6{background:#181919;color:#fff}
.home-v6 .kicker{font-size:11px;letter-spacing:.13em}
.home-v6 .btn{border-radius:0}

/* Hero */
.home-v6-hero{
  min-height:650px;
  overflow:hidden;
  background:
    radial-gradient(circle at 76% 48%,#383a3a 0%,#252626 36%,#181919 70%);
}
.home-v6-hero-grid{
  min-height:650px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:28px;
  align-items:center;
}
.home-v6-hero-copy{padding:78px 0}
.home-v6-hero-copy .kicker{color:var(--yellow)}
.home-v6-hero-copy h1{
  max-width:760px;
  margin:13px 0 24px;
  font-size:clamp(62px,7vw,94px);
  line-height:.9;
  letter-spacing:-.06em;
  font-weight:900;
}
.home-v6-hero-copy p{
  max-width:650px;
  margin:0;
  color:#ddd;
  font-size:18px;
  line-height:1.7;
}
.home-v6-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.home-v6-hero-actions .btn.yellow{background:var(--yellow);color:#171717}
.home-v6-hero-actions .btn.black{border:1px solid rgba(255,255,255,.14)}
.home-v6-hero-visual{
  position:relative;
  height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.home-v6-hero-visual::before{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  border-radius:50%;
  background:rgba(247,184,23,.07);
}
.home-v6-hero-visual img{
  position:relative;
  z-index:1;
  width:96%;
  height:96%;
  object-fit:contain;
}

/* Shared headings */
.home-v6-section-head{
  display:grid;
  grid-template-columns:minmax(0,.84fr) minmax(320px,1.16fr);
  gap:70px;
  align-items:end;
  margin-bottom:42px;
}
.home-v6-section-head h2{
  margin:10px 0 0;
  font-size:clamp(42px,4.8vw,58px);
  line-height:.98;
  letter-spacing:-.045em;
}
.home-v6-section-head>p{
  max-width:600px;
  margin:0;
  color:#c4c4c4;
  font-size:15px;
  line-height:1.72;
}
.home-v6-center-action{display:flex;justify-content:center;margin-top:34px}

/* Core products */
.home-v6-products{
  position:relative;
  overflow:hidden;
  padding:92px 0 96px;
  background:#101111;
  isolation:isolate;
}
.home-v6-products::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background-image:var(--home-products-bg);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:cover;
  filter:grayscale(1) contrast(1.06);
  transform:scale(1.015);
}
.home-v6-products::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(7,7,7,.67) 0%,rgba(7,7,7,.76) 29%,rgba(7,7,7,.91) 55%,rgba(7,7,7,.97) 100%);
}
.home-v6-products-head h2{color:#fff}
.home-v6-products-head>p{color:#c8c8c8}
.home-v6-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-left:8%;
}
.home-v6-product-grid .product-card{
  min-width:0;
  background:#202121;
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}
.home-v6-product-grid .product-card:hover{
  transform:translateY(-6px);
  border-color:rgba(247,184,23,.45);
  box-shadow:0 20px 42px rgba(0,0,0,.38);
}
.home-v6-product-grid .product-card .visual{
  height:255px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#272828;
}
.home-v6-product-grid .product-card .visual img{
  width:84%;
  height:84%;
  object-fit:contain;
  padding:0;
}
.home-v6-product-grid .product-card .num{display:none!important}
.home-v6-product-grid .product-card .card-copy{
  min-height:184px;
  padding:20px 20px 22px;
  background:#222323;
}
.home-v6-product-grid .product-card .card-copy h3{
  margin:0 0 10px;
  color:#fff;
  font-size:21px;
  line-height:1.08;
}
.home-v6-product-grid .product-card .card-copy p{
  min-height:58px;
  margin:0 0 16px;
  color:#b8b8b8;
  font-size:13px;
  line-height:1.58;
}
.home-v6-product-grid .product-card .card-copy b{
  color:var(--yellow);
  font-size:11px;
}

/* About + supply */
.home-v6-about{padding:88px 0;background:#1b1c1c}
.home-v6-about-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);
  gap:56px;
  align-items:center;
}
.home-v6-about-photo{
  height:500px;
  overflow:hidden;
  background:#242525;
}
.home-v6-about-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-v6-about-copy h2{
  margin:10px 0 20px;
  font-size:clamp(42px,4.6vw,54px);
  line-height:.98;
  letter-spacing:-.045em;
}
.home-v6-about-copy>p{
  margin:0;
  color:#c4c4c4;
  font-size:15px;
  line-height:1.75;
}
.home-v6-supply-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:30px;
  border-top:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
}
.home-v6-supply-strip>div{
  padding:22px 14px;
  border-right:1px solid rgba(255,255,255,.09);
}
.home-v6-supply-strip>div:last-child{border-right:0}
.home-v6-supply-strip strong{
  display:block;
  color:var(--yellow);
  font-size:19px;
  margin-bottom:6px;
}
.home-v6-supply-strip span{
  color:#999;
  font-size:9px;
  letter-spacing:.07em;
}
.home-v6-about-copy>.btn{margin-top:28px}

/* Applications */
.home-v6-applications{padding:88px 0;background:#232424}
.home-v6-application-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.home-v6-application-card{
  display:block;
  overflow:hidden;
  background:#292a2a;
  border:1px solid rgba(255,255,255,.08);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.home-v6-application-card:hover{
  transform:translateY(-5px);
  border-color:rgba(247,184,23,.45);
  box-shadow:0 18px 38px rgba(0,0,0,.22);
}
.home-v6-application-media{
  height:350px;
  overflow:hidden;
}
.home-v6-application-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.home-v6-application-card:hover img{transform:scale(1.025)}
.home-v6-application-copy{padding:24px}
.home-v6-application-copy h3{
  margin:0 0 9px;
  font-size:25px;
  line-height:1.08;
}
.home-v6-application-copy p{
  margin:0;
  color:#bbb;
  font-size:13px;
  line-height:1.62;
}

/* Projects */
.home-v6-projects{padding:88px 0;background:#181919}
.home-v6-project-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.home-v6-project-card{
  overflow:hidden;
  background:#292a2a;
  border:1px solid rgba(255,255,255,.08);
}
.home-v6-project-media{
  height:230px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#222;
  color:#777;
  font-size:11px;
}
.home-v6-project-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.home-v6-project-card:hover img{transform:scale(1.025)}
.home-v6-project-copy{padding:23px}
.home-v6-project-copy .kicker{color:var(--yellow)}
.home-v6-project-copy h3{
  margin:9px 0 10px;
  font-size:23px;
  line-height:1.12;
}
.home-v6-project-copy p{
  margin:0 0 16px;
  color:#bbb;
  font-size:13px;
  line-height:1.62;
}

/* Blog */
.home-v6-insights{padding:88px 0;background:#232424}
.home-v6-insight-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.home-v6-insight-card{
  overflow:hidden;
  background:#292a2a;
  border:1px solid rgba(255,255,255,.08);
}
.home-v6-insight-media{
  height:220px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#222;
  color:#777;
  font-size:11px;
}
.home-v6-insight-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.home-v6-insight-card:hover img{transform:scale(1.025)}
.home-v6-insight-copy{padding:23px}
.home-v6-insight-copy .kicker{color:var(--yellow)}
.home-v6-insight-copy h3{
  margin:9px 0 10px;
  font-size:22px;
  line-height:1.15;
}
.home-v6-insight-copy p{
  margin:0 0 16px;
  color:#bbb;
  font-size:13px;
  line-height:1.62;
}

/* FAQ */
.home-v6-faq{padding:88px 0;background:#181919}
.home-v6-faq-grid{
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
  gap:70px;
  align-items:start;
}
.home-v6-faq-intro h2{
  margin:10px 0 15px;
  font-size:clamp(42px,4.5vw,54px);
  line-height:.98;
  letter-spacing:-.045em;
}
.home-v6-faq-intro p{
  margin:0;
  color:#bbb;
  font-size:14px;
  line-height:1.65;
}
.home-v6-faq-item{border-top:1px solid rgba(255,255,255,.12)}
.home-v6-faq-item:last-child{border-bottom:1px solid rgba(255,255,255,.12)}
.home-v6-faq-question{
  width:100%;
  padding:20px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border:0;
  background:transparent;
  color:#fff;
  text-align:left;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
}
.home-v6-faq-question b{
  color:var(--yellow);
  font-size:21px;
  transition:transform .22s ease;
}
.home-v6-faq-item.is-open .home-v6-faq-question b{transform:rotate(45deg)}
.home-v6-faq-answer{padding:0 44px 18px 0}
.home-v6-faq-answer p{
  margin:0;
  color:#bbb;
  font-size:14px;
  line-height:1.68;
}

/* Inquiry */
.home-v6-inquiry{
  padding:58px 0;
  background:linear-gradient(90deg,#f7b817,#ffc52d);
  color:#171717;
}
.home-v6-inquiry-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}
.home-v6-inquiry .kicker{color:#171717}
.home-v6-inquiry h2{
  margin:8px 0 10px;
  font-size:42px;
  line-height:1;
  letter-spacing:-.035em;
}
.home-v6-inquiry p{margin:0;font-size:14px}

@media(max-width:1100px){
  .home-v6-product-grid{margin-left:0}
}
@media(max-width:980px){
  .home-v6-hero-grid,.home-v6-section-head,.home-v6-about-grid,.home-v6-faq-grid{
    grid-template-columns:1fr;
  }
  .home-v6-hero-visual{height:430px}
  .home-v6-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-v6-application-grid,.home-v6-project-grid,.home-v6-insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .home-v6-hero,.home-v6-hero-grid{min-height:590px}
  .home-v6-hero-grid{display:block;padding-top:58px}
  .home-v6-hero-copy{padding:36px 0 0}
  .home-v6-hero-copy h1{font-size:52px}
  .home-v6-hero-copy p{font-size:16px}
  .home-v6-hero-visual{height:320px}
  .home-v6-products,.home-v6-about,.home-v6-applications,.home-v6-projects,.home-v6-insights,.home-v6-faq{padding:58px 0 64px}
  .home-v6-section-head h2,.home-v6-about-copy h2,.home-v6-faq-intro h2{font-size:40px}
  .home-v6-product-grid,.home-v6-application-grid,.home-v6-project-grid,.home-v6-insight-grid{grid-template-columns:1fr}
  .home-v6-product-grid .product-card .visual{height:285px}
  .home-v6-supply-strip{grid-template-columns:1fr}
  .home-v6-supply-strip>div{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }
  .home-v6-supply-strip>div:last-child{border-bottom:0}
  .home-v6-about-photo{height:360px}
  .home-v6-application-media{height:330px}
  .home-v6-inquiry-inner{align-items:flex-start;flex-direction:column}
  .home-v6-inquiry h2{font-size:32px}
}


/* ===== HOME HERO IMAGE — BIGGER / RIGHT / NO YELLOW CIRCLE ===== */
.home-v6-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(520px,1fr);
  gap:18px;
}

.home-v6-hero-visual{
  height:580px;
  justify-content:flex-end;
  overflow:visible;
}

.home-v6-hero-visual::before{
  display:none !important;
  content:none !important;
}

.home-v6-hero-visual img{
  width:112% !important;
  height:112% !important;
  max-width:none !important;
  object-fit:contain;
  transform:translateX(44px);
}

@media(max-width:1100px){
  .home-v6-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(430px,.95fr);
  }

  .home-v6-hero-visual img{
    width:106% !important;
    height:106% !important;
    transform:translateX(24px);
  }
}

@media(max-width:980px){
  .home-v6-hero-grid{
    grid-template-columns:1fr;
  }

  .home-v6-hero-visual{
    justify-content:center;
    overflow:hidden;
  }

  .home-v6-hero-visual img{
    width:100% !important;
    height:100% !important;
    transform:none;
  }
}

@media(max-width:720px){
  .home-v6-hero-visual img{
    width:100% !important;
    height:100% !important;
    transform:none;
  }
}


/* ===== HOME HERO — TEXT FURTHER LEFT / PRODUCT FURTHER RIGHT ===== */
@media(min-width:1101px){
  .home-v6-hero .container.home-v6-hero-grid{
    width:calc(100% - 70px) !important;
    max-width:1600px !important;
    margin-left:35px !important;
    margin-right:0 !important;
    grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr) !important;
    gap:8px !important;
  }

  .home-v6-hero-copy{
    padding-left:0 !important;
    transform:translateX(-8px);
  }

  .home-v6-hero-visual{
    justify-content:flex-end !important;
    overflow:visible !important;
  }

  .home-v6-hero-visual img{
    width:118% !important;
    height:118% !important;
    max-width:none !important;
    transform:translateX(92px) !important;
  }
}

@media(min-width:981px) and (max-width:1100px){
  .home-v6-hero .container.home-v6-hero-grid{
    width:calc(100% - 50px) !important;
    max-width:none !important;
    margin-left:25px !important;
    margin-right:0 !important;
  }

  .home-v6-hero-copy{
    transform:translateX(-4px);
  }

  .home-v6-hero-visual img{
    width:110% !important;
    height:110% !important;
    transform:translateX(48px) !important;
  }
}


/* ===== HOME HERO — FINAL TWO-COLUMN LAYOUT PER SCREEN MARKUP ===== */
@media(min-width:1101px){

  .home-v6-hero .container.home-v6-hero-grid{
    width:calc(100% - 54px) !important;
    max-width:none !important;
    margin-left:27px !important;
    margin-right:27px !important;

    grid-template-columns:minmax(0,49%) minmax(0,51%) !important;
    gap:0 !important;
    align-items:center !important;
  }

  .home-v6-hero-copy{
    width:100% !important;
    max-width:910px !important;
    padding:34px 0 36px !important;
    transform:none !important;
  }

  .home-v6-hero-copy h1{
    max-width:900px !important;
    margin-right:0 !important;
  }

  .home-v6-hero-copy p{
    max-width:690px !important;
  }

  .home-v6-hero-visual{
    width:100% !important;
    height:620px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    overflow:visible !important;
    padding-left:42px !important;
  }

  .home-v6-hero-visual::before{
    display:none !important;
    content:none !important;
  }

  .home-v6-hero-visual img{
    width:auto !important;
    height:96% !important;
    max-width:100% !important;
    object-fit:contain !important;
    object-position:right center !important;
    transform:translateX(6px) !important;
  }
}

@media(min-width:981px) and (max-width:1100px){
  .home-v6-hero .container.home-v6-hero-grid{
    width:calc(100% - 40px) !important;
    max-width:none !important;
    margin-left:20px !important;
    margin-right:20px !important;
    grid-template-columns:minmax(0,50%) minmax(0,50%) !important;
    gap:0 !important;
  }

  .home-v6-hero-copy{
    transform:none !important;
  }

  .home-v6-hero-visual{
    justify-content:flex-end !important;
    padding-left:24px !important;
  }

  .home-v6-hero-visual img{
    width:auto !important;
    height:94% !important;
    max-width:100% !important;
    transform:none !important;
  }
}


/* ===== HOME HERO — 8% VIEWPORT MARGINS LEFT & RIGHT ===== */
@media(min-width:1101px){
  .home-v6-hero .container.home-v6-hero-grid{
    width:84vw !important;
    max-width:none !important;
    margin-left:8vw !important;
    margin-right:8vw !important;
    grid-template-columns:minmax(0,50%) minmax(0,50%) !important;
    gap:0 !important;
  }

  .home-v6-hero-copy{
    padding-left:0 !important;
    transform:none !important;
  }

  .home-v6-hero-visual{
    padding-left:36px !important;
    padding-right:0 !important;
    justify-content:flex-end !important;
  }

  .home-v6-hero-visual img{
    max-width:100% !important;
    object-position:right center !important;
    transform:none !important;
  }
}

@media(min-width:981px) and (max-width:1100px){
  .home-v6-hero .container.home-v6-hero-grid{
    width:84vw !important;
    max-width:none !important;
    margin-left:8vw !important;
    margin-right:8vw !important;
  }
}


/* ===== SMALL YELLOW SECTION LABELS — LARGER ===== */
.home-v6-eyebrow,.home-v6-section-kicker,.home-v6-label,.home-v6-hero-kicker{
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 1.6px !important;
}

@media(max-width:720px){
  .home-v6-eyebrow,.home-v6-section-kicker,.home-v6-label,.home-v6-hero-kicker{
    font-size: 13px !important;
    letter-spacing: 1.3px !important;
  }
}


/* ===== HEADER + HERO SCALE ADJUSTMENT ===== */

/* Header logo larger */
.header .logo,.header .custom-logo-wrap{
  transform:scale(1.12);
  transform-origin:left center;
}

/* Header navigation larger */
.header .menu,.header .primary-navigation .menu{
  font-size:14px !important;
  gap:32px !important;
}

.header .primary-navigation .menu > li > a{
  font-size:14px !important;
  font-weight:800 !important;
}

/* Top quote button larger */
.header .top-cta{
  font-size:13px !important;
  padding:15px 22px !important;
}

/* Small yellow hero label larger */
.home-v6-hero-copy .kicker{
  font-size:15px !important;
  line-height:1.25 !important;
  letter-spacing:1.7px !important;
  font-weight:900 !important;
}

/* Make hero taller for better vertical balance */
.home-v6-hero,.home-v6-hero-grid{
  min-height:760px !important;
}

/* Keep content vertically centered within the taller hero */
.home-v6-hero-copy{
  padding-top:70px !important;
  padding-bottom:70px !important;
}

.home-v6-hero-visual{
  height:650px !important;
}

/* Give the header a little more visual weight */
.header .nav{
  min-height:82px !important;
}

@media(max-width:1100px){
  .header .logo,.header .custom-logo-wrap{
    transform:scale(1.07);
  }

  .header .primary-navigation .menu > li > a{
    font-size:13px !important;
  }

  .header .top-cta{
    font-size:12px !important;
    padding:14px 18px !important;
  }

  .home-v6-hero,.home-v6-hero-grid{
    min-height:700px !important;
  }

  .home-v6-hero-visual{
    height:580px !important;
  }
}

@media(max-width:980px){
  .header .logo,.header .custom-logo-wrap{
    transform:none;
  }

  .home-v6-hero,.home-v6-hero-grid{
    min-height:640px !important;
  }

  .home-v6-hero-visual{
    height:430px !important;
  }
}

@media(max-width:720px){
  .home-v6-hero-copy .kicker{
    font-size:13px !important;
    letter-spacing:1.3px !important;
  }

  .home-v6-hero,.home-v6-hero-grid{
    min-height:620px !important;
  }

  .home-v6-hero-visual{
    height:330px !important;
  }
}


/* ===== HOME ALL YELLOW KICKERS — SAME SIZE AS HERO LABEL ===== */
.home-v6 .kicker,.home-v6-products .kicker,.home-v6-about .kicker,.home-v6-applications .kicker,.home-v6-projects .kicker,.home-v6-insights .kicker,.home-v6-faq .kicker,.home-v6-inquiry .kicker{
  font-size:15px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  letter-spacing:1.7px !important;
}

/* Keep inquiry label dark on yellow background, only enlarge it */
.home-v6-inquiry .kicker{
  color:#171717 !important;
}

@media(max-width:720px){
  .home-v6 .kicker,.home-v6-products .kicker,.home-v6-about .kicker,.home-v6-applications .kicker,.home-v6-projects .kicker,.home-v6-insights .kicker,.home-v6-faq .kicker,.home-v6-inquiry .kicker{
    font-size:13px !important;
    letter-spacing:1.3px !important;
  }
}

/* =========================================================
   HOME CORE PRODUCTS — HORIZONTAL ACCORDION
   ========================================================= */
.home-product-accordion-section{padding-bottom:100px}
.home-product-accordion{
  display:flex;
  gap:12px;
  width:100%;
  min-height:520px;
  align-items:stretch;
}
.home-product-panel{
  position:relative;
  flex:0 0 13.5%;
  min-width:0;
  min-height:520px;
  overflow:hidden;
  background:#202121;
  border:1px solid rgba(255,255,255,.08);
  transition:flex-basis .48s cubic-bezier(.22,.61,.36,1),border-color .25s ease,box-shadow .25s ease;
}
.home-product-panel.is-active{
  flex-basis:59.5%;
  border-color:rgba(247,184,23,.46);
  box-shadow:0 24px 54px rgba(0,0,0,.30);
}
.home-product-panel-trigger{
  position:absolute;
  inset:0;
  z-index:4;
  width:100%;
  height:100%;
  padding:26px 18px;
  border:0;
  background:transparent;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  gap:12px;
  text-align:left;
  cursor:pointer;
  transition:opacity .2s ease;
}
.home-product-panel.is-active .home-product-panel-trigger{opacity:0;pointer-events:none}
.home-product-panel-number{color:var(--yellow);font-size:14px;font-weight:900;letter-spacing:.12em}
.home-product-panel-name{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  color:#fff;
  font-size:21px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.025em;
  max-height:300px;
}
.home-product-panel-content{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:minmax(280px,1.1fr) minmax(250px,.9fr);
  gap:22px;
  align-items:center;
  padding:34px 34px 32px;
  opacity:0;
  visibility:hidden;
  transform:translateX(14px);
  transition:opacity .24s ease .12s,transform .36s ease .08s,visibility 0s linear .3s;
}
.home-product-panel.is-active .home-product-panel-content{
  opacity:1;
  visibility:visible;
  transform:none;
  transition:opacity .3s ease .14s,transform .42s ease .08s,visibility 0s;
}
.home-product-panel-image{
  min-width:0;
  height:430px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#272828;
}
.home-product-panel-image img{width:90%;height:90%;max-width:none;object-fit:contain;transition:transform .3s ease}
.home-product-panel-image:hover img{transform:scale(1.03)}
.home-product-panel-copy{min-width:0;padding-right:8px}
.home-product-panel-copy .home-product-panel-number.large{display:block;margin-bottom:18px;font-size:16px}
.home-product-panel-copy h3{margin:0 0 14px;font-size:clamp(30px,3vw,46px);line-height:.96;letter-spacing:-.045em}
.home-product-panel-copy h3 a{color:#fff}
.home-product-panel-copy p{margin:0 0 22px;color:#b9b9b9;font-size:14px;line-height:1.7}
.home-product-panel-copy .text-link{color:var(--yellow);font-size:12px;font-weight:900;letter-spacing:.02em}
.home-v6-product-grid{display:none!important}

@media(max-width:1100px){
  .home-product-accordion{min-height:480px}
  .home-product-panel{flex-basis:14%;min-height:480px}
  .home-product-panel.is-active{flex-basis:58%}
  .home-product-panel-content{grid-template-columns:1fr 1fr;padding:28px}
  .home-product-panel-image{height:390px}
}
@media(max-width:820px){
  .home-product-accordion{display:block;min-height:0}
  .home-product-panel,.home-product-panel.is-active{width:100%;min-height:0;margin-bottom:10px;overflow:hidden;flex:none;transition:none}
  .home-product-panel-trigger{position:relative;inset:auto;height:auto;min-height:76px;padding:18px 20px;flex-direction:row;align-items:center;justify-content:flex-start;opacity:1!important;pointer-events:auto!important}
  .home-product-panel-name{writing-mode:horizontal-tb;transform:none;max-height:none;font-size:19px}
  .home-product-panel-content{position:relative;inset:auto;display:none;grid-template-columns:1fr;gap:18px;padding:0 20px 24px;opacity:1;visibility:visible;transform:none}
  .home-product-panel.is-active .home-product-panel-content{display:grid}
  .home-product-panel-image{height:300px}
  .home-product-panel-copy h3{font-size:32px}
}
@media(max-width:520px){
  .home-product-panel-image{height:260px}
  .home-product-panel-copy h3{font-size:28px}
  .home-product-panel-trigger{min-height:70px}
}


/* ===== DYNAMIC ALL-PRODUCT ACCORDION — UNLIMITED PRODUCTS ===== */
.home-product-accordion-shell{
  position:relative;
  padding:0 58px;
}

.home-product-accordion-viewport{
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  scroll-behavior:smooth;
}

.home-product-accordion-viewport::-webkit-scrollbar{
  display:none;
}

.home-product-accordion{
  width:max-content !important;
  min-width:100%;
  min-height:520px;
  display:flex;
  gap:12px;
}

.home-product-panel{
  flex:0 0 112px !important;
  width:112px;
}

.home-product-panel.is-active{
  flex:0 0 640px !important;
  width:640px;
}

.home-product-nav{
  position:absolute;
  top:50%;
  z-index:8;
  width:44px;
  height:92px;
  transform:translateY(-50%);
  border:1px solid rgba(255,255,255,.12);
  background:#171818;
  color:var(--yellow);
  font-size:32px;
  line-height:1;
  cursor:pointer;
}

.home-product-nav:hover{
  background:var(--yellow);
  color:#171717;
}

.home-product-nav.is-prev{left:0}
.home-product-nav.is-next{right:0}

@media(max-width:1100px){
  .home-product-panel{
    flex-basis:104px !important;
    width:104px;
  }

  .home-product-panel.is-active{
    flex-basis:560px !important;
    width:560px;
  }
}

@media(max-width:820px){
  .home-product-accordion-shell{
    padding:0;
  }

  .home-product-nav{
    display:none;
  }

  .home-product-accordion-viewport{
    overflow:visible;
  }

  .home-product-accordion{
    width:100% !important;
    min-width:0;
    display:block;
  }

  .home-product-panel,.home-product-panel.is-active{
    width:100% !important;
    flex:none !important;
  }
}


/* ===== HOME PRODUCT ACCORDION — CLEAN TRANSPARENT IMAGE VERSION ===== */

/* Remove side navigation controls completely */
.home-product-nav{
  display:none !important;
}

/* No extra shell gutter needed now that arrows are removed */
.home-product-accordion-shell{
  padding:0 !important;
}

/* Keep horizontal overflow available for any future number of products */
.home-product-accordion-viewport{
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scrollbar-width:none;
  scroll-behavior:smooth;
}
.home-product-accordion-viewport::-webkit-scrollbar{
  display:none;
}

/* Expanded panel uses the section's scaffolding background directly */
.home-product-panel,.home-product-panel.is-active{
  background:rgba(31,32,32,.82) !important;
  backdrop-filter:none !important;
}

/* Remove the gray image tile/background */
.home-product-panel-image{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}

/* Transparent WooCommerce image displays directly on the accordion background */
.home-product-panel-image img{
  width:92% !important;
  height:92% !important;
  object-fit:contain !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* Slightly more visual breathing room in the active panel */
.home-product-panel-content{
  padding:34px 38px 32px !important;
}

/* Collapsed panels stay dark, simple and clean */
.home-product-panel:not(.is-active){
  background:rgba(34,35,35,.9) !important;
}

/* On mobile, keep the same transparent image treatment */
@media(max-width:820px){
  .home-product-panel-image{
    background:transparent !important;
  }

  .home-product-panel-image img{
    width:88% !important;
    height:88% !important;
  }
}


/* ===== PRODUCT DOTS + RIGHT-ALIGNED VIEW ALL PRODUCTS ===== */
.home-product-controls{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:24px;
  margin-top:32px;
}

.home-product-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:18px;
  padding-left:120px;
}

.home-product-dot{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.28);
  cursor:pointer;
  transition:
    width .2s ease,
    background .2s ease,
    transform .2s ease;
}

.home-product-dot:hover{
  background:rgba(247,184,23,.65);
  transform:scale(1.08);
}

.home-product-dot.is-active{
  width:24px;
  border-radius:999px;
  background:var(--yellow);
}

.home-v6-center-action-products{
  margin-top:0 !important;
  justify-content:flex-end !important;
}

.home-v6-center-action-products .btn{
  white-space:nowrap;
}

@media(max-width:980px){
  .home-product-controls{
    grid-template-columns:1fr;
    gap:18px;
  }

  .home-product-dots{
    padding-left:0;
  }

  .home-v6-center-action-products{
    justify-content:center !important;
  }
}

@media(max-width:820px){
  .home-product-dots{
    display:none;
  }

  .home-product-controls{
    display:block;
  }

  .home-v6-center-action-products{
    margin-top:24px !important;
  }
}


/* ===== SITE HEADER — FIXED, ALWAYS VISIBLE (SAFE HOME REPAIR) ===== */
.header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:99999 !important;
  transform:none !important;
}

body{
  padding-top:82px !important;
}

.admin-bar .header{
  top:32px !important;
}

@media(max-width:782px){
  .admin-bar .header{
    top:46px !important;
  }
}

@media(max-width:980px){
  body{
    padding-top:74px !important;
  }
}




























/* ==========================================================
   GLOBAL HEADER — CLEAR CURRENT / SELECTED NAVIGATION STATE
   ========================================================== */
.header .primary-navigation .menu > li > a{
  position:relative;
  transition:opacity .18s ease, background-color .18s ease;
}

.header .primary-navigation .menu > li > a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:15px;
  height:3px;
  background:#171717;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
}

.header .primary-navigation .menu > li > a:hover::after,.header .primary-navigation .menu > li > a.is-current::after,.header .primary-navigation .menu > li.current-menu-item > a::after,.header .primary-navigation .menu > li.current_page_item > a::after{
  transform:scaleX(1);
}

.header .primary-navigation .menu > li > a.is-current,.header .primary-navigation .menu > li.current-menu-item > a,.header .primary-navigation .menu > li.current_page_item > a{
  font-weight:900 !important;
}

@media(max-width:980px){
  .header .primary-navigation .menu > li > a::after{
    bottom:5px;
  }
}

/* ==========================================================
   PRODUCTS OVERVIEW PAGE — ONLY THE NEW CATEGORY ENTRY PAGE
   ========================================================== */
.products-overview{
  background:#202120;
  color:#f5f5f3;
}

.products-overview-hero{
  position:relative;
  overflow:hidden;
  min-height:410px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(19,20,20,.98) 0%,rgba(19,20,20,.91) 46%,rgba(19,20,20,.40) 100%),
    linear-gradient(135deg,#2b302e,#181919);
  border-top:4px solid var(--yellow);
}

.products-overview-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,.72fr);
  gap:62px;
  align-items:center;
  padding:74px 0;
}

.products-overview-hero h1{
  max-width:760px;
  margin:12px 0 20px;
  font-size:clamp(48px,6vw,72px);
  line-height:.96;
  letter-spacing:-.05em;
}

.products-overview-hero p{
  max-width:720px;
  margin:0;
  color:#c0c0c0;
  font-size:15px;
  line-height:1.72;
}

.products-overview-hero-visual{
  height:285px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  background:#181919;
}

.products-overview-hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.78;
  filter:saturate(.82) contrast(1.05);
}

.products-overview-intro{
  padding:72px 0 36px;
}

.products-overview-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:60px;
  align-items:end;
}

.products-overview-intro h2{
  margin:10px 0 0;
  font-size:clamp(38px,4vw,52px);
  line-height:1;
  letter-spacing:-.045em;
}

.products-overview-intro p{
  max-width:720px;
  margin:0;
  color:#aaa;
  font-size:14px;
  line-height:1.75;
}

.products-overview-categories{
  padding:38px 0 94px;
}

.products-overview-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.products-overview-card{
  display:block;
  overflow:hidden;
  min-height:540px;
  color:#fff;
  background:#252625;
  border:1px solid rgba(255,255,255,.10);
  transition:border-color .18s ease, transform .18s ease;
}

.products-overview-card:hover{
  color:#fff;
  border-color:rgba(246,184,23,.55);
  transform:translateY(-2px);
}

.products-overview-card-media{
  height:330px;
  overflow:hidden;
  position:relative;
  background:
    radial-gradient(circle at 50% 45%,rgba(255,255,255,.06),transparent 45%),
    linear-gradient(145deg,#333534,#191a19);
}

.products-overview-card-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:24px;
  transition:transform .25s ease;
}

.products-overview-card-ringlock .products-overview-card-media img{
  object-fit:cover;
  padding:0;
}

.products-overview-card:hover .products-overview-card-media img{
  transform:scale(1.018);
}

.products-overview-card-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:rgba(255,255,255,.30);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}

.products-overview-card-body{
  padding:30px 32px 34px;
}

.products-overview-card-number{
  display:block;
  margin-bottom:9px;
  color:var(--yellow);
  font-size:11px;
  font-weight:900;
  letter-spacing:.07em;
}

.products-overview-card h3{
  margin:0 0 14px;
  font-size:clamp(28px,3vw,37px);
  line-height:1;
  letter-spacing:-.04em;
}

.products-overview-card p{
  min-height:64px;
  max-width:560px;
  margin:0;
  color:#b5b5b5;
  font-size:14px;
  line-height:1.68;
}

.products-overview-card-link{
  display:inline-block;
  margin-top:21px;
  color:var(--yellow);
  font-size:11px;
  font-weight:900;
}

.products-overview-note{
  padding:70px 0;
  background:#171818;
  border-top:1px solid rgba(255,255,255,.07);
}

.products-overview-note-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
}

.products-overview-note-box{
  padding:30px 32px;
  background:#202120;
  border-left:3px solid var(--yellow);
}

.products-overview-note-box h3{
  margin:0 0 12px;
  font-size:27px;
}

.products-overview-note-box p{
  margin:0;
  color:#aaa;
  font-size:14px;
  line-height:1.75;
}

.products-overview-path{
  color:#bcbcbc;
  font-size:14px;
  line-height:2;
}

.products-overview-path strong{
  color:#fff;
}

.products-overview-path .root{
  color:var(--yellow);
  font-weight:900;
}

.products-overview-cta{
  padding:38px 0;
  background:var(--yellow);
  color:#171717;
}

.products-overview-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.products-overview-cta h2{
  margin:5px 0 0;
  font-size:clamp(28px,3vw,38px);
  letter-spacing:-.035em;
}

@media(max-width:900px){
  .products-overview-hero-grid,.products-overview-intro-grid,.products-overview-grid,.products-overview-note-grid{
    grid-template-columns:1fr;
  }

  .products-overview-hero-visual{
    display:none;
  }

  .products-overview-card{
    min-height:auto;
  }
}

@media(max-width:720px){
  .products-overview-hero-grid{
    padding:58px 0;
  }

  .products-overview-intro{
    padding-top:54px;
  }

  .products-overview-card-media{
    height:270px;
  }

  .products-overview-card-body{
    padding:25px 24px 29px;
  }

  .products-overview-cta-inner{
    display:block;
  }

  .products-overview-cta .top-cta{
    display:inline-flex;
    margin-top:20px;
  }
}


/* =========================================================
   HEADER — RESTORE APPROVED NAV TYPOGRAPHY
   ========================================================= */
.header,.header a,.header button{
  font-family:Arial,Helvetica,sans-serif !important;
}
.header .primary-navigation .menu{
  gap:27px !important;
  font-size:14px !important;
  font-weight:700 !important;
}
.header .primary-navigation .menu > li > a,.header .menu-parent-row > a{
  font-size:14px !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
}

/* =========================================================
   HEADER — SECOND LEVEL MENU
   Parent text remains a normal link to the category gateway.
   Arrow only controls the submenu on mobile.
   ========================================================= */
.header .primary-navigation{align-self:stretch;display:flex;align-items:stretch}
.header .primary-navigation .menu{height:100%;list-style:none;padding:0}
.header .primary-navigation .menu > .menu-item{position:relative;display:flex;align-items:stretch}
.header .menu-parent-row{display:flex;align-items:stretch}
.header .primary-navigation .menu > .menu-item > a,.header .menu-parent-row > a{position:relative;display:flex;align-items:center}
.header .primary-navigation .menu > .menu-item > a::after,.header .menu-parent-row > a::after{
  content:"";position:absolute;left:0;right:0;bottom:14px;height:3px;
  background:#171717;transform:scaleX(0);transform-origin:center;
  transition:transform .18s ease
}
.header .primary-navigation .menu > .menu-item > a:hover::after,.header .menu-parent-row > a:hover::after,.header .primary-navigation .menu a.is-current::after,.header .primary-navigation .menu .is-parent-current > .menu-parent-row > a::after{transform:scaleX(1)}
.header .submenu-toggle{
  width:20px;padding:0 0 0 5px;border:0;background:transparent;color:#171717;
  display:flex;align-items:center;justify-content:center;cursor:pointer
}
.header .submenu-toggle span{
  width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);transition:transform .18s ease
}
.header .sub-menu{
  position:absolute;z-index:1200;top:calc(100% - 2px);left:-18px;min-width:300px;
  margin:0;padding:8px 0;list-style:none;background:#202121;border-top:3px solid var(--yellow);
  box-shadow:0 16px 34px rgba(0,0,0,.28);opacity:0;visibility:hidden;
  transform:translateY(8px);pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease
}
.header .sub-menu a{
  display:block;padding:13px 18px !important;color:#f2f2f2;
  font-family:Arial,Helvetica,sans-serif !important;font-size:12px !important;
  line-height:1.35;font-weight:700 !important;white-space:nowrap;border:0 !important
}
.header .sub-menu a:hover{color:var(--yellow);background:#292a2a}
@media(min-width:981px){
  .header .menu-item-has-children:hover > .sub-menu,.header .menu-item-has-children:focus-within > .sub-menu{
    opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto
  }
}
@media(max-width:980px){
  .header .primary-navigation{display:block}
  .header .primary-navigation .menu > .menu-item{display:block;width:100%}
  .header .menu-parent-row{
    width:100%;display:grid;grid-template-columns:minmax(0,1fr) 48px;
    border-bottom:1px solid rgba(0,0,0,.12)
  }
  .header .menu-parent-row > a{padding:14px 0 !important;border:0 !important}
  .header .submenu-toggle{width:48px;min-height:48px;padding:0;border-left:1px solid rgba(0,0,0,.10)}
  .header .sub-menu{
    position:static;min-width:0;width:100%;padding:0;border:0;box-shadow:none;background:#1f2020;
    opacity:1;visibility:visible;transform:none;pointer-events:auto;display:none
  }
  .header .menu-item-has-children.submenu-open > .sub-menu{display:block}
  .header .sub-menu a{padding:13px 22px 13px 28px !important;border-bottom:1px solid rgba(255,255,255,.07) !important}
}

/* =========================================================
   PRODUCT-LINE CATEGORY GATEWAYS
   Top-level Applications / Projects / Resources land here first.
   ========================================================= */
.product-line-gateway{background:#181919;color:#fff;min-height:70vh}
.product-line-gateway-hero{
  padding:86px 0 58px;
  background:linear-gradient(110deg,#181919 0%,#242525 70%,#1b1c1c 100%);
  border-bottom:1px solid rgba(255,255,255,.07)
}
.product-line-gateway-hero .content-eyebrow{
  color:var(--yellow);font-size:13px;font-weight:900;letter-spacing:.14em
}
.product-line-gateway-hero h1{
  max-width:900px;margin:12px 0 18px;font-size:clamp(52px,6vw,78px);
  line-height:.94;letter-spacing:-.05em
}
.product-line-gateway-hero p{
  max-width:650px;margin:0;color:#c9c9c9;font-size:16px;line-height:1.7
}
.product-line-gateway-options{padding:70px 0 90px;background:#202121}
.product-line-gateway-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.product-line-gateway-card{
  position:relative;display:block;min-height:360px;padding:38px 36px;
  background:#292a2a;border:1px solid rgba(255,255,255,.08);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease
}
.product-line-gateway-card:hover{
  transform:translateY(-5px);border-color:rgba(247,184,23,.55);
  box-shadow:0 20px 44px rgba(0,0,0,.22)
}
.product-line-gateway-number{
  position:absolute;right:0;top:0;width:58px;height:58px;display:grid;place-items:center;
  background:var(--yellow);color:#171717;font-size:13px;font-weight:900
}
.product-line-gateway-card .kicker{display:block;margin-bottom:17px;color:var(--yellow);font-size:12px;font-weight:900;letter-spacing:.12em}
.product-line-gateway-card h2{max-width:470px;margin:0 0 18px;font-size:36px;line-height:1.02;letter-spacing:-.035em}
.product-line-gateway-card p{max-width:520px;margin:0 0 30px;color:#bdbdbd;font-size:14px;line-height:1.65}
.product-line-gateway-card strong{position:absolute;left:36px;bottom:34px;color:var(--yellow);font-size:12px;font-weight:900}
@media(max-width:720px){
  .product-line-gateway-hero{padding:60px 0 44px}
  .product-line-gateway-grid{grid-template-columns:1fr}
  .product-line-gateway-card{min-height:320px;padding:30px 26px}
  .product-line-gateway-card h2{font-size:31px}
  .product-line-gateway-card strong{left:26px;bottom:28px}
}

/* =========================================================
   V6 GLOBAL VISUAL POLISH — LAPTOP READABILITY
   Visual-only overrides. No routing/query/content logic.
   ========================================================= */

body{
  font-size:16px;
  line-height:1.6;
}

/* Small interface text: keep hierarchy, remove eye-strain. */
.logo b{font-size:21px}
.logo small{font-size:10px;line-height:1.1}
.kicker{font-size:13px;line-height:1.25}
.btn{font-size:13px}
.top-cta{font-size:13px}
.trust b{font-size:14px}
.trust small{font-size:12px;line-height:1.5}
.factory-grid figcaption{font-size:13px}
.contact p{font-size:15px;line-height:1.65}
.form input,.form textarea,.form select{font-size:15px}
.form button{font-size:13px}

/* Shared product cards: product-first, no decorative numbering. */
.product-card .num{display:none!important}
.product-card .visual{
  height:210px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#2b2c2c;
}
.product-card .visual img{
  width:100%;
  height:100%;
  padding:12px;
  object-fit:contain;
  object-position:center;
}
.product-card .card-copy{
  padding:16px 16px 18px;
}
.product-card .card-copy h3{
  margin:0 0 10px;
  font-size:19px;
  line-height:1.24;
}
.product-card .card-copy p{
  display:-webkit-box;
  overflow:hidden;
  margin:0 0 13px;
  color:#c8c8c8;
  font-size:14px;
  line-height:1.55;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.product-card .card-copy b{
  font-size:12px;
  line-height:1.3;
}

/* Home: preserve existing composition, improve reading scale. */
.home-v6 .kicker{font-size:14px!important}
.home-v6-section-head>p{font-size:16px;line-height:1.75}
.home-v6-product-grid .product-card .visual{height:270px}
.home-v6-product-grid .product-card .card-copy{
  min-height:166px;
  padding:20px 20px 21px;
}
.home-v6-product-grid .product-card .card-copy h3{font-size:22px}
.home-v6-product-grid .product-card .card-copy p{
  min-height:0;
  font-size:14px;
  line-height:1.55;
}
.home-v6-product-grid .product-card .card-copy b{font-size:12px}
.home-v6-about-copy>p{font-size:16px;line-height:1.78}
.home-v6-supply-strip span{font-size:12px;line-height:1.4}
.home-v6-application-copy p,.home-v6-project-copy p,.home-v6-insight-copy p{font-size:14px;line-height:1.65}
.home-v6-faq-intro p,.home-v6-faq-answer p{font-size:15px;line-height:1.72}
.home-v6-faq-question{font-size:17px}
.home-v6-inquiry p{font-size:15px}

/* Product slider cards should not waste vertical space below the image. */
.product-track .product-card .visual{height:220px}
.product-track .product-card .card-copy{min-height:148px!important}

/* Products / Projects gateway cards. */
.products-overview-card-number{
  font-size:12px;
  line-height:1.3;
}
.products-overview-card p{font-size:15px;line-height:1.68}
.products-overview-card-link{font-size:13px}
.products-overview-intro p{font-size:15px;line-height:1.7}

/* Footer stays secondary, but remains readable on a laptop. */
.footer-grid>div:first-child>p{font-size:13px;line-height:1.6}
.footer h4{font-size:13px}
.footer-grid a,.footer-grid span{font-size:13px;line-height:1.5}
.copyright{font-size:12px}

/* 1366–1440px laptop-specific balance. */
@media(min-width:981px) and (max-width:1440px){
  .home-v6-hero-copy p{font-size:17px}
  .home-v6-section-head h2{font-size:clamp(42px,4vw,56px)}
  .home-v6-product-grid .product-card .visual{height:250px}
  .products-overview-card-media{min-height:300px}
}

/* Mobile remains compact without falling back to tiny text. */
@media(max-width:720px){
  body{font-size:16px}
  .kicker{font-size:12px}
  .btn{font-size:13px}
  .product-card .visual{height:240px}
  .product-card .card-copy h3{font-size:19px}
  .product-card .card-copy p{font-size:14px}
  .footer-grid a,.footer-grid span,.footer-grid>div:first-child>p{font-size:13px}
}

/* =========================================================
   MOBILE FIX V3 — HEADER / NAVIGATION
   Desktop is intentionally untouched.
   ========================================================= */
@media (max-width:980px){

  html{
    scroll-padding-top:72px;
    overflow-x:hidden;
  }

  body{
    padding-top:72px;
    overflow-x:hidden;
  }

  body.mobile-menu-open{
    overflow:hidden;
    touch-action:none;
  }

  .header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:99990 !important;
    background:var(--yellow) !important;
  }

  .header .nav{
    position:relative;
    height:72px;
    min-height:72px;
    width:min(var(--max),calc(100% - 28px));
    margin:0 auto;
    gap:0;
  }

  .header .header-brand-logo{
    position:relative;
    z-index:2;
    margin-right:0;
  }

  .header .menu-toggle{
    position:relative;
    z-index:2;
    display:block !important;
    margin-left:auto;
    flex:0 0 auto;
  }

  .header .primary-navigation{
    position:static !important;
    display:block !important;
    align-self:auto !important;
    height:auto !important;
  }

  .header .primary-navigation .menu{
    display:none !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
  }

  .header .primary-navigation .menu.open{
    display:block !important;
    position:fixed !important;
    top:72px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:auto !important;
    max-height:calc(100dvh - 72px) !important;
    overflow-y:auto !important;
    overscroll-behavior:contain;
    padding:10px 28px 20px !important;
    background:var(--yellow) !important;
    border-top:1px solid rgba(0,0,0,.12);
    box-shadow:0 18px 32px rgba(0,0,0,.28);
    z-index:99999 !important;
  }

  .header .primary-navigation .menu.open > .menu-item{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    position:relative !important;
  }

  .header .primary-navigation .menu.open > .menu-item > a,
  .header .primary-navigation .menu.open .menu-parent-row > a{
    display:flex !important;
    align-items:center;
    min-height:52px;
    width:100%;
    padding:14px 0 !important;
    border-bottom:1px solid rgba(0,0,0,.15) !important;
    color:#171717 !important;
    font-size:17px !important;
    line-height:1.2 !important;
    font-weight:800 !important;
  }

  .header .primary-navigation .menu.open > .menu-item > a::after,
  .header .primary-navigation .menu.open .menu-parent-row > a::after{
    bottom:0 !important;
    height:2px !important;
  }

  .header .menu-parent-row{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 52px !important;
    width:100% !important;
    border:0 !important;
  }

  .header .submenu-toggle{
    width:52px !important;
    min-height:52px !important;
    border-left:1px solid rgba(0,0,0,.12) !important;
    border-bottom:1px solid rgba(0,0,0,.15) !important;
  }

  .header .sub-menu{
    position:static !important;
    width:100% !important;
    min-width:0 !important;
    height:auto !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    background:#202121 !important;
    border:0 !important;
    box-shadow:none !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    pointer-events:auto !important;
    display:none !important;
  }

  .header .menu-item-has-children.submenu-open > .sub-menu{
    display:block !important;
  }

  .header .sub-menu a{
    display:block !important;
    padding:15px 18px 15px 24px !important;
    color:#f2f2f2 !important;
    font-size:15px !important;
    line-height:1.35 !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
    white-space:normal !important;
  }

  .header .top-cta{
    display:none !important;
  }
}

/* Final pre-deployment mobile containment fix. Desktop rules are untouched. */
@media (max-width:720px){
  .home-v6-hero .container.home-v6-hero-grid{
    width:calc(100% - 32px) !important;
    max-width:calc(100% - 32px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box;
  }

  .home-v6-hero-copy,
  .home-v6-hero-copy h1,
  .home-v6-hero-copy p,
  .home-v6-hero-actions{
    width:100%;
    min-width:0;
    max-width:100% !important;
    box-sizing:border-box;
  }

  .home-v6-hero-copy{
    padding-right:12px !important;
  }

  .home-v6-hero-copy h1,
  .home-v6-hero-copy p{
    overflow-wrap:break-word;
    word-break:normal;
  }

  .home-v6-hero-actions .btn{
    max-width:100%;
    white-space:normal;
  }
}

@media (max-width:430px){
  .home-v6-hero-copy h1{
    font-size:40px !important;
  }

  .home-v6-hero-copy p{
    font-size:15px !important;
  }
}

@media (max-width:460px){
  .header .primary-navigation .menu.open{
    padding-left:20px !important;
    padding-right:20px !important;
  }
}

/* =========================================================
   MOBILE NAV TOP HOTFIX V3.1
   WordPress adds .admin-bar on logged-in LocalWP sessions.
   The old rule moved the header down by 46px on phones.
   On this site the admin bar is not visible in the mobile
   front-end, so the navigation must stay at viewport top.
   ========================================================= */
@media (max-width:980px){
  body.admin-bar .header,
  .admin-bar .header{
    top:0 !important;
  }

  body.admin-bar{
    --admin-bar-offset:0px !important;
  }
}
