:root {
  --navy: #0C1B33;
  --navy-2: #0a1526;
  --navy-soft: #15294a;
  --gold: #D4B978;
  --gold-light: #DFC88E;
  --gold-deep: #B99A53;
  --ivory: #FAF6F0;
  --paper: #F4EFE7;
  --white: #FFFFFF;
  --ink: #0C1B33;
  --ink-60: rgba(12,27,51,.62);
  --ink-45: rgba(12,27,51,.45);
  --line: #E7DFD0;
  --display: 'Big Shoulders Display','Arial Black',Impact,sans-serif;
  --sans: 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --maxw: 1160px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; margin: 0; padding: 0; }
body { margin: 0; padding: 0; }
.fd-page {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.fd-page h1,.fd-page h2,.fd-page h3,.fd-page h4 { overflow-wrap: break-word; }
.fd-page img { display: block; max-width: 100%; border: 0; }
.fd-page a { color: inherit; text-decoration: none; }
.fd-page h1,.fd-page h2,.fd-page h3,.fd-page h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: .005em;
  line-height: .98;
}
.fd-page .up { text-transform: uppercase; }
.fd-page .gold-dot { color: var(--gold); }
.fd-page p { margin: 0; }
.fd-page .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* eyebrow */
.fd-page .eyebrow {
  font-family: var(--display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: lowercase;
  color: var(--gold-deep);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.fd-page .eyebrow::before,.fd-page .eyebrow::after { content: ''; height: 1px; width: 34px; background: var(--gold); opacity: .5; }
.fd-page .eyebrow.left { justify-content: flex-start; }
.fd-page .eyebrow.left::before { display: none; }

/* buttons */
.fd-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .15s ease,box-shadow .15s ease,background .15s,color .15s;
  line-height: 1;
  text-align: center;
}
.fd-page .btn-gold { background: var(--gold); color: var(--navy); font-size: 19px; padding: 20px 38px; box-shadow: 0 10px 30px rgba(212,185,120,.32); }
.fd-page .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(212,185,120,.42); }
.fd-page .btn-navy { background: var(--navy); color: var(--gold); font-size: 19px; padding: 20px 38px; border-color: var(--navy); }
.fd-page .btn-navy:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(12,27,51,.3); }
.fd-page .btn-ghost { background: transparent; color: var(--gold); border-color: var(--gold); font-size: 15px; padding: 13px 26px; }
.fd-page .btn-ghost:hover { background: var(--gold); color: var(--navy); }
.fd-page .btn-sm { font-size: 15px; padding: 14px 26px; }
.fd-page .gold-rule { width: 60px; height: 2px; background: var(--gold); border: 0; margin: 36px auto; }
.fd-page .compliance-bar { font-family: var(--sans); font-weight: 500; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(12,27,51,.5); text-align: center; margin-top: 18px; }
.fd-page .bg-navy .compliance-bar,.fd-page .hero .compliance-bar { color: rgba(250,246,240,.5); }

/* promo bar */
.fd-page .promo { background: var(--navy); color: var(--gold); text-align: center; padding: 13px 20px; }
.fd-page .promo span { font-family: var(--display); font-weight: 800; font-size: 14px; letter-spacing: .18em; }
.fd-page .promo b { color: var(--ivory); font-weight: 800; }

/* header */
.fd-page header { position: sticky; top: 0; z-index: 60; background: var(--navy); }
.fd-page .nav { display: flex; align-items: center; gap: 24px; padding: 16px 28px; max-width: var(--maxw); margin: 0 auto; }
.fd-page .nav .logo { height: 34px; width: auto; }
.fd-page .nav .spacer { flex: 1; }
.fd-page .nav-links { display: flex; gap: 26px; }
.fd-page .nav-links a { font-family: var(--display); font-weight: 600; font-size: 14px; letter-spacing: .08em; text-transform: lowercase; color: var(--ivory); opacity: .78; transition: opacity .15s,color .15s; }
.fd-page .nav-links a:hover { opacity: 1; color: var(--gold); }

/* hero */
.fd-page .hero { background: linear-gradient(180deg,var(--navy) 0%,var(--navy-2) 100%); color: var(--ivory); position: relative; overflow: hidden; }
.fd-page .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 80% 0%,rgba(212,185,120,.12),transparent 60%); pointer-events: none; }
.fd-page .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; padding: 70px 0 80px; position: relative; }
.fd-page .hero h1 { font-size: clamp(44px,5.6vw,76px); font-weight: 900; color: var(--white); letter-spacing: 0; line-height: 1.02; }
.fd-page .hero h1 .gold { color: var(--gold); }
.fd-page .hero .sub { font-family: var(--display); font-weight: 600; font-size: clamp(20px,2.4vw,28px); color: var(--gold-light); margin-top: 30px; letter-spacing: .01em; line-height: 1.1; }
.fd-page .checklist { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 13px; }
.fd-page .checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: 16.5px; line-height: 1.45; color: rgba(250,246,240,.9); }
.fd-page .checklist .tick { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 900; font-family: var(--display); display: flex; align-items: center; justify-content: center; font-size: 14px; margin-top: 1px; }
.fd-page .hero-cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.fd-page .hero-cta .micro { font-size: 13.5px; color: rgba(250,246,240,.6); }
.fd-page .hero-card { background: var(--white); border-radius: 16px; overflow: hidden; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.42); border: 1px solid rgba(212,185,120,.3); }
.fd-page .hero-card .pc-img { aspect-ratio: 4/5; background: var(--paper); overflow: hidden; }
.fd-page .hero-card .pc-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.fd-page .hero-card .pc-body { padding: 24px 26px 28px; }
.fd-page .hero-card .pc-tag { font-family: var(--display); font-weight: 700; font-size: 12px; letter-spacing: .2em; color: var(--gold-deep); text-transform: uppercase; }
.fd-page .hero-card .pc-name { font-family: var(--display); font-weight: 800; font-size: 26px; margin-top: 6px; }
.fd-page .hero-card .pc-desc { font-size: 14.5px; color: var(--ink-60); margin-top: 6px; }
.fd-page .hero-card .pc-price { display: flex; align-items: baseline; gap: 8px; margin-top: 18px; }
.fd-page .hero-card .pc-price .was { font-size: 20px; color: rgba(12,27,51,.4); text-decoration: line-through; font-family: var(--display); font-weight: 700; }
.fd-page .hero-card .pc-price .amt { font-family: var(--display); font-weight: 900; font-size: 42px; }
.fd-page .hero-card .pc-price .amt-sm { font-size: 14px; color: var(--ink-60); font-family: var(--sans); font-weight: 500; }
.fd-page .hero-card .btn { width: 100%; margin-top: 18px; }
.fd-page .hero-card .pc-guarantee { font-size: 13px; color: var(--ink-60); margin-top: 14px; text-align: center; }
.fd-page .hero-card .pc-guarantee b { color: var(--ink); }

