/* ==========================================================================
   PIXIE EXPOMEDIA — Design System
   Demo build for client presentation. Brand: coral #D95F6C / ink #282829
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  --ink:        #0B0B0D;
  --ink-2:      #121216;
  --ink-3:      #1A1A20;
  --ink-4:      #24242C;

  --coral:      #D95F6C;
  --coral-lt:   #EC8B95;
  --coral-dk:   #B84A57;
  --coral-glow: rgba(217, 95, 108, .35);

  --leaf:       #2E9E5B;
  --leaf-lt:    #7CC576;

  --cream:      #F7F4F1;
  --sand:       #EDE7E1;
  --white:      #FFFFFF;

  --txt-on-dark:      #F7F4F1;
  --txt-on-dark-mute: rgba(247, 244, 241, .60);
  --txt-on-light:     #14141A;
  --txt-on-light-mute:rgba(20, 20, 26, .62);

  --line-dark:  rgba(247, 244, 241, .13);
  --line-light: rgba(20, 20, 26, .11);

  --font-sans:  'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-disp:  'Fraunces', Georgia, 'Times New Roman', serif;

  --shell:      1280px;
  --gut:        clamp(20px, 5vw, 64px);

  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;

  --ease:      cubic-bezier(.22, 1, .36, 1);
  --ease-io:   cubic-bezier(.65, 0, .35, 1);

  --nav-h: 78px;
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 20px);
}

body {
  font-family: var(--font-sans);
  background: var(--ink);
  color: var(--txt-on-dark);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }

::selection { background: var(--coral); color: #fff; }

/* Scrollbar */
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--ink-4); border-radius: 20px; border: 3px solid var(--ink); }
::-webkit-scrollbar-thumb:hover { background: var(--coral); }

/* ---------- 3. Layout primitives ---------- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gut);
}

.section { padding-block: clamp(72px, 11vw, 148px); position: relative; }
.section--tight { padding-block: clamp(56px, 7vw, 92px); }

.section--light { background: var(--cream); color: var(--txt-on-light); }
.section--sand  { background: var(--sand);  color: var(--txt-on-light); }
.section--ink2  { background: var(--ink-2); }

/* ---------- 4. Typography ---------- */
.h-display {
  font-size: clamp(2.8rem, 8.2vw, 6.6rem);
  line-height: .96;
  letter-spacing: -.035em;
  font-weight: 800;
}
.h1 {
  font-size: clamp(2.2rem, 5.4vw, 4.1rem);
  line-height: 1.03;
  letter-spacing: -.032em;
  font-weight: 800;
}
.h2 {
  font-size: clamp(1.75rem, 3.4vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: -.026em;
  font-weight: 800;
}
.h3 {
  font-size: clamp(1.18rem, 1.9vw, 1.5rem);
  line-height: 1.25;
  letter-spacing: -.017em;
  font-weight: 700;
}

/* Editorial serif accent — the signature move */
.serif {
  font-family: var(--font-disp);
  font-style: italic;
  font-weight: 300;
  font-variation-settings: 'SOFT' 40, 'WONK' 1, 'opsz' 120;
  letter-spacing: -.02em;
}
.coral { color: var(--coral); }

.lede {
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.62;
  color: var(--txt-on-dark-mute);
  max-width: 62ch;
}
.section--light .lede, .section--sand .lede { color: var(--txt-on-light-mute); }

.body-mute { color: var(--txt-on-dark-mute); }
.section--light .body-mute, .section--sand .body-mute { color: var(--txt-on-light-mute); }

/* Eyebrow label */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .715rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 20px;
}
.eyebrow::before {
  content: '';
  width: 26px; height: 1.5px;
  background: var(--coral);
  flex: none;
}

