/* ===================================================
   HOME CSS - Le Kasseria - Cuisine du monde
   Version: 5.1 | Année: 2026
   Layout Hero Diagonal + Sections créatives
   AUCUNE couleur gradient - couleurs PLATES uniquement
   =================================================== */

/* ============================================
   HERO SECTION - DIAGONAL
   ============================================ */
.hero-section {
  background-color: #1a0a0a;
  position: relative;
  overflow: hidden;
  padding: 80px 0 120px;
  min-height: 620px;
}

.hero-diagonal-bg {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #fff8f0;
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
}

.hero-shape-1 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
  background-color: #7f1d1d;
  border-radius: 50%;
  opacity: 0.12;
}

.hero-shape-2 {
  position: absolute;
  bottom: 40px;
  left: -60px;
  width: 220px;
  height: 220px;
  background-color: #fed7aa;
  border-radius: 50%;
  opacity: 0.05;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-content {
  color: #fff8f0;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fed7aa;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background-color: rgba(127,29,29,0.5);
  border: 1px solid rgba(127,29,29,0.8);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 900;
  color: #fff8f0;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.hero-title-accent {
  color: #fde047;
  display: block;
}

.hero-desc {
  font-size: 1.05rem;
  color: #c4907a;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 480px;
}

.hero-cta-group {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background-color: #fde047;
  color: #1a0a0a;
  padding: 15px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.15s;
  border: none;
  cursor: pointer;
}

.btn-hero-primary:hover,
.btn-hero-primary:focus {
  background-color: #f5cc00;
  color: #1a0a0a;
  transform: translateY(-2px);
  text-decoration: none;
  outline: none;
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #fed7aa;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid rgba(254,215,170,0.4);
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
  border-color: #fed7aa;
  color: #fff8f0;
  background-color: rgba(254,215,170,0.08);
  text-decoration: none;
  outline: none;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-stat strong {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fde047;
  line-height: 1;
}

.hero-stat span {
  font-size: 0.78rem;
  color: #a07060;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-stat-sep {
  width: 1px;
  height: 40px;
  background-color: rgba(127,29,29,0.5);
}

/* Hero visual */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.hero-img-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid rgba(254,215,170,0.2);
  max-width: 500px;
  width: 100%;
}

.hero-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #1a0a0a;
  border: 2px solid #fde047;
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fde047;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.hero-floating-card {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background-color: #fff8f0;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 28px rgba(127,29,29,0.18);
  border: 1px solid #fed7aa;
  max-width: 220px;
}

.floating-card-icon {
  width: 40px;
  height: 40px;
  background-color: #7f1d1d;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fed7aa;
}

.hero-floating-card strong {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7a5a4a;
  font-weight: 700;
  margin-bottom: 2px;
}

.hero-floating-card span {
  display: block;
  font-size: 0.82rem;
  color: #2d1a0e;
  font-weight: 600;
  line-height: 1.3;
}

/* ============================================
   CATEGORIES SECTION
   ============================================ */
.categories-section {
  background-color: #fff8f0;
  padding: 100px 0 80px;
}

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

.cat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 30px 24px;
  border-radius: 16px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}

.cat-card:hover,
.cat-card:focus {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
  outline: none;
}

.cat-card--recipes {
  background-color: #fef3e2;
  border-color: #fed7aa;
  color: #2d1a0e;
}
.cat-card--recipes:hover {
  border-color: #7f1d1d;
}

.cat-card--restaurants {
  background-color: #fdf2f2;
  border-color: #f5c6c6;
  color: #2d1a0e;
}
.cat-card--restaurants:hover {
  border-color: #7f1d1d;
}

.cat-card--travel {
  background-color: #1a0a0a;
  border-color: #3d1a1a;
  color: #fed7aa;
}
.cat-card--travel .cat-card-name {
  color: #fde047;
}
.cat-card--travel .cat-card-count {
  color: #fed7aa;
}
.cat-card--travel .cat-card-desc {
  color: #c4907a;
}
.cat-card--travel .cat-card-arrow {
  color: #fde047;
}
.cat-card--travel:hover {
  border-color: #fde047;
}

