:root {
  --ink: #211b12;
  --muted: #564338;
  --cream: #fff8f3;
  --cream-card: #ffffff;
  --leaf: #496800;
  --accent: #974400;
  --max: 1120px;
  --font-display: "Literata", Georgia, serif;
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
}

@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("assets/fonts/literata-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/plusjakarta-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

em {
  font-style: normal;
  color: var(--accent);
}

/* —— Hero cinema —— */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  color: #fff8f3;
  overflow: clip;
}

.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.85rem, 11vw, 6rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 14, 8, 0.45) 0%, rgba(20, 14, 8, 0.2) 35%, rgba(20, 14, 8, 0.55) 100%),
    radial-gradient(ellipse at center, transparent 30%, rgba(20, 14, 8, 0.35) 100%);
}

.nav,
.hero__copy,
.hero__scroll {
  position: relative;
  z-index: 2;
}

.nav {
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 2.5rem);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  justify-self: start;
}

.logo__text {
  display: grid;
  line-height: 1.05;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo__text strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 700;
}

.nav__links {
  display: none;
  gap: 1.4rem;
  font-size: 0.92rem;
  font-weight: 500;
}

.nav__links a:hover {
  opacity: 0.85;
}

.lang {
  position: relative;
  justify-self: end;
}

.lang__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.lang__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.45rem);
  z-index: 30;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  min-width: 8.5rem;
  border-radius: 12px;
  background: rgba(255, 248, 243, 0.96);
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(20, 14, 8, 0.2);
}

.lang__menu button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  font: inherit;
  cursor: pointer;
}

.lang__menu button:hover {
  background: rgba(151, 68, 0, 0.1);
}

.hero__copy {
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: 1rem;
  animation: rise 0.9s ease-out both;
  pointer-events: none;
}

.hero__copy > * {
  pointer-events: auto;
}

.hero__eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
}

.hero__tagline {
  margin: 1rem 0 1.5rem;
  max-width: 28rem;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.75rem;
  padding: 0.7rem 1.35rem;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.84rem;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.btn--ghost {
  border: 1px solid rgba(255, 248, 243, 0.85);
  background: rgba(20, 14, 8, 0.28);
  color: #fff8f3;
  backdrop-filter: blur(4px);
}

.btn--ghost:hover {
  background: rgba(255, 248, 243, 0.12);
  transform: translateY(-1px);
}

.btn--solid {
  border: 0;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
}

.btn--solid:hover {
  background: #7c3700;
}

.btn--outline {
  border: 1px solid rgba(151, 68, 0, 0.28);
  background: #fff;
  color: var(--accent);
  border-radius: 999px;
}

.btn--outline:hover {
  background: rgba(151, 68, 0, 0.06);
}

.btn__chevron,
.hero__chevron {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.hero__scroll {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  padding-bottom: 1.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  opacity: 0.92;
}

/* —— Content —— */
main {
  padding-bottom: 3rem;
}

.section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding-top: 3.4rem;
}

.eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--leaf);
}

.section > h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.55rem);
  color: var(--ink);
}

.lead {
  margin: 0 0 1.5rem;
  color: var(--muted);
  max-width: 40rem;
}

.rule {
  width: 4.5rem;
  height: 2px;
  margin: -0.5rem 0 1.5rem;
  background: linear-gradient(90deg, #ffb81c, var(--accent));
}

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1.1rem 0.9rem;
}

.grid li {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  text-align: center;
}

.grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(74, 66, 56, 0.08);
}

.grid span {
  font-size: 0.9rem;
  font-weight: 600;
}

.more-wrap {
  margin: 1.6rem 0 0;
  text-align: center;
}

.season-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.4rem;
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.season-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.season-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 3px;
  display: inline-block;
}

.season-dot--peak {
  background: var(--accent);
}

.season-dot--ok {
  background: #e8b07a;
}

.season-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  background: var(--cream-card);
  box-shadow: 0 8px 24px rgba(74, 66, 56, 0.06);
}

.season-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 44rem;
  font-size: 0.8rem;
}

.season-table th,
.season-table td {
  padding: 0.5rem 0.3rem;
  text-align: center;
  border-bottom: 1px solid rgba(74, 66, 56, 0.08);
  background: var(--cream-card);
}

.season-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fffaf5;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.season-table thead th.season-sticky {
  z-index: 3;
  left: 0;
}

.season-table thead th.is-now {
  color: var(--accent);
}

.season-table tbody th.season-sticky {
  position: sticky;
  left: 0;
  z-index: 1;
  text-align: left;
  padding-left: 0.85rem;
  padding-right: 0.75rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  background: var(--cream-card);
  box-shadow: 6px 0 10px -8px rgba(74, 66, 56, 0.35);
}

.season-table .season-group th {
  text-align: left;
  padding: 0.85rem 0.85rem 0.45rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--leaf);
  background: #fffaf5;
  border-bottom: 0;
}