/* sections */
.fd-page section { padding: 88px 0; }
.fd-page section.tight { padding: 64px 0; }
.fd-page .sec-head { text-align: center; max-width: 780px; margin: 0 auto 52px; }
.fd-page .sec-head h2 { font-size: clamp(32px,4.4vw,52px); font-weight: 900; }
.fd-page .sec-head h2 .gold { color: var(--gold-deep); }
.fd-page .sec-head p { margin-top: 18px; color: var(--ink-60); font-size: 17.5px; }
.fd-page .bg-ivory { background: var(--ivory); }
.fd-page .bg-paper { background: var(--paper); }
.fd-page .bg-navy { background: var(--navy); color: var(--ivory); }
.fd-page .bg-navy .sec-head h2 { color: var(--white); }
.fd-page .bg-navy .sec-head h2 .gold { color: var(--gold); }
.fd-page .bg-navy .sec-head p { color: rgba(250,246,240,.72); }
.fd-page .bg-navy .eyebrow { color: var(--gold); }

/* problem */
.fd-page .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.fd-page .problem-grid img { border-radius: 14px; width: 100%; object-fit: cover; box-shadow: 0 24px 60px rgba(12,27,51,.18); }
.fd-page .problem-lead { font-family: var(--display); font-weight: 700; font-size: clamp(22px,2.6vw,30px); text-transform: none; line-height: 1.18; }
.fd-page .problem-lead b { color: var(--gold-deep); }
.fd-page .problem-note { margin-top: 18px; color: var(--ink-60); font-size: 16.5px; }
.fd-page .stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 64px; padding: 0; background: transparent; }
.fd-page .stat { background: var(--navy); color: var(--ivory); border-radius: 14px; padding: 34px 24px; text-align: center; border: 1px solid rgba(212,185,120,.18); }
.fd-page .stat .n { font-family: var(--display); font-weight: 900; font-size: clamp(40px,5vw,58px); color: var(--gold); line-height: 1; }
.fd-page .stat .l { margin-top: 12px; font-size: 14.5px; color: rgba(250,246,240,.8); line-height: 1.4; }

/* benefits */
.fd-page .benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; padding: 0; background: transparent; }
.fd-page .benefit { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 32px 28px; transition: transform .18s,box-shadow .18s,border-color .18s; }
.fd-page .benefit:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(12,27,51,.1); border-color: var(--gold); }
.fd-page .benefit .num { font-family: var(--display); font-weight: 900; font-size: 18px; color: var(--gold-deep); letter-spacing: .1em; }
.fd-page .benefit h3 { font-size: 22px; margin-top: 12px; letter-spacing: .005em; line-height: 1.08; }
.fd-page .benefit p { margin-top: 12px; color: var(--ink-60); font-size: 15.5px; }

/* sublingual */
.fd-page .subl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.fd-page .subl-grid .lead { font-family: var(--display); font-weight: 700; text-transform: none; font-size: clamp(24px,3vw,34px); line-height: 1.12; }
.fd-page .pull { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(26px,3.2vw,38px); line-height: 1; color: var(--white); margin: 18px 0; }
.fd-page .pull em { font-style: normal; color: var(--gold); }
.fd-page .compare { display: grid; gap: 0; border: 1px solid rgba(212,185,120,.25); border-radius: 14px; overflow: hidden; }
.fd-page .compare .row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 16px 22px; align-items: center; border-bottom: 1px solid rgba(212,185,120,.14); font-size: 15.5px; }
.fd-page .compare .row:last-child { border-bottom: 0; }
.fd-page .compare .row .yes { font-family: var(--display); font-weight: 900; color: var(--gold); font-size: 18px; }
.fd-page .compare .head { background: rgba(212,185,120,.08); font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--gold-light); font-size: 14px; }

/* deep */
.fd-page .deep { max-width: 860px; margin: 0 auto; display: grid; gap: 24px; }
.fd-page .deep p { font-size: 17.5px; color: var(--ink-60); }
.fd-page .deep p b { color: var(--ink); }
.fd-page .callout { background: var(--navy); color: var(--ivory); border-radius: 16px; padding: 40px 42px; border: 1px solid rgba(212,185,120,.25); margin-top: 8px; }
.fd-page .callout .tag { font-family: var(--display); font-weight: 800; letter-spacing: .18em; text-transform: uppercase; font-size: 13px; color: var(--gold); }
.fd-page .callout p { color: rgba(250,246,240,.85); font-size: 16.5px; margin-top: 14px; }
.fd-page .callout p b { color: var(--white); }

/* ingredients */
.fd-page .ingredients { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.fd-page .ingredient { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 38px 36px; position: relative; overflow: hidden; }
.fd-page .ingredient::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--gold); }
.fd-page .ingredient .dose { font-family: var(--display); font-weight: 800; font-size: 13px; letter-spacing: .16em; color: var(--gold-deep); text-transform: uppercase; }
.fd-page .ingredient h3 { font-size: 34px; margin-top: 8px; text-transform: none; }
.fd-page .ingredient .role { font-family: var(--display); font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); margin-top: 6px; opacity: .55; }
.fd-page .ingredient p { margin-top: 16px; color: var(--ink-60); font-size: 15.5px; }
.fd-page .ing-why { margin-top: 30px; background: var(--ivory); border: 1px solid var(--line); border-radius: 16px; padding: 30px 34px; font-size: 16.5px; color: var(--ink-60); }
.fd-page .ing-why b { color: var(--ink); }

