/* --- Variables & Core Settings --- */
:root {
  --bg: #000000;
  --bg-soft: #000000;
  --panel: rgba(255, 255, 255, 0.03);
  --panel-strong: rgba(255, 255, 255, 0.05);
  --panel-border: 1px solid rgba(255, 255, 255, 0.08);
  --text: #ffffff;
  --muted: #bdbdbd;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #00ff00;
  --gold-strong: #00ff00;
  --accent: #00ff00;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius-xl: 8px;
  --radius-lg: 6px;
  --radius-md: 4px;
  --max: 1180px;
  --section-padding: 34px 0 72px;
  --grid-gap: 1.4rem;
  --card-padding: 1.5rem;
  --card-padding-lg: 2rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  color: var(--text);
  overflow-x: clip;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1px, transparent 1.2px), #000000;
  background-size: 16px 16px, auto;
  background-position: 0 0, 0 0;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

/* --- Layout Shell & Background Blobs --- */
.page-shell {
  position: relative;
  overflow: hidden;
  overflow-x: clip;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.page-shell::before {
  top: -8rem;
  right: -10rem;
  background: rgba(255, 255, 255, 0.02);
}

.page-shell::after {
  bottom: 10rem;
  left: -14rem;
  background: rgba(255, 255, 255, 0.015);
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* --- Navigation --- */
.topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 10px;
  z-index: 1001;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 14px 18px;
  padding-right: 11.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-xl);
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #00ff00;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.brand-meta {
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-left: 0.9rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem 1.25rem;
  font-size: 0.95rem;
  color: var(--muted);
  margin-left: auto;
  margin-right: 3rem;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-cta {
  display: none;
}

.top-actions {
  position: fixed;
  top: 8px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  z-index: 1002;
  pointer-events: auto;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: #000000;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 auto;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

/* --- Hero Section --- */
.hero {
  padding: 24px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  position: relative;
}

.hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  max-width: 100%;
  padding: calc(1.4rem + 30px) 0 0 0;
}

.hero-bottom {
  grid-column: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--gold-strong);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow strong {
  color: #ffffff;
  font-weight: 800;
}

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

h1 {
  margin-top: 1.45rem;
  font-size: clamp(2.4rem, 6vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  max-width: 11ch;
  font-weight: 700;
  text-transform: uppercase;
  color: #00ff00;
}

.hero-title {
  max-width: 11ch;
}

.hero-title .nowrap {
  white-space: nowrap;
}

h2, h3 {
  color: #ffffff;
}

.hero-copy p {
  margin-top: 1.2rem;
  max-width: 60ch;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--muted);
}

/* --- Proof & Detail Pills --- */
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.proof-pill,
.detail-pill {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.proof-pill {
  padding: 0.95rem 1rem;
  border-radius: var(--radius-lg);
}

.proof-pill strong {
  display: block;
  color: #00ff00;
  font-size: 1.35rem;
  line-height: 1;
}

.proof-pill span {
  display: block;
  margin-top: 0.35rem;
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-detail-row {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.8rem;
  color: #00ff00;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.detail-pill::after {
  content: "•";
  margin-left: 0.4rem;
}

.detail-pill:last-child::after {
  content: "";
  margin-left: 0;
}

/* --- Buttons --- */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.4rem;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #00ff00;
  color: #000000;
  box-shadow: none;
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  transform: translateY(-100%);
  transition: transform 220ms ease;
}

.btn-primary:hover::before,
.btn-primary:focus-visible::before {
  transform: translateY(100%);
}

.btn-nav {
  min-height: 42px;
  padding: 0.7rem 1rem;
  font-size: 0.88rem;
}

.btn-label {
  position: relative;
  z-index: 1;
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: #000000;
  color: var(--text);
}

/* --- Content Modules & Cards --- */
.microproof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.microproof div {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  color: var(--text);
}

.microproof span {
  display: block;
  margin-top: 0.28rem;
  color: var(--muted);
  font-size: 0.82rem;
}

/* --- Hero Media --- */
.hero-media {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -96px;
  padding-top: 0;
}

.hero-card {
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-height: 620px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #000000;
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.97) 10%, rgba(0, 0, 0, 0.82) 20%, rgba(0, 0, 0, 0.38) 32%, rgba(0, 0, 0, 0.05) 46%);
  z-index: 1;
  pointer-events: none;
}

.hero-card img {
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center center;
}

.hero-note {
  position: absolute;
  right: max(0.25rem, calc((100vw - var(--max)) / 2 - 1rem));
  bottom: 1.2rem;
  z-index: 2;
  max-width: 18rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-note strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.hero-note p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}

/* --- Sections & Headers --- */
section {
  padding: var(--section-padding);
}

.section-head {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.section-head h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.section-head h2,
.cta-panel h2,
.card h3,
.step-card h3 {
  color: #ffffff;
}

.compact-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
}

.section-head--flush {
  margin-bottom: 0;
}

.section-head p {
  margin-top: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

/* --- Grids & Generic Cards --- */
.value-grid,
.three-col,
.spec-grid,
.cta-grid {
  display: grid;
  gap: 1.2rem;
}

.value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: var(--card-padding);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
}

