/* ===== Reset & Root ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --terracotta: #C75B2A;
  --terracotta-dark: #A84A22;
  --leaf-green: #5A8C3C;
  --leaf-light: #7CB342;
  --deep-brown: #2C2218;
  --warm-cream: #F7F3ED;
  --warm-cream-dark: #EDE6D9;
  --gold: #D4A855;
  --charcoal: #3A3A3A;
  --header-height: 76px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', sans-serif;
  background: var(--warm-cream);
  color: var(--deep-brown);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.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;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 12px;
  background: var(--terracotta);
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  z-index: 200;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 12px;
}

section[id] {
  scroll-margin-top: var(--header-height);
}

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-primary {
  background: var(--terracotta);
  color: #fff;
}
.btn-primary:hover {
  background: var(--terracotta-dark);
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  border-color: rgba(247,243,237,0.4);
  color: var(--warm-cream);
}
.btn-ghost:hover {
  border-color: var(--warm-cream);
}
.btn-lg {
  padding: 14px 32px;
  font-size: 13px;
}

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--warm-cream);
  border-bottom: 1px solid var(--warm-cream-dark);
  height: var(--header-height);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.logo-mark { flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-brand {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--deep-brown);
}
.logo-sub {
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 3.5px;
  color: var(--leaf-green);
  margin-top: 3px;
}

/* ===== Steam animation (used on every logo mark) ===== */
.steam-path {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  animation: steamRise 2.8s ease-in-out infinite;
}
.steam-1 { animation-delay: 0s; }
.steam-2 { animation-delay: 0.35s; }
.steam-3 { animation-delay: 0.7s; }

@keyframes steamRise {
  0%, 100% { transform: translateY(0) scaleY(1); opacity: 0.55; }
  50% { transform: translateY(-4px) scaleY(1.08); opacity: 0.95; }
}

/* Big, GIF-like rise-and-dissipate loop for the hero brand mark specifically */
.hero-brand-icon .steam-path {
  animation-name: steamRiseBig;
  animation-duration: 2.6s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.5, 1);
}
.hero-brand-icon .steam-1 { animation-delay: 0s; }
.hero-brand-icon .steam-2 { animation-delay: 0.65s; }
.hero-brand-icon .steam-3 { animation-delay: 1.3s; }

