/* Auromone product (PDP) styles — used by curve-device.html + cortisol-sensors.html.
   Builds on assets/site.css (tokens, type, nav, footer, buttons, .sec, .sec-head). */

/* breadcrumb */
.crumb { max-width: var(--measure); margin: 0 auto; padding: clamp(88px, 8vw, 104px) var(--gutter) 0; font-family: 'Schibsted Grotesk', sans-serif; font-size: 12.5px; color: var(--ink-mute); letter-spacing: 0.02em; }
.crumb a:hover { color: var(--violet); }
.crumb i { color: var(--ink-faint); margin: 0 7px; font-style: normal; }

/* ── PDP hero ── */
.pdp { padding: clamp(20px, 3vw, 40px) var(--gutter) clamp(44px, 6vw, 76px); }
.pdp-grid { max-width: var(--measure); margin: 0 auto; display: grid; grid-template-columns: 1.06fr 0.94fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.pdp-media { position: relative; border-radius: var(--r-lg); background: radial-gradient(120% 90% at 30% 20%, rgba(254,92,149,0.10), transparent 60%), linear-gradient(165deg, #fff, var(--bg-soft)); border: 1px solid var(--line); overflow: hidden; min-height: clamp(380px, 46vw, 560px); display: grid; place-items: center; box-shadow: var(--sh-sm); }
.pdp-media .curve3d { position: absolute; inset: 0; width: 100%; height: 100%; }
.pdp-media .pdp-photo { width: 86%; height: auto; }

.buybox .eyebrow { display: block; margin-bottom: 10px; }
.buybox h1 { margin-bottom: 12px; }
.buybox .bb-lede { color: var(--ink-soft); margin-bottom: 22px; max-width: 48ch; }
.bb-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 4px; }
.bb-price .now { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: clamp(30px, 3.4vw, 40px); letter-spacing: -0.02em; }
.bb-price .was { text-decoration: line-through; color: var(--ink-faint); font-size: 16px; }
.bb-price .save { background: rgba(254,58,72,0.12); color: var(--violet); font-weight: 600; font-size: 12px; padding: 4px 9px; border-radius: var(--r-pill); font-family: 'Schibsted Grotesk', sans-serif; }
.bb-sub { font-size: 13px; color: var(--ink-mute); margin-bottom: 22px; }

/* plan radio cards */
.plans { display: grid; gap: 12px; margin: 6px 0 22px; }
.plan { display: block; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); padding: 15px 18px; cursor: pointer; transition: border-color .15s, background .15s; position: relative; }
.plan:hover { border-color: var(--ink-mute); }
.plan.sel { border-color: var(--accent); background: rgba(254,58,72,0.045); }
.plan input { position: absolute; opacity: 0; pointer-events: none; }
.plan .p-row { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
.plan .p-name { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 9px; }
.plan .p-name::before { content: ''; width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--line-2); flex: none; }
.plan.sel .p-name::before { border-color: var(--accent); background: radial-gradient(circle, var(--accent) 0 44%, transparent 46%); }
.plan .p-desc { font-size: 12.5px; color: var(--ink-mute); margin-top: 5px; padding-left: 25px; }
.plan .p-price { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; white-space: nowrap; }
.plan .p-price small { display: block; text-align: right; font-weight: 500; font-size: 11px; color: var(--ink-mute); }
.plan .p-badge { position: absolute; top: -9px; right: 14px; background: var(--accent); color: #fff; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 10px; letter-spacing: 0.04em; padding: 3px 9px; border-radius: var(--r-pill); }

.bb-cta { width: 100%; justify-content: center; height: 54px; font-size: 15px; }
.bb-trust { list-style: none; margin-top: 20px; display: grid; gap: 11px; }
.bb-trust li { display: flex; gap: 11px; align-items: flex-start; font-size: 13.5px; color: var(--ink-soft); }
.bb-trust .ck { flex: none; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; margin-top: 1px; }
.bb-meta { margin-top: 18px; font-size: 12.5px; color: var(--ink-mute); display: flex; align-items: center; gap: 8px; font-family: 'Schibsted Grotesk', sans-serif; }
.bb-meta .d { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); animation: pulse 2s var(--ease) infinite; }
.bb-meta b { color: var(--violet); }

/* mini feature cards row */
.feat3 { max-width: var(--measure); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 28px); }
.feat3 .f { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; box-shadow: var(--sh-sm); }
.feat3 .f .ic { width: 30px; height: 30px; color: var(--accent); margin-bottom: 12px; }
.feat3 .f h3 { font-size: 17px; margin-bottom: 8px; }
.feat3 .f p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; }

