/* ========================================
   EVERSEE — paper-collage palette
   ======================================== */

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

:root {
  --bg:           #121D17;   /* dark green */
  --paper:        #F8EDE2;   /* warm white */
  --yellow:       #ECC61D;   /* amber yellow */
  --red:          #E03D52;   /* coral red */
  --pink:         #F7B4A5;   /* hand pink */
  --pink-bright:  #F3AFA1;   /* bright pink */
  --blue:         #7D869A;   /* dusty blue-grey */

  --muted:   rgba(248, 237, 226, 0.55);
  --faint:   rgba(248, 237, 226, 0.2);
  --border:  rgba(248, 237, 226, 0.12);

  --font-display: 'Helvetica Neue', 'Inter', 'Arial', sans-serif;
  --font-body:    'Helvetica Neue', 'Inter', 'Arial', sans-serif;

  --gutter: 6vw;
}

@media (max-width: 600px) {
  :root { --gutter: 18px; }
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: var(--bg);
  color: var(--paper);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ========================================
   Top bar (fixed)
   ======================================== */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px var(--gutter);
  mix-blend-mode: difference;
  color: var(--paper);
}
.brand {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.topnav {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-left: auto;
  margin-right: 32px;
}
.topnav a {
  color: var(--paper);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.topnav a:hover { color: var(--red); }
@media (max-width: 1000px) {
  .topnav { display: none; }
}
@media (min-width: 1001px) {
  .topbar .menu-btn { display: none; }
}

.topbar__cta {
  display: inline-block;
  background: var(--red);
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 100px;
  margin-right: 24px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.topbar__cta:hover {
  background: var(--paper);
  color: var(--bg);
}
@media (max-width: 700px) {
  .topbar__cta {
    font-size: 11px;
    padding: 8px 14px;
    margin-right: 14px;
    letter-spacing: 0.12em;
  }
}

.menu-btn {
  background: none;
  border: none;
  color: inherit;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 0;
}

/* ========================================
   Scroll container
   ======================================== */
.scroll {
  scroll-snap-type: y proximity;
  overflow-y: auto;
  height: 100vh;
  height: 100svh;
}

.screen {
  min-height: 100vh;
  min-height: 100svh;
  scroll-snap-align: start;
  padding: 0 var(--gutter);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

/* ========================================
   1. Opener
   ======================================== */
.screen--opener {
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}
.screen--opener > * { min-width: 0; max-width: 100%; }
.opener__brand {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(56px, 14vw, 220px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--paper);
  margin: 0 0 0 -0.04em;
  padding: 0;
  text-indent: 0;
  max-width: 100%;
}
.opener__subtitle {
  font-family: var(--font-display);
  font-size: clamp(15px, 2.5vw, 36px);
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--paper);
  font-weight: 500;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  hyphens: auto;
}
.opener__subtitle strong {
  font-weight: 800;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.opener__edition {
  font-weight: 700;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0.15em 0 0.05em;
}
.opener__pitch {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0;
  color: var(--paper);
  max-width: 100%;
  width: 100%;
  margin: 40px 0 0;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .opener__pitch {
    font-size: clamp(22px, 2.6vw, 38px);
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin-top: 72px;
  }
}
.opener__pitch em {
  font-style: normal;
  font-weight: 800;
}
.opener__pitch em:nth-of-type(1) { color: var(--yellow); }  /* creative */
.opener__pitch em:nth-of-type(2) { color: var(--pink); }    /* technology */
.opener__pitch em:nth-of-type(3) { color: var(--blue); }    /* business */

.opener__meta {
  font-family: var(--font-display);
  font-size: clamp(13px, 1.2vw, 16px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin: 24px 0 0;
}

/* ========================================
   2. Message
   ======================================== */
.screen--message {
  justify-content: center;
  gap: 40px;
}
.message__lead {
  max-width: 900px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.4;
  color: var(--paper);
  font-weight: 500;
}
.message__lead--yellow { color: var(--yellow); }

.message__big {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  max-width: 1200px;
}
.word--cream   { color: var(--paper); }
.word--yellow  { color: var(--yellow); }
.word--red     { color: var(--red); }
.word--blue    { color: var(--blue); }
.word--pink    { color: var(--pink); }

.message__asterisk {
  font-size: 0.55em;
  vertical-align: super;
  line-height: 0;
  color: var(--yellow);
  font-weight: 700;
  margin-left: 0.05em;
}
.message__footnote {
  max-width: 900px;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.45;
  color: var(--paper);
  opacity: 0.85;
  font-weight: 400;
  margin-top: -16px;
}
.message__footnote-mark {
  color: var(--yellow);
  font-weight: 700;
  margin-right: 4px;
}

.message__cta {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--red);
  max-width: 1100px;
}
.message__cta em {
  font-style: normal;
  color: var(--paper);
  border-bottom: 3px solid var(--red);
}

/* ========================================
   3–5. Domain screens (Creative / Engineering / Business)
   ======================================== */
.screen--domain {
  padding: 0 var(--gutter);
  overflow: hidden;
  text-align: center;
}
.domain__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  filter: grayscale(0.2) contrast(1.05);
}
.screen--domain::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(14,20,16,0.55) 0%,
    rgba(14,20,16,0.35) 40%,
    rgba(14,20,16,0.8) 100%);
  z-index: 1;
}
.domain__body {
  position: relative;
  z-index: 2;
  margin: auto auto 10vh;
  max-width: 1100px;
  text-align: center;
}
.domain__roles {
  margin-left: auto;
  margin-right: auto;
}
.domain__ribbon {
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--yellow);
  white-space: nowrap;
}
.domain__label {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 24px;
}
.domain--creative    .domain__label { color: var(--yellow); }
.domain--engineering .domain__label { color: var(--pink); }
.domain--business    .domain__label { color: var(--blue); }

