/* ================================================
   FONTS
   ================================================ */

@font-face {
  font-family: 'Gilroy';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/Gilroy%20Fonts/Gilroy%20Light/Gilroy-Light.woff2') format('woff2'),
       url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Gilroy/Gilroy-Light.otf') format('opentype');
  font-weight: 300; font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/Gilroy%20Fonts/Gilroy%20Light%20Italic/Gilroy-LightItalic.woff2') format('woff2'),
       url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Gilroy/Gilroy-LightItalic.otf') format('opentype');
  font-weight: 300; font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/Gilroy%20Fonts/Gilroy%20Regular/Gilroy-Regular.woff2') format('woff2'),
       url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Gilroy/Gilroy-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/Gilroy%20Fonts/Gilroy%20Medium/Gilroy-Medium.woff2') format('woff2'),
       url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Gilroy/Gilroy-Medium.otf') format('opentype');
  font-weight: 500; font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/Gilroy%20Fonts/Gilroy%20Semibold/Gilroy-SemiBold.woff2') format('woff2'),
       url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Gilroy/Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600; font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/Gilroy%20Fonts/Gilroy%20Bold/Gilroy-Bold.woff2') format('woff2'),
       url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Gilroy/Gilroy-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal;
}
@font-face {
  font-family: 'FrameHead';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Frame%20Head/FrameHead-Roman.otf') format('opentype');
  font-weight: 400; font-style: normal;
}
@font-face {
  font-family: 'FrameHead';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Frame%20Head/FrameHead-Italic.otf') format('opentype');
  font-weight: 400; font-style: italic;
}
@font-face {
  font-family: 'FrameHead';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Frame%20Head/FrameHead-Medium.otf') format('opentype');
  font-weight: 500; font-style: normal;
}
@font-face {
  font-family: 'FrameHead';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Frame%20Head/FrameHead-Semibold.otf') format('opentype');
  font-weight: 600; font-style: normal;
}
@font-face {
  font-family: 'FrameHead';
  src: url('For%20All%20Summit%20SEA%202027/Branding%20Toolkit/03-Fonts/Frame%20Head/FrameHead-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal;
}

/* ================================================
   VARIABLES & RESET
   ================================================ */

:root {
  --red:        #ff1628;
  --red-dark:   #d90e1e;
  --cream:      #f2ede8;
  --cream-dark: #e8e0d8;
  --ink:        #111319;
  --ink-mid:    #3a3f4b;
  --ink-light:  #6b7280;
  --white:      #ffffff;
  --radius:     6px;
  --radius-lg:  12px;
  --nav-h:      72px;
  --max-w:      1200px;
  --t:          .22s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: 'FrameHead', Georgia, serif;
  line-height: 1.1;
  letter-spacing: -.01em;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
sup { font-size: .55em; vertical-align: super; }
button { cursor: pointer; font-family: inherit; }

.red { color: var(--red); }

.eyebrow {
  font-family: 'Gilroy', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}
.eyebrow-dark {
  font-family: 'Gilroy', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-light);
  margin-bottom: 12px;
}
.eyebrow-white {
  font-family: 'Gilroy', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 12px;
}

/* ── Buttons ─────────────────────────────────── */

.btn-register {
  display: inline-flex;
  align-items: center;
  background: var(--red);
  color: var(--white);
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  padding: 10px 22px;
  border-radius: var(--radius);
  border: 2px solid var(--red);
  transition: background var(--t), border-color var(--t);
  white-space: nowrap;
}
.btn-register:hover { background: var(--red-dark); border-color: var(--red-dark); }

.btn-hero {
  display: inline-flex;
  align-items: center;
  background: var(--white);
  color: var(--red);
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 32px;
  border-radius: var(--radius);
  border: 2px solid var(--white);
  margin-top: 28px;
  transition: background var(--t), color var(--t);
}
.btn-hero:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

.btn-red {
  display: inline-flex;
  align-items: center;
  background: var(--red);
  color: var(--white);
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  padding: 14px 30px;
  border-radius: var(--radius);
  border: 2px solid var(--red);
  transition: background var(--t);
}
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); }

