:root {
  --bg: #f6eee1;
  --bg-2: #efe2cf;
  --surface: rgba(255, 250, 243, 0.92);
  --surface-strong: rgba(255, 248, 239, 0.98);
  --text: #2f241c;
  --text-soft: #6f6255;
  --wine: #6f1d1b;
  --wine-dark: #4f1412;
  --gold: #d0a157;
  --gold-dark: #b98539;
  --line: rgba(126, 88, 44, 0.18);
  --shadow: 0 18px 40px rgba(76, 48, 28, 0.12);
  --shadow-soft: 0 12px 28px rgba(99, 68, 38, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
  --active-green: #2f9e44;
  --active-green-soft: rgba(47, 158, 68, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.42), transparent 36%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(84, 19, 17, 0.94);
  backdrop-filter: blur(8px);
}

.site-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-brand {
  color: #fff7ef;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  color: #fff2e6;
  text-decoration: none;
  font-size: 0.98rem;
}

.hero {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    url("./assets/molinos_portada.png") center center / cover no-repeat;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(40, 18, 9, 0.3) 0%,
      rgba(40, 18, 9, 0.48) 100%
    );
}

.hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 5rem 0 4rem;
}

.hero__eyebrow {
  margin: 0 0 1rem;
  color: #f0d6a7;
  letter-spacing: 0.28em;
  font-size: 0.95rem;
}

.hero__title {
  margin: 0;
  color: #f4e7d3;
  font-size: clamp(4rem, 9vw, 7.2rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.hero__description {
  max-width: 760px;
  margin: 1.4rem auto 0;
  color: #fff7ef;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 1rem 1.6rem;
  background: var(--gold);
  color: #fff9f1;
  text-decoration: none;
  border-radius: 999px;
  font-size: 1.02rem;
  font-weight: bold;
  box-shadow: 0 12px 28px rgba(77, 49, 21, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.hero-button:hover {
  transform: translateY(-2px);
  background: var(--gold-dark);
  box-shadow: 0 16px 30px rgba(77, 49, 21, 0.22);
}

.hero-button--secondary {
  background: rgba(208, 161, 87, 0.88);
}

.offers-section {
  padding: 4.5rem 0;
}

.section-title {
  margin: 0 0 2rem;
  text-align: center;
  color: var(--wine);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.section-title--left {
  text-align: left;
  margin-bottom: 1rem;
}

.offer-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.offer-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 1rem 1.2rem;
  background: var(--surface);
  border-radius: 22px;
  text-decoration: none;
  color: #3a2a1d;
  font-size: 1rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.offer-card:hover {
  transform: translateY(-3px);
  background: var(--surface-strong);
  box-shadow: 0 18px 34px rgba(99, 68, 38, 0.16);
}

.hours-section {
  padding: 1.4rem 0 4rem;
}

#horarios {
  scroll-margin-top: 110px;
}

.season-status {
  width: fit-content;
  margin: 0 auto 1.35rem;
  padding: 0.78rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.72rem;
  background: rgba(255, 250, 243, 0.94);
  border: 1px solid rgba(175, 133, 80, 0.2);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(70, 43, 25, 0.08);
}

.season-status__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display: inline-block;
  background: var(--active-green);
  box-shadow: 0 0 0 4px var(--active-green-soft);
  flex: 0 0 12px;
}

.season-status__text {
  color: #4d2d1f;
  font-size: 1rem;
  font-weight: bold;
}

.hours-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.hours-card {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.5), transparent 40%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(243, 232, 216, 0.98));
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(175, 133, 80, 0.18);
}

.hours-card--active {
  border-color: rgba(47, 158, 68, 0.34);
  box-shadow:
    0 18px 40px rgba(76, 48, 28, 0.12),
    0 0 0 4px rgba(47, 158, 68, 0.08);
}

.hours-card h2 {
  margin: 0 0 1.5rem;
  color: var(--wine);
  font-size: clamp(2rem, 3vw, 3.3rem);
  text-align: center;
}

.hours-list {
  display: grid;
  gap: 0.9rem;
}

.hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
}

.hours-row span {
  color: var(--text);
  font-size: 1.05rem;
}

.hours-row strong {
  color: var(--wine);
  font-size: 1.15rem;
}

.contact-section {
  padding: 0 0 4.5rem;
}

.contact-card {
  background: rgba(255, 250, 243, 0.88);
  border: 1px solid rgba(175, 133, 80, 0.18);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}

.contact-text {
  margin: 0;
  max-width: 760px;
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-links {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  background: var(--wine);
  color: #fff8f2;
}

.contact-links a:hover {
  background: var(--wine-dark);
}

@media (max-width: 1100px) {
  .offer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header__inner {
    min-height: auto;
    padding: 0.9rem 0;
    flex-direction: column;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  #horarios {
    scroll-margin-top: 130px;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 66vh;
  }

  .hero__content {
    padding: 4rem 0 3rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-button {
    width: 100%;
    max-width: 290px;
  }

  .offer-links {
    grid-template-columns: 1fr;
  }

  .season-status {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0.85rem 1rem;
  }

  .season-status__text {
    font-size: 0.95rem;
  }

  .hours-card,
  .contact-card {
    padding: 1.3rem;
  }

  .hours-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
