/* ============================================================
   Cräveble Pizza — Editable landing page
   Design system: warm cream + deep green + tomato orange
   ============================================================ */
:root {
  --green:        #073c30;
  --green-700:    #0a4c3c;
  --green-deep:   #052b22;
  --orange:       #df4b13;
  --orange-600:   #c63f0c;
  --orange-ink:   #b23c0d;   /* AA-contrast orange for small text on light surfaces */
  --cream:        #faf7ef;
  --cream-200:    #f3ecdd;
  --paper:        #fffdfa;
  --ink:          #161b19;
  --muted:        #6b675f;
  --line:         #e7e0d2;
  --gold:         #f4b740;

  --maxw: 1180px;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(16,27,25,.06), 0 2px 6px rgba(16,27,25,.05);
  --shadow-md: 0 6px 18px rgba(16,27,25,.08), 0 2px 6px rgba(16,27,25,.05);
  --shadow-lg: 0 22px 50px rgba(16,27,25,.14), 0 8px 18px rgba(16,27,25,.08);

  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-head: 'Poppins', var(--font-body);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; }
[id] { scroll-margin-top: 96px; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* Visible keyboard focus everywhere (gold on dark surfaces) */
:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; border-radius: 3px; }
.steps :focus-visible, .club :focus-visible, .shipping-card :focus-visible,
.site-footer :focus-visible, .announce :focus-visible { outline-color: var(--gold); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0;
}
/* Section headings sit a notch below the hero so hierarchy reads as deliberate */
.section-head h2, .build-head h2, .reviews-head h2,
.steps-head h2, .club h2, .cta-inner h2 { font-weight: 700; letter-spacing: -.015em; }

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

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Eyebrows ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-head); font-weight: 700;
  text-transform: uppercase; font-size: 12px; letter-spacing: .14em;
}
.eyebrow svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow-orange { color: var(--orange-ink); }
.eyebrow-cream  { color: var(--gold); }

