:root {
  --ink: #26221c;
  --ink-soft: #55503f;
  --ivory: #faf7f0;
  --parchment: #f2ecdf;
  --gold: #9a7b2d;
  --gold-dark: #7c6222;
  --rule: #d8cfba;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #d3ccbd;
  color: var(--ink);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  line-height: 1.55;
}

#stage { width: 100%; overflow: hidden; }

#page {
  width: 960px;
  margin: 0;
  transform-origin: top left;
  background: var(--ivory);
  box-shadow: 0 30px 90px -35px rgba(20,16,10,.45);
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 800px;
  text-align: center;
  padding: 112px 1.5rem 40px;
  color: var(--ivory);
  background:
    linear-gradient(180deg, #06040c 0%, #06040c 7%, rgba(8,6,14,.46) 13%, rgba(10,8,16,.08) 27%, rgba(10,8,16,0) 45%, rgba(8,6,12,0) 62%, rgba(6,5,10,.32) 82%, rgba(5,4,9,.5) 100%),
    url('assets/hero-glass.jpg') 50% 13% / cover no-repeat;
  text-shadow: 0 1px 3px rgba(0,0,0,.95), 0 2px 10px rgba(0,0,0,.9), 0 4px 26px rgba(0,0,0,.75);
}

.hero-kicker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #eddcae;
  margin: 0;
}

.hero-kicker .rule { width: 48px; height: 1px; background: #b09a5e; }

.hero h1 {
  font-size: 96px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
  line-height: 1.06;
  overflow-wrap: break-word;
}

.hero h1 em { font-style: italic; font-weight: 400; }

.hero-sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 70.5%;
  transform: translateY(-50%);
  margin: 0;
  font-style: italic;
  font-size: 21px;
  color: #ece1c6;
}

.hero-dates {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 56px;
  margin: 2.75rem 0 2.5rem;
}

.hero-date { display: flex; flex-direction: column; }

.hero-date-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #cfc5a8;
  margin-bottom: 0.55rem;
}

.hero-date-val {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.hero-divider { width: 1px; background: rgba(207,197,168,.4); }

.hero-cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  background: #e9dcb8;
  text-decoration: none;
  padding: 0.95rem 2.6rem;
  border-radius: 1px;
  text-shadow: none;
  transition: background 0.2s;
}

.hero-cta:hover { background: #f3ead1; }

.event-band {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  padding: 3.25rem 1.5rem 3.5rem;
  background: var(--parchment);
  border-bottom: 1px solid var(--rule);
}

.event-dates {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}

.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.event-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.6rem;
}

.event-val {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 27px;
  line-height: 1.1;
  color: var(--ink);
}

.event-divider { width: 1px; align-self: stretch; background: var(--rule); }

.cta-button {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory);
  background: var(--ink);
  text-decoration: none;
  padding: 1.05rem 3rem;
  border-radius: 3px;
  transition: background 0.2s;
}

.cta-button:hover { background: #3d3628; }

/* ---------- sections ---------- */

main {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.section {
  padding: 4rem 0 1rem;
  border-bottom: 1px solid var(--rule);
}

.section:last-child { border-bottom: none; }

.section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.4rem;
}

.section-head h2 { margin: 0; white-space: nowrap; }
.section-rule { flex: 1; height: 1px; background: var(--rule); }

.section h2 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 1.2rem;
}

.section p { margin: 0 0 1.2rem; color: var(--ink-soft); }

.section-note { font-style: italic; }

.dropcap {
  float: left;
  font-size: 74px;
  line-height: 0.72;
  padding: 10px 12px 0 0;
  color: var(--gold);
  font-weight: 500;
}

.coming-soon {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  border: 1px solid var(--gold);
  border-radius: 2px;
  padding: 0.4rem 0.85rem;
  margin: 0 0 1rem;
}

/* ---------- form ---------- */

form { margin: 2rem 0 2.5rem; }

.field { margin-bottom: 1.4rem; }

.field label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.optional { color: var(--ink-soft); font-weight: 400; }

.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 0.7rem 0.8rem;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
  border-color: var(--gold);
}

.field-checkbox label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
}

.field-checkbox input[type="checkbox"] {
  width: 19px;
  height: 19px;
  margin: 0;
  flex: none;
  accent-color: var(--gold-dark);
  cursor: pointer;
}

.field-checkbox input[type="checkbox"]:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}

button[type="submit"] {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory);
  background: var(--ink);
  border: none;
  border-radius: 3px;
  padding: 1rem 2.75rem;
  cursor: pointer;
  transition: background 0.2s;
}

button[type="submit"]:hover { background: #3d3628; }
button[type="submit"]:disabled { background: #8a857a; cursor: default; }

.form-error {
  color: #a03325;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
}

.form-success {
  background: var(--parchment);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 1.5rem 1.8rem;
  margin: 2rem 0 2.5rem;
}

.form-success h3 { margin: 0 0 0.6rem; font-size: 26px; font-weight: 500; }
.form-success p { margin: 0; color: var(--ink-soft); }

/* ---------- practice files + schedule ---------- */

.schedule-group {
  font-size: 25px;
  font-weight: 600;
  margin: 2rem 0 0.8rem;
}

#practice-content .cta-button { margin-top: 0.4rem; }
#practice-content .pronounce-lead { margin-top: 1.8rem; }

#schedule { text-align: center; }

/* .section selector included so this beats `.section p`'s margins — that
   override is what let these paragraphs hug the left edge when narrower
   than the column (width was tied to the browser's base font size). */
.section .schedule-intro {
  color: var(--ink-soft);
  font-style: italic;
  margin: 0 auto 1.2rem;
}

.schedule-list {
  list-style: none;
  margin: 0 auto 1.5rem;
  padding: 0;
  max-width: 32rem;
}

.schedule-list li {
  padding: 0.5rem 0;
  text-align: center;
}

.schedule-list li + li { border-top: 1px solid #efe9db; }

.schedule-what { color: var(--ink-soft); }
.schedule-what::before { content: ' — '; color: var(--ink-soft); }

.schedule-what { color: var(--ink-soft); }

/* ---------- practical details ---------- */

.detail-list { margin: 0 0 1.4rem; }

.detail + .detail { margin-top: 1.5rem; }

.detail dt {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.45rem;
}

.detail dd {
  margin: 0;
  color: var(--ink-soft);
}

#details a { color: var(--gold-dark); }

/* ---------- nave band ---------- */

.nave-band {
  position: relative;
  height: 500px;
  margin: 0;
  overflow: hidden;
  background: url('assets/nave.jpg') center bottom / cover no-repeat;
}

.nave-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24,19,15,.28) 0%, rgba(24,19,15,0) 26%, rgba(24,19,15,0) 58%, rgba(20,15,11,.72) 100%);
}

.nave-band figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 0 30px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #e6d9b8;
  text-shadow: 0 1px 10px rgba(0,0,0,.55);
}

.nave-band figcaption .rule { width: 30px; height: 1px; background: rgba(230,217,184,.6); }

/* ---------- footer ---------- */

footer {
  text-align: center;
  padding: 3rem 1.5rem 3.5rem;
  color: var(--ink-soft);
  background: var(--parchment);
}

footer a { color: var(--gold-dark); }

.footer-small {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 0.6rem;
}

.field-note {
  font-size: 17px;
  font-style: italic;
  color: var(--ink-soft);
  margin: 0.55rem 0 0 calc(19px + 0.65rem);
}