/* ── Hover text-swap (e.g. "Register Now" → "Buy Tickets Now") ──
   Both labels are stacked in a grid cell so the button sizes to the
   wider label and there is no layout jump — just a cross-fade. */
.btn-swap .swap { display: inline-grid; }
.btn-swap .swap-a,
.btn-swap .swap-b {
  grid-area: 1 / 1;
  transition: opacity var(--t);
  white-space: nowrap;
}
.btn-swap .swap-b { opacity: 0; }
.btn-swap:hover .swap-a { opacity: 0; }
.btn-swap:hover .swap-b { opacity: 1; }

.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--ink);
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  padding: 12px 26px;
  border-radius: var(--radius);
  border: 2px solid var(--ink);
  transition: background var(--t), color var(--t);
}
.btn-outline-dark:hover { background: var(--ink); color: var(--white); }

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--white);
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  padding: 12px 26px;
  border-radius: var(--radius);
  border: 2px solid rgba(255,255,255,.5);
  transition: background var(--t), border-color var(--t);
}
.btn-outline-light:hover { background: rgba(255,255,255,.1); border-color: var(--white); }

/* ================================================
   SITE HEADER / NAV — white background
   ================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--white);
  border-bottom: 1px solid rgba(0,0,0,.08);
  transition: box-shadow var(--t);
}
.site-header.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,.1); }

.nav-container {
  display: flex;
  align-items: center;
  gap: 32px;
  /* Header spans a bit wider than page content: the one-line logo
     wordmark + nav + button need more room than the 1200 content column,
     and capping at 1200 pushed the button past the viewport (phantom
     horizontal scrollbar). */
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  height: var(--nav-h);
}

/* Logo scales down (keeping aspect) rather than forcing overflow when the
   nav is cramped on narrower desktops. The explicit height keeps the SVG
   from collapsing; max-width + contain shrink it proportionally. */
.nav-logo { flex: 0 1 auto; min-width: 0; display: flex; align-items: center; }
.logo-img {
  height: 28px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}

/* Underline effect via pseudo-element */
.nav-link {
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  font-size: .88rem;
  color: var(--ink-mid);
  padding: 8px 12px;
  border-radius: var(--radius);
  position: relative;
  transition: color var(--t);
  white-space: nowrap;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--t);
}
.nav-link:hover { color: var(--ink); }
.nav-link:hover::after { transform: scaleX(1); }
.nav-link.active { color: var(--ink); }
.nav-link.active::after { transform: scaleX(1); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform var(--t), opacity var(--t);
}

/* ================================================
   HERO
   ================================================ */

.hero {
  position: relative;
  background: #07090f;
  height: 160vh;              /* scroll runway so the pinned hero stays put while the page scrolls */
}

.hero-sticky {
  position: sticky;
  top: var(--nav-h);
  height: calc(100vh - var(--nav-h));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 80px 24px 0;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: .55;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(7,9,15,.55) 0%,
    rgba(7,9,15,.3) 50%,
    rgba(7,9,15,.75) 100%
  );
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  color: var(--white);
}

.hero-eyebrow {
  font-family: 'Gilroy', sans-serif;
  font-size: .95rem;
  font-weight: 400;
  color: rgba(255,255,255,.7);
  margin-bottom: 18px;
}

.hero-heading {
  font-family: 'FrameHead', Georgia, serif;
  font-weight: 400;
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 24px;
}

.hero-subtext {
  font-family: 'Gilroy', sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255,255,255,.85);
  max-width: 620px;
  margin-bottom: 28px;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-family: 'Gilroy', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255,255,255,.9);
}

/* Giant "Summit" wordmark, pinned to the hero's bottom edge — sized and
   cropped to bleed off both sides, matching forallsummit.com */
.hero-wordmark {
  position: absolute;
  left: 50%;
  bottom: -1vw;
  z-index: 1;
  transform: translateX(-50%);
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 32vw;            /* full-bleed: the wordmark runs edge to edge and crops off both sides */
  line-height: .82;
  color: var(--red);
  letter-spacing: -.03em;
  user-select: none;
  white-space: nowrap;
  pointer-events: none;
}

