*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}

:root{
  /* Brand green — same hue family as the logo mark, darkened enough to
     carry white text and to read as text on white (AA at body sizes). */
  --green:#3d7d14;
  --green-dark:#316310;
  --lime:#85cb2a;          /* logo lime — small accents only */
  --green-tint:#f1f8e9;
  --fire:#b34a12;
  --fire-tint:#fdf4ee;
  /* Neutrals */
  --ink:#15181a;
  --ink-mid:#4a5257;
  /* Darkened from #79838a, which measured 3.87:1 on white — under the 4.5:1
     WCAG AA minimum, and used almost entirely on the smallest text. Same hue
     and saturation, so nothing else about the palette shifts. */
  --ink-light:#687177;
  --line:#e0e4e7;
  --line-strong:#c9d0d4;
  --bg:#fff;
  --bg-alt:#f6f7f8;
  --bg-tint:#eef1f2;
  --r:3px;
  --display:'IBM Plex Sans Condensed','IBM Plex Sans',system-ui,sans-serif;
}

body{font-family:'IBM Plex Sans',system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;}
img{max-width:100%;}
section[id]{scroll-margin-top:108px;}

/* shared line-icon sizing */
.ico svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;display:block;}

/* ============ ALERT (in normal flow, above the sticky nav) ============ */
.alert{background:var(--green);color:#fff;text-align:center;padding:11px 20px;font-size:13.5px;font-weight:500;line-height:1.5;}
.alert a{color:#fff;text-decoration:underline;text-underline-offset:3px;margin-left:6px;font-weight:600;white-space:nowrap;}

/* ============ NAV (sticky — occupies flow, never covers content) ============ */
.nav-wrap{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}
/* Scoped to the header: a bare nav{} also catches the breadcrumb, which then
   inherits the 96px bar height and spreads its links across the full width. */
.nav-wrap nav{max-width:1200px;margin:0 auto;height:96px;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.nav-brand{display:flex;align-items:center;text-decoration:none;flex-shrink:0;}
.nav-logo-img{height:62px;width:auto;display:block;}
.nav-links{display:flex;gap:2px;align-items:center;list-style:none;}
.nav-links a{color:var(--ink-mid);text-decoration:none;font-size:14.5px;font-weight:500;padding:9px 14px;border-radius:var(--r);transition:color .15s,background .15s;}
.nav-links a:hover{color:var(--ink);background:var(--bg-alt);}
.nav-cta{background:var(--green)!important;color:#fff!important;font-weight:600!important;}
.nav-cta:hover{background:var(--green-dark)!important;}
.nav-shop{display:inline-flex!important;align-items:center;gap:7px;color:var(--ink)!important;font-weight:600!important;border:1px solid var(--line-strong);}
.nav-shop:hover{border-color:var(--green);color:var(--green)!important;background:transparent!important;}

.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;margin:0;}
.nav-toggle span{width:23px;height:2px;background:var(--ink);transition:transform .2s ease,opacity .2s ease;}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-toggle.open span:nth-child(2){opacity:0;}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ============ HERO — light, photo bleeding to the viewport edge ============ */
.hero{position:relative;background:var(--bg);overflow:hidden;padding:0;}
.hero-media{position:absolute;top:0;right:0;bottom:0;width:46%;z-index:0;}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block;}
/* narrow fade: softens the photo's left edge without hazing the whole image */
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg) 0%,rgba(255,255,255,.88) 9%,rgba(255,255,255,.25) 26%,rgba(255,255,255,0) 46%);}
.hero-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:84px 48px 92px;min-height:560px;display:flex;align-items:center;}
.hero-copy{max-width:600px;}
.hero-eye{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:600;color:var(--green);letter-spacing:.15em;text-transform:uppercase;margin-bottom:26px;}
.hero-eye::after{content:"";height:1px;width:48px;background:var(--line-strong);}
.hero h1{font-family:var(--display);font-size:clamp(40px,4.6vw,58px);font-weight:600;color:var(--ink);line-height:1.06;letter-spacing:-.015em;margin-bottom:22px;}
.hero h1 em{color:var(--green);font-style:normal;}
.hero-sub{font-size:16.5px;color:var(--ink-mid);line-height:1.7;margin-bottom:34px;max-width:480px;}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:44px;}
.hero-stats{display:flex;border:1px solid var(--line);border-radius:var(--r);max-width:420px;background:var(--bg-alt);}
.stat{flex:1;padding:16px 14px;text-align:center;border-right:1px solid var(--line);}
.stat:last-child{border-right:none;}
.stat-num{font-family:var(--display);font-size:25px;font-weight:600;color:var(--ink);line-height:1;}
.stat-lbl{font-size:10px;color:var(--ink-light);margin-top:6px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;}