/* get grid */
.fd-page .get-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.fd-page .get-grid img { border-radius: 14px; width: 100%; object-fit: cover; box-shadow: 0 24px 60px rgba(12,27,51,.18); }
.fd-page .get-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 16px; }
.fd-page .get-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 17px; }
.fd-page .get-list .tick { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: var(--display); font-weight: 900; display: flex; align-items: center; justify-content: center; font-size: 14px; margin-top: 2px; }
.fd-page .get-list b { display: block; }

/* steps */
.fd-page .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.fd-page .step { text-align: center; padding: 0 12px; }
.fd-page .step .circle { width: 74px; height: 74px; border-radius: 50%; border: 2px solid var(--gold); color: var(--gold); font-family: var(--display); font-weight: 900; font-size: 32px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; background: rgba(212,185,120,.06); }
.fd-page .step h3 { font-size: 22px; }
.fd-page .step p { margin-top: 10px; color: rgba(250,246,240,.72); font-size: 15.5px; }

/* quotes */
.fd-page .quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 720px; margin-left: auto; margin-right: auto; }
.fd-page .quote .who .nm { font-size: 17px !important; }
.fd-page .quote .who-info { padding: 12px 16px 0 !important; }
.fd-page .quote .who .stars { font-size: 13px !important; letter-spacing: 2px !important; }
.fd-page .quote p { font-size: 13px !important; padding: 9px 16px 18px !important; }
.fd-page .quote { background: var(--navy-soft); border: 1px solid rgba(212,185,120,.2); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; padding: 0 !important; }
.fd-page .quote .who { display: flex; flex-direction: column; width: 100%; }
.fd-page .quote .who img { width: 100% !important; aspect-ratio: 4 / 5 !important; height: auto !important; object-fit: cover !important; object-position: center 22%; border-radius: 0 !important; border: none !important; display: block; }
.fd-page .quote .who-info { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px 0; }
.fd-page .quote .who .nm { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: 24px; color: var(--white); }
.fd-page .quote .who .stars { color: var(--gold); font-size: 16px; letter-spacing: 3px; }
.fd-page .quote p { font-size: 16px; line-height: 1.55; color: rgba(250,246,240,.9); padding: 14px 22px 26px; }
.fd-page .quote.light { background: var(--white); border-color: var(--line); }
.fd-page .quote.light .nm { color: var(--navy); }
.fd-page .quote.light p { color: var(--ink-60); }

/* faq */
.fd-page .faq-list { max-width: 840px; margin: 0 auto; display: grid; gap: 14px; }
.fd-page details { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 0; overflow: hidden; transition: border-color .15s; }
.fd-page details[open] { border-color: var(--gold); }
.fd-page summary { list-style: none; cursor: pointer; padding: 24px 28px; font-family: var(--display); font-weight: 700; font-size: 19px; text-transform: none; letter-spacing: .005em; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.fd-page summary::-webkit-details-marker { display: none; }
.fd-page summary .plus { flex: none; width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--gold); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; font-size: 20px; font-family: var(--display); font-weight: 700; transition: transform .2s; }
.fd-page details[open] summary .plus { transform: rotate(45deg); }
.fd-page details .answer { padding: 0 28px 26px; color: var(--ink-60); font-size: 16px; line-height: 1.6; }

/* guarantee */
.fd-page .guarantee { max-width: 760px; margin: 0 auto; text-align: center; color: var(--ivory); background: transparent; padding: 0; }
.fd-page .guarantee .seal { width: 96px; height: 96px; border-radius: 50%; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; font-family: var(--display); font-weight: 900; font-size: 30px; color: var(--gold); background: rgba(212,185,120,.06); line-height: .9; text-align: center; }
.fd-page .guarantee h2 { font-size: clamp(30px,4vw,46px); color: var(--white); }
.fd-page .guarantee p { margin-top: 20px; color: rgba(250,246,240,.8); font-size: 18px; }

/* final */
.fd-page .final { text-align: center; }
.fd-page .final h2 { font-size: clamp(34px,4.8vw,60px); color: var(--white); max-width: 920px; margin: 0 auto; }
.fd-page .final h2 .gold { color: var(--gold); }
.fd-page .final p { margin: 22px auto 0; color: rgba(250,246,240,.78); font-size: 18px; max-width: 620px; }
.fd-page .final .btn { margin-top: 34px; }
.fd-page .final .micro { margin-top: 18px; color: rgba(250,246,240,.6); font-size: 14px; }

/* trust badges */
.fd-page .badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 38px; margin-top: 54px; }
.fd-page .badge { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 130px; text-align: center; }
.fd-page .badge .circle { width: 54px; height: 54px; border-radius: 50%; background: var(--gold); color: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 900; font-size: 20px; }
.fd-page .badge .lbl { font-family: var(--display); font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: rgba(250,246,240,.85); line-height: 1.3; }

