*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream:   #faf6ee;
  --cream2:  #f1e8d8;
  --white:   #ffffff;
  --gold:    #c9a96e;
  --gold2:   #b3894f;
  --gold3:   #e8c98a;
  --black:   #1c1712;
  --text:    #3a3026;
  --muted:   #8a7860;
  --border:  rgba(120,95,55,0.18);
  --shadow:  rgba(90,68,38,0.14);
  --radius:  4px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Raleway', system-ui, sans-serif;
  background: var(--cream);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

/* ── ANNOUNCEMENT BAR ── */
.announcement-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 101;
  height: 2.75rem;
  line-height: 2.75rem;
  background: var(--black);
  color: var(--cream);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.announcement-bar strong { color: var(--gold3); font-weight: 500; }

/* ── NAV ── */
nav {
  position: fixed;
  top: 2.75rem; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 3rem;
  background: rgba(250,246,238,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}
.nav-logo-icon { width: 56px; display: block; }
.nav-logo-text {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.nav-logo-sub {
  font-size: 0.55rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold2);
  display: block;
  line-height: 1;
}

.nav-links { display: flex; gap: 2.2rem; list-style: none; }
.nav-links a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold2); }

.nav-cart {
  background: none;
  border: 1px solid var(--border);
  color: var(--black);
  padding: 0.55rem 1.2rem;
  border-radius: 2px;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-cart:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }
.cart-count {
  background: var(--gold);
  color: var(--black);
  border-radius: 50%;
  width: 18px; height: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem;
  font-weight: 600;
}

/* ── HERO (full-bleed photo) ── */
.hero-photo {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-photo-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 45%;
  z-index: 0;
}
.hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(28,23,18,0.1) 0%, rgba(28,23,18,0.5) 55%, rgba(28,23,18,0.82) 100%);
}
.hero-photo-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: calc(2.75rem + 7rem) 3rem 5rem;
  text-align: center;
  color: var(--cream);
  width: 100%;
}
.hero-photo .hero-eyebrow { justify-content: center; color: var(--gold3); }
.hero-photo .hero-eyebrow::before { background: var(--gold3); }
.hero-photo .hero-title { color: var(--cream); }
.hero-photo .hero-title em { color: var(--gold3); }
.hero-photo .hero-tagline { color: rgba(250,246,238,0.8); }
.hero-photo .hero-desc { color: rgba(250,246,238,0.88); opacity: 1; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-photo .hero-btns { justify-content: center; }
.hero-photo .btn-outline { color: var(--cream); border-color: rgba(250,246,238,0.45); }
.hero-photo .btn-outline:hover { border-color: var(--gold3); color: var(--gold3); }

.hero-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold2);
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold2); }

.hero-title {
  font-family: 'Jost', sans-serif;
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
  color: var(--black);
}
.hero-title em { font-style: italic; color: var(--gold2); }

.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--muted);
  font-weight: 400;
  margin-bottom: 2.2rem;
}

.hero-desc {
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--text);
  opacity: 0.85;
  font-weight: 300;
  margin-bottom: 3rem;
  max-width: 420px;
}

.hero-btns { display: flex; gap: 1rem; align-items: center; }

.btn-primary {
  background: var(--gold);
  color: var(--black);
  border: none;
  padding: 1rem 2.4rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.25s;
  text-decoration: none;
  display: inline-block;
}
.btn-primary:hover { background: var(--gold3); transform: translateY(-1px); box-shadow: 0 8px 24px var(--shadow); }

.btn-outline {
  background: none;
  color: var(--black);
  border: 1px solid var(--border);
  padding: 1rem 2.4rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.25s;
  text-decoration: none;
  display: inline-block;
}
.btn-outline:hover { border-color: var(--gold2); color: var(--gold2); }

.placeholder-label {
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  position: relative;
  z-index: 1;
}

/* ── BENEFITS BAR ── */
.benefits-bar { background: var(--gold); padding: 2.4rem 3rem; }
.benefits-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 2rem; }
.benefit-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.6rem; }
.benefit-icon { width: 34px; height: 34px; color: var(--white); flex-shrink: 0; }
.benefit-text strong { display: block; font-size: 0.76rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--black); margin-bottom: 0.1rem; }
.benefit-text span { font-size: 0.66rem; color: rgba(28,23,18,0.65); letter-spacing: 0.04em; }

/* ── SECTION LABEL ── */
.section-label {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold2);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}
.section-label::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold2); }