/* ============ BUTTONS ============ */
.btn-primary{display:inline-flex;align-items:center;gap:9px;background:var(--green);color:#fff;padding:14px 24px;border-radius:var(--r);font-size:15px;font-weight:600;text-decoration:none;transition:background .18s;}
.btn-primary:hover{background:var(--green-dark);}
.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--ink);padding:14px 24px;border-radius:var(--r);font-size:15px;font-weight:600;text-decoration:none;transition:border-color .18s,background .18s;border:1px solid var(--line-strong);}
.btn-secondary:hover{border-color:var(--ink-light);background:var(--bg-alt);}

/* ============ SECTION COMMONS ============ */
section{padding:92px 48px;}
.sec-wrap{max-width:1200px;margin:0 auto;}
.sec-eye{font-size:11px;font-weight:600;color:var(--green);letter-spacing:.15em;text-transform:uppercase;margin-bottom:12px;}
.sec-title{font-family:var(--display);font-size:clamp(30px,3.4vw,42px);font-weight:600;color:var(--ink);line-height:1.08;letter-spacing:-.015em;margin-bottom:14px;}
.sec-desc{font-size:15.5px;color:var(--ink-mid);line-height:1.7;max-width:540px;}

/* ============ PRODUCTS ============ */
#products{background:var(--bg-alt);}
.prod-header{margin-bottom:48px;}
.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.prod-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column;}
.prod-card:hover{border-color:var(--line-strong);box-shadow:0 2px 12px rgba(21,24,26,.06);}

/* CAROUSEL — full-bleed media, click anywhere on the photo to zoom */
.carousel{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--bg-tint);}
.carousel[data-gallery]{cursor:zoom-in;}
.carousel-slides{display:flex;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);}
/* flex-basis:100% (not min-width) — with min-width the slide grew to the
   image's max-content width, so landscape photos were clipped by the
   carousel instead of being cropped by object-fit/object-position */