.sec-head { max-width: 760px; margin-bottom: clamp(38px, 5vw, 62px); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head--center .eyebrow { justify-content: center; }
.sec-head--center .lede { margin-inline: auto; }
.sec-head .lede { margin-top: 20px; }

/* ---------- 5. Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: .885rem;
  font-weight: 700;
  letter-spacing: -.005em;
  white-space: nowrap;
  transition: transform .45s var(--ease), background .3s, color .3s, box-shadow .45s var(--ease), border-color .3s;
  will-change: transform;
}
.btn svg { width: 15px; height: 15px; transition: transform .45s var(--ease); }
.btn:hover svg { transform: translateX(4px); }

.btn--primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 6px 26px -8px var(--coral-glow);
}
.btn--primary:hover {
  background: var(--coral-dk);
  box-shadow: 0 14px 40px -10px var(--coral-glow);
}

.btn--ghost {
  border: 1.5px solid var(--line-dark);
  color: var(--txt-on-dark);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { border-color: var(--coral); color: var(--coral); }

.section--light .btn--ghost, .section--sand .btn--ghost {
  border-color: var(--line-light);
  color: var(--txt-on-light);
}
.section--light .btn--ghost:hover, .section--sand .btn--ghost:hover { border-color: var(--coral); color: var(--coral); }

.btn--solid-dark { background: var(--ink); color: var(--cream); }
.btn--solid-dark:hover { background: var(--coral); }

.btn--sm { padding: 11px 22px; font-size: .8rem; }
.btn--lg { padding: 18px 38px; font-size: .95rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* Text link with underline sweep */
.tlink {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: .875rem;
  color: var(--coral);
}
.tlink::after {
  content: '';
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s var(--ease);
}
.tlink:hover::after { transform: scaleX(1); transform-origin: left; }
.tlink svg { width: 13px; height: 13px; transition: transform .45s var(--ease); }
.tlink:hover svg { transform: translateX(4px); }

/* ---------- 6. Preloader ---------- */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--ink);
  display: grid;
  place-items: center;
  transition: opacity .7s var(--ease), visibility .7s;
}
#preloader.done { opacity: 0; visibility: hidden; }
.pre-inner { text-align: center; }
.pre-mark {
  width: 190px;
  opacity: 0;
  animation: preIn 1s var(--ease) .1s forwards;
}
.pre-bar {
  width: 190px; height: 2px;
  background: var(--line-dark);
  margin: 26px auto 0;
  overflow: hidden;
  border-radius: 2px;
}
.pre-bar span {
  display: block; height: 100%; width: 100%;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
  animation: preBar 1.15s var(--ease-io) .25s forwards;
}
@keyframes preIn  { to { opacity: 1; } }
@keyframes preBar { to { transform: scaleX(1); } }