/* ── PRODUCT SECTION ── */
.products-section { padding: 8rem 3rem; max-width: 1200px; margin: 0 auto; position: relative; }
.products-header { text-align: center; margin-bottom: 5rem; }
.products-header h2 { font-family: 'Jost', sans-serif; font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 300; color: var(--black); line-height: 1.1; margin-bottom: 1rem; }
.products-header p { color: var(--muted); font-size: 0.87rem; line-height: 1.8; font-weight: 300; max-width: 480px; margin: 0 auto; }

.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.product-card {
  cursor: pointer;
  transition: opacity 0.2s;
  text-align: center;
  position: relative;
}
.product-card:hover { opacity: 0.82; }

.product-badge {
  position: absolute;
  top: 0.5rem; right: 0.5rem;
  background: var(--gold);
  color: var(--black);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 2px;
  z-index: 2;
}

.product-photo {
  height: 340px;
  background: linear-gradient(180deg, var(--cream2) 0%, var(--white) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.4rem;
}

.jar { width: 132px; height: 210px; position: relative; }
.jar-lid {
  height: 32px;
  background: linear-gradient(180deg, var(--gold3), var(--gold2));
  border-radius: 6px 6px 2px 2px;
  box-shadow: inset 0 -3px 6px rgba(28,23,18,0.15);
  position: relative;
  z-index: 2;
}
.jar-body {
  height: calc(100% - 28px);
  margin-top: -4px;
  background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(241,232,216,0.55));
  border: 1px solid var(--border);
  border-radius: 3px 3px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.jar-body::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 28% 15%, rgba(255,255,255,0.7), transparent 55%);
}
.jar-label {
  position: relative;
  z-index: 1;
  width: 76%;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 0.7rem 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.jar-label-brand { font-size: 0.48rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold2); }
.jar-label-name { font-family: 'Jost', sans-serif; font-size: 0.82rem; color: var(--black); }

.product-name { font-family: 'Jost', sans-serif; font-size: 1.3rem; font-weight: 400; color: var(--black); margin-bottom: 0.3rem; letter-spacing: 0.02em; }
.product-variant { font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold2); margin-bottom: 0.7rem; }
.product-price { font-family: 'Jost', sans-serif; font-size: 1.3rem; font-weight: 400; color: var(--black); margin-bottom: 0.9rem; }
.product-price sub { font-size: 0.82rem; font-family: 'Raleway', sans-serif; font-weight: 300; color: var(--muted); vertical-align: baseline; }
.product-add {
  background: none;
  border: 1px solid var(--gold2);
  color: var(--gold2);
  padding: 0.6rem 1.4rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s;
}
.product-add:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }

/* ── ABOUT SECTION ── */
.about-section { background: var(--cream2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 8rem 3rem; }
.about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center; }

.about-visual { position: relative; }
.about-img-box {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.about-img-box img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }

.about-accent {
  position: absolute;
  bottom: -1.5rem; right: -1.5rem;
  width: 180px;
  aspect-ratio: 1;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  box-shadow: 0 12px 30px var(--shadow);
}
.about-accent-num { font-family: 'Jost', sans-serif; font-size: 3rem; font-weight: 300; color: var(--gold2); line-height: 1; }
.about-accent-label { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }

.about-text h2 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 500; line-height: 1.1; color: var(--black); margin-bottom: 1.8rem; }
.about-text p { font-size: 0.88rem; line-height: 1.9; color: var(--text); opacity: 0.85; font-weight: 300; margin-bottom: 1.4rem; }

.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid var(--border); }
.stat-num { font-family: 'Jost', sans-serif; font-size: 2.2rem; font-weight: 300; color: var(--gold2); line-height: 1; margin-bottom: 0.3rem; }
.stat-label { font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }

/* ── INGREDIENTS ── */
.ingredients-section { padding: 8rem 3rem; max-width: 1200px; margin: 0 auto; text-align: center; }
.ingredients-section h2 { font-family: 'Jost', sans-serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; color: var(--black); margin-bottom: 1rem; }
.ingredients-section > p { color: var(--muted); font-size: 0.87rem; line-height: 1.8; font-weight: 300; max-width: 480px; margin: 0 auto 2rem; }
.ingredients-more { display: inline-block; margin-bottom: 3rem; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold2); text-decoration: none; border-bottom: 1px solid var(--gold2); padding-bottom: 2px; }
.ingredients-more:hover { color: var(--black); border-color: var(--black); }

