:root{
  --bg:#f4f8fb;
  --bg-soft:#eef4f8;
  --surface:rgba(255,255,255,.78);
  --surface-strong:#ffffff;
  --text:#183143;
  --muted:#5b7182;
  --brand:#203d54;
  --brand-2:#3d5b72;
  --brand-3:#8ca2b0;
  --line:rgba(32,61,84,.12);
  --blue:#2b78c5;
  --blue-2:#42c5f3;
  --blue-soft:rgba(43,120,197,.10);
  --orange:#d9882f;
  --orange-2:#f2a447;
  --orange-soft:rgba(217,136,47,.12);
  --success:#2e7c60;
  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:20px;
  --shadow:0 26px 80px rgba(25,53,77,.10);
  --shadow-soft:0 18px 50px rgba(25,53,77,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(66,197,243,.12), transparent 34%),
    radial-gradient(circle at 100% 10%, rgba(140,162,176,.12), transparent 30%),
    linear-gradient(180deg,#f7fbfd 0%, #f2f7fb 100%);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.section{padding:88px 0}
h1,h2,h3{margin:0 0 16px;line-height:.98;letter-spacing:-.04em}
h1{font-size:clamp(46px,6.2vw,86px);max-width:12ch}
h2{font-size:clamp(32px,4vw,56px);max-width:12ch}
h3{font-size:clamp(24px,2.5vw,34px)}
p{line-height:1.7;margin:0 0 14px}
.lead{font-size:clamp(18px,2vw,22px);line-height:1.72;color:var(--muted);max-width:58ch}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.76);border:1px solid var(--line);
  box-shadow:0 8px 24px rgba(25,53,77,.06);
  color:var(--brand);font-weight:800;font-size:13px;letter-spacing:.02em;text-transform:uppercase
}
.dot{width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-3))}
.topline{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:26px 0 16px
}
.brand{display:inline-flex;align-items:center;gap:14px;font-weight:800;letter-spacing:-.03em}
.brand img{height:40px;width:auto;display:block}
.brand small{display:block;font-size:12px;font-weight:700;color:var(--muted);letter-spacing:.02em;text-transform:uppercase}
.topline-note{font-size:13px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}
.hero{padding:26px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:center}
.hero-copy p{max-width:60ch}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:54px;padding:0 22px;border-radius:999px;border:1px solid transparent;
  font-weight:800;letter-spacing:-.02em;transition:.25s ease;cursor:pointer
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 18px 40px rgba(32,61,84,.24)}
.btn-soft{background:rgba(255,255,255,.74);border-color:var(--line);color:var(--brand)}
.hero-visual{
  position:relative;min-height:620px;border-radius:44px;overflow:hidden;
  background:linear-gradient(155deg, rgba(255,255,255,.9), rgba(227,238,244,.92));
  border:1px solid rgba(255,255,255,.88);
  box-shadow:var(--shadow)
}
.hero-visual::before,.hero-visual::after{content:"";position:absolute;border-radius:50%;filter:blur(2px)}
.hero-visual::before{width:390px;height:390px;background:rgba(66,197,243,.18);right:-100px;top:-90px}
.hero-visual::after{width:280px;height:280px;background:rgba(61,91,114,.14);left:-80px;bottom:-80px}
.brand-panel{
  position:absolute;left:38px;top:38px;right:38px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:22px 24px;border-radius:28px;background:rgba(255,255,255,.68);backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.84)
}
.brand-panel img{height:36px;width:auto}
.brand-panel .brand-lines strong{display:block;font-size:14px;letter-spacing:.02em;text-transform:uppercase;color:var(--brand)}
.brand-panel .brand-lines span{display:block;font-size:13px;color:var(--muted)}
.hero-pill{padding:10px 14px;border-radius:999px;background:rgba(32,61,84,.08);color:var(--brand);font-size:13px;font-weight:800;white-space:nowrap}
.hero-product{
  position:absolute;left:60px;right:60px;bottom:38px;display:grid;grid-template-columns:1fr 220px;gap:22px;align-items:end
}
.hero-product-copy{
  padding:28px;border-radius:30px;background:rgba(255,255,255,.66);backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.84);box-shadow:var(--shadow-soft)
}
.hero-product-copy h3{font-size:clamp(28px,2.8vw,42px);margin-bottom:10px}
.hero-product-copy p{color:var(--muted);max-width:34ch}
.hero-capsules{display:flex;gap:10px;margin-top:18px}
.hero-capsules span{width:13px;height:32px;border-radius:999px;background:linear-gradient(180deg,var(--blue),var(--blue-2));opacity:.9}
.hero-bottle-wrap{
  position:relative;display:grid;place-items:center;padding:22px 12px 0;border-radius:34px;
  background:linear-gradient(180deg, rgba(255,255,255,.4), rgba(255,255,255,.88));
  border:1px solid rgba(255,255,255,.84);box-shadow:var(--shadow-soft)
}
.hero-bottle-wrap::before{content:"";position:absolute;inset:auto 12% 16px;width:76%;height:30px;border-radius:50%;background:rgba(32,61,84,.12);filter:blur(18px)}
.hero-bottle-wrap img{position:relative;max-height:360px;object-fit:contain;filter:drop-shadow(0 24px 40px rgba(15,41,61,.16))}
.floating-stat{
  position:absolute;padding:14px 16px;border-radius:22px;background:rgba(255,255,255,.74);backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.86);box-shadow:var(--shadow-soft);max-width:180px
}
.floating-stat strong{display:block;font-size:26px;letter-spacing:-.05em;color:var(--brand)}
.floating-stat span{display:block;font-size:13px;line-height:1.45;color:var(--muted)}
.floating-stat.one{right:26px;top:124px}
.floating-stat.two{left:30px;top:190px;max-width:195px}
.section-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:end;margin-bottom:32px}
.section-head p{color:var(--muted);max-width:58ch}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.product-card{
  position:relative;min-height:450px;padding:34px 34px 200px;border-radius:34px;
  border:1px solid rgba(255,255,255,.88);background:rgba(255,255,255,.75);box-shadow:var(--shadow-soft);overflow:hidden
}
.product-card::before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-140px;bottom:-120px;background:var(--blue-soft)}
.product-card.colica::before{background:var(--orange-soft)}
.product-card p{color:var(--muted);max-width:44ch}
.product-card .product-art{
  position:absolute;right:10px;bottom:0;display:flex;align-items:end;gap:8px;pointer-events:none
}
.product-card .product-art img{display:block;filter:drop-shadow(0 24px 36px rgba(25,53,77,.16))}
.product-card .product-art .bottle{width:min(30vw,170px)}
.product-card .product-art .box{width:min(34vw,220px)}
.product-card.colica .product-art{right:24px;bottom:24px}
.product-card.colica .mock-box{
  width:min(34vw,250px);aspect-ratio:4/5;border-radius:28px;
  background:linear-gradient(180deg,#f0a659 0%, #eb953f 24%, #fff 25%, #fff 100%);
  border:1px solid rgba(217,136,47,.22);box-shadow:0 24px 36px rgba(25,53,77,.12);padding:20px;display:flex;flex-direction:column;justify-content:space-between
}
.mock-box strong{font-size:44px;line-height:.92;letter-spacing:-.05em;color:#7a3e05}
.mock-box span{font-size:14px;font-weight:800;color:#9a5d21}
.mock-box small{display:block;color:#a06c3c;font-size:13px;line-height:1.5}
.tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-weight:850;font-size:13px}
.product-card.colica .tag{background:var(--orange-soft);color:#a65d16}
.feature-list{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}
.feature-list li{display:flex;gap:10px;align-items:flex-start;color:#43586a}
.check{flex:0 0 24px;width:24px;height:24px;border-radius:50%;display:inline-grid;place-items:center;font-size:13px;font-weight:900;background:var(--blue-soft);color:var(--blue)}
.feature-list.colica .check,.product-card.colica .check{background:var(--orange-soft);color:#a65d16}
.card-actions{margin-top:24px}
.philosophy{display:grid;grid-template-columns:.86fr 1.14fr;gap:22px;align-items:stretch}
.soft-card{
  border:1px solid rgba(255,255,255,.86);border-radius:34px;background:rgba(255,255,255,.74);
  box-shadow:var(--shadow-soft);padding:34px
}
.soft-card p{color:var(--muted)}
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.why{
  padding:18px 18px 18px 20px;border-radius:22px;background:linear-gradient(180deg,#f8fbfd,#eff5f8);
  border:1px solid var(--line);font-weight:800;color:var(--brand)
}
.contact-wrap{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:start}
.contact-box{
  padding:36px;border-radius:36px;background:linear-gradient(145deg,var(--brand),#2f556f);color:white;
  box-shadow:0 24px 80px rgba(32,61,84,.22);position:sticky;top:22px;overflow:hidden
}
.contact-box::after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.08);right:-90px;bottom:-120px}
.contact-box p{color:rgba(255,255,255,.8)}
.contact-form{display:grid;gap:14px}
.field{display:grid;gap:8px}
.field label{font-size:13px;font-weight:850;color:var(--brand);text-transform:uppercase;letter-spacing:.04em}
.field input,.field textarea,.field select{
  width:100%;border:1px solid var(--line);background:rgba(255,255,255,.84);border-radius:18px;padding:15px 16px;
  font:inherit;outline:none;transition:.2s;color:var(--text)
}
.field textarea{min-height:132px;resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus{border-color:rgba(32,61,84,.35);box-shadow:0 0 0 5px rgba(61,91,114,.10)}
.hp{display:none}
.disclaimer{font-size:13px;color:#738493;margin-top:4px}
.footer{padding:38px 0 50px;color:#6b8192}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-top:26px}
.product-hero{padding:38px 0 74px}
.back{display:inline-flex;gap:8px;align-items:center;font-weight:900;color:var(--brand);margin:12px 0 30px}
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:start}
.product-media-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:16px;align-items:stretch}
.media-main,.media-side-card,.packshot{
  border-radius:34px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(235,243,248,.9));
  border:1px solid rgba(255,255,255,.88);box-shadow:var(--shadow-soft);position:relative
}
.media-main{min-height:560px}
.media-main img,.media-side-card img,.packshot img{width:100%;height:100%;display:block;object-fit:cover}
.media-side{display:grid;gap:16px}
.media-side-card{min-height:272px;padding:14px}
.media-side-card img{object-fit:contain}
.packshot{padding:22px;min-height:560px;display:grid;place-items:center}
.packshot::before{content:"";position:absolute;inset:auto auto -14% -14%;width:260px;height:260px;border-radius:50%;background:var(--orange-soft)}
.packshot.prosta::before{background:var(--blue-soft)}
.packshot img{position:relative;max-width:92%;max-height:500px;object-fit:contain;filter:drop-shadow(0 30px 48px rgba(20,35,28,.18))}
.detail-kicker{font-weight:900;color:var(--blue);margin-bottom:12px;font-size:15px;letter-spacing:.01em;text-transform:uppercase}
.detail-kicker.orange{color:#a65d16}
.detail-lead{font-size:20px;color:#485f70;line-height:1.72}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.info-card{padding:22px;border-radius:24px;background:rgba(255,255,255,.68);border:1px solid var(--line)}
.info-card b{display:block;font-size:24px;letter-spacing:-.05em;color:var(--brand)}
.ingredients{columns:2;gap:28px;margin:0;padding-left:20px;color:#43586a}
.ingredients li{margin-bottom:10px;break-inside:avoid}
.notice{padding:20px 22px;background:rgba(255,250,241,.88);border:1px solid rgba(204,157,63,.20);border-radius:24px;color:#675437}
.prosta-note{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:13px;font-weight:800}
.mock-packshot{
  width:min(100%,360px);aspect-ratio:4/5;border-radius:34px;background:linear-gradient(180deg,#f2a447 0%, #eb9540 20%, #fff 20%, #fff 100%);
  border:1px solid rgba(217,136,47,.24);padding:26px;display:flex;flex-direction:column;justify-content:space-between;position:relative;box-shadow:0 24px 48px rgba(25,53,77,.12)
}
.mock-packshot::after{content:"";position:absolute;right:18px;bottom:18px;width:88px;height:88px;border:3px solid rgba(166,93,22,.6);border-radius:32px}
.mock-packshot strong{font-size:58px;line-height:.88;letter-spacing:-.06em;color:#7a3e05}
.mock-packshot span{display:block;color:#9b5d21;font-size:16px;font-weight:800}
.mock-packshot small{display:block;color:#a06c3c;font-size:14px;line-height:1.5}
.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}
.reveal.visible{opacity:1;transform:none}
@media (max-width:980px){
  .hero-grid,.philosophy,.contact-wrap,.section-head,.product-detail-grid,.product-media-grid,.hero-product{grid-template-columns:1fr}
  .hero-visual{min-height:760px}
  .hero-product{left:24px;right:24px;bottom:24px}
  .brand-panel{left:24px;right:24px;top:24px;flex-direction:column;align-items:flex-start}
  .floating-stat.one{top:132px;right:20px}
  .floating-stat.two{left:20px;top:246px}
  .media-main{min-height:440px}
  .packshot,.media-main{min-height:420px}
  .contact-box{position:relative;top:0}
}
@media (max-width:760px){
  .container{width:min(100% - 24px, 1160px)}
  .topline{align-items:flex-start}
  .topline-note{display:none}
  .brand img{height:34px}
  h1{max-width:11ch}
  .hero{padding-top:18px}
  .hero-visual{min-height:650px;border-radius:32px}
  .product-grid,.why-grid,.info-grid{grid-template-columns:1fr}
  .product-card{padding:28px 24px 180px;min-height:420px}
  .product-card .product-art .bottle{width:140px}
  .product-card .product-art .box{width:170px}
  .section{padding:68px 0}
  .soft-card,.contact-box{padding:28px}
  .footer-inner{display:block}
  .ingredients{columns:1}
  .hero-bottle-wrap{max-width:220px;justify-self:start}
  .hero-bottle-wrap img{max-height:300px}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}


/* === Homepage refinements 2026-06-19 === */
.topline{padding:30px 0 22px}
.brand img{height:42px}
.hero{padding-top:36px}
.hero-copy h1{margin-top:22px;margin-bottom:18px}
.hero-copy .lead{
  font-size:clamp(16px,1.42vw,18px);
  line-height:1.55;
  max-width:54ch;
}
.hero-actions{margin-top:24px}
.hero-visual{
  min-height:520px;
  display:grid;
  place-items:center;
  padding:34px;
}
.showcase-card{
  position:relative;
  width:100%;
  min-height:450px;
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(238,247,251,.78)),
    radial-gradient(circle at 78% 20%, rgba(66,197,243,.20), transparent 38%);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 22px 70px rgba(25,53,77,.11);
  padding:34px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:center;
  overflow:hidden;
}
.showcase-card::before{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-90px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(43,120,197,.10);
}
.showcase-copy{position:relative;z-index:1}
.showcase-label{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(32,61,84,.08);
  color:var(--brand);
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin-bottom:16px;
}
.showcase-copy h3{
  font-size:clamp(32px,3.2vw,48px);
  max-width:9ch;
  margin-bottom:14px;
}
.showcase-copy p{
  color:var(--muted);
  font-size:15px;
  line-height:1.58;
  max-width:34ch;
}
.showcase-products{
  margin-top:24px;
  display:grid;
  gap:10px;
}
.showcase-products div{
  padding:14px 16px;
  border-radius:20px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(32,61,84,.10);
}
.showcase-products strong{
  display:block;
  color:var(--brand);
  font-size:17px;
  letter-spacing:-.02em;
}
.showcase-products span{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:13px;
  line-height:1.35;
}
.showcase-bottle{
  position:relative;
  z-index:1;
  align-self:end;
  justify-self:center;
  display:grid;
  place-items:end center;
  min-height:390px;
  width:100%;
}
.showcase-bottle::before{
  content:"";
  position:absolute;
  bottom:20px;
  width:70%;
  height:34px;
  border-radius:50%;
  background:rgba(32,61,84,.16);
  filter:blur(18px);
}
.showcase-bottle img{
  position:relative;
  max-height:390px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 28px 46px rgba(15,41,61,.18));
}
.product-card{
  padding:46px 34px 205px;
  min-height:470px;
}
.product-card h3{margin-top:14px}
.product-card .product-art{
  right:38px;
  bottom:18px;
}
.product-card .product-art .bottle{
  width:min(30vw,205px);
}
.product-card.colica .product-art{
  right:38px;
  bottom:30px;
}
.product-card.colica .mock-box{
  width:min(31vw,220px);
}
.why-grid{
  gap:12px;
}
.why{
  min-height:86px;
  display:flex;
  align-items:flex-start;
  gap:13px;
  padding:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(238,245,249,.88));
  border:1px solid rgba(32,61,84,.11);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 30px rgba(25,53,77,.045);
  transition:.25s ease;
}
.why:hover{
  transform:translateY(-2px);
  border-color:rgba(32,61,84,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 18px 36px rgba(25,53,77,.07);
}
.why span{
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(32,61,84,.08);
  color:var(--brand);
  font-size:12px;
  font-weight:900;
}
.why strong{
  font-size:14px;
  line-height:1.35;
  letter-spacing:-.02em;
  color:var(--brand);
}
.footer{
  font-size:12px;
}
.footer-inner{
  font-size:12px;
}

@media (max-width:980px){
  .hero-visual{min-height:auto;padding:22px}
  .showcase-card{grid-template-columns:1fr;min-height:auto}
  .showcase-copy h3{max-width:12ch}
  .showcase-bottle{min-height:330px;justify-items:center}
  .showcase-bottle img{max-height:330px}
}
@media (max-width:760px){
  .brand img{height:34px}
  .hero{padding-top:26px}
  .hero-copy h1{margin-top:18px}
  .showcase-card{padding:24px;border-radius:28px}
  .showcase-bottle{min-height:290px}
  .showcase-bottle img{max-height:285px}
  .product-card{padding:40px 24px 190px;min-height:430px}
  .product-card .product-art{right:28px;bottom:14px}
  .product-card .product-art .bottle{width:155px}
  .product-card.colica .mock-box{width:170px}
  .why{min-height:auto}
}

/* === Homepage refinements after ColicaStop images === */
.topline{
  padding-top:16px;
  padding-bottom:18px;
}
.hero{
  padding-top:18px;
}
.hero-copy h1{
  margin-top:26px;
  margin-bottom:28px;
}
.hero-copy .lead{
  margin-bottom:0;
}
.hero-grid{
  align-items:center;
}
.hero-visual{
  min-height:420px;
  padding:28px;
}
.showcase-card-clean{
  min-height:360px;
  grid-template-columns:1fr;
  align-items:center;
  padding:42px;
}
.showcase-card-clean .showcase-copy{
  max-width:440px;
}
.showcase-card-clean .showcase-copy h3{
  max-width:11ch;
}
.showcase-card-clean .showcase-copy p{
  max-width:40ch;
}
.showcase-card-clean .showcase-products{
  grid-template-columns:1fr;
  max-width:360px;
}
.product-card{
  padding-top:50px;
  padding-bottom:175px;
  min-height:440px;
}
.product-card .product-art{
  right:42px;
  bottom:18px;
}
.product-card .product-art .bottle{
  width:min(22vw,150px);
  max-height:205px;
  object-fit:contain;
}
.product-card.colica .product-art{
  right:48px;
  bottom:22px;
}
.product-card.colica .product-art .bottle{
  width:min(22vw,150px);
  max-height:205px;
}
@media (max-width:980px){
  .hero-visual{min-height:auto;padding:20px}
  .showcase-card-clean{min-height:auto;padding:34px}
  .showcase-card-clean .showcase-products{max-width:none}
}
@media (max-width:760px){
  .topline{padding-top:12px;padding-bottom:12px}
  .hero{padding-top:10px}
  .hero-copy h1{margin-top:22px;margin-bottom:24px}
  .showcase-card-clean{padding:26px;border-radius:28px}
  .product-card{padding-top:42px;padding-bottom:160px;min-height:410px}
  .product-card .product-art .bottle,
  .product-card.colica .product-art .bottle{
    width:128px;
    max-height:178px;
  }
}

/* === Product pages refinements 2026-06-19 === */
.product-topline .brand{
  gap:12px;
}
.product-topline .brand small{
  margin-top:0;
  font-size:12px;
  line-height:1.2;
}
.product-hero-grid{
  align-items:center;
  grid-template-columns:.92fr 1.08fr;
}
.product-media-single{
  min-height:560px;
  border-radius:34px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(235,243,248,.9));
  border:1px solid rgba(255,255,255,.88);
  box-shadow:var(--shadow-soft);
}
.product-media-single img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  object-position:center;
  display:block;
}
.product-copy .detail-lead{
  line-height:1.56;
  font-size:19px;
  max-width:58ch;
}
.product-copy h1{
  margin-bottom:22px;
}
.info-grid{
  align-items:stretch;
}
.info-card{
  min-height:112px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.info-card span{
  display:block;
  line-height:1.34;
}
.info-card-text{
  justify-content:center;
}
.info-card-text span{
  color:var(--brand);
  font-size:16px;
  font-weight:750;
  letter-spacing:-.02em;
}
.product-info-section{
  padding-top:82px;
}
.product-section-card h2,
.usage-card h2{
  font-size:clamp(30px,3.1vw,44px);
  max-width:13ch;
  margin-bottom:24px;
}
.product-section-card{
  min-height:280px;
}
.usage-card{
  display:grid;
  grid-template-columns:1fr 280px;
  align-items:center;
  gap:28px;
  overflow:hidden;
}
.usage-copy{
  min-width:0;
}
.usage-image{
  align-self:stretch;
  display:grid;
  place-items:center;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.70),rgba(238,245,249,.60));
  border:1px solid rgba(32,61,84,.08);
  padding:16px;
  overflow:hidden;
}
.usage-image img{
  width:100%;
  max-width:250px;
  max-height:260px;
  object-fit:contain;
  filter:drop-shadow(0 18px 34px rgba(25,53,77,.12));
}
.usage-card .notice{
  margin-bottom:0;
}
@media (max-width:980px){
  .product-hero-grid,
  .usage-card{
    grid-template-columns:1fr;
  }
  .product-media-single,
  .product-media-single img{
    min-height:460px;
  }
  .usage-image{
    min-height:260px;
  }
}
@media (max-width:760px){
  .product-media-single,
  .product-media-single img{
    min-height:420px;
  }
  .product-copy .detail-lead{
    font-size:17px;
    line-height:1.55;
  }
  .info-card{
    min-height:94px;
  }
  .product-section-card h2,
  .usage-card h2{
    font-size:clamp(28px,9vw,36px);
  }
  .usage-image img{
    max-height:220px;
  }
}