/* ---------- 7. Navigation ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: height .45s var(--ease), background .45s var(--ease), border-color .45s, backdrop-filter .45s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  height: 66px;
  background: rgba(11, 11, 13, .78);
  backdrop-filter: blur(18px) saturate(1.6);
  -webkit-backdrop-filter: blur(18px) saturate(1.6);
  border-bottom-color: var(--line-dark);
}
.nav__inner {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gut);
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav__logo { flex: none; margin-right: auto; }
.nav__logo img { width: 132px; transition: width .45s var(--ease); }
.nav.scrolled .nav__logo img { width: 116px; }

.nav__menu { display: flex; align-items: center; gap: 4px; }
.nav__link {
  position: relative;
  padding: 9px 14px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--txt-on-dark-mute);
  border-radius: 100px;
  transition: color .3s;
}
.nav__link::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 2px;
  height: 1.5px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .45s var(--ease);
}
.nav__link:hover { color: var(--txt-on-dark); }
.nav__link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__link.active { color: var(--txt-on-dark); }
.nav__link.active::after { transform: scaleX(1); }

.nav__cta { flex: none; }

.nav__burger {
  display: none;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  place-items: center;
  flex: none;
}
.nav__burger span {
  display: block;
  width: 17px; height: 1.6px;
  background: var(--txt-on-dark);
  transition: transform .4s var(--ease), opacity .3s;
}
.nav__burger span + span { margin-top: 4.5px; }
.nav__burger.open span:nth-child(1) { transform: translateY(6.1px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-6.1px) rotate(-45deg); }

/* Mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 890;
  background: var(--ink);
  padding: calc(var(--nav-h) + 32px) var(--gut) 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  clip-path: circle(0% at calc(100% - 46px) 40px);
  transition: clip-path .8s var(--ease);
  pointer-events: none;
  overflow-y: auto;
}
.drawer.open { clip-path: circle(150% at calc(100% - 46px) 40px); pointer-events: auto; }
.drawer a {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -.03em;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-dark);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s var(--ease), transform .5s var(--ease), color .3s;
}
.drawer.open a { opacity: 1; transform: none; }
.drawer a:hover { color: var(--coral); }
.drawer .btn { margin-top: 26px; align-self: flex-start; }

/* ---------- 8. Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-block: calc(var(--nav-h) + 56px) 72px;
  overflow: hidden;
  isolation: isolate;
}
/* Animated aurora field — replaces stock photography entirely */
.aurora { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.aurora i {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(85px);
  opacity: .5;
  will-change: transform;
}
.aurora i:nth-child(1) {
  width: 46vw; height: 46vw; min-width: 380px; min-height: 380px;
  background: var(--coral);
  top: -14%; left: -8%;
  animation: aur1 19s ease-in-out infinite;
}
.aurora i:nth-child(2) {
  width: 38vw; height: 38vw; min-width: 320px; min-height: 320px;
  background: var(--leaf);
  bottom: -18%; right: -6%;
  opacity: .34;
  animation: aur2 23s ease-in-out infinite;
}
.aurora i:nth-child(3) {
  width: 30vw; height: 30vw; min-width: 260px; min-height: 260px;
  background: #6C4BD9;
  top: 34%; right: 24%;
  opacity: .26;
  animation: aur3 27s ease-in-out infinite;
}
@keyframes aur1 { 0%,100% { transform: translate(0,0) scale(1) } 50% { transform: translate(9%, 12%) scale(1.14) } }
@keyframes aur2 { 0%,100% { transform: translate(0,0) scale(1) } 50% { transform: translate(-11%, -9%) scale(1.2) } }
@keyframes aur3 { 0%,100% { transform: translate(0,0) scale(1) } 50% { transform: translate(-14%, 10%) scale(.86) } }

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 88% at 50% 0%, transparent 30%, rgba(11,11,13,.62) 76%, var(--ink) 100%),
    linear-gradient(180deg, rgba(11,11,13,.42) 0%, rgba(11,11,13,.30) 45%, var(--ink) 100%);
}
/* Faint technical grid for structure */
.gridlines {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(rgba(247,244,241,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247,244,241,.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(80% 65% at 50% 40%, #000 20%, transparent 82%);
  -webkit-mask-image: radial-gradient(80% 65% at 50% 40%, #000 20%, transparent 82%);
}
/* Fine grain overlay for depth */
.grain {
  position: absolute;
  inset: 0;
  z-index: -1;          /* must stay behind .hero__inner content */
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

.hero__inner { position: relative; z-index: 2; width: 100%; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 8px 8px 8px 16px;
  border: 1px solid var(--line-dark);
  border-radius: 100px;
  background: rgba(247,244,241,.045);
  backdrop-filter: blur(10px);
  font-size: .77rem;
  font-weight: 600;
  color: var(--txt-on-dark-mute);
  margin-bottom: 30px;
}
.hero__badge b { color: var(--txt-on-dark); font-weight: 700; }
.hero__badge .pill {
  padding: 4px 12px;
  border-radius: 100px;
  background: var(--coral);
  color: #fff;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .05em;
}
.dot-live {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--leaf-lt);
  box-shadow: 0 0 0 0 rgba(124,197,118,.65);
  animation: ping 2.1s infinite;
  flex: none;
}
@keyframes ping {
  0%   { box-shadow: 0 0 0 0 rgba(124,197,118,.65); }
  70%  { box-shadow: 0 0 0 9px rgba(124,197,118,0); }
  100% { box-shadow: 0 0 0 0 rgba(124,197,118,0); }
}

.hero p.lede { margin-top: 26px; }
.hero .btn-row { margin-top: 38px; }

/* Word-by-word reveal */
.word { display: inline-block; overflow: hidden; vertical-align: bottom; }
.word > i {
  display: inline-block;
  font-style: inherit;
  transform: translateY(105%);
  transition: transform .95s var(--ease);
}
.reveal-words.in .word > i { transform: none; }

/* Hero side: the brand wall — every show Pixie owns, on white tiles */
.brandwall {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.2vw, 16px);
}
.btile {
  position: relative;
  background: #fff;
  border-radius: var(--r-md);
  padding: clamp(14px, 1.6vw, 20px);
  display: grid;
  place-items: center;
  height: clamp(76px, 8vw, 100px);
  overflow: hidden;
  box-shadow: 0 20px 44px -20px rgba(0,0,0,.6);
  transition: transform .6s var(--ease), box-shadow .6s var(--ease);
  will-change: transform;
}
/* Definite height + contain = reliable letterboxing for mixed-ratio logos */
.btile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btile:hover { transform: translateY(-7px) scale(1.025); box-shadow: 0 30px 60px -20px rgba(0,0,0,.75); }
/* Feature the flagship across both columns */
.btile--wide { grid-column: 1 / -1; height: clamp(118px, 12vw, 158px); padding-top: clamp(22px, 2.4vw, 30px); }
.btile--wide::after {
  content: 'Flagship · Jan 2027';
  position: absolute;
  top: 10px; right: 12px;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--coral);
}
.btile:nth-child(1) { animation: float1 9s ease-in-out infinite; }
.btile:nth-child(2) { animation: float2 11s ease-in-out infinite; }
.btile:nth-child(3) { animation: float2 10s ease-in-out infinite; }
.btile:nth-child(4) { animation: float1 12s ease-in-out infinite; }
.btile:nth-child(5) { animation: float1 10.5s ease-in-out infinite reverse; }
@keyframes float1 { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-11px) } }
@keyframes float2 { 0%,100% { transform: translateY(0) } 50% { transform: translateY(9px) } }
.btile:hover { animation-play-state: paused; }

