/* ============================================================
   HappyBond — staging site styles
   Brand: bulldog emblem, "HAPPY" bold + "BOND" light wordmark
   Palette: signature teal #13BEA1, plus recipe accents
   ============================================================ */

:root {
  --teal:       #13BEA1;
  --teal-deep:  #0E9F87;
  --teal-dark:  #0B7d6b;
  --ink:        #1c2b2a;   /* near-black warm */
  --ink-soft:   #46595a;
  --cream:      #f6f4ee;   /* warm off-white background */
  --cream-2:    #efece3;
  --white:      #ffffff;
  --yellow:     #F4C21A;   /* Chicken & Rice */
  --magenta:    #D6197D;   /* Pork & Sweet Potato */
  --sky:        #5BB7E6;   /* Happy Start */
  --line:       rgba(28,43,42,.12);
  --shadow:     0 18px 50px -20px rgba(11,80,70,.35);
  --radius:     22px;
  --maxw:       1180px;
  --font-head:  'Poppins', system-ui, sans-serif;
  --font-body:  'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Wordmark ---------- */
.wordmark { font-family: var(--font-head); font-weight: 300; letter-spacing: .01em;
  display: inline-flex; align-items: center; gap: 10px; }
.wordmark b { font-weight: 700; }
.wordmark .emblem { height: 1.9em; width: auto; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--ink); color: #eafaf6; text-align: center;
  font-size: 13.5px; letter-spacing: .04em; padding: 9px 16px; font-weight: 500;
}
.announce b { color: var(--teal); font-weight: 700; }