/* footer */
.fd-page footer { background: var(--navy-2); color: rgba(250,246,240,.7); padding: 64px 0 36px; border-top: 1px solid rgba(212,185,120,.16); }
.fd-page .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.fd-page .foot-brand img { height: 42px; margin-bottom: 18px; opacity: .5; }
.fd-page .foot-tagline { font-family: var(--display); font-weight: 800; font-size: 22px; text-transform: lowercase; color: var(--ivory); line-height: .98; margin-bottom: 14px; }
.fd-page .foot-tagline .gold-dot { color: var(--gold); }
.fd-page .foot-brand p { font-size: 14px; line-height: 1.6; max-width: 280px; }
.fd-page .foot-social { display: flex; gap: 14px; margin-top: 18px; }
.fd-page .foot-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(212,185,120,.3); display: flex; align-items: center; justify-content: center; color: var(--gold-light); transition: background .15s,color .15s; }
.fd-page .foot-social a:hover { background: var(--gold); color: var(--navy); }
.fd-page .foot-col h4 { font-family: var(--display); font-weight: 800; font-size: 14px; letter-spacing: .14em; color: var(--gold-light); margin-bottom: 16px; }
.fd-page .foot-col a { display: block; font-size: 14.5px; margin-bottom: 11px; color: rgba(250,246,240,.7); transition: color .15s; }
.fd-page .foot-col a:hover { color: var(--gold); }
.fd-page .foot-bottom { margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(212,185,120,.14); display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.fd-page .foot-bottom .legal-links { display: flex; gap: 22px; flex-wrap: wrap; }
.fd-page .foot-bottom .legal-links a { font-size: 13px; color: rgba(250,246,240,.6); }
.fd-page .foot-bottom .legal-links a:hover { color: var(--gold); }
.fd-page .foot-cert img { height: 60px; }
.fd-page .foot-copy { font-size: 13px; color: rgba(250,246,240,.5); }
.fd-page .disclaimer { max-width: var(--maxw); margin: 28px auto 0; padding: 0 28px; font-size: 12px; line-height: 1.65; color: rgba(250,246,240,.4); text-align: center; }

/* Father's Day specific */
.fd-page .fd-frame { background: var(--paper); }
.fd-page .fd-frame .wrap { max-width: 880px; text-align: center; }
.fd-page .fd-offer { background: var(--navy); color: var(--ivory); border-radius: 20px; padding: 54px 44px; border: 1px solid rgba(212,185,120,.28); text-align: center; max-width: 760px; margin: 0 auto; position: relative; overflow: hidden; }
.fd-page .fd-offer::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 0%,rgba(212,185,120,.16),transparent 60%); pointer-events: none; }
.fd-page .fd-offer .eyebrow { justify-content: center; color: var(--gold); }
.fd-page .fd-offer h2 { color: var(--white); font-size: clamp(30px,4.4vw,46px); position: relative; }
.fd-page .fd-list { list-style: none; padding: 0; margin: 26px auto 0; max-width: 470px; display: grid; gap: 13px; text-align: left; position: relative; }
.fd-page .fd-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: rgba(250,246,240,.9); line-height: 1.45; }
.fd-page .fd-list .tick { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--gold); color: var(--navy); font-family: var(--display); font-weight: 900; font-size: 13px; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.fd-page .fd-list b { color: var(--white); }
.fd-page .countdown { display: flex; gap: 14px; justify-content: center; margin: 32px 0 8px; position: relative; }
.fd-page .cd-unit { background: rgba(250,246,240,.06); border: 1px solid rgba(212,185,120,.3); border-radius: 12px; padding: 14px 10px; min-width: 76px; text-align: center; }
.fd-page .cd-unit .n { font-family: var(--display); font-weight: 900; font-size: 40px; color: var(--gold); line-height: 1; }
.fd-page .cd-unit .l { font-family: var(--display); font-weight: 600; font-size: 11px; letter-spacing: .14em; text-transform: lowercase; color: rgba(250,246,240,.6); margin-top: 6px; }
.fd-page .fd-deadline { font-size: 13.5px; color: rgba(250,246,240,.6); margin-top: 8px; position: relative; }