.cat-card--spices {
  background-color: #7f1d1d;
  border-color: #9b2626;
  color: #fff8f0;
}
.cat-card--spices .cat-card-name {
  color: #fde047;
}
.cat-card--spices .cat-card-count {
  color: #fed7aa;
}
.cat-card--spices .cat-card-desc {
  color: #f0c4a0;
}
.cat-card--spices .cat-card-arrow {
  color: #fde047;
}
.cat-card--spices:hover {
  border-color: #fde047;
}

.cat-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(127,29,29,0.1);
  color: #7f1d1d;
  flex-shrink: 0;
  margin-bottom: 4px;
}

.cat-card--travel .cat-card-icon,
.cat-card--spices .cat-card-icon {
  background-color: rgba(253,224,71,0.15);
  color: #fde047;
}

.cat-card-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a0a0a;
  line-height: 1.2;
}

.cat-card-count {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a5a4a;
  background-color: rgba(127,29,29,0.08);
  padding: 2px 10px;
  border-radius: 100px;
}

.cat-card--travel .cat-card-count,
.cat-card--spices .cat-card-count {
  background-color: rgba(253,224,71,0.15);
  color: #fde047;
}

.cat-card-desc {
  font-size: 0.85rem;
  color: #7a5a4a;
  line-height: 1.6;
  flex: 1;
}

.cat-card-arrow {
  color: #7f1d1d;
  margin-top: auto;
}

/* ============================================
   ARTICLES SECTION
   ============================================ */
.articles-section {
  background-color: #fef3e2;
  padding: 90px 0 100px;
  position: relative;
}

/* Article vedette */
.featured-article {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 48px;
  border: 2px solid #fed7aa;
  background-color: #fff8f0;
  box-shadow: var(--shadow-md);
}

.featured-article-img {
  position: relative;
  overflow: hidden;
  min-height: 380px;
}

.featured-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.featured-article:hover .featured-article-img img {
  transform: scale(1.02);
}

.featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fde047;
  color: #1a0a0a;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.featured-article-content {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.article-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.article-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: #7a5a4a;
}

.article-reading {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: #7a5a4a;
}

.featured-article-title {
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.3;
  color: #1a0a0a;
  letter-spacing: -0.02em;
}

.featured-article-title a {
  color: #1a0a0a;
  text-decoration: none;
  transition: color 0.2s;
}

.featured-article-title a:hover,
.featured-article-title a:focus {
  color: #7f1d1d;
  text-decoration: underline;
}

.featured-article-excerpt {
  font-size: 0.95rem;
  color: #7a5a4a;
  line-height: 1.75;
}

.featured-article-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.article-tag {
  display: inline-block;
  background-color: #fef3e2;
  color: #7f1d1d;
  border: 1px solid #fed7aa;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.74rem;
  font-weight: 600;
}

/* Articles grid */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.article-card {
  background-color: #fff8f0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f0d5b0;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: #fed7aa;
}

.article-card-img {
  overflow: hidden;
  height: 200px;
  flex-shrink: 0;
}

.article-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.article-card:hover .article-card-img img {
  transform: scale(1.04);
}

.article-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.article-card-title {
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1a0a0a;
  letter-spacing: -0.01em;
  margin-top: 4px;
}

.article-card-title a {
  color: #1a0a0a;
  text-decoration: none;
  transition: color 0.2s;
}

.article-card-title a:hover,
.article-card-title a:focus {
  color: #7f1d1d;
  text-decoration: underline;
}

.article-card-excerpt {
  font-size: 0.86rem;
  color: #7a5a4a;
  line-height: 1.65;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* ============================================
   TABS SECTION - Cuisines du monde
   ============================================ */
.tabs-section {
  background-color: #fff8f0;
  padding: 90px 0 100px;
}

.cuisine-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.cuisine-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  background-color: #fef3e2;
  color: #7a5a4a;
  border: 2px solid #f0d5b0;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  font-family: inherit;
}