.hero__scroll {
  position: absolute;
  left: 50%; bottom: 26px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  font-size: .65rem;
  letter-spacing: .21em;
  text-transform: uppercase;
  color: var(--txt-on-dark-mute);
}
.hero__scroll i {
  display: block;
  width: 1px; height: 42px;
  background: linear-gradient(var(--coral), transparent);
  animation: scrollLine 2.1s var(--ease-io) infinite;
}
@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top; }
  45%  { transform: scaleY(1); transform-origin: top; }
  55%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* Page hero (inner pages) */
.phero {
  position: relative;
  padding-block: calc(var(--nav-h) + clamp(64px, 9vw, 116px)) clamp(52px, 7vw, 92px);
  overflow: hidden;
  isolation: isolate;
}
.phero .aurora i { filter: blur(75px); opacity: .38; }
.phero .aurora i:nth-child(2) { opacity: .24; }
.phero .aurora i:nth-child(3) { opacity: .18; }
.phero__veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(115% 100% at 50% 0%, transparent 26%, rgba(11,11,13,.66) 74%, var(--ink) 100%),
    linear-gradient(180deg, rgba(11,11,13,.44), var(--ink) 96%);
}
.crumb {
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--txt-on-dark-mute);
  margin-bottom: 18px;
}
.crumb a:hover { color: var(--coral); }
.crumb span { color: var(--coral); }