/* responsive */
@media (max-width: 1024px) {
  .fd-page .hero-grid { gap: 40px; }
  .fd-page .problem-grid,.fd-page .subl-grid,.fd-page .get-grid { gap: 40px; }
  .fd-page .benefits,.fd-page .steps { gap: 18px; }
}
@media (max-width: 920px) {
  .fd-page .hero-grid { grid-template-columns: 1fr; gap: 44px; padding: 60px 0 68px; }
  .fd-page .hero-card { max-width: 420px; margin: 0 auto; width: 100%; }
  .fd-page .problem-grid,.fd-page .subl-grid,.fd-page .get-grid { grid-template-columns: 1fr; gap: 40px; }
  .fd-page .problem-grid img { order: 2; max-height: 420px; }
  .fd-page .get-grid img { max-height: 460px; }
  .fd-page .benefits,.fd-page .quotes { grid-template-columns: 1fr 1fr; }
  .fd-page .steps { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .fd-page .ingredients { grid-template-columns: 1fr; }
  .fd-page .foot-grid { grid-template-columns: 1fr 1fr; gap: 30px 28px; }
  .fd-page .nav-links { display: none; }
}
@media (max-width: 600px) {
  .fd-page { font-size: 16px; }
  .fd-page .wrap { padding: 0 18px; }
  .fd-page section { padding: 56px 0; }
  .fd-page section.tight { padding: 48px 0; }
  .fd-page .sec-head { margin-bottom: 38px; }
  .fd-page .promo { padding: 11px 16px; }
  .fd-page .promo span { font-size: 11.5px; letter-spacing: .12em; }
  .fd-page .nav { padding: 13px 18px; gap: 14px; }
  .fd-page .nav .logo { height: 28px; }
  .fd-page .nav .btn { font-size: 13px; padding: 11px 16px; }
  .fd-page .hero-grid { padding: 40px 0 52px; }
  .fd-page .hero h1 { font-size: clamp(34px,9.4vw,46px); }
  .fd-page .hero .sub { font-size: 20px; margin-top: 22px; }
  .fd-page .checklist li { font-size: 15.5px; }
  .fd-page .hero-cta { flex-direction: column; align-items: stretch; gap: 14px; }
  .fd-page .hero-cta .micro { text-align: center; }
  .fd-page .benefits,.fd-page .steps,.fd-page .quotes,.fd-page .stats,.fd-page .foot-grid { grid-template-columns: 1fr; }
  .fd-page .stats { gap: 14px; }
  .fd-page .stat { padding: 26px 20px; }
  .fd-page .btn-gold,.fd-page .btn-navy { width: 100%; font-size: 17px; padding: 18px 28px; }
  .fd-page .benefit,.fd-page .callout,.fd-page .ingredient,.fd-page .ing-why { padding: 26px 22px; }
  .fd-page .ingredient h3 { font-size: 30px; }
  .fd-page .pull { font-size: 26px; }
  .fd-page .badges { gap: 24px 14px; }
  .fd-page .badge { width: 42%; }
  .fd-page .foot-grid { gap: 34px; }
  .fd-page .foot-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .fd-page summary { font-size: 17px; padding: 20px 22px; }
  .fd-page details .answer { padding: 0 22px 22px; }
  .fd-page .guarantee .seal { width: 84px; height: 84px; font-size: 26px; }
  .fd-page .fd-offer { padding: 38px 22px; }
  .fd-page .countdown { gap: 8px; }
  .fd-page .cd-unit { min-width: 60px; padding: 12px 6px; }
  .fd-page .cd-unit .n { font-size: 30px; }
}
@media (max-width: 360px) {
  .fd-page .hero h1 { font-size: 32px; }
  .fd-page .nav-links { display: none; }
  .fd-page .nav .btn { padding: 10px 13px; font-size: 12px; }
}

/* ============================================================ */
/* ADDED — header logo only, sticky bar, money-back reassurance, */
/* physician block, "different approach" Block E.                */
/* ============================================================ */

/* 1 — logo-only header, left-aligned */
.fd-page .nav.nav-logo-only { justify-content: flex-start; }

/* component styles ported from the page source (readiness charts, */
/* ingredient cards, product shot) so the static page renders 1:1  */
.fd-page .rg2-wrap { margin: 0 auto 52px; max-width: 940px; }
.fd-page .rg2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fd-page .rg2-panel { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 24px 22px 16px; box-shadow: 0 18px 44px rgba(12,27,51,.09); }
.fd-page .rg2-panel.is-chew { border: 2px solid var(--gold); box-shadow: 0 22px 52px rgba(212,185,120,.28); }
.fd-page .rg2-head { text-align: center; margin-bottom: 14px; }
.fd-page .rg2-title { font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: .05em; font-size: clamp(20px,2.6vw,26px); line-height: 1; color: var(--navy); }
.fd-page .is-pill .rg2-title { color: rgba(12,27,51,.5); }
.fd-page .rg2-sub { font-family: var(--display); font-weight: 700; text-transform: lowercase; letter-spacing: .02em; font-size: 15px; margin-top: 7px; }
.fd-page .is-pill .rg2-sub { color: rgba(12,27,51,.45); }
.fd-page .is-chew .rg2-sub { color: var(--gold-deep); }
.fd-page .rg2-panel svg { width: 100%; height: auto; display: block; }
.fd-page .rg2-wrap figcaption { margin: 22px auto 0; text-align: center; font-family: var(--sans); font-size: 15px; line-height: 1.55; color: var(--ink-60); max-width: 640px; }
.fd-page .rg2-wrap .rg-em { color: var(--gold-deep); font-weight: 600; }
.fd-page .rg-min { max-width: 760px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 44px rgba(12,27,51,.08); padding: 48px 52px; }
.fd-page .rg-min svg { width: 100%; height: auto; display: block; overflow: visible; }
@media (max-width: 600px) { .fd-page .rg-min { padding: 30px 22px; } }

/* versus-cards comparison (added alongside the checklist) */
.fd-page .cmp3 { display: grid; grid-template-columns: 1fr 54px 1fr; width: 100%; max-width: 820px; margin: 0 auto; align-items: stretch; }
.fd-page .cmp3-card { border: 1px solid var(--line); padding: 32px 32px; background: var(--white); }
.fd-page .cmp3-card.pill { border-radius: 16px 0 0 16px; }
.fd-page .cmp3-card.chew { border-radius: 0 16px 16px 0; background: var(--navy); border-color: var(--navy); box-shadow: 0 22px 52px rgba(12,27,51,.18); }
.fd-page .cmp3-tag { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: 17px; margin-bottom: 20px; }
.fd-page .cmp3-card.pill .cmp3-tag { color: var(--ink-45); }
.fd-page .cmp3-card.chew .cmp3-tag { color: var(--gold); }
.fd-page .cmp3-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.fd-page .cmp3-card li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.4; }
.fd-page .cmp3-card.pill li { color: var(--ink-60); }
.fd-page .cmp3-card.chew li { color: var(--ivory); }
.fd-page .cmp3-b { flex: none; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; margin-top: 1px; }
.fd-page .cmp3-card.pill .cmp3-b { background: #ECE6DA; color: #b3a98f; }
.fd-page .cmp3-card.chew .cmp3-b { background: var(--gold); color: var(--navy); }
.fd-page .cmp3-vs { display: flex; align-items: center; justify-content: center; }
.fd-page .cmp3-vs span { font-family: var(--display); font-weight: 700; font-size: 14px; color: var(--gold-deep); background: var(--paper); border: 1px solid var(--line); border-radius: 50%; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; }
@media (max-width: 600px) {
  .fd-page .cmp3 { grid-template-columns: 1fr; }
  .fd-page .cmp3-card.pill { border-radius: 16px 16px 0 0; }
  .fd-page .cmp3-card.chew { border-radius: 0 0 16px 16px; }
  .fd-page .cmp3-vs { padding: 10px 0; }
}

.fd-page .ig { display: grid; gap: 34px; max-width: 1000px; margin: 0 auto; }
.fd-page .ig-group-head { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.fd-page .ig-group-tag { font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: .05em; font-size: clamp(17px,2.1vw,21px); color: var(--navy); white-space: nowrap; }
.fd-page .ig-rule { flex: 1; height: 2px; background: linear-gradient(90deg, var(--gold), rgba(212,185,120,0)); }
.fd-page .ig-group-note { font-family: var(--sans); font-size: 14px; color: var(--ink-60); white-space: nowrap; }
.fd-page .ig-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fd-page .ig-card { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 30px 30px 32px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.fd-page .ig-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); }
.fd-page .ig-card:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(12,27,51,.12); border-color: var(--gold); }
.fd-page .ig-num { position: absolute; top: 14px; right: 20px; font-family: var(--display); font-weight: 900; font-size: 52px; line-height: 1; color: rgba(12,27,51,.05); pointer-events: none; }
.fd-page .ig-card-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.fd-page .ig-badge { flex: none; width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 900; font-size: 19px; }
.fd-page .ig-card--rx .ig-badge { background: var(--navy); color: var(--gold); }
.fd-page .ig-card--vit .ig-badge { background: var(--gold); color: var(--navy); font-size: 26px; }
.fd-page .ig-dose { font-family: var(--display); font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); background: rgba(212,185,120,.14); border: 1px solid rgba(212,185,120,.4); border-radius: 999px; padding: 6px 13px; }
.fd-page .ig-name { font-family: var(--display); font-weight: 800; font-size: 32px; line-height: 1; color: var(--navy); }
.fd-page .ig-role { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; color: var(--gold-deep); margin-top: 8px; }
.fd-page .ig-text { margin-top: 14px; color: var(--ink-60); font-size: 15.5px; line-height: 1.6; }
/* formula accordion (variant 4) */
.fd-page .ig-acc { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.fd-page .ig-acc-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--white); transition: border-color .15s; }
.fd-page .ig-acc-item[open] { border-color: var(--gold); }
.fd-page .ig-acc-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px; padding: 20px 24px; }
.fd-page .ig-acc-item summary::-webkit-details-marker { display: none; }
.fd-page .ig-acc-item .ig-badge { width: 40px; height: 40px; }
.fd-page .ig-badge.rx { background: var(--navy); color: var(--gold); }
.fd-page .ig-badge.vit { background: var(--gold); color: var(--navy); font-size: 24px; }
.fd-page .ig-acc-name { font-family: var(--display); font-weight: 800; font-size: 24px; color: var(--navy); line-height: 1; }
.fd-page .ig-acc-role { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: 12px; color: var(--gold-deep); margin-left: auto; }
.fd-page .ig-acc-tog { flex: none; width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--gold); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; font-size: 20px; font-family: var(--display); font-weight: 700; transition: transform .2s; }
.fd-page .ig-acc-item[open] .ig-acc-tog { transform: rotate(45deg); }
.fd-page .ig-acc-body { padding: 0 24px 22px 24px; }
.fd-page .ig-acc-body .ig-dose { display: inline-block; margin-bottom: 14px; }
.fd-page .ig-acc-body .ig-text { margin-top: 0; }
@media (max-width: 600px) {
  .fd-page .ig-acc-item summary { gap: 10px; padding: 16px 18px; flex-wrap: wrap; }
  .fd-page .ig-acc-name { font-size: 20px; }
  .fd-page .ig-acc-role { margin-left: 0; order: 5; width: 100%; }
  .fd-page .ig-acc-body { padding: 0 18px 18px; }
}
.fd-page .ig-foot { max-width: 1000px; margin: 34px auto 0; display: flex; align-items: center; gap: 16px; background: var(--ivory); border: 1px solid var(--line); border-radius: 16px; padding: 22px 28px; font-size: 16.5px; color: var(--ink-60); }
.fd-page .ig-foot b { color: var(--ink); }
.fd-page .ig-foot-ic { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: var(--gold); display: flex; align-items: center; justify-content: center; }
.fd-page .ig-foot-ic svg { width: 24px; height: 24px; }