.cuisine-tab-btn:hover,
.cuisine-tab-btn:focus {
  background-color: #fed7aa;
  border-color: #7f1d1d;
  color: #1a0a0a;
  outline: none;
}

.cuisine-tab-btn.active {
  background-color: #7f1d1d;
  color: #fff8f0;
  border-color: #7f1d1d;
}

.cuisine-tab-panels {
  background-color: #fff8f0;
  border-radius: 20px;
  border: 2px solid #f0d5b0;
  overflow: hidden;
}

.cuisine-tab-panel {
  display: none;
  padding: 40px;
}

.cuisine-tab-panel.active {
  display: block;
}

.tab-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.tab-region-name {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a0a0a;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.tab-panel-info p {
  color: #7a5a4a;
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 24px;
}

.tab-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tab-highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: #4a2c1a;
}

.highlight-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tab-panel-img {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #f0d5b0;
}

.tab-panel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.tab-panel-img:hover img {
  transform: scale(1.02);
}

/* ============================================
   CALCULATEUR D'ÉPICES
   ============================================ */
.calculator-section {
  background-color: #2d1010;
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}

.calculator-diagonal-shape {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #fff8f0;
  clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
}

.calc-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
  padding-top: 20px;
}

.calc-content .section-tag {
  margin-bottom: 18px;
}

.calc-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff8f0;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.calc-desc {
  font-size: 0.95rem;
  color: #c4907a;
  line-height: 1.75;
  margin-bottom: 20px;
}

.calc-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: #a07060;
  line-height: 1.5;
  padding: 12px 16px;
  background-color: rgba(127,29,29,0.3);
  border-radius: 8px;
  border-left: 3px solid #7f1d1d;
}

.calc-form-wrapper {
  background-color: #fff8f0;
  border-radius: 20px;
  padding: 36px;
  border: 2px solid #fed7aa;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.calc-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}

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

.calc-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #4a2c1a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.calc-input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #f0d5b0;
  border-radius: 10px;
  padding: 0 14px;
  background-color: #fff;
  transition: border-color 0.2s;
}

.calc-input-wrapper:focus-within {
  border-color: #7f1d1d;
}

.calc-input {
  flex: 1;
  border: none;
  background: none;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a0a0a;
  font-family: inherit;
  width: 60px;
  min-width: 0;
}

.calc-input:focus {
  outline: none;
}

.calc-input-unit {
  font-size: 0.82rem;
  color: #7a5a4a;
  font-weight: 500;
  white-space: nowrap;
}

.calc-hint {
  font-size: 0.75rem;
  color: #a07060;
  line-height: 1.4;
}

/* Spices grid */
.calc-spices-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 2px solid #f0d5b0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.calc-spice-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #f0d5b0;
}

.calc-spice-row:last-child {
  border-bottom: none;
}

.calc-spice-header {
  background-color: #fef3e2;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a5a4a;
}

.calc-spice-row:nth-child(odd):not(.calc-spice-header) {
  background-color: #fffaf5;
}

.spice-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a0a0a;
}

.spice-base {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #f0d5b0;
  border-radius: 8px;
  padding: 0 10px;
  background-color: #fff;
}

.spice-input {
  width: 50px;
  border: none;
  background: none;
  padding: 8px 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a0a0a;
  font-family: inherit;
}

.spice-input:focus {
  outline: none;
}

.spice-unit {
  font-size: 0.75rem;
  color: #7a5a4a;
  white-space: nowrap;
}

.spice-result {
  font-size: 0.9rem;
  font-weight: 700;
  color: #7f1d1d;
  padding: 8px 12px;
  background-color: #fef3e2;
  border-radius: 8px;
  border: 1px solid #fed7aa;
  text-align: center;
}