/* ================================================
   VALUE PROP
   ================================================ */

.value-prop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.vp-image { overflow: hidden; }
.vp-image img { width: 100%; height: 100%; object-fit: cover; }

.vp-content {
  background: var(--white);
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.vp-intro {
  font-family: 'FrameHead', Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink);
}

.vp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vp-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 16px;
  border-left: 3px solid var(--red);
}

.vp-list strong {
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.vp-list span {
  font-size: .9rem;
  color: var(--ink-mid);
  line-height: 1.6;
}

/* ================================================
   AGENDA — floating cards, no tabs
   ================================================ */

.agenda {
  background: var(--cream);
  padding: 88px 24px;
}

.agenda-header {
  max-width: var(--max-w);
  margin: 0 auto 48px;
}

.agenda-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--ink);
}

/* Vertical agenda list — read top to bottom, time kept in its own column */
.agenda-list {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.agenda-row {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--cream-dark);
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 28px 32px;
  transition: box-shadow var(--t), transform var(--t);
}
.agenda-row:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.1);
  transform: translateY(-2px);
}

.agenda-row-time {
  font-family: 'Gilroy', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink);
}

.agenda-row-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.agenda-row-body h4 {
  font-family: 'FrameHead', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
}

.agenda-row-body p {
  font-size: .88rem;
  color: var(--ink-mid);
  line-height: 1.65;
}

/* Generic themed highlight cards (no time column). Coloured left accent +
   subtle tint give each box its own identity for visual variety. */
.agenda-themes .agenda-row {
  grid-template-columns: 1fr;
  gap: 8px;
  border-left-width: 6px;
  border-left-style: solid;
}
.agenda-themes .agenda-row-body h4 { font-size: 1.25rem; }
.agenda-row.theme-red  { border-left-color: var(--red);  background: #fff6f6; }
.agenda-row.theme-navy { border-left-color: var(--ink);  background: #f5f6f8; }
.agenda-row.theme-blue { border-left-color: #2e86c1;     background: #f2f8fc; }
.agenda-row.theme-teal { border-left-color: #17a589;     background: #f1faf7; }

.agenda-coming-soon {
  max-width: var(--max-w);
  margin: 32px auto 0;
  font-family: 'FrameHead', Georgia, serif;
  font-size: 1rem;
  color: var(--ink-light);
  font-style: italic;
}

/* session tags (shared) */
.session-tag {
  display: inline-block;
  font-family: 'Gilroy', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  width: fit-content;
}
.tag-keynote   { background: var(--red); color: var(--white); }
.tag-general   { background: var(--ink); color: var(--white); }
.tag-net       { background: var(--cream-dark); color: var(--ink-mid); }
.tag-braindates{ background: #e8f4f8; color: #1a5276; border: 1px solid #aed6f1; }

/* ================================================
   SPEAKERS — static 3 cards + auto-scroll ready
   ================================================ */

.speakers {
  background: var(--ink);
  padding: 88px 24px;
  overflow: hidden;
}

.speakers-intro {
  max-width: var(--max-w);
  margin: 0 auto 48px;
}

.speakers-intro h2 {
  font-family: 'FrameHead', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.15;
}

/* Static layout for ≤3 speakers — centered flex */
.speakers-track-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
}

.speakers-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.speakers-track:active { cursor: grabbing; }
.speakers-track::-webkit-scrollbar { display: none; }

/* When only 3 speakers: no scroll needed, centered */
.speakers-static {
  justify-content: flex-start;
  overflow-x: visible;
  cursor: default;
  flex-wrap: wrap;
}
.speakers-static:active { cursor: default; }

.speaker-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  transition: background var(--t), transform var(--t);
}
.speaker-card:hover {
  background: rgba(255,255,255,.11);
  transform: translateY(-3px);
}

.spk-photo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  display: block;
  margin-bottom: 16px;
  border: 2px solid rgba(255,255,255,.2);
}

/* Initials avatar for speakers without photos */
.spk-initials {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: 'Gilroy', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: .02em;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  border: 2px solid rgba(255,255,255,.2);
  flex-shrink: 0;
}

a.speaker-card { text-decoration: none; cursor: pointer; }

.speaker-card h4 {
  font-family: 'Gilroy', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.3;
}
.speaker-card p {
  font-size: .8rem;
  color: rgba(255,255,255,.55);
  line-height: 1.5;
}

.speakers-more-soon {
  max-width: var(--max-w);
  margin: 32px auto 0;
  font-family: 'FrameHead', Georgia, serif;
  font-style: italic;
  font-size: 1rem;
  color: rgba(255,255,255,.45);
}

/* ── Auto-scrolling marquee (endless loop) ──────── */
.speakers-marquee-wrap {
  overflow: hidden;
  width: 100%;
  /* fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.speakers-marquee {
  display: flex;
  gap: 20px;
  width: max-content;
  /* the track holds 2 identical sets; -50% == one full set */
  animation: marquee-scroll 48s linear infinite;
}
.speakers-marquee:hover { animation-play-state: paused; }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .speakers-marquee { animation: none; }
}

/* Placeholder speaker cards */
.speaker-card-placeholder { opacity: .55; }
.spk-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin-bottom: 16px;
  border: 2px dashed rgba(255,255,255,.25);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.4);
  font-family: 'FrameHead', Georgia, serif;
  font-size: 2rem;
  flex-shrink: 0;
}
.speaker-card-placeholder h4 { color: rgba(255,255,255,.6); }
.speaker-card-placeholder p  { color: rgba(255,255,255,.35); font-style: italic; }

