:root {
  --cream: #fff8f1;
  --cream-deep: #f9eadc;
  --paper: #fffdf9;
  --berry: #913a57;
  --berry-dark: #70263f;
  --peach: #d87852;
  --ink: #3d3032;
  --muted: #7e6f70;
  --line: rgba(112, 38, 63, .14);
  --shadow: 0 18px 50px rgba(102, 49, 65, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.section { padding: 110px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .product-card h3 {
  font-family: "Playfair Display", serif;
  line-height: 1.04;
}
h1 { font-size: clamp(3.4rem, 7vw, 6.8rem); margin-bottom: 26px; color: var(--berry); }
h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); margin-bottom: 24px; color: var(--berry); }
h1 em, h2 em { color: var(--peach); font-weight: 600; }
.section-intro { text-align: center; color: var(--muted); max-width: 700px; margin: 0 auto 36px; }
.eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: var(--peach);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-weight: 700;
  font-size: .75rem;
  margin-bottom: 22px;
}
.eyebrow span { width: 36px; height: 1px; background: currentColor; opacity: .55; }
.eyebrow.light { color: #f6d9cc; justify-content: flex-start; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 248, 241, .9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(112, 38, 63, .06);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--berry); color: white;
  font-size: 1.1rem;
}
.brand strong { display: block; font-family: "Playfair Display", serif; color: var(--berry); font-size: 1.2rem; }
.brand small { display: block; font-size: .58rem; letter-spacing: .28em; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 600; }
.site-nav a:not(.button):hover { color: var(--berry); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.5rem; color: var(--berry); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px;
  border-radius: 999px; border: 1px solid var(--berry);
  background: var(--berry); color: white;
  font-weight: 700; box-shadow: 0 12px 26px rgba(145, 58, 87, .18);
  transition: .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--berry-dark); }
.button-small { min-height: 42px; padding-inline: 22px; }
.button-outline { background: transparent; color: var(--berry); box-shadow: none; }
.button-outline:hover { color: white; }
.button-light { background: var(--paper); color: var(--berry); border-color: transparent; }
.button-light:hover { background: #fff; color: var(--berry-dark); }
.button-ghost { background: transparent; color: white; border-color: rgba(255,255,255,.38); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.1); }

.hero {
  min-height: 710px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(216,120,82,.09), transparent 22%),
    radial-gradient(circle at 86% 74%, rgba(145,58,87,.07), transparent 24%);
}
.hero-inner { text-align: center; max-width: 900px; }
.hero-copy { font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 680px; margin: 0 auto 34px; color: var(--muted); }
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.trust-row { margin-top: 48px; display: flex; justify-content: center; flex-wrap: wrap; gap: 26px; color: var(--muted); font-size: .9rem; }
.trust-row span::before { content: "•"; color: var(--peach); margin-right: 9px; }
.decor { position: absolute; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--berry); background: #ffdcbc; box-shadow: var(--shadow); }
.decor-one { left: 5%; top: 18%; }
.decor-two { right: 6%; bottom: 15%; }

