:root {
  --red: #e53935;
  --blue: #1a3fc4;
  --masa: #fffbf0;
  --achiote: #ffc107;
  --magenta: #d81b60;
  --turquesa: #00897b;
  --morado: #6a3ba8;
  --coal: #111111;
  --muted: #666666;
  --line: #e0e0e0;
  --white: #ffffff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--masa);
  color: var(--coal);
  font-family: "Archivo", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
}

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

p {
  overflow-wrap: anywhere;
}

.split > *,
.feature-grid > *,
.menu-grid > *,
.info-grid > *,
.gallery > *,
.review-grid > * {
  min-width: 0;
}

.split p {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 2px solid var(--red);
  background: color-mix(in srgb, var(--masa) 94%, white);
}

.nav {
  width: min(calc(100% - 32px), var(--max));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

h1,
h2,
.eyebrow,
.menu-title,
.button,
.nav-links a,
.section-kicker {
  font-family: "Anton", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.brand img {
  height: 48px;
  width: auto;
  max-width: 55vw;
  border-radius: 0;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--red);
  font: inherit;
  padding: 8px;
  cursor: pointer;
  line-height: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 4px;
  padding: 12px 24px;
  text-transform: uppercase;
}

.button-primary {
  background: var(--red);
  color: var(--masa);
}

.button-secondary {
  border: 2px solid var(--red);
  color: var(--red);
}

.hero .button-secondary {
  border-color: var(--masa);
  color: var(--masa);
}

.hero {
  position: relative;
  min-height: min(76vh, 780px);
  display: grid;
  align-items: end;
  background: url("./assets/images/IMG_5169.webp") center 42% / cover;
  color: var(--masa);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(26, 14, 14, 0.74);
}

.hero-inner,
.section,
.footer-inner,
.split,
.page-hero-inner {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 72px 0 54px;
  max-width: 760px;
  margin-left: max(16px, calc((100vw - var(--max)) / 2));
}

.eyebrow,
.section-kicker {
  color: var(--achiote);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-kicker::before,
.section-kicker::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--achiote);
  flex-shrink: 0;
}

h1 {
  margin: 10px 0 18px;
  font-family: "Bowlby One", Arial, sans-serif;
  font-size: clamp(52px, 9vw, 100px);
  line-height: 0.92;
}

h2 {
  margin: 0 0 18px;
  color: var(--red);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: "Anton", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero p,
.lead {
  max-width: 680px;
  font-size: 18px;
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.band {
  padding: 76px 0;
}

.band-white {
  background: var(--white);
}

.band-blue {
  background: var(--blue);
  color: var(--masa);
}

.band-blue h2,
.band-blue h3 {
  color: var(--achiote);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 40px;
  align-items: center;
}

.photo-frame {
  overflow: hidden;
  border: 2px solid var(--blue);
  border-radius: 8px;
  background: var(--white);
}

.photo-frame img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.brand-panel {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 2px solid var(--blue);
  border-radius: 8px;
  background: var(--masa);
}

.brand-panel img {
  width: min(280px, 70%);
}

.feature-grid,
.menu-grid,
.info-grid,
.gallery {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.menu-grid {
  grid-template-columns: repeat(2, 1fr);
}

.info-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gallery {
  grid-template-columns: repeat(3, 1fr);
}

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

.feature,
.menu-card,
.info-card,
.post-card,
.review-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 20px;
}

.feature:nth-child(1) {
  background: var(--red);
  color: var(--masa);
  border-left-color: var(--masa);
}

.feature:nth-child(1) h3 {
  color: var(--masa);
}

.feature:nth-child(2) {
  background: var(--blue);
  color: var(--masa);
  border-left-color: var(--achiote);
}

.feature:nth-child(2) h3 {
  color: var(--achiote);
}

.feature:nth-child(3) {
  background: var(--magenta);
  color: var(--masa);
  border-left-color: var(--masa);
}

.feature:nth-child(3) h3 {
  color: var(--masa);
}

.menu-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
}

.menu-title {
  color: var(--blue);
  font-size: 22px;
  text-transform: uppercase;
}

.menu-desc {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.price {
  color: var(--red);
  font-weight: 700;
}

.page-hero {
  border-bottom: 2px solid var(--red);
  background: var(--blue);
  color: var(--masa);
}

.page-hero-inner {
  padding: 56px 0 48px;
}

.page-hero h1 {
  max-width: 760px;
}

.gallery img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-placeholder {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--masa);
}

.menu-section + .menu-section {
  margin-top: 44px;
}

.menu-section {
  max-width: 100%;
}

.menu-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 38px;
}

