:root {
  color-scheme: dark;
  --bg: #040405;
  --bg-soft: #08090b;
  --panel: rgba(14, 15, 18, 0.78);
  --panel-solid: #0d0e11;
  --panel-raised: #121318;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f7f7f4;
  --soft: #d8d8dd;
  --muted: #8f939d;
  --dim: #666b75;
  --water: #71bfff;
  --water-deep: #1f79cf;
  --green: #5ee39a;
  --yellow: #e5bd52;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 50% -10%, rgba(113, 191, 255, 0.14), transparent 36rem),
    radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 0.04), transparent 22rem),
    linear-gradient(180deg, #08090b 0%, var(--bg) 48%, #030304 100%);
  background-size:
    72px 72px,
    72px 72px,
    auto,
    auto,
    auto;
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: radial-gradient(circle at 50% 20%, transparent, rgba(0, 0, 0, 0.86) 74%);
  content: "";
}

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

.ambient {
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.52;
  pointer-events: none;
}

.ambient-one {
  top: -160px;
  left: 50%;
  width: 440px;
  height: 440px;
  transform: translateX(-50%);
  background: rgba(113, 191, 255, 0.2);
}

.ambient-two {
  right: -180px;
  bottom: 10%;
  width: 380px;
  height: 380px;
  background: rgba(94, 227, 154, 0.09);
}

.site-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 18px 0;
  backdrop-filter: blur(26px);
}

.brand,
.nav-links,
.portal-link,
.hero-proof,
.signature-strip,
.preview-top,
.asset-row,
.console-head,
.console-footer,
.brand-section,
.contract-top,
.delivery-manifest,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    #0d0e10;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.32);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 14px;
  letter-spacing: -0.02em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 11px;
}

.nav-links {
  gap: 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.nav-links a,
.site-footer a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.site-footer a:hover {
  color: #fff;
}

.portal-link,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.portal-link {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.portal-link:hover,
.secondary-action:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.075);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 56px;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 54px 0 84px;
}

.hero-copy {
  display: grid;
  justify-items: start;
}

.eyebrow,
.section-kicker {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(94, 227, 154, 0.1);
}

.hero h1,
.section-heading h2,
.brand-copy h2,
.dropoff-copy h2 {
  margin: 0;
  color: #fff;
  letter-spacing: -0.075em;
}

.hero h1 {
  max-width: 770px;
  font-size: clamp(58px, 8.4vw, 112px);
  line-height: 0.86;
}

.hero-lede {
  max-width: 655px;
  margin: 30px 0 0;
  color: var(--soft);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  letter-spacing: -0.018em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.primary-action,
.secondary-action {
  min-height: 48px;
  padding: 0 21px;
}

.primary-action {
  background: #f7f7f4;
  color: #050506;
  box-shadow:
    0 20px 46px rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.primary-action:hover {
  transform: translateY(-1px);
  background: #fff;
}

.secondary-action {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  color: #f4f4f5;
}

.hero-proof {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-proof span,
.signature-strip span,
.dropoff-points span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--soft);
  font-size: 12px;
  font-weight: 720;
}

.hero-proof span {
  padding: 8px 11px;
}

.hero-console,
.platform-grid article,
.brand-section,
.dropoff-section,
.site-footer {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)),
    var(--panel);
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
}

.hero-console {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 18px;
}

.hero-console::before {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 10%, rgba(113, 191, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 30%);
  content: "";
}

.hero-console > * {
  position: relative;
}

.console-chrome {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
  padding: 2px 4px;
}

.console-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.23);
}

.console-head,
.console-footer,
.contract-top,
.delivery-manifest,
.site-footer {
  justify-content: space-between;
  gap: 18px;
}

.console-head {
  min-height: 86px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.console-head div,
.contract-top,
.delivery-manifest div,
.site-footer div {
  display: grid;
  gap: 5px;
}

.console-head small,
.console-grid span,
.contract-top span,
.contract-card dt,
.delivery-manifest span,
.site-footer span {
  color: var(--muted);
  font-size: 12px;
}

.console-head strong {
  font-size: 24px;
  letter-spacing: -0.045em;
}

.console-head i {
  border: 1px solid rgba(94, 227, 154, 0.28);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(94, 227, 154, 0.08);
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 12px 0;
}

.console-grid article {
  display: grid;
  gap: 9px;
  min-height: 102px;
  align-content: end;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.025);
}