.season-table tbody tr:last-child th,
.season-table tbody tr:last-child td {
  border-bottom: 0;
}

.season-table td.is-now,
.season-table th.is-now {
  background: rgba(151, 68, 0, 0.05);
}

.season-table tbody th.season-sticky.is-now,
.season-table td.is-now {
  background: #faf0e6;
}

.season-cell {
  width: 0.95rem;
  height: 0.95rem;
  margin: 0 auto;
  border-radius: 3px;
  display: block;
}

.season-cell--peak {
  background: var(--accent);
}

.season-cell--ok {
  background: #e8b07a;
}

.season-cell--empty {
  background: rgba(74, 66, 56, 0.08);
}

.season-note {
  margin: 0.9rem 0 0;
  max-width: 42rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.split {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.card {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 18px;
  background: var(--cream-card);
  box-shadow: 0 12px 40px rgba(74, 66, 56, 0.08);
}

.card h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.card h3 {
  margin: 0 0 0.9rem;
  color: var(--leaf);
  font-size: 1.15rem;
}

.card p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  line-height: 1.55;
}

.checks {
  display: grid;
  gap: 0.65rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.checks li {
  position: relative;
  padding-left: 1.7rem;
  font-weight: 600;
  color: var(--ink);
}

.checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: rgba(73, 104, 0, 0.12);
  color: var(--leaf);
  font-size: 0.75rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.photo-card {
  margin: 0;
}

.photo-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(74, 66, 56, 0.1);
}

.photo-card figcaption {
  margin-top: 0.7rem;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--muted);
}

.badge {
  display: inline-block;
  margin: 0.4rem 0 0 !important;
  padding: 0.28rem 0.7rem;
  border: 1px solid rgba(151, 68, 0, 0.45);
  border-radius: 999px;
  color: var(--accent) !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.divider {
  border: 0;
  border-top: 1px solid rgba(221, 193, 179, 0.7);
  margin: 1.4rem 0 1.1rem;
}

.member {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(255, 241, 227, 0.55);
}

.member__avatar {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f3d5bc;
  color: var(--accent);
  font-weight: 800;
}

.member__name {
  margin: 0 !important;
  color: var(--ink) !important;
  font-weight: 700;
}

.member__role {
  margin: 0.1rem 0 0 !important;
  font-size: 0.9rem;
}

.visit {
  display: grid;
  gap: 1.4rem;
}

.visit h3 {
  margin: 0.9rem 0 0.35rem;
  color: var(--ink);
  font-size: 1rem;
}

.visit h3:first-child {
  margin-top: 0;
}

.visit__map {
  margin: 0;
  border: 0;
  border-radius: 16px;
  overflow: clip;
  background: #e8e0d6;
  min-height: 16rem;
  box-shadow: 0 8px 24px rgba(74, 66, 56, 0.08);
}

.visit__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16rem;
  border: 0;
}

.intro {
  text-align: center;
  padding-bottom: 0.5rem;
}

#opiniones {
  padding-top: 2.2rem;
}

.intro__quote {
  margin: 0 auto;
  max-width: 38rem;
  padding: 0;
  border: 0;
}

.intro__quote p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
}

.intro__quote footer {
  margin-top: 1rem;
}

.intro__quote cite {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent, #974400);
}

.reviews {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.25rem;
}

.review {
  margin: 0;
  padding: 1.25rem 1.3rem 1.35rem;
  border: 0;
  border-radius: 16px;
  background: var(--cream-card);
  box-shadow: 0 8px 24px rgba(74, 66, 56, 0.06);
}

.review__icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 0 0.85rem;
  border-radius: 999px;
  background: rgba(151, 68, 0, 0.1);
  color: var(--accent);
}

.review__icon svg {
  display: block;
}

.review p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-style: italic;
  line-height: 1.45;
  color: var(--ink);
}

.review footer {
  margin-top: 0.95rem;
}

.review cite {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

@media (min-width: 720px) {
  .reviews {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

.faq {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.faq details {
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
  background: var(--cream-card);
  box-shadow: 0 8px 24px rgba(74, 66, 56, 0.06);
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
}

.faq details p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}

address {
  font-style: normal;
}

.footer {
  padding: 2rem 1rem 2.5rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 820px) {
  .nav__links {
    display: flex;
  }

  .split {
    grid-template-columns: 1.25fr 0.85fr;
    gap: 1.5rem;
  }

  .checks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .checks li {
    padding-left: 1.55rem;
    font-size: 0.92rem;
  }

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

  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 819px) {
  .nav {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo lang"
      "links links";
  }

  .logo {
    grid-area: logo;
  }

  .lang {
    grid-area: lang;
  }

  .nav__links {
    grid-area: links;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem 1.1rem;
    font-size: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  html {
    scroll-behavior: auto;
  }
}
