/* === Homepage === */
main {
  overflow: hidden;
}

.hero {
  max-width: 1180px;
  min-height: calc(100vh - 112px);
  margin: 0 auto;
  padding: 58px 20px 48px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 42px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero h1 {
  margin: 8px 0 18px;
  color: var(--ink);
  font-family: 'Ranchers', cursive;
  font-size: clamp(70px, 12vw, 148px);
  line-height: 0.84;
  text-shadow: 5px 5px 0 rgba(255, 212, 77, 0.8);
}

.hero-lede {
  max-width: 580px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-media {
  position: relative;
  min-height: 590px;
  border-radius: 36px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 24px -10px 20px 54px;
  border-radius: 36px;
  background: linear-gradient(135deg, var(--pink-soft), var(--sun));
  transform: rotate(4deg);
  box-shadow: var(--shadow);
}

.hero-media::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -8px;
  bottom: 38px;
  border-radius: 50%;
  background:
    linear-gradient(var(--teal) 0 0) center / 22px 115px no-repeat,
    linear-gradient(var(--teal) 0 0) 42% 62% / 72px 22px no-repeat,
    linear-gradient(var(--teal) 0 0) 62% 44% / 22px 74px no-repeat;
  opacity: 0.18;
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 600px);
  height: 590px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 26px 65px rgba(38, 50, 56, 0.24);
}

.hero-card {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 42px;
  width: min(310px, 80%);
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(38, 50, 56, 0.18);
  backdrop-filter: blur(14px);
}

.hero-card span {
  display: block;
  color: var(--pink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin-top: 6px;
  font-size: 21px;
  line-height: 1.16;
}

.quick-stats {
  max-width: 1060px;
  margin: -10px auto 80px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.quick-stats div {
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 14px 36px rgba(70, 44, 28, 0.08);
  text-align: center;
}

.quick-stats strong {
  display: block;
  color: var(--teal-dark);
  font-family: 'Ranchers', cursive;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.quick-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
}

.story-panel,
.schedule-section,
.instagram,
.cta {
  max-width: 1120px;
  margin: 76px auto;
  padding: 0 20px;
}

.story-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: center;
  padding: 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,240,220,0.92));
  border: 1px solid rgba(38, 50, 56, 0.1);
  box-shadow: var(--shadow);
}

.story-panel h2,
.section-heading h2,
.cta h2 {
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
}

.story-panel p:last-child {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.feature-grid {
  max-width: 1120px;
  margin: 76px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-grid article {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(70, 44, 28, 0.10);
  overflow: hidden;
}

.feature-grid article::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--sun);
  opacity: 0.34;
}

.feature-grid span {
  color: var(--pink);
  font-weight: 700;
}

.feature-grid h3 {
  margin: 42px 0 10px;
  color: var(--teal-dark);
  font-size: 27px;
}

.feature-grid p {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.section-heading {
  margin-bottom: 24px;
  text-align: center;
}

.schedule-section {
  padding: 50px 34px;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.schedule-list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.schedule-empty {
  padding: 28px;
  border: 1px dashed rgba(53, 178, 172, 0.35);
  border-radius: 18px;
  color: var(--muted);
  text-align: center;
  font-size: 18px;
}

.schedule-day {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff, var(--cream-strong));
  border: 1px solid var(--line);
}

.schedule-day .date-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--teal-dark);
  font-size: 20px;
  font-weight: 700;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--sun);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.stop-row {
  margin-top: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(38, 50, 56, 0.08);
}

.stop-row .time {
  color: var(--pink);
  font-weight: 700;
}

.stop-row .loc a {
  display: inline-block;
  margin-top: 4px;
  color: var(--teal-dark);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.stop-row .loc a:hover {
  text-decoration: underline;
}

.stop-row .notes {
  margin-top: 6px;
  color: var(--muted);
  font-size: 15px;
}

.instagram {
  text-align: center;
}

.insta-handle {
  display: inline-flex;
  margin-top: 12px;
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: none;
}

.insta-handle:hover {
  color: var(--pink);
}

.insta-embed-wrapper {
  max-width: 560px;
  margin: 24px auto 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.snapwidget-widget {
  width: 100%;
  max-width: 560px;
  height: 560px;
  border: none;
  background: #fff;
}

.cta {
  padding: 58px 28px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(38, 50, 56, 0.14), rgba(38, 50, 56, 0.08)),
    linear-gradient(135deg, var(--pink), var(--teal));
  box-shadow: var(--shadow);
}

.cta .section-eyebrow,
.cta h2 {
  color: #fff;
}

.cta .button-primary {
  margin-top: 22px;
  background: #fff;
  color: var(--ink);
}

@media (max-width: 900px) {
  .hero,
  .story-panel,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 38px;
  }

  .hero-media {
    min-height: 470px;
  }

  .hero-media img {
    height: 470px;
  }

  .quick-stats {
    grid-template-columns: 1fr;
    margin-bottom: 54px;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-inline: 16px;
  }

  .hero h1 {
    font-size: 76px;
  }

  .hero-media {
    min-height: 360px;
    flex-direction: column;
    align-items: center;
  }

  .hero-media img {
    height: 360px;
    border-radius: 24px;
  }

  .hero-media::before {
    inset: 18px 0 16px 22px;
  }

  .hero-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(100%, 300px);
    margin-top: -58px;
  }

  .story-panel,
  .schedule-section {
    padding: 30px 20px;
  }

  .feature-grid article {
    min-height: 210px;
  }

  .snapwidget-widget {
    height: 430px;
  }
}
