:root {
  --ink: #18130f;
  --paper: #f1eadb;
  --sand: #d9cdb9;
  --red: #a9412d;
  --gold: #c6923f;
  --blue: #213d49;
  --purple: #26192a;
  --muted: #8b8175;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { color: var(--paper); background: var(--red); }
.shell { width: min(100% - 48px, 1440px); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--paper); transform: translateY(-170%); }
.skip-link:focus { transform: none; }

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 77% 48%, rgba(169,65,45,.28), transparent 28%),
    linear-gradient(90deg, rgba(241,234,219,.04) 1px, transparent 1px) 0 0 / 16.666vw 100%,
    var(--ink);
}
.nav { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { justify-self: start; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.nav-links { display: flex; gap: clamp(24px, 3vw, 46px); }
.nav-links a, .nav-feature { padding: 8px 0; border-bottom: 1px solid transparent; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-feature:hover, .nav-feature:focus-visible { border-color: currentColor; }
.nav-feature { justify-self: end; }
.nav-feature span { color: var(--gold); margin-left: 8px; }
.hero-content { display: grid; grid-template-columns: 1fr minmax(240px, 340px); align-items: center; gap: 5vw; }
.hero-title { padding: 8vh 0; }
.eyebrow, .section-label, .place { font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { margin: 0 0 28px; color: var(--gold); }
h1 { margin: 0; font: 400 clamp(76px, 14vw, 220px)/.71 Georgia, "Times New Roman", serif; letter-spacing: -.08em; }
h1 span { display: block; }
h1 .outline { padding-left: 11vw; color: transparent; -webkit-text-stroke: 1.4px var(--paper); }
.hero-intro { align-self: end; max-width: 340px; margin-bottom: 14vh; }
.hero-intro > p:not(.place) { margin: 0 0 30px; font: 23px/1.3 Georgia, serif; }
.place { margin: 0 0 16px; color: var(--muted); }
.text-link { display: inline-flex; gap: 20px; padding-bottom: 6px; border-bottom: 1px solid rgba(241,234,219,.5); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-foot { display: flex; justify-content: space-between; gap: 30px; padding-block: 24px 30px; border-top: 1px solid rgba(241,234,219,.16); color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-foot p { margin: 0; }

.feature { min-height: 100svh; display: grid; grid-template-columns: minmax(340px, .85fr) 1fr; color: var(--paper); background: var(--purple); }
.feature-image { position: relative; min-height: 760px; margin: 0; overflow: hidden; background: #130b17; }
.feature-image::after { content: ""; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, rgba(19,11,23,.85)); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.feature-image figcaption { position: absolute; left: 28px; bottom: 25px; z-index: 1; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(80px, 9vw, 145px) clamp(30px, 7vw, 110px); }
.section-label { margin: 0; color: var(--red); }
.section-label.warm, .overline.warm { color: #ed9f2d; }
.section-label.gold { color: #d7b36a; }
.overline { margin: 64px 0 19px; color: var(--red); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
h2 { margin: 0; font: 400 clamp(54px, 7.3vw, 116px)/.92 Georgia, "Times New Roman", serif; letter-spacing: -.065em; }
.feature h2 { font-size: clamp(52px, 6.3vw, 96px); }
.large-copy { font: 400 clamp(20px, 2vw, 29px)/1.45 Georgia, "Times New Roman", serif; }
.feature .large-copy { max-width: 700px; margin: 38px 0 0; color: #ded3dc; }
.event { max-width: 630px; margin: 38px 0 0; padding: 24px 0; border-block: 1px solid rgba(241,234,219,.18); color: #bfb0bd; line-height: 1.65; }

.listen { background: #e2d8c6; }
.listen-head { display: grid; grid-template-columns: minmax(190px, .28fr) 1fr; gap: 6vw; }
.listen-kicker { max-width: 150px; margin: 56px 0 0; font: 25px/1.25 Georgia, "Times New Roman", serif; }
.listen-intro h2 { max-width: 980px; font-size: clamp(52px, 6.5vw, 102px); }
.listen-intro > p { max-width: 560px; margin: 36px 0 0 auto; color: #5f554b; line-height: 1.7; }
.track-list { margin: 88px 0 0; padding: 0; border-top: 1px solid rgba(24,19,15,.24); list-style: none; }
.track-list li { margin: 0; }
.track-option {
  width: 100%;
  display: grid;
  grid-template-columns: 42px 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 28px 18px;
  border: 0;
  border-bottom: 1px solid rgba(24,19,15,.24);
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, padding .18s ease;
}
.track-option:hover, .track-option:focus-visible { background: rgba(255,255,255,.3); }
.track-option:focus-visible { outline: 2px solid var(--red); outline-offset: -2px; }
.track-option.is-active { padding-inline: 24px; color: var(--paper); background: var(--ink); }
.track-number, .track-duration { font-size: 9px; letter-spacing: .14em; }
.track-state { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(24,19,15,.42); border-radius: 50%; font-size: 11px; }
.track-option.is-active .track-state { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.track-copy { min-width: 0; display: grid; gap: 7px; }
.track-copy strong { font: 400 clamp(27px, 3.2vw, 48px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.track-copy small { color: #6d6257; font-size: 9px; letter-spacing: .11em; line-height: 1.5; text-transform: uppercase; }
.track-option.is-active .track-copy small { color: #aaa095; }

.section-space { padding-block: clamp(92px, 13vw, 185px); }
.about { display: grid; grid-template-columns: minmax(140px, .28fr) 1fr; gap: 6vw; }
.about h2 em, .closing h2 em { color: var(--red); font-weight: 400; }
.columns { max-width: 920px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 7vw, 110px); margin: 76px 0 0 auto; color: #534b42; line-height: 1.75; }
.columns p { margin: 0; }
.columns .large-copy { color: var(--ink); }

.language { color: var(--paper); background: var(--blue); }
.language-head { display: grid; grid-template-columns: minmax(220px, .38fr) 1fr; gap: 4vw; }
.language h2 { font-size: clamp(52px, 6.5vw, 102px); }
.language-list { margin-top: 106px; border-top: 1px solid rgba(241,234,219,.22); }
.language-list article { display: grid; grid-template-columns: .65fr 1fr; align-items: center; gap: 30px; padding: 42px 0; border-bottom: 1px solid rgba(241,234,219,.22); }
.language-list h3 { margin: 0; font: 400 clamp(38px, 5vw, 72px)/1 Georgia, serif; letter-spacing: -.04em; }
.language-list p { max-width: 510px; margin: 0; color: #b9c5c6; line-height: 1.7; }

.book { min-height: 100svh; display: grid; grid-template-columns: minmax(340px, .85fr) 1fr; background: var(--sand); }
.book-stage { display: grid; place-items: center; padding: clamp(58px, 7vw, 100px) clamp(30px, 5vw, 80px); background: #111b21; }
.book-stage img { width: min(72%, 470px); height: auto; box-shadow: -22px 30px 58px rgba(0,0,0,.42); }
.book-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(80px, 10vw, 150px) clamp(30px, 8vw, 120px); }
.book-copy h2 { font-size: clamp(64px, 8vw, 124px); }
.book-copy .large-copy { max-width: 620px; margin: 38px 0 0; }
.details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 48px 0 0; padding: 24px 0; border-block: 1px solid rgba(24,19,15,.2); }
.details div { display: grid; gap: 7px; }
.details dt { color: #776c5f; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.details dd { margin: 0; font-size: 13px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-width: 180px; display: inline-flex; justify-content: center; align-items: center; gap: 22px; padding: 17px 22px; border: 1px solid var(--ink); font-size: 10px; letter-spacing: .12em; text-align: center; text-transform: uppercase; transition: .18s ease; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { border-color: var(--red); background: var(--red); }
.button-line:hover, .button-line:focus-visible { color: var(--paper); background: var(--ink); }

.contact { color: var(--paper); background: #7f3024; }
.contact-grid { display: grid; grid-template-columns: minmax(190px, .28fr) 1fr; gap: 6vw; }
.contact h2 { max-width: 1060px; }
.contact-details { max-width: 920px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 46px; margin: 70px 0 0 auto; padding-top: 28px; border-top: 1px solid rgba(241,234,219,.28); }
.contact-details p { margin: 0; color: rgba(241,234,219,.72); line-height: 1.6; }
.contact-details .contact-name { margin-bottom: 7px; color: var(--paper); font: 27px/1.2 Georgia, serif; }
.contact-button { min-width: 280px; display: grid; gap: 9px; padding: 19px 22px; color: var(--ink); background: var(--paper); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; transition: background .18s ease, transform .18s ease; }
.contact-button span { display: flex; justify-content: space-between; gap: 24px; color: #6f655a; font-size: 10px; letter-spacing: .08em; }
.contact-button:hover, .contact-button:focus-visible { background: #fff8e8; transform: translateY(-2px); }

.closing { position: relative; color: var(--paper); background: var(--ink); }
.closing .shell { position: relative; min-height: 62svh; display: grid; align-content: center; }
.closing .section-label { margin-bottom: 44px; }
.closing h2 { max-width: 1200px; }
.closing h2 em { color: var(--gold); }
.closing .shell > p:not(.section-label) { max-width: 480px; margin: 48px 0 0 auto; color: var(--muted); font-size: 17px; line-height: 1.65; }
.back-top { position: absolute; right: 0; bottom: 0; width: 52px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(241,234,219,.38); border-radius: 50%; }
footer { color: var(--paper); background: var(--ink); border-top: 1px solid rgba(241,234,219,.14); }
.footer-grid { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid p { margin: 0; }
.footer-grid p:last-child { justify-self: end; }
.footer-grid .brand { text-transform: none; letter-spacing: 0; }

.music-player {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 50;
  max-width: calc(100vw - 190px);
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 8px 14px 8px 8px;
  color: var(--paper);
  background: rgba(24,19,15,.92);
  border: 1px solid rgba(241,234,219,.19);
  box-shadow: 0 12px 35px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}
.music-toggle { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(241,234,219,.35); border-radius: 50%; color: var(--paper); background: transparent; cursor: pointer; }
.music-toggle:hover, .music-toggle:focus-visible { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.music-copy { min-width: 0; display: grid; gap: 3px; }
.music-copy strong { overflow: hidden; font: 400 12px/1.2 Georgia, serif; text-overflow: ellipsis; white-space: nowrap; }
.music-copy span { color: #aaa095; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.music-player.is-playing .music-toggle { color: var(--ink); background: var(--gold); border-color: var(--gold); }

.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 51; min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 8px 17px 8px 9px; color: #092d18; background: #61d785; border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.22); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.floating-whatsapp b { width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid #092d18; border-radius: 50%; font: 700 15px/1 Arial, sans-serif; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: #7ce49a; transform: translateY(-2px); }

@media (max-width: 900px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-intro { display: none; }
  .feature, .book { grid-template-columns: 1fr; }
  .feature-image { min-height: 900px; }
  .about, .language-head, .listen-head { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about h2, .language h2, .listen h2 { margin-top: 48px; }
  .contact h2 { margin-top: 48px; }
  .book-stage { min-height: 760px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 40px, 1440px); }
  .hero { min-height: 800px; }
  .nav { grid-template-columns: 1fr auto; min-height: 78px; }
  .nav-links { display: none; }
  .hero-title { align-self: start; padding-top: 18vh; }
  h1 { font-size: clamp(72px, 24.5vw, 130px); line-height: .77; }
  h1 .outline { padding-left: 0; }
  .hero-foot p:last-child { display: none; }
  .feature-image { min-height: 620px; }
  .feature-copy { padding: 76px 22px; }
  .overline { margin-top: 48px; }
  .listen-kicker { max-width: none; margin-top: 18px; }
  .listen-intro h2 { margin-top: 52px; }
  .listen-intro > p { margin-left: 0; }
  .track-list { margin-top: 54px; }
  .track-option { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 15px; padding: 22px 4px; }
  .track-option.is-active { padding-inline: 12px; }
  .track-number { display: none; }
  .track-state { width: 40px; height: 40px; }
  .track-copy strong { font-size: clamp(23px, 7.2vw, 31px); }
  .track-copy small { font-size: 8px; letter-spacing: .08em; }
  .columns { grid-template-columns: 1fr; margin-top: 50px; }
  .language-list { margin-top: 70px; }
  .language-list article { grid-template-columns: 1fr; gap: 16px; padding: 30px 0; }
  .book-stage { min-height: 590px; padding: 70px 20px; }
  .book-stage img { width: min(78%, 380px); }
  .details { grid-template-columns: 1fr; gap: 18px; }
  .details div { grid-template-columns: 90px 1fr; align-items: center; }
  .closing .shell > p:not(.section-label) { margin-left: 0; }
  .contact-details { grid-template-columns: 1fr; gap: 28px; margin-top: 50px; }
  .contact-button { min-width: 0; width: 100%; }
  footer { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .footer-grid { min-height: 0; grid-template-columns: 1fr; align-items: start; gap: 12px; padding-block: 24px; }
  .footer-grid .brand { justify-self: start; }
  .footer-grid p:first-of-type { display: none; }
  .footer-grid p:last-child { justify-self: start; max-width: 100%; line-height: 1.7; white-space: normal; }
  .footer-grid p:last-child a { padding-bottom: 2px; border-bottom: 1px solid rgba(241,234,219,.45); }
  .music-player { left: 10px; bottom: 10px; max-width: calc(100vw - 78px); padding-right: 11px; }
  .floating-whatsapp { right: 10px; bottom: 10px; width: 54px; padding: 8px; }
  .floating-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