.card h3 {
  font-size: 1.18rem;
  margin-bottom: 0.7rem;
}

.card p {
  color: var(--muted);
  line-height: 1.65;
}

.card strong.kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--gold-strong);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.card--large {
  padding: var(--card-padding-lg);
}

/* --- Story & Feature Layouts --- */
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: var(--grid-gap);
  align-items: stretch;
}

.media-card {
  overflow: hidden;
  min-height: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.media-card img,
.media-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* --- Steps & Process --- */
.step-card {
  position: relative;
  padding-top: 4rem;
}

.step-num {
  position: absolute;
  top: 1.35rem;
  left: 1.35rem;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  display: grid;
  place-items: center;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--gold-strong);
  font-weight: 700;
}

.how-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: var(--grid-gap);
  align-items: stretch;
}

.how-image-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: #000000;
  box-shadow: var(--shadow);
}

.how-image-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.how-copy-card {
  padding: var(--card-padding-lg);
}

.how-steps {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.how-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.how-step-num {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  display: grid;
  place-items: center;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--gold-strong);
  font-weight: 800;
}

.how-step p {
  margin-top: 0.35rem;
}

/* --- Why & Placeholder Layouts --- */
.why-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: var(--grid-gap);
  align-items: stretch;
}

.why-image-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: #000000;
  box-shadow: var(--shadow);
}

.why-image-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.why-copy-stack {
  display: grid;
  gap: 0.55rem;
}

.why-placeholder-card {
  padding: 0.8rem 0.9rem 0.85rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.why-placeholder-card strong.kicker {
  display: inline-block;
  margin-bottom: 0.28rem;
  color: var(--gold-strong);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.why-placeholder-card h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  line-height: 1.2;
}

.why-placeholder-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.38;
  font-size: 0.92rem;
}

/* --- Specs & Pricing --- */
.spec-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 1rem 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.spec-table th {
  width: 34%;
  color: var(--gold-strong);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-table td {
  color: var(--text);
}

.pricing-stack {
  display: grid;
  gap: 0.9rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.price-row strong {
  font-size: 1.35rem;
  color: #00ff00;
}

.price-row span {
  color: var(--muted);
  text-align: right;
  line-height: 1.45;
}

/* --- Branding & Utility --- */
.branding-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
  align-items: start;
}

.branding-column {
  display: grid;
  gap: 1.2rem;
  align-content: start;
}

.branding-shot {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.branding-shot-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-height: 320px;
  background: radial-gradient(circle at top left, rgba(255, 194, 124, 0.12), transparent 35%), rgba(255, 248, 240, 0.03);
}

.branding-shot img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.branding-shot--logo .branding-shot-media {
  background: transparent;
}

.branding-shot--logo img {
  width: 80%;
  height: auto;
}

.branding-shot--fullbleed .branding-shot-media {
  padding: 0;
  align-items: flex-start;
}

.branding-shot--fullbleed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.branding-copy {
  padding: 1rem 1.1rem 1.15rem;
  border-top: 1px solid rgba(255, 241, 228, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.branding-copy strong {
  display: block;
  margin-bottom: 0.35rem;
}

.branding-copy p {
  color: var(--muted);
  line-height: 1.55;
}

/* --- Forms & CTA Panels --- */
.cta-panel {
  padding: var(--card-padding-lg);
  border-radius: var(--radius-xl);
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.cta-panel p {
  margin-top: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
}

.mini-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.mini-form a {
  justify-content: center;
}

/* --- Footer --- */
footer {
  padding: 0 0 3rem;
}

.footer-bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.92rem;
}

/* --- Media Queries --- */
@media (min-width: 981px) {
  .hero-title {
    max-width: 17ch;
  }
}

@media (max-width: 980px) {
  .nav {
    padding-right: 18px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 112px;
    right: 0;
    left: auto;
    margin-right: 0;
    width: min(210px, calc(100vw - 0.2rem));
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #000000;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    z-index: 1001;
  }

  .nav.nav-open .nav-links {
    display: flex;
  }

  .top-actions {
    top: 8px;
    right: 16px;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }

  .top-actions .btn-nav {
    min-height: 40px;
    padding: 0.65rem 0.85rem;
    font-size: 0.8rem;
  }

  .hero-grid,
  .story-grid,
  .why-layout,
  .spec-grid,
  .cta-grid,
  .how-grid {
    grid-template-columns: 1fr;
  }

  .microproof,
  .value-grid,
  .three-col,
  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .nav {
    border-radius: var(--radius-xl);
    padding: 16px;
    align-items: center;
    min-height: 76px;
  }

  .hero-copy {
    padding: 0;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    padding: 0.45rem 0.7rem;
  }

  .brand-lockup {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .brand-meta {
    font-size: 0.64rem;
    padding-left: 0;
    border-left: 0;
  }

  .microproof,
  .value-grid,
  .three-col,
  .hero-proof,
  .branding-layout {
    grid-template-columns: 1fr;
  }

  .hero-note {
    position: static;
    margin: 1rem 0 0;
    max-width: none;
  }

  h1 {
    max-width: 12ch;
  }

  .how-copy-card {
    padding: 1.3rem;
  }

  .how-image-card img {
    min-height: 360px;
  }
}