/* ---------- benefits */
#benefits {
  background: var(--rind);
  color: var(--ink-on-rind);
  position: relative;
}
#benefits .section-head h2 .script { color: var(--yellow); }   /* 8.17:1 on rind */
#benefits .section-sub { color: #d8e2d6; }
.benefits-grid {
  display: grid; gap: var(--space-m);
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  max-width: 74rem; margin-inline: auto;
}
.benefits-grid li {
  border: 2px solid rgba(255,255,255,.16);
  border-radius: 14px;
  padding: var(--space-m);
  background: rgba(0,0,0,.18);
}
.benefit-stat {
  display: block; font-family: var(--font-display);
  font-size: var(--step-1); color: var(--yellow);
  letter-spacing: -0.01em; margin-bottom: 0.4rem;
}
.benefits-grid h3 { font-size: var(--step-0); margin-bottom: 0.5rem; }
.benefits-grid p { color: #e6ede4; font-size: var(--step--1); }
.benefits-shot {
  display: flex; justify-content: center; gap: var(--space-l);
  margin: var(--space-xl) auto 0; max-width: 42rem;
}
.benefits-shot picture { display: block; flex: 1; }
.benefits-shot img {
  width: 100%; height: auto; border-radius: 12px;
  background: var(--white);
}

/* ---------- order band */
#order {
  background: var(--white) url('/media/pexels-5668180-1200.jpg') center / cover;
  position: relative; text-align: center;
}
#order::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,16,14,.72), rgba(20,54,31,.82));
}
.order-inner { position: relative; max-width: 40rem; margin-inline: auto; color: var(--white); }
.order-inner h2 { font-size: var(--step-2); }
.order-inner > p { margin-top: var(--space-s); font-size: var(--step-1); }
.order-btn {
  display: inline-flex; flex-direction: column; align-items: center; gap: 0.1rem;
  margin-top: var(--space-l); padding: 1rem 2.6rem;
  background: var(--seed); color: var(--white);
  border-radius: 12px; text-decoration: none;
  border: 2px solid rgba(255,255,255,.2);
}
.order-btn:hover { background: #000; }
.order-btn-label {
  font-size: var(--step--1); letter-spacing: 0.14em;
  text-transform: uppercase; opacity: .78;
}
.order-btn-brand {
  font-family: var(--font-display); font-size: var(--step-1);
  letter-spacing: -0.01em;
}
.order-note { margin-top: var(--space-s); font-size: var(--step--1); opacity: .8; }

/* ---------- first-time offer + newsletter */
#offer {
  background: var(--yellow);
  color: var(--ink-on-yellow);          /* 11.60:1 */
  text-align: center;
}
.offer-inner { max-width: 44rem; margin-inline: auto; }
.offer-flag {
  font-family: var(--font-script); font-size: var(--step-1);
  color: var(--red); margin-bottom: 0.2rem;
}
.offer-inner h2 { font-size: var(--step-2); }
.offer-inner h2 .script { color: var(--red); font-size: 1.15em; }
.offer-terms {
  margin: var(--space-m) auto 0; max-width: 34rem;
  font-size: var(--step-0);
}

#subscribe { margin-top: var(--space-l); }
#subscribe label {
  display: block; font-weight: 700; font-size: var(--step--1);
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem;
}
.subscribe-row {
  display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap;
  max-width: 34rem; margin-inline: auto;
}
#subscribe input[type="email"] {
  flex: 1 1 16rem; min-height: 52px; padding: 0 1rem;
  border: 3px solid var(--seed); border-radius: 10px;
  font: inherit; font-size: var(--step-0); background: var(--white);
  color: var(--ink-on-white);
}
#subscribe button {
  min-height: 52px; padding: 0 1.6rem; cursor: pointer;
  background: var(--red); color: var(--ink-on-red);
  border: 3px solid var(--red); border-radius: 10px;
  font-family: var(--font-display); font-size: var(--step--1);
  text-transform: uppercase; letter-spacing: 0.05em;
}
#subscribe button:hover { background: #b81a20; border-color: #b81a20; }
#subscribe button[disabled] { opacity: .6; cursor: progress; }
.subscribe-fine {
  margin-top: var(--space-s); font-size: var(--step--1);
  max-width: 30rem; margin-inline: auto; opacity: .82;
}
.subscribe-status:not(:empty) {
  margin-top: var(--space-s); font-weight: 700;
  padding: 0.6rem 1rem; border-radius: 8px;
  background: var(--seed); color: var(--white); display: inline-block;
}
.subscribe-status[data-state="error"] { background: var(--red); }

/* ---------- instagram links */
.ig-link { display: inline-flex; align-items: center; gap: 0.5rem; }
.ig-link svg { flex: none; }

@media (max-width: 800px) {
  .benefits-shot { gap: var(--space-m); margin-top: var(--space-l); }
  .subscribe-row { flex-direction: column; }
}

/* ---------- hydrate band */
#hydrate { background: var(--white); }
.hydrate-grid {
  display: grid; gap: var(--space-l);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center; max-width: 74rem; margin-inline: auto;
}
.hydrate-copy h2 { font-size: var(--step-2); }
.hydrate-copy h2 .script { color: var(--red); font-size: 1.18em; }
.hydrate-copy > p { margin-top: var(--space-m); max-width: 32ch; font-size: var(--step-1); }
.hydrate-points { margin-top: var(--space-m); display: grid; gap: 0.5rem; }
.hydrate-points li {
  padding-left: 1.6rem; position: relative; font-weight: 600;
}
.hydrate-points li::before {
  content: ''; position: absolute; left: 0; top: 0.55em;
  width: 0.7rem; height: 0.7rem; border-radius: 50%;
  background: var(--green);            /* decoration; never text */
}
.hydrate-copy .btn { margin-top: var(--space-l); }
.hydrate-shot { display: block; }
.hydrate-shot img { width: 100%; height: auto; border-radius: 14px; }

/* ---------- the board */
.menu-board { margin: var(--space-xl) auto 0; max-width: 46rem; }
.menu-board picture { display: block; }
.menu-board img {
  width: 100%; height: auto; border-radius: 12px;
  border: 3px solid var(--rind);
}
.menu-board figcaption {
  text-align: center; margin-top: var(--space-s);
  font-size: var(--step--1); color: #4a463f;
}

@media (max-width: 800px) {
  .hydrate-grid { grid-template-columns: 1fr; }
}

/* ---------- brand showcase
   Campaign artwork, deliberately separate from the menu: some pieces show
   concept flavours that are not for sale, so nothing here sits next to a price
   or an order link. */
#brand { background: var(--white); }
.brand-grid {
  display: grid; gap: var(--space-m);
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  max-width: 74rem; margin-inline: auto;
}
.brand-grid figure { margin: 0; }
.brand-grid picture { display: block; }
.brand-grid img {
  width: 100%; height: 100%; object-fit: cover;
  aspect-ratio: 1; border-radius: 12px;
  border: 2px solid rgba(20,54,31,.12);
}
@media (max-width: 800px) {
  .brand-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-s); }
}
