/* ========================================
   BANGKOK GARDEN SAUCES — Brand Stylesheet
   Palette: Thai Black, Royal Gold, Thai Red, Warm Cream
   Matches Mama Chan's original label design
   ======================================== */

:root {
  --charcoal: #0d0d0d;
  --charcoal-light: #1a1a1a;
  --navy: #0f1419;
  --gold: #d4a017;
  --gold-light: #f0d060;
  --gold-dim: rgba(212, 160, 23, 0.12);
  --emerald: #2d6a4f;
  --emerald-light: #52b788;
  --red-thai: #8b1a1a;
  --red-thai-bright: #c41e2a;
  --cream: #faf3e0;
  --cream-dark: #f0e6cc;
  --white: #ffffff;
  --text: #f0e6cc;
  --text-muted: #b8a88a;
  --text-dark: #2d2d2d;
  --border: rgba(212, 160, 23, 0.2);

  --font-display: 'Playfair Display', 'Noto Serif Thai', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-thai: 'Noto Serif Thai', serif;

  --nav-height: 72px;
  --container: 1200px;
  --radius: 12px;
  --radius-sm: 8px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========== RESET & BASE ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height);
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--charcoal);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-light); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.hidden { display: none !important; }

/* ========== NAVBAR ========== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-height);
  z-index: 1000;
  transition: background var(--transition), box-shadow var(--transition);
}

.navbar.scrolled {
  background: rgba(13, 13, 13, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.5);
}

.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--cream);
}

.nav-logo em { color: var(--gold); font-style: italic; }
.logo-thai { font-size: 1.6rem; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color var(--transition);
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}

.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  background: var(--gold) !important;
  color: var(--charcoal) !important;
  padding: 10px 22px !important;
  border-radius: 100px;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
}

.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--gold-light) !important; color: var(--charcoal) !important; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--cream);
  transition: var(--transition);
}

/* ========== HERO ========== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(212, 160, 23, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 70%, rgba(139, 26, 26, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #000 0%, var(--charcoal) 50%, #000 100%);
  overflow: hidden;
  text-align: center;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/thai-wallpaper.jpg') center / cover no-repeat;
  opacity: 0.08;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(26, 26, 46, 0.4) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 24px 80px;
}

.hero-tag {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--cream);
  margin-bottom: 28px;
}

.hero h1 em {
  color: var(--gold);
  font-style: italic;
}

.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto 40px;
  line-height: 1.8;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hero-scroll-hint span {
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
  animation: scrollBounce 2s infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: rotate(45deg) translateY(0); opacity: 1; }
  50% { transform: rotate(45deg) translateY(8px); opacity: 0.5; }
}

.hero-gradient-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--charcoal));
  z-index: 1;
}

/* Thai Geometric Pattern Borders (matching original label) */
.thai-pattern-top,
.thai-pattern-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 32px;
  z-index: 5;
  background:
    linear-gradient(135deg, var(--red-thai) 25%, transparent 25%) -20px 0,
    linear-gradient(225deg, var(--red-thai) 25%, transparent 25%) -20px 0,
    linear-gradient(315deg, var(--red-thai) 25%, transparent 25%),
    linear-gradient(45deg, var(--red-thai) 25%, transparent 25%);
  background-size: 40px 32px;
  background-color: var(--red-thai-bright);
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 0 20px rgba(196, 30, 42, 0.3);
}

.thai-pattern-top { top: 0; }
.thai-pattern-bottom { bottom: 0; }

/* Hero Tagline - "Don't Get Lost in the Sauce!" */
.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 700;
  font-style: italic;
  color: var(--red-thai-bright);
  text-shadow: 0 0 40px rgba(196, 30, 42, 0.3);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

/* Hero Made in California badge */
.hero-made {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold);
  padding: 4px 16px;
  border-radius: 100px;
}

/* Hero Sauce Lineup Showcase */
.hero-lineup-showcase {
  margin: 40px auto;
  max-width: 900px;
  position: relative;
}

.hero-lineup-img {
  width: 100%;
  margin: 0 auto;
  border-radius: var(--radius);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.6),
    0 0 60px rgba(212, 160, 23, 0.12);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.hero-lineup-img:hover {
  transform: scale(1.015) translateY(-4px);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.7),
    0 0 80px rgba(212, 160, 23, 0.18);
}

/* Hero Social Links */
.hero-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  font-size: 0.85rem;
}

.hero-social span { color: var(--text-muted); }

.hero-social a {
  color: var(--gold);
  font-weight: 600;
  padding: 4px 12px;
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.8rem;
  transition: all var(--transition);
}

.hero-social a:hover {
  background: var(--gold);
  color: var(--charcoal);
  border-color: var(--gold);
}

