/* CHIDADITA Y EL SEMILLA · Chidas Cocina */

.kitchen-page-body {
   background: #080f14;
   min-height: 100vh;
}

.kitchen-hero {
   padding: 8rem 1.5rem 2rem;
   text-align: center;
}

.kitchen-hero-eyebrow {
   display: block;
   font-size: 0.68rem;
   letter-spacing: 0.25em;
   text-transform: uppercase;
   color: #FF8C00;
   margin-bottom: 0.65rem;
}

.kitchen-hero h1 {
   font-family: 'Begosta', 'Bebas Neue', Impact, sans-serif;
   font-size: clamp(2.2rem, 8vw, 5rem);
   color: #c2a96c;
   line-height: 0.95;
   letter-spacing: 0.05em;
   text-shadow:
      0 0 10px #FF8C00,
      0 0 28px rgba(255, 140, 0, 0.4),
      0 0 56px rgba(255, 140, 0, 0.16);
}

.kitchen-hero-kicker {
   display: block;
   font-size: 0.78rem;
   letter-spacing: 0.28em;
   text-transform: uppercase;
   color: rgba(194, 169, 108, 0.9);
   margin-top: 0.5rem;
}

.kitchen-main {
   max-width: 760px;
   margin: 0 auto;
   padding: 0 1.25rem 4rem;
}

.kitchen-intro p {
   color: #b7af90;
   font-size: 0.92rem;
   line-height: 1.75;
   margin-bottom: 1rem;
   text-align: center;
}

.kitchen-partner-block {
   margin-top: 2.5rem;
   padding: 1.5rem 1.35rem;
   border: 1px solid rgba(194, 169, 108, 0.22);
   background: rgba(10, 21, 32, 0.4);
   text-align: center;
}

.kitchen-partner-block .kitchen-partner-name {
   font-family: 'Begosta', 'Bebas Neue', Impact, sans-serif;
   font-size: 1.35rem;
   letter-spacing: 0.06em;
   color: #c2a96c;
   margin: 0 0 0.75rem;
}

.kitchen-partner-block p {
   font-size: 0.88rem;
   line-height: 1.7;
   color: rgba(183, 175, 144, 0.92);
   margin-bottom: 0.85rem;
}

.kitchen-partner-block p:last-child {
   margin-bottom: 0;
}

.kitchen-region {
   margin-top: 3rem;
   padding-top: 2.5rem;
   border-top: 1px solid rgba(194, 169, 108, 0.15);
}

.kitchen-region-eyebrow {
   display: block;
   font-size: 0.68rem;
   letter-spacing: 0.22em;
   text-transform: uppercase;
   color: rgba(255, 140, 0, 0.72);
   margin-bottom: 0.45rem;
}

.kitchen-region-title {
   font-family: 'Begosta', 'Bebas Neue', Impact, sans-serif;
   font-size: clamp(1.25rem, 3vw, 1.75rem);
   letter-spacing: 0.05em;
   color: #c2a96c;
   margin: 0 0 0.35rem;
}

.kitchen-region-route {
   font-size: 0.72rem;
   letter-spacing: 0.14em;
   text-transform: uppercase;
   color: rgba(255, 140, 0, 0.65);
   margin-bottom: 1.35rem;
}

.kitchen-dishes {
   display: flex;
   flex-direction: column;
   gap: 1.1rem;
}

.kitchen-dish {
   padding: 1.15rem 1.2rem;
   border: 1px solid rgba(194, 169, 108, 0.18);
   background: rgba(5, 9, 13, 0.55);
   transition: border-color 0.3s, box-shadow 0.3s;
}

.kitchen-dish:hover {
   border-color: rgba(255, 140, 0, 0.28);
   box-shadow: 0 0 18px rgba(255, 140, 0, 0.06);
}

.kitchen-dish-city {
   font-size: 0.68rem;
   letter-spacing: 0.2em;
   text-transform: uppercase;
   color: rgba(255, 140, 0, 0.7);
   margin: 0 0 0.4rem;
}

.kitchen-dish-name {
   font-family: 'Begosta', 'Bebas Neue', Impact, sans-serif;
   font-size: 1.1rem;
   letter-spacing: 0.04em;
   color: #e8e4d4;
   margin: 0 0 0.5rem;
   font-weight: normal;
}

.kitchen-dish-note {
   font-size: 0.88rem;
   line-height: 1.7;
   color: #b7af90;
   margin: 0;
   font-weight: 300;
}

.kitchen-empty {
   text-align: center;
   padding: 2rem 1rem;
   color: #b7af90;
   font-size: 0.9rem;
}

.kitchen-outro {
   margin-top: 3rem;
   padding-top: 2rem;
   border-top: 1px solid rgba(194, 169, 108, 0.15);
   text-align: center;
}

.kitchen-outro p {
   font-size: 0.88rem;
   line-height: 1.65;
   color: rgba(183, 175, 144, 0.85);
   margin-bottom: 1rem;
}

.kitchen-outro a {
   font-size: 0.72rem;
   letter-spacing: 0.14em;
   text-transform: uppercase;
   color: #FF8C00;
}

.kitchen-outro a:hover {
   color: #c2a96c;
}