.console-grid strong {
  font-size: 36px;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.asset-stack {
  display: grid;
  gap: 10px;
}

.asset-row {
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel-solid);
}

.asset-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--soft);
  font-size: 13px;
}

.asset-row i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(94, 227, 154, 0.08);
}

.asset-row strong {
  color: var(--muted);
  font-size: 12px;
}

.asset-row-feature {
  border-color: rgba(113, 191, 255, 0.22);
  background:
    linear-gradient(90deg, rgba(113, 191, 255, 0.1), transparent 42%),
    var(--panel-solid);
}

.asset-row-warn i {
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(229, 189, 82, 0.08);
}

.console-footer {
  margin-top: 12px;
  padding: 14px 4px 2px;
  color: var(--muted);
  font-size: 12px;
}

.console-footer b {
  color: var(--soft);
  font-weight: 720;
}

.signature-strip {
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 108px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.signature-strip span {
  flex: 1;
  padding: 12px 14px;
  text-align: center;
}

.platform-section,
.dropoff-section {
  scroll-margin-top: 100px;
}

.section-heading {
  display: grid;
  max-width: 720px;
  gap: 15px;
  margin-bottom: 22px;
}

.section-heading h2 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.93;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.platform-grid article {
  min-height: 300px;
  border-radius: 28px;
  padding: 26px;
}

.platform-grid article span {
  color: var(--water);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.platform-grid h3 {
  margin: 82px 0 14px;
  font-size: 27px;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.platform-grid p,
.brand-copy p,
.dropoff-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.brand-section {
  align-items: stretch;
  gap: 22px;
  margin: 14px 0;
  border-radius: 32px;
  padding: 34px;
}

.brand-copy {
  flex: 1.1;
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 440px;
}

.brand-copy h2 {
  max-width: 650px;
  font-size: clamp(38px, 5.5vw, 70px);
  line-height: 0.92;
}

.brand-copy p {
  max-width: 575px;
  font-size: 16px;
}

.contract-card {
  flex: 0.9;
  min-width: 330px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 0%, rgba(113, 191, 255, 0.14), transparent 16rem),
    rgba(255, 255, 255, 0.027);
}

.contract-top {
  min-height: 82px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.contract-top strong {
  font-size: 25px;
  letter-spacing: -0.05em;
}

.contract-card dl {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}

.contract-card dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.026);
}

.contract-card dd {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  font-weight: 760;
  text-align: right;
}

.dropoff-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 34px;
  overflow: hidden;
  margin: 14px 0 72px;
  border-radius: 34px;
  padding: 34px;
}

.dropoff-section::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  background:
    radial-gradient(circle at 74% 36%, rgba(113, 191, 255, 0.16), transparent 20rem),
    radial-gradient(circle at 92% 82%, rgba(255, 255, 255, 0.06), transparent 18rem);
  content: "";
}

.dropoff-copy {
  display: grid;
  align-content: center;
  min-height: 560px;
}

.dropoff-copy h2 {
  max-width: 650px;
  margin: 16px 0 20px;
  font-size: clamp(40px, 6.5vw, 78px);
  line-height: 0.9;
}

.dropoff-copy p {
  max-width: 580px;
  font-size: 16px;
}

.dropoff-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.dropoff-points span {
  padding: 10px 13px;
}

.bottle-showcase {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, #101116, #07080a);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -80px 130px rgba(0, 0, 0, 0.32);
}

.bottle-showcase::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.showcase-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  color: var(--muted);
  font-size: 12px;
}

.showcase-header strong {
  color: var(--soft);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bottle-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
}

.bottle-stage::before,
.bottle-stage::after {
  position: absolute;
  border-radius: 999px;
  content: "";
}

.bottle-stage::before {
  width: 320px;
  height: 320px;
  border: 1px solid rgba(113, 191, 255, 0.11);
  background: radial-gradient(circle, rgba(113, 191, 255, 0.12), transparent 68%);
}

