:root {
  --bg: #09111f;
  --bg-soft: #0f1b32;
  --panel: rgba(10, 19, 37, 0.78);
  --panel-strong: #122748;
  --line: rgba(172, 202, 255, 0.18);
  --text: #eef4ff;
  --muted: #afbdd7;
  --accent: #62d0ff;
  --accent-warm: #ffd166;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(98, 208, 255, 0.16), transparent 32%),
    radial-gradient(circle at 85% 15%, rgba(255, 209, 102, 0.14), transparent 20%),
    linear-gradient(160deg, #07101c 0%, #0b1630 52%, #09111f 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.hero,
.section {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 48px;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar-note,
.lead,
.intro-strip,
.info-card p,
.market-item p,
.location-card p,
.closing-copy {
  color: var(--muted);
}

.topbar-note {
  font-size: 0.95rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.intro-strip,
.info-card,
.market-item,
.location-card,
.closing-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero-copy {
  padding: 48px;
}

.eyebrow,
.card-label,
.location-type {
  margin: 0 0 14px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

h1,
h2,
h3,
strong {
  margin: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 18ch;
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.lead {
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 62ch;
  margin: 24px 0 0;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--accent), #98ecff);
  color: #06101d;
  font-weight: 700;
}

.button-secondary {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-card {
  padding: 28px;
  overflow: hidden;
}

.product-pills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.product-pills li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.signal-panel span {
  height: 130px;
  border-radius: 999px;
  background: linear-gradient(to top, rgba(98, 208, 255, 0.14), rgba(98, 208, 255, 0.72));
  animation: pulse 2.8s ease-in-out infinite;
}

.signal-panel span:nth-child(2) {
  animation-delay: 0.3s;
}

.signal-panel span:nth-child(3) {
  animation-delay: 0.6s;
}

.signal-panel span:nth-child(4) {
  animation-delay: 0.9s;
}

.section {
  margin-top: 28px;
  padding: 34px;
}

.intro-strip {
  padding: 24px 34px;
  font-size: 1.05rem;
  line-height: 1.75;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.card-grid,
.footprint-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.info-card,
.location-card {
  padding: 24px;
}

.info-card p,
.market-item p,
.location-card p,
.closing-copy {
  line-height: 1.7;
  margin: 0;
}

.market-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.market-item {
  padding: 22px;
}

.market-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.closing-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: end;
}

@keyframes pulse {
  0%,
  100% {
    transform: scaleY(0.72);
    opacity: 0.58;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .closing-panel,
  .market-list {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .footprint-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 12px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .section,
  .intro-strip,
  .hero-card,
  .hero-copy {
    padding: 22px;
    border-radius: 20px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .signal-panel span {
    height: 96px;
  }
}