.menu-jump a {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  font-family: "Anton", Arial, sans-serif;
  text-transform: uppercase;
}

.menu-table {
  width: 100%;
  border-collapse: collapse;
}

.table-scroll {
  width: 100%;
}

.menu-table th,
.menu-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  vertical-align: top;
}

.menu-table th {
  color: var(--blue);
  font-family: "Anton", Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.menu-table td:not(:first-child),
.menu-table th:not(:first-child) {
  padding-left: 18px;
  text-align: right;
  white-space: nowrap;
}

.menu-subsection + .menu-subsection {
  margin-top: 26px;
}

.menu-copy {
  max-width: 760px;
  margin: 0 0 18px;
}

.menu-detail {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.menu-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.small-note {
  color: var(--muted);
  font-size: 14px;
}

.list-clean {
  margin: 0;
  padding-left: 18px;
}

.post-card {
  display: grid;
  gap: 12px;
}

.footer {
  background: var(--blue);
  color: var(--masa);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  padding: 42px 0;
}

.footer p {
  margin: 6px 0;
}

.footer strong {
  color: var(--achiote);
}

.footer-brand {
  height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0;
}

.band-shout {
  background: var(--red);
  color: var(--masa);
  padding: 56px 16px;
  text-align: center;
}

.band-magenta {
  background: var(--magenta);
  color: var(--masa);
}

.shout-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.shout-text {
  margin: 0;
  font-family: "Bowlby One", Arial, sans-serif;
  font-size: clamp(72px, 14vw, 160px);
  line-height: 0.88;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.shout-sub {
  margin: 18px 0 0;
  font-family: "Caveat", cursive;
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 28px);
  color: var(--achiote);
}

.chef-note {
  margin: 0 0 28px;
  font-family: "Caveat", cursive;
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 26px);
  color: var(--turquesa);
}

.mobile-break {
  display: none;
}

@media (max-width: 860px) {
  .section,
  .page-hero-inner,
  .footer-inner,
  .split {
    width: calc(100vw - 32px);
  }

  .nav {
    min-height: 72px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    inset: 72px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    background: var(--masa);
  }

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

  .nav-links a {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: 620px;
  }

  .hero-inner {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    padding-bottom: 36px;
  }

  .hero p {
    max-width: 320px;
  }

  .menu-table {
    table-layout: fixed;
  }

  .table-scroll {
    overflow-x: auto;
  }

  .table-scroll .menu-table {
    min-width: 560px;
    table-layout: auto;
  }

  .menu-table th,
  .menu-table td {
    font-size: 14px;
  }

  .menu-table td:not(:first-child),
  .menu-table th:not(:first-child) {
    padding-left: 8px;
    white-space: normal;
  }

  .menu-jump {
    row-gap: 8px;
  }

  .split,
  .feature-grid,
  .menu-grid,
  .info-grid,
  .gallery,
  .review-grid,
  .menu-two-col,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .band {
    padding: 56px 0;
  }

  .mobile-break {
    display: inline;
  }
}
/* =========================================
   BOTANAZO — Layout experimental
   Referentes: Frenessi (estructura) +
   Cucurrucucu + Qué Rico (color y tipo)
   ========================================= */

/* --- STATEMENT BAND --- */
.t-statement {
  background: var(--blue);
  color: var(--masa);
  padding: 80px 16px;
  text-align: center;
  overflow: hidden;
}

.t-statement-line {
  margin: 0;
  font-family: "Bowlby One", Arial, sans-serif;
  font-size: clamp(60px, 12vw, 150px);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.t-statement-accent {
  color: var(--achiote);
}

/* --- INTRO FILOSÓFICA --- */
.t-intro {
  background: var(--masa);
  padding: 100px 16px;
  border-bottom: 2px solid var(--line);
}

.t-intro-inner {
  max-width: 820px;
  margin: 0 auto;
}

.t-intro-text {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.65;
  margin: 28px 0 0;
  color: var(--coal);
}

/* --- CATEGORY GRID --- */
.t-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.t-cat-card {
  padding: 60px 44px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.t-cat-red    { background: var(--red);     color: var(--masa); }
.t-cat-blue   { background: var(--blue);    color: var(--masa); }
.t-cat-magenta{ background: var(--magenta); color: var(--masa); }

.t-cat-label {
  font-family: "Anton", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: 0.65;
}

.t-cat-title {
  font-family: "Bowlby One", Arial, sans-serif;
  font-size: clamp(42px, 5.5vw, 68px);
  line-height: 0.88;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: inherit;
}

.t-cat-desc {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  opacity: 0.88;
}

.t-cat-bottom {
  margin-top: 48px;
}

.t-cat-link {
  font-family: "Anton", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: inherit;
  border-bottom: 2px solid currentColor;
  padding-bottom: 4px;
  display: inline-block;
}

/* --- THE BRIEF --- */
.t-brief {
  background: var(--white);
  padding: 130px 16px;
  text-align: center;
}

.t-brief-inner {
  max-width: 960px;
  margin: 0 auto;
}

.t-brief-text {
  font-family: "Bowlby One", Arial, sans-serif;
  font-size: clamp(38px, 6vw, 78px);
  line-height: 0.98;
  color: var(--coal);
  margin: 0;
  text-transform: uppercase;
}

.t-brief-text em {
  color: var(--red);
  font-style: normal;
}

/* --- FEATURES 3 BLOQUES --- */
.t-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--masa);
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.t-feature {
  padding: 72px 52px;
  border-right: 1px solid var(--line);
}

.t-feature:last-child {
  border-right: none;
}

.t-feature-num {
  font-family: "Bowlby One", Arial, sans-serif;
  font-size: 80px;
  line-height: 1;
  color: var(--achiote);
  margin: 0 0 20px;
}

.t-feature-title {
  font-family: "Anton", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--coal);
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.t-feature p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 28px;
}

.t-feature-cta {
  font-family: "Anton", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  border-bottom: 2px solid var(--red);
  padding-bottom: 3px;
  display: inline-block;
}

/* --- GALLERY 2x2 --- */
.t-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.t-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* --- INFO PRÁCTICA --- */
.t-info {
  background: var(--white);
  padding: 100px 16px;
}

.t-info-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
}