.carousel-slide{flex:0 0 100%;min-width:0;height:100%;}
.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block;}
.carousel-slide.fit{background:#fff;}
.carousel-slide.fit img{object-fit:contain;padding:20px;}
/* Soft bottom scrim: lets white controls read on any slide — photo or
   white-cutout — without giving each one its own opaque panel. */
.carousel::after{content:"";position:absolute;left:0;right:0;bottom:0;height:62px;background:linear-gradient(180deg,rgba(21,24,26,0),rgba(21,24,26,.22));pointer-events:none;z-index:4;}

/* Controls sit on the image as translucent glass, and stay out of the way
   until the card is hovered. Touch devices get them permanently. */
.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background:rgba(21,24,26,.42);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;opacity:0;transition:opacity .18s ease,background .18s ease;font-size:16px;color:#fff;user-select:none;padding:0;line-height:1;}
.carousel-btn:hover{background:rgba(21,24,26,.72);}
.carousel-btn.prev{left:10px;}
.carousel-btn.next{right:10px;}
.carousel:hover .carousel-btn,.carousel-btn:focus-visible{opacity:1;}

.carousel-dots{position:absolute;bottom:13px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:10;}
.carousel-dots .c-dot{background:rgba(255,255,255,.5);}
.carousel-dots .c-dot.active{background:#fff;}
.c-dot{width:18px;height:3px;background:var(--line-strong);transition:background .2s;cursor:pointer;}
.c-dot.active{background:var(--green);}

.carousel-zoom{position:absolute;top:10px;right:10px;width:30px;height:30px;background:rgba(21,24,26,.42);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;color:#fff;pointer-events:none;opacity:0;transition:opacity .18s ease;}
.carousel:hover .carousel-zoom{opacity:1;}

/* No hover to reveal on touch screens — show the controls outright */
@media (hover:none){
  .carousel-btn,.carousel-zoom{opacity:1;}
}
.carousel-zoom svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}


.prod-body{padding:26px 24px;display:flex;flex-direction:column;flex:1;}
.prod-chip{display:inline-block;align-self:flex-start;background:var(--bg-tint);color:var(--ink-mid);font-size:10px;font-weight:600;padding:5px 10px;border-radius:var(--r);margin-bottom:14px;letter-spacing:.11em;text-transform:uppercase;}
.prod-name{font-family:var(--display);font-size:27px;font-weight:600;color:var(--ink);letter-spacing:-.01em;line-height:1.1;margin-bottom:5px;}
.prod-name a{color:inherit;text-decoration:none;}
.prod-name a:hover{color:var(--green);}
.prod-sub{font-size:14px;color:var(--ink-light);margin-bottom:16px;font-weight:500;line-height:1.5;}
.prod-custom{display:flex;align-items:center;gap:9px;background:var(--fire-tint);border:1px solid #f0d7c4;border-radius:var(--r);padding:9px 12px;margin-bottom:16px;font-size:13px;font-weight:600;color:#8f3a10;}
.prod-custom .ico svg{width:15px;height:15px;flex-shrink:0;}
.prod-desc{font-size:15px;color:var(--ink-mid);line-height:1.75;margin-bottom:18px;}
.prod-materials{margin-bottom:18px;}
.prod-mat-lbl{font-size:10px;font-weight:600;color:var(--ink-light);text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;}
.prod-mats{display:flex;gap:6px;flex-wrap:wrap;}
.prod-mat{font-size:12px;font-weight:600;color:var(--ink-mid);background:var(--bg-alt);border:1px solid var(--line);border-radius:var(--r);padding:5px 9px;}
.prod-features{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:24px;}
.prod-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--ink-mid);font-weight:500;line-height:1.5;}
.feat-check{width:16px;height:16px;margin-top:2px;background:var(--green-tint);border:1px solid #cde3b4;border-radius:var(--r);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.feat-check svg{width:9px;height:9px;}
/* Pinned to the bottom of the card so the buttons line up across the grid. */
.prod-actions{margin-top:auto;display:flex;flex-direction:column;gap:10px;}
.prod-more{text-align:center;font-size:14px;font-weight:600;color:var(--ink-mid);text-decoration:none;}
.prod-more:hover{color:var(--green);}
.prod-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-weight:600;font-size:14px;text-decoration:none;padding:13px 18px;border-radius:var(--r);border:1px solid var(--green);background:var(--green);transition:background .18s,border-color .18s;}
.prod-cta:hover{background:var(--green-dark);border-color:var(--green-dark);}
.prod-cta.muted{background:#fff;color:var(--ink);border-color:var(--line-strong);}
.prod-cta.muted:hover{background:var(--bg-alt);border-color:var(--ink-light);}

/* ============ LIGHTBOX ============ */
.lightbox{position:fixed;inset:0;z-index:1000;background:rgba(16,19,21,.92);display:none;align-items:center;justify-content:center;}
.lightbox.open{display:flex;}
.lb-inner{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:18px;}
.lb-img-wrap{position:relative;display:flex;align-items:center;gap:16px;}
.lb-img{max-width:78vw;max-height:74vh;object-fit:contain;border-radius:var(--r);background:#fff;}
.lb-btn{width:42px;height:42px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:var(--r);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:17px;flex-shrink:0;transition:background .2s;padding:0;}
.lb-btn:hover{background:rgba(255,255,255,.22);}
.lb-close{position:absolute;top:-14px;right:-14px;width:36px;height:36px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22);border-radius:var(--r);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:18px;transition:background .2s;padding:0;}
.lb-close:hover{background:rgba(255,255,255,.3);}
.lb-dots{display:flex;gap:6px;}
.lb-dot{width:22px;height:3px;background:rgba(255,255,255,.32);cursor:pointer;transition:background .2s;}
.lb-dot.active{background:var(--lime);}
.lb-counter{color:rgba(255,255,255,.62);font-size:13px;letter-spacing:.06em;font-weight:500;}

/* ============ REVIEWS ============ */
#reviews{background:var(--bg);}
.rev-head{margin-bottom:40px;}
.rev-carousel{overflow:hidden;border:1px solid var(--line);border-radius:var(--r);background:#fff;}
.rev-track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);}
/* flex-basis:100% (not min-width) so long quotes wrap to the slide width
   instead of stretching it to their max-content width */
.rev-slide{flex:0 0 100%;min-width:0;padding:44px 48px;display:flex;flex-direction:column;}
.rev-mark{color:var(--line-strong);}
.rev-title{font-family:var(--display);font-size:21px;font-weight:600;color:var(--ink);letter-spacing:-.01em;line-height:1.25;margin:14px 0 12px;}
.rev-mark svg{width:30px;height:24px;fill:currentColor;stroke:none;}
.rev-quote{font-size:17.5px;line-height:1.7;color:var(--ink-mid);margin:0 0 26px;max-width:860px;flex:1;}
.rev-person{display:flex;align-items:center;gap:14px;}
.rev-avatar{width:44px;height:44px;border-radius:50%;background:var(--green-tint);border:1px solid #cde3b4;color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0;letter-spacing:.02em;}
.rev-name{font-size:14.5px;font-weight:600;color:var(--ink);}
.rev-meta{font-size:13.5px;color:var(--ink-light);margin-top:2px;}
.rev-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:26px;}
.rev-dots{display:flex;gap:6px;}
.rev-btn{width:38px;height:38px;background:#fff;border:1px solid var(--line-strong);border-radius:var(--r);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink);font-size:16px;padding:0;line-height:1;transition:border-color .15s,background .15s;}
.rev-btn:hover{border-color:var(--ink-light);background:var(--bg-alt);}

/* ============ WHY ============ */
/* Icon above the copy so each point keeps a readable measure at three across.
   No rules and no tinted chips - the icon is the only ornament. */
#why{background:var(--bg-alt);}
.why-list{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:46px 48px;margin-top:52px;}
.why-icon{display:block;color:var(--green);margin-bottom:15px;}
.why-icon svg{width:32px;height:32px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;display:block;}
.why-item h3{font-family:var(--display);font-size:19px;font-weight:600;color:var(--ink);letter-spacing:-.01em;margin-bottom:7px;}
.why-item p{font-size:15px;color:var(--ink-mid);line-height:1.7;}

/* ============ CONTACT ============ */
#contact{background:var(--bg);}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;margin-top:48px;align-items:start;}
.contact-info{display:flex;flex-direction:column;}
/* Label/value pairs on hairlines: the labels already name each row, so the
   icons they used to carry were decoration. */
.c-row{display:grid;grid-template-columns:132px 1fr;gap:20px;align-items:baseline;padding:16px 0;border-bottom:1px solid var(--line);}
.c-row:first-child{border-top:1px solid var(--line);}
.c-lbl{font-size:10px;font-weight:600;color:var(--ink-light);text-transform:uppercase;letter-spacing:.12em;}
.c-val{font-size:15px;font-weight:500;color:var(--ink);line-height:1.6;}
.c-val a{color:var(--ink);text-decoration:none;}
.c-val a:hover{color:var(--green);}

/* Monochrome, so the palette stays the site's rather than each platform's. */
.socials{display:flex;gap:22px;flex-wrap:wrap;}
.soc{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:15px;font-weight:500;color:var(--ink);transition:color .15s;}
.soc:hover{color:var(--green);}
.soc svg{width:15px;height:15px;flex-shrink:0;}

.contact-box{background:var(--bg-alt);border:1px solid var(--line);border-radius:var(--r);padding:34px;}
.contact-box h3{font-family:var(--display);font-size:26px;font-weight:600;color:var(--ink);margin-bottom:8px;letter-spacing:-.01em;}
.contact-box>p{font-size:15px;color:var(--ink-mid);margin-bottom:24px;line-height:1.7;}
.wa-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--green);color:#fff;padding:15px;border-radius:var(--r);font-size:15px;font-weight:600;text-decoration:none;transition:background .18s;margin-bottom:10px;}
.wa-btn:hover{background:var(--green-dark);}
.call-btn{display:flex;align-items:center;justify-content:center;gap:9px;background:#fff;color:var(--ink);padding:14px;border-radius:var(--r);font-size:14.5px;font-weight:600;text-decoration:none;transition:all .2s;border:1px solid var(--line-strong);}
.call-btn:hover{border-color:var(--ink-light);background:var(--bg-alt);}
.call-btn .ico svg{width:17px;height:17px;}

/* ============ FOOTER ============ */
footer{background:var(--bg-alt);border-top:1px solid var(--line);padding:36px 48px;}
.foot-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;}
.foot-brand{font-family:var(--display);font-size:20px;font-weight:600;color:var(--ink);letter-spacing:-.01em;}
.foot-brand em{color:var(--green);font-style:normal;}
.foot-copy{font-size:13.5px;color:var(--ink-light);}
.foot-made{display:flex;align-items:center;gap:10px;}
.foot-made img{height:30px;display:block;}
.foot-made span{font-size:11px;color:var(--ink-mid);font-weight:600;text-transform:uppercase;letter-spacing:.08em;}
.foot-links{display:flex;gap:18px;}
.foot-links a{font-size:13.5px;color:var(--ink-mid);text-decoration:none;transition:color .15s;font-weight:500;}
.foot-links a:hover{color:var(--green);}
.foot-powered{font-size:13px;color:var(--ink-light);}
.foot-powered a{color:var(--ink-mid);text-decoration:none;font-weight:600;}
.foot-powered a:hover{color:var(--green);}

/* ============ FLOAT WA ============ */
.wa-float{position:fixed;bottom:24px;right:24px;z-index:300;width:54px;height:54px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(21,24,26,.22);text-decoration:none;transition:transform .2s;}
.wa-float:hover{transform:scale(1.07);}

/* ============ FADE ============ */
.fi{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease;}
.fi.show{opacity:1;transform:translateY(0);}

/* ============ RESPONSIVE ============ */
@media(max-width:1180px){
  .nav-wrap nav{padding:0 24px;}
  section{padding:76px 24px;}
  .hero-inner{padding:72px 24px 80px;}
  .hero-copy{max-width:58%;}
  .hero-media{width:44%;}
  .prod-grid{grid-template-columns:repeat(2,1fr);}
  .why-list{gap:40px 36px;}
}

@media(max-width:900px){
  .hero{display:flex;flex-direction:column;}
  .hero-media{position:relative;width:100%;aspect-ratio:4/3;}
  .hero-media::after{background:linear-gradient(180deg,rgba(255,255,255,0) 55%,rgba(255,255,255,.85) 88%,var(--bg) 100%);}
  .hero-inner{padding:32px 24px 64px;min-height:0;}
  .hero-copy{max-width:none;}
  .hero h1{font-size:clamp(34px,8.4vw,46px);}
  .why-list{grid-template-columns:1fr 1fr;}
  .contact-grid{grid-template-columns:1fr;gap:32px;}
}

@media(max-width:768px){
  .nav-wrap nav{padding:0 16px;height:76px;}
  .nav-logo-img{height:48px;}
  .nav-toggle{display:flex;}
  .nav-links{display:none;position:fixed;top:76px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:2px;padding:12px 16px 20px;border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(21,24,26,.08);max-height:calc(100vh - 76px);overflow-y:auto;}
  .nav-links.open{display:flex;}
  .nav-links li{width:100%;}
  .nav-links a{display:flex;justify-content:center;padding:14px 8px;font-size:15px;}
  .nav-shop,.nav-cta{justify-content:center!important;margin-top:4px;}
  section{padding:60px 20px;}
  .hero-inner{padding:28px 20px 52px;}
  .hero-eye::after{display:none;}
  .hero-actions{flex-direction:column;align-items:stretch;}
  .hero-actions a{justify-content:center;}
  .hero-stats{max-width:100%;}
  .prod-grid{grid-template-columns:1fr;}
  .why-list{grid-template-columns:1fr;gap:34px;}
  .contact-box{padding:26px 22px;}
  .c-row{grid-template-columns:1fr;gap:4px;}
  .rev-slide{padding:28px 22px;}
  .rev-quote{font-size:15.5px;margin:0 0 22px;}
  .rev-title{font-size:18px;margin:12px 0 10px;}
  footer{padding:28px 20px;}
  .foot-inner{flex-direction:column;text-align:center;}
  .wa-float{bottom:18px;right:18px;width:50px;height:50px;}
  .lb-btn{width:36px;height:36px;}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .fi{opacity:1;transform:none;transition:none;}
  *{transition-duration:.01ms!important;}
}

/* ============ PRODUCT PAGES (/products/) ============ */
.plist{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px;margin-top:48px;}
.plist-card{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;text-decoration:none;transition:border-color .18s,transform .18s;}
.plist-card:hover{border-color:var(--line-strong);transform:translateY(-2px);}
.plist-media{aspect-ratio:4/3;background:var(--bg-alt);overflow:hidden;}
.plist-media img{width:100%;height:100%;object-fit:cover;display:block;}
.plist-body{padding:22px;display:flex;flex-direction:column;flex:1;}
.plist-name{font-family:var(--display);font-size:24px;font-weight:600;color:var(--ink);letter-spacing:-.01em;margin:10px 0 4px;}
.plist-sub{font-size:14px;color:var(--green);font-weight:600;margin-bottom:10px;}
.plist-desc{font-size:15px;color:var(--ink-mid);line-height:1.65;margin-bottom:16px;}
.plist-more{margin-top:auto;font-size:14px;font-weight:600;color:var(--ink);}
.plist-card:hover .plist-more{color:var(--green);}

.pdp{padding-top:56px;}
.pdp-crumb{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--ink-light);margin-bottom:28px;flex-wrap:wrap;}
.pdp-crumb a{color:var(--ink-mid);text-decoration:none;font-weight:500;}
.pdp-crumb a:hover{color:var(--green);}
.pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}

