/* =====================================================================
   OptiBelly — Homepage styles, matched to Pencil mockup "Homepage" (F1TeE).
   Loaded only on the front page. Tokens from brand-tokens.css.
   ===================================================================== */

/* Shared bits used on the homepage */
.ob-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:20px;
  padding:8px 14px;font-family:Inter;font-weight:700;font-size:.81rem;letter-spacing:.04em;color:var(--color-teal-dark)}
.ob-eyebrow--light{color:var(--color-mint)}
.ob-btn--light{background:#fff;color:var(--color-navy)}
.ob-btn--light:hover,.ob-btn--light:focus{background:var(--color-mint);color:var(--color-navy)}
.ob-stars-t{color:var(--color-teal);letter-spacing:2px;white-space:nowrap}
.ob-stars-a{color:#E8A23B;letter-spacing:1px;font-size:.9rem;white-space:nowrap}
.ob-hp-link{display:inline-flex;align-items:center;gap:6px;font-family:Inter;font-weight:600;font-size:.95rem;color:var(--color-teal-dark);margin:0}

/* ---- Hero ---- */
.ob-hp-hero{background:var(--color-mint);padding:72px 0}
.ob-hp-hero__inner{display:grid;grid-template-columns:1fr 560px;gap:64px;align-items:center}
.ob-hp-hero__copy>*{margin:0}
.ob-hp-hero__copy{display:flex;flex-direction:column;gap:24px;align-items:flex-start}
.ob-hp-hero h1{font-family:Manrope;font-weight:800;font-size:clamp(2.3rem,5vw,3.5rem);line-height:1.08;color:var(--color-navy);margin:0}
.ob-hp-hero__sub{font-size:1.125rem;line-height:1.5;color:var(--color-charcoal);max-width:48ch}
.ob-hp-hero__cta{display:flex;gap:14px;flex-wrap:wrap}
.ob-hp-hero__rating{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:500;color:var(--color-charcoal)}
.ob-hp-hero__media{display:flex;justify-content:center}
.ob-hp-hero__img{width:560px;height:480px;border-radius:28px;object-fit:cover;box-shadow:0 24px 60px rgba(22,58,95,.14)}
span.ob-hp-hero__img{min-height:480px}
/* story band */
.ob-hp-story__inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.ob-hp-story__img{width:100%;height:420px;border-radius:24px;object-fit:cover;box-shadow:0 20px 50px rgba(22,58,95,.12);display:block}
.ob-hp-story__media,span.ob-hp-story__img{display:block;width:100%}
.ob-hp-story__copy{display:flex;flex-direction:column;gap:18px;align-items:flex-start}
.ob-hp-story__eyebrow{font-family:Manrope;font-weight:700;font-size:.8rem;letter-spacing:.08em;color:#1F7A70;margin:0}
.ob-hp-story__copy h2{font-family:Manrope;font-weight:800;font-size:clamp(1.8rem,3.5vw,2.5rem);line-height:1.12;color:var(--color-navy);margin:0}
.ob-hp-story__copy p{font-size:1.075rem;line-height:1.55;color:var(--color-charcoal);margin:0;max-width:46ch}
@media(max-width:820px){.ob-hp-story__inner{grid-template-columns:1fr;gap:28px}.ob-hp-story__media{order:-1}.ob-hp-story__img{height:auto;aspect-ratio:16/10}}

/* ---- Social Proof Collage ---- */
.ob-hp-collage{background:#fff;padding:56px 0;overflow:hidden}
.ob-hp-collage__row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:0 0 20px}
.ob-hp-collage__ph{display:block;width:140px;height:175px;border-radius:14px;overflow:hidden;
  box-shadow:0 10px 26px rgba(22,58,95,.12);flex:0 0 auto}
.ob-hp-collage__ph:nth-child(odd){transform:rotate(-3deg)}
.ob-hp-collage__ph:nth-child(even){transform:rotate(3deg)}
.ob-hp-collage__img{width:140px;height:175px;border-radius:14px;object-fit:cover}
span.ob-hp-collage__img{min-height:175px}
.ob-hp-collage__stat{text-align:center;margin:6px auto 22px;max-width:640px}
.ob-hp-collage__big{display:block;font-family:Manrope;font-weight:800;font-style:italic;
  font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.1;color:var(--color-navy)}
.ob-hp-collage__big em{font-style:italic}
.ob-hp-collage__big2{display:block;font-family:Manrope;font-weight:500;
  font-size:clamp(1.4rem,3vw,2.25rem);line-height:1.1;color:var(--color-charcoal)}
.ob-hp-collage__ic{display:inline-flex;margin-top:12px}

/* ---- Trust Badges ---- */
.ob-hp-trust{background:#fff;border-top:1px solid var(--color-border,#E3EBEF);border-bottom:1px solid #E3EBEF;padding:28px 0}
.ob-hp-trust__row{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
.ob-hp-trust__item{display:flex;align-items:center;gap:12px;flex:1;min-width:200px;justify-content:center}
.ob-hp-trust__ic{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:20px;background:var(--color-mint);flex:0 0 40px}
.ob-hp-trust__label{font-family:Inter;font-weight:600;font-size:.875rem;color:var(--color-navy);line-height:1.3}

/* ---- Section heads with side link ---- */
.ob-hp-shop__head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px}
.ob-hp-shop__head h2{font-family:Manrope;font-weight:800;font-size:clamp(1.6rem,3vw,2.125rem);color:var(--color-navy);margin:0}

/* ---- Product cards (match T1wHSa) ---- */
.ob-pcard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ob-pcard{background:var(--color-mint);border:1px solid #E3EBEF;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:12px}
.ob-pcard__media{position:relative}
.ob-pcard__img{width:100%;border-radius:10px;object-fit:cover}
span.ob-pcard__img{min-height:200px}
.ob-pcard__badge{position:absolute;top:10px;left:10px;background:var(--color-navy);color:#fff;
  font-family:Manrope;font-weight:700;font-size:.66rem;letter-spacing:.04em;padding:6px 12px;border-radius:16px;z-index:2}
.ob-pcard__name{font-family:Manrope;font-weight:700;font-size:1.18rem;color:var(--color-navy);margin:0}
.ob-pcard__rating{display:flex;align-items:center;gap:6px;font-size:.82rem}
.ob-pcard__count{color:var(--color-charcoal);opacity:.7}
.ob-pcard__desc{font-size:.875rem;color:var(--color-charcoal);line-height:1.4;margin:0;flex:1}
.ob-pcard__price{display:flex;align-items:center;gap:8px}
.ob-pcard__reg{color:var(--color-charcoal);opacity:.6;text-decoration:line-through;font-size:.95rem}
.ob-pcard__sale{font-family:Manrope;font-weight:800;color:var(--color-navy);font-size:1.2rem}
.ob-pcard__save{background:#fff;color:var(--color-teal-dark);font-weight:700;font-size:.72rem;padding:3px 9px;border-radius:14px}
.ob-pcard__btn{width:100%;border-radius:24px}
.ob-pcard__ship{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.78rem;color:var(--color-charcoal);opacity:.75}

/* ---- How It Works (navy) ---- */
.ob-hp-hiw{background:var(--color-navy);color:#fff;text-align:center;padding:84px 0}
.ob-hp-hiw__head{max-width:720px;margin:0 auto 40px}
.ob-hp-hiw__head h2{font-family:Manrope;font-weight:800;font-size:clamp(1.9rem,3.5vw,2.5rem);color:#fff;margin:0}
.ob-hp-hiw__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left;margin-bottom:40px}
.ob-hp-step{background:rgba(255,255,255,.08);border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:16px}
.ob-hp-step__top{display:flex;align-items:center;gap:14px}
.ob-hp-step__num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:22px;background:var(--color-teal);color:#fff;font-family:Manrope;font-weight:800;font-size:1.1rem;flex:0 0 44px}
.ob-hp-step__ic{display:inline-flex}
.ob-hp-step__ic .ob-icon{filter:brightness(0) saturate(100%) invert(86%) sepia(11%) saturate(540%) hue-rotate(106deg) brightness(98%) contrast(95%)}
.ob-hp-step h3{font-family:Manrope;font-weight:700;font-size:1.35rem;color:#fff;margin:0}
.ob-hp-step p{font-size:.94rem;line-height:1.55;color:rgba(255,255,255,.8);margin:0}
.ob-hp-hiw__cta{display:flex;justify-content:center}

/* ---- What's Inside (mint) ---- */
.ob-hp-inside{background:var(--color-mint);text-align:center;padding:84px 0}
.ob-hp-inside__head{max-width:760px;margin:0 auto 36px}
.ob-hp-inside__head h2{font-family:Manrope;font-weight:800;font-size:clamp(1.9rem,3.5vw,2.5rem);color:var(--color-navy);margin:0 0 12px}
.ob-hp-inside__head .ob-section__lead{margin:0 auto}
.ob-hp-ing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:left;margin-bottom:30px}
.ob-hp-ing{background:#fff;border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:14px}
.ob-hp-ing__ic{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:26px;background:var(--color-mint)}
.ob-hp-ing h3{font-family:Manrope;font-weight:700;font-size:1.125rem;color:var(--color-navy);margin:0;line-height:1.25}
.ob-hp-ing p{font-size:.875rem;line-height:1.5;color:var(--color-charcoal);margin:0}
.ob-hp-inside__trust{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:16px}
.ob-hp-inside__trust span{display:inline-flex;align-items:center;gap:8px;font-family:Inter;font-weight:600;font-size:.875rem;color:var(--color-navy)}
.ob-hp-inside__fda{max-width:760px;margin:0 auto;font-size:.72rem;line-height:1.4;color:#6B7C93}

/* ---- Subscribe (navy card on white) ---- */
.ob-hp-sub{background:#fff;padding:80px 0}
.ob-hp-sub__card{background:var(--color-navy);border-radius:28px;padding:56px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.ob-hp-sub__copy{display:flex;flex-direction:column;gap:18px;align-items:flex-start}
.ob-hp-sub__copy h2{font-family:Manrope;font-weight:800;font-size:clamp(1.8rem,3vw,2.375rem);color:#fff;margin:0;line-height:1.12}
.ob-hp-sub__lead{font-size:1.06rem;line-height:1.55;color:rgba(255,255,255,.8);margin:0}
.ob-hp-sub__bullets{display:flex;flex-direction:column;gap:16px}
.ob-hp-sub__bullet{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.07);border-radius:14px;padding:14px 18px;font-family:Inter;font-weight:600;font-size:1rem;color:#fff}
.ob-hp-sub__check{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:16px;background:var(--color-teal);color:#fff;flex:0 0 32px;font-weight:800}

/* ---- Instagram (mint) ---- */
.ob-hp-ig{background:var(--color-mint);padding:72px 0}
.ob-hp-ig__head{text-align:center;margin-bottom:30px}
.ob-hp-ig__head h2{font-family:Manrope;font-weight:800;font-size:clamp(1.6rem,3vw,2.125rem);color:var(--color-navy);margin:0 0 8px}
.ob-hp-ig__head .ob-hp-link{justify-content:center}
.ob-hp-ig__tiles{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.ob-hp-ig__tile{display:block;border-radius:16px;overflow:hidden;aspect-ratio:1/1}
.ob-hp-ig__img{width:100%;height:100%;object-fit:cover;border-radius:16px}
span.ob-hp-ig__img{min-height:200px;height:100%}

/* ============ Responsive ============ */
@media(max-width:980px){
  .ob-hp-hero__inner{grid-template-columns:1fr;gap:36px}
  .ob-hp-hero__media{order:-1}
  .ob-hp-hero__img,span.ob-hp-hero__img{width:100%;max-width:460px;height:auto;aspect-ratio:7/6;min-height:0}
  .ob-pcard-grid{grid-template-columns:repeat(2,1fr)}
  .ob-hp-hiw__steps{grid-template-columns:1fr}
  .ob-hp-ing-grid{grid-template-columns:repeat(2,1fr)}
  .ob-hp-sub__card{grid-template-columns:1fr;gap:32px;padding:40px}
  .ob-hp-ig__tiles{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
  .ob-hp-hero{padding:44px 0}
  .ob-hp-hero__cta .ob-btn{width:100%}
  .ob-hp-collage__ph,.ob-hp-collage__img{width:104px;height:132px}
  span.ob-hp-collage__img{min-height:132px}
  .ob-hp-trust__row{gap:14px}
  .ob-hp-trust__item{min-width:140px;flex-basis:42%}
  .ob-pcard-grid,.ob-pcard-grid--3{grid-template-columns:1fr 1fr}
  .ob-hp-ing-grid{grid-template-columns:1fr 1fr}
  .ob-hp-ig__tiles{grid-template-columns:repeat(2,1fr)}
  .ob-hp-sub__card{padding:28px}
}
@media(max-width:380px){
  .ob-pcard-grid,.ob-pcard-grid--3{grid-template-columns:1fr}
}