/* ================================================
   SUMMIT REVEAL (continuous scroll morph — forallsummit.com style)
   A small centred video card fades in over oversized serif text, then
   grows to fill the screen and becomes the dark "Don't Miss Summit" CTA
   banner — one unbroken pinned-scroll transition. Geometry (width,
   height, position, wordmark size) is interpolated frame-by-frame in
   JS; this file only sets the static/initial values.
   ================================================ */

.reveal {
  position: relative;
  height: 320vh;              /* tall = scroll runway for the pinned effect */
  background: #f6f5f2;
}
.reveal-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

/* Oversized text lines that lead the sequence, behind the video card */
.reveal-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: 'FrameHead', Georgia, serif;
  font-weight: 400;
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 1;
  color: var(--ink);
  pointer-events: none;
  user-select: none;
  will-change: transform, opacity;
}
.reveal-text-top { margin-top: -15vh; }
.reveal-text-mid { margin-top: 4vh; }

/* The video card — starts as a small centred portrait window, and is
   grown by JS (width/height/top/left/border-radius) into a full-bleed
   background. */
.reveal-frame {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
  opacity: 0;
  will-change: opacity, width, height, top, left, border-radius;
}
.reveal-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark contrast gradient, faded in as the card expands to full-bleed */
.reveal-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(rgba(17, 19, 25, .5), rgba(17, 19, 25, .68));
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

/* Red "Summit" wordmark — sits low in the small card, then grows to a
   giant full-width wordmark anchored to the viewport's bottom edge. */
.reveal-wordmark {
  position: absolute;
  left: 50%;
  bottom: 12vh;
  z-index: 4;
  transform: translateX(-50%);
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  line-height: .78;
  letter-spacing: -.04em;
  color: var(--red);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  opacity: 0;
  will-change: transform, opacity, font-size, bottom;
}

/* CTA copy — fades/slides in once the card has (almost) filled the screen */
.reveal-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 0 24px;
  text-align: center;
  color: #fff;
  opacity: 0;
  will-change: opacity, transform;
}

.reveal-eyebrow {
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
.reveal-eyebrow::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 180px;
  max-width: 60vw;
  height: 2px;
  background: var(--red);
}

.reveal-heading {
  font-family: 'FrameHead', Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 5.2vw, 4rem);
  line-height: 1.08;
  margin-bottom: 40px;
}