/* ---------- Nav ---------- */
header.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.86); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.nav .brand { font-size: 21px; color: var(--ink); }
.nav .brand .emblem { height: 40px; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--ink-soft); transition: color .2s; }
.nav-links a:hover { color: var(--teal-deep); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-cart { font-size: 14px; color: var(--ink-soft); font-weight: 500; }

.btn {
  font-family: var(--font-head); font-weight: 600; font-size: 14.5px;
  padding: 12px 26px; border-radius: 999px; border: none; cursor: pointer;
  background: var(--teal); color: #04352d; letter-spacing: .01em;
  transition: transform .15s ease, box-shadow .2s ease, background .2s;
  box-shadow: 0 8px 20px -8px rgba(19,190,161,.7);
  display: inline-block;
}
.btn:hover { background: var(--teal-deep); transform: translateY(-2px); color: #fff; }
.btn.ghost { background: transparent; color: var(--ink); box-shadow: none; border: 1.5px solid var(--ink); }
.btn.ghost:hover { background: var(--ink); color: #fff; }
.btn.lg { padding: 16px 38px; font-size: 16px; }
.btn.white { background: #fff; color: var(--teal-deep); }

.nav-mobile { display: none; }
.hamburger { display: none; background: none; border: none; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  background: radial-gradient(120% 120% at 80% 0%, #eafaf6 0%, var(--cream) 55%, var(--cream) 100%);
  position: relative; overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px;
  padding: 70px 0 60px; }
.eyebrow {
  font-family: var(--font-head); font-weight: 700; font-size: 12.5px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--teal-deep); margin-bottom: 18px;
  display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow::before { content:""; width: 26px; height: 2px; background: var(--teal); display:inline-block; }
.hero h1 {
  font-family: var(--font-head); font-weight: 700; line-height: 1.04;
  font-size: clamp(38px, 5vw, 62px); letter-spacing: -.02em; color: var(--ink);
}
.hero h1 .hl { color: var(--teal-deep); }
.hero p.lead { font-size: 19px; color: var(--ink-soft); margin: 22px 0 32px; max-width: 30em; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-note { font-size: 13.5px; color: var(--ink-soft); margin-top: 18px; display:flex; gap:18px; flex-wrap:wrap; }
.hero-note span { display:inline-flex; align-items:center; gap:7px; font-weight:500; }
.hero-note svg { color: var(--teal-deep); }

.hero-media { position: relative; }
.hero-media img { border-radius: 26px; box-shadow: var(--shadow); width: 100%; }
.hero-badge {
  position: absolute; bottom: -22px; left: -22px; background: #fff; border-radius: 18px;
  padding: 16px 20px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px;
}
.hero-badge .big { font-family: var(--font-head); font-weight: 800; font-size: 30px; color: var(--teal-deep); line-height: 1; }
.hero-badge .sm { font-size: 12.5px; color: var(--ink-soft); font-weight: 500; line-height: 1.25; }

/* ---------- Marquee / trust strip ---------- */
.trust { background: var(--ink); color: #cfe9e3; padding: 20px 0; }
.trust .wrap { display: flex; align-items: center; justify-content: center; gap: 42px; flex-wrap: wrap; }
.trust span { font-family: var(--font-head); font-weight: 600; letter-spacing: .06em; font-size: 15px;
  color: #dff3ee; opacity: .85; text-transform: uppercase; font-size: 14px; }
.trust .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); opacity: .9; }

/* ---------- Section scaffolding ---------- */
section { padding: 92px 0; }
.section-head { text-align: center; max-width: 40em; margin: 0 auto 54px; }
.section-head .eyebrow { justify-content: center; }
.section-head h2 {
  font-family: var(--font-head); font-weight: 700; font-size: clamp(30px, 3.6vw, 46px);
  letter-spacing: -.02em; line-height: 1.08; color: var(--ink);
}
.section-head p { font-size: 18px; color: var(--ink-soft); margin-top: 18px; }
.center { text-align:center; }
.mt40 { margin-top: 40px; }

/* ---------- System / standard ---------- */
.standard { background: var(--cream); }
.standard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.standard-media img { border-radius: var(--radius); box-shadow: var(--shadow); }
.standard h2 { font-family: var(--font-head); font-weight: 700; font-size: clamp(30px,3.4vw,44px);
  letter-spacing: -.02em; line-height: 1.1; }
.standard .lead { font-size: 18px; color: var(--ink-soft); margin: 20px 0 28px; }
.check-list { list-style: none; display: grid; gap: 16px; margin-bottom: 32px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16.5px; }
.check-list .ic { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: var(--teal);
  color: #04352d; display: grid; place-items: center; font-weight: 800; font-size: 14px; margin-top: 2px; }

/* ---------- Recipe cards ---------- */
.recipes { background: var(--white); }
.card-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.rcard {
  border-radius: var(--radius); padding: 34px 26px 30px; text-align: center; position: relative;
  border: 1px solid var(--line); background: var(--white); transition: transform .25s, box-shadow .25s;
  overflow: hidden;
}
.rcard::before { content:""; position:absolute; inset:0 0 auto 0; height: 6px; background: var(--accent); }
.rcard:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.rcard .jarwrap { height: 250px; display: grid; place-items: end center;
  background: radial-gradient(60% 60% at 50% 40%, color-mix(in srgb, var(--accent) 16%, #fff) 0%, transparent 70%); }
.rcard img { height: 240px; width: auto; filter: drop-shadow(0 16px 22px rgba(0,0,0,.16)); }
.rcard .tag { display:inline-block; font-family: var(--font-head); font-weight:700; font-size:11px; letter-spacing:.12em;
  text-transform: uppercase; color: var(--accent); margin: 20px 0 8px; }
.rcard h3 { font-family: var(--font-head); font-weight: 700; font-size: 22px; letter-spacing: -.01em; }
.rcard p { color: var(--ink-soft); font-size: 15px; margin: 10px 0 20px; min-height: 3em; }
.rcard .price { font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: 15px; margin-bottom: 18px; }
.rcard .price s { color: var(--ink-soft); font-weight: 500; opacity: .7; }

/* ---------- Advantage (dark) ---------- */
.advantage { background: linear-gradient(160deg, #0d3d36 0%, var(--ink) 70%); color: #eafaf6; }
.advantage .eyebrow { color: var(--teal); }
.advantage .eyebrow::before { background: var(--teal); }
.adv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.advantage h2 { font-family: var(--font-head); font-weight: 700; font-size: clamp(30px,3.6vw,46px);
  letter-spacing: -.02em; line-height: 1.08; color: #fff; }
.advantage .lead { color: #b9d8d1; font-size: 18px; margin: 20px 0 30px; }
.compare { display: grid; gap: 14px; }
.compare .row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 12px; align-items: center;
  padding: 14px 18px; border-radius: 14px; background: rgba(255,255,255,.05); font-size: 15px; }
.compare .row.head { background: transparent; font-family: var(--font-head); font-weight: 600; font-size: 12.5px;
  text-transform: uppercase; letter-spacing: .08em; color: #8fb8b0; padding-bottom: 4px; }
.compare .row .them { color: #cdd8d6; }
.compare .row .us { color: var(--teal); font-weight: 700; font-family: var(--font-head); }
.compare .label { color: #dbeae6; }
.adv-visual { position: relative; }
.adv-visual img { border-radius: var(--radius); box-shadow: 0 30px 60px -25px rgba(0,0,0,.6); }
.big-stat { display:flex; gap: 34px; margin-top: 34px; flex-wrap: wrap; }
.big-stat .s b { font-family: var(--font-head); font-weight: 800; font-size: 40px; color: #fff; display:block; line-height:1; }
.big-stat .s span { font-size: 13.5px; color: #a9cbc4; }

/* ---------- How it works ---------- */
.how { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { background: #fff; border-radius: var(--radius); padding: 34px 26px; position: relative; border: 1px solid var(--line); }
.step .num { font-family: var(--font-head); font-weight: 800; font-size: 15px; color: #04352d;
  width: 40px; height: 40px; border-radius: 50%; background: var(--teal); display: grid; place-items: center; margin-bottom: 20px; }
.step h3 { font-family: var(--font-head); font-weight: 700; font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 15px; }

/* ---------- Testimonials ---------- */
.testi { background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.tcard { background: var(--cream); border-radius: var(--radius); padding: 30px 28px; border: 1px solid var(--line); }
.stars { color: var(--yellow); font-size: 17px; letter-spacing: 2px; margin-bottom: 14px; }
.tcard p { font-size: 16px; color: var(--ink); font-style: italic; }
.tcard .who { margin-top: 18px; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--ink); }
.tcard .who span { display:block; font-weight: 500; font-style: normal; color: var(--ink-soft); font-size: 13px; font-family: var(--font-body); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--teal); color: #04352d; text-align: center; }
.cta-band h2 { font-family: var(--font-head); font-weight: 800; font-size: clamp(30px,4vw,50px); letter-spacing: -.02em; color:#053a31; }
.cta-band p { font-size: 18px; margin: 16px auto 30px; max-width: 34em; color: #0a4e42; }

/* ---------- FAQ ---------- */
.faq { background: var(--cream); }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  font-family: var(--font-head); font-weight: 600; font-size: 18px; color: var(--ink);
  padding: 24px 40px 24px 0; position: relative; }
.faq-q::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-size: 26px; color: var(--teal-deep); font-weight: 400; transition: transform .25s; }
.faq-item.open .faq-q::after { content: "–"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--ink-soft); font-size: 16px; }
.faq-a div { padding: 0 40px 24px 0; }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: #b9d0cb; padding: 70px 0 34px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.1); }
footer .brand { color: #fff; font-size: 22px; margin-bottom: 16px; }
footer .brand .emblem { height: 42px; }
footer p.mini { font-size: 14px; color: #8fb0aa; max-width: 26em; }
.foot-col h4 { font-family: var(--font-head); font-weight: 600; color: #fff; font-size: 14px; letter-spacing: .06em;
  text-transform: uppercase; margin-bottom: 16px; }
.foot-col a { display: block; font-size: 14.5px; color: #a9c5bf; margin-bottom: 11px; transition: color .2s; }
.foot-col a:hover { color: var(--teal); }
.news form { display: flex; gap: 8px; margin-top: 12px; }
.news input { flex: 1; padding: 12px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06); color: #fff; font-family: var(--font-body); font-size: 14px; }
.news input::placeholder { color: #7fa39c; }
.news button { padding: 12px 18px; }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; font-size: 13px; color: #7fa39c; flex-wrap: wrap; gap: 12px; }
.foot-bottom .socials { display: flex; gap: 16px; }
.staging-flag { background: var(--yellow); color: #3a2e00; font-size: 12px; font-weight: 700; text-align:center; padding: 6px; letter-spacing: .05em; }

/* ---------- Mobile ---------- */
@media (max-width: 900px) {
  .hero-grid, .standard-grid, .adv-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .card-row, .testi-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-right .btn { display: none; }
  .hamburger { display: block; }
  section { padding: 64px 0; }
  .nav-mobile { display: none; }
  .nav-mobile.open { display: block; position: absolute; top: 74px; left: 0; right: 0; background: #fff;
    border-bottom: 1px solid var(--line); padding: 16px 24px 24px; }
  .nav-mobile.open a { display: block; padding: 14px 0; font-weight: 500; border-bottom: 1px solid var(--line); }
  .nav-mobile.open .btn { display: inline-block; margin-top: 16px; }
}
@media (max-width: 560px) {
  .steps, .foot-grid { grid-template-columns: 1fr; }
  .compare .row { grid-template-columns: 1.3fr 1fr 1fr; font-size: 13px; padding: 12px; }
  .hero-badge { left: 0; }
}