.domain__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(48px, 8vw, 130px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--paper);
  margin-bottom: 32px;
}
.domain__roles {
  font-size: clamp(16px, 1.4vw, 20px);
  color: var(--paper);
  opacity: 0.9;
  max-width: 720px;
  line-height: 1.5;
}

/* ========================================
   6. Three Days
   ======================================== */
.screen--days {
  justify-content: flex-start;
  gap: 56px;
  padding-top: 14vh;
  padding-bottom: 6vh;
}
.days__meta {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
}
.days__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.day {
  border-top: 1px solid var(--border);
  padding-top: 28px;
}
.day__num {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.day__name {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.day__name--yellow { color: var(--yellow); }
.day__name--red    { color: var(--red); }
.day__name--blue   { color: var(--blue); }

.day__text {
  font-size: 17px;
  line-height: 1.5;
  color: var(--paper);
  max-width: 320px;
}
.days__note {
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
  font-style: italic;
  max-width: 720px;
  margin-top: 16px;
}

.days__link {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  padding-bottom: 4px;
  transition: color 0.2s, border-color 0.2s;
}
.days__link:hover {
  color: var(--yellow);
  border-bottom-color: var(--yellow);
}
.days__link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.2s;
}
.days__link:hover span {
  transform: translateX(4px);
}

/* ========================================
   7. Reserve
   ======================================== */
.screen--reserve {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  padding-top: 14vh;
  padding-bottom: 6vh;
  min-height: auto;
}
.reserve__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(56px, 10vw, 170px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--paper);
}
.reserve__sub {
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--muted);
  max-width: 560px;
}
.reserve__cta {
  display: inline-block;
  margin-top: 16px;
  padding: 24px 56px;
  background: var(--red);
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.reserve__cta:hover {
  background: var(--paper);
  color: var(--bg);
}
.reserve__early {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-top: 8px;
}

/* ========================================
   Footer
   ======================================== */
.footer {
  scroll-snap-align: start;
  min-height: 50vh;
  padding: 80px var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
  border-top: 1px solid var(--border);
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
}
.footer__mail {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 4vw, 56px);
  letter-spacing: -0.02em;
}
.footer__socials {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.footer__socials a {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.footer__socials a:hover { color: var(--paper); }

.footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.footer__legal a:hover { color: var(--paper); }

/* ========================================
   Full-screen nav overlay
   ======================================== */
.nav {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--bg);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  padding: 28px var(--gutter) 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.nav--open {
  opacity: 1;
  pointer-events: auto;
}
.nav__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__brand {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.nav__close {
  background: none;
  border: none;
  color: inherit;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 0;
}
.nav__list {
  list-style: none;
  margin: auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vw, 14px);
}
.nav__link {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(44px, 8vw, 120px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--paper);
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
}
.nav__link:hover { color: var(--yellow); }
.nav__link[aria-current="page"] { color: var(--yellow); }

.nav__foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-top: auto;
  padding-top: 48px;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--muted);
  flex-wrap: wrap;
}
.nav__foot a { color: var(--muted); }
.nav__foot a:hover { color: var(--paper); }