/* Button that swaps label + style on hover */
.reveal-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 17px 34px;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background .25s ease;
}
.reveal-btn-label { display: inline-flex; align-items: center; gap: 10px; }
.reveal-btn-hover { display: none; }
.reveal-btn:hover { background: #000; }
.reveal-btn:hover .reveal-btn-default { display: none; }
.reveal-btn:hover .reveal-btn-hover  { display: inline-flex; }

@media (max-width: 768px) {
  .reveal { height: 260vh; }
  .reveal-text { font-size: clamp(2.2rem, 12vw, 4rem); }
}

/* ================================================
   WHO SHOULD ATTEND
   ================================================ */

.who-attend {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.who-text {
  background: var(--white);
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.who-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--ink);
}
.who-text > p {
  font-size: .95rem;
  color: var(--ink-mid);
}

.who-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.who-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: var(--red);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.who-list li div {
  font-size: .9rem;
  color: var(--ink-mid);
  line-height: 1.6;
}
.who-list li strong {
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  color: var(--ink);
  display: inline;
}

.who-media {
  overflow: hidden;
  background: #000;
  position: relative;
}

.who-video {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  min-height: 400px;
  object-fit: cover;         /* fill the frame, crop letterbox bars */
  cursor: pointer;
}

/* Click-to-play player: centred play button + mute toggle */
.who-player {
  position: relative;
  width: 100%;
  height: 100%;
}

.who-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(255, 22, 40, .92);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .35);
  transition: transform .2s ease, background .2s ease;
}
.who-play:hover { transform: scale(1.06); background: var(--red); }
.who-play svg { width: 32px; height: 32px; margin-left: 4px; }
.who-play[hidden] { display: none; }

.who-mute {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  cursor: pointer;
  transition: background .2s ease;
}
.who-mute:hover { background: rgba(0, 0, 0, .82); }
.who-mute svg { width: 20px; height: 20px; }
.who-mute[hidden] { display: none; }

.who-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 400px;
}

/* ================================================
   GET TICKETS
   ================================================ */

.get-tickets {
  background: var(--white);
  padding: 96px 24px;
}

.tickets-header {
  max-width: var(--max-w);
  margin: 0 auto 56px;
}

.tickets-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--ink);
  margin-bottom: 16px;
}

.tickets-subcopy {
  font-size: 1rem;
  color: var(--ink-mid);
  max-width: 640px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.tickets-date {
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  color: var(--ink);
  margin-top: 4px;
}

/* 3-column grid, wraps to 2-row for 6 tickets */
.ticket-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ticket-card {
  background: var(--white);
  border: 2px solid var(--cream-dark);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
  cursor: pointer;
}
.ticket-card:hover {
  border-color: var(--red);
  box-shadow: 0 8px 32px rgba(255,22,40,.12);
  transform: translateY(-4px);
}

/* Featured / highlighted card */
.ticket-featured {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}
.ticket-featured .ticket-name { color: rgba(255,255,255,.6); }
.ticket-featured .ticket-currency { color: rgba(255,255,255,.6); }
.ticket-featured .ticket-amount { color: var(--white); }
.ticket-featured .ticket-per-label { color: rgba(255,255,255,.45); }
.ticket-featured .ticket-desc { color: rgba(255,255,255,.7); }
.ticket-featured .ticket-features li { color: rgba(255,255,255,.65); }
.ticket-featured .ticket-features li::before { color: rgba(255,255,255,.4); }
.ticket-featured:hover { border-color: var(--red); }
.ticket-featured .btn-ticket {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.ticket-featured .btn-ticket:hover { background: var(--red-dark); }

/* Red corner ribbon for Early Bird — a fixed-width band rotated 45° across
   the top-right corner, centred text, both ends clipped evenly by the
   card's overflow:hidden so it reads as a clean corner banner. */
.ticket-ribbon {
  position: absolute;
  top: 20px;
  right: -54px;
  width: 190px;
  padding: 6px 0;
  background: var(--red);
  color: var(--white);
  font-family: 'Gilroy', sans-serif;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(45deg);
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(255,22,40,.3);
}

.ticket-name {
  font-family: 'Gilroy', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-light);
  margin-top: 8px;
}

.ticket-price-row {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  line-height: 1;
}

.ticket-currency {
  font-family: 'Gilroy', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: var(--ink-light);
  margin-bottom: 8px;
}

.ticket-amount {
  font-family: 'FrameHead', Georgia, serif;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}

.ticket-per-label {
  font-family: 'Gilroy', sans-serif;
  font-size: .78rem;
  color: var(--ink-light);
  margin-top: -4px;
}

.ticket-desc {
  font-size: .85rem;
  color: var(--ink-mid);
  line-height: 1.6;
  flex: 1;
}

.ticket-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0;
  margin: 0;
}