/* ---------- 9. Marquee ---------- */
.marquee {
  border-block: 1px solid var(--line-dark);
  padding-block: 20px;
  overflow: hidden;
  background: var(--ink-2);
  position: relative;
}
.marquee::before, .marquee::after {
  content: '';
  position: absolute; top: 0; bottom: 0;
  width: 130px; z-index: 2;
  pointer-events: none;
}
.marquee::before { left: 0;  background: linear-gradient(90deg, var(--ink-2), transparent); }
.marquee::after  { right: 0; background: linear-gradient(270deg, var(--ink-2), transparent); }
.marquee__track {
  display: flex;
  width: max-content;
  animation: slide 38s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-inline: 22px;
  font-size: clamp(.95rem, 1.5vw, 1.22rem);
  font-weight: 700;
  letter-spacing: -.015em;
  color: var(--txt-on-dark-mute);
  white-space: nowrap;
}
.marquee__track span::after {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--coral);
  flex: none;
}
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- 10. Stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.stat {
  background: var(--ink-2);
  padding: clamp(26px, 3.4vw, 42px) clamp(18px, 2.2vw, 30px);
  transition: background .45s var(--ease);
}
.stat:hover { background: var(--ink-3); }
.stat__n {
  font-size: clamp(2.1rem, 4.4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  color: var(--coral);
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.stat__l {
  margin-top: 12px;
  font-size: .81rem;
  font-weight: 600;
  color: var(--txt-on-dark-mute);
  line-height: 1.4;
}
.section--light .stats, .section--sand .stats { background: var(--line-light); border-color: var(--line-light); }
.section--light .stat { background: var(--cream); }
.section--light .stat:hover { background: var(--white); }
.section--sand .stat { background: var(--sand); }
.section--sand .stat:hover { background: var(--cream); }
.section--light .stat__l, .section--sand .stat__l { color: var(--txt-on-light-mute); }

/* ---------- 11. Sector / feature cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 2.6vw, 40px); }

/* Show card: real logo on a white plate, details below */
.scard {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--ink-2);
  border: 1px solid var(--line-dark);
  transition: transform .6s var(--ease), box-shadow .6s var(--ease), border-color .5s;
  will-change: transform;
  height: 100%;
}
.scard:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 64px -26px rgba(0,0,0,.8);
  border-color: rgba(217,95,108,.42);
}
.scard__plate {
  position: relative;
  background: #fff;
  padding: clamp(20px, 2.4vw, 30px);
  display: grid;
  place-items: center;
  min-height: 150px;
  overflow: hidden;
}
.scard__plate img {
  width: 100%;
  height: clamp(76px, 8vw, 96px);
  object-fit: contain;
  transition: transform .8s var(--ease);
}
.scard:hover .scard__plate img { transform: scale(1.06); }
/* Colour wash keyed to each show's own brand colour */
.scard__plate::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--wash, transparent);
  opacity: 0;
  transition: opacity .6s;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.scard:hover .scard__plate::after { opacity: .07; }

.scard__body { padding: clamp(20px, 2.2vw, 28px); display: flex; flex-direction: column; flex: 1; }
.scard__tag {
  align-self: flex-start;
  padding: 5px 12px;
  margin-bottom: 14px;
  border-radius: 100px;
  background: rgba(247,244,241,.07);
  border: 1px solid var(--line-dark);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--txt-on-dark-mute);
}
.scard p { margin-top: 10px; font-size: .875rem; color: var(--txt-on-dark-mute); line-height: 1.58; }
.scard .tlink { margin-top: auto; padding-top: 18px; align-self: flex-start; }
.scard__ed {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--coral);
  margin-top: 12px;
}

/* Simple feature card (light sections) */
.fcard {
  padding: clamp(24px, 2.6vw, 34px);
  border-radius: var(--r-md);
  border: 1px solid var(--line-light);
  background: var(--white);
  transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .4s;
  height: 100%;
}
.fcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -26px rgba(20,20,26,.28);
  border-color: rgba(217,95,108,.4);
}
.fcard__ico {
  width: 46px; height: 46px;
  border-radius: 13px;
  display: grid; place-items: center;
  background: rgba(217,95,108,.11);
  color: var(--coral);
  margin-bottom: 20px;
}
.fcard__ico svg { width: 21px; height: 21px; }
.fcard h3 { margin-bottom: 9px; }
.fcard p { font-size: .9rem; color: var(--txt-on-light-mute); line-height: 1.6; }