.ingredients-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.ingredient-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 2.5rem 2rem; text-align: left; }
.ingredient-icon { width: 40px; height: 40px; color: var(--gold2); margin-bottom: 1.2rem; }
.ingredient-name { font-family: 'Jost', sans-serif; font-size: 1.3rem; font-weight: 400; color: var(--black); margin-bottom: 0.6rem; }
.ingredient-desc { font-size: 0.78rem; line-height: 1.75; color: var(--muted); font-weight: 300; }

/* ── SPLIT SECTION (photo | text) ── */
.split-section { padding: 6rem 3rem; max-width: 1200px; margin: 0 auto; }
.split-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.split-media { order: 1; }
.split-text { order: 2; }
.split-section.reverse .split-media { order: 2; }
.split-section.reverse .split-text { order: 1; }
.split-media img { width: 100%; height: 440px; object-fit: cover; border-radius: 4px; display: block; }
.split-text h2 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.9rem, 3vw, 2.6rem); font-weight: 500; color: var(--black); margin-bottom: 1.4rem; }
.split-text p { font-size: 0.9rem; line-height: 1.9; color: var(--text); opacity: 0.85; font-weight: 300; margin-bottom: 1.8rem; }

/* ── PHOTO STRIP ── */
.photo-strip { width: 100%; height: 340px; overflow: hidden; }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── NEWSLETTER (+ menu columns) ── */
.newsletter-section { background: var(--cream2); padding: 6rem 3rem; }
.newsletter-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 4rem; }
.newsletter-signup h2 { font-family: 'Jost', sans-serif; font-size: clamp(1.6rem, 2.6vw, 2.2rem); font-weight: 300; color: var(--black); margin-bottom: 0.8rem; }
.newsletter-signup > p { color: var(--muted); font-size: 0.85rem; margin-bottom: 1.8rem; max-width: 380px; }
.newsletter-form { display: flex; flex-direction: column; gap: 0.7rem; max-width: 420px; }
.newsletter-form-row { display: flex; gap: 0.8rem; }
.newsletter-input {
  flex: 1;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 0.9rem 1.2rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.82rem;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.2s;
}
.newsletter-input::placeholder { color: var(--muted); }
.newsletter-input:focus { border-color: var(--gold2); }
.newsletter-btn {
  background: var(--gold);
  color: var(--black);
  border: none;
  padding: 0.9rem 1.5rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.2s;
  white-space: nowrap;
}
.newsletter-btn:hover { background: var(--gold3); }
.footer-col h4 { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold2); font-weight: 400; margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a { color: var(--muted); text-decoration: none; font-size: 0.78rem; font-weight: 300; transition: color 0.2s; }
.footer-col a:hover { color: var(--black); }

/* ── FOOTER (slim seal) ── */
footer { background: var(--black); padding: 3.2rem 3rem 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-seal { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; margin-bottom: 2.2rem; }
.footer-seal img { width: 46px; }
.footer-seal-word { font-family: 'Jost', sans-serif; font-size: 1rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--cream); }
.footer-seal-tag { font-size: 0.55rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold3); }
.footer-legal { font-size: 0.66rem; color: rgba(250,246,238,0.55); line-height: 1.7; text-align: center; margin-bottom: 1.4rem; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
  justify-content: center;
  align-items: center;
  font-size: 0.66rem;
  color: rgba(250,246,238,0.5);
  border-top: 1px solid rgba(250,246,238,0.12);
  padding-top: 1.3rem;
}
.footer-bottom a { color: rgba(250,246,238,0.7); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold3); }
.footer-legal-links { display: flex; gap: 1.2rem; flex-wrap: wrap; justify-content: center; }

