:root {
  --background: #070908;
  --foreground: #fffaf0;
  --card: #111512;
  --card-foreground: #fffaf0;
  --primary: #ffc62f;
  --primary-foreground: #151006;
  --secondary: #20261f;
  --secondary-foreground: #fffaf0;
  --muted: #171b18;
  --muted-foreground: #aeb5ab;
  --accent: #ff6b2c;
  --accent-foreground: #fffaf0;
  --destructive: #ef4444;
  --border: rgba(255, 255, 255, 0.1);
  --input: rgba(255, 255, 255, 0.12);
  --ring: #ffc62f;
  --radius: 1rem;
}

* { box-sizing: border-box; }
html { background: var(--background); }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }

.maintenance-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 43%, rgba(255, 166, 0, 0.09), transparent 28%),
    linear-gradient(135deg, #070908 0%, #0c100d 50%, #080a09 100%);
}

.ambient-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.glow {
  position: absolute;
  z-index: -2;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .14;
  pointer-events: none;
}
.glow-one { right: -160px; top: -180px; background: #ffc62f; }
.glow-two { left: -240px; bottom: -230px; background: #ff542d; }

.site-header, .site-footer, .hero {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 25px;
  background: linear-gradient(145deg, #ffe16b, #ff9b22);
  box-shadow: 0 10px 30px rgba(255, 174, 35, .18), inset 0 1px rgba(255,255,255,.55);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: .055em; }
.brand-copy small { margin-top: 6px; color: #8e968d; font-size: 8px; font-weight: 750; letter-spacing: .18em; }

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  padding: 9px 14px;
  color: #b8bfb6;
  background: rgba(255,255,255,.035);
  font-size: 12px;
  font-weight: 650;
  backdrop-filter: blur(12px);
}
.status-dot, .panel-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffc62f;
  box-shadow: 0 0 0 5px rgba(255,198,47,.11), 0 0 16px rgba(255,198,47,.8);
  animation: pulse 1.8s ease-in-out infinite;
}

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  gap: clamp(50px, 8vw, 118px);
  align-items: center;
  padding: clamp(50px, 7vh, 92px) 0 76px;
}
.hero-copy { max-width: 650px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #ffc62f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow svg { width: 15px; height: 15px; }
h1 {
  margin: 0;
  max-width: 680px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(62px, 7.7vw, 112px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
h1 span {
  display: block;
  color: #ffc62f;
  text-shadow: 0 14px 45px rgba(255, 174, 34, .16);
}
.intro {
  max-width: 590px;
  margin: 28px 0 30px;
  color: #aeb5ab;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.timing-card {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 18px 13px 13px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 15px;
  background: rgba(255,255,255,.045);
}
.timing-card > svg {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 11px;
  color: #141006;
  background: #ffc62f;
}
.timing-card div { display: flex; flex-direction: column; gap: 3px; }
.timing-card span { color: #8d958c; font-size: 11px; }
.timing-card strong { font-size: 14px; }
.return-note { margin: 16px 0 0; color: #747c74; font-size: 12px; }

.maintenance-panel {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: linear-gradient(150deg, rgba(24,29,25,.92), rgba(11,14,12,.96));
  box-shadow: 0 32px 90px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.05);
}
.maintenance-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.025), transparent 70%);
}
.panel-topline, .progress-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panel-topline > span:first-child {
  color: #8f978e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.panel-live { display: inline-flex; align-items: center; gap: 8px; color: #bcc2ba; font-size: 10px; }
.panel-live i { display: block; width: 5px; height: 5px; box-shadow: 0 0 10px rgba(255,198,47,.75); }

.signal {
  position: relative;
  display: grid;
  place-items: center;
  height: 244px;
  margin: 12px 0 4px;
}
.signal::before, .signal::after {
  content: '';
  position: absolute;
  width: 140px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,198,47,.38), transparent);
}
.signal::after { transform: rotate(90deg); }
.signal-ring {
  position: absolute;
  border: 1px solid rgba(255,198,47,.17);
  border-radius: 50%;
}
.signal-ring-one { width: 200px; height: 200px; animation: spin 18s linear infinite; border-style: dashed; }
.signal-ring-two { width: 142px; height: 142px; border-color: rgba(255,255,255,.1); }
.tool-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255,224,117,.5);
  border-radius: 25px;
  color: #191204;
  background: linear-gradient(145deg, #ffe06a, #ffad23);
  box-shadow: 0 0 0 13px rgba(255,198,47,.055), 0 20px 55px rgba(255,151,25,.23);
  transform: rotate(-5deg);
}
.tool-core svg { width: 38px; height: 38px; stroke-width: 2.4; }
.signal-chip {
  position: absolute;
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 7px;
  color: #aeb5ac;
  background: #141815;
  font: 700 9px/1 ui-monospace, monospace;
}
.chip-one { top: 48px; right: 38px; }
.chip-two { left: 28px; bottom: 50px; }

.progress-copy { margin-top: 8px; }
.progress-copy div { display: flex; flex-direction: column; gap: 4px; }
.progress-copy span { color: #7f877f; font-size: 10px; }
.progress-copy strong { font-size: 13px; }
.progress-copy b { color: #ffc62f; font-size: 15px; }
.progress-track {
  height: 6px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255,255,255,.08);
}
.progress-track i {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff8b21, #ffc62f);
  box-shadow: 0 0 16px rgba(255,177,35,.5);
}
.check-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 7px;
  border-radius: 8px;
  color: #727a72;
  background: rgba(255,255,255,.025);
  font-size: 9px;
  white-space: nowrap;
}
.check-list li > span {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #131006;
  background: #ffc62f;
}
.check-list svg { width: 10px; height: 10px; stroke-width: 3; }
.check-list .current { color: #b2b9b1; }
.check-list .current > span { border: 1px solid rgba(255,198,47,.4); background: rgba(255,198,47,.08); }
.check-list .current i { width: 5px; height: 5px; border-radius: 50%; background: #ffc62f; }

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0 26px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: #676e67;
  font-size: 10px;
}
.site-footer div { display: flex; align-items: center; gap: 7px; }
.site-footer svg { width: 13px; height: 13px; color: #90988f; }
.site-footer p { margin: 0; }

@keyframes pulse { 50% { opacity: .55; transform: scale(.86); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 54px; padding-top: 55px; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .eyebrow, .timing-card { margin-inline: auto; }
  .maintenance-panel { width: min(460px, 100%); margin-inline: auto; }
  .site-footer { margin-top: 30px; }
}

@media (max-width: 560px) {
  .site-header, .site-footer, .hero { width: min(100% - 28px, 1180px); }
  .site-header { padding-top: 18px; }
  .brand-copy small { display: none; }
  .status-pill { padding: 8px 10px; font-size: 0; }
  .status-pill::after { content: 'Maintenance'; font-size: 10px; }
  .hero { padding-top: 42px; padding-bottom: 46px; }
  h1 { font-size: clamp(54px, 18vw, 78px); }
  .intro { margin-top: 22px; font-size: 15px; }
  .maintenance-panel { padding: 18px; border-radius: 22px; }
  .signal { height: 220px; }
  .signal-ring-one { width: 180px; height: 180px; }
  .signal-ring-two { width: 128px; height: 128px; }
  .tool-core { width: 82px; height: 82px; }
  .check-list { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; gap: 12px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