/* Dark variant */
.fcard--dark { background: var(--ink-2); border-color: var(--line-dark); }
.fcard--dark:hover { box-shadow: 0 24px 48px -26px rgba(0,0,0,.7); }
.fcard--dark p { color: var(--txt-on-dark-mute); }

/* Numbered list card */
.ncard {
  display: flex;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line-dark);
}
.section--light .ncard, .section--sand .ncard { border-bottom-color: var(--line-light); }
.ncard__n {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--coral);
  padding-top: 5px;
  flex: none;
  width: 42px;
}
.ncard h3 { margin-bottom: 7px; }
.ncard p { font-size: .9rem; line-height: 1.6; }

/* ---------- 12. Countdown ---------- */
.countdown { display: flex; gap: clamp(8px, 1.4vw, 16px); flex-wrap: wrap; }
.cd-unit {
  flex: 1 1 0;
  min-width: 84px;
  text-align: center;
  padding: clamp(16px, 2.2vw, 26px) 10px;
  border-radius: var(--r-md);
  background: rgba(247,244,241,.055);
  border: 1px solid var(--line-dark);
  backdrop-filter: blur(10px);
}
.cd-unit b {
  display: block;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.cd-unit span {
  display: block;
  margin-top: 9px;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--txt-on-dark-mute);
}

/* ---------- 13. Timeline ---------- */
.tl { position: relative; padding-left: 30px; }
.tl::before {
  content: '';
  position: absolute;
  left: 5px; top: 8px; bottom: 8px;
  width: 1.5px;
  background: linear-gradient(var(--coral), var(--line-dark));
}
.tl__item { position: relative; padding-bottom: 40px; }
.tl__item:last-child { padding-bottom: 0; }
.tl__item::before {
  content: '';
  position: absolute;
  left: -30px; top: 7px;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--ink);
  border: 2px solid var(--coral);
}
.tl__yr {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .13em;
  color: var(--coral);
  margin-bottom: 7px;
}
.tl__item p { font-size: .9rem; margin-top: 6px; }
.section--light .tl__item::before, .section--sand .tl__item::before { background: var(--cream); }
.section--light .tl::before, .section--sand .tl::before { background: linear-gradient(var(--coral), var(--line-light)); }

/* ---------- 14. Editions table ---------- */
.etable { border: 1px solid var(--line-dark); border-radius: var(--r-lg); overflow: hidden; }
.erow {
  display: grid;
  grid-template-columns: 150px minmax(0,1fr) minmax(0,1fr) 120px;
  gap: 20px;
  align-items: center;
  padding: 22px clamp(18px, 2.4vw, 30px);
  border-bottom: 1px solid var(--line-dark);
  transition: background .4s var(--ease), padding-left .4s var(--ease);
}
.erow:last-child { border-bottom: 0; }
.erow:not(.erow--head):hover { background: var(--ink-3); padding-left: calc(clamp(18px, 2.4vw, 30px) + 8px); }
.erow--head {
  background: var(--ink-2);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--txt-on-dark-mute);
}
.erow__date { font-weight: 800; letter-spacing: -.02em; font-size: .95rem; }
.erow__name { font-weight: 700; font-size: .95rem; }
.erow__venue { font-size: .855rem; color: var(--txt-on-dark-mute); }
.chip {
  justify-self: start;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}
.chip--live { background: rgba(46,158,91,.16); color: var(--leaf-lt); border: 1px solid rgba(46,158,91,.34); }
.chip--past { background: rgba(247,244,241,.07); color: var(--txt-on-dark-mute); border: 1px solid var(--line-dark); }

/* ---------- 15. Magazine showcase ---------- */
.mag {
  position: relative;
  border-radius: var(--r-lg);
  padding: clamp(28px, 3.4vw, 44px);
  border: 1px solid var(--line-dark);
  background: var(--ink-2);
  overflow: hidden;
  transition: transform .6s var(--ease), border-color .5s;
  height: 100%;
}
.mag:hover { transform: translateY(-8px); border-color: rgba(217,95,108,.42); }
.mag::before {
  content: '';
  position: absolute;
  top: -60%; right: -30%;
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--coral-glow), transparent 68%);
  opacity: .5;
  transition: opacity .6s;
}
.mag:hover::before { opacity: .95; }
.mag__logo { width: 168px; margin-bottom: 26px; position: relative; }
.mag__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 22px; position: relative; }
.mag__meta span {
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid var(--line-dark);
  font-size: .7rem;
  font-weight: 700;
  color: var(--txt-on-dark-mute);
}
.mag p { position: relative; }