body.nav-open { overflow: hidden; }

/* ========================================
   Subpage layout (programme, apply, people)
   ======================================== */
.page {
  padding: 100px var(--gutter) 120px;
  max-width: 1400px;
  margin: 0 auto;
}

.page__kicker {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 32px;
}
.page__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(56px, 10vw, 170px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  color: var(--paper);
  margin-bottom: 40px;
  max-width: 14ch;
}
.page__title em {
  font-style: normal;
  color: var(--yellow);
}
.page__lead {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.35;
  color: var(--paper);
  max-width: 900px;
  margin-bottom: 96px;
}

.page__section {
  padding-top: 24px;
  border-top: 1px solid var(--border);
  margin-bottom: 0;
}
.page__section:last-of-type { margin-bottom: 0; }
.page__section--first {
  padding-top: 0;
  border-top: none;
}

.page__summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 8px 80px 8px 0;
  display: grid;
  grid-template-columns: clamp(420px, 56%, 720px) minmax(0, 1fr);
  gap: 0 32px;
  align-items: end;
  transition: opacity 0.2s ease;
}
.page__summary::-webkit-details-marker { display: none; }
.page__summary::marker { content: ""; }
.page__summary > .section__meta { margin-bottom: 4px; grid-column: 1; }
.page__summary > .section__title { margin-bottom: 0; line-height: 0.92; grid-column: 1; }
.page__summary > .section__intro {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin-bottom: clamp(8px, 1.5vh, 24px);
  max-width: 520px;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.45;
  color: var(--paper);
  opacity: 0.85;
}

.page__summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 200;
  line-height: 1;
  color: var(--muted);
  transition: color 0.25s ease;
}
.page__section[open] > .page__summary::after {
  content: "−";
  color: var(--yellow);
}
.page__summary:hover::after { color: var(--paper); }
.page__summary:hover .section__title { opacity: 0.85; }

.page__section[open] > .page__summary {
  margin-bottom: 32px;
}
.page__section[open] {
  padding-bottom: 64px;
}

.section__meta {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.section__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin-bottom: 48px;
}
.section__title--yellow { color: var(--yellow); }
.section__title--red    { color: var(--red); }
.section__title--blue   { color: var(--blue); }
.section__title--pink   { color: var(--pink); }

.section__intro {
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.5;
  max-width: 820px;
  margin-bottom: 64px;
  color: var(--paper);
}

/* ========================================
   Timeline blocks (programme)
   ======================================== */
.day-anchor {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  max-width: 1100px;
}
.day-anchor strong {
  color: var(--paper);
  font-weight: 700;
  margin-right: 12px;
}

.timeline {
  max-width: 1100px;
}
.timeline__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0 48px;
  padding: 22px 0;
  border-top: 1px solid var(--border);
}
.timeline__time {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  padding-top: 6px;
}
.timeline__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.timeline__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  color: var(--paper);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.timeline__text {
  font-size: 17px;
  line-height: 1.5;
  color: var(--paper);
  opacity: 0.85;
  max-width: 720px;
}
.timeline__text em {
  font-style: normal;
  color: var(--yellow);
  font-weight: 500;
}

.timeline__break {
  padding: 14px 0;
  border-top: 1px solid var(--border);
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--paper);
  font-weight: 600;
}
.timeline__break time {
  color: var(--yellow);
  font-weight: 700;
}

.evening {
  margin-top: 40px;
  padding: 28px 32px;
  border: 1px dashed var(--border);
  border-radius: 6px;
  max-width: 1100px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.evening__tag {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
  white-space: nowrap;
  padding-top: 4px;
}
.evening__body {
  flex: 1;
  min-width: 280px;
}
.evening__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--paper);
  margin-bottom: 8px;
  letter-spacing: -0.005em;
}
.evening__text {
  font-size: 15px;
  line-height: 1.5;
  color: var(--paper);
  opacity: 0.8;
}

.evening--free {
  border: 1px solid rgba(236, 198, 29, 0.4);
  background: rgba(236, 198, 29, 0.08);
}
.evening--free .evening__tag {
  color: var(--yellow);
}
.evening--free .evening__title a.link {
  border-bottom-color: rgba(236, 198, 29, 0.5);
}