/* Featured product card (Mama Chan's Pad Thai) */
.product-card.featured-product {
  border-color: var(--gold);
  background: var(--gold-dim);
  position: relative;
}

.product-card.featured-product::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--gold), var(--red-thai-bright), var(--gold));
  z-index: -1;
  opacity: 0.4;
}

.mama-badge {
  background: var(--gold) !important;
  color: var(--charcoal) !important;
  font-size: 0.68rem !important;
}

/* Yelp link in footer */
.footer-yelp {
  margin-top: 8px;
}

.footer-yelp a {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 600;
}

.footer-yelp a:hover { color: var(--gold-light); }

/* Video CTA links row */
.video-cta-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ========== Photo-based cook cards ========== */
.cook-card-img.has-photo {
  height: 200px;
  padding: 0;
  overflow: hidden;
  background: var(--charcoal);
}

.cook-card-img.has-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cook-card:hover .cook-card-img.has-photo img {
  transform: scale(1.08);
}

.cook-card-img.has-photo .cook-number {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

/* ========== Culture section photo images ========== */
.culture-img-photo {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border);
}

.culture-img-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.culture-block:hover .culture-img-photo img {
  transform: scale(1.05);
}

.culture-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ========== Food Gallery ========== */
.section-gallery {
  background:
    radial-gradient(ellipse at 40% 40%, rgba(212, 160, 23, 0.04) 0%, transparent 50%),
    var(--charcoal);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
}

.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--cream);
  margin-bottom: 2px;
}

.gallery-overlay p {
  font-size: 0.75rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.gallery-cta {
  text-align: center;
  margin-top: 32px;
}

.gallery-cta p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.gallery-cta a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--gold);
  color: var(--charcoal);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--charcoal);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(212, 168, 83, 0.3);
}

.btn-outline {
  background: transparent;
  color: var(--cream);
  border-color: rgba(240, 230, 204, 0.3);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.btn-sm { padding: 10px 24px; font-size: 0.85rem; }
.btn-lg { padding: 18px 40px; font-size: 1.05rem; }

/* ========== SECTIONS (shared) ========== */
.section {
  padding: 120px 0;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-tag {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 16px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* ========== STORY / HERITAGE ========== */
.section-story {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(212, 168, 83, 0.05) 0%, transparent 50%),
    var(--charcoal);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}

.story-timeline {
  position: relative;
  padding-left: 40px;
}

.story-timeline::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--emerald));
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-marker {
  position: absolute;
  left: -40px;
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--charcoal);
  border: 3px solid var(--gold);
  z-index: 1;
}

.timeline-marker.active {
  background: var(--gold);
  box-shadow: 0 0 20px rgba(212, 168, 83, 0.4);
}

.timeline-item h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--cream);
  margin-bottom: 4px;
}

.timeline-era {
  font-size: 0.8rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.timeline-item p:last-child {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.story-quote {
  position: sticky;
  top: 120px;
}

.story-quote blockquote {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--cream);
  line-height: 1.8;
  border-left: 4px solid var(--gold);
  padding-left: 24px;
  margin-bottom: 16px;
}

.story-quote cite {
  font-size: 0.9rem;
  color: var(--gold);
  font-style: normal;
  font-weight: 600;
}

.story-stats {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.stat { display: flex; flex-direction: column; }

.stat-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gold);
}

.stat-suffix {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gold);
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.stat-rating {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gold);
}

.stat-stars {
  display: block;
  font-size: 1.2rem;
  color: var(--gold);
  letter-spacing: 2px;
  margin-top: -4px;
}

/* ========== PRODUCTS ========== */
.section-products {
  background:
    radial-gradient(ellipse at 20% 80%, rgba(45, 106, 79, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, var(--charcoal) 0%, var(--charcoal-light) 100%);
}

.product-category { margin-bottom: 64px; }

.category-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cat-icon { font-size: 1.3rem; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 24px;
}

.product-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--transition);
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 40px rgba(212, 168, 83, 0.08);
}

.product-img {
  height: 160px;
  background: var(--bg, var(--charcoal-light));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product-img.has-jar-photo {
  height: 220px;
  background: linear-gradient(135deg, #f5f0e8, #e8dcc8);
}

.product-img.has-jar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img.has-jar-photo img {
  transform: scale(1.06);
}

.product-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(26, 26, 46, 0.8);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
}

.product-icon { font-size: 3.5rem; }

.product-info { padding: 20px; }

.product-info h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--cream);
  margin-bottom: 2px;
}