/* ── CART SIDEBAR ── */
.cart-overlay { position: fixed; inset: 0; background: rgba(28,23,18,0.45); z-index: 200; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.cart-overlay.open { opacity: 1; pointer-events: all; }

.cart-sidebar {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 420px;
  background: var(--cream);
  border-left: 1px solid var(--border);
  z-index: 201;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
}
.cart-sidebar.open { transform: translateX(0); }

.cart-header { padding: 2rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.cart-header h3 { font-family: 'Jost', sans-serif; font-size: 1.4rem; font-weight: 400; color: var(--black); letter-spacing: 0.05em; }
.cart-close { background: none; border: none; color: var(--muted); font-size: 1.2rem; cursor: pointer; padding: 4px; transition: color 0.2s; }
.cart-close:hover { color: var(--black); }

.cart-items { flex: 1; overflow-y: auto; padding: 1.5rem 2rem; }
.cart-empty { text-align: center; padding: 4rem 2rem; color: var(--muted); font-size: 0.85rem; }
.cart-empty-icon { font-size: 2.5rem; margin-bottom: 1rem; opacity: 0.4; }

.cart-item { display: flex; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--border); align-items: center; }
.cart-item-img {
  width: 60px; height: 70px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 1.5rem;
}
.cart-item-info { flex: 1; }
.cart-item-name { font-family: 'Jost', sans-serif; font-size: 1.1rem; color: var(--black); margin-bottom: 0.2rem; }
.cart-item-variant { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.5rem; }
.cart-item-price { font-size: 0.88rem; color: var(--gold2); }
.cart-item-qty { display: flex; align-items: center; gap: 0.5rem; }
.qty-btn {
  width: 26px; height: 26px;
  background: none;
  border: 1px solid var(--border);
  color: var(--black);
  cursor: pointer;
  border-radius: 2px;
  font-size: 0.8rem;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s;
}
.qty-btn:hover { border-color: var(--gold2); color: var(--gold2); }
.qty-num { font-size: 0.82rem; color: var(--black); min-width: 20px; text-align: center; }
.cart-item-remove { background: none; border: none; color: var(--muted); cursor: pointer; font-size: 0.75rem; padding: 2px 4px; transition: color 0.15s; }
.cart-item-remove:hover { color: #b5443f; }

.cart-footer { padding: 1.5rem 2rem 2rem; border-top: 1px solid var(--border); }
.cart-subtotal { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.6rem; }
.cart-subtotal-label { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }
.cart-subtotal-val { font-family: 'Jost', sans-serif; font-size: 1.5rem; color: var(--gold2); }
.cart-shipping-note { font-size: 0.65rem; color: var(--muted); margin-bottom: 1.5rem; }
.cart-checkout-btn {
  width: 100%;
  background: var(--gold);
  color: var(--black);
  border: none;
  padding: 1.1rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s;
}
.cart-checkout-btn:hover { background: var(--gold3); }
.cart-checkout-btn:disabled { opacity: 0.6; cursor: default; }

/* ── TOAST ── */
.toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(6rem);
  background: var(--black);
  border: 1px solid var(--gold);
  color: var(--cream);
  padding: 1rem 2rem;
  border-radius: 3px;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  z-index: 300;
  white-space: nowrap;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ── MODAL PRODUCT ── */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(28,23,18,0.6);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.modal-backdrop.open { opacity: 1; pointer-events: all; }
.modal-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  max-width: 860px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  transform: translateY(20px);
  transition: transform 0.3s;
}
.modal-backdrop.open .modal-box { transform: translateY(0); }
.modal-img { background: var(--cream2); display: flex; align-items: center; justify-content: center; padding: 3rem; position: relative; }
.modal-img::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 40%, rgba(201,169,110,0.14) 0%, transparent 60%); }
.modal-info { padding: 3rem; }
.modal-close-btn {
  position: absolute;
  top: 1.2rem; right: 1.2rem;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--muted);
  width: 32px; height: 32px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.modal-close-btn:hover { border-color: var(--gold2); color: var(--gold2); }
.modal-product-name { font-family: 'Jost', sans-serif; font-size: 2rem; font-weight: 300; color: var(--black); margin-bottom: 0.3rem; }
.modal-variant { font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold2); margin-bottom: 1.4rem; }
.modal-price { font-family: 'Jost', sans-serif; font-size: 2.2rem; color: var(--gold2); margin-bottom: 1.8rem; }
.modal-desc { font-size: 0.84rem; line-height: 1.85; color: var(--text); opacity: 0.85; font-weight: 300; margin-bottom: 2rem; }
.modal-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.modal-tag { border: 1px solid var(--border); padding: 0.3rem 0.8rem; border-radius: 2px; font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }
.modal-qty-row { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.2rem; }
.modal-qty-control { display: flex; align-items: center; gap: 0; border: 1px solid var(--border); border-radius: 2px; overflow: hidden; }
.modal-qty-btn { width: 36px; height: 36px; background: none; border: none; color: var(--black); cursor: pointer; font-size: 1rem; transition: background 0.15s; }
.modal-qty-btn:hover { background: var(--cream2); }
.modal-qty-display { width: 44px; text-align: center; font-size: 0.9rem; color: var(--black); border-left: 1px solid var(--border); border-right: 1px solid var(--border); height: 36px; display: flex; align-items: center; justify-content: center; }
.modal-add-btn {
  flex: 1;
  background: var(--gold);
  color: var(--black);
  border: none;
  padding: 0.9rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.2s;
}
.modal-add-btn:hover { background: var(--gold3); }