@keyframes steamRiseBig {
  0% { transform: translate(0, 10px) scaleY(0.5); opacity: 0; }
  18% { opacity: 0.9; }
  55% { transform: translate(2px, -14px) scaleY(1.2); opacity: 0.85; }
  85% { opacity: 0.1; }
  100% { transform: translate(-3px, -32px) scaleY(1.5); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .steam-path { animation: none; }
}

.site-nav {
  display: flex;
  gap: 32px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: var(--charcoal);
  flex: 1;
  justify-content: center;
}
.site-nav a:hover { color: var(--terracotta); }

.header-cta { flex-shrink: 0; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--deep-brown);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ===== Brand watermark texture ===== */
.mark-bg { position: relative; overflow: hidden; }
.mark-bg::after {
  content: '';
  position: absolute;
  width: 620px;
  height: 600px;
  right: -160px;
  bottom: -140px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-60 -75 120 115'%3E%3Cpath d='M-12,-14 C-14,-26 -8,-30 -10,-42' fill='none' stroke='%23F7F3ED' stroke-width='3'/%3E%3Cpath d='M0,-14 C2,-28 -4,-32 -2,-46 C0,-56 -3,-60 -1,-68' fill='none' stroke='%23F7F3ED' stroke-width='3'/%3E%3Cpath d='M12,-14 C14,-26 8,-30 10,-42' fill='none' stroke='%23F7F3ED' stroke-width='3'/%3E%3Cline x1='-50' y1='-8' x2='50' y2='-8' stroke='%23F7F3ED' stroke-width='5'/%3E%3Cpath d='M-50,-8 Q-48,-2 -44,8 Q-30,28 0,32 Q30,28 44,8 Q48,-2 50,-8' fill='none' stroke='%23F7F3ED' stroke-width='5'/%3E%3Cline x1='-14' y1='32' x2='14' y2='32' stroke='%23F7F3ED' stroke-width='4'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.mark-bg > * { position: relative; z-index: 1; }

/* ===== Hero ===== */
.hero {
  background: linear-gradient(135deg, var(--deep-brown) 0%, #3a2e24 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
  text-align: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(199,91,42,0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(90,140,60,0.12) 0%, transparent 40%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.hero-specs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid rgba(247,243,237,0.12);
}
.hero-spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.hero-spec strong {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: var(--gold);
  letter-spacing: 0.5px;
}
.hero-spec span {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(247,243,237,0.5);
}
.hero-spec-div {
  width: 1px;
  height: 30px;
  background: rgba(247,243,237,0.15);
}
.hero-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.hero-brand-icon { margin-bottom: 18px; }
.hero-brand-word {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.hero-brand-bakd {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(52px, 10vw, 96px);
  letter-spacing: 14px;
  color: #FFFFFF;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.hero-brand-kitchen {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 22px);
  letter-spacing: 16px;
  color: var(--leaf-light);
  margin-top: 8px;
}

.badge {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(212,168,85,0.4);
  border-radius: 20px;
  padding: 8px 18px;
  margin-bottom: 28px;
}
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(32px, 5.5vw, 56px);
  line-height: 1.25;
  color: var(--warm-cream);
  margin-bottom: 22px;
}
.hero-headline em {
  color: var(--terracotta);
  font-style: italic;
}
.hero-sub {
  font-size: 16px;
  color: rgba(247,243,237,0.7);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== USP Strip ===== */
.usp-strip {
  background: var(--warm-cream-dark);
  padding: 20px 24px;
}
.usp-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.usp-pill {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--leaf-green);
  border: 1px solid rgba(90,140,60,0.35);
  border-radius: 20px;
  padding: 7px 16px;
  white-space: nowrap;
}

/* ===== Sections ===== */
.section {
  padding: 90px 24px;
}
.section-dark {
  background: var(--deep-brown);
  color: var(--warm-cream);
}
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-label {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  margin-bottom: 20px;
}
.section-title em {
  color: var(--terracotta);
  font-style: italic;
}
.section-lead {
  font-size: 16px;
  max-width: 620px;
  line-height: 1.8;
  margin-bottom: 44px;
  opacity: 0.85;
}
.section-lead-small {
  font-size: 13px;
  opacity: 0.65;
  margin: 20px 0 32px;
  letter-spacing: 0.5px;
}

/* ===== Menu ===== */
.menu-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  font-size: 12px;
  color: var(--charcoal);
  letter-spacing: 0.3px;
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--warm-cream-dark);
}
.legend-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: var(--leaf-green);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  font-weight: 700;
  border-radius: 4px;
  margin-right: 6px;
}
.legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}
.legend-dot-nonveg { background: var(--terracotta); }
.legend-dot-veg { background: var(--leaf-green); }

.protein-picker {
  background: #fff;
  border-radius: 14px;
  padding: 28px 26px;
  box-shadow: 0 4px 16px rgba(44,34,24,0.05);
  margin-bottom: 52px;
}
.protein-picker-label {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 18px;
}
.protein-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.protein-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--warm-cream);
  border-radius: 10px;
  padding: 14px 16px;
}
.protein-option .legend-dot { margin-top: 6px; flex-shrink: 0; }
.protein-option strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
.protein-option span {
  display: block;
  font-size: 11px;
  color: var(--charcoal);
  opacity: 0.7;
}

.menu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.menu-category { margin-bottom: 44px; }
.menu-category-title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--terracotta-dark);
  display: inline-block;
}
.menu-category-sub {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--charcoal);
  opacity: 0.55;
  margin: 8px 0 20px;
}

.menu-item { margin-bottom: 18px; }
.menu-item-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.menu-item-name {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--deep-brown);
  white-space: nowrap;
}
.menu-leader {
  flex: 1;
  border-bottom: 2px dotted rgba(44,34,24,0.2);
  margin-bottom: 4px;
  min-width: 12px;
}
.menu-protein-badge {
  background: var(--leaf-green);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.menu-price {
  font-family: 'Oswald', sans-serif;
  color: var(--terracotta);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.menu-item-desc {
  font-size: 12.5px;
  font-style: italic;
  color: var(--charcoal);
  opacity: 0.7;
  margin-top: 4px;
  line-height: 1.5;
}
.menu-diet-tag {
  display: inline-block;
  margin-top: 6px;
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--leaf-green);
  border: 1px solid rgba(90,140,60,0.4);
  border-radius: 10px;
  padding: 2px 10px;
}

.menu-sub-callout {
  display: block;
  background: var(--deep-brown);
  color: var(--warm-cream);
  border-radius: 12px;
  padding: 22px 24px;
  margin-top: 8px;
}
.menu-sub-callout strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 6px;
}
.menu-sub-callout span {
  font-size: 12px;
  color: var(--leaf-light);
  letter-spacing: 0.5px;
}
.menu-sub-callout:hover span { text-decoration: underline; }

