:root {
  --navy: #061d3c;
  --navy-deep: #03142b;
  --navy-soft: #0c315c;
  --cream: #fff6e7;
  --cream-muted: #d8deea;
  --sun: #ffba24;
  --red: #e74736;
  --turquoise: #55c8c3;
  --line: rgba(255, 246, 231, .16);
  --glass: rgba(7, 29, 58, .72);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Plus Jakarta Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(circle at 82% 15%, rgba(255, 186, 36, .08), transparent 28rem),
    linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 65%);
  font-family: var(--sans);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: repeating-linear-gradient(90deg, transparent 0 8px, rgba(255,255,255,.035) 9px);
  z-index: 10;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .8rem 1rem;
  color: var(--navy-deep);
  background: var(--sun);
  border-radius: .6rem;
  font-weight: 700;
}
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.brand { display: inline-flex; align-items: center; gap: .8rem; color: inherit; text-decoration: none; }
.brand strong { display: block; font: 700 1.25rem/1 var(--serif); }
.brand small { display: block; margin-top: .35rem; color: var(--sun); text-transform: uppercase; letter-spacing: .18em; font-size: .58rem; font-weight: 700; }
.brand-mark { width: 46px; height: 46px; position: relative; display: inline-block; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.05); }
.board { position: absolute; width: 27px; height: 13px; left: 9px; top: 14px; transform: skew(-12deg); background: linear-gradient(90deg, var(--red) 0 33%, var(--cream) 33% 66%, #2684b9 66%); border-radius: 3px; }
.wheel { position: absolute; width: 8px; height: 8px; top: 27px; border: 2px solid var(--sun); border-radius: 50%; animation: spin 4s linear infinite; }
.wheel-a { left: 10px; } .wheel-b { right: 9px; }

.status-chip { display: inline-flex; align-items: center; gap: .55rem; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 999px; padding: .55rem .85rem; color: var(--cream-muted); font-size: .74rem; font-weight: 600; }
.status-chip i, .live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 5px rgba(85,200,195,.12); animation: pulse 1.8s ease-in-out infinite; }

.hero {
  min-height: calc(100vh - 86px);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3rem, 7vh, 6rem) 0;
  position: relative;
}

.hero-glow { position: absolute; width: 30rem; height: 30rem; right: 10%; top: 20%; background: rgba(255,183,36,.08); filter: blur(90px); border-radius: 50%; pointer-events: none; }
.blueprint-grid { position: absolute; inset: 3rem -50vw 2rem 45%; opacity: .09; pointer-events: none; background-image: linear-gradient(rgba(82,197,191,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(82,197,191,.5) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent, black 25%, transparent); }
.copy-column, .visual-column { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1rem; color: var(--sun); text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 700; }
.construction-label { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.1rem; padding: .42rem .7rem; color: var(--cream); border: 1px solid rgba(255,186,36,.35); background: rgba(255,186,36,.08); border-radius: .45rem; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.construction-label span { color: var(--sun); animation: blink 1.2s step-end infinite; }
h1 { margin: 0; font: 700 clamp(3.1rem, 5.4vw, 5.4rem)/.95 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
h1 em { color: var(--sun); font-style: normal; }
.lead { max-width: 41rem; margin: 1.5rem 0; color: var(--cream-muted); font-size: clamp(1rem, 1.6vw, 1.15rem); line-height: 1.75; }
.motto { display: flex; flex-wrap: wrap; gap: .4rem .9rem; color: rgba(255,255,255,.62); font-size: .78rem; font-weight: 600; }
.motto strong { color: var(--sun); }

.progress-card { margin-top: 2rem; padding: 1rem; max-width: 34rem; border: 1px solid var(--line); background: rgba(255,255,255,.045); border-radius: 1rem; backdrop-filter: blur(10px); }
.progress-heading { display: flex; justify-content: space-between; gap: 1rem; font-size: .76rem; color: var(--cream-muted); }
.progress-value { color: var(--turquoise); font-weight: 700; }
.progress-track { height: 6px; margin: .9rem 0 .7rem; background: rgba(255,255,255,.1); border-radius: 20px; position: relative; }
.progress-track > span { display: block; width: 68%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--turquoise), var(--sun)); animation: build 2s ease-out both; }
.worker-dot { position: absolute; left: calc(68% - 5px); top: -8px; color: var(--sun); font-size: .8rem; filter: drop-shadow(0 0 7px var(--sun)); animation: work 1.3s ease-in-out infinite; }
.milestones { display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; }
.milestones .done { color: var(--cream-muted); }

.visual-column { min-width: 0; perspective: 1200px; }
.hero-art { margin: 0; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 1.8rem; background: var(--navy); box-shadow: 0 38px 90px rgba(0,0,0,.38); transform: rotateY(-2deg); animation: float 7s ease-in-out infinite; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(4,21,44,.28), transparent 34%, transparent 78%, rgba(255,183,36,.08)); pointer-events: none; }
.hero-art img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.hero-art figcaption { position: absolute; z-index: 3; left: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .6rem; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.18); background: rgba(3,20,43,.78); backdrop-filter: blur(10px); border-radius: 999px; color: var(--cream-muted); font-size: .68rem; }
.scan-line { position: absolute; z-index: 2; left: 0; right: 0; height: 1px; top: 15%; background: linear-gradient(90deg, transparent, rgba(85,200,195,.8), transparent); box-shadow: 0 0 14px var(--turquoise); animation: scan 5s ease-in-out infinite; opacity: .55; }
.spark { position: absolute; z-index: 4; width: 4px; height: 4px; background: var(--sun); border-radius: 50%; box-shadow: 0 0 10px 3px rgba(255,186,36,.7); animation: spark 2.2s ease-in-out infinite; }
.spark-1 { right: 17%; top: 45%; } .spark-2 { right: 27%; bottom: 21%; animation-delay: .8s; } .spark-3 { left: 52%; bottom: 29%; animation-delay: 1.4s; }
.floating-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: .55rem; padding: .62rem .75rem; border-radius: .7rem; background: rgba(3,20,43,.85); border: 1px solid var(--line); backdrop-filter: blur(10px); box-shadow: 0 12px 30px rgba(0,0,0,.26); font-size: .65rem; animation: bob 5s ease-in-out infinite; }
.floating-note b { color: var(--sun); font-size: .58rem; }
.note-one { left: -1rem; top: 17%; } .note-two { right: -1rem; top: 34%; animation-delay: 1.3s; } .note-three { left: 9%; bottom: -1rem; animation-delay: 2.4s; }

