@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --bg: #09142f;
  --bg-2: #10224b;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --surface-light: #f5f5f5;
  --card-light: #ffffff;
  --text: #f9fbff;
  --text-muted: rgba(249, 251, 255, 0.76);
  --ink: #222222;
  --ink-soft: #5d6374;
  --accent: #f07c00;
  --accent-soft: #ffb347;
  --success: #22c55e;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  --radius: 12px;
  --radius-lg: 24px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(240, 124, 0, 0.14), transparent 30%),
    linear-gradient(180deg, #081024 0%, #0d1b3e 52%, #09142f 100%);
  min-height: 100vh;
}

body.is-locked {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

iframe {
  border: 0;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section--light {
  background: var(--surface-light);
  color: var(--ink);
}

.section--tight {
  padding: 64px 0;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-soft);
}

.section-title {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.section-copy {
  margin: 0;
  max-width: 720px;
  color: var(--text-muted);
}

.section--light .section-copy,
.section--light .page-copy,
.section--light .detail-card p,
.section--light .feature-card p,
.section--light .event-summary,
.section--light .event-meta,
.section--light .partner-card p,
.section--light .speaker-card p,
.section--light .team-card p {
  color: var(--ink-soft);
}

.page-shell {
  padding-top: 92px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  background: rgba(7, 16, 39, 0.74);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-row {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  min-height: 92px;
}

.brand {
  flex-shrink: 0;
}

.brand-logo {
  width: min(240px, 42vw);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-link {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--text-muted);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: #ffffff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

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

.btn--primary,
.btn--nav {
  color: #ffffff;
  background: linear-gradient(135deg, #f07c00, #ff9a1a);
  box-shadow: 0 14px 28px rgba(240, 124, 0, 0.32);
}

.btn--secondary {
  color: var(--ink);
  background: #ffffff;
}

.btn--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 88px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 16%, rgba(240, 124, 0, 0.34), transparent 18%),
    repeating-linear-gradient(15deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 20px);
  opacity: 0.75;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 28px;
  align-items: end;
}

.hero-copy {
  padding: 28px 0;
}

.hero-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.hero-kicker {
  margin: 18px 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-copy p {
  max-width: 620px;
  margin: 0 0 28px;
  font-size: 1.08rem;
  color: var(--text-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-badge {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-panel {
  position: relative;
  padding: 28px;
  min-height: 420px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(240, 124, 0, 0.18), transparent 44%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.hero-panel::before,
.hero-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.hero-panel::before {
  inset: 40px 28px auto auto;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel::after {
  inset: auto auto -34px -34px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(240, 124, 0, 0.34), transparent 66%);
}

.hero-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.hero-stat {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stat strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.countdown-card {
  padding: 18px 12px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.countdown-card strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.countdown-card span {
  display: block;
  margin-top: 8px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

.countdown-note {
  margin-top: 16px;
  color: var(--text-muted);
}

.feature-grid,
.stats-grid,
.detail-grid,
.split-grid,
.contact-grid,
.video-grid,
.partner-grid,
.speaker-grid,
.team-grid,
.footer-grid {
  display: grid;
  gap: 20px;
}

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

.feature-card,
.detail-card,
.team-card,
.partner-card,
.speaker-card,
.video-card,
.event-card,
.page-card,
.contact-card,
.story-card {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-card,
.page-card,
.story-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.section--light .feature-card,
.section--light .page-card,
.section--light .story-card,
.section--light .partner-card,
.section--light .speaker-card,
.section--light .team-card,
.section--light .event-card,
.section--light .video-card,
.section--light .contact-card,
.section--light .detail-card {
  background: var(--card-light);
  border: 1px solid rgba(10, 26, 70, 0.08);
  box-shadow: 0 24px 40px rgba(15, 24, 54, 0.08);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(240, 124, 0, 0.14);
  color: var(--accent-soft);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.feature-card h3,
.story-card h3,
.team-card h3,
.partner-card h3,
.speaker-card h3,
.event-body h3,
.video-card h3,
.page-card h3 {
  margin: 18px 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}

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

.stat-card {
  padding: 26px 18px;
  text-align: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-number {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1;
}

.split-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.upcoming-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 0.92fr);
  gap: 32px;
  align-items: start;
}

.upcoming-copy {
  display: grid;
  gap: 18px;
  padding: 34px;
}

.upcoming-copy .section-title {
  margin-bottom: 0;
}

.upcoming-points {
  display: grid;
  gap: 14px;
  margin-top: 6px;
}

.upcoming-points .detail-card {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.upcoming-points strong,
.upcoming-points span {
  display: block;
}

.upcoming-points strong {
  margin-bottom: 6px;
  color: #ffffff;
}

.upcoming-points span {
  color: var(--text-muted);
}

.upcoming-stack {
  max-width: 920px;
}

.story-stack {
  display: grid;
  gap: 18px;
}

.story-card {
  background: rgba(255, 255, 255, 0.06);
}

.story-card p:last-child,
.page-card p:last-child {
  margin-bottom: 0;
}

.story-eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 800;
}

.page-hero {
  padding: 56px 0 32px;
}

.page-hero-card {
  padding: 36px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(15deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.page-title {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}

.page-copy {
  max-width: 760px;
  margin: 0;
  color: var(--text-muted);
}

.event-card {
  overflow: hidden;
  display: grid;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.event-card--compact {
  grid-template-columns: 280px minmax(0, 1fr);
}

.event-art {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.event-body {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.event-meta {
  margin: 0;
  color: var(--text-muted);
}

.event-summary {
  margin: 0;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.status-badge--upcoming {
  background: rgba(34, 197, 94, 0.16);
  color: #d8ffe4;
}

.section--light .status-badge--upcoming {
  color: #0f7d39;
}

.status-badge--past {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
}

.section--light .status-badge--past {
  color: #5a5f6e;
  background: rgba(15, 24, 54, 0.08);
}

.gallery-preview,
.gallery-grid {
  display: grid;
  gap: 20px;
}

.gallery-preview,
.gallery-grid,
.partner-grid,
.speaker-grid,
.team-grid,
.package-grid,
.people-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-tile,
.gallery-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: transparent;
}

.gallery-tile img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transition: transform 260ms ease;
  background: #0b132b;
}

.gallery-tile figcaption,
.gallery-overlay {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 4px;
  padding: 18px;
  background: linear-gradient(180deg, transparent, rgba(5, 12, 31, 0.92));
}

.gallery-card:hover img,
.gallery-tile:hover img {
  transform: none;
}

.gallery-card strong,
.gallery-tile strong {
  font-family: "Montserrat", sans-serif;
}

.gallery-event-block {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
}

.gallery-event-head {
  display: grid;
  gap: 6px;
}

.gallery-event-head h2,
.gallery-event-head p {
  margin: 0;
}

.gallery-event-head p {
  color: var(--text-muted);
}

.marquee {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.marquee-pill {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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

.detail-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-card h3 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}

.team-card,
.partner-card,
.speaker-card,
.contact-card,
.video-card,
.package-card,
.person-card {
  padding: 26px;
}

.team-avatar,
.speaker-avatar {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f07c00, #ffb347);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.team-role,
.speaker-specialty,
.partner-type {
  margin: 0 0 10px;
  color: var(--accent);
  font-weight: 700;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 28px;
}

.filter-chip {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(15, 24, 54, 0.12);
  background: #ffffff;
  color: #15203f;
  font-weight: 700;
}

.filter-chip.is-active {
  background: linear-gradient(135deg, #f07c00, #ff9a1a);
  border-color: transparent;
  color: #ffffff;
}

.stack {
  display: grid;
  gap: 18px;
}

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

.video-frame {
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  background: #081024;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
}

.partner-mark {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(240, 124, 0, 0.12);
  color: var(--accent);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.package-card,
.person-card {
  background: var(--card-light);
  border: 1px solid rgba(10, 26, 70, 0.08);
  box-shadow: 0 24px 40px rgba(15, 24, 54, 0.08);
  border-radius: var(--radius);
}

.package-top {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.package-name {
  margin: 0;
  color: var(--accent);
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.package-price,
.package-area,
.package-note {
  margin: 0;
  color: var(--ink-soft);
}

.package-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ink);
}

.package-list li + li {
  margin-top: 10px;
}

.person-avatar {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a2b5f, #f07c00);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.person-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
}

.person-card p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}

.person-card a {
  color: inherit;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--accent);
  font-weight: 700;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-card h3,
.contact-form h3 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}

.contact-card p {
  margin: 0;
}

.contact-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.contact-card-head h3 {
  margin: 0;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(240, 124, 0, 0.12);
  color: var(--accent);
  flex-shrink: 0;
}

.contact-icon svg {
  width: 24px;
  height: 24px;
}

.contact-value {
  font-size: 1.05rem;
  font-weight: 600;
}

.contact-value a {
  color: var(--ink);
}

.contact-form {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 40px rgba(15, 24, 54, 0.08);
}

.form-grid {
  display: grid;
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: #15203f;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 24, 54, 0.14);
  border-radius: 14px;
  color: #15203f;
  background: #ffffff;
}

.field textarea {
  min-height: 144px;
  resize: vertical;
}

.field select {
  appearance: none;
}

.field input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.field input[type="file"]::file-selector-button {
  cursor: pointer;
}

.file-dropzone {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 140px;
  padding: 22px 18px;
  border: 1.5px dashed rgba(15, 24, 54, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247, 248, 251, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.file-dropzone:hover,
.file-dropzone:focus-within,
.file-dropzone.is-dragover {
  border-color: rgba(240, 124, 0, 0.62);
  background: rgba(240, 124, 0, 0.06);
  box-shadow: 0 18px 30px rgba(15, 24, 54, 0.08);
  transform: translateY(-1px);
}

.file-dropzone-title {
  color: #15203f;
  font-weight: 700;
}

.file-dropzone-value {
  color: #5d6374;
  font-size: 0.95rem;
  word-break: break-word;
}

.field-hint {
  margin: 0;
  color: #5d6374;
  font-size: 0.88rem;
}

.form-note,
.form-status {
  margin: 0;
  color: #5d6374;
  font-size: 0.95rem;
}

.form-status[data-state="pending"] {
  color: #5d6374;
}

.form-status[data-state="success"] {
  color: #1f7a3f;
}

.form-status[data-state="error"] {
  color: #b33a24;
}

.contact-form .btn[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.map-frame {
  overflow: hidden;
  min-height: 420px;
  border-radius: 24px;
  box-shadow: 0 24px 40px rgba(15, 24, 54, 0.08);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.map-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
  font-weight: 700;
  text-align: center;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.map-link:hover {
  transform: translateY(-2px);
  background: rgba(240, 124, 0, 0.16);
  border-color: rgba(240, 124, 0, 0.42);
}

.map-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.map-link-icon--2gis {
  width: 40px;
}

.map-link-icon svg {
  width: 100%;
  height: 100%;
}

.map-link-icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.map-link-label {
  white-space: nowrap;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(4, 9, 22, 0.82);
}

.lightbox[hidden] {
  display: none;
}

.lightbox-panel {
  width: min(100%, 980px);
  border-radius: 24px;
  overflow: hidden;
  background: #081024;
  box-shadow: var(--shadow);
}

.lightbox-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
}

.lightbox-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.lightbox-close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.lightbox-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #0b132b;
}

.site-footer {
  padding: 38px 0 30px;
  background: rgba(6, 14, 34, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  align-items: start;
}

.footer-logo {
  width: 220px;
  margin-bottom: 14px;
}

.footer-copy {
  max-width: 440px;
  color: var(--text-muted);
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: var(--text-muted);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
  font-size: 0.92rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 420ms ease, transform 420ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1024px) {
  .feature-grid,
  .stats-grid,
  .detail-grid,
  .gallery-preview,
  .gallery-grid,
  .partner-grid,
  .speaker-grid,
  .team-grid,
  .footer-grid,
  .contact-grid,
  .split-grid,
  .upcoming-layout,
  .hero-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

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

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

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border-radius: 20px;
    background: rgba(7, 16, 39, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
  }
}

@media (max-width: 720px) {
  .page-shell {
    padding-top: 84px;
  }

  .header-row {
    min-height: 84px;
  }

  .hero {
    padding: 38px 0 64px;
  }

  .page-hero-card,
  .feature-card,
  .page-card,
  .story-card,
  .team-card,
  .partner-card,
  .speaker-card,
  .contact-form,
  .contact-card,
  .video-card,
  .event-body,
  .hero-panel {
    padding: 22px;
  }

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

  .footer-bottom,
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