.fd-page .chew-shot { display: flex; align-items: center; justify-content: center; }
.fd-page .chew-shot img { width: 100%; max-width: 520px; height: auto; object-fit: contain; object-position: center; background: none; border: none; border-radius: 0; padding: 0; box-shadow: none; filter: drop-shadow(0 28px 56px rgba(12,27,51,.22)) drop-shadow(0 10px 24px rgba(12,27,51,.14)); }

/* 4a — reusable money-back reassurance line */
.fd-page .fd-reassure { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-weight: 500; font-size: 13px; color: var(--ink-60); margin-top: 14px; }
.fd-page .fd-reassure .ck { color: var(--gold-deep); font-weight: 900; }
.fd-page .hero .fd-reassure,
.fd-page .bg-navy .fd-reassure,
.fd-page .fd-offer .fd-reassure { color: rgba(250,246,240,.7); }
.fd-page .hero .fd-reassure .ck,
.fd-page .bg-navy .fd-reassure .ck,
.fd-page .fd-offer .fd-reassure .ck { color: var(--gold); }

/* 3 — sticky bottom CTA bar */
.fd-page .fd-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--navy); border-top: 1px solid rgba(212,185,120,.28); box-shadow: 0 -10px 30px rgba(0,0,0,.28); padding: 10px 20px calc(10px + env(safe-area-inset-bottom)); }
.fd-page .fd-sticky-inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; gap: 18px; }
.fd-page .fd-sticky-price { font-family: var(--display); font-weight: 900; font-size: 20px; color: var(--ivory); white-space: nowrap; line-height: 1; }
.fd-page .fd-sticky-price em { font-family: var(--sans); font-style: normal; font-weight: 600; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-light); }
.fd-page .fd-sticky-price span { color: var(--gold-light); font-weight: 700; font-size: 14px; }
.fd-page .fd-sticky-reassure { display: none; align-items: center; gap: 8px; font-family: var(--sans); font-size: 13px; font-weight: 500; color: rgba(250,246,240,.7); white-space: nowrap; }
.fd-page .fd-sticky-reassure .ck { color: var(--gold); font-weight: 900; }
.fd-page .fd-sticky .btn { margin-left: auto; font-size: 16px; padding: 15px 30px; white-space: nowrap; box-shadow: none; }
@media (min-width: 900px) { .fd-page .fd-sticky-reassure { display: inline-flex; } }
@media (max-width: 600px) {
  .fd-page .fd-sticky { padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); }
  .fd-page .fd-sticky-inner { gap: 12px; }
  .fd-page .fd-sticky-price { font-size: 16px; }
  .fd-page .fd-sticky-price span { display: none; }
  .fd-page .fd-sticky .btn { font-size: 14px; padding: 13px 18px; width: auto; }
}
/* keep footer clear of the fixed bar */
.fd-page footer { padding-bottom: 104px; }
@media (max-width: 600px) { .fd-page footer { padding-bottom: 92px; } }