/* Utilities */
.announce-ico { width: 15px; height: 15px; vertical-align: -3px; margin-right: 8px; display: inline-block; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hide-sm { display: inline; }

/* ---------- Buttons ---------- */
.button {
  --btn-bg: var(--orange);
  --btn-fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700;
  font-size: 14px; letter-spacing: .01em;
  padding: 13px 24px; min-height: 46px;
  border-radius: var(--r-pill);
  border: 1.5px solid transparent;
  background: var(--btn-bg); color: var(--btn-fg);
  cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
  will-change: transform;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }

.button-orange { background: var(--orange); color: #fff; box-shadow: 0 8px 18px rgba(223,75,19,.28); }
.button-orange:hover { background: var(--orange-600); box-shadow: 0 12px 26px rgba(223,75,19,.34); }

.button-dark { background: var(--green); color: #fff; box-shadow: 0 8px 18px rgba(7,60,48,.24); }
.button-dark:hover { background: var(--green-700); box-shadow: 0 12px 26px rgba(7,60,48,.3); }

.button-outline { background: #fff; color: var(--green); border-color: var(--green); }
.button-outline:hover { background: var(--green); color: #fff; }

.button-ghost { background: transparent; color: var(--green); border-color: rgba(7,60,48,.25); }
.button-ghost:hover { background: #fff; border-color: var(--green); box-shadow: var(--shadow-sm); }

.button-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.button-ghost-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }

.button-lg { padding: 16px 30px; min-height: 54px; font-size: 15px; }
.button-sm { padding: 9px 16px; min-height: 38px; font-size: 13px; }
.button-block { width: 100%; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--green-deep); color: #f6efe2;
  text-align: center; font-size: 13px; font-weight: 500;
  letter-spacing: .01em;
}
.announce p { margin: 0; padding: 9px 16px; }

/* ---------- Header ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,253,250,.86);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.topbar.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 6px 20px rgba(16,27,25,.06);
}
.topbar-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 28px;
  height: 72px; display: flex; align-items: center; gap: 24px;
}
.brand img { height: 44px; width: auto; display: block; }
.nav { display: flex; gap: 28px; margin-left: 8px; }
.nav a {
  font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--ink);
  position: relative; padding: 8px 0;
  transition: color .15s var(--ease);
}
.nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--orange); border-radius: 2px; transition: width .22s var(--ease);
}
.nav a:hover { color: var(--orange); }
.nav a:hover::after { width: 100%; }

.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.icon-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: var(--r-pill);
  color: var(--green); transition: background .15s var(--ease), color .15s var(--ease);
}
.icon-btn:hover { background: var(--cream-200); color: var(--orange); }
.icon-btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cart-count {
  position: absolute; top: 2px; right: 2px;
  min-width: 18px; height: 18px; padding: 0 5px;
  background: var(--orange); color: #fff; border-radius: var(--r-pill);
  font-size: 11px; font-weight: 700; line-height: 18px; text-align: center;
  border: 2px solid var(--paper);
}
.header-cta { margin-left: 4px; }

/* Hamburger */
.hamburger {
  display: none; width: 42px; height: 42px; border: 0; background: transparent;
  cursor: pointer; padding: 10px; border-radius: var(--r-sm);
}
.hamburger span {
  display: block; height: 2px; border-radius: 2px; background: var(--green);
  transition: transform .25s var(--ease), opacity .2s var(--ease);
}
.hamburger span + span { margin-top: 5px; }
body.nav-open .hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .hamburger span:nth-child(2) { opacity: 0; }
body.nav-open .hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav {
  display: none; flex-direction: column; padding: 8px 28px 20px;
  background: var(--paper); border-bottom: 1px solid var(--line);
}
.mobile-nav a {
  font-family: var(--font-head); font-weight: 600; font-size: 16px;
  padding: 13px 0; border-bottom: 1px solid var(--line);
}
.mobile-nav a:last-child { border-bottom: 0; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  --hero-bg: url(assets/hero-bg.jpg);
  --hero-bg-opacity: .12;
  background:
    radial-gradient(120% 120% at 85% 0%, #fff6e9 0%, rgba(255,246,233,0) 45%),
    radial-gradient(90% 90% at 0% 100%, #fdeee0 0%, rgba(253,238,224,0) 50%),
    var(--paper);
  overflow: hidden;
}
/* Subtle, tasteful pizza-ingredient texture, masked to fade away from the copy */
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: var(--hero-bg) center/cover no-repeat;
  opacity: var(--hero-bg-opacity);
  -webkit-mask-image: radial-gradient(135% 120% at 100% 40%, #000 0%, rgba(0,0,0,.4) 46%, transparent 74%);
          mask-image: radial-gradient(135% 120% at 100% 40%, #000 0%, rgba(0,0,0,.4) 46%, transparent 74%);
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0) 88%, rgba(7,60,48,.04) 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: var(--maxw); margin: 0 auto; padding: 64px 28px 72px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero h1 {
  font-size: clamp(36px, 4.8vw, 58px); font-weight: 800;
  line-height: 1.05; text-transform: uppercase; letter-spacing: -.015em; margin: 16px 0 0;
}
.hero h1 .accent-orange { display: block; color: var(--orange); }
.hero h1 .accent-green { display: block; color: var(--green); }
.lede { font-size: 18px; color: var(--muted); max-width: 30em; margin: 20px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.avatar-stack { display: flex; }
.avatar-stack img {
  width: 42px; height: 42px; border-radius: 50%; object-fit: cover;
  border: 2.5px solid var(--paper); margin-left: -12px; box-shadow: var(--shadow-sm);
}
.avatar-stack img:first-child { margin-left: 0; }
.proof-text { display: flex; flex-direction: column; line-height: 1.2; }
.stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; }
.proof-text small { color: var(--muted); font-size: 13px; }
.proof-text strong { color: var(--ink); }

/* Hero art */
.hero-art { position: relative; }
.hero-frame {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 5px solid #fff; outline: 1.5px solid rgba(244,183,64,.8); outline-offset: 0;
  transform: rotate(-1.4deg);
  max-width: 540px; margin-left: auto;
}
.hero-frame img { width: 100%; height: auto; }
.hero-badge {
  position: absolute; background: #fff; border-radius: var(--r-md);
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700;
}
.hero-badge-rating {
  top: 14px; left: -14px; flex-direction: column; gap: 0; align-items: flex-start;
  padding: 10px 16px; line-height: 1.1;
}
.hero-badge-rating strong { color: var(--orange); font-size: 22px; }
.hero-badge-rating small { color: var(--muted); font-size: 11px; font-weight: 600; }
.hero-badge-approved {
  bottom: 18px; right: -10px; padding: 10px 16px; font-size: 13px; color: var(--green);
}
.hero-badge-approved svg {
  width: 18px; height: 18px; padding: 3px; box-sizing: content-box;
  background: var(--green); color: #fff; border-radius: 50%;
  fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round;
}

/* ============================================================
   HOW IT WORKS / STEPS
   ============================================================ */
.steps {
  background:
    radial-gradient(120% 80% at 100% 0%, var(--green-700) 0%, rgba(10,76,60,0) 60%),
    var(--green);
  color: #eaf3ee;
}
.steps-inner { max-width: var(--maxw); margin: 0 auto; padding: 72px 28px 76px; }
.steps-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.steps-head h2 { color: #fff; font-size: clamp(26px, 3.2vw, 36px); margin-top: 12px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step {
  position: relative; text-align: center; padding: 30px 22px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
}
.step:hover { transform: translateY(-4px); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.step-num {
  position: absolute; top: 14px; right: 18px;
  font-family: var(--font-head); font-weight: 800; font-size: 13px;
  color: rgba(255,255,255,.32); letter-spacing: .05em;
}
.step-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(244,183,64,.16); color: var(--gold); margin-bottom: 16px;
}
.step-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { color: #fff; font-size: 17px; margin-bottom: 8px; }
.step p { font-size: 14px; color: #c8ddd2; margin: 0; }

/* ============================================================
   FEATURED PIZZERIAS
   ============================================================ */
.pizzerias { background: var(--cream); padding: 78px 0 84px; }
.section-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 20px; margin-bottom: 34px;
}
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); margin-top: 8px; }
.link-arrow {
  font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--orange-ink);
  white-space: nowrap; display: inline-flex; align-items: center; gap: 6px;
}
.link-arrow span { transition: transform .2s var(--ease); }
.link-arrow:hover span { transform: translateX(4px); }

.pizza-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pizza-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.pizza-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.pizza-card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.pizza-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.pizza-card:hover .pizza-card-media img { transform: scale(1.06); }
.pill {
  position: absolute; display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-head); font-weight: 700; font-size: 10.5px;
  text-transform: uppercase; letter-spacing: .04em;
  padding: 5px 10px 5px 7px; border-radius: var(--r-pill);
}
.pill-approved {
  left: 10px; top: 10px; background: rgba(255,255,255,.94); color: var(--green);
  box-shadow: var(--shadow-sm); backdrop-filter: blur(4px);
}
.pill-approved svg {
  width: 14px; height: 14px; padding: 2px; box-sizing: content-box;
  background: var(--orange); color: #fff; border-radius: 50%;
  fill: none; stroke: currentColor; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round;
}
.pizza-card-body { padding: 14px 16px 18px; }
.pizza-card-body h3 { font-size: 19px; min-height: 2.3em; }
.pizza-card-body p { margin: 3px 0 10px; font-size: 13px; color: var(--muted); }
.rating { display: flex; align-items: center; gap: 5px; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--ink); }
.rating .stars-sm { color: var(--gold); font-size: 16px; }
.rating small { color: var(--muted); font-weight: 500; }

/* ============================================================
   BUILD YOUR BOX
   ============================================================ */
.build { background: var(--cream-200); padding: 80px 0 88px; }
.build-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.build-head h2 { font-size: clamp(28px, 3.4vw, 40px); margin-top: 10px; }
.build-head .sub { color: var(--muted); font-size: 16px; margin: 12px 0 0; }

.build-grid { display: grid; grid-template-columns: 1.85fr 1fr; gap: 26px; align-items: stretch; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan {
  position: relative; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 22px 20px 24px; text-align: center;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.plan:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.plan-best { border: 2px solid var(--orange); box-shadow: var(--shadow-md); }
.plan-best:hover { box-shadow: var(--shadow-lg); }
.badge {
  position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%);
  background: var(--orange); color: #fff; font-family: var(--font-head); font-weight: 800;
  text-transform: uppercase; font-size: 11px; letter-spacing: .06em;
  padding: 6px 16px; border-radius: var(--r-pill); box-shadow: 0 6px 14px rgba(223,75,19,.3);
  white-space: nowrap;
}
.badge-popular { background: var(--green); box-shadow: 0 6px 14px rgba(7,60,48,.28); }
.plan-media { aspect-ratio: 4 / 3; border-radius: var(--r-sm); overflow: hidden; margin-bottom: 16px; }
.plan-media img { width: 100%; height: 100%; object-fit: cover; }
.plan h3 { font-size: 22px; }
.plan > p { font-size: 14px; color: var(--muted); margin: 6px 0 0; min-height: 2.6em; }
.price { margin: 16px 0 18px; min-height: 58px; }
.price strong { display: block; font-family: var(--font-head); font-weight: 800; font-size: 32px; color: var(--ink); }
.price small { display: block; font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.price .free { color: var(--orange-ink); font-weight: 700; }
.plan .button { margin-top: auto; }

.shipping-card {
  background:
    radial-gradient(120% 100% at 100% 0%, var(--green-700) 0%, rgba(10,76,60,0) 55%),
    var(--green);
  color: #eaf3ee; border-radius: var(--r-md); padding: 34px 30px;
  text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
}
.shipping-card h3 { text-wrap: balance; }
.shipping-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 62px; height: 62px; border-radius: 50%; background: rgba(244,183,64,.16);
  color: var(--gold); margin-bottom: 16px;
}
.shipping-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.shipping-card h3 { color: #fff; font-size: 22px; line-height: 1.15; }
.shipping-card p { font-size: 14px; color: #c8ddd2; margin: 12px 0 22px; }
.shipping-card .button { margin-bottom: 22px; }
.ship-points { list-style: none; margin: 0; padding: 0; text-align: left; width: 100%; max-width: 260px; }
.ship-points li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: #d7e8e0; padding: 6px 0; }
.ship-points svg {
  flex: 0 0 auto; width: 14px; height: 14px; padding: 3px; box-sizing: content-box;
  background: var(--gold); color: var(--green); border-radius: 50%;
  fill: none; stroke: currentColor; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round;
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews { background: var(--paper); padding: 80px 0 78px; }
.reviews-head { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.reviews-head h2 { font-size: clamp(28px, 3.4vw, 40px); margin-top: 10px; }
.review-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.review {
  margin: 0; background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 22px 20px; display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.starline { color: var(--gold); font-size: 16px; letter-spacing: 2px; }
.review p { font-size: 14.5px; line-height: 1.55; color: var(--ink); margin: 12px 0 18px; flex: 1; }
.review footer { display: flex; align-items: center; gap: 11px; }
.review footer img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.review footer span { display: flex; flex-direction: column; line-height: 1.25; }
.review footer strong { font-family: var(--font-head); font-weight: 700; font-size: 14px; }
.review footer small { color: var(--muted); font-size: 12px; }

.press { margin-top: 50px; text-align: center; }
.press-label {
  display: block; font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  letter-spacing: .16em; font-size: 12px; color: var(--muted); margin-bottom: 18px;
}
.press-logos {
  display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap;
  gap: 18px 40px; color: #3a3a36;
}
.press-logos strong { font-weight: 700; line-height: 1; opacity: .72; transition: opacity .2s var(--ease); }
.press-logos strong:hover { opacity: 1; }
.logo-forbes { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; }
.logo-fw { font-family: var(--font-body); font-size: 18px; font-weight: 800; letter-spacing: .03em; }
.logo-thrillist { font-family: Georgia, serif; font-size: 21px; }
.logo-yahoo { font-family: Georgia, serif; font-size: 21px; position: relative; }
.logo-yahoo small { position: absolute; left: 0; right: 0; top: 102%; display: block; font-size: 8px; letter-spacing: .12em; text-align: center; font-family: var(--font-body); opacity: .85; }
.logo-mh { font-family: var(--font-body); font-size: 16px; text-transform: lowercase; font-style: italic; }

/* ============================================================
   PIZZA CLUB
   ============================================================ */
.club {
  background:
    radial-gradient(100% 120% at 0% 0%, var(--green-700) 0%, rgba(10,76,60,0) 55%),
    var(--green);
  color: #eaf3ee;
}
.club-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 72px 28px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.club h2 { color: #fff; font-size: clamp(30px, 3.6vw, 42px); margin-top: 12px; }
.club-sub { font-size: 17px; color: #c8ddd2; margin: 12px 0 22px; }
.club-list { list-style: none; margin: 0 0 28px; padding: 0; }
.club-list li { display: flex; align-items: center; gap: 12px; font-size: 16px; color: #e7f1ec; padding: 8px 0; }
.club-list svg {
  flex: 0 0 auto; width: 16px; height: 16px; padding: 4px; box-sizing: content-box;
  background: var(--gold); color: var(--green); border-radius: 50%;
  fill: none; stroke: currentColor; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round;
}
.club-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.club-art { display: flex; justify-content: center; }
.club-frame {
  border-radius: var(--r-lg); overflow: hidden; border: 5px solid rgba(255,255,255,.92);
  outline: 1.5px solid rgba(244,183,64,.65); outline-offset: 0;
  box-shadow: var(--shadow-lg); transform: rotate(1.5deg); max-width: 460px;
}
.club-frame img { width: 100%; height: auto; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.trustbar { background: var(--cream); padding: 40px 0; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-icon {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: 50%; background: #fff; border: 1px solid var(--line);
  color: var(--orange); box-shadow: var(--shadow-sm);
}
.trust-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-item strong { display: block; font-family: var(--font-head); font-weight: 700; font-size: 14.5px; }
.trust-item small { color: var(--muted); font-size: 13px; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta-band {
  background:
    radial-gradient(90% 140% at 50% 0%, #fff3e2 0%, rgba(255,243,226,0) 60%),
    var(--cream);
  padding: 76px 0 84px;
}
.cta-inner { text-align: center; max-width: 680px; }
.cta-inner h2 { font-size: clamp(28px, 3.6vw, 42px); color: var(--green); }
.cta-inner p { font-size: 17px; color: var(--muted); margin: 14px 0 28px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--green-deep); color: #cfe0d8; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding: 64px 28px 48px;
}
.footer-brand img { height: 54px; width: auto; opacity: .96; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: #9fbab0; max-width: 30em; margin: 0 0 20px; }
.newsletter { display: flex; gap: 8px; max-width: 360px; margin-bottom: 20px; }
.newsletter input {
  flex: 1; min-width: 0; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06);
  color: #fff; border-radius: var(--r-pill); padding: 0 18px; height: 44px; font-size: 14px;
  font-family: var(--font-body); transition: border-color .15s var(--ease), background .15s var(--ease);
}
.newsletter input::placeholder { color: #8aa79c; }
.newsletter input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.1); }
.socials { display: flex; gap: 10px; }
.socials a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16);
  color: #cfe0d8; transition: background .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease), transform .15s var(--ease);
}
.socials a:hover { background: var(--orange); color: #fff; border-color: var(--orange); transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.footer-col { display: flex; flex-direction: column; }
.footer-col h4 {
  font-family: var(--font-head); font-weight: 700; font-size: 13px; text-transform: uppercase;
  letter-spacing: .12em; color: #fff; margin-bottom: 16px;
}
.footer-col a { font-size: 14px; color: #9fbab0; padding: 9px 0; transition: color .15s var(--ease); }
.footer-col a:hover { color: var(--gold); }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  padding: 20px 28px;
}
.footer-bottom small { color: #8aa79c; font-size: 13px; }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a { font-size: 13px; color: #8aa79c; transition: color .15s var(--ease); }
.footer-legal a:hover { color: var(--gold); }

/* ============================================================
   SECTION PIZZA BACKGROUNDS — distinct pizza photos, ALTERNATING sections
   Hero ON · How-It-Works OFF · Pizzerias ON · Build OFF · Reviews ON · Club OFF · CTA ON
   Each ::before is the pizza photo; ::after is a cream wash that keeps text readable.
   ============================================================ */
.pizzerias, .reviews, .cta-band { position: relative; }
.container { position: relative; z-index: 1; }

.pizzerias::before, .reviews::before, .cta-band::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-position: center; background-size: cover; background-repeat: no-repeat;
}
.pizzerias::before { background-image: url(assets/bg-pizzerias.jpg); opacity: .2; }   /* cheese pizza overhead */
.reviews::before   { background-image: url(assets/bg-reviews.jpg);   opacity: .2; }   /* wood-fired pizza oven */
.cta-band::before  { background-image: url(assets/bg-cta.jpg);       opacity: .22; }  /* pepperoni slice pull */

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
/* Reveal is a progressive enhancement: only hidden when JS is present (html.js).
   Without JS the .js class is never added, so all content stays visible. */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
/* Stagger cards within a grid */
.js .pizza-cards .reveal.in:nth-child(2) { transition-delay: .06s; }
.js .pizza-cards .reveal.in:nth-child(3) { transition-delay: .12s; }
.js .pizza-cards .reveal.in:nth-child(4) { transition-delay: .18s; }
.js .pizza-cards .reveal.in:nth-child(5) { transition-delay: .24s; }
.js .steps-grid .reveal.in:nth-child(2) { transition-delay: .07s; }
.js .steps-grid .reveal.in:nth-child(3) { transition-delay: .14s; }
.js .steps-grid .reveal.in:nth-child(4) { transition-delay: .21s; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .button:hover, .pizza-card:hover, .plan:hover, .step:hover, .review:hover { transform: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner { gap: 36px; }
  .pizza-cards { grid-template-columns: repeat(3, 1fr); }
  .build-grid { grid-template-columns: 1fr; }
  .shipping-card { max-width: 560px; margin: 0 auto; width: 100%; }
}

@media (max-width: 880px) {
  .nav, .header-cta { display: none; }
  .hamburger { display: block; }
  body.nav-open .mobile-nav { display: flex; }
  .hero-inner { grid-template-columns: 1fr; padding: 44px 28px 56px; }
  .hero-art { order: -1; }
  .hero-frame { transform: none; max-width: 480px; margin: 0 auto; }
  .hero-badge-rating { left: 12px; top: 12px; }
  .hero-badge-approved { right: 12px; bottom: 12px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .review-cards { grid-template-columns: repeat(2, 1fr); }
  .club-inner { grid-template-columns: 1fr; gap: 36px; }
  .club-art { order: -1; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .hide-sm { display: none; }
  .announce p { font-size: 12px; padding: 8px 14px; }
  .container, .topbar-inner, .hero-inner, .steps-inner, .club-inner { padding-left: 20px; padding-right: 20px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .pizza-cards { grid-template-columns: 1fr 1fr; gap: 14px; }
  .pizza-cards .pizza-card:last-child { grid-column: 1 / -1; }
  .pizza-cards .pizza-card:last-child .pizza-card-media { aspect-ratio: 16 / 9; }
  .plans { grid-template-columns: 1fr; }
  .review-cards { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
  .hero-actions .button, .club-actions .button { flex: 1; }
  .pizza-card-body h3 { font-size: 17px; min-height: 0; }
}

@media (max-width: 380px) {
  .pizza-cards { grid-template-columns: 1fr; }
}
