:root {
  --ink: #17211c;
  --muted: #5f6c64;
  --paper: #fffdf7;
  --mist: #eef3ee;
  --leaf: #296d42;
  --leaf-dark: #184a2d;
  --sun: #f2c94c;
  --coral: #f45b69;
  --line: #dfe7df;
  --shadow: 0 24px 60px rgba(23, 33, 28, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0) 0, var(--paper) 620px),
    var(--paper);
}

img,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: clamp(520px, 78vh, 760px);
  display: grid;
  place-items: end center;
  overflow: hidden;
  isolation: isolate;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.hero__shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.3) 38%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 50% 82%, rgba(41, 109, 66, 0.5), transparent 42%);
}

.hero__content {
  width: min(calc(100% - 32px), 920px);
  padding: 0 0 clamp(42px, 9vh, 86px);
  color: #fff;
  text-align: center;
}

.host {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.host::before,
.host::after {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--sun);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 22px;
  font-size: 1.35rem;
}

.hero__dates,
.hero__place {
  margin-bottom: 8px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
}

.hero__place {
  color: rgba(255, 255, 255, 0.84);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 12px 30px rgba(244, 91, 105, 0.3);
}

.button--whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.28);
}

.button svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex: 0 0 auto;
}

.button--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(12px);
}

main {
  overflow: hidden;
  padding: 0em 1em;
}

section {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.intro > *,
.winter > *,
.location > * {
  min-width: 0;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.copy {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.copy p {
  margin-bottom: 1.25em;
}

.quick-facts {
  position: sticky;
  top: 22px;
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.quick-facts div {
  padding: 16px;
  border-radius: 8px;
  background: var(--mist);
}

.fact__label {
  display: block;
  margin-bottom: 7px;
  color: var(--leaf);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-facts strong {
  display: block;
  line-height: 1.35;
}

.band {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100vw - 1180px) / 2));
  background: var(--mist);
}

.section-heading {
  max-width: 760px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.park-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.park-list li {
  min-height: 86px;
  display: flex;
  align-items: center;
  border-left: 5px solid var(--leaf);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  font-weight: 800;
  line-height: 1.3;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.month {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 30px);
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 33, 28, 0.08);
}

.lesson {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.lesson + .lesson {
  margin-top: 18px;
}

.lesson strong,
.lesson span {
  display: block;
}

.lesson strong {
  color: var(--leaf-dark);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.lesson span {
  margin: 5px 0 9px;
  font-weight: 900;
}

.lesson p,
.winter p,
.location p,
.closing p {
  color: var(--muted);
  line-height: 1.65;
}

.winter {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 28px;
  align-items: end;
}

.winter p {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.location {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.location__content {
  display: grid;
  gap: 4px;
}

.map-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.map-option {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 13px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.map-option:hover {
  transform: translateY(-1px);
  border-color: rgba(41, 109, 66, 0.4);
}

.map-option.is-active {
  border-color: var(--leaf);
  background: var(--leaf);
  color: #fff;
}

.location iframe {
  width: 100%;
  height: clamp(360px, 52vw, 560px);
  border: 0;
  border-radius: 8px;
  background: #d8e0dc;
  box-shadow: var(--shadow);
}

.closing {
  width: min(calc(100% - 32px), 820px);
  text-align: center;
}

.closing h2 {
  margin-bottom: 12px;
}

.closing p {
  margin-bottom: 24px;
  font-size: 1.2rem;
}

.whatsapp-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(23, 33, 28, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.whatsapp-button svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.whatsapp-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(23, 33, 28, 0.28);
}

@media (max-width: 900px) {
  .intro,
  .winter,
  .location {
    grid-template-columns: 1fr;
  }

  .quick-facts {
    position: static;
  }

  .park-list,
  .schedule-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 620px;
    place-items: end center;
  }

  .hero__image {
    object-position: 58% center;
  }

  .hero__content {
    width: min(calc(100% - 24px), 520px);
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(1.9rem, 8.6vw, 2.55rem);
    line-height: 1.03;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.08;
  }

  .host::before,
  .host::after {
    width: 20px;
  }

  section {
    width: auto;
    /*margin-right: 12px;
    margin-left: 12px;*/
    padding: 42px 0;
  }

  .band {
    width: 100%;
    padding-inline: 12px;
  }

  .park-list,
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .intro,
  .intro > div,
  .copy,
  .copy p,
  .intro h2 {
    max-width: calc(100vw - 24px);
  }

  .intro h2,
  .copy p {
    overflow-wrap: break-word;
  }

  .park-list li {
    min-height: auto;
  }

  .button {
    width: 100%;
  }

  .whatsapp-button {
    right: 12px;
    bottom: 12px;
    width: 54px;
    height: 54px;
  }
}