/* ---------- 16. Team ---------- */
.tcard { position: relative; }
.tcard__ph {
  position: relative;
  aspect-ratio: 3/3.6;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--ink-3);
  margin-bottom: 18px;
  border: 1px solid var(--line-dark);
}
.tcard__ph img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(1) contrast(1.02);
  transition: filter .7s var(--ease), transform 1.1s var(--ease);
}
.tcard:hover .tcard__ph img { filter: grayscale(0); transform: scale(1.05); }
.tcard__ph::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(11,11,13,.72));
  opacity: 0;
  transition: opacity .6s;
}
.tcard:hover .tcard__ph::after { opacity: 1; }
/* Fallback initials when no photo exists */
.tcard__init {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: -.04em;
  color: rgba(217,95,108,.5);
  background: linear-gradient(150deg, var(--ink-3), var(--ink-2));
}
.tcard__role {
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 6px;
}
.tcard__mail { font-size: .84rem; color: var(--txt-on-dark-mute); margin-top: 5px; transition: color .3s; }
.tcard__mail:hover { color: var(--coral); }

/* ---------- 17. CTA band ---------- */
.cta-band {
  position: relative;
  border-radius: var(--r-xl);
  padding: clamp(40px, 6vw, 84px) clamp(26px, 5vw, 68px);
  background: linear-gradient(135deg, var(--coral) 0%, var(--coral-dk) 62%, #8E3944 100%);
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}
.cta-band::before,
.cta-band::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  z-index: -1;
}
.cta-band::before { width: 420px; height: 420px; top: -190px; left: -110px; }
.cta-band::after  { width: 320px; height: 320px; bottom: -170px; right: -70px; }
.cta-band .h1 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.86); margin: 20px auto 0; max-width: 56ch; }
.cta-band .btn-row { justify-content: center; margin-top: 36px; }
.cta-band .btn--primary { background: #fff; color: var(--coral-dk); box-shadow: 0 10px 34px -10px rgba(0,0,0,.4); }
.cta-band .btn--primary:hover { background: var(--ink); color: #fff; }
.cta-band .btn--ghost { border-color: rgba(255,255,255,.45); color: #fff; }
.cta-band .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); color: #fff; }

/* ---------- 18. Contact / forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--txt-on-dark-mute);
}
.field input, .field textarea, .field select {
  width: 100%;
  padding: 14px 17px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line-dark);
  background: rgba(247,244,241,.045);
  color: var(--txt-on-dark);
  font-size: .92rem;
  transition: border-color .35s, background .35s, box-shadow .35s;
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.field select option { background: var(--ink-2); color: var(--txt-on-dark); }
.field textarea { resize: vertical; min-height: 128px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(247,244,241,.32); }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--coral);
  background: rgba(247,244,241,.075);
  box-shadow: 0 0 0 3px rgba(217,95,108,.14);
}

.form-note {
  margin-top: 16px;
  font-size: .78rem;
  color: var(--txt-on-dark-mute);
}
.form-ok {
  display: none;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: var(--r-sm);
  background: rgba(46,158,91,.13);
  border: 1px solid rgba(46,158,91,.35);
  color: var(--leaf-lt);
  font-size: .87rem;
  font-weight: 600;
}
.form-ok.show { display: block; animation: popIn .5s var(--ease); }
@keyframes popIn { from { opacity: 0; transform: translateY(10px); } }

/* Contact info tiles */
.ctile {
  padding: 26px;
  border-radius: var(--r-md);
  border: 1px solid var(--line-dark);
  background: var(--ink-2);
  transition: border-color .4s, transform .5s var(--ease);
  height: 100%;
}
.ctile:hover { border-color: rgba(217,95,108,.42); transform: translateY(-5px); }
.ctile__ico {
  width: 40px; height: 40px;
  border-radius: 11px;
  display: grid; place-items: center;
  background: rgba(217,95,108,.12);
  color: var(--coral);
  margin-bottom: 17px;
}
.ctile__ico svg { width: 18px; height: 18px; }
.ctile h3 { font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; color: var(--txt-on-dark-mute); margin-bottom: 11px; font-weight: 800; }
.ctile a, .ctile p { display: block; font-size: .92rem; font-weight: 600; line-height: 1.65; transition: color .3s; }
.ctile a:hover { color: var(--coral); }

/* ---------- 19. Footer ---------- */
.footer { background: var(--ink-2); border-top: 1px solid var(--line-dark); padding-top: clamp(52px, 6vw, 82px); }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: clamp(28px, 3.5vw, 52px); padding-bottom: 52px; }
.footer__logo { width: 148px; margin-bottom: 20px; }
.footer p { font-size: .875rem; color: var(--txt-on-dark-mute); line-height: 1.7; }
.footer h4 {
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--txt-on-dark);
  margin-bottom: 18px;
}
.footer__list li { margin-bottom: 11px; }
.footer__list a { font-size: .875rem; color: var(--txt-on-dark-mute); transition: color .3s, padding-left .35s var(--ease); }
.footer__list a:hover { color: var(--coral); padding-left: 5px; }
.footer__bot {
  border-top: 1px solid var(--line-dark);
  padding-block: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  color: var(--txt-on-dark-mute);
}
.socials { display: flex; gap: 9px; }
.socials a {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  display: grid; place-items: center;
  transition: background .35s, border-color .35s, transform .45s var(--ease), color .35s;
}
.socials a svg { width: 15px; height: 15px; }
.socials a:hover { background: var(--coral); border-color: var(--coral); color: #fff; transform: translateY(-3px); }

/* ---------- 20. Scroll reveal ---------- */
[data-rv] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
  will-change: opacity, transform;
}
[data-rv].in { opacity: 1; transform: none; }
[data-rv="left"]  { transform: translateX(-30px); }
[data-rv="right"] { transform: translateX(30px); }
[data-rv="scale"] { transform: scale(.96); }
[data-rv].in { transform: none; }

