:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --muted: #66705f;
  --line: #ced5c5;
  --surface: #f3f6ef;
  --surface-strong: #e8eee1;
  --white: #ffffff;
  --blue: #497900;
  --blue-hover: #365e00;
  --nuke: #a8eb2b;
  --nuke-soft: #e7ffc1;
  --nuke-ink: #2d4900;
  --hazard: #e5d22e;
  --shell: min(1080px, calc(100% - 44px));
  --radius: 28px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.svg-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
}

.global-nav {
  width: min(980px, calc(100% - 36px));
  height: 44px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
}

.nav-logo,
.nav-ticket {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.nav-logo:focus-visible,
.nav-ticket:focus-visible,
.nav-links a:focus-visible,
.local-title:focus-visible,
.scroll-cue:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid rgba(105, 164, 13, 0.45);
  outline-offset: 3px;
}

.mini-apple {
  position: relative;
  width: 14px;
  height: 15px;
  display: block;
  border-radius: 48% 52% 52% 45% / 52% 52% 48% 48%;
  background: var(--ink);
  transform: rotate(-6deg);
}

.mini-apple::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  top: -4px;
  left: 7px;
  border-radius: 90% 10% 90% 10%;
  background: var(--ink);
  transform: rotate(-22deg);
}

.mini-apple::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 6px;
  top: 2px;
  right: -2px;
  border-radius: 50%;
  background: var(--white);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  color: rgba(29, 29, 31, 0.82);
}

.nav-links a {
  padding: 8px 10px;
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: #000;
}

.nav-ticket {
  justify-self: end;
  color: #4b7208;
  font-size: 18px;
  line-height: 1;
}

.local-nav {
  width: var(--shell);
  min-height: 54px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.local-title {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.unofficial-pill {
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 830px;
  padding: 24px 22px 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  width: min(760px, 86vw);
  aspect-ratio: 1;
  top: -40px;
  left: 50%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 42%, rgba(194, 255, 92, 0.27), transparent 45%),
    radial-gradient(circle at 66% 57%, rgba(232, 214, 46, 0.2), transparent 52%);
  filter: blur(38px);
  transform: translateX(-50%);
  pointer-events: none;
}

.apple-stage {
  position: relative;
  width: min(350px, 84vw);
  margin: 0;
  display: grid;
  place-items: center;
}

.apple-stage::before,
.apple-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.apple-stage::before {
  width: 88%;
  aspect-ratio: 1;
  border: 1px dashed rgba(77, 122, 0, 0.2);
  animation: slow-orbit 26s linear infinite;
}

.apple-stage::after {
  width: 67%;
  aspect-ratio: 1;
  border: 1px solid rgba(168, 235, 43, 0.24);
  box-shadow: 0 0 55px rgba(143, 236, 0, 0.15);
}

.reactor-stage {
  width: min(400px, 88vw);
  height: clamp(280px, 30vw, 340px);
  display: block;
}

.reactor-stage::before,
.reactor-stage::after {
  display: none;
}

.reactor-shell {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: transparent;
  cursor: default;
}

.reactor-shell::before,
.reactor-shell::after {
  display: none;
}

#reactorCanvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 500ms ease;
}

.reactor-shell.reactor-ready #reactorCanvas {
  opacity: 1;
}

.reactor-stage .reactor-fallback {
  position: absolute;
  z-index: 1;
  width: 78%;
  left: 11%;
  top: -2%;
  opacity: 0.88;
  transition: opacity 350ms ease;
}

.reactor-shell.reactor-ready .reactor-fallback {
  opacity: 0;
}