.calc-ratio-display {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background-color: #7f1d1d;
  border-radius: 12px;
  flex-wrap: wrap;
}

.ratio-label {
  font-size: 0.82rem;
  color: #fed7aa;
  font-weight: 600;
}

.ratio-value {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fde047;
  letter-spacing: -0.02em;
}

.ratio-note {
  font-size: 0.78rem;
  color: #c4907a;
  flex: 1;
  min-width: 160px;
}

/* ============================================
   WORLD MAP SECTION
   ============================================ */
.worldmap-section {
  background-color: #fff8f0;
  padding: 90px 0 100px;
}

.worldmap-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: start;
}

.worldmap-visual {
  position: relative;
}

.worldmap-visual img {
  width: 100%;
  border-radius: 16px;
  border: 2px solid #f0d5b0;
  margin-bottom: 16px;
}

.map-legend {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 12px 16px;
  background-color: #fef3e2;
  border-radius: 10px;
  border: 1px solid #f0d5b0;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #4a2c1a;
  font-weight: 500;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.legend-dot--explored {
  background-color: #7f1d1d;
}

.legend-dot--inprogress {
  background-color: #fed7aa;
  border: 2px solid #c07a3a;
}

.worldmap-countries {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.countries-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.countries-region-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7f1d1d;
  padding-bottom: 8px;
  border-bottom: 2px solid #fed7aa;
  display: block;
}

.countries-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.country-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
}

.country-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.country-explored {
  background-color: #fef3e2;
  color: #1a0a0a;
  border: 1px solid #fed7aa;
}

.country-explored .country-dot {
  background-color: #7f1d1d;
}

.country-inprogress {
  background-color: #fff;
  color: #7a5a4a;
  border: 1px dashed #f0d5b0;
}

.country-inprogress .country-dot {
  background-color: #fed7aa;
  border: 1.5px solid #c07a3a;
}

/* ============================================
   SPICE TABLE SECTION
   ============================================ */
.spice-table-section {
  background-color: #fef3e2;
  padding: 90px 0 100px;
}

.spice-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  border-radius: 16px;
  overflow: hidden;
}

.spice-table thead th {
  background-color: #7f1d1d;
  color: #fff8f0;
  padding: 16px 18px;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.spice-table thead th:first-child {
  border-radius: 0;
}

.spice-table tbody tr {
  border-bottom: 1px solid #f0d5b0;
  transition: background-color 0.15s;
}

.spice-table tbody tr:last-child {
  border-bottom: none;
}

.spice-table tbody tr:nth-child(odd) {
  background-color: #fff8f0;
}

.spice-table tbody tr:nth-child(even) {
  background-color: #fff3e6;
}

.spice-table tbody tr:hover {
  background-color: #fde047;
}

.spice-table tbody td {
  padding: 15px 18px;
  color: #4a2c1a;
  vertical-align: top;
  line-height: 1.5;
}

.spice-name-cell {
  color: #7f1d1d;
  font-weight: 700;
}

/* ============================================
   NEWSLETTER SECTION
   ============================================ */
.newsletter-section {
  background-color: #1a0a0a;
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}

.newsletter-shape {
  position: absolute;
  top: -60px;
  right: -100px;
  width: 400px;
  height: 400px;
  background-color: #7f1d1d;
  border-radius: 50%;
  opacity: 0.15;
}

.newsletter-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.newsletter-icon {
  width: 80px;
  height: 80px;
  background-color: #7f1d1d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  color: #fde047;
  border: 3px solid rgba(253,224,71,0.3);
}

.newsletter-title {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  color: #fff8f0;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.newsletter-desc {
  font-size: 1rem;
  color: #c4907a;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form {
  max-width: 520px;
  margin: 0 auto;
}

.newsletter-form-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.newsletter-input-wrapper {
  flex: 1;
  min-width: 0;
}

.newsletter-input {
  width: 100%;
  padding: 15px 18px;
  border: 2px solid rgba(254,215,170,0.3);
  border-radius: 10px;
  background-color: rgba(255,255,255,0.08);
  color: #fff8f0;
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.2s;
}

.newsletter-input::placeholder {
  color: #a07060;
}

.newsletter-input:focus {
  outline: none;
  border-color: #fde047;
  background-color: rgba(255,255,255,0.12);
}

.newsletter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #fde047;
  color: #1a0a0a;
  padding: 15px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s, transform 0.15s;
  font-family: inherit;
}