.about { text-align: center; }
.about > .container > p:not(.eyebrow) { max-width: 760px; margin: 0 auto 14px; color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; text-align: left; }
.value-card {
  background: rgba(255,255,255,.55); border: 1px solid var(--line);
  border-radius: 20px; padding: 24px; box-shadow: 0 10px 30px rgba(83,45,55,.04);
}
.value-card h3 { margin: 12px 0 2px; font-family: inherit; font-size: 1rem; }
.value-card p { color: var(--muted); margin: 0; font-size: .9rem; }
.icon-circle { width: 34px; height: 34px; border-radius: 50%; background: #f8ece8; color: var(--berry); display: grid; place-items: center; }
.stats {
  margin-top: 64px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(90deg, #fff0da, #ffd9ca);
  border-radius: 26px; overflow: hidden;
}
.stats div { padding: 34px 14px; border-right: 1px solid rgba(112,38,63,.08); }
.stats div:last-child { border: 0; }
.stats strong { display: block; color: var(--berry); font-family: "Playfair Display", serif; font-size: 2.5rem; line-height: 1; }
.stats span { display: block; margin-top: 10px; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }

.menu-section { background: #fffaf4; }
.menu-section h2, .reviews h2, .faq h2 { text-align: center; }
.filters { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; }
.filter {
  border: 1px solid var(--line); background: white; color: var(--ink);
  border-radius: 999px; padding: 10px 20px; cursor: pointer; font-weight: 700;
}
.filter.active { color: white; background: var(--berry); border-color: var(--berry); box-shadow: 0 8px 20px rgba(145,58,87,.18); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 24px;
  overflow: hidden; box-shadow: 0 14px 38px rgba(90,53,62,.07);
  transition: .22s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { aspect-ratio: 4 / 2.6; width: 100%; object-fit: cover; }
.product-content { padding: 22px; }
.product-topline { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 10px; }
.product-kicker { color: var(--peach); text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; font-weight: 800; }
.product-category { color: var(--muted); font-size: .8rem; }
.product-card h3 { font-size: 1.7rem; color: var(--berry); margin-bottom: 10px; }
.product-card p { color: var(--muted); font-size: .92rem; min-height: 70px; }
.product-footer { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 18px; }
.price { font-weight: 800; color: var(--berry); }
.badge { display: inline-block; background: white; color: var(--berry); border-radius: 999px; padding: 7px 12px; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.week-section { background: #fff7ef; }
.split-card {
  background: linear-gradient(135deg, #9d4660, #762942);
  color: white; border-radius: 32px; padding: 54px;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; box-shadow: var(--shadow);
}
.split-card h2 { color: white; font-size: clamp(2.6rem, 5vw, 4.4rem); }
.split-card > div > p:not(.eyebrow) { color: rgba(255,255,255,.78); max-width: 560px; }
.weekly-list { display: grid; gap: 10px; margin-top: 30px; }
.weekly-item { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.week-panel { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 24px; padding: 34px; align-self: center; }
.week-panel h3 { font-family: "Playfair Display", serif; font-size: 2.3rem; margin: 12px 0; }
.week-label { text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; color: #ffd9ca; }

.reviews { background: var(--cream); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.review-card { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 28px; }
.stars { color: var(--peach); letter-spacing: .12em; margin-bottom: 14px; }
.review-card p { color: var(--muted); }
.review-card strong { color: var(--berry); }

.order-section { padding-top: 80px; }
.order-card {
  background: linear-gradient(135deg, #9a425d, #6f273e);
  border-radius: 34px; padding: 58px; color: white; display: grid;
  grid-template-columns: 1fr 1fr; gap: 56px; box-shadow: 0 22px 55px rgba(103,37,60,.22);
}
.order-card h2 { color: white; }
.order-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.order-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.steps { display: grid; gap: 14px; align-content: center; }
.steps article { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; }
.step-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--berry); }
.steps p { margin: 3px 0 0; color: rgba(255,255,255,.7); font-size: .88rem; }

.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary { cursor: pointer; list-style: none; font-weight: 800; color: var(--berry); display: flex; justify-content: space-between; }
.faq summary::after { content: "+"; font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); margin: 14px 0 0; }

footer { padding: 48px 0; background: #4b2833; color: rgba(255,255,255,.72); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.footer-brand strong { color: white; }
.footer-brand small { color: rgba(255,255,255,.55); }
.footer-inner p { margin: 0; font-size: .86rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; cursor: pointer; }
  .site-nav {
    position: absolute; left: 20px; right: 20px; top: 74px;
    display: none; flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--paper); border: 1px solid var(--line); border-radius: 20px;
    padding: 14px; box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .product-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .split-card, .order-card { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats div:nth-child(2) { border-right: 0; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 640px) {
  .section { padding: 80px 0; }
  .container { width: min(100% - 28px, 1120px); }
  .hero { min-height: 650px; }
  h1 { font-size: 3.25rem; }
  .value-grid, .product-grid, .review-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .split-card, .order-card { padding: 30px 22px; border-radius: 24px; }
  .product-card p { min-height: auto; }
  .trust-row { gap: 12px 20px; }
  .decor { width: 42px; height: 42px; }
}


/* Bubbles sourdough starter feature */
.bubbles-section { padding-top: 20px; }
.bubbles-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 42px;
  align-items: center;
  padding: 48px 54px;
  background: linear-gradient(135deg, #fff2e6, #f9ddd2);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.bubbles-icon {
  width: 160px; height: 160px; border-radius: 50%;
  display: grid; place-items: center; font-size: 5rem;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(145,58,87,.12);
}
.bubbles-card h2 { margin-bottom: 18px; }
.bubbles-card p:not(.eyebrow) { color: var(--muted); max-width: 760px; }
.bubbles-eyebrow { justify-content: flex-start; }
.bubbles-badge {
  display: inline-flex; align-items: center; min-height: 38px; padding: 0 16px;
  border-radius: 999px; background: var(--berry); color: white;
  font-size: .82rem; font-weight: 800; letter-spacing: .04em;
}
.badge-link { transition: .2s ease; }
.badge-link:hover { background: var(--berry); color: white; }
@media (max-width: 700px) {
  .bubbles-card { grid-template-columns: 1fr; padding: 32px 24px; text-align: center; }
  .bubbles-icon { margin: 0 auto; width: 125px; height: 125px; font-size: 4rem; }
  .bubbles-eyebrow { justify-content: center; }
}

.review-source {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: .8rem;
  font-style: italic;
}
.review-link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 901px) {
  .reviews .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}
