:root {
  --ted-red: #e62b1e;
  --ink: #07080d;
  --paper: #f5f1ea;
  --mist: #b3b1ad;
  --panel: rgba(14, 16, 24, 0.86);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --navy: #0a1433;
  --navy-soft: #132158;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(230, 43, 30, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(31, 59, 153, 0.24), transparent 30%),
    linear-gradient(180deg, #05060b 0%, #090a11 26%, #08090d 100%);
  color: var(--paper);
  font: 400 16px/1.6 "DM Sans", sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header,
.section,
.site-footer,
.hero-inner,
.page-main {
  width: min(1200px, calc(100% - 3rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.2rem 0;
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 -1.5rem;
  background: rgba(7, 8, 13, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  z-index: -1;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.brand-mark,
.hero h1,
.section-head h2,
.speaker-body h3,
.experience-card h3,
.team-card h3,
.path-card h3,
.faq-item h3,
.rule-card h3,
.lineup-card h3,
.schedule-item h3,
.page-title,
.modal h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.brand-mark {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.9;
}

.brand-mark .ted,
.brand-mark .x {
  color: var(--ted-red);
}

.brand-mark .x {
  font-size: 0.68em;
  vertical-align: super;
}

.brand-mark .youth {
  color: #8a8f9a;
  font-size: 0.62em;
  margin-left: 0.35rem;
}

.brand-sub {
  font-size: 0.72rem;
  color: #8a8f9a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.site-nav a {
  font-size: 0.8rem;
  color: #beb9b1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.language-toggle {
  display: inline-flex;
  padding: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.language-btn {
  border: none;
  background: transparent;
  color: #beb9b1;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.language-btn.is-active {
  background: rgba(255, 255, 255, 0.14);
  color: white;
}

.nav-cta,
.cta-primary,
.cta-secondary {
  border-radius: 999px;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.nav-cta,
.cta-primary {
  border: none;
  background: var(--ted-red);
  color: white;
  padding: 0.95rem 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}

.nav-cta:hover,
.cta-primary:hover,
.cta-secondary:hover,
.form-option:hover {
  transform: translateY(-2px);
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  border: 1px solid var(--line-strong);
  color: var(--paper);
}

.hero {
  position: relative;
  overflow: clip;
  padding: 5rem 0 4.5rem;
  min-height: 100svh;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24rem;
  background: linear-gradient(180deg, rgba(7, 8, 13, 0) 0%, rgba(7, 8, 13, 0.84) 45%, #07080d 100%);
  pointer-events: none;
}

.hero-backdrop,
.hero-watermark {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-backdrop {
  overflow: hidden;
}

.beam {
  position: absolute;
  inset: -10% auto auto 10%;
  width: 24rem;
  height: 55rem;
  background: linear-gradient(180deg, rgba(230, 43, 30, 0.2), rgba(230, 43, 30, 0));
  filter: blur(10px);
  transform: rotate(24deg);
  opacity: 0.7;
}

.beam-blue {
  left: 38%;
  background: linear-gradient(180deg, rgba(74, 116, 255, 0.22), rgba(74, 116, 255, 0));
  transform: rotate(11deg);
}

.beam-right {
  left: auto;
  right: 5%;
  transform: rotate(-18deg);
}

.grid-floor {
  position: absolute;
  inset: auto -10% -6rem;
  height: 22rem;
  background:
    linear-gradient(rgba(230, 43, 30, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 43, 30, 0.06) 1px, transparent 1px);
  background-size: 100% 3.2rem, 3.2rem 100%;
  transform: perspective(700px) rotateX(74deg);
  transform-origin: center top;
  opacity: 0.5;
}

.hero-watermark {
  top: 6rem;
  right: 0;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  width: min(1200px, calc(100% - 3rem));
  margin: 0 auto;
}

.hero-watermark span {
  font-size: clamp(1rem, 2vw, 1.55rem);
  letter-spacing: 0.18em;
  color: #d7bd8a;
  text-shadow: 0 0 18px rgba(215, 189, 138, 0.15);
}

.hero-watermark small {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #375392;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: calc(100svh - 10rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.2rem;
  color: var(--ted-red);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.hero-copy {
  max-width: 48rem;
}

.hero h1,
.page-title {
  margin: 0;
  font-size: clamp(4.2rem, 14vw, 11rem);
  line-height: 0.88;
}

.hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px rgba(245, 241, 234, 0.95);
}

.hero-lead,
.page-lead {
  max-width: 40rem;
  margin: 1.4rem 0 0;
  color: #d5d1c9;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
}

.hero-panel,
.rule-card,
.schedule-list,
.page-hero,
.section-apply {
  box-shadow: var(--shadow);
}

.hero-panel {
  margin-top: 3rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(9, 13, 26, 0.78), rgba(9, 13, 26, 0.92));
  backdrop-filter: blur(16px);
}

.hero-meta,
.team-grid,
.experience-grid,
.paths-grid,
.lineup-grid {
  display: grid;
  gap: 1rem;
}

.hero-meta {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.meta-card {
  padding: 1.2rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.meta-card-highlight {
  background: linear-gradient(135deg, rgba(230, 43, 30, 0.14), rgba(35, 56, 114, 0.14));
}

.meta-label {
  display: block;
  margin-bottom: 0.45rem;
  color: #9ea4af;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.section {
  padding: 6rem 0;
}

.section-head {
  max-width: 52rem;
  margin-bottom: 2.5rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.section-dark {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.03));
}

.section-rule {
  padding-top: 3.5rem;
}

.rule-card,
.team-card,
.experience-card,
.path-card,
.faq-item,
.lineup-card,
.page-hero {
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.rule-card p,
.team-card p,
.experience-card p,
.path-card p,
.faq-item p,
.lineup-card p,
.schedule-item p,
.section-note,
.page-lead {
  color: #c6c0b7;
}

.inline-link {
  display: inline-block;
  margin-top: 1rem;
  color: #ffd4cf;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.about-layout {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.about-copy {
  color: #d2cbc1;
  font-size: 1.05rem;
}

.about-copy p + p,
.speaker-body p + p,
.faq-item + .faq-item {
  margin-top: 1rem;
}

.about-copy strong {
  color: white;
}

.about-aside {
  display: grid;
  gap: 1rem;
}

.section-brief {
  padding: 2.5rem;
  border: 1px solid rgba(230, 43, 30, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at top right, rgba(230, 43, 30, 0.08), transparent 24%);
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.brief-card {
  min-height: 100%;
  padding: 1.3rem;
  border-left: 2px solid rgba(230, 43, 30, 0.65);
  background: rgba(255, 255, 255, 0.03);
}

.brief-index {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--ted-red);
  font: 400 0.78rem/1 "Bebas Neue", sans-serif;
  letter-spacing: 0.18em;
}

.brief-card h3 {
  margin: 0 0 0.7rem;
  font: 400 1.8rem/1 "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.brief-card p {
  margin: 0;
  color: #c6c0b7;
}

.stat-card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.stat-value {
  display: block;
  font: 400 clamp(3rem, 6vw, 4.5rem)/0.9 "Bebas Neue", sans-serif;
  color: var(--ted-red);
}

.stat-label {
  display: block;
  margin-top: 0.5rem;
  color: #cbc4ba;
}

.speaker-card {
  display: grid;
  grid-template-columns: auto minmax(260px, 0.82fr) 1fr;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(230, 43, 30, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(12, 15, 24, 0.96), rgba(16, 18, 28, 0.9));
  box-shadow: var(--shadow);
}

.speaker-index {
  font: 400 clamp(4rem, 9vw, 7rem)/0.9 "Bebas Neue", sans-serif;
  color: rgba(255, 255, 255, 0.08);
}

.speaker-visual {
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.speaker-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 52% 42%, transparent 42%, rgba(6, 8, 14, 0.28) 67%, rgba(3, 5, 10, 0.78) 100%),
    linear-gradient(90deg, rgba(3, 5, 10, 0.58) 0%, transparent 18%, transparent 78%, rgba(3, 5, 10, 0.62) 100%),
    linear-gradient(180deg, rgba(3, 5, 10, 0.46) 0%, transparent 26%, transparent 66%, rgba(3, 5, 10, 0.72) 100%);
  box-shadow: inset 0 0 58px rgba(0, 0, 0, 0.72);
}

.speaker-photo,
.lineup-photo {
  display: block;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.lineup-photo-placeholder {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background:
    radial-gradient(circle at top right, rgba(230, 43, 30, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(22, 25, 36, 0.96), rgba(14, 16, 24, 0.96));
  color: #c9c3b8;
  text-align: center;
  font: 400 1rem/1.4 "DM Sans", sans-serif;
}

.speaker-photo {
  height: 100%;
  min-height: 28rem;
  background: linear-gradient(180deg, rgba(7, 10, 18, 0.7), rgba(7, 10, 18, 0.2));
}

.speaker-photo-wang {
  object-position: 50% 36%;
  transform: scale(1.03);
  transform-origin: center;
}

.speaker-topline,
.lineup-status,
.path-badge {
  display: inline-flex;
  width: fit-content;
  color: var(--ted-red);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

.speaker-body h3 {
  margin: 0.3rem 0 0.7rem;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.speaker-summary,
.speaker-bio {
  color: #c7c1b7;
}

.speaker-bio-placeholder {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(230, 43, 30, 0.45);
  background: rgba(255, 255, 255, 0.03);
}

.speaker-bio-placeholder strong {
  display: block;
  margin-bottom: 0.45rem;
  color: white;
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.speaker-bio-placeholder p {
  margin: 0;
  color: #c7c1b7;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.tag-row span {
  padding: 0.42rem 0.8rem;
  border: 1px solid var(--line-strong);
  color: #d7d2ca;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lineup-grid,
.team-grid,
.experience-grid,
.paths-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.experience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lineup-card h3,
.team-card h3,
.experience-card h3,
.path-card h3,
.faq-item h3,
.schedule-item h3 {
  margin: 0.75rem 0 0.5rem;
  font-size: 1.6rem;
}

.lineup-photo {
  aspect-ratio: 4 / 5;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, rgba(7, 10, 18, 0.7), rgba(7, 10, 18, 0.2));
}

.team-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(7, 10, 18, 0.65), rgba(7, 10, 18, 0.2));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.team-photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.team-photo-frame .team-photo {
  height: 100%;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}

.team-photo-frame-vignette::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 52% 40%, transparent 42%, rgba(6, 8, 14, 0.28) 68%, rgba(3, 5, 10, 0.78) 100%),
    linear-gradient(90deg, rgba(3, 5, 10, 0.5) 0%, transparent 20%, transparent 78%, rgba(3, 5, 10, 0.56) 100%),
    linear-gradient(180deg, rgba(3, 5, 10, 0.28) 0%, transparent 28%, transparent 64%, rgba(3, 5, 10, 0.76) 100%);
  box-shadow: inset 0 0 54px rgba(0, 0, 0, 0.68);
}

.team-card-featured {
  grid-column: auto;
}

.team-bio-details {
  margin-top: 1rem;
}

.team-bio-details summary {
  cursor: pointer;
  width: fit-content;
  color: var(--ted-red);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-bio-details p {
  margin-top: 0.9rem;
  font-size: 0.92rem;
}

.lineup-status-soon,
.path-badge-muted {
  color: #aeb7cb;
}

.lineup-preview-card {
  margin-top: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(230, 43, 30, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.03);
}

.lineup-preview-card h3 {
  margin: 0.5rem 0 0.75rem;
  font: 400 2rem/1 "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.lineup-preview-card p {
  margin: 0 0 1.25rem;
  color: #c6c0b7;
}

.venue-hero-card {
  display: grid;
  gap: 1.5rem;
}

.venue-hero-image,
.venue-gallery-card img {
  display: block;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.venue-hero-image {
  max-height: 42rem;
}

.venue-facts-grid,
.venue-gallery-grid {
  display: grid;
  gap: 1rem;
}

.venue-facts-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.venue-gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.venue-gallery-card {
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.venue-gallery-card-large {
  grid-column: 1 / -1;
}

.venue-gallery-card img {
  aspect-ratio: 16 / 10;
  margin-bottom: 1rem;
}

.venue-gallery-copy strong {
  display: block;
  color: white;
  margin-bottom: 0.35rem;
  font: 400 1.5rem/1 "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.venue-gallery-copy p {
  margin: 0;
  color: #c6c0b7;
}

.section-note {
  margin-top: 1rem;
}

.schedule-list {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.schedule-item {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.schedule-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.schedule-time {
  color: var(--ted-red);
  font: 400 2rem/1 "Bebas Neue", sans-serif;
}

.path-card-active {
  background: linear-gradient(180deg, rgba(230, 43, 30, 0.14), rgba(255, 255, 255, 0.03));
}

.section-apply {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  padding: 3rem;
  border: 1px solid rgba(230, 43, 30, 0.35);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(135deg, #d6291d, #a31f15 58%, #771b16 100%);
}

.apply-copy h2 {
  margin: 0 0 1rem;
  font: 400 clamp(2.8rem, 5vw, 4.6rem)/0.95 "Bebas Neue", sans-serif;
}

.apply-panel {
  padding: 1.5rem;
  background: rgba(9, 10, 15, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.apply-points {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

.apply-points li + li {
  margin-top: 0.6rem;
}

.cta-primary-dark {
  background: #090a0f;
}

.apply-note {
  margin: 1rem 0 0;
  font-size: 0.92rem;
}

.ticket-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.5rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(230, 43, 30, 0.12), transparent 24%),
    rgba(255, 255, 255, 0.03);
}

.ticket-price-block {
  display: grid;
  gap: 0.35rem;
  text-align: center;
}

.ticket-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.ticket-tier-card {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  min-height: 100%;
  padding: 1.1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.ticket-tier-card-featured {
  border-color: rgba(230, 43, 30, 0.7);
  background:
    radial-gradient(circle at top right, rgba(230, 43, 30, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.ticket-tier-label {
  color: var(--ted-red);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ticket-tier-card strong {
  font: 400 2rem/0.95 "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.ticket-tier-card p,
.ticket-tier-card small {
  margin: 0;
  color: #c7c1b7;
}

.ticket-tier-card small {
  font-size: 0.8rem;
}

.ticket-price {
  font: 400 clamp(3.4rem, 7vw, 5.4rem)/0.9 "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
}

.ticket-price-alt,
.ticket-note,
.capacity-text,
.ticket-order-status {
  color: #c7c1b7;
}

.ticket-capacity {
  margin: 1.5rem 0;
}

.capacity-bar {
  width: 100%;
  height: 0.65rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.capacity-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ted-red), #ff8a64);
  transition: width 0.3s ease, background 0.3s ease;
}

.capacity-fill.is-low {
  background: linear-gradient(90deg, #ff7a59, #ffb347);
}

.capacity-fill.is-sold {
  background: #6f747f;
}

.ticket-includes {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0;
  display: grid;
  gap: 0.7rem;
}

.ticket-includes li {
  position: relative;
  padding-left: 1.5rem;
}

.ticket-includes li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--ted-red);
  font-size: 1.3rem;
  line-height: 1;
}

.cta-primary-large {
  width: 100%;
  justify-content: center;
  padding: 1rem 1.6rem;
  font-size: 0.92rem;
}

.cta-secondary-full {
  width: 100%;
  justify-content: center;
  margin-top: 0.75rem;
}

.ticket-note {
  margin: 1rem 0 0;
  font-size: 0.92rem;
  text-align: center;
}

.guest-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.guest-info-card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(230, 43, 30, 0.08), transparent 26%),
    rgba(255, 255, 255, 0.03);
}

.guest-info-card h3 {
  margin: 0 0 0.75rem;
  font: 400 1.7rem/1 "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.guest-info-card p {
  margin: 0;
  color: #c6c0b7;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 2.5rem 0 4rem;
  color: #aba59b;
}

.site-footer strong {
  display: block;
  margin-bottom: 0.35rem;
  color: white;
}

.site-footer p {
  margin: 0 0 0.4rem;
}

.footer-license {
  color: #ddd7ce;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a {
  color: #ddd7ce;
}

.page-main {
  padding-top: 1rem;
}

.page-hero {
  margin-top: 2rem;
}

.page-title {
  font-size: clamp(3rem, 7vw, 6rem);
}

.ticket-page {
  display: grid;
  gap: 1.5rem;
}

.ticket-pass {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(230, 43, 30, 0.4);
  background:
    radial-gradient(circle at top right, rgba(230, 43, 30, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(14, 16, 24, 0.94), rgba(10, 11, 18, 0.98));
  box-shadow: var(--shadow);
}

.ticket-pass-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.ticket-pass h2,
.ticket-pass h3 {
  margin: 0;
}

.ticket-pass-code {
  display: inline-flex;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--line-strong);
  color: var(--ted-red);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.ticket-pass-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
}

.ticket-pass-meta,
.ticket-pass-qr,
.ticket-pass-note {
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.ticket-pass-meta {
  display: grid;
  gap: 0.9rem;
}

.ticket-meta-row span {
  display: block;
}

.ticket-meta-row span:first-child {
  color: #9ea4af;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ticket-meta-row strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.15rem;
}

.ticket-pass-qr {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.9rem;
}

.ticket-pass-qr img {
  width: min(16rem, 100%);
  border-radius: 1rem;
  background: white;
}

.ticket-pass-note p {
  margin: 0;
}

.ticket-error {
  padding: 1.25rem;
  border: 1px solid rgba(230, 43, 30, 0.28);
  background: rgba(230, 43, 30, 0.08);
  color: #ffd4cf;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(2, 4, 10, 0.78);
  backdrop-filter: blur(12px);
  z-index: 40;
}

.modal-overlay[hidden] {
  display: none;
}

.modal {
  position: relative;
  width: min(760px, 100%);
  padding: 2rem;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at top right, rgba(48, 96, 224, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(11, 13, 20, 0.98), rgba(8, 9, 15, 0.98));
  box-shadow: var(--shadow);
}

.modal h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  background: transparent;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.form-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.form-option {
  padding: 1.4rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.form-option:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.form-option h3 {
  margin: 0.7rem 0 0.5rem;
  font: 400 1.8rem/1 "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.form-option p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.form-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0.32rem 0.65rem;
  border: 1px solid currentColor;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.form-badge-wps {
  color: #ff9c54;
}

.form-badge-google {
  color: #7badff;
}

.form-arrow {
  display: inline-block;
  margin-top: 1rem;
  color: var(--ted-red);
  font-size: 1.1rem;
}

.modal-wide {
  width: min(680px, 100%);
}

.ticket-form {
  display: grid;
  gap: 1rem;
}

.form-group {
  display: grid;
  gap: 0.5rem;
}

.form-group label {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-group input,
.form-group select {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--paper);
  padding: 0.9rem 1rem;
}

.payment-options {
  display: grid;
  gap: 0.75rem;
}

.payment-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.payment-option input {
  margin: 0;
}

.payment-option-active {
  border-color: rgba(230, 43, 30, 0.55);
}

.payment-option-disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.payment-option strong,
.payment-option span {
  display: block;
}

.payment-icon {
  color: var(--ted-red);
  font: 400 1.05rem/1 "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-badge {
  padding: 0.25rem 0.65rem;
  border: 1px solid var(--line-strong);
  color: #d7d2ca;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ticket-summary {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.summary-row + .summary-row {
  margin-top: 0.75rem;
}

.summary-total {
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}

.cta-full {
  width: 100%;
  justify-content: center;
}

.qr-panel-ticket {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.qr-panel-ticket[hidden] {
  display: none;
}

.qr-image-ticket {
  width: 7.5rem;
  min-width: 7.5rem;
  min-height: 7.5rem;
}

.ticket-order-status {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.92rem;
}

#ticketConfirmButton[hidden] {
  display: none;
}

.qr-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.qr-image {
  display: block;
  width: min(11rem, 100%);
  border-radius: 1rem;
  background: white;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.nav-cta:focus-visible,
.language-btn:focus-visible,
.cta-primary:focus-visible,
.cta-secondary:focus-visible,
.modal-close:focus-visible,
.site-nav a:focus-visible,
.form-option:focus-visible,
.footer-links a:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .header-actions {
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .hero-inner {
    min-height: auto;
  }

  .hero-meta,
  .team-grid,
  .experience-grid,
  .paths-grid,
  .brief-grid,
  .lineup-grid,
  .guest-info-grid,
  .faq-list,
  .section-apply,
  .about-layout,
  .site-footer,
  .venue-facts-grid,
  .ticket-tier-grid,
  .ticket-pass-grid {
    grid-template-columns: 1fr;
  }

  .venue-gallery-grid {
    grid-template-columns: 1fr;
  }

  .speaker-card {
    grid-template-columns: 1fr;
  }

  .speaker-index {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-header,
  .section,
  .site-footer,
  .hero-inner,
  .page-main {
    width: min(100% - 1.5rem, 1200px);
  }

  .site-nav {
    gap: 0.85rem 1rem;
  }

  .header-actions {
    width: 100%;
  }

  .language-toggle {
    order: -1;
  }

  .hero-watermark {
    display: none;
  }

  .hero-panel,
  .section-apply,
  .speaker-card,
  .modal,
  .schedule-list,
  .page-hero {
    padding: 1.25rem;
  }

  .form-options,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .cta-primary,
  .cta-secondary,
  .nav-cta {
    width: 100%;
    justify-content: center;
  }

  .brand-sub {
    letter-spacing: 0.05em;
    font-size: 0.66rem;
  }

  .qr-panel,
  .schedule-item,
  .payment-option,
  .qr-panel-ticket {
    grid-template-columns: 1fr;
  }

  .qr-image-ticket {
    width: min(12rem, 100%);
    min-width: 0;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
