.product-page{
  padding-top:30px;
}
.product-hero{
  min-height:610px;
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);
  gap:clamp(48px,7vw,92px);
  align-items:center;
  padding:58px 0 76px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.product-eyebrow{
  margin:0 0 19px;
  color:var(--jade);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.product-hero h1{
  max-width:10ch;
  margin:0;
  font-size:clamp(52px,6.8vw,88px);
  line-height:.93;
}
.product-dek{
  max-width:38ch;
  margin:26px 0 0;
  color:#445048;
  font:19px/1.55 var(--serif);
}
.product-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}
.product-action{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border:1px solid var(--ink);
  border-radius:999px;
  background:var(--ink);
  color:var(--white);
  font-size:14px;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  transition:transform .18s ease,background-color .18s ease;
}
.product-action:hover{
  background:#24352e;
  transform:translateY(-1px);
}
.product-action:active{
  transform:translateY(1px);
}
.product-action--secondary{
  background:transparent;
  color:var(--ink);
}
.product-action--secondary:hover{
  background:rgba(40,89,71,.08);
}
.product-visual{
  width:min(100%,500px);
  margin:0;
  justify-self:end;
}
.product-visual-frame{
  padding:18px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,253,248,.58);
  box-shadow:0 32px 80px -60px rgba(23,35,30,.56);
}
.product-visual img{
  display:block;
  width:100%;
  height:auto;
  border-radius:16px;
}
.product-visual--life{
  width:min(100%,390px);
}
.product-visual figcaption{
  margin-top:14px;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}
