
:root{
  --ink:#071827; --ink-2:#0b253f; --panel:#0f2c46; --blue:#1f7aff; --cyan:#17d6c4; --line:rgba(255,255,255,.16); --text:#eaf4ff; --muted:#a9bdd1; --paper:#f6f9fc; --white:#fff; --shadow:0 24px 80px rgba(7,24,39,.22); --radius:26px; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#12263a;background:#fff;line-height:1.55;overflow-x:hidden} img,video{max-width:100%;display:block} a{color:inherit} .container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:10px;background:#fff;color:#000;padding:10px 14px;z-index:99}.skip-link:focus{left:10px}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:linear-gradient(180deg,rgba(7,24,39,.94),rgba(7,24,39,.66));backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.12)}.top-strip{display:flex;gap:18px;align-items:center;justify-content:flex-end;padding:7px max(20px,calc((100vw - var(--max))/2));font-size:13px;color:rgba(255,255,255,.8);border-bottom:1px solid rgba(255,255,255,.08)}.top-strip span{margin-right:auto;color:#6ff2e7;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.top-strip a{text-decoration:none}.nav-wrap{width:min(var(--max),calc(100% - 40px));margin:auto;display:flex;align-items:center;gap:24px;padding:16px 0}.brand img{width:173px;height:32px;object-fit:contain}.primary-menu{margin:0 0 0 auto;padding:0;list-style:none;display:flex;align-items:center;gap:4px}.primary-menu a{display:block;text-decoration:none;color:rgba(255,255,255,.88);padding:10px 12px;border-radius:999px;font-weight:700;font-size:14px}.primary-menu a:hover,.primary-menu a.active{background:rgba(255,255,255,.12);color:#fff}.primary-menu .nav-cta{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#04111d;margin-left:4px;box-shadow:0 12px 34px rgba(23,214,196,.22)}.menu-toggle{display:none;margin-left:auto;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);width:44px;height:44px;border-radius:14px;padding:10px}.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:4px}
.hero{position:relative;min-height:100vh;min-height:100svh;overflow:hidden;background:var(--ink);color:#fff;display:grid;align-items:center}.hero video,.hero .hero-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.06) brightness(1.05)}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,24,39,.92) 0%,rgba(7,24,39,.74) 42%,rgba(7,24,39,.20) 100%),radial-gradient(circle at 22% 26%,rgba(23,214,196,.25),transparent 30%),linear-gradient(180deg,rgba(7,24,39,.25),rgba(7,24,39,.7));z-index:1}.hero-content{position:relative;z-index:2;width:min(var(--max),calc(100% - 40px));margin:0 auto;padding:170px 0 78px}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:rgba(23,214,196,.13);border:1px solid rgba(23,214,196,.36);color:#90fff5;border-radius:999px;padding:8px 12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.hero h1{font-size:clamp(40px,7vw,82px);line-height:.94;letter-spacing:-.065em;margin:20px 0 18px;max-width:860px}.hero p{font-size:clamp(17px,2.1vw,22px);color:#d8e8f8;max-width:720px;margin:0 0 28px}.button-row{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border:none;cursor:pointer;font-weight:900;border-radius:999px;padding:14px 20px;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#04111d;box-shadow:0 15px 45px rgba(31,122,255,.24)}.btn.secondary{background:rgba(255,255,255,.09);color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:none}.btn.dark{background:var(--ink);color:#fff}.hero-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:52px;max-width:860px}.metric{padding:18px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(255,255,255,.07);backdrop-filter:blur(10px)}.metric strong{display:block;font-size:24px;color:#fff}.metric span{color:#bed3e8;font-size:13px}.section{padding:78px 0}.section.compact{padding:54px 0}.section.tinted{background:var(--paper)}.section.dark{background:linear-gradient(135deg,#071827,#0f2c46);color:#fff}.section-head{margin-bottom:30px}.section-head.center{text-align:center;max-width:820px;margin-inline:auto}.section-head h2,.split h2,.page-hero h1{font-size:clamp(30px,4vw,52px);line-height:1.02;letter-spacing:-.04em;margin:0 0 12px;color:#071827}.section.dark .section-head h2,.section.dark .split h2{color:#fff}.section-head p,.split p,.card p,.feature p,.page-hero p{color:#5c7085;margin:0}.section.dark p,.section.dark .card p{color:#c6d8ea}.grid{display:grid;gap:22px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:#fff;border:1px solid rgba(18,38,58,.08);border-radius:var(--radius);overflow:hidden;box-shadow:0 15px 50px rgba(7,24,39,.08);text-decoration:none;color:#12263a}.card.dark-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff}.card-img{height:255px;background:#eef4f8;display:grid;place-items:center;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:contain;padding:18px}.card-img.cover img{object-fit:cover;padding:0}.card-body{padding:24px}.card h3{font-size:22px;line-height:1.12;margin:0 0 10px;color:inherit}.card ul{margin:14px 0 0;padding-left:18px;color:#5c7085}.section.dark .card ul,.dark-card ul{color:#c6d8ea}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.split-media{border-radius:var(--radius);overflow:hidden;background:#eef4f8;box-shadow:var(--shadow)}.split-media img{width:100%;height:100%;object-fit:cover}.spec-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid rgba(18,38,58,.1);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 12px 40px rgba(7,24,39,.08)}.spec-table th,.spec-table td{text-align:left;padding:16px;border-bottom:1px solid rgba(18,38,58,.08);vertical-align:top}.spec-table th{width:34%;background:#f0f6fb;color:#071827}.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:none}.feature-list{display:grid;gap:14px;margin:24px 0}.feature{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid rgba(18,38,58,.08);border-radius:20px;padding:18px;box-shadow:0 12px 34px rgba(7,24,39,.06)}.feature b{display:inline-grid;place-items:center;min-width:34px;height:34px;border-radius:10px;background:rgba(23,214,196,.16);color:#08766d}.feature h3{margin:0 0 4px;font-size:18px}.page-hero{padding:170px 0 70px;background:radial-gradient(circle at 20% 20%,rgba(23,214,196,.22),transparent 32%),linear-gradient(135deg,#071827,#102f4b);color:#fff;position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;right:-140px;bottom:-220px;width:500px;height:500px;border-radius:50%;background:rgba(31,122,255,.18);filter:blur(20px)}.page-hero .container{position:relative;z-index:2}.page-hero h1{color:#fff;max-width:900px}.page-hero p{max-width:760px;color:#d7e6f5;font-size:19px}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;align-items:center;color:#91aaC2;font-size:13px;margin-bottom:18px}.breadcrumb a{text-decoration:none;color:#90fff5}.pill-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.pill{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:9px 12px;background:rgba(255,255,255,.08);font-weight:800;color:#fff}.check-list{list-style:none;margin:18px 0;padding:0;display:grid;gap:10px}.check-list li{position:relative;padding-left:28px}.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:#0cae9f;font-weight:900}.cta-strip{display:grid;grid-template-columns:1.1fr auto;align-items:center;gap:24px;background:linear-gradient(135deg,#071827,#0e3b61);color:#fff;border-radius:30px;padding:34px;box-shadow:var(--shadow);overflow:hidden;position:relative}.cta-strip h2{font-size:clamp(26px,3vw,40px);line-height:1.05;margin:0 0 10px}.cta-strip p{color:#d5e8fa;margin:0}.cta-strip .button-row{justify-content:flex-end}.form-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}.contact-panel,.contact-form{background:#fff;border:1px solid rgba(18,38,58,.08);box-shadow:0 15px 45px rgba(7,24,39,.08);border-radius:var(--radius);padding:28px}.contact-panel h2,.contact-form h2{margin-top:0}.contact-form label{font-weight:800;color:#071827}.contact-form input,.contact-form textarea,.contact-form select{width:100%;margin:7px 0 16px;border:1px solid rgba(18,38,58,.18);border-radius:14px;padding:13px 14px;font:inherit}.contact-form textarea{min-height:140px;resize:vertical}.note{font-size:13px;color:#6b7f93}.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.gallery a,.gallery div{border-radius:20px;overflow:hidden;background:#eef4f8;box-shadow:0 12px 34px rgba(7,24,39,.08)}.gallery img{width:100%;height:210px;object-fit:contain;padding:12px}.site-footer{background:#06131f;color:#d8e7f6}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px;padding:58px 0}.footer-logo{margin-bottom:14px}.site-footer h2{font-size:16px;color:#fff;margin:0 0 12px}.site-footer p,.site-footer a,.site-footer li{color:#b7ccdf}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.site-footer a{text-decoration:none}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:18px;color:#8eA7bd}.floating-contact{position:fixed;right:18px;bottom:18px;z-index:35;text-decoration:none;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#04111d;font-weight:900;border-radius:999px;padding:12px 16px;box-shadow:0 14px 40px rgba(7,24,39,.22)}.machine-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:start}.sticky-box{position:sticky;top:120px}.quote-box{background:linear-gradient(135deg,#eef9ff,#fff);border:1px solid rgba(18,38,58,.09);border-radius:24px;padding:22px;box-shadow:0 12px 34px rgba(7,24,39,.07)}.article{max-width:900px}.article h2{font-size:clamp(26px,3vw,42px);line-height:1.08;margin:36px 0 12px}.article p,.article li{color:#526a7f}.article blockquote{border-left:4px solid var(--cyan);padding:8px 0 8px 18px;margin:24px 0;background:#f3fbff;border-radius:0 18px 18px 0}.video-frame{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#071827}.video-frame video{width:100%;height:auto}.small-kicker{display:block;color:#0cae9f;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px;margin-bottom:8px}.image-caption{font-size:13px;color:#65788d;margin-top:8px;text-align:center}.thank-you-panel{text-align:center;background:#fff;border-radius:var(--radius);padding:44px;box-shadow:var(--shadow)}
@media(max-width:980px){.top-strip{display:none}.nav-wrap{padding:13px 0}.menu-toggle{display:block}.primary-menu{position:absolute;top:100%;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;background:#071827;border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:12px;box-shadow:var(--shadow)}.primary-menu.open{display:flex}.primary-menu .nav-cta{margin:4px 0 0}.hero-content{padding-top:120px}.hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three,.grid.two,.split,.form-wrap,.machine-layout,.footer-grid,.cta-strip{grid-template-columns:1fr}.cta-strip .button-row{justify-content:flex-start}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-box{position:static}.hero h1{letter-spacing:-.045em}}
@media(max-width:620px){.container,.nav-wrap,.hero-content{width:min(100% - 28px,var(--max))}.hero{min-height:760px}.hero-metrics{grid-template-columns:1fr}.button-row .btn{width:100%}.section{padding:56px 0}.page-hero{padding:120px 0 52px}.card-img{height:220px}.gallery{grid-template-columns:1fr}.gallery img{height:240px}.floating-contact{left:16px;right:16px;text-align:center}.spec-table th,.spec-table td{display:block;width:100%;border-bottom:none}.spec-table tr{display:block;border-bottom:1px solid rgba(18,38,58,.08)}.spec-table tr:last-child{border-bottom:none}.hero p,.page-hero p{font-size:16px}}

/* Final hero and product image update: video fills the hero from the top and product images stay fully visible. */
.hero{
  height:100vh;
  height:100svh;
  min-height:650px;
  max-height:900px;
  align-items:center;
  overflow:hidden;
}
.hero video,
.hero .hero-poster{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  transform:none !important;
  object-fit:cover !important;
  object-position:center top !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  opacity:1 !important;
  filter:saturate(1.08) contrast(1.05) brightness(1.12) !important;
}
.hero::before{
  background:
    linear-gradient(90deg,rgba(7,24,39,.94) 0%,rgba(7,24,39,.80) 43%,rgba(7,24,39,.26) 100%),
    linear-gradient(180deg,rgba(7,24,39,.22),rgba(7,24,39,.68)),
    radial-gradient(circle at 24% 24%,rgba(23,214,196,.22),transparent 32%);
}
.hero-content{padding:142px 0 42px;}
.hero h1{font-size:clamp(36px,5.4vw,68px);line-height:1;letter-spacing:-.052em;max-width:780px;margin:18px 0 14px;}
.hero p{font-size:clamp(16px,1.65vw,20px);max-width:700px;margin-bottom:20px;}
.hero-metrics{max-width:820px;margin-top:28px;gap:10px;}
.metric{padding:14px 15px;border-radius:18px;}
.metric strong{font-size:21px;}
.metric span{font-size:12px;}

.card-img,
.grid.two .card-img,
.grid.three .card-img{
  height:clamp(320px,30vw,390px) !important;
  min-height:320px !important;
  background:#fff !important;
  display:grid !important;
  place-items:center !important;
  overflow:hidden !important;
}
.card-img img,
.grid.two .card-img img,
.grid.three .card-img img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:14px !important;
  background:#fff !important;
}
.machine-layout .split-media{background:#fff;}
.machine-layout .split-media img{
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff;
  padding:12px;
}
.product-image-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:28px;}
.product-image-strip div{background:#fff;border:1px solid rgba(18,38,58,.08);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(7,24,39,.07);}
.product-image-strip img{width:100%;height:190px;object-fit:contain;object-position:center center;background:#fff;padding:10px;}
.gallery.gallery-large{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.gallery.gallery-large div{background:#fff;border:1px solid rgba(18,38,58,.08);}
.gallery.gallery-large img{height:330px !important;object-fit:contain !important;object-position:center center !important;padding:14px;background:#fff;}

@media(max-width:980px){
  .hero{min-height:720px;max-height:none;}
  .hero-content{padding:120px 0 38px;}
  .hero h1{font-size:clamp(34px,8vw,56px);max-width:720px;}
  .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));max-width:680px;margin-top:22px;}
  .product-image-strip{grid-template-columns:repeat(2,minmax(0,1fr));}
  .product-image-strip img{height:240px;}
  .gallery.gallery-large{grid-template-columns:repeat(2,minmax(0,1fr));}
  .gallery.gallery-large img{height:290px !important;}
}
@media(max-width:620px){
  .hero{height:auto;min-height:100svh;}
  .hero-content{padding:102px 0 30px;}
  .hero h1{font-size:clamp(31px,10vw,42px);line-height:1.03;margin:14px 0 12px;}
  .hero p{font-size:15px;margin-bottom:16px;}
  .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px;}
  .metric{padding:10px;border-radius:16px;}
  .metric strong{font-size:17px;}
  .card-img,.grid.two .card-img,.grid.three .card-img{height:300px !important;min-height:300px !important;}
  .product-image-strip{grid-template-columns:1fr;}
  .product-image-strip img{height:280px;}
  .gallery.gallery-large{grid-template-columns:1fr;}
  .gallery.gallery-large img{height:300px !important;}
}
@media(max-width:420px){
  .hero-metrics{grid-template-columns:1fr 1fr;}
  .metric span{font-size:11px;}
}


/* Hero right-side bottle range image update. */
.hero-content.hero-content--split{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);
  align-items:center;
  gap:clamp(22px,4vw,56px);
  padding:128px 0 36px;
}
.hero-copy{min-width:0;}
.hero-content--split .hero-metrics{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:620px;
}
.hero-side-image{
  margin:-34px 0 0;
  justify-self:end;
  align-self:start;
  width:min(100%,720px);
  border-radius:0;
  overflow:visible;
  background:transparent;
  border:0;
  box-shadow:none;
  transform:translateY(-36px);
  filter:drop-shadow(0 28px 55px rgba(0,0,0,.28));
}
.hero-side-image img{
  display:block;
  width:100%;
  height:auto;
  max-height:min(62vh,590px);
  object-fit:contain;
  object-position:center top;
  background:transparent;
  opacity:.94;
  -webkit-mask-image:radial-gradient(ellipse at center, #000 0 68%, rgba(0,0,0,.92) 76%, rgba(0,0,0,.46) 88%, transparent 100%);
  mask-image:radial-gradient(ellipse at center, #000 0 68%, rgba(0,0,0,.92) 76%, rgba(0,0,0,.46) 88%, transparent 100%);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
}
@media(max-width:1100px){
  .hero-content.hero-content--split{grid-template-columns:1fr .92fr;gap:24px;}
  .hero-side-image{width:min(100%,560px);margin-top:-22px;transform:translateY(-24px);}
  .hero h1{font-size:clamp(34px,5.1vw,58px);}
}
@media(max-width:900px){
  .hero{height:auto;min-height:100svh;max-height:none;}
  .hero-content.hero-content--split{grid-template-columns:1fr;padding:118px 0 36px;}
  .hero-side-image{justify-self:start;width:min(100%,680px);margin-top:0;transform:translateY(-8px);}
  .hero-side-image img{max-height:340px;}
}
@media(max-width:620px){
  .hero-content.hero-content--split{width:min(100% - 28px,var(--max));padding:100px 0 30px;gap:18px;}
  .hero-content--split .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));}
  .hero-side-image{border-radius:0;filter:drop-shadow(0 18px 35px rgba(0,0,0,.22));}
  .hero-side-image img{max-height:240px;}
}

/* Update: centre the hero bottle image vertically and blend it further into the video background. */
.hero-content.hero-content--split{
  align-items:center;
  padding:122px 0 44px;
}
.hero-side-image{
  align-self:center;
  justify-self:end;
  margin:0;
  transform:translateY(0);
  width:min(100%,700px);
  opacity:.86;
  filter:drop-shadow(0 24px 52px rgba(0,0,0,.22));
}
.hero-side-image img{
  max-height:min(56vh,540px);
  opacity:.88;
  object-position:center center;
  mix-blend-mode:screen;
  -webkit-mask-image:radial-gradient(ellipse at center, #000 0 54%, rgba(0,0,0,.78) 68%, rgba(0,0,0,.32) 82%, transparent 100%);
  mask-image:radial-gradient(ellipse at center, #000 0 54%, rgba(0,0,0,.78) 68%, rgba(0,0,0,.32) 82%, transparent 100%);
}
@media(max-width:1100px){
  .hero-side-image{transform:translateY(0);margin-top:0;width:min(100%,560px);}
  .hero-side-image img{max-height:500px;}
}
@media(max-width:900px){
  .hero-content.hero-content--split{padding:116px 0 36px;}
  .hero-side-image{justify-self:center;width:min(100%,640px);transform:translateY(0);}
  .hero-side-image img{max-height:320px;}
}
@media(max-width:620px){
  .hero-side-image{justify-self:center;}
  .hero-side-image img{max-height:220px;}
}

/* Hero refinement: centred bottle image, stronger blend, and tighter CTA spacing. */
.hero{
  height:100svh;
  min-height:720px;
  max-height:920px;
}
.hero video,
.hero .hero-poster{
  object-position:center top;
}
.hero::before{
  background:
    linear-gradient(90deg,rgba(7,24,39,.94) 0%,rgba(7,24,39,.80) 40%,rgba(7,24,39,.32) 78%,rgba(7,24,39,.48) 100%),
    radial-gradient(circle at 22% 28%,rgba(23,214,196,.24),transparent 32%),
    linear-gradient(180deg,rgba(7,24,39,.10),rgba(7,24,39,.64));
}
.hero-content.hero-content--split{
  height:100%;
  min-height:inherit;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(390px,1.12fr);
  align-items:center;
  gap:clamp(24px,3.8vw,58px);
  padding:108px 0 28px;
}
.hero-copy{
  align-self:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  transform:translateY(-8px);
}
.hero h1{
  font-size:clamp(36px,5.1vw,66px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:14px 0 14px;
  max-width:780px;
}
.hero p{
  font-size:clamp(16px,1.55vw,20px);
  line-height:1.48;
  max-width:650px;
  margin:0 0 18px;
}
.hero-copy .button-row{
  gap:10px;
  margin-top:0;
  margin-bottom:0;
}
.hero-copy .btn{
  padding:12px 18px;
}
.hero-content--split .hero-metrics{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin-top:18px;
  max-width:780px;
}
.metric{
  padding:12px 13px;
  border-radius:18px;
}
.metric strong{
  font-size:clamp(17px,1.65vw,22px);
}
.metric span{
  font-size:12px;
  line-height:1.25;
}
.hero-side-image{
  align-self:center;
  justify-self:end;
  width:min(104%,760px);
  margin:0;
  transform:translateY(12px);
  opacity:.80;
  pointer-events:none;
  filter:drop-shadow(0 22px 48px rgba(0,0,0,.20));
}
.hero-side-image img{
  display:block;
  width:100%;
  height:auto;
  max-height:min(54vh,510px);
  object-fit:contain;
  object-position:center center;
  opacity:.74;
  mix-blend-mode:screen;
  -webkit-mask-image:radial-gradient(ellipse at center, #000 0 38%, rgba(0,0,0,.76) 56%, rgba(0,0,0,.34) 76%, transparent 100%);
  mask-image:radial-gradient(ellipse at center, #000 0 38%, rgba(0,0,0,.76) 56%, rgba(0,0,0,.34) 76%, transparent 100%);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
}
@media(max-width:1180px){
  .hero-content.hero-content--split{
    grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);
    gap:24px;
  }
  .hero-content--split .hero-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:600px;
  }
  .hero h1{font-size:clamp(34px,5vw,58px);}
  .hero-side-image{width:min(100%,580px);}
  .hero-side-image img{max-height:min(48vh,460px);}
}
@media(max-width:900px){
  .hero{
    height:auto;
    min-height:100svh;
    max-height:none;
  }
  .hero-content.hero-content--split{
    grid-template-columns:1fr;
    gap:18px;
    padding:108px 0 32px;
  }
  .hero-copy{
    transform:none;
  }
  .hero-side-image{
    justify-self:center;
    width:min(100%,640px);
    transform:translateY(0);
    opacity:.74;
  }
  .hero-side-image img{
    max-height:300px;
    opacity:.70;
  }
}
@media(max-width:620px){
  .hero{min-height:760px;}
  .hero-content.hero-content--split{
    width:min(100% - 28px,var(--max));
    padding:98px 0 28px;
    gap:14px;
  }
  .hero h1{
    font-size:clamp(30px,9.2vw,42px);
    line-height:1.02;
    margin:12px 0 10px;
  }
  .hero p{
    font-size:15px;
    margin-bottom:14px;
  }
  .hero-copy .button-row .btn{
    width:100%;
    padding:12px 16px;
  }
  .hero-content--split .hero-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:14px;
  }
  .metric{padding:10px;}
  .hero-side-image img{max-height:220px;}
}


/* Final hero screen-fit adjustment: keep copy, buttons and blended bottle image comfortably inside the first screen. */
.hero{
  height:100svh;
  min-height:660px;
  max-height:860px;
  display:grid;
  align-items:center;
}
.hero-content.hero-content--split{
  height:100%;
  min-height:0;
  grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);
  align-items:center;
  gap:clamp(20px,3vw,42px);
  padding:clamp(102px,13vh,126px) 0 clamp(22px,4vh,38px);
}
.hero-copy{
  transform:translateY(-18px);
  justify-content:center;
}
.hero .eyebrow{
  padding:7px 11px;
  font-size:11px;
  line-height:1.1;
}
.hero h1{
  font-size:clamp(34px,4.35vw,56px);
  line-height:1.01;
  letter-spacing:-.048em;
  margin:12px 0 12px;
  max-width:700px;
}
.hero p{
  font-size:clamp(15px,1.35vw,18px);
  line-height:1.45;
  max-width:610px;
  margin:0 0 16px;
}
.hero-copy .button-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  max-width:660px;
}
.hero-copy .btn{
  padding:11px 16px;
  font-size:14px;
  line-height:1.1;
  min-height:42px;
  white-space:nowrap;
}
.hero-content--split .hero-metrics{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin-top:16px;
  max-width:740px;
}
.hero-content--split .metric{
  padding:10px 11px;
  border-radius:16px;
}
.hero-content--split .metric strong{
  font-size:clamp(16px,1.4vw,20px);
  line-height:1.05;
}
.hero-content--split .metric span{
  font-size:11px;
  line-height:1.22;
}
.hero-side-image{
  align-self:center;
  justify-self:end;
  width:min(100%,690px);
  transform:translateY(-8px);
  opacity:.74;
  filter:drop-shadow(0 18px 42px rgba(0,0,0,.18));
}
.hero-side-image img{
  max-height:min(48vh,460px);
  opacity:.68;
  mix-blend-mode:screen;
  -webkit-mask-image:radial-gradient(ellipse at center, #000 0 34%, rgba(0,0,0,.66) 54%, rgba(0,0,0,.24) 76%, transparent 100%);
  mask-image:radial-gradient(ellipse at center, #000 0 34%, rgba(0,0,0,.66) 54%, rgba(0,0,0,.24) 76%, transparent 100%);
}
@media(max-width:1180px){
  .hero{min-height:690px;}
  .hero-content.hero-content--split{
    grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);
    gap:20px;
  }
  .hero h1{font-size:clamp(32px,4.25vw,52px);max-width:650px;}
  .hero p{max-width:570px;}
  .hero-content--split .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px;}
  .hero-side-image{width:min(100%,540px);}
  .hero-side-image img{max-height:min(43vh,390px);}
}
@media(max-width:900px){
  .hero{height:auto;min-height:100svh;max-height:none;}
  .hero-content.hero-content--split{
    grid-template-columns:1fr;
    gap:14px;
    padding:104px 0 30px;
  }
  .hero-copy{transform:none;}
  .hero h1{font-size:clamp(32px,7vw,48px);max-width:760px;}
  .hero p{max-width:720px;}
  .hero-copy .button-row{max-width:100%;}
  .hero-side-image{justify-self:center;width:min(100%,620px);transform:translateY(-4px);}
  .hero-side-image img{max-height:280px;}
}
@media(max-width:620px){
  .hero{min-height:760px;}
  .hero-content.hero-content--split{width:min(100% - 28px,var(--max));padding:96px 0 28px;gap:12px;}
  .hero .eyebrow{font-size:10px;}
  .hero h1{font-size:clamp(29px,8.6vw,40px);line-height:1.03;margin:10px 0;}
  .hero p{font-size:14px;line-height:1.42;margin-bottom:12px;}
  .hero-copy .button-row{gap:8px;}
  .hero-copy .button-row .btn{width:100%;min-height:40px;padding:10px 14px;}
  .hero-content--split .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px;}
  .hero-content--split .metric{padding:9px;}
  .hero-side-image img{max-height:200px;}
}
@media(max-height:720px) and (min-width:901px){
  .hero{min-height:620px;}
  .hero-content.hero-content--split{padding:96px 0 20px;}
  .hero-copy{transform:translateY(-22px);}
  .hero h1{font-size:clamp(31px,3.9vw,50px);margin:10px 0;}
  .hero p{font-size:15px;margin-bottom:12px;line-height:1.38;}
  .hero-copy .btn{padding:10px 14px;min-height:38px;}
  .hero-content--split .hero-metrics{margin-top:12px;}
  .hero-content--split .metric{padding:9px 10px;}
  .hero-side-image img{max-height:42vh;}
}


/* Hero update: remove hero video and use the induction-sealed bottle image as the full hero background. */
.hero.hero--image-bg{
  background-color:#071827;
  background-image:url("../images/induction-sealed-bottles-hero.webp");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  min-height:100svh;
  height:100svh;
  max-height:880px;
}
.hero.hero--image-bg video,
.hero.hero--image-bg .hero-side-image{
  display:none !important;
}
.hero.hero--image-bg::before{
  background:
    linear-gradient(90deg,rgba(7,24,39,.98) 0%,rgba(7,24,39,.92) 34%,rgba(7,24,39,.66) 58%,rgba(7,24,39,.34) 100%),
    linear-gradient(180deg,rgba(7,24,39,.62) 0%,rgba(7,24,39,.18) 40%,rgba(7,24,39,.76) 100%);
}
.hero.hero--image-bg .hero-content.hero-content--split{
  grid-template-columns:minmax(0,760px);
  justify-content:start;
  align-items:center;
  padding:clamp(112px,14vh,138px) 0 clamp(24px,5vh,46px);
}
.hero.hero--image-bg .hero-copy{
  transform:translateY(-4px);
  max-width:760px;
}
.hero.hero--image-bg h1{
  max-width:740px;
  font-size:clamp(35px,4.7vw,62px);
}
.hero.hero--image-bg p{
  max-width:630px;
}
.hero.hero--image-bg .hero-content--split .hero-metrics{
  max-width:720px;
}
@media(max-width:1180px){
  .hero.hero--image-bg{
    background-position:58% center;
  }
  .hero.hero--image-bg .hero-content.hero-content--split{
    grid-template-columns:minmax(0,720px);
  }
}
@media(max-width:900px){
  .hero.hero--image-bg{
    height:auto;
    min-height:100svh;
    max-height:none;
    background-position:center bottom;
  }
  .hero.hero--image-bg .hero-content.hero-content--split{
    grid-template-columns:1fr;
    padding:104px 0 32px;
  }
  .hero.hero--image-bg::before{
    background:
      linear-gradient(180deg,rgba(7,24,39,.94) 0%,rgba(7,24,39,.82) 42%,rgba(7,24,39,.70) 100%);
  }
}
@media(max-width:620px){
  .hero.hero--image-bg{
    min-height:760px;
    background-size:auto 100%;
    background-position:center bottom;
  }
  .hero.hero--image-bg .hero-content.hero-content--split{
    width:min(100% - 28px,var(--max));
    padding:96px 0 28px;
  }
}

/* Hero revision: no dark overlay, bottles set slightly lower in the image-led hero. */
.hero.hero--image-bg{
  background-color:#eef0f1 !important;
  background-image:url("../images/induction-sealed-bottles-hero.webp") !important;
  background-size:cover !important;
  background-position:center calc(50% + 28px) !important;
}
.hero.hero--image-bg::before{
  display:none !important;
  background:none !important;
}
.hero.hero--image-bg .hero-content.hero-content--split{
  z-index:2;
}
.hero.hero--image-bg .hero-copy{
  color:#071827;
  text-shadow:none;
}
.hero.hero--image-bg .eyebrow{
  background:rgba(255,255,255,.74);
  border-color:rgba(8,118,109,.22);
  color:#08766d;
  box-shadow:0 10px 30px rgba(7,24,39,.08);
}
.hero.hero--image-bg h1{
  color:#071827;
  text-shadow:0 2px 18px rgba(255,255,255,.65);
}
.hero.hero--image-bg p{
  color:#26394d;
  text-shadow:0 2px 16px rgba(255,255,255,.75);
}
.hero.hero--image-bg .btn.secondary{
  background:rgba(255,255,255,.72);
  color:#071827;
  border-color:rgba(7,24,39,.14);
  box-shadow:0 12px 28px rgba(7,24,39,.09);
}
.hero.hero--image-bg .metric{
  background:rgba(255,255,255,.70);
  border-color:rgba(7,24,39,.12);
  box-shadow:0 12px 28px rgba(7,24,39,.08);
}
.hero.hero--image-bg .metric strong{color:#071827;}
.hero.hero--image-bg .metric span{color:#40556a;}
@media(max-width:1180px){
  .hero.hero--image-bg{background-position:center calc(50% + 36px) !important;}
}
@media(max-width:900px){
  .hero.hero--image-bg{background-position:center bottom !important;}
  .hero.hero--image-bg .hero-copy{
    background:rgba(255,255,255,.62);
    border:1px solid rgba(255,255,255,.58);
    border-radius:24px;
    padding:18px;
    backdrop-filter:blur(8px);
  }
}
@media(max-width:620px){
  .hero.hero--image-bg{
    background-size:auto 92% !important;
    background-position:center bottom !important;
  }
}


/* Final hero revision: restore the video background and use the single sealed bottle image on the right. */
.hero.hero--video-right-image{
  position:relative;
  min-height:100svh;
  height:100svh;
  max-height:880px;
  overflow:hidden;
  background:#071827;
  color:#fff;
  display:grid;
  align-items:center;
}
.hero.hero--video-right-image video{
  display:block !important;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  filter:saturate(1.08) contrast(1.06) brightness(1.08);
}
.hero.hero--video-right-image::before{
  content:"";
  display:block !important;
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(7,24,39,.94) 0%,rgba(7,24,39,.82) 40%,rgba(7,24,39,.40) 70%,rgba(7,24,39,.25) 100%),
    radial-gradient(circle at 80% 46%,rgba(23,214,196,.18),transparent 35%);
}
.hero.hero--video-right-image .hero-content.hero-content--split{
  position:relative;
  z-index:2;
  width:min(var(--max),calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,0.98fr) minmax(300px,0.72fr);
  align-items:center;
  gap:clamp(18px,4vw,62px);
  padding:clamp(112px,14vh,142px) 0 clamp(24px,5vh,46px);
}
.hero.hero--video-right-image .hero-copy{
  max-width:760px;
  min-width:0;
  transform:translateY(-2px);
}
.hero.hero--video-right-image .eyebrow{
  background:rgba(23,214,196,.13);
  border-color:rgba(23,214,196,.36);
  color:#90fff5;
  box-shadow:none;
}
.hero.hero--video-right-image h1{
  color:#fff;
  max-width:760px;
  font-size:clamp(35px,4.55vw,62px);
  line-height:1;
  letter-spacing:-.052em;
  margin:16px 0 14px;
  text-shadow:none;
}
.hero.hero--video-right-image p{
  color:#d8e8f8;
  max-width:650px;
  font-size:clamp(16px,1.55vw,20px);
  line-height:1.5;
  margin:0 0 18px;
  text-shadow:none;
}
.hero.hero--video-right-image .hero-copy .button-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  max-width:690px;
}
.hero.hero--video-right-image .hero-copy .btn{
  min-height:42px;
  padding:11px 16px;
}
.hero.hero--video-right-image .btn.secondary{
  background:rgba(255,255,255,.10);
  color:#fff;
  border-color:rgba(255,255,255,.20);
  box-shadow:none;
}
.hero.hero--video-right-image .hero-content--split .hero-metrics{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:620px;
  margin-top:22px;
  gap:10px;
}
.hero.hero--video-right-image .metric{
  padding:13px 14px;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.15);
  box-shadow:none;
}
.hero.hero--video-right-image .metric strong{color:#fff;font-size:20px;}
.hero.hero--video-right-image .metric span{color:#bed3e8;}
.hero.hero--video-right-image .hero-side-image{
  display:block !important;
  justify-self:end;
  align-self:center;
  margin:0;
  width:min(100%,430px);
  max-width:430px;
  opacity:1;
  transform:translateY(14px);
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:visible;
  filter:drop-shadow(0 28px 45px rgba(0,0,0,.35));
}
.hero.hero--video-right-image .hero-side-image picture,
.hero.hero--video-right-image .hero-side-image img{
  display:block;
}
.hero.hero--video-right-image .hero-side-image img{
  width:100%;
  height:auto;
  max-height:min(68vh,650px);
  object-fit:contain;
  object-position:center bottom;
  opacity:.98;
  background:transparent !important;
  mix-blend-mode:normal !important;
  -webkit-mask-image:none !important;
  mask-image:none !important;
}
@media(max-width:1100px){
  .hero.hero--video-right-image{height:auto;min-height:100svh;max-height:none;}
  .hero.hero--video-right-image .hero-content.hero-content--split{
    grid-template-columns:minmax(0,1fr) minmax(250px,.55fr);
    gap:24px;
    padding:112px 0 34px;
  }
  .hero.hero--video-right-image h1{font-size:clamp(34px,5vw,56px);}
  .hero.hero--video-right-image .hero-side-image{width:min(100%,340px);}
}
@media(max-width:900px){
  .hero.hero--video-right-image .hero-content.hero-content--split{
    grid-template-columns:1fr;
    padding:104px 0 30px;
    gap:18px;
  }
  .hero.hero--video-right-image .hero-side-image{
    justify-self:center;
    width:min(76vw,320px);
    transform:translateY(0);
  }
  .hero.hero--video-right-image .hero-side-image img{max-height:300px;}
  .hero.hero--video-right-image .hero-content--split .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;}
}
@media(max-width:620px){
  .hero.hero--video-right-image{min-height:800px;}
  .hero.hero--video-right-image .hero-content.hero-content--split{
    width:min(100% - 28px,var(--max));
    padding:96px 0 28px;
    gap:14px;
  }
  .hero.hero--video-right-image .eyebrow{font-size:10px;}
  .hero.hero--video-right-image h1{font-size:clamp(29px,8.6vw,40px);line-height:1.03;margin:10px 0;}
  .hero.hero--video-right-image p{font-size:14px;line-height:1.42;margin-bottom:12px;}
  .hero.hero--video-right-image .hero-copy .button-row{gap:8px;}
  .hero.hero--video-right-image .hero-copy .button-row .btn{width:100%;min-height:40px;padding:10px 14px;}
  .hero.hero--video-right-image .hero-content--split .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px;}
  .hero.hero--video-right-image .metric{padding:9px;}
  .hero.hero--video-right-image .hero-side-image{width:min(72vw,260px);}
  .hero.hero--video-right-image .hero-side-image img{max-height:230px;}
}
@media(max-height:720px) and (min-width:901px){
  .hero.hero--video-right-image{min-height:640px;height:100svh;}
  .hero.hero--video-right-image .hero-content.hero-content--split{padding:94px 0 20px;}
  .hero.hero--video-right-image h1{font-size:clamp(31px,3.8vw,50px);margin:10px 0;}
  .hero.hero--video-right-image p{font-size:15px;margin-bottom:12px;line-height:1.38;}
  .hero.hero--video-right-image .hero-copy .btn{padding:10px 14px;min-height:38px;}
  .hero.hero--video-right-image .hero-content--split .hero-metrics{margin-top:12px;}
  .hero.hero--video-right-image .metric{padding:9px 10px;}
  .hero.hero--video-right-image .hero-side-image{width:min(100%,360px);}
  .hero.hero--video-right-image .hero-side-image img{max-height:58vh;}
}


