:root {
  --ink: #2b1612;
  --brown-950: #170706;
  --brown-900: #230d0b;
  --brown-800: #381714;
  --brown-700: #57261d;
  --copper: #c66f38;
  --copper-bright: #e18a4c;
  --caramel: #dca86d;
  --champagne: #efd6b5;
  --cream: #f7efe3;
  --off-white: #fffaf2;
  --line: rgba(58, 25, 19, 0.18);
  --font-display: "Saira Condensed", "Arial Narrow", sans-serif;
  --font-body: "Manrope", sans-serif;
  --shell: min(1180px, calc(100vw - 40px));
  --section-pad: clamp(5rem, 9vw, 9rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  content: "";
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

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

a {
  color: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #ffbd75;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 16px;
  color: var(--brown-950);
  background: var(--off-white);
  border-radius: 4px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-pad {
  padding-block: var(--section-pad);
}

.topbar {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  width: var(--shell);
  height: 94px;
  align-items: center;
  justify-content: space-between;
  color: var(--off-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  transform: translateX(-50%);
}

.brand {
  display: flex;
  width: 150px;
  height: 78px;
  align-items: baseline;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
}

.brand-logo {
  width: 170px;
  max-width: none;
  height: auto;
}

.partner-brand {
  display: flex;
  margin-left: 16px;
  gap: 9px;
  align-items: center;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partner-brand-mark {
  display: grid;
  width: 126px;
  height: 38px;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.partner-brand-mark img {
  width: 116px;
  height: 38px;
  object-fit: contain;
}

.topnav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-right: 38px;
}

.topnav a {
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.topnav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--caramel);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.topnav a:hover::after,
.topnav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  min-height: 42px;
  padding: 0 17px;
  gap: 15px;
  align-items: center;
  justify-content: center;
  color: var(--off-white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.55);
  transition: color 200ms ease, background 200ms ease;
}

.header-cta:hover {
  color: var(--brown-950);
  background: var(--off-white);
}

.hero {
  position: relative;
  min-height: 900px;
  color: var(--off-white);
  background: var(--brown-950);
  overflow: hidden;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  top: -6%;
  bottom: auto;
  height: 112%;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.hero-media img {
  object-fit: cover;
  object-position: center;
  animation: heroScale 1.6s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(19, 5, 4, 0.91) 0%, rgba(24, 7, 5, 0.63) 39%, rgba(20, 6, 4, 0.08) 69%), linear-gradient(0deg, rgba(17, 5, 4, 0.55), transparent 35%);
}

.hero-rings {
  position: absolute;
  bottom: -420px;
  left: -360px;
  z-index: 2;
  width: 780px;
  height: 780px;
  opacity: 0.35;
  border: 1px solid var(--copper);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(198, 111, 56, 0.08), 0 0 0 104px rgba(198, 111, 56, 0.06);
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 900px;
  padding-top: 150px;
  padding-bottom: 116px;
  align-items: center;
}

.hero-copy {
  width: min(650px, 56vw);
  animation: heroReveal 900ms 160ms cubic-bezier(0.22, 0.8, 0.3, 1) both;
}

.eyebrow {
  display: flex;
  margin: 0 0 22px;
  gap: 10px;
  align-items: center;
  color: var(--brown-700);
  font-family: var(--font-display);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow > span {
  display: block;
  width: 30px;
  height: 1px;
  background: currentColor;
}

.eyebrow.light {
  color: var(--caramel);
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.73;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.hero-course {
  display: block;
  padding-left: 8px;
  color: var(--caramel);
  font-size: clamp(3.4rem, 6.3vw, 6.6rem);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.hero-formas {
  display: block;
  font-size: clamp(7.2rem, 13vw, 12.5rem);
  font-weight: 800;
}

.hero-tagline {
  max-width: 560px;
  margin: 36px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.hero-tagline strong {
  color: var(--caramel);
  font-weight: 600;
}

.hero-support {
  max-width: 555px;
  margin: 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.94rem;
  line-height: 1.7;
}

.hero-facts {
  display: flex;
  max-width: 620px;
  margin: 30px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-facts div {
  flex: 1;
  padding: 14px 17px 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-facts div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-facts span,
.hero-facts strong {
  display: block;
}

.hero-facts span {
  color: rgba(255, 250, 242, 0.58);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-facts strong {
  margin-top: 3px;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.hero-actions,
.final-actions {
  display: flex;
  gap: 28px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 58px;
  padding: 0 20px 0 26px;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-copper {
  min-width: 255px;
  color: var(--brown-950);
  background: linear-gradient(110deg, var(--caramel), var(--copper-bright));
  box-shadow: 0 14px 45px rgba(198, 111, 56, 0.22);
}

.button-copper:hover {
  background: var(--champagne);
}

.button-arrow {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--off-white);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.text-link:hover span {
  transform: translateX(4px);
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link.dark {
  color: var(--brown-700);
  border-color: rgba(58, 25, 19, 0.35);
}

.hero-ticket {
  position: absolute;
  right: 0;
  bottom: 132px;
  display: flex;
  width: 230px;
  padding: 22px 0 20px 25px;
  flex-direction: column;
  border-left: 2px solid var(--caramel);
  background: linear-gradient(90deg, rgba(18, 5, 4, 0.75), transparent);
}

.ticket-label {
  color: var(--caramel);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ticket-price {
  margin: 2px 0;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.ticket-note {
  color: rgba(255, 250, 242, 0.58);
  font-size: 0.65rem;
}

.ticket-timer {
  margin-top: 10px;
  padding-top: 9px;
  color: var(--caramel);
  font-family: var(--font-display);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-transform: uppercase;
}

.hero-scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 5;
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  transform: translateX(-50%);
}

.hero-scroll i {
  display: block;
  width: 1px;
  height: 38px;
  background: linear-gradient(var(--caramel), transparent);
}

.manifesto {
  position: relative;
  background: var(--cream);
}

.manifesto::before {
  position: absolute;
  top: 0;
  right: 7vw;
  width: 1px;
  height: 120px;
  content: "";
  background: var(--copper);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  margin-bottom: 64px;
  column-gap: 60px;
  align-items: end;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.program h2,
.audience h2,
.educator h2,
.location h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.8vw, 5.7rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

h2 em {
  color: var(--copper);
  font-style: normal;
  font-weight: 500;
}

.section-heading > p:last-child {
  max-width: 420px;
  margin: 0;
  color: rgba(43, 22, 18, 0.7);
}

.paths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.path-card {
  position: relative;
  min-height: 680px;
  color: var(--off-white);
  background: var(--brown-900);
  overflow: hidden;
}

.path-card img,
.path-gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.path-card img {
  inset: -6%;
  width: 112%;
  height: 112%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.01);
  transition: transform 800ms cubic-bezier(0.2, 0.75, 0.3, 1);
}

.path-card:hover img {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.045);
}

.path-gradient {
  background: linear-gradient(0deg, rgba(20, 5, 4, 0.96) 4%, rgba(20, 5, 4, 0.22) 66%, transparent 100%);
}

.path-number {
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.path-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 38px 42px;
}

.path-copy > p {
  margin: 0 0 6px;
  color: var(--caramel);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.path-copy h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.path-copy ul {
  display: flex;
  margin: 0;
  padding: 17px 0 0;
  list-style: none;
  gap: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.path-copy li {
  position: relative;
  flex: 1;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  line-height: 1.5;
}

.path-copy li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 3px;
  height: 3px;
  content: "";
  background: var(--caramel);
  border-radius: 50%;
}

.program {
  color: var(--off-white);
  background: var(--brown-950);
}

.program-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(50px, 8vw, 120px);
}

.program-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.program h2 em {
  color: var(--caramel);
}

.program-intro > p:last-child {
  max-width: 390px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.63);
}

.program-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.program-list li {
  display: grid;
  min-height: 86px;
  grid-template-columns: 70px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.program-list span {
  color: var(--copper-bright);
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.program-list p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.audience {
  background: var(--off-white);
}

.audience-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 8vw, 120px);
  align-items: start;
}

.audience h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.audience-tags {
  display: flex;
  margin: 6px 0 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  gap: 12px;
}

.audience-tags li {
  padding: 13px 19px;
  color: var(--brown-700);
  font-size: 0.79rem;
  font-weight: 600;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: var(--cream);
}

.audience-tags li:nth-child(2),
.audience-tags li:nth-child(5) {
  color: var(--off-white);
  background: var(--brown-800);
  border-color: var(--brown-800);
}

.educator {
  position: relative;
  background: var(--champagne);
  overflow: hidden;
}

.educator::after {
  position: absolute;
  top: -240px;
  right: -130px;
  width: 640px;
  height: 640px;
  content: "";
  opacity: 0.23;
  border: 1px solid var(--copper);
  border-radius: 50%;
  box-shadow: 0 0 0 42px transparent, 0 0 0 43px var(--copper), 0 0 0 86px transparent, 0 0 0 87px var(--copper);
}

.educator-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
}

.educator-photo {
  margin: 0;
}

.educator-frame {
  position: relative;
  padding: 13px 0 0 13px;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.educator-frame::before {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 13px;
  left: 0;
  content: "";
  border: 1px solid var(--copper);
}

.educator-frame img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.educator-photo figcaption {
  display: flex;
  margin-top: 14px;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.educator-photo figcaption span {
  color: rgba(43, 22, 18, 0.62);
  font-size: 0.8rem;
  font-weight: 500;
}

.educator-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(43, 22, 18, 0.72);
}

.educator-copy .educator-lead {
  margin-top: 32px;
  color: var(--ink);
  font-size: 1.05rem;
}

.credentials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-block: 1px solid rgba(43, 22, 18, 0.25);
}

.credentials div {
  padding: 20px 17px;
  border-left: 1px solid rgba(43, 22, 18, 0.25);
}

.credentials div:first-child {
  padding-left: 0;
  border-left: 0;
}

.credentials strong,
.credentials span {
  display: block;
}

.credentials strong {
  color: var(--brown-700);
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 1;
}

.credentials span {
  margin-top: 5px;
  font-size: 0.63rem;
  line-height: 1.45;
  text-transform: uppercase;
}

.included {
  color: var(--off-white);
  background: var(--brown-800);
}

.section-heading.compact {
  display: block;
}

.section-heading.compact h2 {
  max-width: 700px;
}

.section-heading.compact em {
  color: var(--caramel);
}

.included-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.included-grid li {
  position: relative;
  min-height: 190px;
  padding: 56px 25px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.included-grid li:last-child {
  grid-column: span 2;
}

.included-grid span {
  position: absolute;
  top: 18px;
  left: 25px;
  color: var(--copper-bright);
  font-family: var(--font-display);
  font-size: 0.7rem;
}

.included-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.included-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.75rem;
}

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

.tickets-heading {
  grid-template-columns: 1.3fr 0.7fr;
}

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

.deadline-bar {
  display: grid;
  min-height: 112px;
  margin: -18px 0 38px;
  padding: 20px 26px;
  grid-template-columns: 0.9fr 1.3fr 0.8fr;
  gap: 28px;
  align-items: center;
  color: var(--off-white);
  background: linear-gradient(110deg, var(--brown-950), var(--brown-800));
  border-left: 3px solid var(--copper-bright);
}

.deadline-bar[hidden] {
  display: none;
}

.deadline-copy {
  display: flex;
  flex-direction: column;
}

.deadline-copy span,
.deadline-date {
  color: var(--caramel);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deadline-copy strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.deadline-time {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.deadline-date {
  justify-self: end;
  color: rgba(255, 255, 255, 0.58);
}

.lot-card {
  position: relative;
  display: flex;
  min-height: 430px;
  padding: 28px;
  flex-direction: column;
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.72);
  overflow: hidden;
}

.lot-card::before {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  content: "";
  border: 1px solid rgba(198, 111, 56, 0.35);
  border-radius: 50%;
}

.lot-card.active {
  color: var(--off-white);
  border-color: var(--brown-800);
  background: var(--brown-800);
  box-shadow: 0 28px 65px rgba(56, 23, 20, 0.2);
  transform: translateY(-13px);
}

.lot-status {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  padding: 6px 9px;
  color: var(--brown-700);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  border: 1px solid currentColor;
  text-transform: uppercase;
}

.lot-card.active .lot-status {
  color: var(--caramel);
}

.lot-card h3 {
  margin: 48px 0 0;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lot-price {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: 3.55rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

.lot-meta {
  margin: 15px 0 0;
  color: rgba(43, 22, 18, 0.6);
  font-size: 0.73rem;
}

.lot-card.active .lot-meta {
  color: rgba(255, 255, 255, 0.6);
}

.lot-card .button {
  width: 100%;
  min-width: 0;
  margin-top: auto;
}

.lot-card:not(.active) .button {
  color: rgba(43, 22, 18, 0.55);
  background: transparent;
  border: 1px solid rgba(43, 22, 18, 0.22);
  pointer-events: none;
}

.secure-note {
  display: flex;
  max-width: 750px;
  margin: 35px auto 0;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  color: rgba(43, 22, 18, 0.6);
  font-size: 0.72rem;
  text-align: center;
}

.secure-note span {
  color: var(--copper);
}

.location {
  position: relative;
  color: var(--off-white);
  background: linear-gradient(110deg, var(--brown-950), var(--brown-800));
  overflow: hidden;
}

.location-layout {
  position: relative;
  display: grid;
  min-height: 460px;
  grid-template-columns: 0.7fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.location-date {
  display: flex;
  height: 390px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 214, 181, 0.35);
  background: rgba(255, 255, 255, 0.025);
}

.location-date strong {
  font-family: var(--font-display);
  font-size: 11rem;
  font-weight: 700;
  line-height: 0.78;
}

.location-date span {
  color: var(--caramel);
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.18em;
}

.location h2 em {
  color: var(--caramel);
}

.location address {
  margin: 26px 0 32px;
  color: rgba(255, 255, 255, 0.68);
  font-style: normal;
}

.button-outline {
  color: var(--off-white);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.button-outline:hover {
  color: var(--brown-950);
  background: var(--off-white);
}

.location-art {
  position: absolute;
  top: 50%;
  right: -180px;
  width: 480px;
  height: 480px;
  transform: translate3d(0, calc(-50% + var(--parallax-y, 0px)), 0);
}

.ring {
  position: absolute;
  border: 1px solid rgba(220, 168, 109, 0.28);
  border-radius: 50%;
}

.ring-1 { inset: 0; }
.ring-2 { inset: 58px; }
.ring-3 { inset: 116px; }

.faq {
  background: var(--off-white);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(55px, 8vw, 120px);
}

.faq-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-intro > p:not(.eyebrow) {
  margin: 30px 0 8px;
  color: rgba(43, 22, 18, 0.62);
  font-size: 0.8rem;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 82px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  list-style: none;
  text-transform: uppercase;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  margin-left: 20px;
  place-items: center;
  color: var(--brown-700);
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: transform 200ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  margin: 0 52px 24px 0;
  color: rgba(43, 22, 18, 0.66);
  font-size: 0.86rem;
}

.final-cta {
  position: relative;
  padding-block: clamp(7rem, 12vw, 12rem);
  color: var(--off-white);
  text-align: center;
  background: var(--brown-950);
  overflow: hidden;
}

.final-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(78vw, 970px);
  aspect-ratio: 1;
  border: 1px solid rgba(198, 111, 56, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(198, 111, 56, 0.035), 0 0 0 104px rgba(198, 111, 56, 0.028);
  transform: translate3d(-50%, calc(-50% + var(--parallax-y, 0px)), 0);
}

.final-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-content .eyebrow {
  justify-content: center;
}

.final-cta h2 {
  font-size: clamp(3.3rem, 7vw, 7rem);
}

.final-cta h2 em {
  color: var(--caramel);
}

.final-content > p:not(.eyebrow) {
  max-width: 680px;
  margin: 28px auto 34px;
  color: rgba(255, 255, 255, 0.63);
}

.footer {
  padding: 65px 0 28px;
  color: var(--off-white);
  background: #100403;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.8fr;
  gap: 50px;
  align-items: start;
}

.footer-logos {
  display: flex;
  min-height: 90px;
  gap: 22px;
  align-items: center;
}

.footer-fenie-logo {
  width: 175px;
  height: 95px;
  object-fit: contain;
}

.footer-partner-logo {
  display: grid;
  width: 146px;
  height: 48px;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-partner-logo img {
  width: 134px;
  height: 44px;
  object-fit: contain;
}

body.parallax-ready [data-parallax] {
  will-change: transform;
}

.footer-grid > div:first-child > p:last-child {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.72rem;
}

.footer-event {
  display: flex;
  flex-direction: column;
}

.footer-event strong {
  color: var(--caramel);
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.footer-event span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 22px;
}

.footer nav a,
.footer-cookie-preferences {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
  text-decoration: none;
}

.footer-cookie-preferences {
  padding: 0;
  font: inherit;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.footer nav a:hover,
.footer-cookie-preferences:hover,
.footer-cookie-preferences:focus-visible {
  color: var(--caramel);
}

#legal-links {
  display: contents;
}

.footer-bottom {
  display: flex;
  margin-top: 55px;
  padding-top: 18px;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-cta {
  display: none;
}

.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 300;
  display: grid;
  max-width: 1160px;
  min-height: 154px;
  margin-inline: auto;
  padding: 26px 28px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.7fr);
  gap: 34px;
  align-items: center;
  color: var(--off-white);
  background:
    radial-gradient(circle at 8% 0%, rgba(220, 168, 109, 0.13), transparent 34%),
    rgba(20, 6, 5, 0.98);
  border: 1px solid rgba(220, 168, 109, 0.38);
  box-shadow: 0 22px 70px rgba(18, 4, 2, 0.46);
  backdrop-filter: blur(16px);
}

.cookie-consent-copy h2 {
  margin: 4px 0 7px;
  color: var(--off-white);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.cookie-consent-kicker {
  color: var(--caramel);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cookie-consent-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  line-height: 1.55;
}

.cookie-consent-copy .cookie-consent-status {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.64rem;
}

.cookie-consent-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cookie-consent-button {
  display: inline-flex;
  min-height: 54px;
  padding: 12px 14px;
  align-items: center;
  justify-content: center;
  color: var(--brown-950);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--caramel);
  border: 1px solid var(--caramel);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.cookie-consent-button:hover,
.cookie-consent-button:focus-visible {
  color: var(--off-white);
  background: transparent;
  transform: translateY(-2px);
}

body.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

body.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroReveal {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroScale {
  from { opacity: 0; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

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

  .cookie-consent {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero,
  .hero-content {
    min-height: 820px;
  }

  .hero-copy { width: 65vw; }
  .hero-ticket { display: none; }
  .path-card { min-height: 600px; }
  .path-copy { padding: 30px; }
  .path-copy ul { display: block; }
  .path-copy li + li { margin-top: 5px; }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .included-grid li:last-child { grid-column: auto; }
  .ticket-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .deadline-bar { grid-template-columns: 0.8fr 1.2fr; }
  .deadline-date { grid-column: 1 / -1; justify-self: start; }
  .lot-card { min-height: 350px; }
  .lot-card.active { transform: none; }
  .location-art { opacity: 0.45; }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 30px, 620px);
    --section-pad: 5.2rem;
  }

  body {
    padding-bottom: 72px;
  }

  .topbar {
    height: 74px;
  }

  .brand { width: 112px; height: 64px; }
  .brand-logo { width: 132px; }
  .partner-brand { display: none; }
  .header-cta { min-height: 38px; padding-inline: 12px; gap: 9px; }

  .hero,
  .hero-content {
    min-height: 900px;
  }

  .hero-media img {
    object-position: center top;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(18, 5, 4, 0.98) 0%, rgba(18, 5, 4, 0.9) 39%, rgba(18, 5, 4, 0.05) 71%);
  }

  .hero-content {
    padding-top: 360px;
    padding-bottom: 84px;
    align-items: flex-end;
  }

  .hero-copy { width: 100%; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero-course { padding-left: 4px; font-size: 2.9rem; }
  .hero-formas { font-size: clamp(6.2rem, 27vw, 8.4rem); }
  .hero-tagline { margin-top: 28px; font-size: 1.55rem; }
  .hero-support { font-size: 0.82rem; }

  .hero-facts {
    margin: 22px 0;
  }

  .hero-facts div { padding: 11px 8px; }
  .hero-facts div:first-child { padding-left: 0; }
  .hero-facts strong { font-size: 0.8rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-actions .button { width: 100%; }
  .hero-scroll { display: none; }

  .section-heading {
    display: block;
    margin-bottom: 38px;
  }

  .section-heading h2,
  .program h2,
  .audience h2,
  .educator h2,
  .location h2,
  .faq h2,
  .final-cta h2 {
    font-size: clamp(2.7rem, 13vw, 4.1rem);
  }

  .section-heading > p:last-child { margin-top: 22px; }
  .paths-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 540px; }
  .path-card-straight img { object-position: 58% center; }
  .path-copy { padding: 26px 24px; }
  .path-copy h3 { font-size: 2.6rem; }

  .program-layout,
  .audience-layout,
  .educator-layout,
  .location-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .program-intro,
  .faq-intro {
    position: static;
  }

  .program-list li { grid-template-columns: 44px 1fr; min-height: 75px; }
  .audience-tags { gap: 9px; }
  .audience-tags li { padding: 10px 13px; font-size: 0.7rem; }
  .educator-layout { display: flex; flex-direction: column-reverse; }
  .educator-photo { width: min(100%, 320px); margin-inline: auto; }
  .educator-photo figcaption { font-size: 0.9rem; }
  .credentials { grid-template-columns: 1fr; }
  .credentials div { border-left: 0; border-top: 1px solid rgba(43, 22, 18, 0.25); padding-left: 0; }
  .credentials div:first-child { border-top: 0; }
  .included-grid { grid-template-columns: 1fr; }
  .included-grid li { min-height: 150px; }
  .lot-card { min-height: 390px; }
  .deadline-bar { margin-top: 0; padding: 20px; grid-template-columns: 1fr; gap: 7px; }
  .deadline-time { font-size: 2.4rem; }
  .deadline-date { grid-column: auto; }
  .location-layout { min-height: 0; }
  .location-date { height: 285px; }
  .location-date strong { font-size: 8.6rem; }
  .location-art { right: -330px; }
  .faq-list summary { min-height: 72px; font-size: 1.1rem; }
  .final-actions { flex-direction: column; }
  .final-actions .text-link { align-self: center; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-logos { min-height: 70px; }
  .footer-fenie-logo { width: 150px; height: 82px; }
  .footer-partner-logo { width: 136px; height: 44px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }

  .cookie-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 0;
    padding: 21px 18px 18px;
  }

  .cookie-consent-actions { gap: 8px; }
  .cookie-consent-button { min-height: 52px; padding-inline: 8px; font-size: 0.7rem; }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: flex;
    min-height: 72px;
    padding: 10px 12px 10px 16px;
    align-items: center;
    justify-content: space-between;
    color: var(--off-white);
    background: rgba(23, 7, 6, 0.97);
    border-top: 1px solid rgba(220, 168, 109, 0.35);
    backdrop-filter: blur(12px);
  }

  .mobile-cta[hidden] { display: none; }
  .mobile-cta div { display: flex; flex-direction: column; }
  .mobile-cta div span { color: var(--caramel); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
  .mobile-cta div strong { font-family: var(--font-display); font-size: 1.3rem; line-height: 1.1; }
  .mobile-cta > a { display: inline-flex; min-height: 48px; padding: 0 15px; gap: 13px; align-items: center; color: var(--brown-950); font-family: var(--font-display); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.07em; text-decoration: none; text-transform: uppercase; background: var(--caramel); }
  .mobile-cta { transition: transform 220ms ease, opacity 220ms ease; }
  .mobile-cta.is-suppressed { opacity: 0; pointer-events: none; transform: translateY(105%); }
  body.cookie-consent-open .mobile-cta { opacity: 0; pointer-events: none; transform: translateY(105%); }
}

@media (max-width: 380px) {
  .header-cta { font-size: 0.62rem; }
  .hero-content { padding-top: 335px; }
  .hero-formas { font-size: 6.15rem; }
  .hero-facts span { font-size: 0.54rem; }
  .hero-facts strong { font-size: 0.7rem; }
  .mobile-cta div strong { font-size: 1.05rem; }
  .mobile-cta > a { padding-inline: 12px; font-size: 0.72rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  body.reveal-ready .reveal { opacity: 1; transform: none; }
  [data-parallax] { --parallax-y: 0px !important; }
}