.product-thai {
  font-family: var(--font-thai);
  font-size: 0.85rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.product-info > p:nth-of-type(1) {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.product-use {
  font-size: 0.82rem;
  color: var(--text-muted);
  background: var(--gold-dim);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

.product-price {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold);
}

.product-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 40px 0;
  border-top: 1px solid var(--border);
  margin-top: 20px;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 500;
}

.badge-icon { font-size: 1.2rem; }

/* ========== CULTURE ========== */
.section-culture {
  background:
    radial-gradient(ellipse at 60% 30%, rgba(212, 168, 83, 0.04) 0%, transparent 50%),
    var(--charcoal);
}

.culture-block {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 80px;
}

.culture-block.reverse { grid-template-columns: 1.5fr 1fr; }
.culture-block.reverse .culture-visual { order: 2; }

.culture-img-placeholder {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid var(--border);
  overflow: hidden;
}

.culture-img-placeholder[data-theme="curry"] {
  background: linear-gradient(135deg, rgba(212, 168, 83, 0.15), rgba(192, 57, 43, 0.15));
}
.culture-img-placeholder[data-theme="wok"] {
  background: linear-gradient(135deg, rgba(192, 57, 43, 0.15), rgba(45, 52, 54, 0.3));
}
.culture-img-placeholder[data-theme="noodles"] {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.12), rgba(230, 126, 34, 0.12));
}
.culture-img-placeholder[data-theme="salad"] {
  background: linear-gradient(135deg, rgba(39, 174, 96, 0.12), rgba(241, 196, 15, 0.12));
}

.culture-img-icon { font-size: 4rem; }

.culture-img-placeholder span {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.culture-text h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--cream);
  margin-bottom: 6px;
}

.culture-thai-label {
  font-family: var(--font-thai);
  font-size: 0.9rem;
  color: var(--gold);
  margin-bottom: 16px;
}

.culture-text p {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.8;
}

.culture-dishes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.dish-tag {
  background: var(--gold-dim);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 0.03em;
}

/* Regions */
.culture-regions {
  margin-top: 80px;
  text-align: center;
}

.culture-regions h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--cream);
  margin-bottom: 40px;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.region-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 20px;
  text-align: center;
  transition: all var(--transition);
}

.region-card.active {
  border-color: var(--gold);
  background: var(--gold-dim);
}

.region-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
}

.region-icon { font-size: 2.5rem; margin-bottom: 16px; }

.region-card h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--cream);
  margin-bottom: 8px;
}

.region-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.region-card em { color: var(--gold); }

/* ========== COOK OUR CLASSICS ========== */
.section-cook {
  background:
    radial-gradient(ellipse at 30% 70%, rgba(45, 106, 79, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, var(--charcoal-light) 0%, var(--charcoal) 100%);
}

.cook-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 28px;
}

.cook-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--transition);
}

.cook-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

.cook-card-img {
  height: 140px;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cook-number {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
}

.cook-icon { font-size: 3rem; }

.cook-card-body { padding: 24px; }

.cook-sauce-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-dim);
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 12px;
}

.cook-card-body h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--cream);
  margin-bottom: 10px;
}

.cook-card-body > p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.7;
}

.cook-steps {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.cook-steps span {
  font-size: 0.8rem;
  color: var(--text-muted);
  padding-left: 12px;
  border-left: 2px solid var(--gold-dim);
}

.cook-heat {
  font-size: 0.82rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.heat-dots {
  display: flex;
  gap: 4px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.dot.filled {
  background: var(--red-thai);
  border-color: var(--red-thai);
}

/* ========== VIDEOS ========== */
.section-videos {
  background: var(--charcoal);
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.video-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--transition);
}

.video-card:hover {
  border-color: var(--gold);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.video-card.featured {
  grid-column: 1 / -1;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-card.featured .video-wrapper {
  padding-bottom: 40%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-info { padding: 20px; }

.video-info h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--cream);
  margin-bottom: 8px;
}

.video-info p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.video-cta {
  text-align: center;
  margin-top: 60px;
  padding: 48px;
  background: var(--gold-dim);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.video-cta h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 12px;
}

.video-cta p {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* ========== BUNDLES ========== */
.section-bundles {
  background: linear-gradient(180deg, var(--charcoal) 0%, var(--charcoal-light) 100%);
}

.bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.bundle-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  position: relative;
  transition: all var(--transition);
}

.bundle-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
}

.bundle-card.featured {
  border-color: var(--gold);
  background: var(--gold-dim);
}

.bundle-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 100px;
}

.bundle-icon { font-size: 3rem; margin-bottom: 16px; }

.bundle-card h4 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--cream);
  margin-bottom: 8px;
}

.bundle-card > p {
  font-size: 0.85rem;
  color: var(--gold);
  margin-bottom: 16px;
}

.bundle-dishes {
  list-style: none;
  margin-bottom: 20px;
}

.bundle-dishes li {
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}

.bundle-dishes li:last-child { border-bottom: none; }

.bundle-price {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 16px;
}

.bundle-price small {
  font-size: 0.7rem;
  color: var(--emerald-light);
  font-weight: 600;
}