/* Hero text refinement: brighter copy and tighter layout inside the first screen. */
.hero.hero--video-right-image::before{
  background:
    linear-gradient(90deg,rgba(7,24,39,.90) 0%,rgba(7,24,39,.76) 39%,rgba(7,24,39,.34) 70%,rgba(7,24,39,.18) 100%),
    radial-gradient(circle at 78% 47%,rgba(23,214,196,.16),transparent 36%) !important;
}
.hero.hero--video-right-image .hero-content.hero-content--split{
  align-items:center !important;
  grid-template-columns:minmax(0,0.96fr) minmax(280px,0.64fr) !important;
  padding:clamp(104px,12vh,128px) 0 clamp(20px,4vh,34px) !important;
  gap:clamp(18px,3.5vw,52px) !important;
}
.hero.hero--video-right-image .hero-copy{
  max-width:780px !important;
  transform:translateY(-10px) !important;
}
.hero.hero--video-right-image .eyebrow{
  color:#cffffb !important;
  background:rgba(23,214,196,.20) !important;
  border-color:rgba(144,255,245,.55) !important;
}
.hero.hero--video-right-image h1{
  max-width:720px !important;
  color:#ffffff !important;
  font-size:clamp(34px,4.05vw,56px) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  margin:13px 0 12px !important;
  text-shadow:0 3px 18px rgba(0,0,0,.55),0 1px 2px rgba(0,0,0,.75) !important;
}
.hero.hero--video-right-image p{
  max-width:660px !important;
  color:#ffffff !important;
  font-size:clamp(15px,1.35vw,18px) !important;
  line-height:1.48 !important;
  margin:0 0 15px !important;
  text-shadow:0 2px 12px rgba(0,0,0,.62) !important;
}
.hero.hero--video-right-image .hero-copy .button-row{
  gap:9px !important;
  max-width:760px !important;
}
.hero.hero--video-right-image .hero-copy .btn{
  min-height:39px !important;
  padding:10px 15px !important;
  font-size:14px !important;
  box-shadow:0 10px 28px rgba(31,122,255,.28) !important;
}
.hero.hero--video-right-image .btn.secondary{
  background:rgba(255,255,255,.18) !important;
  color:#ffffff !important;
  border-color:rgba(255,255,255,.42) !important;
  text-shadow:0 1px 8px rgba(0,0,0,.45) !important;
}
.hero.hero--video-right-image .hero-content--split .hero-metrics{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  max-width:760px !important;
  margin-top:16px !important;
  gap:8px !important;
}
.hero.hero--video-right-image .metric{
  padding:10px 11px !important;
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.22) !important;
}
.hero.hero--video-right-image .metric strong{
  color:#ffffff !important;
  font-size:17px !important;
  line-height:1.1 !important;
  text-shadow:0 1px 8px rgba(0,0,0,.55) !important;
}
.hero.hero--video-right-image .metric span{
  color:#f0f7ff !important;
  font-size:12px !important;
  line-height:1.25 !important;
}
.hero.hero--video-right-image .hero-side-image{
  width:min(100%,400px) !important;
  max-width:400px !important;
  transform:translateY(10px) !important;
}
.hero.hero--video-right-image .hero-side-image img{
  max-height:min(66vh,625px) !important;
}
@media(max-width:1100px){
  .hero.hero--video-right-image .hero-content.hero-content--split{
    grid-template-columns:minmax(0,1fr) minmax(230px,.55fr) !important;
    padding:102px 0 30px !important;
  }
  .hero.hero--video-right-image h1{font-size:clamp(33px,4.8vw,52px) !important;}
  .hero.hero--video-right-image .hero-content--split .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:900px){
  .hero.hero--video-right-image .hero-content.hero-content--split{
    grid-template-columns:1fr !important;
    padding:96px 0 26px !important;
    gap:12px !important;
  }
  .hero.hero--video-right-image .hero-copy{transform:none !important;}
  .hero.hero--video-right-image h1{max-width:760px !important;}
  .hero.hero--video-right-image p{max-width:720px !important;}
  .hero.hero--video-right-image .hero-side-image{width:min(70vw,300px) !important;transform:translateY(0) !important;}
  .hero.hero--video-right-image .hero-side-image img{max-height:260px !important;}
}
@media(max-width:620px){
  .hero.hero--video-right-image{min-height:760px !important;}
  .hero.hero--video-right-image .hero-content.hero-content--split{padding:88px 0 22px !important;}
  .hero.hero--video-right-image .eyebrow{font-size:10px !important;padding:7px 10px !important;}
  .hero.hero--video-right-image h1{font-size:clamp(28px,8vw,38px) !important;line-height:1.03 !important;margin:9px 0 !important;}
  .hero.hero--video-right-image p{font-size:14px !important;line-height:1.4 !important;margin-bottom:10px !important;}
  .hero.hero--video-right-image .hero-copy .btn{width:100% !important;min-height:38px !important;padding:9px 13px !important;}
  .hero.hero--video-right-image .hero-content--split .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr)) !important;margin-top:10px !important;gap:7px !important;}
  .hero.hero--video-right-image .metric{padding:8px 9px !important;}
  .hero.hero--video-right-image .metric strong{font-size:15px !important;}
  .hero.hero--video-right-image .metric span{font-size:11px !important;}
  .hero.hero--video-right-image .hero-side-image{width:min(68vw,245px) !important;}
  .hero.hero--video-right-image .hero-side-image img{max-height:210px !important;}
}
@media(max-height:720px) and (min-width:901px){
  .hero.hero--video-right-image .hero-content.hero-content--split{padding:88px 0 18px !important;}
  .hero.hero--video-right-image .hero-copy{transform:translateY(-6px) !important;}
  .hero.hero--video-right-image h1{font-size:clamp(30px,3.5vw,46px) !important;margin:8px 0 !important;}
  .hero.hero--video-right-image p{font-size:14px !important;line-height:1.35 !important;margin-bottom:10px !important;}
  .hero.hero--video-right-image .hero-copy .btn{min-height:36px !important;padding:8px 13px !important;}
  .hero.hero--video-right-image .hero-content--split .hero-metrics{margin-top:10px !important;}
  .hero.hero--video-right-image .metric{padding:8px 9px !important;}
  .hero.hero--video-right-image .metric strong{font-size:15px !important;}
  .hero.hero--video-right-image .metric span{font-size:11px !important;}
}

/* Product listing image fit update: keep machine photos smaller and fully visible inside product cards. */
.product-list-section .card-img{
  height:255px !important;
  min-height:255px !important;
  max-height:255px !important;
  background:#fff !important;
  display:grid !important;
  place-items:center !important;
  overflow:hidden !important;
}
.product-list-section .card-img img{
  width:auto !important;
  height:auto !important;
  max-width:84% !important;
  max-height:86% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  background:#fff !important;
}
.product-list-section .card-body{
  padding-top:20px !important;
}
@media(max-width:900px){
  .product-list-section .card-img{
    height:240px !important;
    min-height:240px !important;
    max-height:240px !important;
  }
  .product-list-section .card-img img{
    max-width:86% !important;
    max-height:86% !important;
  }
}
@media(max-width:620px){
  .product-list-section .card-img{
    height:230px !important;
    min-height:230px !important;
    max-height:230px !important;
  }
  .product-list-section .card-img img{
    max-width:88% !important;
    max-height:88% !important;
  }
}