.reactor-hud {
  position: absolute;
  z-index: 5;
  inset: 0;
  color: rgba(222, 255, 151, 0.76);
  pointer-events: none;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hud-corner {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-shadow: 0 0 10px rgba(166, 255, 32, 0.42);
}

.hud-corner span {
  color: rgba(210, 255, 135, 0.45);
}

.hud-corner strong {
  color: #d9ff8b;
  font-weight: 600;
}

.hud-corner strong i {
  width: 5px;
  height: 5px;
  margin-right: 4px;
  display: inline-block;
  border-radius: 50%;
  background: #a8ff24;
  box-shadow: 0 0 8px #a8ff24;
  animation: status-pulse 1.8s ease-in-out infinite;
}

.hud-top-left {
  top: 13%;
  left: 9%;
}

.hud-top-right {
  top: 13%;
  right: 9%;
  text-align: right;
}

.hud-axis {
  position: absolute;
  opacity: 0.12;
}

.hud-axis-x {
  left: 10%;
  right: 10%;
  top: 53%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #caff60 0 1px, transparent 1px 13px);
}

.hud-axis-y {
  top: 12%;
  bottom: 12%;
  left: 50%;
  width: 1px;
  background: repeating-linear-gradient(0deg, #caff60 0 1px, transparent 1px 13px);
}

.hud-reticle {
  position: absolute;
  left: 50%;
  top: 53%;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(214, 255, 128, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hud-reticle::before,
.hud-reticle::after,
.hud-reticle span::before,
.hud-reticle span::after {
  content: "";
  position: absolute;
  background: rgba(217, 255, 142, 0.46);
}

.hud-reticle::before,
.hud-reticle::after {
  width: 7px;
  height: 1px;
  top: 50%;
}

.hud-reticle::before { left: -10px; }
.hud-reticle::after { right: -10px; }

.hud-reticle span::before,
.hud-reticle span::after {
  width: 1px;
  height: 7px;
  left: 50%;
}

.hud-reticle span::before { top: -10px; }
.hud-reticle span::after { bottom: -10px; }

.hud-spectrum {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 10%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  color: rgba(215, 255, 136, 0.5);
}

.hud-spectrum div {
  height: 12px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(205, 255, 113, 0.18);
}

.hud-spectrum i {
  width: 1px;
  height: 4px;
  display: block;
  background: rgba(202, 255, 96, 0.4);
}

.hud-spectrum i:nth-child(2),
.hud-spectrum i:nth-child(7) { height: 7px; }
.hud-spectrum i:nth-child(3),
.hud-spectrum i:nth-child(6) { height: 10px; }
.hud-spectrum i:nth-child(4),
.hud-spectrum i:nth-child(5) { height: 12px; box-shadow: 0 0 5px #adff31; }

.hud-readout {
  position: absolute;
  right: 9%;
  bottom: 5.3%;
  color: rgba(218, 255, 148, 0.48);
}

.hud-readout b {
  color: rgba(226, 255, 166, 0.82);
  font-weight: 500;
}

.reactor-loading {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 9%;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(218, 255, 149, 0.62);
  background: rgba(6, 16, 4, 0.62);
  border: 1px solid rgba(174, 255, 53, 0.16);
  border-radius: 999px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transform: translateX(-50%);
  transition: opacity 250ms ease;
}

.reactor-loading span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b7ff39;
  box-shadow: 0 0 10px #b7ff39;
  animation: status-pulse 900ms ease-in-out infinite;
}

.reactor-shell.reactor-ready .reactor-loading {
  opacity: 0;
}

.reactor-stage .material-label {
  z-index: 8;
  right: 16px;
  bottom: 7px;
  color: #b7df68;
  background: rgba(5, 14, 4, 0.8);
  border-color: rgba(179, 255, 55, 0.2);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.reactor-stage .material-dot {
  background: #b6ff32;
  box-shadow: 0 0 0 3px rgba(165, 255, 23, 0.12), 0 0 12px rgba(165, 255, 23, 0.7);
}

.plastic-apple {
  width: 100%;
  height: auto;
  overflow: visible;
  animation: apple-float 6s ease-in-out infinite;
  transform-origin: center 65%;
}

.apple-shine {
  animation: shine-breathe 4s ease-in-out infinite;
}

.apple-bubbles circle:nth-child(1) {
  animation: bubble-one 5s ease-in-out infinite;
}

.apple-bubbles circle:nth-child(2) {
  animation: bubble-two 6s ease-in-out infinite;
}

.radiation-mark {
  transform-box: fill-box;
  transform-origin: center;
  animation: slow-orbit 30s linear infinite reverse;
}

.material-label {
  position: absolute;
  right: -22px;
  bottom: 38px;
  padding: 8px 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #3d570f;
  background: rgba(250, 255, 242, 0.88);
  border: 1px solid rgba(102, 143, 37, 0.2);
  border-radius: 999px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(14px);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.material-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8ed400;
  box-shadow: 0 0 0 3px rgba(142, 212, 0, 0.2), 0 0 12px rgba(142, 212, 0, 0.55);
}

.hero-copy {
  width: min(780px, 100%);
  margin-top: -4px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: #5c8d0b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(54px, 8vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 700;
}

.hero-lede {
  max-width: 670px;
  margin: 16px auto 0;
  color: #3a3a3c;
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.34;
  letter-spacing: -0.028em;
  font-weight: 500;
}

.event-time {
  margin: 18px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 17px;
  line-height: 1.4;
}

.event-time strong {
  font-weight: 600;
}

.event-time span {
  color: var(--muted);
}

.hero-actions {
  position: relative;
  min-height: 94px;
  margin: 12px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.button {
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 230ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.button:focus-visible,
.dialog-close:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(105, 164, 13, 0.34);
  outline-offset: 3px;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.button-primary:hover {
  background: var(--blue-hover);
  border-color: var(--blue-hover);
}

.button-secondary {
  color: var(--blue);
  background: var(--white);
  border-color: var(--blue);
}

.button-secondary:hover,
.button-secondary.is-caught {
  color: var(--white);
  background: var(--blue);
}

.action-note {
  min-height: 18px;
  margin: -14px 0 0;
  color: #86868b;
  font-size: 12px;
}

.scroll-cue {
  position: absolute;
  bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #86868b;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.scroll-arrow {
  font-size: 18px;
  animation: arrow-nudge 2s ease-in-out infinite;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.countdown-section {
  position: relative;
  padding: 86px 0;
  background: var(--surface);
  overflow: hidden;
}

.countdown-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 9px;
  background: repeating-linear-gradient(135deg, #202416 0 13px, var(--hazard) 13px 26px);
}

.countdown-section::after {
  content: "☢";
  position: absolute;
  right: max(18px, calc((100% - 1080px) / 2));
  bottom: -92px;
  color: rgba(79, 112, 18, 0.055);
  font-size: 260px;
  line-height: 1;
  pointer-events: none;
}

.countdown-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
}

.section-heading h2,
.invitation-copy h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.section-heading > p:last-child,
.invitation-copy > p:last-child {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

.dark-eyebrow {
  color: var(--muted);
}

.compact-heading h2 {
  max-width: 540px;
  font-size: clamp(34px, 4vw, 50px);
}

.countdown {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: clamp(5px, 1.2vw, 14px);
  font-variant-numeric: tabular-nums;
}

.countdown-unit {
  min-width: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-unit strong,
.countdown-divider {
  font-size: clamp(36px, 5.3vw, 64px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.countdown-unit strong {
  color: #243704;
  text-shadow: 0 0 28px rgba(153, 224, 38, 0.18);
}

.countdown-unit span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
}

.countdown-divider {
  color: #b0b0b5;
}

.rumors-section {
  padding: 118px 0 128px;
  background-image:
    linear-gradient(rgba(76, 105, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 105, 24, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
}

.centered-heading {
  max-width: 800px;
  margin: 0 auto 58px;
  text-align: center;
}

.centered-heading > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.product-card {
  position: relative;
  min-height: 560px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(145deg, #f7f9f3, #edf3e7);
  border: 1px solid rgba(77, 111, 22, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 20px 55px rgba(45, 71, 12, 0.06);
}

.product-card:nth-child(1),
.product-card:nth-child(2),
.product-card:nth-child(3),
.product-card:nth-child(4) {
  grid-column: span 6;
}

.classification {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 24px;
  color: #6d7b5f;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.product-art {
  position: relative;
  flex: 1;
  min-height: 280px;
  display: grid;
  place-items: center;
}

.product-copy {
  position: relative;
  z-index: 2;
}

.product-overline {
  margin: 0 0 8px;
  color: #557d11;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.product-copy h3 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.product-copy > p:not(.product-overline) {
  max-width: 520px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.fake-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 15px;
}

.isotope-badge {
  position: absolute;
  z-index: 5;
  bottom: 14px;
  left: 50%;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #334d08;
  background: rgba(250, 255, 241, 0.9);
  border: 1px solid rgba(89, 128, 28, 0.22);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(60, 93, 13, 0.09);
  backdrop-filter: blur(8px);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.isotope-badge b {
  color: #628e13;
  font-size: 14px;
  line-height: 1;
}

.phone-body {
  position: relative;
  width: 170px;
  height: 320px;
  border: 8px solid #d8ded0;
  border-radius: 43px;
  background: linear-gradient(145deg, #eff8e8 0%, #cce99e 53%, #f6f4d8 100%);
  box-shadow:
    0 28px 40px rgba(51, 75, 20, 0.16),
    0 0 28px rgba(150, 235, 31, 0.1),
    inset 0 0 0 2px rgba(255, 255, 255, 0.9);
}

.twin-phone-art .phone-body {
  position: absolute;
}

.phone-max {
  width: 164px;
  height: 314px;
  transform: translate(-48px, -3px) rotate(-7deg);
}

.phone-pro {
  width: 150px;
  height: 286px;
  transform: translate(63px, 25px) rotate(8deg);
}

.camera {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 5px solid #c5cad3;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 38%, #6788a4 0 9%, #1a2d42 15% 45%, #0a1017 47% 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.camera-one { top: 22px; left: 22px; }
.camera-two { top: 22px; right: 22px; }
.camera-three { top: 72px; left: 47px; }

.product-reactor {
  position: absolute;
  z-index: 4;
  width: 58px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #dffaff;
  background: transparent;
}

.product-reactor::before,
.product-reactor::after {
  display: none;
}

.product-reactor svg {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  overflow: visible;
  filter:
    drop-shadow(0 0 2px #ffffff)
    drop-shadow(0 0 7px #38d8ff)
    drop-shadow(0 0 16px rgba(0, 128, 255, 0.98))
    drop-shadow(0 0 28px rgba(0, 91, 255, 0.62));
  animation: blue-logo-pulse 2.7s ease-in-out infinite;
}

.phone-reactor {
  left: 50%;
  top: 61%;
  transform: translate(-50%, -50%);
}

.phone-pro .phone-reactor {
  width: 52px;
}

.phone-pro .phone-reactor svg {
  width: 44px;
  height: 44px;
}

.ultra-art {
  min-height: 310px;
}

.foldable-phone {
  position: relative;
  width: 310px;
  height: 242px;
  display: flex;
  filter: drop-shadow(0 24px 24px rgba(28, 50, 8, 0.18));
  transform: perspective(850px) rotateX(8deg) rotateZ(-4deg);
}

.fold-panel {
  position: relative;
  width: 152px;
  height: 242px;
  overflow: hidden;
  border: 6px solid #cbd2c4;
  background: #10170c;
}

.fold-left {
  border-radius: 30px 5px 5px 30px;
  background: linear-gradient(145deg, #dae9c9, #a9d86a);
}

.fold-right {
  display: grid;
  place-items: center;
  border-radius: 5px 30px 30px 5px;
  background: radial-gradient(circle at center, #a9ec30 0 7%, #263d08 8% 11%, #0d120b 12% 100%);
}

.fold-right b {
  z-index: 2;
  color: #b3f13b;
  font-size: 52px;
  text-shadow: 0 0 18px rgba(174, 249, 44, 0.7);
}

.ultra-reactor {
  left: 55%;
  top: 67%;
  width: 50px;
  transform: translate(-50%, -50%);
}

.ultra-reactor svg {
  width: 43px;
  height: 43px;
}

.fold-hinge {
  position: relative;
  z-index: 3;
  width: 9px;
  height: 225px;
  margin: 8px -3px 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #72776d, #e7e9e3 46%, #777c72);
}

.ultra-camera {
  position: absolute;
  width: 43px;
  height: 43px;
  top: 22px;
  left: 24px;
  border: 5px solid #bac5ad;
  border-radius: 50%;
  background: radial-gradient(circle, #223213 0 19%, #071006 23% 56%, #728d53 58% 100%);
}

.ultra-camera.second {
  top: 73px;
}

.reactor-orbit {
  position: absolute;
  width: 112px;
  height: 52px;
  border: 1px solid rgba(184, 255, 60, 0.55);
  border-radius: 50%;
}

.orbit-one { transform: rotate(28deg); }
.orbit-two { transform: rotate(-28deg); }

.watch-art {
  grid-template-rows: 1fr auto 1fr;
}

.watch-strap {
  width: 112px;
  height: 82px;
  background: #c7d6a9;
  border: 1px solid #adbf8c;
}

.top-strap {
  align-self: end;
  border-radius: 34px 34px 11px 11px;
}

.bottom-strap {
  align-self: start;
  border-radius: 11px 11px 34px 34px;
}

.watch-face {
  position: relative;
  z-index: 2;
  width: 174px;
  height: 198px;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #f4f4f6;
  background: #111216;
  border: 8px solid #cfd5c8;
  border-radius: 48px;
  box-shadow: 0 24px 38px rgba(0, 0, 0, 0.18);
  transform: rotate(4deg);
}

.watch-face::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 36px;
  right: -15px;
  top: 50px;
  border-radius: 0 6px 6px 0;
  background: #aab3a0;
}

.watch-time {
  font-size: 37px;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.watch-status {
  color: #b9f347;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  line-height: 1.25;
}

.pods-art {
  min-height: 320px;
}

.pods-case {
  position: absolute;
  z-index: 1;
  width: 210px;
  height: 155px;
  top: 68px;
  display: grid;
  place-items: center;
  border: 2px solid #d4dacd;
  border-radius: 46px;
  background: linear-gradient(145deg, #ffffff, #e8eee1);
  box-shadow: 0 22px 42px rgba(44, 68, 15, 0.13), inset 0 2px 0 #fff;
}

.pods-case::before {
  content: "";
  position: absolute;
  inset: 45% 5px auto;
  height: 1px;
  background: #d3d9cc;
}

.compact-reactor {
  position: relative;
  width: 50px;
}

.compact-reactor svg {
  width: 42px;
  height: 42px;
}

.pod {
  z-index: 3;
  position: absolute;
  width: 88px;
  height: 154px;
  border-radius: 47px 47px 40px 40px;
  background: linear-gradient(120deg, #ffffff 0%, #f0f1f4 58%, #d9dce1 100%);
  box-shadow: 0 20px 35px rgba(30, 40, 60, 0.13);
}

.pod::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 88px;
  bottom: -52px;
  right: 3px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(90deg, #eef0f3, #fff);
}

.pod span {
  position: absolute;
  width: 42px;
  height: 25px;
  top: 21px;
  left: 11px;
  border-radius: 50%;
  background: #31343a;
  transform: rotate(-18deg);
}

.pod-left {
  transform: translate(-62px, -12px) rotate(-14deg);
}

.pod-right {
  transform: translate(65px, 8px) scaleX(-1) rotate(-8deg);
}

.sound-ring {
  z-index: 0;
  position: absolute;
  width: 250px;
  aspect-ratio: 1;
  border: 1px solid rgba(97, 147, 12, 0.22);
  border-radius: 50%;
}

.ring-two {
  width: 330px;
  border-color: rgba(210, 196, 25, 0.18);
}

.invitation-section {
  padding: 120px 0;
  background: var(--surface);
}

.invitation-section .section-shell {
  position: relative;
}

.invitation-section .section-shell::before {
  content: "UNCLASSIFIED / CONSUMER ENERGY PROGRAM";
  position: absolute;
  top: -80px;
  right: 0;
  color: #78836d;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.invitation-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 68px 88px;
  align-items: start;
}

.invitation-copy h2 {
  max-width: 600px;
}

.event-details {
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.event-details div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.event-details dt {
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.event-details dd {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.event-details dd span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.schedule-card {
  grid-column: 1 / -1;
  overflow: hidden;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.055);
  border-top: 5px solid var(--nuke);
}

.schedule-header {
  padding: 27px 32px 22px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #e6e6e9;
}

.schedule-header h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.schedule-header span {
  color: var(--muted);
  font-size: 12px;
}

.schedule-list {
  margin: 0;
  padding: 4px 32px 9px;
  list-style: none;
}

.schedule-list li {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  border-bottom: 1px solid #e6e6e9;
}

.schedule-list li:last-child {
  border-bottom: 0;
}

.schedule-list time {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  font-weight: 600;
}

.schedule-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.schedule-list strong {
  font-size: 16px;
}

.schedule-list span {
  color: var(--muted);
  text-align: right;
  font-size: 14px;
}

.faq-section {
  padding: 120px 0;
}

.faq-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 44px 25px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 50%;
  color: var(--muted);
  font-size: 24px;
  font-weight: 300;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
  max-width: 640px;
  margin: -6px 48px 24px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.site-footer {
  padding: 82px 0 34px;
  color: #6e6e73;
  background: var(--surface);
  font-size: 12px;
  border-top: 9px solid transparent;
  border-image: repeating-linear-gradient(135deg, #202416 0 13px, var(--hazard) 13px 26px) 9;
}

.footer-shell {
  width: min(1080px, calc(100% - 44px));
  margin: 0 auto;
}

.legal-section {
  margin-bottom: 66px;
}

.legal-kicker {
  margin: 0 0 10px;
  color: #587615;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.legal-section > h2 {
  max-width: 720px;
  margin: 0 0 38px;
  color: var(--ink);
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.legal-card {
  min-height: 200px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(69, 103, 14, 0.13);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(42, 67, 8, 0.05);
}

.legal-card span {
  color: #718060;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-card h3 {
  margin: 6px 0 0;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.legal-card > p {
  margin: 38px 0 0;
  color: #29370d;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.legal-fine-print {
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.legal-fine-print p {
  margin: 0 0 14px;
  color: #747b6d;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  line-height: 1.65;
  letter-spacing: 0.015em;
  text-align: justify;
}

.fan-note {
  margin: 0;
  padding-top: 18px;
  color: #86868b;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
  border-top: 1px solid var(--line);
}

.rsvp-dialog {
  width: min(520px, calc(100% - 32px));
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 28px;
  overflow: visible;
}

.rsvp-dialog::backdrop {
  background: rgba(15, 15, 18, 0.34);
  backdrop-filter: blur(12px);
}

.rsvp-dialog[open] {
  animation: dialog-in 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.rsvp-form {
  position: relative;
  padding: 42px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.rsvp-form h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.dialog-intro {
  margin: 14px 0 26px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.rsvp-form label {
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 600;
}

.rsvp-form input,
.rsvp-form select {
  width: 100%;
  min-height: 48px;
  margin: 0 0 20px;
  padding: 11px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #b8b8bd;
  border-radius: 12px;
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #6e6e73;
  background: #ececef;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.dialog-submit {
  width: 100%;
  margin-top: 2px;
}

.rsvp-form small {
  margin-top: 13px;
  color: #86868b;
  text-align: center;
  line-height: 1.4;
}

.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 28px;
  max-width: min(520px, calc(100% - 30px));
  padding: 13px 18px;
  color: var(--white);
  background: rgba(29, 29, 31, 0.92);
  border-radius: 999px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 200ms ease, transform 200ms ease;
  font-size: 14px;
  text-align: center;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.confetti-layer {
  position: fixed;
  z-index: 110;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.confetti {
  position: absolute;
  top: -20px;
  width: 8px;
  height: 15px;
  border-radius: 2px;
  animation: confetti-fall var(--fall-time, 2.8s) cubic-bezier(0.2, 0.55, 0.4, 1) forwards;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes apple-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes shine-breathe {
  0%, 100% { opacity: 0.55; transform: rotate(29deg) translateX(0); }
  50% { opacity: 0.78; transform: rotate(29deg) translateX(8px); }
}

@keyframes bubble-one {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes bubble-two {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(4px, -8px); }
}

@keyframes arrow-nudge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

@keyframes slow-orbit {
  to { transform: rotate(360deg); }
}

@keyframes status-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes blue-logo-pulse {
  0%, 100% {
    opacity: 0.86;
    filter:
      drop-shadow(0 0 2px #ffffff)
      drop-shadow(0 0 7px #38d8ff)
      drop-shadow(0 0 16px rgba(0, 128, 255, 0.88))
      drop-shadow(0 0 26px rgba(0, 91, 255, 0.52));
  }
  50% {
    opacity: 1;
    filter:
      drop-shadow(0 0 3px #ffffff)
      drop-shadow(0 0 11px #55e1ff)
      drop-shadow(0 0 22px rgba(0, 128, 255, 1))
      drop-shadow(0 0 36px rgba(0, 91, 255, 0.72));
  }
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(14px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes confetti-fall {
  0% { transform: translate3d(0, -5vh, 0) rotate(0); opacity: 1; }
  100% { transform: translate3d(var(--drift, 0), 108vh, 0) rotate(var(--spin, 720deg)); opacity: 0.2; }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 36px, 680px);
  }

  .hero {
    min-height: 850px;
  }

  .countdown-shell,
  .invitation-grid,
  .faq-shell {
    grid-template-columns: 1fr;
  }

  .countdown-shell {
    gap: 42px;
  }

  .countdown {
    justify-content: flex-start;
  }

  .product-card:nth-child(1),
  .product-card:nth-child(2),
  .product-card:nth-child(3),
  .product-card:nth-child(4) {
    grid-column: 1 / -1;
  }

  .product-card {
    min-height: 560px;
  }

  .invitation-grid,
  .faq-shell {
    gap: 54px;
  }
}

@media (max-width: 620px) {
  .nav-links a:nth-child(1),
  .nav-links a:nth-child(2),
  .nav-links a:nth-child(5) {
    display: none;
  }

  .nav-links {
    max-width: 300px;
  }

  .local-nav {
    min-height: 50px;
  }

  .local-title {
    font-size: 18px;
  }

  .unofficial-pill {
    padding: 5px 8px;
    font-size: 10px;
  }

  .hero {
    min-height: 880px;
    padding-top: 30px;
  }

  .apple-stage {
    width: min(350px, 92vw);
  }

  .material-label {
    right: 0;
    bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(50px, 17vw, 72px);
  }

  .hero-lede {
    font-size: 19px;
  }

  .event-time {
    font-size: 15px;
  }

  .hero-actions {
    min-height: 112px;
    align-items: flex-start;
    padding-top: 12px;
  }

  .action-note {
    margin-top: -22px;
  }

  .countdown-section,
  .rumors-section,
  .invitation-section,
  .faq-section {
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .countdown {
    gap: 3px;
  }

  .countdown-unit {
    min-width: 52px;
  }

  .countdown-unit strong,
  .countdown-divider {
    font-size: 38px;
  }

  .product-card {
    min-height: 550px;
    padding: 31px 25px;
    border-radius: 23px;
  }

  .phone-max {
    width: 138px;
    height: 264px;
    transform: translate(-42px, -2px) rotate(-7deg);
  }

  .phone-pro {
    width: 126px;
    height: 242px;
    transform: translate(52px, 24px) rotate(8deg);
  }

  .foldable-phone {
    width: 270px;
    height: 214px;
  }

  .fold-panel {
    width: 132px;
    height: 214px;
  }

  .fold-hinge {
    height: 198px;
  }

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

  .schedule-header,
  .schedule-list {
    padding-right: 22px;
    padding-left: 22px;
  }

  .schedule-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .schedule-list li {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .schedule-list div {
    flex-direction: column;
    gap: 5px;
  }

  .schedule-list span {
    text-align: left;
  }

  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-card {
    min-height: 170px;
  }

  .legal-fine-print p {
    text-align: left;
  }

  .rsvp-form {
    padding: 36px 24px 28px;
    border-radius: 24px;
  }

  .rsvp-form h2 {
    max-width: 280px;
    font-size: 32px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