/* ========== WHY CHOOSE US / COMPARISON ========== */
.section-why {
  background: var(--charcoal);
}

.comparison-table {
  overflow-x: auto;
  margin-bottom: 60px;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.02);
  border-radius: var(--radius);
  overflow: hidden;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 24px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}

.comparison-table th {
  background: rgba(212, 168, 83, 0.08);
  color: var(--cream);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.comparison-table td { color: var(--text-muted); }
.comparison-table td.highlight { color: var(--cream); font-weight: 500; }
.comparison-table th.highlight { color: var(--gold); }

.comparison-table tr:last-child td { border-bottom: none; }

.market-stats {
  text-align: center;
  padding: 48px;
  background: var(--gold-dim);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.market-stats h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 32px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.market-stat { display: flex; flex-direction: column; gap: 8px; }

.market-number {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gold);
}

.market-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ========== TESTIMONIALS ========== */
.section-proof {
  background: linear-gradient(180deg, var(--charcoal) 0%, var(--charcoal-light) 100%);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all var(--transition);
}

.testimonial-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}

.testimonial-stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.testimonial-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 16px;
}

.testimonial-card cite {
  font-size: 0.85rem;
  color: var(--gold);
  font-style: normal;
  font-weight: 600;
}

/* ========== WHERE TO BUY ========== */
.section-where {
  background: var(--charcoal);
}

.where-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.where-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: all var(--transition);
}

.where-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}

.where-icon { font-size: 2.5rem; margin-bottom: 16px; }

.where-card h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--cream);
  margin-bottom: 12px;
}

.where-card p, .where-card li {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.where-card ul {
  list-style: none;
  text-align: center;
}

.where-card li {
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}

.where-card li:last-child { border-bottom: none; }

.where-card li small {
  color: var(--emerald-light);
  font-weight: 600;
}

.where-phone {
  color: var(--gold) !important;
  font-weight: 600;
  margin-top: 8px;
}

/* ========== PRE-ORDER ========== */
.section-preorder {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(212, 168, 83, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, var(--charcoal-light) 0%, var(--charcoal) 100%);
}

.preorder-inner {
  max-width: 640px;
  margin: 0 auto;
}

.preorder-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-group input,
.form-group select {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color var(--transition);
}

.form-group input::placeholder { color: rgba(240, 230, 204, 0.3); }
.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(212, 168, 83, 0.1);
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23d4a853' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.form-group select option {
  background: var(--charcoal);
  color: var(--cream);
}

.preorder-form .btn {
  align-self: center;
  margin-top: 8px;
}

.form-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.form-success {
  text-align: center;
  padding: 48px 24px;
}

.success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--emerald);
  color: var(--white);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.form-success h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--cream);
  margin-bottom: 12px;
}

.form-success p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* ========== FOOTER ========== */
.footer {
  background: var(--charcoal-light);
  border-top: 1px solid var(--border);
  padding: 80px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--cream);
  margin-bottom: 12px;
}

.footer-brand h3 em { color: var(--gold); }

.footer-brand > p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.footer-address {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.footer-links h4,
.footer-social h4 {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.footer-links ul { list-style: none; }

.footer-links li { margin-bottom: 10px; }

.footer-links a {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.footer-links a:hover { color: var(--cream); }

.social-links {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-muted);
  transition: all var(--transition);
}

.social-links a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--charcoal);
}

.footer-hashtag {
  font-size: 0.88rem;
  color: var(--gold);
  font-weight: 600;
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ========== ANIMATIONS ========== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; }
.delay-4 { animation-delay: 0.6s; }

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-quote { position: static; }
  .culture-block,
  .culture-block.reverse { grid-template-columns: 1fr; }
  .culture-block.reverse .culture-visual { order: 0; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .bundle-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: 1fr; }
  .where-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  :root { --nav-height: 64px; }

  .nav-links {
    display: none;
    position: fixed;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: rgba(13, 13, 13, 0.98);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 32px 24px;
    gap: 20px;
    border-bottom: 1px solid var(--border);
  }

  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }

  .section { padding: 80px 0; }
  .section-header { margin-bottom: 40px; }

  .cook-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.large { grid-column: span 2; grid-row: span 1; aspect-ratio: 16/9; }
  .form-row { grid-template-columns: 1fr; }
  .region-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .story-stats { flex-direction: column; gap: 20px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 2.5rem; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .hero-ctas .btn { width: 100%; }
  .hero-social { flex-wrap: wrap; }
  .hero-tagline { font-size: 1.1rem; }
  .thai-pattern-top, .thai-pattern-bottom { height: 20px; background-size: 28px 20px; }
  .video-cta-links { flex-direction: column; align-items: center; }
  .video-cta-links .btn { width: 100%; }
}
