:root {
  --ink: #231b17;
  --muted: #66564b;
  --paper: #fffaf1;
  --wash: #f2ead9;
  --ochre: #d99a28;
  --red: #b7372f;
  --green: #245f4b;
  --indigo: #25365f;
  --line: rgba(35, 27, 23, 0.14);
  --shadow: 0 24px 70px rgba(35, 27, 23, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  color: #fff;
  background: linear-gradient(to bottom, rgba(20, 16, 12, 0.74), rgba(20, 16, 12, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 196px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  opacity: 0.8;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a,
.site-footer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  text-decoration-color: transparent;
  transition: text-decoration-color 180ms ease, opacity 180ms ease;
}

.nav a:hover,
.site-footer a:hover {
  text-decoration-color: currentColor;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
}

.nav-cta {
  padding: 0 20px;
  background: #fff;
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  padding: 130px clamp(20px, 6vw, 86px) 48px;
  align-items: end;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20, 13, 8, 0.88) 0%, rgba(20, 13, 8, 0.58) 42%, rgba(20, 13, 8, 0.12) 78%),
    linear-gradient(0deg, rgba(20, 13, 8, 0.72), rgba(20, 13, 8, 0) 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  color: #fff;
}

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

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

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 9vw, 8rem);
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 4.7rem);
}

h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

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

.button {
  border: 0;
  padding: 0 24px;
  cursor: pointer;
  font-size: 0.98rem;
}

.button.primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 14px 38px rgba(183, 55, 47, 0.28);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.hero-card {
  position: absolute;
  right: clamp(20px, 6vw, 86px);
  bottom: 42px;
  z-index: 2;
  width: min(330px, calc(100% - 40px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  background: rgba(20, 13, 8, 0.42);
  backdrop-filter: blur(16px);
}

.hero-card span {
  color: var(--ochre);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin-top: 6px;
  font-size: 1.35rem;
}

.hero-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--green);
  color: #fff;
}

.stat-card {
  min-height: 178px;
  padding: 26px clamp(18px, 3vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  align-content: center;
}

.stat-card strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 4.7vw, 4.35rem);
  line-height: 1;
}

.stat-card span:not(.counter):not(.stat-suffix) {
  display: block;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.stat-card p {
  max-width: 310px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.93rem;
  line-height: 1.45;
}

.stat-suffix {
  font-size: 0.55em;
  vertical-align: super;
}

.section {
  padding: clamp(64px, 9vw, 124px) clamp(20px, 6vw, 86px);
}

.split,
.register,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

.section-copy {
  max-width: 620px;
}

.section-copy p:not(.eyebrow),
.section-heading {
  color: var(--muted);
  font-size: 1.04rem;
}

.section-copy h2 + p,
.section-heading h2 + p {
  margin-top: 20px;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(340px, 1.25fr);
  gap: clamp(32px, 7vw, 90px);
  background: var(--paper);
}

.about-story {
  color: var(--muted);
  font-size: 1.06rem;
}

.about-story p {
  margin: 0 0 18px;
}

.impact-card {
  margin: 30px 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 50px rgba(35, 27, 23, 0.1);
}

.impact-card h3 {
  margin-bottom: 18px;
  color: var(--ink);
}

.impact-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.impact-card li {
  position: relative;
  padding-left: 24px;
  font-weight: 800;
}

.impact-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}

.about-close {
  color: var(--ink);
  font-weight: 800;
}

.about-signoff {
  display: block;
  color: var(--green);
  font-size: 1.08rem;
}

.schedule,
.register-form,
.register-embed {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: var(--shadow);
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 8px;
  border-bottom: 1px solid var(--line);
}

.tab {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.tab.active {
  background: var(--indigo);
  color: #fff;
}

.schedule-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.schedule-item {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 20px;
  padding: 22px;
  background: #fffdf8;
}

.schedule-time {
  color: var(--red);
  font-weight: 900;
}

.schedule-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.08rem;
}

.schedule-item p {
  margin: 0;
  color: var(--muted);
}

.culture {
  background: var(--wash);
}

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

.track-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.track-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(35, 27, 23, 0.12);
  border-radius: 8px;
  background: var(--paper);
}

.track-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--ochre);
  color: #211912;
  font-weight: 900;
}

.track-grid p {
  margin: 0;
  color: var(--muted);
}

.voices {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(32px, 7vw, 90px);
  background: var(--indigo);
  color: #fff;
}

.voice-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.quote-list {
  display: grid;
  gap: 18px;
}

blockquote {
  margin: 0;
  padding: 30px;
  border-left: 6px solid var(--ochre);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.12;
}

.register-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
}

.register-embed {
  overflow: hidden;
}

.register-embed iframe {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
  background: #fff;
}

.form-fallback {
  display: block;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-weight: 900;
  text-align: center;
}

.contact {
  background: var(--wash);
}

.contact-panel {
  display: grid;
  gap: 18px;
}

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

.contact-card {
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid rgba(35, 27, 23, 0.12);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 50px rgba(35, 27, 23, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 62px rgba(35, 27, 23, 0.15);
}

.contact-card span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong {
  color: var(--ink);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.contact-card p {
  margin: 0;
  color: var(--muted);
}

.share-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid rgba(35, 27, 23, 0.12);
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 18px 50px rgba(35, 27, 23, 0.1);
}

.share-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--ochre);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.share-card strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.1;
}

.share-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.share-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.share-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.share-button:hover {
  background: rgba(255, 255, 255, 0.18);
}

.share-status {
  min-height: 24px;
  font-weight: 800;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 14px 15px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
.tab:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(217, 154, 40, 0.45);
  outline-offset: 3px;
}

.form-status {
  min-height: 26px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 34px clamp(20px, 6vw, 86px);
  border-top: 1px solid var(--line);
  background: #17120f;
  color: #fff;
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
  }

  .intro-band,
  .track-grid,
  .about,
  .split,
  .voices,
  .register,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .intro-band {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 94vh;
    padding: 108px 18px 32px;
  }

  .hero-content {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  h1 {
    font-size: clamp(2.35rem, 11.4vw, 3.05rem);
    line-height: 1.04;
  }

  .hero-copy {
    width: calc(100vw - 36px);
    max-width: 100%;
    font-size: 1rem;
  }

  .intro-band {
    grid-template-columns: 1fr;
  }

  .stat-card {
    min-height: 108px;
  }

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

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

  .share-actions {
    grid-template-columns: repeat(2, 1fr);
  }

  .schedule-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

.menu-toggle{display:none;background:transparent;border:none;color:white;font-size:2rem;cursor:pointer}
.whatsapp-float{position:fixed;bottom:20px;right:20px;z-index:999;background:#25D366;color:#fff;padding:12px 18px;border-radius:999px;font-weight:800}
.back-to-top{position:fixed;bottom:80px;right:20px;z-index:999;padding:10px 14px;border:none;border-radius:50%;cursor:pointer;display:none}
@media (max-width:980px){
.menu-toggle{display:block}
.nav{position:absolute;top:70px;right:15px;width:220px;padding:20px;border-radius:12px;background:rgba(0,0,0,.95);flex-direction:column;gap:15px;display:none}
.nav.active{display:flex}
}