.ticket-features li {
  font-size: .82rem;
  color: var(--ink-mid);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
.ticket-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
  font-size: .8rem;
}

.btn-ticket {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: transparent;
  color: var(--ink);
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  padding: 13px 20px;
  border-radius: var(--radius);
  border: 2px solid var(--ink);
  margin-top: 8px;
  transition: background var(--t), color var(--t), border-color var(--t), transform var(--t);
  cursor: pointer;
  gap: 6px;
}
.btn-ticket:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
  transform: scale(1.02);
}

/* ================================================
   CALL FOR SPONSORS / PARTNERSHIPS
   ================================================ */

.call-sponsors {
  background: var(--cream);
  padding: 96px 24px;
}

.call-sponsors-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.call-sponsors-inner h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--ink);
  margin-bottom: 16px;
}

.call-sponsors-sub {
  font-size: 1rem;
  color: var(--ink-mid);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 40px;
}

.hubspot-form-wrap {
  text-align: left;
}

/* ================================================
   VENUE
   ================================================ */

.venue {
  background: var(--white);
  padding: 88px 24px;
}

.venue-head {
  max-width: var(--max-w);
  margin: 0 auto;
}

.venue h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--ink);
  margin: 0 0 16px;
}

.venue-sub {
  font-family: 'Gilroy', sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink-mid);
  max-width: 720px;
  margin: 0 0 48px;
}

.venue-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: var(--max-w);
  margin: 0 auto;
  align-items: start;
}

.venue-details {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.venue-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.venue-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.venue-item strong {
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  color: var(--ink);
  display: block;
  margin-bottom: 4px;
}

.venue-item p {
  font-size: .88rem;
  color: var(--ink-mid);
  line-height: 1.65;
}

.venue-link {
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  color: var(--red);
  font-size: .85rem;
  display: inline-block;
  margin-top: 6px;
}

.venue-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 420px;
  border: 1px solid var(--cream-dark);
}
.venue-map iframe { height: 100%; }

/* ================================================
   FOOTER — white/cream background
   ================================================ */

.site-footer {
  background: var(--cream);
  color: var(--ink);
  padding: 64px 24px 0;
  border-top: 1px solid var(--cream-dark);
}

.footer-inner {
  display: flex;
  gap: 64px;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-bottom: 48px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
  max-width: 280px;
}

.footer-logo {
  height: 24px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0);
}

.footer-sub {
  font-family: 'Gilroy', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  color: var(--ink-light);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.footer-tagline {
  font-family: 'FrameHead', Georgia, serif;
  font-style: italic;
  font-size: .95rem;
  color: var(--ink-mid);
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-mid);
  transition: background var(--t), border-color var(--t), color var(--t);
}
.social-icon svg { width: 16px; height: 16px; }
.social-icon:hover { background: var(--red); border-color: var(--red); color: var(--white); }