.pdp-stage{position:relative;aspect-ratio:4/3;background:var(--bg-alt);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;cursor:zoom-in;}
.pdp-zoom{position:absolute;top:12px;right:12px;width:34px;height:34px;background:rgba(21,24,26,.42);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;color:#fff;cursor:zoom-in;padding:0;opacity:0;transition:opacity .18s ease,background .18s;}
.pdp-stage:hover .pdp-zoom{opacity:1;}
.pdp-zoom:hover{background:rgba(21,24,26,.62);}
.pdp-zoom:focus-visible{opacity:1;}
.pdp-zoom svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
/* Touch devices get no hover, so the affordance stays visible. */
@media(hover:none){
  .pdp-zoom{opacity:1;}
}
.pdp-shot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .2s;}
.pdp-shot.fit{object-fit:contain;padding:18px;}
.pdp-shot.active{opacity:1;}
.pdp-thumbs{display:flex;gap:10px;margin-top:12px;}
.pdp-thumb{width:76px;height:58px;padding:0;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:var(--bg-alt);cursor:pointer;transition:border-color .15s;}
.pdp-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.pdp-thumb.active{border-color:var(--green);}
.pdp-thumb:hover{border-color:var(--line-strong);}
.pdp-caption{margin-top:10px;font-size:13.5px;color:var(--ink-light);}

.pdp-name{font-family:var(--display);font-size:clamp(30px,3.4vw,42px);font-weight:600;color:var(--ink);line-height:1.08;letter-spacing:-.015em;margin:10px 0 8px;}
.pdp-tagline{font-size:16px;color:var(--green);font-weight:600;margin-bottom:18px;}
.pdp-desc{font-size:15px;color:var(--ink-mid);line-height:1.7;margin-bottom:20px;}
.pdp-body{font-size:15px;color:var(--ink-mid);line-height:1.75;margin-bottom:26px;}
.pdp-body p{margin-bottom:14px;}
.pdp-body p:last-child{margin-bottom:0;}
.pdp-cta{margin-top:4px;}

@media(max-width:900px){
  .pdp-grid{grid-template-columns:1fr;gap:32px;}
  .pdp{padding-top:36px;}
}