/* ===== Subscriptions ===== */
.tracks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.track-card {
  background: rgba(247,243,237,0.05);
  border: 1px solid rgba(247,243,237,0.12);
  border-radius: 12px;
  padding: 26px 22px;
}
.track-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--leaf-light);
  margin-bottom: 10px;
}
.track-card p {
  font-size: 13px;
  opacity: 0.75;
  line-height: 1.6;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 16px;
  max-width: 640px;
}
.pricing-card {
  border: 1px solid rgba(199,91,42,0.3);
  border-radius: 12px;
  padding: 24px;
}
.pricing-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 10px;
}
.pricing-amount {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: var(--warm-cream);
}
.pricing-amount span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  opacity: 0.6;
  margin-left: 4px;
}

/* ===== About ===== */
.about-inner { max-width: 700px; }
.about-text p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 20px;
  color: var(--charcoal);
}
.brand-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.6;
  color: var(--deep-brown);
  border-left: 3px solid var(--terracotta);
  padding-left: 24px;
  margin-top: 32px;
}
.brand-quote cite {
  display: block;
  margin-top: 14px;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--terracotta);
}

/* ===== Waitlist / Contact ===== */
.waitlist-inner { max-width: 620px; }
.waitlist-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.waitlist-form input[type="email"] {
  flex: 1;
  min-width: 220px;
  padding: 14px 18px;
  border-radius: 8px;
  border: 1px solid rgba(247,243,237,0.25);
  background: rgba(247,243,237,0.06);
  color: var(--warm-cream);
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
.waitlist-form input[type="email"]::placeholder {
  color: rgba(247,243,237,0.4);
}
.waitlist-form input[type="email"]:focus {
  outline: 2px solid var(--terracotta);
  outline-offset: 2px;
}
.form-consent {
  font-size: 12px;
  opacity: 0.55;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 36px;
}
.form-consent a {
  color: var(--leaf-light);
  text-decoration: underline;
}
.form-note {
  font-size: 13px;
  color: var(--leaf-light);
  margin: -20px 0 24px;
  min-height: 18px;
}
.contact-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.contact-meta a { color: var(--leaf-light); }
.contact-meta a:hover { text-decoration: underline; }
.contact-meta span { opacity: 0.6; }

/* ===== Legal pages ===== */
.legal-content { max-width: 700px; }
.legal-updated {
  font-size: 12px;
  color: var(--charcoal);
  opacity: 0.6;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}
.legal-content h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--deep-brown);
  margin: 40px 0 14px;
}
.legal-content p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--charcoal);
  margin-bottom: 14px;
}
.legal-content ul {
  margin: 0 0 14px 20px;
  padding: 0;
}
.legal-content li {
  font-size: 15px;
  line-height: 1.8;
  color: var(--charcoal);
  margin-bottom: 6px;
}
.legal-content a {
  color: var(--terracotta);
  text-decoration: underline;
}

/* ===== Footer ===== */
.site-footer {
  background: #1f1810;
  color: var(--warm-cream);
  padding: 56px 24px 32px;
  text-align: center;
}
.footer-inner {
  max-width: 640px;
  margin: 0 auto;
}
.site-footer .logo {
  justify-content: center;
  margin-bottom: 14px;
}
.site-footer .logo-brand {
  color: var(--warm-cream);
}
.footer-tagline {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(247,243,237,0.5);
  margin-bottom: 28px;
}
.footer-nav {
  display: flex;
  gap: 24px;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footer-nav a:hover { color: var(--terracotta); }
.footer-social {
  display: inline-block;
  font-size: 12px;
  color: var(--leaf-light);
  margin-bottom: 20px;
}
.footer-copy {
  font-size: 11px;
  opacity: 0.4;
  letter-spacing: 0.5px;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .tracks-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .menu-columns { grid-template-columns: 1fr; gap: 8px; }
  .protein-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .site-nav {
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: var(--warm-cream);
    border-bottom: 1px solid var(--warm-cream-dark);
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
  .site-nav.is-open {
    max-height: 300px;
  }
  .site-nav a {
    padding: 16px 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid var(--warm-cream-dark);
  }
  .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 600px) {
  .section { padding: 64px 20px; }
  .hero { padding: 72px 20px; }
  .waitlist-form { flex-direction: column; }
  .waitlist-form .btn { width: 100%; }
  .protein-grid { grid-template-columns: 1fr; }
  .menu-item-row { flex-wrap: wrap; }
  .menu-item-name { white-space: normal; }
  .menu-leader { display: none; }
  .menu-legend { gap: 14px 20px; font-size: 11px; }
  .hero-specs { gap: 18px; flex-wrap: wrap; }
  .hero-spec strong { font-size: 17px; }
}