.footer-nav {
  flex: 1;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 4px;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav a {
  font-family: 'Gilroy', sans-serif;
  font-size: .88rem;
  color: var(--ink-mid);
  transition: color var(--t);
}
.footer-nav a:hover { color: var(--red); }

.footer-bottom {
  max-width: var(--max-w);
  margin: 0 auto;
  border-top: 1px solid var(--cream-dark);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-bottom a {
  font-family: 'Gilroy', sans-serif;
  font-size: .78rem;
  color: var(--ink-light);
  transition: color var(--t);
}
.footer-bottom a:hover { color: var(--red); }

.footer-bottom span {
  font-family: 'Gilroy', sans-serif;
  font-size: .78rem;
  color: var(--ink-light);
  margin-left: auto;
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1024px) {
  .vp-content { padding: 60px 40px; }
  .who-text   { padding: 60px 40px; }
  .ticket-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  /* Mobile nav */
  .nav-links {
    display: none;
    flex-direction: column;
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    background: var(--white);
    padding: 20px 24px 28px;
    gap: 4px;
    border-bottom: 1px solid var(--cream-dark);
    z-index: 199;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
  }
  .nav-links.open { display: flex; }
  .nav-link { padding: 12px 8px; border-radius: 0; border-bottom: 1px solid var(--cream-dark); }
  .nav-link::after { left: 8px; right: 8px; }
  .hamburger { display: flex; }
  .btn-register { display: none; }

  .hero { height: 140vh; }
  .hero-sticky { padding: 56px 20px 0; height: calc(100vh - var(--nav-h)); }

  .value-prop { grid-template-columns: 1fr; }
  .vp-image { min-height: 260px; }
  .vp-content { padding: 48px 24px; }

  .agenda { padding: 64px 20px; }
  .agenda-row { grid-template-columns: 1fr; gap: 12px; padding: 22px 20px; }

  .speakers { padding: 64px 20px; }

  .who-attend { grid-template-columns: 1fr; }
  .who-text { padding: 48px 24px; }
  .who-media { min-height: 280px; order: -1; }
  .who-video { min-height: 280px; }

  .get-tickets { padding: 64px 20px; }
  .ticket-grid { grid-template-columns: 1fr; }

  .call-sponsors { padding: 64px 20px; }

  .venue { padding: 64px 20px; }
  .venue-grid { grid-template-columns: 1fr; }
  .venue-map { height: 300px; }

  .footer-inner { flex-direction: column; gap: 40px; }
  .footer-brand { max-width: 100%; }
  .footer-bottom { gap: 12px; }
  .footer-bottom span { margin-left: 0; width: 100%; }
}

@media (max-width: 480px) {
  .hero-meta { flex-direction: column; gap: 8px; align-items: flex-start; }
  .ticket-ribbon { font-size: .56rem; padding: 5px 0; width: 180px; right: -56px; }
  .speakers-track { gap: 12px; }
  .speaker-card { flex: 0 0 200px; }
}

/* ================================================
   TESTIMONIALS — dark horizontal carousel
   BG #111319, cards #22262D. 2.5 cards visible (1.2 on mobile),
   one-card-at-a-time arrow nav, seamless continuous loop.
   ================================================ */
.testimonials {
  background: #111319;
  color: #fff;
  padding: 88px 24px;
  overflow: hidden;
  --tst-gap: 24px;
  --tst-visible: 2.5;
}
.testimonials-head {
  max-width: var(--max-w);
  margin: 0 auto 40px;
}
.testimonials-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin: 6px 0 16px;
}
.testimonials-sub {
  font-family: 'Gilroy', sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
  max-width: 680px;
}

/* viewport clips; track slides via transform (JS-driven) */
.tst-viewport {
  max-width: var(--max-w);
  margin: 0 auto;
  overflow: hidden;
}
.tst-track {
  display: flex;
  gap: var(--tst-gap);
  will-change: transform;
}
.tst-card {
  flex: 0 0 calc((100% - (var(--tst-visible) - 1) * var(--tst-gap)) / var(--tst-visible));
  box-sizing: border-box;
  background: #22262D;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 260px;
}
.tst-quote {
  font-family: 'Gilroy', sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255,255,255,.9);
  flex: 1;
}
.tst-meta { margin-top: auto; }
.tst-name {
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  color: #fff;
}
.tst-company {
  font-family: 'Gilroy', sans-serif;
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  margin-top: 2px;
}

/* prev/next controls — outlined circular, minimal, no dots */
.tst-controls {
  max-width: var(--max-w);
  margin: 32px auto 0;
  display: flex;
  gap: 12px;
}
.tst-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.4);
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--t), border-color var(--t), transform var(--t);
}
.tst-arrow svg { width: 20px; height: 20px; }
.tst-arrow:hover { background: #fff; color: #111319; border-color: #fff; }
.tst-arrow:active { transform: scale(.94); }

@media (max-width: 768px) {
  .testimonials { padding: 64px 20px; --tst-visible: 1.2; --tst-gap: 16px; }
  .tst-card { padding: 24px; min-height: 220px; }
}