.product-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0;
  border-bottom:1px solid var(--line);
}
.product-facts div{
  padding:32px 28px 36px;
  border-left:1px solid var(--line);
}
.product-facts div:first-child{
  padding-left:0;
  border-left:0;
}
.product-facts div:last-child{
  padding-right:0;
}
.product-facts dt{
  color:var(--jade);
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.product-facts dd{
  margin:10px 0 0;
  font:500 23px/1.16 var(--serif);
  letter-spacing:-.025em;
}
.product-section{
  padding:82px 0;
  border-bottom:1px solid var(--line);
}
.product-section-heading{
  max-width:760px;
}
.product-section h2,.product-callout h2{
  max-width:16ch;
  margin:0;
  font-size:clamp(38px,5vw,58px);
  line-height:1.02;
}
.product-section-heading>p{
  max-width:64ch;
  margin:24px 0 0;
  color:var(--muted);
}
.product-section a:not(.product-action),.product-faq a{
  color:var(--jade);
  text-underline-offset:3px;
}
.product-clusters{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
  gap:16px;
  margin-top:44px;
}
.product-cluster{
  padding:34px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,253,248,.48);
}
.product-cluster--primary{
  grid-row:span 2;
  display:flex;
  min-height:330px;
  flex-direction:column;
  justify-content:flex-end;
  background:
    linear-gradient(145deg,rgba(40,89,71,.13),rgba(255,253,248,.64)),
    var(--white);
}
.product-cluster h3{
  max-width:15ch;
  margin:0;
  font:500 31px/1.05 var(--serif);
  letter-spacing:-.03em;
}
.product-cluster p{
  max-width:49ch;
  margin:18px 0 0;
  color:var(--muted);
}
.product-process{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:clamp(44px,8vw,100px);
  align-items:start;
}
.product-process h2{
  position:sticky;
  top:32px;
}
.product-process-list{
  margin:0;
}
.product-process-list div{
  padding:0 0 34px;
  border-bottom:1px solid var(--line);
}
.product-process-list div+div{
  padding-top:34px;
}
.product-process-list div:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.product-process-list dt{
  font:500 27px/1.12 var(--serif);
  letter-spacing:-.025em;
}
.product-process-list dd{
  margin:12px 0 0;
  color:var(--muted);
}
.product-gallery{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:16px;
  margin-top:44px;
}
.product-gallery figure{
  margin:0;
  padding:14px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,253,248,.52);
}
.product-gallery figure:first-child{
  grid-row:span 2;
  align-self:start;
}
.product-gallery img{
  display:block;
  width:100%;
  height:auto;
  border-radius:16px;
}
.product-gallery figcaption{
  padding:13px 4px 2px;
  color:var(--muted);
  font-size:12px;
}
.product-comparison{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:44px;
}
.product-comparison article{
  padding:38px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,253,248,.48);
}
.product-comparison article:last-child{
  background:rgba(40,89,71,.1);
}
.product-comparison h3{
  margin:0;
  font:500 34px/1.05 var(--serif);
  letter-spacing:-.03em;
}
.product-comparison p{
  margin:18px 0 0;
  color:var(--muted);
}
.product-purchase{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(270px,.8fr);
  gap:60px;
  align-items:center;
  padding:52px;
  border:1px solid rgba(40,89,71,.25);
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 0,rgba(40,89,71,.16),transparent 23rem),
    rgba(255,253,248,.56);
}
.product-purchase h2{
  max-width:14ch;
}
.product-purchase-copy>p{
  max-width:56ch;
  margin:20px 0 0;
  color:var(--muted);
}
.product-price{
  padding-left:44px;
  border-left:1px solid var(--line);
}
.product-price strong{
  display:block;
  font:500 56px/1 var(--serif);
  letter-spacing:-.04em;
}
.product-price>span{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
}
.product-price .product-action{
  width:100%;
  margin-top:24px;
}
.product-price p{
  margin:14px 0 0;
  color:var(--muted);
  font-size:12px;
  text-align:center;
}
.product-faq{
  max-width:950px;
  margin:0 auto;
  padding:82px 0;
}
.product-faq>h2{
  margin-bottom:38px;
}
.product-faq details{
  border-top:1px solid var(--line);
}
.product-faq details:last-child{
  border-bottom:1px solid var(--line);
}
.product-faq summary{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-family:var(--serif);
  font-size:21px;
  cursor:pointer;
}
.product-faq summary::after{
  content:"+";
  color:var(--jade);
  font-family:var(--sans);
}
.product-faq details[open] summary::after{
  content:"-";
}
.product-faq details p{
  max-width:68ch;
  margin:0;
  padding:0 44px 26px 0;
  color:var(--muted);
}
.product-callout{
  margin:0 0 12px;
  padding:56px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(40,89,71,.1);
}
.product-callout p{
  max-width:58ch;
  margin:22px 0 28px;
  color:var(--muted);
}
@media (max-width:840px){
  .product-hero{
    grid-template-columns:minmax(0,1fr) minmax(290px,.8fr);
    gap:36px;
  }
  .product-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .product-facts div:nth-child(3){
    padding-left:0;
    border-left:0;
    border-top:1px solid var(--line);
  }
  .product-facts div:nth-child(4){
    border-top:1px solid var(--line);
  }
}
@media (max-width:700px){
  .product-page{
    padding-top:14px;
  }
  .product-hero{
    min-height:auto;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:42px;
    padding:54px 0 58px;
  }
  .product-hero h1{
    max-width:11ch;
    font-size:clamp(47px,13.6vw,66px);
  }
  .product-dek{
    font-size:18px;
  }
  .product-actions{
    display:grid;
  }
  .product-action{
    width:100%;
  }
  .product-visual,.product-visual--life{
    width:min(100%,430px);
    justify-self:auto;
    align-self:center;
  }
  .product-facts{
    display:block;
  }
  .product-facts div,.product-facts div:first-child,.product-facts div:nth-child(3),.product-facts div:last-child{
    padding:26px 0 29px;
    border-top:1px solid var(--line);
    border-left:0;
  }
  .product-facts div:first-child{
    border-top:0;
  }
  .product-section{
    padding:58px 0;
  }
  .product-section h2,.product-callout h2{
    font-size:38px;
  }
  .product-clusters,.product-process,.product-gallery,.product-comparison{
    display:block;
  }
  .product-cluster,.product-gallery figure,.product-comparison article{
    margin-top:14px;
  }
  .product-cluster--primary{
    min-height:270px;
  }
  .product-process h2{
    position:static;
    margin-bottom:38px;
  }
  .product-gallery figure:first-child{
    margin-top:0;
  }
  .product-purchase{
    display:block;
    padding:38px 26px;
  }
  .product-price{
    margin-top:34px;
    padding:30px 0 0;
    border-top:1px solid var(--line);
    border-left:0;
  }
  .product-faq{
    padding:58px 0;
  }
  .product-faq summary{
    font-size:19px;
  }
  .product-faq details p{
    padding-right:0;
  }
  .product-callout{
    padding:38px 26px;
  }
}
@media (prefers-reduced-motion:reduce){
  .product-action{
    transition:none;
  }
}