/* feature split rows */
.fsplit { max-width: var(--measure); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.fsplit + .fsplit { margin-top: clamp(40px, 6vw, 88px); }
.fsplit.rev .fs-media { order: 2; }
.fs-media { border-radius: var(--r-lg); background: radial-gradient(120% 90% at 70% 20%, rgba(254,134,110,0.10), transparent 60%), linear-gradient(165deg, #fff, var(--bg-soft)); border: 1px solid var(--line); min-height: clamp(300px, 38vw, 440px); position: relative; overflow: hidden; display: grid; place-items: center; box-shadow: var(--sh-sm); }
.fs-media .curve3d { position: absolute; inset: 0; }
.fs-copy .eyebrow { display: block; margin-bottom: 12px; }
.fs-copy .h-2 { margin-bottom: 14px; }
.fs-copy p { color: var(--ink-soft); margin-bottom: 14px; }
.fs-copy .mini { list-style: none; display: grid; gap: 12px; margin-top: 18px; }
.fs-copy .mini li { display: flex; gap: 12px; font-size: 14px; }
.fs-copy .mini b { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; }

/* in the box */
.box-list { list-style: none; max-width: 760px; margin: 0 auto; }
.box-list li { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-top: 1px solid var(--line); }
.box-list li:last-child { border-bottom: 1px solid var(--line); }
.box-list .n { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--bg-soft); color: var(--violet); display: grid; place-items: center; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 13px; }
.box-list b { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; display: block; }
.box-list span { color: var(--ink-mute); font-size: 13.5px; }

/* assurances (shipping / warranty / returns) */
.assure { max-width: var(--measure); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 36px); }
.assure .a { padding-top: 18px; border-top: 2px solid var(--accent); }
.assure .a b { display: block; font-family: 'Schibsted Grotesk', sans-serif; font-size: 15px; margin-bottom: 6px; }
.assure .a p { font-size: 13px; color: var(--ink-mute); line-height: 1.5; }

/* cost-over-time (sensors) */
.cost { max-width: 760px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--surface); }
.cost .row { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; padding: 15px 22px; border-bottom: 1px solid var(--line); font-size: 14px; align-items: center; }
.cost .row:last-child { border-bottom: 0; }
.cost .row.head { background: var(--bg-soft); font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 11.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-mute); }
.cost .row.hl { background: rgba(254,58,72,0.05); }
.cost .row b { font-family: 'Schibsted Grotesk', sans-serif; }

/* cross-sell */
.cross { max-width: var(--measure); margin: 0 auto; background: var(--bg-soft); border-radius: var(--r-lg); padding: clamp(26px, 4vw, 44px); display: grid; grid-template-columns: auto 1fr auto; gap: clamp(20px, 3vw, 40px); align-items: center; }
.cross-img { width: clamp(110px, 14vw, 170px); height: auto; filter: drop-shadow(0 24px 38px rgba(67,22,22,0.22)); }
.cross-txt h3 { font-size: clamp(20px, 2.4vw, 28px); margin-bottom: 6px; }
.cross-txt p { color: var(--ink-soft); font-size: 14px; max-width: 48ch; }
.cross .btn { white-space: nowrap; }

/* compact reserve block for product pages */
.pre { max-width: 640px; margin: 0 auto; text-align: center; }
.pre .reserve-form { margin-top: 24px; }

@media (max-width: 900px) {
  .pdp-grid, .fsplit { grid-template-columns: 1fr; }
  .fsplit.rev .fs-media { order: 0; }
  .feat3, .assure { grid-template-columns: 1fr; gap: 18px; }
  .cross { grid-template-columns: 1fr; text-align: center; } .cross-img { margin: 0 auto; } .cross-txt p { margin: 0 auto; }
}
@media (max-width: 560px) { .cost .row { grid-template-columns: 1fr; gap: 3px; } .cost .row.head { display: none; } }

/* ─────────────────────────────────────────────────────────────
   PDP conversion kit (shop-mode patterns, not used on the home page)
   ───────────────────────────────────────────────────────────── */

/* sticky product bar: appears on scroll, persistent buy affordance */
.pbar { position: fixed; top: 66px; left: 0; right: 0; z-index: 90; background: rgba(252,248,241,0.93); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform 0.35s var(--ease); }
.pbar.show { transform: translateY(0); }
.pbar-inner { max-width: var(--measure); margin: 0 auto; height: 56px; padding: 0 var(--gutter); display: flex; align-items: center; gap: 18px; }
.pbar-id { display: flex; align-items: center; gap: 11px; min-width: 0; }
.pbar-id b { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 15px; white-space: nowrap; }
.pbar-id .pb-price { color: var(--ink-mute); font-size: 13.5px; white-space: nowrap; }
.pbar-nav { display: flex; gap: 22px; margin-left: 14px; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 500; font-size: 13.5px; color: var(--ink-soft); }
.pbar-nav a { white-space: nowrap; }
.pbar-nav a:hover, .pbar-nav a.active { color: var(--violet); }
.pbar .pbar-cta { margin-left: auto; height: 40px; padding: 0 22px; font-size: 14px; white-space: nowrap; }
@media (max-width: 820px) { .pbar-nav { display: none; } }

/* buy-box: social proof + trust badges */
.bb-social { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ink-soft); margin: 0 0 16px; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 500; }
.bb-social .av { display: flex; }
.bb-social .av i { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--bg); background: var(--grad); margin-left: -7px; display: block; }
.bb-social .av i:first-child { margin-left: 0; }
.bb-social b { color: var(--ink); font-weight: 700; }
.bb-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 18px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.bb-badges .bg { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--ink-soft); }
.bb-badges .bg svg { width: 18px; height: 18px; color: var(--violet); flex: none; }

/* social-proof / credibility band (dark, distinct from cream home sections) */
.proof { background: var(--ink); color: #FCF8F1; overflow: hidden; }
.proof .wrap { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(30px, 5vw, 76px); align-items: center; }
.proof .big { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 800; font-size: clamp(56px, 8vw, 96px); line-height: 0.95; letter-spacing: -0.04em; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.proof .big-sub { color: rgba(252,248,241,0.72); margin-top: 12px; max-width: 26ch; font-size: 15px; }
.proof blockquote { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 500; font-size: clamp(21px, 2.5vw, 30px); line-height: 1.32; letter-spacing: -0.02em; }
.proof blockquote .grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.proof cite { display: block; margin-top: 18px; font-style: normal; font-size: 13px; color: rgba(252,248,241,0.6); font-family: 'Hanken Grotesk', sans-serif; font-weight: 400; letter-spacing: 0.02em; }
.proof .pchips { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.proof .pchips span { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 11.5px; padding: 8px 14px; border-radius: var(--r-pill); background: rgba(252,248,241,0.1); }
@media (max-width: 820px) { .proof .wrap { grid-template-columns: 1fr; gap: 28px; } }