.newsletter-btn:hover,
.newsletter-btn:focus {
  background-color: #f5cc00;
  transform: translateY(-1px);
  outline: none;
}

.newsletter-note {
  font-size: 0.78rem;
  color: #7a5a4a;
  line-height: 1.5;
  margin-bottom: 0;
}

.newsletter-message {
  min-height: 24px;
  margin-top: 10px;
  font-size: 0.88rem;
  font-weight: 600;
}

.newsletter-message.success {
  color: #4ade80;
}

.newsletter-message.error {
  color: #f87171;
}

/* ============================================
   RESPONSIVE - MOBILE FIRST
   ============================================ */
@media (max-width: 1024px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-article {
    grid-template-columns: 1fr;
  }

  .featured-article-img {
    min-height: 280px;
  }

  .calc-wrapper {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .worldmap-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* Hero */
  .hero-section {
    padding: 50px 0 90px;
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 16px;
  }

  .hero-visual {
    justify-content: center;
  }

  .hero-img-frame {
    max-width: 100%;
  }

  .hero-floating-card {
    bottom: -16px;
    left: 12px;
  }

  .hero-cta-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }

  .hero-stats {
    gap: 16px;
  }

  /* Categories */
  .categories-section {
    padding: 60px 0 56px;
  }

  .categories-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .cat-card {
    padding: 20px 16px;
  }

  /* Articles */
  .articles-section {
    padding: 60px 0 70px;
  }

  .featured-article-content {
    padding: 28px 24px;
  }

  .articles-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  /* Tabs */
  .tabs-section {
    padding: 60px 0 70px;
  }

  .cuisine-tabs {
    gap: 6px;
  }

  .cuisine-tab-btn {
    padding: 9px 16px;
    font-size: 0.82rem;
  }

  .cuisine-tab-panel {
    padding: 24px 20px;
  }

  .tab-panel-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Calculator */
  .calculator-section {
    padding: 60px 0 70px;
  }

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

  .calc-form-wrapper {
    padding: 24px 20px;
  }

  .calc-spice-row {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 8px;
    padding: 10px 12px;
  }

  /* World map */
  .worldmap-section {
    padding: 60px 0 70px;
  }

  /* Spice table */
  .spice-table-section {
    padding: 60px 0 70px;
  }

  .spice-table thead th,
  .spice-table tbody td {
    padding: 12px 14px;
    font-size: 0.82rem;
  }

  /* Newsletter */
  .newsletter-section {
    padding: 60px 0 70px;
  }

  .newsletter-form-row {
    flex-direction: column;
    gap: 10px;
  }

  .newsletter-btn {
    width: 100%;
    justify-content: center;
  }

  .newsletter-inner {
    padding: 0 16px;
  }
}

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

  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .hero-stat-sep {
    display: none;
  }

  .calc-spice-row {
    grid-template-columns: 1fr 0.8fr 0.8fr;
    font-size: 0.8rem;
    gap: 6px;
    padding: 8px 10px;
  }

  .calc-spice-header span {
    font-size: 0.65rem;
  }

  .tab-region-name {
    font-size: 1.2rem;
  }

  .worldmap-countries {
    gap: 20px;
  }

  .countries-list {
    gap: 6px;
  }

  .country-item {
    font-size: 0.78rem;
    padding: 4px 10px;
  }

  .featured-article-content {
    padding: 20px 16px;
  }
}