.t-info-block p {
  font-size: 17px;
  line-height: 1.65;
  margin: 20px 0 0;
}

.t-info-block a {
  color: var(--red);
}

.t-info-address {
  font-family: "Bowlby One", Arial, sans-serif !important;
  font-size: clamp(24px, 2.8vw, 36px) !important;
  line-height: 1.05 !important;
  text-transform: uppercase;
  color: var(--coal) !important;
  margin: 20px 0 0 !important;
}

.t-info-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 4px;
  padding: 12px 24px;
  background: var(--red);
  color: var(--masa);
  font-family: "Anton", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 24px;
}

/* --- RESPONSIVE --- */
@media (max-width: 860px) {
  .t-cat-grid,
  .t-features,
  .t-info-inner {
    grid-template-columns: 1fr;
  }

  .t-cat-card {
    min-height: auto;
    padding: 48px 28px;
  }

  .t-cat-bottom {
    margin-top: 36px;
  }

  .t-feature {
    padding: 52px 28px;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .t-feature:last-child {
    border-bottom: none;
  }

  .t-gallery {
    grid-template-columns: 1fr;
  }

  .t-gallery img {
    aspect-ratio: 3 / 2;
  }

  .t-brief {
    padding: 80px 16px;
  }

  .t-intro {
    padding: 72px 16px;
  }

  .t-statement {
    padding: 60px 16px;
  }
}