.evening__urgent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yellow);
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 4px;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.evening__urgent:hover {
  color: var(--paper);
  border-bottom-color: var(--paper);
}

.see-below {
  color: var(--paper);
  border-bottom: 1px dashed rgba(248, 237, 226, 0.4);
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.see-below:hover {
  color: var(--yellow);
  border-bottom-color: var(--yellow);
}
.see-below__arrow {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.8em;
  color: var(--yellow);
  transform: translateY(-1px);
}

.method {
  scroll-margin-top: 100px;
  margin-top: 56px;
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 6px;
  max-width: 1100px;
}
.method__head {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 24px;
  font-weight: 700;
}
.method__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
  max-width: 720px;
}
.method__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.method__step {
  font-size: 14px;
  line-height: 1.35;
  color: var(--paper);
  opacity: 0.9;
}
.method__step strong {
  display: block;
  font-weight: 800;
  color: var(--yellow);
  letter-spacing: 0.12em;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* ========================================
   Slot cards (apply)
   ======================================== */
.slots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 96px;
}
.slot {
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(248, 237, 226, 0.02);
}
.slot__num {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.slot__name {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.slot--brief   .slot__name { color: var(--yellow); }
.slot--seat    .slot__name { color: var(--red); }
.slot--demo    .slot__name { color: var(--pink); }
.slot--match   .slot__name { color: var(--blue); }

.slot__compare {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--muted);
  letter-spacing: -0.01em;
}
.slot__compare s {
  text-decoration-line: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: currentColor;
  opacity: 0.7;
}
.slot__save {
  display: inline-block;
  padding: 5px 11px 4px;
  border-radius: 999px;
  font-family: var(--font-sans, inherit);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
.slot--brief .slot__save { background-color: var(--yellow); color: #16140a; }
.slot--seat  .slot__save { background-color: var(--red);    color: #1a0a0a; }
.slot--demo  .slot__save { background-color: var(--pink);   color: #1a0a14; }
.slot--match .slot__save { background-color: var(--blue);   color: #0a1018; }

/* Apply page — inline link inside note + team-enquiry disclosure */
.apply__link {
  color: var(--yellow);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  font-weight: 600;
}
.apply__link:hover { opacity: 0.85; }

.team-enquiry {
  margin: 32px 0 0;
  padding: 22px 28px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(248, 237, 226, 0.03);
}
.team-enquiry[open] { background: rgba(248, 237, 226, 0.05); padding-bottom: 28px; }
.team-enquiry__summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: var(--paper);
  list-style: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-enquiry__summary::-webkit-details-marker { display: none; }
.team-enquiry__summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: var(--muted);
  margin-left: 16px;
}
.team-enquiry[open] .team-enquiry__summary::after { content: '−'; }
.team-enquiry__form {
  margin-top: 22px;
  display: grid;
  gap: 16px;
  max-width: 560px;
}
.team-enquiry__row { display: grid; gap: 6px; }
.team-enquiry__row label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.team-enquiry__row input,
.team-enquiry__row textarea {
  background: rgba(248, 237, 226, 0.06);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  font-family: inherit;
  color: var(--paper);
}
.team-enquiry__row input:focus,
.team-enquiry__row textarea:focus {
  outline: none;
  border-color: var(--yellow);
  background: rgba(248, 237, 226, 0.09);
}
.team-enquiry__row textarea { resize: vertical; min-height: 100px; }
.team-enquiry__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.team-enquiry__submit { justify-self: start; margin-top: 4px; }

.form-thanks {
  padding: 24px 0 8px;
  max-width: 560px;
}
.form-thanks__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--paper);
  margin: 0 0 10px;
}
.form-thanks__text {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.form-error {
  color: #E74C3C;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 8px 0 0;
}

.cta-block__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.cta-block__fallback {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cta-block__mail {
  color: var(--paper);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.copy-btn {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--paper);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.copy-btn:hover { background: rgba(248, 237, 226, 0.06); border-color: rgba(248, 237, 226, 0.25); }
.copy-btn.is-copied { background: rgba(248, 237, 226, 0.10); border-color: var(--paper); }

/* ========================================
   Full-screen menu overlay
   ======================================== */
body.menu-open { overflow: hidden; }
.menu-overlay {
  position: fixed;
  inset: 0;
  background: var(--bg);
  color: var(--paper);
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 36px 56px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.menu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.menu-overlay__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-overlay__close {
  background: none;
  border: none;
  color: inherit;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 0;
}
.menu-overlay__list {
  list-style: none;
  margin: auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu-overlay__item {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 7.5vw, 100px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--paper);
  text-decoration: none;
  display: inline-block;
  width: max-content;
  transition: color 0.15s ease;
}
.menu-overlay__list li:nth-child(1) .menu-overlay__item:hover { color: var(--yellow); }
.menu-overlay__list li:nth-child(2) .menu-overlay__item:hover { color: var(--red); }
.menu-overlay__list li:nth-child(3) .menu-overlay__item:hover { color: var(--pink-bright); }
.menu-overlay__list li:nth-child(4) .menu-overlay__item:hover { color: var(--blue); }
.menu-overlay__list li:nth-child(5) .menu-overlay__item:hover { color: var(--yellow); }
.menu-overlay__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.menu-overlay__mail {
  color: var(--paper);
  text-decoration: none;
}
.menu-overlay__mail:hover { color: var(--red); }

/* Blog list */
.blog-list { list-style: none; padding: 0; margin: 56px 0 0; display: grid; gap: 32px; max-width: 760px; }
.blog-list__item { border-top: 1px solid var(--border); padding-top: 24px; }
.blog-list__link { display: block; color: var(--paper); text-decoration: none; }
.blog-list__link:hover .blog-list__title { color: var(--red); }
.blog-list__kicker { font-family: var(--font-display); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin: 0 0 8px; }
.blog-list__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 2.2vw, 32px); line-height: 1.15; letter-spacing: -0.01em; color: var(--paper); margin: 0 0 8px; transition: color 0.15s ease; }
.blog-list__lead { font-size: 16px; line-height: 1.55; color: var(--paper); opacity: 0.85; margin: 0; }
.slot__for {
  font-size: 17px;
  line-height: 1.45;
  color: var(--paper);
  font-weight: 500;
}
.slot__text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--paper);
  opacity: 0.8;
}
.slot__note {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-weight: 600;
}

.slot__cta {
  display: inline-block;
  background: var(--paper);
  color: var(--bg);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 18px 28px;
  border-radius: 6px;
  text-align: center;
  margin-top: auto;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.slot--brief .slot__cta {
  background: var(--yellow);
  color: var(--bg);
}
.slot--seat .slot__cta {
  background: var(--red);
  color: var(--paper);
}
.slot__cta:hover {
  background: var(--paper);
  color: var(--bg);
  transform: translateY(-1px);
}
.slot__cta-arrow {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.2s ease;
}
.slot__cta:hover .slot__cta-arrow {
  transform: translateX(4px);
}

/* Apply page — compact hero so the buy cards land above the fold */
.page--apply {
  padding-top: 90px;
  padding-bottom: 80px;
}
.page--apply .page__kicker {
  margin-bottom: 12px;
}
.page--apply .page__title {
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1;
  margin-bottom: 14px;
  max-width: none;
}
.page--apply .page__lead {
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.45;
  max-width: 640px;
  margin-bottom: 32px;
}
.page--apply .slot {
  padding: 28px 28px 24px;
  gap: 14px;
}
.page--apply .slot__name {
  font-size: clamp(40px, 4.5vw, 60px);
}
.page--apply .slot__text {
  font-size: 14px;
  line-height: 1.5;
}
.page--apply .slot__cta {
  padding: 14px 22px;
  font-size: 13px;
}
.page--apply .apply-asides {
  margin-top: 56px;
}

/* Apply asides — three short info boxes */
.apply-asides {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
  max-width: 1200px;
}
.apply-aside {
  padding: 28px 28px 24px;
  border: 1px solid var(--border);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(248, 237, 226, 0.02);
}
.apply-aside__heading {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  color: var(--paper);
  letter-spacing: -0.005em;
}
.apply-aside__text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--paper);
  opacity: 0.8;
  flex: 1;
}
.apply-aside__link {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-top: 8px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.apply-aside__link:hover {
  color: var(--paper);
  border-bottom-color: var(--paper);
}

@media (max-width: 900px) {
  .apply-asides { grid-template-columns: 1fr; gap: 16px; }
}

.cascade {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px 40px;
  max-width: 900px;
  margin-bottom: 56px;
}
.cascade__date {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 32px);
  color: var(--yellow);
  letter-spacing: -0.01em;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.cascade__what {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--border);
  font-size: 17px;
  line-height: 1.5;
  color: var(--paper);
}

.apply__note {
  margin-top: 64px;
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
  color: var(--muted);
  max-width: 720px;
}

/* ========================================
   People cards (people)
   ======================================== */
.people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1200px;
}
.person {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.person__photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: rgba(248, 237, 226, 0.05);
  border-radius: 4px;
  filter: grayscale(0.15) contrast(1.05);
}
.person__name {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--paper);
  margin-top: 8px;
}
.person__role {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
}
.person__bio {
  font-size: 16px;
  line-height: 1.55;
  color: var(--paper);
  opacity: 0.85;
}