/* Progress bar */
.progress {
  position: fixed;
  top: 0; left: 0;
  height: 2.5px;
  width: 0;
  background: linear-gradient(90deg, var(--coral), var(--coral-lt));
  z-index: 950;
  transition: width .1s linear;
}

/* ---------- 21. Utilities ---------- */
.mt-s { margin-top: 14px; }
.mt-m { margin-top: 26px; }
.mt-l { margin-top: 44px; }
.center { text-align: center; }
.divider { height: 1px; background: var(--line-dark); border: 0; }
.hide-mob { display: initial; }

/* ---------- 22. Responsive ---------- */
@media (max-width: 1080px) {
  .nav__menu, .nav__cta { display: none; }
  .nav__burger { display: grid; }
  .hero__grid { grid-template-columns: 1fr; }
  .brandwall { grid-template-columns: repeat(3, 1fr); }
  .brandwall .btile--wide { grid-column: 1 / -1; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .erow { grid-template-columns: 118px minmax(0,1fr) 104px; }
  .erow__venue { display: none; }
}

@media (max-width: 860px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
}

@media (max-width: 620px) {
  :root { --nav-h: 66px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .brandwall { grid-template-columns: repeat(2, 1fr); }
  .hero__scroll { display: none; }
  .erow { grid-template-columns: 1fr auto; gap: 8px 14px; }
  .erow__date { grid-column: 1 / -1; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  .cta-band .btn-row { align-items: stretch; }
  .hide-mob { display: none; }
  .marquee::before, .marquee::after { width: 50px; }
}

/* ---------- 23. Motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  [data-rv] { opacity: 1; transform: none; }
  .word > i { transform: none; }
}