.promise { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 1.2rem 0 5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.promise article { display: flex; gap: 1rem; padding: 1.35rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.035); }
.promise-icon { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; color: var(--sun); border: 1px solid rgba(255,186,36,.3); border-radius: .7rem; }
.promise h2 { margin: 0 0 .45rem; font: 600 1rem/1.25 var(--serif); }
.promise p { margin: 0; color: rgba(255,255,255,.55); font-size: .74rem; line-height: 1.55; }

.quote { width: min(900px, calc(100% - 2rem)); margin: 0 auto 5rem; padding: 2.5rem clamp(1.5rem, 5vw, 4rem); text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.quote > span { position: absolute; top: .7rem; left: 50%; transform: translateX(-50%); color: rgba(255,186,36,.2); font: 700 5rem/1 var(--serif); }
.quote blockquote { margin: 0 auto 1rem; max-width: 780px; font: 600 clamp(1.2rem, 2.4vw, 1.8rem)/1.45 var(--serif); position: relative; }
.quote cite { color: var(--sun); font-style: normal; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }

footer { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 1.8rem 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); color: rgba(255,255,255,.42); font-size: .66rem; }
footer p { margin: 0; } .footer-motto { color: rgba(255,186,36,.72); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .5; box-shadow: 0 0 0 8px rgba(85,200,195,0); } }
@keyframes blink { 50% { opacity: .35; } }
@keyframes build { from { width: 0; } }
@keyframes work { 50% { transform: translateY(-3px); } }
@keyframes float { 50% { transform: rotateY(-2deg) translateY(-7px); } }
@keyframes scan { 0%,100% { top: 15%; opacity: 0; } 20%,80% { opacity: .55; } 50% { top: 82%; } }
@keyframes spark { 0%,70%,100% { opacity: 0; transform: scale(.4); } 76% { opacity: 1; transform: scale(1.4); } 83% { opacity: .45; transform: translate(5px,-8px); } }
@keyframes bob { 50% { transform: translateY(-6px); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .copy-column { max-width: 720px; }
  .visual-column { width: 100%; }
  .promise { grid-template-columns: 1fr; }
  .floating-note { display: none; }
}

@media (max-width: 560px) {
  .site-header { min-height: 74px; }
  .status-chip { width: 9px; height: 9px; padding: 0; border: 0; background: var(--turquoise); box-shadow: 0 0 0 5px rgba(85,200,195,.12); font-size: 0; }
  .status-chip i { display: none; }
  .hero { width: min(100% - 1.25rem, 1180px); min-height: auto; gap: 2.5rem; padding: 2.5rem 0 4rem; }
  .eyebrow { font-size: .61rem; line-height: 1.6; }
  h1 { font-size: clamp(2.85rem, 14vw, 4rem); }
  .lead { font-size: .94rem; line-height: 1.65; }
  .motto { flex-direction: column; gap: .25rem; }
  .progress-card { margin-top: 1.5rem; }
  .milestones { font-size: .5rem; }
  .hero-art { border-radius: 1.15rem; transform: none; animation-name: float-mobile; }
  .hero-art img { aspect-ratio: 4/3; object-position: 63% center; }
  .promise { padding-bottom: 4rem; }
  .quote { margin-bottom: 3rem; }
  footer { flex-direction: column; align-items: center; text-align: center; }
}

@keyframes float-mobile { 50% { transform: translateY(-5px); } }

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