/* ── SUB-PAGE HEADER (Blog / Kaffeewissen) ── */
.page-header {
  padding: calc(10rem + 2.75rem) 3rem 4rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.page-header-sprig { width: 70px; margin: 0 auto 1.5rem; opacity: 0.8; display: block; }
.page-header h1 { font-family: 'Jost', sans-serif; font-size: clamp(2.4rem, 4.5vw, 3.6rem); font-weight: 300; color: var(--black); margin-bottom: 1.2rem; line-height: 1.1; }
.page-header p { font-size: 0.92rem; line-height: 1.85; color: var(--muted); font-weight: 300; max-width: 560px; margin: 0 auto; }

/* ── BLOG ── */
.article-grid { max-width: 1200px; margin: 0 auto; padding: 0 3rem 6rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.article-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 2.2rem; display: flex; flex-direction: column; }
.article-card-tag { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold2); margin-bottom: 0.9rem; }
.article-card h3 { font-family: 'Jost', sans-serif; font-size: 1.4rem; font-weight: 400; color: var(--black); margin-bottom: 0.8rem; line-height: 1.25; }
.article-card p { font-size: 0.82rem; line-height: 1.75; color: var(--muted); font-weight: 300; margin-bottom: 1.4rem; flex: 1; }
.article-card a { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold2); text-decoration: none; border-bottom: 1px solid var(--gold2); align-self: flex-start; padding-bottom: 2px; }
.article-card a:hover { color: var(--black); border-color: var(--black); }

.article-full { max-width: 720px; margin: 0 auto; padding: 5rem 3rem; border-top: 1px solid var(--border); scroll-margin-top: 5rem; }
.article-full-tag { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold2); margin-bottom: 1rem; }
.article-full h2 { font-family: 'Jost', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 300; color: var(--black); margin-bottom: 1.6rem; line-height: 1.15; }
.article-full p { font-size: 0.92rem; line-height: 1.95; color: var(--text); font-weight: 300; margin-bottom: 1.4rem; }
.article-full .pull-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.4rem; color: var(--gold2); line-height: 1.5; margin: 2rem 0; padding-left: 1.4rem; border-left: 2px solid var(--gold); }
.article-back { display: inline-block; margin-top: 1rem; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); text-decoration: none; }
.article-back:hover { color: var(--gold2); }

/* ── KAFFEEWISSEN ── */
.knowledge-section { max-width: 900px; margin: 0 auto; padding: 3rem 3rem 5rem; }
.knowledge-section h2 { font-family: 'Jost', sans-serif; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 300; color: var(--black); margin-bottom: 1.4rem; margin-top: 3rem; }
.knowledge-section h2:first-child { margin-top: 0; }
.knowledge-section h3 { font-family: 'Jost', sans-serif; font-size: 1.05rem; font-weight: 500; color: var(--black); margin: 1.8rem 0 0.7rem; }
.knowledge-section p { font-size: 0.9rem; line-height: 1.95; color: var(--text); opacity: 0.9; font-weight: 300; margin-bottom: 1.3rem; }
.knowledge-section ul, .knowledge-section ol {
  margin: 0 0 1.3rem 1.3rem;
  color: var(--text);
  opacity: 0.9;
  font-size: 0.9rem;
  line-height: 1.9;
  font-weight: 300;
}
.knowledge-section li { margin-bottom: 0.4rem; }
.knowledge-section strong { font-weight: 600; color: var(--black); }
.knowledge-section a { color: var(--gold2); }

.legal-notice {
  background: var(--cream2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold2);
  border-radius: 2px;
  padding: 1.2rem 1.5rem;
  font-size: 0.82rem;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
.legal-meta { font-size: 0.72rem; color: var(--muted); margin-bottom: 2.5rem; }
.knowledge-divider { display: block; width: 56px; margin: 3.5rem auto; opacity: 0.7; }

.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 2.5rem 0; }
.fact-tile { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 1.8rem; text-align: center; }
.fact-tile-num { font-family: 'Jost', sans-serif; font-size: 1.8rem; color: var(--gold2); margin-bottom: 0.5rem; }
.fact-tile p { font-size: 0.76rem; color: var(--muted); margin: 0; line-height: 1.6; }