/* ========================================
   CTA block (reused on subpages)
   ======================================== */
.cta-block {
  padding: 96px var(--gutter);
  border-top: 1px solid var(--border);
  text-align: left;
  max-width: 1400px;
  margin: 0 auto;
}
.cta-block__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(48px, 8vw, 130px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
.cta-block__sub {
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--muted);
  max-width: 560px;
  margin-bottom: 32px;
}
.btn {
  display: inline-block;
  padding: 22px 52px;
  background: var(--red);
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.btn:hover {
  background: var(--paper);
  color: var(--bg);
}
.btn--ghost {
  background: transparent;
  color: var(--paper);
  border: 1px solid var(--paper);
}
.btn--ghost:hover {
  background: var(--paper);
  color: var(--bg);
}

/* ========================================
   Inline link in body copy
   ======================================== */
.link {
  color: var(--paper);
  border-bottom: 1px solid rgba(248, 237, 226, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.link:hover {
  color: var(--yellow);
  border-bottom-color: var(--yellow);
}

/* ========================================
   Portrait stub page
   ======================================== */
.portrait {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 1fr);
  gap: 64px;
  padding: 100px var(--gutter) 120px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}
.portrait__photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 4px;
  filter: grayscale(0.1) contrast(1.05);
}
.portrait__body {
  padding-top: 8px;
}
.portrait__kicker {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
}
.portrait__name {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(48px, 6vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--paper);
  margin-bottom: 20px;
}
.portrait__role {
  font-family: var(--font-display);
  font-size: clamp(16px, 1.4vw, 20px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
  margin-bottom: 40px;
}
.portrait__bio {
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.5;
  color: var(--paper);
  opacity: 0.9;
  max-width: 580px;
  margin-bottom: 48px;
}
.portrait__placeholder {
  padding: 28px 32px;
  border: 1px dashed var(--border);
  border-radius: 6px;
  max-width: 580px;
}
.portrait__placeholder-tag {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
  margin-bottom: 12px;
}
.portrait__placeholder-text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--paper);
  opacity: 0.8;
}
.portrait__back {
  display: inline-block;
  margin-top: 48px;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  border-bottom: 1px solid var(--border);
  padding-bottom: 4px;
}
.portrait__back:hover { color: var(--paper); border-bottom-color: var(--paper); }