.bottle-stage::after {
  bottom: 16px;
  width: 240px;
  height: 32px;
  background: rgba(0, 0, 0, 0.46);
  filter: blur(12px);
}

.bottle-shadow {
  position: absolute;
  width: 194px;
  height: 380px;
  border-radius: 60px;
  background: linear-gradient(180deg, rgba(113, 191, 255, 0.13), transparent 72%);
  filter: blur(28px);
}

.premium-bottle {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  transform: rotate(-2deg);
  filter:
    drop-shadow(0 32px 56px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 40px rgba(113, 191, 255, 0.08));
}

.bottle-cap {
  position: relative;
  width: 64px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 0;
  border-radius: 14px 14px 5px 5px;
  background:
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0 2px, transparent 2px 6px),
    linear-gradient(180deg, #f5f5f1, #8f96a2);
}

.bottle-neck {
  width: 48px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 0;
  border-radius: 16px 16px 4px 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.18)),
    rgba(255, 255, 255, 0.035);
}

.bottle-shoulder {
  width: 144px;
  height: 38px;
  margin-top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 0;
  border-radius: 58px 58px 8px 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.035) 42%, rgba(255, 255, 255, 0.14)),
    rgba(255, 255, 255, 0.035);
}

.bottle-body {
  position: relative;
  width: 184px;
  height: 292px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 45px 45px 36px 36px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.045) 33%, rgba(255, 255, 255, 0.17)),
    rgba(255, 255, 255, 0.04);
}

.water-fill {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 66%;
  background:
    linear-gradient(180deg, rgba(196, 232, 255, 0.9), rgba(113, 191, 255, 0.65) 22%, rgba(31, 121, 207, 0.72)),
    var(--water);
}

.water-fill::before {
  position: absolute;
  top: -13px;
  left: -8%;
  width: 116%;
  height: 26px;
  border-radius: 50%;
  background: rgba(214, 239, 255, 0.9);
  content: "";
}

.glass-highlight {
  position: absolute;
  inset: 22px auto 24px 24px;
  width: 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 66%);
  opacity: 0.76;
}

.bottle-label {
  position: absolute;
  top: 112px;
  left: 50%;
  display: grid;
  width: 128px;
  min-height: 86px;
  place-items: center;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(4, 4, 5, 0.78);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.bottle-label small,
.bottle-label span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bottle-label strong {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.delivery-manifest {
  margin: 0 24px 24px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(4, 4, 5, 0.54);
}

.delivery-manifest strong {
  color: var(--soft);
  font-size: 14px;
}

.delivery-manifest b {
  border: 1px solid rgba(113, 191, 255, 0.24);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(113, 191, 255, 0.08);
  color: var(--water);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.site-footer {
  margin-bottom: 42px;
  border-radius: 26px;
  padding: 22px 24px;
}

.site-footer strong {
  font-size: 14px;
}

.site-footer a {
  color: var(--soft);
  font-size: 13px;
  font-weight: 760;
}

@media (max-width: 940px) {
  .site-shell {
    width: min(100% - 24px, 1180px);
  }

  .site-nav {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .platform-grid,
  .brand-section,
  .dropoff-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 34px;
    padding: 54px 0 64px;
  }

  .hero-console {
    width: 100%;
  }

  .signature-strip {
    flex-wrap: wrap;
    border-radius: 28px;
    margin-bottom: 72px;
  }

  .signature-strip span {
    min-width: calc(50% - 8px);
  }

  .brand-copy,
  .dropoff-copy,
  .bottle-showcase {
    min-height: auto;
  }

  .dropoff-copy {
    padding: 10px 0 0;
  }

  .bottle-showcase {
    min-height: 520px;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(100% - 18px, 1180px);
  }

  .brand-copy small {
    display: none;
  }

  .portal-link {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: clamp(52px, 16vw, 74px);
    letter-spacing: -0.065em;
  }

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

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

  .signature-strip span {
    min-width: 100%;
  }

  .brand-section,
  .dropoff-section {
    padding: 22px;
    border-radius: 26px;
  }

  .contract-card {
    min-width: 0;
  }

  .contract-card dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 13px 14px;
  }

  .contract-card dd {
    text-align: left;
  }

  .premium-bottle {
    transform: scale(0.92) rotate(-2deg);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