.compare-table { width: 100%; border-collapse: collapse; margin: 2rem 0; font-size: 0.84rem; }
.compare-table th, .compare-table td { text-align: left; padding: 0.9rem 1rem; border-bottom: 1px solid var(--border); }
.compare-table th { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold2); font-weight: 500; }
.compare-table td { color: var(--text); font-weight: 300; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .announcement-bar { font-size: 0.62rem; padding: 0 1rem; text-align: center; }
  nav { padding: 0.5rem 1.2rem; }
  .nav-logo-icon { width: 36px; }
  .nav-logo-text { font-size: 1rem; }
  .nav-logo-sub { font-size: 0.45rem; }
  .nav-links { display: none; }
  .hero-photo-content { padding: calc(2.75rem + 6rem) 1.5rem 3.5rem; }
  .benefits-inner { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .products-section { padding: 5rem 1.5rem; }
  .products-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .split-inner { grid-template-columns: 1fr; gap: 2rem; }
  .split-section.reverse .split-media,
  .split-section.reverse .split-text,
  .split-media, .split-text { order: initial; }
  .split-media img { height: 300px; }
  .split-section { padding: 4rem 1.5rem; }
  .photo-strip { height: 220px; }
  .about-inner { grid-template-columns: 1fr; gap: 3rem; }
  .about-accent { display: none; }
  .ingredients-grid { grid-template-columns: 1fr; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .modal-box { grid-template-columns: 1fr; }
  .modal-img { height: 220px; }
  .cart-sidebar { width: 100%; }
  .about-section { padding: 5rem 1.5rem; }
  .benefits-bar { padding: 2rem 1.5rem; }
  .newsletter-section { padding: 4rem 1.5rem; }
  footer { padding: 2.5rem 1.5rem 1.5rem; }
  .ingredients-section { padding: 5rem 1.5rem; }
  .page-header { padding: calc(8rem + 2.75rem) 1.5rem 3rem; }
  .article-grid { grid-template-columns: 1fr; padding: 0 1.5rem 4rem; }
  .article-full { padding: 3rem 1.5rem; }
  .knowledge-section { padding: 2rem 1.5rem 4rem; }
  .fact-grid { grid-template-columns: 1fr; }

  /* Mobile hero improvements */
  .hero-title { font-size: clamp(2.2rem, 10vw, 3.5rem); }
  .hero-tagline { font-size: 1rem; }
  .hero-desc { font-size: 0.9rem; }
  .hero-btns { flex-direction: column; align-items: stretch; gap: 0.75rem; }
  .btn-primary, .btn-outline { text-align: center; padding: 1rem 1.5rem; font-size: 0.78rem; }

  /* Benefits horizontal scroll on mobile */
  .benefits-inner { grid-template-columns: repeat(5, minmax(120px,1fr)); overflow-x: auto; flex-wrap: nowrap; gap: 0; padding-bottom: 0.5rem; }
  .benefit-item { min-width: 110px; }

  /* Products */
  .products-grid { grid-template-columns: 1fr; }

  /* Footer */
  .footer-bottom { flex-direction: column; gap: 0.75rem; align-items: center; text-align: center; }
  .footer-legal-links { flex-wrap: wrap; justify-content: center; gap: 0.5rem 1rem; }
}

/* ── HAMBURGER MENU ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 200;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--black);
  transition: all 0.3s;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.nav-mobile-menu {
  display: none;
  position: fixed;
  top: calc(2.75rem + 56px);
  left: 0; right: 0;
  background: rgba(250,246,238,0.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 2rem 2rem;
  z-index: 99;
  flex-direction: column;
  gap: 0;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu li { list-style: none; border-bottom: 1px solid var(--border); }
.nav-mobile-menu li a {
  display: block;
  padding: 1rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  font-weight: 400;
}
.nav-mobile-menu li a:active { color: var(--gold2); }
.nav-mobile-cart-row {
  margin-top: 1.5rem;
}
.nav-mobile-cart-row button {
  width: 100%;
  padding: 0.9rem;
  background: var(--black);
  color: var(--cream);
  border: none;
  border-radius: 2px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 960px) {
  .nav-hamburger { display: flex; }
  .nav-cart { display: none; }
}
