:root {
  --ink: #1a1826;
  --plum: #2e2940;
  --saffron: #d39b1d;
  --saffron-deep: #b07e12;
  --cardamom: #3f6b52;
  --paper: #f3efe8;
  --fog: #e7e1d6;
  --line: rgba(26, 24, 38, 0.12);
  --header-h: 5.5rem;
  --content: 1180px;
  --pad: 1.25rem;
  --font-display: "Spectral", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--saffron-deep); text-underline-offset: 0.18em; }
a:hover { color: var(--ink); }

.wrap {
  max-width: var(--content);
  margin-inline: auto;
  padding-inline: var(--pad);
  width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.skip {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: #fff; padding: 0.5rem 1rem; z-index: 100;
}
.skip:focus { left: 0.5rem; top: 0.5rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 40;
  height: var(--header-h);
  color: #fff;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.site-header.is-scrolled {
  background: rgba(243, 239, 232, 0.96);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
}
.header-inner {
  max-width: var(--content);
  margin-inline: auto;
  padding-inline: var(--pad);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brand { line-height: 0; }
.brand-logo {
  height: 4.5rem;
  width: auto;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  filter: drop-shadow(0 1px 8px rgba(0,0,0,0.25));
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.site-header.is-scrolled .brand-logo {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  filter: none;
}
.nav {
  margin-left: auto;
  display: none;
  gap: 1.35rem;
}
.nav a {
  color: inherit;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  opacity: 0.92;
}
.nav a:hover { opacity: 1; color: var(--saffron); }
.site-header.is-scrolled .nav a:hover { color: var(--saffron-deep); }
.header-cta {
  display: none;
  text-decoration: none;
  background: var(--saffron);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
  padding: 0.65rem 1rem;
}
.header-cta:hover { background: #fff; color: var(--ink); }
.site-header.is-scrolled .header-cta {
  background: var(--ink);
  color: #fff;
}
.site-header.is-scrolled .header-cta:hover { background: var(--plum); color: #fff; }

.nav-toggle {
  margin-left: auto;
  width: 2.5rem; height: 2.5rem;
  border: 0; background: transparent;
  display: grid; place-content: center; gap: 6px; cursor: pointer;
}
.nav-toggle span:not(.sr-only) {
  display: block; width: 1.35rem; height: 2px; background: currentColor;
}
@media (min-width: 880px) {
  .nav, .header-cta { display: flex; }
  .nav-toggle { display: none; }
  .brand-logo { height: 4.85rem; }
}
.nav.is-open {
  display: flex;
  position: absolute;
  left: var(--pad); right: var(--pad);
  top: calc(var(--header-h) - 0.4rem);
  flex-direction: column;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  background: rgba(243, 239, 232, 0.98);
  color: var(--ink);
  border: 1px solid var(--line);
}

/* Full-bleed hero — brand panel bottom-left */
.hero {
  position: relative;
  min-height: min(100svh, 860px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(26, 24, 38, 0.88) 0%, rgba(26, 24, 38, 0.55) 42%, rgba(26, 24, 38, 0.18) 100%),
    linear-gradient(0deg, rgba(26, 24, 38, 0.72) 0%, transparent 50%);
}
.hero > .wrap {
  width: 100%;
  padding-top: calc(var(--header-h) + 2rem);
  padding-bottom: clamp(2.5rem, 7vw, 4.5rem);
}
.hero-panel {
  max-width: 36rem;
}
.hero-logo {
  width: min(220px, 52vw);
  height: auto;
  margin-bottom: 1.25rem;
  filter: drop-shadow(0 4px 18px rgba(0,0,0,0.4));
}
.kicker {
  margin: 0 0 0.65rem;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--saffron);
}
.hero h1 {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.15rem, 5vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 16ch;
}
.lead {
  margin: 0 0 1.5rem;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid transparent;
}
.btn-solid {
  background: var(--saffron);
  color: var(--ink);
}
.btn-solid:hover { background: #fff; color: var(--ink); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.btn-ghost:hover { border-color: #fff; color: #fff; }
.btn-line {
  background: transparent;
  color: var(--ink);
  border-color: rgba(26, 24, 38, 0.28);
}
.btn-line:hover { border-color: var(--ink); }

.spicebar {
  background: var(--cardamom);
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  padding: 0.85rem 0;
}
.spicebar-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.2rem);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.spicebar-track span::after {
  content: "·";
  margin-left: 2rem;
  opacity: 0.45;
}

.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section-band {
  max-width: 40rem;
  margin: 0 0 2.75rem;
}
.section-band.center {
  margin-inline: auto;
  text-align: center;
}
.section-lead {
  margin: 0;
  color: rgba(26, 24, 38, 0.75);
}
.eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--saffron-deep);
}
h2 {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.9rem, 4vw, 2.85rem);
  line-height: 1.12;
}

/* Vertical numbered course rail */
.course-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: none;
  border-left: 2px solid rgba(211, 155, 29, 0.45);
}
.course-rail li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 1.25rem;
  padding: 1.5rem 0 1.5rem 1.5rem;
  position: relative;
  align-items: start;
}
.course-rail li + li { border-top: 1px solid var(--line); }
.course-photo {
  grid-column: 1 / -1;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0.15rem;
}
.course-rail .num {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--saffron-deep);
  line-height: 1;
  min-width: 2.4rem;
}
.course-rail .tag {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cardamom);
}
.course-rail h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 600;
}
.course-rail p { margin: 0 0 0.45rem; color: rgba(26, 24, 38, 0.75); }
.course-rail .meta {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--saffron-deep);
}
@media (min-width: 900px) {
  .course-rail {
    border-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3rem;
  }
  .course-rail li {
    padding: 1.75rem 0;
    border-top: 1px solid var(--line);
  }
  .course-rail li:nth-child(-n+2) { border-top: 0; padding-top: 0; }
}

