@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #050914;
  --bg-soft: #0a1020;
  --panel: rgba(15, 24, 47, 0.72);
  --panel-solid: #0f182f;
  --panel-light: #131f3d;
  --line: rgba(255,255,255,.11);
  --text: #f7f4ed;
  --muted: #aeb8cd;
  --purple: #7c5cff;
  --purple-2: #a88aff;
  --gold: #e8bd68;
  --gold-2: #ffd98d;
  --teal: #48d8c5;
  --danger: #ff7b86;
  --success: #70e5a4;
  --shadow: 0 28px 80px rgba(0,0,0,.38);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(124,92,255,.19), transparent 27%),
    radial-gradient(circle at 78% 14%, rgba(72,216,197,.11), transparent 24%),
    radial-gradient(circle at 50% 85%, rgba(232,189,104,.09), transparent 26%),
    var(--bg);
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 88%);
  z-index: -4;
}

::selection { background: rgba(124,92,255,.42); color: white; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(900px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; position: relative; }
.section-sm { padding: 70px 0; }
.section-tight { padding: 42px 0; }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(232,189,104,.28);
  border-radius: 999px;
  background: rgba(232,189,104,.07);
  color: var(--gold-2);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px var(--gold);
}
.display {
  margin: 20px 0 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.4rem, 8vw, 7.7rem);
  line-height: .86;
  letter-spacing: -.055em;
  font-weight: 700;
}
.heading {
  margin: 16px 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.heading-sm {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.02;
  margin: 0 0 14px;
}
.lead { color: #d9dfec; font-size: clamp(1rem, 1.7vw, 1.2rem); max-width: 760px; }
.muted { color: var(--muted); }
.gold { color: var(--gold); }
.purple { color: var(--purple-2); }
.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }
.max-700 { max-width: 700px; }
.max-840 { max-width: 840px; }

.gradient-text {
  background: linear-gradient(115deg, #fff 2%, var(--gold-2) 42%, var(--purple-2) 75%, var(--teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.announcement {
  position: relative;
  z-index: 50;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 56px 8px 18px;
  background: linear-gradient(90deg, #3d2a92, #6d48d9 50%, #145f66);
  color: white;
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.announcement a { text-decoration: underline; text-underline-offset: 3px; }
.announcement-close {
  position: absolute;
  right: 18px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 1.2rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5,9,20,.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 48px; height: 48px; }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-word strong { font-family: 'Cormorant Garamond', serif; font-size: 1.43rem; letter-spacing: .02em; }
.brand-word span { color: var(--muted); font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 5px; }
.nav-links a {
  padding: 10px 12px;
  border-radius: 10px;
  color: #c9d1e1;
  font-size: .84rem;
  font-weight: 700;
  transition: .25s ease;
}
.nav-links a:hover, .nav-links a.active { color: white; background: rgba(255,255,255,.07); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: white;
}
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  font-size: .9rem;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
  overflow: hidden;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--purple), #9d6eff);
  color: white;
  box-shadow: 0 14px 42px rgba(124,92,255,.34);
}
.btn-primary:hover { box-shadow: 0 18px 50px rgba(124,92,255,.48); }
.btn-gold { background: linear-gradient(135deg, var(--gold), #f6d996); color: #171008; box-shadow: 0 14px 38px rgba(232,189,104,.22); }
.btn-outline { border-color: var(--line); background: rgba(255,255,255,.035); color: white; }
.btn-outline:hover { border-color: rgba(168,138,255,.54); background: rgba(124,92,255,.09); }
.btn-ghost { color: #d7dded; background: transparent; }
.btn-sm { min-height: 40px; padding: 9px 14px; border-radius: 11px; font-size: .8rem; }
.btn-icon { width: 19px; height: 19px; }

.hero {
  position: relative;
  min-height: calc(100vh - 124px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 90px 0 70px;
}
.hero::before {
  content: '';
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  right: -220px;
  top: -100px;
  background: conic-gradient(from 120deg, rgba(124,92,255,.42), rgba(72,216,197,.07), rgba(232,189,104,.22), rgba(124,92,255,.42));
  filter: blur(18px);
  opacity: .5;
  animation: drift 12s ease-in-out infinite alternate;
}
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.hero-copy p { max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 28px; color: #cbd4e7; font-size: .88rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 16px rgba(72,216,197,.78); }
.hero-visual { position: relative; min-height: 620px; }
.orbit {
  position: absolute;
  inset: 4% 0 0 0;
  margin: auto;
  width: min(520px, 100%);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  animation: spin 30s linear infinite;
}
.orbit::before, .orbit::after {
  content: '';
  position: absolute;
  inset: 13%;
  border: 1px dashed rgba(232,189,104,.17);
  border-radius: 50%;
}
.orbit::after { inset: 27%; border-color: rgba(72,216,197,.18); }
.hero-emblem {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.12), transparent 30%), linear-gradient(145deg, rgba(124,92,255,.25), rgba(12,21,41,.94));
  border: 1px solid rgba(255,255,255,.17);
  box-shadow: inset 0 0 50px rgba(255,255,255,.04), 0 35px 100px rgba(0,0,0,.45), 0 0 80px rgba(124,92,255,.18);
}
.hero-emblem img { width: 230px; filter: drop-shadow(0 14px 40px rgba(0,0,0,.34)); }
.floating-card {
  position: absolute;
  width: 230px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(15,24,47,.82);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.floating-card strong { display: block; margin-top: 4px; font-size: 1rem; }
.floating-card small { color: var(--muted); }
.floating-card.one { top: 9%; left: -2%; animation: float 5.2s ease-in-out infinite; }
.floating-card.two { right: -2%; bottom: 16%; animation: float 5.8s ease-in-out infinite .5s; }
.floating-card.three { left: 2%; bottom: 4%; animation: float 6.3s ease-in-out infinite .8s; }
.mini-label { color: var(--gold-2); text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; font-weight: 800; }

.countdown-wrap {
  position: relative;
  z-index: 3;
  margin-top: -32px;
}
.countdown-panel {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(18,27,54,.94), rgba(11,17,34,.94));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.15fr 1.85fr;
  align-items: center;
  gap: 28px;
}
.countdown-title strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2rem; line-height: 1; }
.countdown-title span { color: var(--muted); font-size: .84rem; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.time-box { text-align: center; padding: 16px 10px; border-radius: 16px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.time-box b { display: block; font-size: clamp(1.55rem, 3vw, 2.3rem); line-height: 1; color: var(--gold-2); }
.time-box span { display: block; margin-top: 7px; color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { padding: 28px; border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.stat b { font-family: 'Cormorant Garamond', serif; display: block; font-size: 3.2rem; line-height: 1; color: var(--gold-2); }
.stat span { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }

.card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(20,31,60,.72), rgba(9,15,30,.82));
  box-shadow: 0 18px 55px rgba(0,0,0,.17);
  overflow: hidden;
}
.card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.035), transparent 55%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}
.card:hover::after { transform: translateX(120%); }
.card-pad { padding: 28px; }
.card-hover { transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.card-hover:hover { transform: translateY(-7px); border-color: rgba(168,138,255,.34); box-shadow: 0 28px 75px rgba(0,0,0,.28); }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 44px; }
.section-head p { margin: 0; max-width: 620px; color: var(--muted); }
.section-head.center { display: block; text-align: center; }
.section-head.center p { margin-inline: auto; }

.upcoming-feature { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 620px; }
.upcoming-media { position: relative; overflow: hidden; min-height: 440px; }
.upcoming-media img { width: 100%; height: 100%; object-fit: cover; }
.upcoming-media::after { content:''; position:absolute; inset:0; background: linear-gradient(to top, rgba(5,9,20,.84), transparent 64%); }
.upcoming-badge { position:absolute; z-index:2; top:24px; left:24px; }
.upcoming-copy { padding: clamp(34px, 5vw, 66px); display: flex; flex-direction: column; justify-content: center; }
.details-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 26px 0; }
.detail { padding: 15px; border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: 14px; }
.detail small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; }
.detail b { display: block; margin-top: 4px; }

.letter-card { padding: clamp(34px, 6vw, 78px); }
.letter-mark { font-family:'Cormorant Garamond',serif; font-size: 7rem; line-height:.6; color: rgba(232,189,104,.25); }
.signature { margin-top: 26px; display:flex; align-items:center; gap:15px; }
.signature img { width:64px; height:64px; border-radius:50%; object-fit:cover; border:1px solid var(--line); }
.signature strong { display:block; }
.signature span { color: var(--muted); font-size:.84rem; }

.timeline { position: relative; }
.timeline::before { content:''; position:absolute; left: 30px; top:0; bottom:0; width:1px; background: linear-gradient(var(--purple), rgba(232,189,104,.3)); }
.timeline-item { position:relative; display:grid; grid-template-columns: 62px 1fr; gap:24px; margin-bottom:24px; }
.timeline-dot { width:60px; height:60px; border-radius:50%; border:1px solid rgba(232,189,104,.35); background:var(--panel-solid); display:grid; place-items:center; font-family:'Cormorant Garamond',serif; font-size:1.35rem; color:var(--gold-2); z-index:2; }
.timeline-content { padding:24px; }
.timeline-content h3 { margin:0 0 5px; font-family:'Cormorant Garamond',serif; font-size:1.7rem; }
.timeline-content .meta { color:var(--purple-2); font-size:.8rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.tag-list { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.tag { padding:6px 10px; border-radius:999px; background:rgba(124,92,255,.1); border:1px solid rgba(124,92,255,.18); color:#d8ceff; font-size:.72rem; font-weight:700; }

.edition-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; }
.edition-card { display:grid; grid-template-columns: .88fr 1.12fr; min-height:380px; }
.edition-card .media { min-height:300px; background:#0c1326; overflow:hidden; }
.edition-card .media img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.edition-card:hover .media img { transform:scale(1.035); }
.edition-card .content { padding:28px; }
.edition-number { display:inline-grid; place-items:center; width:52px; height:52px; border-radius:15px; background:linear-gradient(135deg,var(--purple),#4a2eb0); font-family:'Cormorant Garamond',serif; font-size:1.55rem; font-weight:700; box-shadow:0 12px 30px rgba(124,92,255,.27); }
.edition-card h3 { font-family:'Cormorant Garamond',serif; font-size:2rem; line-height:1; margin:18px 0 8px; }
.edition-card .date { color:var(--gold-2); font-size:.78rem; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }

.committee-tools { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:28px; }
.search-box { flex:1; min-width:250px; display:flex; align-items:center; gap:10px; padding:0 15px; min-height:50px; border:1px solid var(--line); background:rgba(255,255,255,.04); border-radius:14px; }
.search-box input { width:100%; border:0; outline:0; background:transparent; color:white; }
.search-box input::placeholder { color:#7f8aa1; }
.filter-btn { border:1px solid var(--line); background:rgba(255,255,255,.035); color:#d9e0ef; border-radius:12px; padding:11px 14px; font-weight:700; font-size:.8rem; }
.filter-btn.active { background:rgba(124,92,255,.16); border-color:rgba(124,92,255,.38); color:white; }
.committee-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.committee-card { padding:26px; min-height:330px; display:flex; flex-direction:column; }
.committee-number { color:rgba(255,255,255,.19); font-size:.72rem; font-weight:800; letter-spacing:.18em; }
.committee-icon { width:74px; height:74px; margin:25px 0; border-radius:50%; display:grid; place-items:center; border:1px solid rgba(232,189,104,.3); background:radial-gradient(circle,rgba(232,189,104,.18),rgba(124,92,255,.08)); font-family:'Cormorant Garamond',serif; font-size:1.55rem; color:var(--gold-2); }
.committee-card h3 { margin:0; font-family:'Cormorant Garamond',serif; font-size:1.85rem; line-height:1; }
.committee-code { color:var(--purple-2); font-weight:800; font-size:.78rem; letter-spacing:.12em; text-transform:uppercase; margin-top:7px; }
.committee-card p { color:var(--muted); font-size:.88rem; }
.committee-level { margin-top:auto; padding-top:18px; border-top:1px solid var(--line); color:#d5dced; font-size:.75rem; font-weight:700; }

.profile { display:grid; grid-template-columns:.8fr 1.2fr; min-height:620px; }
.profile-media { position:relative; background:linear-gradient(145deg,rgba(124,92,255,.14),rgba(232,189,104,.07)); }
.profile-media img { width:100%; height:100%; object-fit:cover; }
.profile-content { padding:clamp(38px,6vw,78px); display:flex; flex-direction:column; justify-content:center; }
.profile-content h2 { font-family:'Cormorant Garamond',serif; font-size:clamp(2.5rem,5vw,4.5rem); line-height:.95; margin:14px 0; }
.social-row { display:flex; gap:10px; margin-top:24px; }
.social-btn { width:46px; height:46px; display:grid; place-items:center; border-radius:13px; border:1px solid var(--line); background:rgba(255,255,255,.035); transition:.2s; }
.social-btn:hover { background:rgba(124,92,255,.15); transform:translateY(-2px); }

.role-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.role-card { padding:24px; min-height:220px; }
.role-card .status { display:inline-block; padding:5px 9px; border-radius:999px; background:rgba(232,189,104,.09); color:var(--gold-2); border:1px solid rgba(232,189,104,.2); font-size:.65rem; text-transform:uppercase; letter-spacing:.1em; font-weight:800; }
.role-card h3 { font-family:'Cormorant Garamond',serif; font-size:1.8rem; margin:22px 0 8px; }

.partner-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:15px; }
.partner-card { min-height:190px; padding:20px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.partner-card img { width:90px; height:90px; object-fit:contain; margin-bottom:14px; }
.partner-card strong { font-size:.9rem; }
.partner-card span { display:block; color:var(--muted); font-size:.72rem; margin-top:5px; }

.package-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
.package-card { padding:28px; }
.package-card h3 { font-family:'Cormorant Garamond',serif; font-size:2rem; line-height:1; margin:14px 0; }
.package-card ul { padding:0; margin:20px 0 0; list-style:none; }
.package-card li { position:relative; padding:9px 0 9px 22px; color:#cbd4e6; font-size:.84rem; border-bottom:1px solid rgba(255,255,255,.06); }
.package-card li::before { content:'✦'; position:absolute; left:0; color:var(--gold); }

.schedule-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.schedule-day { padding:26px; }
.schedule-day h3 { font-family:'Cormorant Garamond',serif; font-size:2.2rem; margin:0; }
.schedule-day .day-date { color:var(--purple-2); font-size:.76rem; text-transform:uppercase; letter-spacing:.1em; font-weight:800; }
.schedule-list { margin-top:22px; }
.schedule-row { display:grid; grid-template-columns:70px 1fr; gap:14px; padding:13px 0; border-bottom:1px solid rgba(255,255,255,.07); }
.schedule-row time { color:var(--gold-2); font-size:.8rem; font-weight:800; }
.schedule-row span { color:#d8deea; font-size:.84rem; }

.faq { max-width:900px; margin:0 auto; }
.faq-item { border-bottom:1px solid var(--line); }
.faq-q { width:100%; padding:22px 0; display:flex; justify-content:space-between; align-items:center; gap:20px; background:transparent; border:0; color:white; text-align:left; font-weight:800; }
.faq-q span:last-child { font-size:1.5rem; color:var(--gold); transition:transform .25s; }
.faq-a { max-height:0; overflow:hidden; color:var(--muted); transition:max-height .35s ease; }
.faq-a p { margin:0 0 24px; }
.faq-item.open .faq-a { max-height:240px; }
.faq-item.open .faq-q span:last-child { transform:rotate(45deg); }

.resource-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.resource-card { padding:26px; min-height:260px; display:flex; flex-direction:column; }
.resource-icon { width:52px; height:52px; border-radius:14px; display:grid; place-items:center; background:rgba(124,92,255,.13); color:var(--purple-2); font-size:1.25rem; }
.resource-card h3 { font-family:'Cormorant Garamond',serif; font-size:1.75rem; margin:20px 0 8px; }
.resource-card .btn { margin-top:auto; align-self:flex-start; }

.form-card { padding:clamp(28px,5vw,50px); }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.field { display:flex; flex-direction:column; gap:8px; }
.field.full { grid-column:1/-1; }
.field label { color:#d8deeb; font-weight:700; font-size:.82rem; }
.field input, .field select, .field textarea {
  width:100%;
  color:white;
  background:rgba(255,255,255,.035);
  border:1px solid var(--line);
  border-radius:13px;
  padding:14px 15px;
  outline:none;
  transition:.2s;
}
.field textarea { min-height:150px; resize:vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:rgba(124,92,255,.65); box-shadow:0 0 0 4px rgba(124,92,255,.08); }
.field select option { color:#111; }
.form-note { color:var(--muted); font-size:.76rem; margin-top:14px; }

.page-hero { padding:105px 0 72px; position:relative; overflow:hidden; border-bottom:1px solid rgba(255,255,255,.06); }
.page-hero::after { content:''; position:absolute; width:520px; height:520px; border-radius:50%; right:-180px; top:-280px; background:radial-gradient(circle,rgba(124,92,255,.3),transparent 68%); }
.page-hero .container { position:relative; z-index:2; }
.breadcrumbs { display:flex; gap:8px; align-items:center; color:var(--muted); font-size:.76rem; text-transform:uppercase; letter-spacing:.1em; font-weight:700; }
.breadcrumbs span { color:var(--gold-2); }
.page-title { font-family:'Cormorant Garamond',serif; font-size:clamp(3.4rem,7vw,6.5rem); letter-spacing:-.045em; line-height:.86; margin:22px 0 18px; max-width:980px; }

.cta-band {
  position:relative;
  overflow:hidden;
  padding:58px;
  border-radius:30px;
  background:linear-gradient(125deg, rgba(83,56,192,.95), rgba(19,91,101,.92));
  border:1px solid rgba(255,255,255,.17);
  box-shadow:var(--shadow);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
}
.cta-band::before { content:''; position:absolute; width:280px; height:280px; border-radius:50%; right:-80px; top:-100px; border:1px solid rgba(255,255,255,.12); box-shadow:0 0 0 40px rgba(255,255,255,.03),0 0 0 80px rgba(255,255,255,.02); }
.cta-band > * { position:relative; z-index:2; }
.cta-band h2 { font-family:'Cormorant Garamond',serif; font-size:clamp(2.3rem,4vw,3.8rem); line-height:.95; margin:0; }
.cta-band p { color:rgba(255,255,255,.8); margin:10px 0 0; }

.site-footer { margin-top:80px; border-top:1px solid var(--line); background:#050812; }
.footer-main { padding:70px 0 45px; display:grid; grid-template-columns:1.5fr .8fr .8fr 1fr; gap:44px; }
.footer-brand p { color:var(--muted); max-width:390px; }
.footer-col h4 { margin:0 0 16px; color:white; font-size:.86rem; text-transform:uppercase; letter-spacing:.12em; }
.footer-col a { display:block; padding:5px 0; color:var(--muted); font-size:.83rem; }
.footer-col a:hover { color:white; }
.footer-bottom { padding:22px 0; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:20px; color:#7f8aa0; font-size:.72rem; }

.placeholder-note { padding:12px 14px; border-left:3px solid var(--gold); background:rgba(232,189,104,.07); color:#d8c99e; border-radius:0 10px 10px 0; font-size:.8rem; }
.status-pill { display:inline-flex; align-items:center; gap:7px; padding:7px 10px; border-radius:999px; font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.status-pill.live { background:rgba(112,229,164,.1); color:#9af1bd; border:1px solid rgba(112,229,164,.22); }
.status-pill.tbd { background:rgba(232,189,104,.1); color:var(--gold-2); border:1px solid rgba(232,189,104,.22); }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

.toast { position:fixed; right:20px; bottom:20px; z-index:100; max-width:360px; padding:15px 18px; border-radius:14px; background:#141e37; border:1px solid var(--line); box-shadow:var(--shadow); opacity:0; transform:translateY(20px); pointer-events:none; transition:.25s; }
.toast.show { opacity:1; transform:none; }

.back-to-top { position:fixed; right:20px; bottom:20px; width:46px; height:46px; display:grid; place-items:center; border-radius:14px; border:1px solid var(--line); background:rgba(12,19,38,.88); color:white; backdrop-filter:blur(12px); opacity:0; pointer-events:none; transform:translateY(12px); transition:.25s; z-index:30; }
.back-to-top.show { opacity:1; pointer-events:auto; transform:none; }

@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }
@keyframes drift { from{transform:translate3d(0,0,0) scale(1)} to{transform:translate3d(-30px,30px,0) scale(1.08)} }
@keyframes spin { to{transform:rotate(360deg)} }

@media (max-width: 1120px) {
  .nav-links { position:fixed; top:124px; right:20px; left:20px; padding:18px; border-radius:20px; background:rgba(9,14,29,.98); border:1px solid var(--line); box-shadow:var(--shadow); display:none; flex-direction:column; align-items:stretch; }
  .nav-links.open { display:flex; }
  .nav-links a { padding:13px 14px; }
  .nav-toggle { display:block; }
  .nav-actions .btn { display:none; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .hero-copy .lead { margin-inline:auto; }
  .hero-actions, .hero-meta { justify-content:center; }
  .hero-visual { min-height:540px; }
  .upcoming-feature, .profile { grid-template-columns:1fr; }
  .edition-grid { grid-template-columns:1fr; }
  .partner-grid { grid-template-columns:repeat(3,1fr); }
  .package-grid { grid-template-columns:repeat(2,1fr); }
  .committee-grid { grid-template-columns:repeat(2,1fr); }
  .footer-main { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
}

@media (max-width: 760px) {
  .container, .narrow { width:min(100% - 26px, var(--max)); }
  .section { padding:78px 0; }
  .section-sm { padding:55px 0; }
  .announcement { font-size:.72rem; }
  .nav { min-height:72px; }
  .brand img { width:42px; height:42px; }
  .brand-word strong { font-size:1.25rem; }
  .display { font-size:clamp(3.3rem,18vw,5.8rem); }
  .hero { padding-top:64px; }
  .hero-visual { min-height:430px; }
  .hero-emblem { width:230px; height:230px; }
  .hero-emblem img { width:172px; }
  .orbit { width:370px; max-width:100%; }
  .floating-card { width:190px; padding:13px; font-size:.82rem; }
  .floating-card.one { left:0; }
  .floating-card.two { right:0; }
  .floating-card.three { display:none; }
  .countdown-panel { grid-template-columns:1fr; text-align:center; }
  .countdown { gap:7px; }
  .time-box { padding:13px 5px; }
  .stats { grid-template-columns:repeat(2,1fr); }
  .stat { padding:22px; }
  .section-head { align-items:flex-start; flex-direction:column; }
  .grid-2, .grid-3, .grid-4, .committee-grid, .role-grid, .resource-grid, .schedule-grid, .form-grid, .package-grid { grid-template-columns:1fr; }
  .partner-grid { grid-template-columns:repeat(2,1fr); }
  .edition-card { grid-template-columns:1fr; }
  .details-list { grid-template-columns:1fr; }
  .cta-band { padding:36px 26px; align-items:flex-start; flex-direction:column; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; }
  .form-grid .field.full { grid-column:auto; }
}

@media (max-width: 480px) {
  .partner-grid, .footer-main { grid-template-columns:1fr; }
  .stats { gap:10px; }
  .stat { padding:18px; }
  .stat b { font-size:2.5rem; }
  .countdown-panel { padding:20px; }
  .time-box b { font-size:1.45rem; }
  .time-box span { font-size:.56rem; }
  .hero-visual { min-height:380px; }
  .floating-card { width:165px; }
}