/* 4b — prescribing-physician trust block */
.fd-page .fd-doc { max-width: 720px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 40px 40px 38px; text-align: center; box-shadow: 0 18px 44px rgba(12,27,51,.07); }
.fd-page .fd-doc-avatar { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 18px; background: var(--navy); border: 3px solid var(--gold); overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; }
.fd-page .fd-doc-avatar::after { content: "MD"; font-family: var(--display); font-weight: 900; color: var(--gold); font-size: 24px; letter-spacing: .04em; }
.fd-page .fd-doc-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fd-page .fd-doc-name { font-family: var(--display); font-weight: 800; font-size: 22px; color: var(--navy); text-transform: none; letter-spacing: .01em; }
.fd-page .fd-doc-name span { color: var(--gold-deep); font-weight: 700; }
.fd-page .fd-doc-text { margin: 12px auto 0; max-width: 540px; color: var(--ink-60); font-size: 16.5px; line-height: 1.55; }

/* 4b-v2 — multi-physician avatar stack + statement */
.fd-page .fd-md { max-width: 880px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; gap: 44px; align-items: center; }
.fd-page .fd-md-stack { display: flex; flex: none; }
.fd-page .fd-md-stack img { width: 96px; height: 96px; border-radius: 50%; margin-left: -28px; border: 3px solid var(--navy); background: transparent; box-shadow: 0 10px 24px rgba(12,27,51,.18); }
.fd-page .fd-md-stack img:first-child { margin-left: 0; }
.fd-page .fd-md-text h2 { font-family: var(--display); font-weight: 800; font-size: clamp(26px,3.4vw,38px); line-height: 1.02; color: var(--navy); margin: 8px 0 0; text-transform: none; letter-spacing: .005em; }
@media (max-width: 720px) {
  .fd-page .fd-md { grid-template-columns: 1fr; gap: 24px; text-align: center; justify-items: center; }
  .fd-page .fd-md-stack img { width: 74px; height: 74px; margin-left: -22px; }
  .fd-page .fd-md-text .eyebrow.left { justify-content: center; }
}

