:root {
  --cream: #fbf6ee;
  --paper: #fffdf8;
  --sage: #7f988c;
  --leaf: #405a47;
  --moss: #5a5534;
  --gold: #b39a2a;
  --clay: #b7836f;
  --rose: #d7aaa0;
  --ink: #292720;
  --muted: #6f675c;
  --line: rgba(64, 90, 71, 0.18);
  --shadow: 0 20px 55px rgba(41, 39, 32, 0.12);
  --header: 74px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
}

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

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
  color: var(--moss);
}

h1 {
  max-width: 760px;
  font-size: clamp(2.7rem, 5.4vw, 4.9rem);
}

h2 {
  max-width: 940px;
  font-size: clamp(2rem, 4.6vw, 4.2rem);
}

h3 {
  font-size: 1.25rem;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--paper);
  background: var(--ink);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  min-height: var(--header);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--leaf);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 30%, var(--rose) 0 16%, transparent 17%),
    linear-gradient(135deg, var(--sage), var(--leaf));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  color: var(--muted);
  font-size: 0.95rem;
  flex-wrap: wrap;
}

.site-nav a {
  padding: 6px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--leaf);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.header-cta {
  color: var(--leaf);
  border: 1px solid var(--sage);
  white-space: nowrap;
}

.button-primary {
  color: var(--paper);
  background: var(--leaf);
  box-shadow: 0 14px 28px rgba(64, 90, 71, 0.26);
}

.button-ghost {
  color: var(--leaf);
  border: 1px solid var(--sage);
  background: rgba(255, 253, 248, 0.7);
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: clamp(68px, 9vw, 126px) 0;
}

.hero {
  min-height: calc(78svh - var(--header));
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(16px, 2.6vw, 34px) clamp(18px, 7vw, 96px);
  background:
    linear-gradient(115deg, rgba(251, 246, 238, 0.98), rgba(251, 246, 238, 0.8)),
    url("assets/images/event-dance.jpg") center / cover;
}

.hero-copy {
  max-width: 820px;
}

.hero-date {
  display: inline-flex;
  margin: 10px 0 0;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.event-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.event-facts span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--leaf);
  background: rgba(255, 253, 248, 0.78);
  font-weight: 800;
}

.hero-poster {
  margin: 0;
}

.hero-poster img {
  width: min(288px, 100%);
  margin-left: auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.question-band {
  padding: clamp(52px, 8vw, 96px) 0;
  text-align: center;
  color: var(--moss);
  background: var(--paper);
}

.question-band p {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 2.6rem);
  font-weight: 900;
  text-transform: uppercase;
}

.question-band h2 {
  display: inline-flex;
  padding: 8px 18px;
  color: var(--paper);
  background: var(--gold);
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: clamp(1.55rem, 4.2vw, 3.5rem);
  text-transform: uppercase;
}

.split-section {
  background: var(--cream);
}

.split,
.feature-grid,
.medicine-grid,
.reserve-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: center;
}

.large-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.14rem;
}

.need-list {
  display: grid;
  gap: 14px;
}

.need-list article,
.program-grid article,
.testimonial-grid blockquote,
.reserve-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 12px 34px rgba(64, 90, 71, 0.08);
}

.need-list article {
  padding: 24px;
}

.need-list p,
.program-grid p,
.medicine p,
.reserve p {
  margin: 10px 0 0;
  color: var(--muted);
}

.photo-strip img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}

.program {
  background: var(--paper);
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}

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

.program-grid article {
  min-height: 210px;
  padding: 24px;
}

.program-grid span {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
  background: var(--gold);
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}

.image-feature {
  background: #eef3ec;
}

.feature-grid figure,
.medicine-grid figure {
  margin: 0;
}

.feature-grid img,
.medicine-grid img,
.testimonials-heading img,
.reserve-photo {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-grid img {
  aspect-ratio: 16 / 10;
}

.outcome-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: var(--moss);
  font-size: clamp(1.2rem, 2.1vw, 1.7rem);
  font-weight: 800;
}

.outcome-list li {
  position: relative;
  padding-left: 30px;
}

.outcome-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 18px;
  height: 2px;
  background: var(--gold);
}

.medicine {
  background: var(--cream);
}

.medicine-grid img {
  aspect-ratio: 4 / 3;
}

.safety-note {
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 253, 248, 0.7);
  font-size: 0.98rem;
}

.testimonials {
  background: var(--paper);
}

.testimonials-heading {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 300px);
  align-items: center;
}

.testimonials-heading img {
  aspect-ratio: 4 / 5;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-grid blockquote {
  margin: 0;
  padding: clamp(24px, 4vw, 36px);
}

.testimonial-grid p {
  margin: 0;
  color: var(--moss);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.34;
}

.testimonial-grid cite {
  display: block;
  margin-top: 18px;
  color: var(--clay);
  font-style: normal;
  font-weight: 900;
}

.reserve {
  padding-bottom: 0;
  color: var(--paper);
  background: var(--leaf);
}

.reserve h2,
.reserve .section-kicker {
  color: var(--paper);
}

.reserve-grid {
  padding-bottom: clamp(48px, 8vw, 86px);
}

.reserve-grid p {
  font-size: 1.15rem;
}

.reserve-card {
  padding: clamp(24px, 4vw, 40px);
  background: rgba(255, 253, 248, 0.95);
}

.reserve-card p {
  color: var(--muted);
}

.reserve-card .button {
  margin-top: 22px;
}

.contact-line {
  font-weight: 900;
}

.reserve-photo {
  max-height: 520px;
  border-radius: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--leaf);
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 30;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  background: #2d8f5f;
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(45, 143, 95, 0.34);
}

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

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-2px);
  background: #247b50;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }

  .hero,
  .split,
  .feature-grid,
  .medicine-grid,
  .reserve-grid {
    grid-template-columns: 1fr;
  }

  .hero-poster img {
    margin: 0;
    width: min(420px, 100%);
  }

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

@media (max-width: 680px) {
  :root {
    --header: 116px;
  }

  .site-header {
    gap: 12px;
    padding: 12px 18px;
  }

  .brand {
    font-size: 1.18rem;
  }

  .header-cta {
    min-height: 40px;
    padding: 10px 12px;
  }

  .site-nav {
    gap: 12px 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    white-space: nowrap;
    font-size: 0.88rem;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

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

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.1rem);
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.7rem);
  }

  .hero-date {
    display: flex;
    width: 100%;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 1.02rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .event-facts {
    display: none;
  }

  .hero-poster {
    display: none;
  }

  .program-grid,
  .testimonial-grid,
  .testimonials-heading {
    grid-template-columns: 1fr;
  }

  .program-grid article {
    min-height: 0;
  }

  .section {
    padding: 58px 0;
  }

  .question-band h2 {
    width: 100%;
    justify-content: center;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
  }
}