.portrait__contact {
  display: inline-block;
  margin-top: 32px;
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--paper);
  border-bottom: 1px solid rgba(248, 237, 226, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.portrait__contact:hover { color: var(--yellow); border-bottom-color: var(--yellow); }

/* ========================================
   Bio sections (long-form portrait page)
   ======================================== */
.bio {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--gutter) 120px;
}
.bio__section {
  padding: 56px 0;
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  max-width: 1100px;
}
.bio__heading {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
  padding-top: 4px;
}
.bio__body p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--paper);
  opacity: 0.9;
  margin-bottom: 16px;
  max-width: 720px;
}
.bio__body p:last-child { margin-bottom: 0; }
.bio__body em {
  font-style: italic;
  color: var(--paper);
  opacity: 1;
}
.bio__body strong {
  font-weight: 700;
  color: var(--paper);
}

@media (max-width: 900px) {
  .bio__section { grid-template-columns: 1fr; gap: 16px; padding: 40px 0; }
}

@media (max-width: 900px) {
  .portrait {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 100px var(--gutter) 80px;
  }
  .portrait__photo { max-width: 480px; }
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 900px) {
  :root { --gutter: 6vw; }
  .topbar { padding: 20px var(--gutter); }
  .days__grid { grid-template-columns: 1fr; gap: 32px; }
  .screen--days { gap: 40px; }
  .message__big { font-size: clamp(42px, 11vw, 90px); }
  .domain__title { font-size: clamp(42px, 11vw, 90px); }
  .domain__body { margin-bottom: 14vh; }
  .footer__top { flex-direction: column; }

  .page { padding: 100px var(--gutter) 80px; }
  .page__section { padding-top: 24px; margin-bottom: 0; }
  .page__summary {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .page__summary > .section__intro {
    grid-column: 1;
    grid-row: auto;
    margin-bottom: 0;
    align-self: start;
  }
  .timeline__row { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
  .timeline__time { padding-top: 0; padding-bottom: 4px; }
  .timeline__break { padding: 10px 0; }
  .evening { padding: 24px; }
  .method { padding: 28px; }
  .method__steps { grid-template-columns: repeat(2, 1fr); }
  .slots { grid-template-columns: 1fr; gap: 20px; }
  .slot { padding: 28px; }
  .cascade { grid-template-columns: 1fr; gap: 0; }
  .cascade__date { border-top: 1px solid var(--border); padding-top: 20px; padding-bottom: 4px; }
  .cascade__what { border-top: none; padding-top: 8px; padding-bottom: 24px; }
  .people { grid-template-columns: 1fr; gap: 40px; }
  .cta-block { padding: 72px var(--gutter); }
}

/* ========================================
   Programme PDF download button
   ======================================== */
.pdf-download {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px 14px 18px;
  background: var(--paper);
  color: var(--bg);
  border: 2px solid var(--paper);
  text-decoration: none;
  margin-bottom: 32px;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.pdf-download:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  transform: translateY(-1px);
}
.pdf-download__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  color: var(--yellow);
  flex-shrink: 0;
}
.pdf-download__body {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.pdf-download__label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.pdf-download__meta {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(18, 29, 23, 0.6);
  margin-top: 3px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .pdf-download {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}

/* ========================================
   Tickets — embedded Pretix widget
   ======================================== */
.tickets-widget {
  padding: 96px var(--gutter) 120px;
  background: var(--bg);
  color: var(--paper);
}
.tickets-widget__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 16px;
}
.tickets-widget__sub {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(248, 237, 226, 0.75);
  max-width: 720px;
  margin-bottom: 40px;
}
.tickets-widget__frame {
  background: var(--paper);
  color: var(--bg);
  padding: 32px;
  border: 2px solid var(--paper);
  max-width: 920px;
  min-height: 200px;
}
.tickets-widget__frame pretix-widget {
  display: block;
  --pretix-widget-primary-color: #E03D52;
}
.tickets-widget__fallback {
  margin-top: 24px;
  font-size: 16px;
  color: rgba(248, 237, 226, 0.6);
}
.tickets-widget__fallback a {
  color: var(--yellow);
  text-decoration: underline;
}

@media (max-width: 600px) {
  .tickets-widget { padding: 64px var(--gutter) 80px; }
  .tickets-widget__frame { padding: 20px; }
}

/* ========================================
   Cookie consent banner (GDPR)
   ======================================== */
.cookie-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(18, 29, 23, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9998;
  display: none;
}
.cookie-backdrop.is-visible { display: block; }

.cookie-banner {
  position: fixed;
  z-index: 9999;
  left: 16px;
  right: 16px;
  bottom: 24px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  background: var(--paper);
  color: var(--bg);
  padding: 28px 24px 24px;
  border: 2px solid var(--bg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  display: none;
}
.cookie-banner.is-visible { display: block; }
.cookie-banner__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.cookie-banner__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cookie-banner__text a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.cookie-banner__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cookie-banner__btn {
  flex: 1 1 0;
  min-width: 140px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.02em;
  cursor: pointer;
  border: 2px solid var(--bg);
  background: transparent;
  color: var(--bg);
  transition: background 0.15s, color 0.15s;
}
.cookie-banner__btn--accept {
  background: var(--red);
  color: var(--paper);
  border-color: var(--red);
}
.cookie-banner__btn--accept:hover {
  background: var(--bg);
  color: var(--paper);
  border-color: var(--bg);
}
.cookie-banner__btn--decline:hover {
  background: var(--bg);
  color: var(--paper);
}

@media (max-width: 600px) {
  .cookie-banner { bottom: 16px; padding: 22px 22px 20px; }
  .cookie-banner__title { font-size: 18px; }
  .cookie-banner__text { font-size: 15px; }
  .cookie-banner__actions { flex-direction: column; }
  .cookie-banner__btn { width: 100%; }
}