/* Block E — "a different approach" · V5 meter-led editorial */
.fd-page .fd-approach .wrap { max-width: 960px; }
.fd-page .fd-approach-lede { margin: 18px auto 0; max-width: 60ch; color: var(--ink-60); font-size: 17.5px; line-height: 1.6; }
.fd-page .fd-approach-lede b { color: var(--ink); }
/* clean gold-glow product card (no grey) */
.fd-page .fd-e-prod { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: linear-gradient(180deg,#fff 0%, var(--ivory) 100%); border: 1px solid var(--line); border-radius: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 22px 54px rgba(12,27,51,.10); }
.fd-page .fd-e-prod img { width: 100%; height: 100%; object-fit: cover; }
.fd-page .fd-e-badge { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); font-family: var(--display); font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: 7px 16px; border-radius: 50px; white-space: nowrap; box-shadow: 0 8px 20px rgba(12,27,51,.22); }
/* top row: product + meter */
.fd-page .fd-e-top { display: grid; grid-template-columns: 240px 1fr; gap: 44px; align-items: center; width: 100%; max-width: 820px; margin: 38px auto 24px; text-align: left; }
.fd-page .fd-e-meter-label { font-family: var(--display); font-weight: 800; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 12px; }
.fd-page .fd-e-track { height: 18px; border-radius: 50px; background: #ECE3D2; overflow: hidden; position: relative; }
.fd-page .fd-e-fill { position: absolute; inset: 0; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: 50px; }
.fd-page .fd-e-scale { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-45); font-weight: 500; margin-top: 8px; }
.fd-page .fd-e-pull { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(26px,3.2vw,34px); line-height: 1; color: var(--navy); margin-top: 20px; }
.fd-page .fd-e-pull em { font-style: normal; color: var(--gold-deep); }
/* frictions divider bar */
.fd-page .fd-e-frbar { display: flex; justify-content: space-between; gap: 18px; width: 100%; max-width: 820px; margin: 0 auto 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; }
.fd-page .fd-e-frbar div { display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: var(--ink-60); font-weight: 500; }
.fd-page .fd-e-frbar .x { flex: none; width: 22px; height: 22px; border-radius: 7px; background: var(--navy); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 12px; }
.fd-page .fd-e-frbar s { color: var(--ink-60); text-decoration-color: var(--gold-deep); }
@media (max-width: 720px) {
  .fd-page .fd-e-top { grid-template-columns: 1fr; gap: 22px; max-width: 340px; }
  .fd-page .fd-e-prod { max-width: 260px; margin: 0 auto; width: 100%; }
  .fd-page .fd-e-frbar { flex-direction: column; align-items: flex-start; gap: 12px; }
  .fd-page .rg2 { grid-template-columns: 1fr; gap: 18px; }
  .fd-page .rg2-panel { padding: 20px 16px 14px; }
  .fd-page .rg2-wrap figcaption { font-size: 13.5px; }
  .fd-page .ig-row { grid-template-columns: 1fr; }
  .fd-page .ig-group-note { display: none; }
  .fd-page .ig-card { padding: 26px 22px 28px; }
  .fd-page .ig-name { font-size: 28px; }
  .fd-page .ig-foot { padding: 20px; font-size: 15px; }
}
@media (max-width: 920px) { .fd-page .chew-shot img { max-width: 380px; } }

/* ingredients — radial pill diagram (ported from the Prime page) */
.fd-page #ingredients.bg-navy { background: var(--navy); }
.fd-page #ingredients.bg-navy .ig-foot { background: rgba(250,246,240,.05); border-color: rgba(212,185,120,.22); color: rgba(250,246,240,.78); }
.fd-page #ingredients.bg-navy .ig-foot b { color: var(--ivory); }
.fd-page .fd-rad { position: relative; max-width: 1080px; margin: 0 auto; min-height: 600px; display: grid; grid-template-columns: 1fr 380px 1fr; align-items: center; }
.fd-page .fd-rad-wrap { grid-column: 2; position: relative; display: flex; align-items: center; justify-content: center; padding: 40px 0; }
.fd-page .fd-rad-halo { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(212,185,120,.22) 0%, rgba(212,185,120,.07) 40%, transparent 70%); filter: blur(20px); z-index: 1; }
.fd-page .fd-rad-ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 360px; height: 360px; border: 1px dashed rgba(212,185,120,.35); border-radius: 50%; z-index: 2; animation: fdRadSpin 60s linear infinite; }
.fd-page .fd-rad-ring::before { content: ''; position: absolute; top: -6px; left: 50%; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 14px var(--gold); }
@keyframes fdRadSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .fd-page .fd-rad-ring { animation: none; } }
.fd-page .fd-rad-image { position: relative; z-index: 3; width: 268px; height: 300px; background-image: url("../img/chew-two-opt.png"); background-size: contain; background-repeat: no-repeat; background-position: center; filter: drop-shadow(0 20px 40px rgba(0,0,0,.45)) drop-shadow(0 0 30px rgba(212,185,120,.22)); }
.fd-page .fd-rad-callout { position: absolute; z-index: 5; width: calc(50% - 170px); }
.fd-page .fd-rad-text { background: linear-gradient(180deg, var(--navy-soft) 0%, var(--navy-2) 100%); border: 1px solid rgba(212,185,120,.22); border-radius: 12px; padding: 16px 20px; min-width: 200px; transition: border-color .3s, box-shadow .3s, transform .3s; }
.fd-page .fd-rad-callout:hover .fd-rad-text { border-color: var(--gold); box-shadow: 0 8px 24px rgba(0,0,0,.4), 0 0 20px rgba(212,185,120,.2); transform: translateY(-2px); }
.fd-page .fd-rad-benefit { font-family: var(--display); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 6px; }
.fd-page .fd-rad-name { font-family: var(--display); font-size: 22px; font-weight: 800; color: var(--ivory); text-transform: uppercase; letter-spacing: .01em; line-height: 1; margin-bottom: 4px; }
.fd-page .fd-rad-dose { font-family: var(--sans); font-size: 12.5px; color: rgba(250,246,240,.66); }
.fd-page .fd-rad-1 { top: 8%; left: 0; }
.fd-page .fd-rad-2 { top: 8%; right: 0; }
.fd-page .fd-rad-3 { bottom: 8%; left: 0; }
.fd-page .fd-rad-4 { bottom: 8%; right: 0; }
.fd-page .fd-rad-right .fd-rad-text { text-align: right; margin-left: auto; }
.fd-page .fd-rad-left::before, .fd-page .fd-rad-right::before { content: ''; position: absolute; top: 50%; width: clamp(36px,6vw,96px); border-top: 1.5px dashed rgba(212,185,120,.5); transform: translateY(-50%); pointer-events: none; }
.fd-page .fd-rad-left::after, .fd-page .fd-rad-right::after { content: ''; position: absolute; top: 50%; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 12px var(--gold); pointer-events: none; }
.fd-page .fd-rad-left::before { left: 100%; margin-left: 12px; }
.fd-page .fd-rad-left::after { left: calc(100% + 12px + clamp(36px,6vw,96px)); transform: translate(-50%,-50%); }
.fd-page .fd-rad-right::before { right: 100%; margin-right: 12px; }
.fd-page .fd-rad-right::after { right: calc(100% + 12px + clamp(36px,6vw,96px)); transform: translate(50%,-50%); }
@media (max-width: 860px) {
  .fd-page .fd-rad { grid-template-columns: 1fr; min-height: 0; gap: 16px; }
  .fd-page .fd-rad-wrap { grid-column: 1; order: 1; padding: 10px 0; }
  .fd-page .fd-rad-halo { width: 300px; height: 300px; }
  .fd-page .fd-rad-ring { width: 240px; height: 240px; }
  .fd-page .fd-rad-image { width: 190px; height: 190px; }
  .fd-page .fd-rad-callout { position: static; width: 100%; }
  .fd-page .fd-rad-right .fd-rad-text { text-align: left; margin-left: 0; }
  .fd-page .fd-rad-left::before, .fd-page .fd-rad-left::after, .fd-page .fd-rad-right::before, .fd-page .fd-rad-right::after { display: none; }
  .fd-page .fd-rad-1 { order: 2; } .fd-page .fd-rad-2 { order: 3; } .fd-page .fd-rad-3 { order: 4; } .fd-page .fd-rad-4 { order: 5; }
}

/* "the ritual" — image band on top + 2-col text below (variant 5) */
.fd-page .ritual-sec { padding-top: 0; }
.fd-page .ritual-band { width: 100%; height: 380px; background: linear-gradient(rgba(12,27,51,.42), rgba(12,27,51,.42)), #cdbfae url("../img/couple-ritual.jpg") center 24% / cover no-repeat; margin-bottom: 52px; }
.fd-page .ritual-sec .sec-head { margin-bottom: 30px; }
.fd-page .ritual-cols { display: grid; grid-template-columns: 1.25fr 1fr; gap: 44px; max-width: 980px; margin: 0 auto; align-items: start; }
.fd-page .ritual-cols p { font-size: 17px; line-height: 1.62; color: var(--ink-60); margin: 0 0 14px; }
.fd-page .ritual-cols p:last-child { margin-bottom: 0; }
.fd-page .ritual-cols p.strong { color: var(--navy); font-weight: 600; }
@media (max-width: 720px) {
  .fd-page .ritual-band { height: 240px; margin-bottom: 32px; }
  .fd-page .ritual-cols { grid-template-columns: 1fr; gap: 18px; }
}