/* Calendar board */
.dates {
  background:
    linear-gradient(180deg, rgba(63, 107, 82, 0.08), transparent 40%),
    var(--fog);
}
.date-board {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 760px) {
  .date-board { grid-template-columns: 1fr 1fr; gap: 1.15rem; }
}
.date-board li {
  display: grid;
  grid-template-columns: 4.75rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.15rem;
  background: var(--paper);
  border-bottom: 3px solid var(--saffron);
}
.date-board time {
  display: grid;
  justify-items: center;
  text-align: center;
  line-height: 1;
}
.date-board .day {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--ink);
}
.date-board .mon {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cardamom);
}
.date-board strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.date-board span {
  color: rgba(26, 24, 38, 0.65);
  font-size: 0.92rem;
}
.note {
  margin: 1.75rem 0 0;
  text-align: center;
  color: rgba(26, 24, 38, 0.62);
  font-size: 0.92rem;
}

/* Place: full-bleed banner + split body */
.place { padding-top: 0; }
.place-banner {
  margin: 0;
  height: clamp(240px, 42vw, 460px);
  overflow: hidden;
}
.place-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 28%;
}
.place-body {
  display: grid;
  gap: 2.5rem;
  padding-top: clamp(2.5rem, 6vw, 4rem);
}
@media (min-width: 960px) {
  .place-body {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
  }
}
.place-copy p { color: rgba(26, 24, 38, 0.78); }
.facts { margin: 1.5rem 0; display: grid; gap: 1rem; }
.facts dt {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cardamom);
}
.facts dd { margin: 0.2rem 0 0; font-weight: 500; }
.text-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: auto auto;
  gap: 0.75rem;
}
.mosaic img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
.mosaic img:first-child {
  grid-row: 1 / 3;
  aspect-ratio: auto;
  height: 100%;
  min-height: 100%;
}
@media (max-width: 700px) {
  .mosaic { grid-template-columns: 1fr 1fr; }
  .mosaic img:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
    height: auto;
  }
}

.contact {
  background: var(--plum);
  color: #fff;
}
.contact .eyebrow { color: var(--saffron); }
.contact h2 { color: #fff; }
.contact .section-lead { color: rgba(255, 255, 255, 0.75); }
.contact-center {
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}
.contact-logo {
  width: 7rem;
  height: auto;
  margin: 0 auto 1.25rem;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.25));
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin: 1.5rem 0 1.75rem;
}
.contact .btn-line {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.contact .btn-line:hover { border-color: #fff; color: #fff; }
.address {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}
.contact .links { margin: 0; }
.contact .text-link { color: var(--saffron); }
.contact .text-link:hover { color: #fff; }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0;
  font-size: 0.9rem;
  color: rgba(26, 24, 38, 0.65);
  background: var(--paper);
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem;
}
.site-footer strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
