.pdp-body { background: #fffdf8; }
.pdp-top { display: grid; grid-template-columns: 55% 45%; min-height: 870px; border-bottom: 1px solid var(--line); }
.pdp-gallery { position: sticky; top: 74px; height: calc(100vh - 74px); min-height: 760px; display: grid; grid-template-columns: 92px 1fr; gap: 16px; align-items: center; padding: 38px 4%; background: #e3eef0; }
.gallery-thumbnails { display: grid; gap: 12px; align-self: center; }
.gallery-thumb { width: 76px; height: 88px; padding: 6px; overflow: hidden; border: 1px solid transparent; background: rgba(255,255,255,.62); cursor: pointer; }
.gallery-thumb.active { border-color: var(--ink); background: #fff; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.gallery-thumb:nth-child(2) img { object-fit: cover; }
.gallery-main { position: relative; height: 100%; display: grid; place-items: center; overflow: hidden; }
.gallery-main:before,.gallery-main:after { content: ""; position: absolute; border: 1px solid rgba(21,44,52,.12); border-radius: 50%; }
.gallery-main:before { width: 520px; height: 520px; }
.gallery-main:after { width: 670px; height: 670px; }
.gallery-main.lifestyle-view:before,.gallery-main.lifestyle-view:after { display: none; }
.gallery-main > img { position: relative; z-index: 2; width: min(72%,600px); height: min(82%,690px); object-fit: contain; transition: opacity .2s; }
.gallery-main.lifestyle-view > img { width: 100%; height: 100%; object-fit: cover; }
.gallery-badge { position: absolute; left: 20px; top: 20px; z-index: 4; padding: 7px 10px; background: var(--coral); color: white; font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.gallery-arrow { position: absolute; right: 18px; bottom: 24px; z-index: 4; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; }
.gallery-count { position: absolute; left: 20px; bottom: 30px; z-index: 4; font-size: 10px; letter-spacing: .12em; }

.product-panel { padding: 55px 10% 80px 8%; background: var(--paper); }
.breadcrumb { display: flex; gap: 8px; margin-bottom: 34px; color: #7d8a8e; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.product-kicker { margin-bottom: 10px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.product-panel h1 { margin: 0; font: 500 clamp(46px,5vw,70px)/1 var(--display); letter-spacing: -.05em; }
.product-tagline { margin: 10px 0 20px; font: italic 400 23px Georgia,serif; }
.product-description { max-width: 620px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.quick-benefits { display: grid; gap: 8px; margin: 24px 0 32px; padding: 0; list-style: none; font-size: 13px; }
.quick-benefits span { display: inline-grid; width: 18px; height: 18px; margin-right: 7px; place-items: center; border-radius: 50%; background: var(--blue); font-size: 10px; }
.plan-label { display: flex; align-items: center; justify-content: space-between; margin: 20px 0 10px; font-size: 12px; }
.plan-label span { color: var(--coral); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.pdp-plans { display: grid; gap: 8px; }
.pdp-plan { display: grid; grid-template-columns: 17px 1fr auto; gap: 11px; align-items: center; padding: 15px 16px; border: 1px solid var(--line); background: white; color: var(--ink); text-align: left; cursor: pointer; }
.pdp-plan.active { border: 2px solid var(--ink); padding: 14px 15px; }
.pdp-plan > i { width: 15px; height: 15px; border: 1px solid #8b989b; border-radius: 50%; }
.pdp-plan.active > i { border: 4px solid var(--ink); }
.pdp-plan span { display: flex; flex-direction: column; gap: 3px; }
.pdp-plan b { font-size: 13px; }
.pdp-plan small { color: var(--ink-soft); font-size: 10px; }
.pdp-plan strong { padding: 5px 7px; background: #ffe1d4; color: #c9563d; font-size: 9px; }
.bundle-heading { margin-top: 24px; }
.pdp-bundles { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.pdp-bundle { position: relative; min-height: 110px; display: flex; flex-direction: column; justify-content: space-between; padding: 16px 12px 13px; border: 1px solid var(--line); background: white; color: var(--ink); text-align: left; cursor: pointer; }
.pdp-bundle.active { border: 2px solid var(--ink); padding: 15px 11px 12px; }
.pdp-bundle em { position: absolute; top: -9px; right: 7px; padding: 4px 6px; background: var(--ink); color: white; font-size: 7px; font-style: normal; font-weight: 700; letter-spacing: .06em; }
.pdp-bundle > span { display: flex; flex-direction: column; gap: 2px; }
.pdp-bundle b { font-size: 12px; }
.pdp-bundle strong { font-size: 16px; }
.pdp-bundle small { color: var(--ink-soft); font-size: 9px; }
.renewal-note { display: flex; gap: 11px; margin: 13px 0; padding: 11px 13px; background: #edf4f4; color: var(--ink-soft); font-size: 10px; line-height: 1.45; }
.renewal-note > span { color: var(--coral); font-size: 18px; }
.renewal-note p { margin: 0; }
.renewal-note b { color: var(--ink); }
.pdp-add { width: 100%; min-height: 57px; border: 0; background: var(--ink); color: white; font-weight: 700; cursor: pointer; }
.pdp-add span { margin: 0 8px; opacity: .45; }
.checkout-trust { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 13px 0 20px; color: #76868a; font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.checkout-trust i { width: 3px; height: 3px; border-radius: 50%; background: var(--coral); }
.product-accordions { border-top: 1px solid var(--line); }
.product-accordions summary { padding: 17px 0; font-size: 13px; }
.product-accordions p { margin: -4px 25px 17px 0; font-size: 11px; }

.pdp-proof-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); color: white; background: var(--ink); }
.pdp-proof-strip > div { min-height: 150px; display: flex; gap: 17px; align-items: center; justify-content: center; padding: 20px; }
.pdp-proof-strip > div + div { border-left: 1px solid rgba(255,255,255,.14); }
.pdp-proof-strip b { font: 400 55px/1 var(--display); color: var(--coral-light); }
.pdp-proof-strip span { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.4; }

.pdp-benefits { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.pdp-benefit-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 11%; background: var(--cream); }
.pdp-benefit-copy h2,.formula-heading h2,.how-copy h2,.pdp-faq h2,.pdp-final h2 { font-size: clamp(48px,5.2vw,76px); }
.pdp-benefit-copy > p { max-width: 500px; color: var(--ink-soft); line-height: 1.7; }
.benefit-list { margin-top: 30px; border-top: 1px solid var(--line); }
.benefit-list > div { display: flex; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.benefit-list > div > span { color: var(--coral); font-size: 10px; }
.benefit-list p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.benefit-list b { font: 600 14px var(--display); }
.benefit-list small { color: var(--ink-soft); }
.pdp-lifestyle { position: relative; min-height: 650px; overflow: hidden; }
.pdp-lifestyle img { width: 100%; height: 100%; object-fit: cover; }
.pdp-lifestyle span { position: absolute; right: 26px; bottom: 25px; padding: 10px 13px; background: rgba(255,253,248,.92); font-size: 8px; font-weight: 700; letter-spacing: .1em; }

.formula-block { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8%; padding: 115px 8%; color: white; background: var(--ink); }
.formula-heading > p { max-width: 430px; color: rgba(255,255,255,.58); line-height: 1.7; }
.formula-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.formula-grid article { position: relative; min-height: 170px; padding: 24px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.formula-grid article:last-child { grid-column: 1/-1; }
.formula-grid span { color: var(--coral-light); font-size: 9px; }
.formula-grid h3 { margin: 22px 0 7px; font: 500 21px var(--display); }
.formula-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.formula-grid b { position: absolute; right: 16px; top: 22px; padding: 5px 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 7px; }

.how-to-block { display: grid; grid-template-columns: 1fr 1fr; min-height: 730px; }
.how-product { display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg,#dce9eb,#f3bf91); }
.how-product img { width: min(64%,540px); max-height: 640px; object-fit: contain; }
.how-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 11%; }
.how-steps { margin: 40px 0; border-top: 1px solid var(--line); }
.how-steps > div { display: flex; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.how-steps > div > b { color: var(--coral); font-size: 10px; }
.how-steps span { display: flex; flex-direction: column; gap: 4px; }
.how-steps strong { font: 600 15px var(--display); }
.how-steps small { color: var(--ink-soft); }
.how-copy .button { align-self: flex-start; }

.pdp-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; padding: 110px 8%; background: var(--cream); }
.pdp-final { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 95px 8%; color: white; background: var(--coral); }
.pdp-final > div > span { font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.pdp-final h2 { margin-top: 20px; }
.mobile-atc { display: none; }

@media (max-width: 1050px) {
  .pdp-top { grid-template-columns: 1fr; }
  .pdp-gallery { position: relative; top: auto; height: 720px; min-height: 0; }
  .product-panel { padding: 65px 8%; }
}

@media (max-width: 760px) {
  .pdp-body { padding-bottom: 70px; }
  .pdp-gallery { height: 520px; grid-template-columns: 1fr; padding: 20px 5%; }
  .gallery-thumbnails { position: absolute; left: 16px; bottom: 15px; z-index: 6; display: flex; }
  .gallery-thumb { width: 58px; height: 64px; }
  .gallery-main { grid-column: 1; }
  .gallery-main:before { width: 340px; height: 340px; }
  .gallery-main:after { width: 450px; height: 450px; }
  .gallery-main > img { width: 78%; height: 82%; }
  .gallery-count { display: none; }
  .gallery-arrow { right: 10px; bottom: 15px; }
  .product-panel { padding: 45px 6% 60px; }
  .breadcrumb { margin-bottom: 24px; }
  .product-panel h1 { font-size: 51px; }
  .pdp-bundles { grid-template-columns: 1fr; }
  .pdp-bundle { min-height: 78px; flex-direction: row; align-items: center; }
  .pdp-proof-strip { grid-template-columns: 1fr 1fr; }
  .pdp-proof-strip > div { min-height: 120px; justify-content: flex-start; }
  .pdp-proof-strip > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .pdp-proof-strip > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.14); }
  .pdp-proof-strip b { font-size: 42px; }
  .pdp-benefits,.formula-block,.how-to-block,.pdp-faq { grid-template-columns: 1fr; }
  .pdp-benefit-copy,.how-copy { padding: 75px 7%; }
  .pdp-lifestyle { min-height: 520px; }
  .formula-block,.pdp-faq { padding: 80px 6%; }
  .formula-block { gap: 55px; }
  .formula-grid { grid-template-columns: 1fr; }
  .formula-grid article:last-child { grid-column: auto; }
  .how-product { min-height: 570px; }
  .pdp-faq { gap: 55px; }
  .pdp-final { flex-direction: column; align-items: flex-start; padding: 80px 6%; }
  .pdp-final h2 { font-size: 46px; }
  .mobile-atc { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: none; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; border-top: 1px solid var(--line); background: white; box-shadow: 0 -8px 24px rgba(21,44,52,.08); }
  .mobile-atc.visible { display: flex; }
  .mobile-atc > div { display: flex; flex-direction: column; }
  .mobile-atc small { font-size: 9px; }
  .mobile-atc b { font-size: 14px; }
  .mobile-atc button { min-width: 150px; height: 44px; border: 0; background: var(--ink); color: white; font-weight: 700; }
}
