@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --brand-acid: #c8ff32;
  --brand-black: #070907;
  --brand-ink: #10130f;
  --brand-paper: #f1f3eb;
  --brand-muted: #939b8f;
  --brand-line: rgba(239, 255, 218, .15);
}

body {
  font-family: "DM Sans", Inter, sans-serif;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.public-site {
  background: var(--brand-black);
  color: var(--brand-paper);
  scrollbar-color: #39402f #090b08;
}

.public-site::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.public-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
  padding: 22px 40px;
  background: linear-gradient(180deg, rgba(5, 7, 5, .88), transparent);
}

.public-brand-lockup {
  display: block;
  align-items: center;
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  text-align: left;
  pointer-events: auto;
}

.public-brand-lockup img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.public-brand-lockup {
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(200, 255, 50, .2);
  border-radius: 13px;
  background: #080b08;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .34);
}

.public-brand-lockup {
  display: grid;
}

.public-brand-lockup > span {
  display: none;
}

.public-brand-lockup strong,
.cinematic-hero h1,
.manifesto-copy h2,
.feature-copy h2,
.brand-cta h2,
.shop-copy h1,
.premium-offer h2,
.auth-visual h2,
.auth-head h2 {
  font-family: "Space Grotesk", sans-serif;
}

.public-brand-lockup strong {
  font-size: 18px;
  letter-spacing: -.04em;
}

.public-brand-lockup small {
  color: rgba(255, 255, 255, .53);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.public-nav-actions {
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(9, 12, 9, .54);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.public-nav-link {
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  letter-spacing: .04em;
}

.public-nav-link.active,
.public-nav-link:hover {
  border-color: transparent;
  background: rgba(255, 255, 255, .1);
  color: white;
}

.public-account {
  transform: none;
}

.public-nav-cta {
  position: relative;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(200, 255, 50, .42);
  border-radius: 999px;
  background: rgba(11, 14, 10, .48);
  color: var(--brand-acid);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.public-nav-cta.premium {
  padding-left: 43px;
}

.public-nav-cta.premium::before {
  content: "P";
  position: absolute;
  left: 13px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-acid);
  color: #0b0e09;
  font-size: 9px;
  font-weight: 900;
}

.public-nav-cta:hover {
  background: var(--brand-acid);
  color: #0b0e09;
}

.public-page {
  width: 100%;
  margin: 0;
  padding: 0;
}

.home-page {
  display: block;
}

.cinematic-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-video,
.hero-grade,
.hero-grain {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
  background: #0a0d09;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.25s ease, transform 8s linear;
}

.hero-video.active {
  opacity: 1;
  transform: scale(1);
}

.hero-grade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4, 6, 4, .9) 0%, rgba(4, 6, 4, .55) 42%, rgba(4, 6, 4, .1) 72%),
    linear-gradient(180deg, rgba(4, 6, 4, .45) 0%, transparent 32%, rgba(4, 6, 4, .3) 70%, rgba(4, 6, 4, .92) 100%);
}

.hero-grain {
  z-index: 3;
  opacity: .2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.hero-content {
  width: min(1320px, calc(100% - 80px));
  margin: 30px auto 0;
}

.hero-edition {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, .68);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
}

.hero-edition span:first-child {
  color: var(--brand-acid);
}

.hero-edition i {
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, .35);
}

.cinematic-hero h1 {
  max-width: 850px;
  margin: 0;
  color: white;
  font-size: clamp(72px, 9.1vw, 142px);
  font-weight: 600;
  line-height: .82;
  letter-spacing: -.075em;
  text-shadow: 0 20px 80px rgba(0, 0, 0, .35);
}

.cinematic-hero h1 em {
  color: var(--brand-acid);
  font-style: normal;
}

.hero-content > p {
  max-width: 490px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.primary-button,
.premium-buy-button {
  border: 0;
  border-radius: 4px;
  background: var(--brand-acid);
  color: #0a0d08;
  box-shadow: 0 15px 42px rgba(170, 239, 45, .14);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.hero-cta {
  display: flex;
  min-width: 210px;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.hero-secondary {
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 4px;
  background: rgba(8, 10, 8, .28);
  color: white;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.hero-secondary:hover {
  border-color: rgba(200, 255, 50, .6);
  color: var(--brand-acid);
}

.hero-footer {
  position: absolute;
  right: 40px;
  bottom: 28px;
  left: 40px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 28px;
}

.hero-metrics {
  display: flex;
  gap: 48px;
}

.hero-metrics span {
  display: grid;
  gap: 3px;
}

.hero-metrics strong {
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}

.hero-metrics small {
  color: rgba(255, 255, 255, .42);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .14em;
}

.video-progress {
  display: flex;
  gap: 5px;
  padding-bottom: 8px;
}

.video-progress span {
  width: 36px;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .25);
}

.video-progress span.active {
  background: var(--brand-acid);
  box-shadow: 0 0 10px rgba(200, 255, 50, .6);
}

.video-toggle {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(5, 7, 5, .24);
  color: white;
  font-size: 11px;
  backdrop-filter: blur(12px);
}

.scroll-cue {
  position: absolute;
  right: 34px;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .45);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
}

.scroll-cue span {
  width: 44px;
  height: 1px;
  background: rgba(255, 255, 255, .35);
}

.manifesto-section {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 360px;
  gap: 60px;
  width: min(1320px, calc(100% - 80px));
  margin: 0 auto;
  padding: 150px 0;
}

.manifesto-index,
.section-label {
  color: var(--brand-acid);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.manifesto-copy h2,
.feature-copy h2,
.brand-cta h2 {
  margin: 14px 0 0;
  color: #f4f6ef;
  font-size: clamp(48px, 5.5vw, 82px);
  line-height: .98;
  letter-spacing: -.065em;
}

.manifesto-lead {
  max-width: 680px;
  margin: 32px 0 0;
  color: var(--brand-muted);
  font-size: 17px;
  line-height: 1.75;
}

.manifesto-stats {
  display: grid;
  align-self: end;
  border-top: 1px solid var(--brand-line);
}

.manifesto-stats article {
  display: grid;
  grid-template-columns: 115px 1fr;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--brand-line);
}

.manifesto-stats strong {
  color: #f2f5ec;
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
}

.manifesto-stats span {
  color: #7e877b;
  font-size: 11px;
  line-height: 1.45;
}

.feature-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr);
  min-height: 720px;
  border-top: 1px solid var(--brand-line);
  border-bottom: 1px solid var(--brand-line);
  background: #0b0e0a;
}

.feature-map {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-right: 1px solid var(--brand-line);
  background:
    radial-gradient(circle at 52% 51%, rgba(149, 194, 75, .14), transparent 34%),
    linear-gradient(145deg, rgba(28, 39, 27, .96), rgba(8, 12, 9, .99));
}

.feature-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .46;
  background-image: linear-gradient(rgba(235, 255, 220, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(235, 255, 220, .05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 52% 51%, black 0 48%, transparent 78%);
}

.feature-map-ui {
  position: absolute;
  top: 30px;
  right: 30px;
  left: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-demo-search {
  position: absolute;
  top: 94px;
  left: 30px;
  z-index: 4;
  display: grid;
  grid-template-columns: 24px 1fr;
  min-width: 220px;
  gap: 1px 9px;
  padding: 11px 14px;
  border: 1px solid rgba(219,255,169,.16);
  border-radius: 8px;
  background: rgba(8,12,9,.9);
  box-shadow: 0 16px 45px rgba(0,0,0,.3);
  backdrop-filter: blur(14px);
}

.feature-demo-search > span {
  grid-row: 1 / 3;
  align-self: center;
  width: 12px;
  height: 12px;
  border: 2px solid var(--brand-acid);
  border-radius: 50%;
}

.feature-demo-search > span::after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  margin: 9px 0 0 9px;
  background: var(--brand-acid);
  transform: rotate(45deg);
}

.feature-demo-search strong {
  color: white;
  font-size: 12px;
}

.feature-demo-search small {
  color: #7f897c;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-city-zone {
  position: absolute;
  top: 52%;
  left: 51%;
  z-index: 2;
  width: min(48vw, 470px);
  height: min(48vw, 470px);
  max-width: 470px;
  max-height: 470px;
  border: 1px solid rgba(189,243,63,.62);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 31%, rgba(189,243,63,.15) 31.3% 31.8%, transparent 32.1% 64%, rgba(189,243,63,.1) 64.3% 64.8%, transparent 65%),
    radial-gradient(circle, rgba(189,243,63,.09), rgba(189,243,63,.015) 66%, transparent 67%);
  box-shadow: 0 0 0 1px rgba(189,243,63,.08), 0 0 90px rgba(189,243,63,.1);
  transform: translate(-50%, -50%);
}

.feature-city-zone::before,
.feature-city-zone::after {
  content: "";
  position: absolute;
  background: rgba(189,243,63,.16);
}

.feature-city-zone::before {
  top: 50%;
  right: 8%;
  left: 8%;
  height: 1px;
}

.feature-city-zone::after {
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 1px;
}

.feature-city-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  justify-items: center;
  transform: translate(-50%, -50%);
}

.feature-city-center::before {
  content: "";
  width: 13px;
  height: 13px;
  margin-bottom: 10px;
  border: 3px solid #11160f;
  border-radius: 50%;
  background: var(--brand-acid);
  box-shadow: 0 0 0 5px rgba(189,243,63,.16), 0 0 25px rgba(189,243,63,.45);
}

.feature-city-center span {
  color: white;
  font: 700 20px "Space Grotesk", sans-serif;
  letter-spacing: .08em;
}

.feature-city-center small {
  margin-top: 3px;
  color: var(--brand-acid);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.feature-map-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.feature-map-brand img {
  width: 31px;
  height: 31px;
  padding: 5px;
  border: 1px solid rgba(200, 255, 50, .18);
  border-radius: 8px;
  background: #080b08;
  box-sizing: content-box;
}

.feature-map-brand span {
  display: grid;
}

.feature-map-brand small,
.feature-coordinate {
  color: rgba(255, 255, 255, .42);
  font: 700 7px "DM Sans", sans-serif;
  letter-spacing: .12em;
}

.feature-pin {
  position: absolute;
  z-index: 4;
  width: 18px;
  height: 18px;
  border: 3px solid #f2f6ec;
  border-radius: 50%;
  background: #ff554b;
  box-shadow: 0 0 0 5px rgba(255,85,75,.1), 0 8px 20px rgba(0,0,0,.4);
  transform: translate(-50%, -50%);
}

.feature-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: white;
}

.feature-pin.premium {
  background: var(--brand-acid);
  box-shadow: 0 0 0 5px rgba(189,243,63,.12), 0 8px 20px rgba(0,0,0,.4);
}

.feature-pin b {
  position: absolute;
  top: 24px;
  left: 50%;
  width: max-content;
  padding: 3px 5px;
  border-radius: 4px;
  background: rgba(7,10,7,.78);
  color: rgba(238,244,233,.68);
  font: 700 7px "DM Sans", sans-serif;
  letter-spacing: .04em;
  transform: translateX(-50%);
}

.pin-one { top: 34%; left: 38%; }
.pin-two { top: 29%; left: 65%; }
.pin-three { top: 51%; left: 78%; }
.pin-four { top: 67%; left: 66%; }
.pin-five { top: 74%; left: 38%; }
.pin-six { top: 52%; left: 21%; }

.feature-zone-summary {
  position: absolute;
  top: 176px;
  right: 34px;
  z-index: 5;
  display: grid;
  gap: 2px;
  padding: 11px 14px;
  border: 1px solid rgba(189,243,63,.18);
  border-radius: 8px;
  background: rgba(8,12,9,.82);
  backdrop-filter: blur(14px);
}

.feature-zone-summary strong { color: white; font-size: 11px; }
.feature-zone-summary span { color: #778173; font-size: 8px; }

.feature-spot {
  position: absolute;
  right: 34px;
  bottom: 52px;
  z-index: 5;
  display: grid;
  min-width: 250px;
  gap: 3px;
  padding: 15px 17px;
  border-left: 2px solid var(--brand-acid);
  background: rgba(8, 11, 8, .88);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
  backdrop-filter: blur(15px);
}

.feature-spot small { color: var(--brand-acid); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.feature-spot strong { color: white; font-size: 16px; }
.feature-spot span { color: #7e887b; font-size: 10px; }

.feature-map-legend {
  position: absolute;
  bottom: 54px;
  left: 30px;
  z-index: 5;
  display: flex;
  gap: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 7px;
  background: rgba(8,12,9,.72);
}

.feature-map-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8d9789;
  font-size: 8px;
}

.feature-map-legend i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff554b;
}

.feature-map-legend span:last-child i {
  background: var(--brand-acid);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(40px, 6vw, 100px);
}

.feature-copy h2 {
  font-size: clamp(42px, 4.4vw, 66px);
}

.feature-copy ol {
  display: grid;
  gap: 0;
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--brand-line);
}

.feature-copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--brand-line);
}

.feature-copy li > span {
  color: var(--brand-acid);
  font-size: 9px;
}

.feature-copy li div {
  display: grid;
  gap: 5px;
}

.feature-copy li strong {
  color: #edf1e8;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
}

.feature-copy li p {
  margin: 0;
  color: #7c8579;
  font-size: 12px;
}

.brand-cta {
  display: grid;
  min-height: 650px;
  place-content: center;
  justify-items: center;
  padding: 100px 24px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 70%, rgba(171, 230, 58, .13), transparent 31%),
    linear-gradient(180deg, #090b08, #10150e);
}

.brand-cta h2 {
  font-size: clamp(55px, 7vw, 104px);
}

.brand-cta .primary-button {
  min-width: 270px;
  min-height: 56px;
  margin-top: 36px;
}

.brand-cta-note {
  display: flex;
  gap: 24px;
  margin-top: 20px;
  color: #737c70;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Premium page */
.shop-page {
  display: block;
  min-height: 100vh;
  padding: 135px 40px 70px;
  background:
    radial-gradient(circle at 82% 20%, rgba(200, 255, 50, .11), transparent 26%),
    #090b08;
}

.shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  align-items: center;
  gap: 100px;
  width: min(1180px, 100%);
  min-height: calc(100vh - 250px);
  margin: 0 auto;
}

.hero-kicker,
.section-label {
  color: var(--brand-acid);
}

.shop-copy h1 {
  margin: 0;
  color: white;
  font-size: clamp(58px, 7vw, 94px);
  line-height: .9;
  letter-spacing: -.07em;
}

.shop-copy h1 em {
  color: var(--brand-acid);
  font-style: normal;
}

.shop-copy > p {
  max-width: 570px;
  margin: 26px 0 0;
  color: #98a094;
  font-size: 16px;
  line-height: 1.7;
}

.premium-proof {
  display: flex;
  gap: 40px;
  margin-top: 36px;
  color: #737c70;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.premium-proof b {
  display: block;
  color: white;
  font: 600 25px "Space Grotesk", sans-serif;
}

.premium-offer {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(224, 255, 171, .18);
  border-radius: 12px;
  background: linear-gradient(145deg, #141a12, #0c100c);
  box-shadow: 0 45px 110px rgba(0, 0, 0, .42);
}

.premium-thanks {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  padding: 13px 14px;
  border: 1px solid rgba(200, 255, 50, .25);
  border-radius: 9px;
  background: rgba(200, 255, 50, .07);
}

.premium-thanks[hidden] {
  display: none;
}

.premium-thanks-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-acid);
  color: #0b0e09;
  font-size: 12px;
  font-weight: 900;
}

.premium-thanks div {
  display: grid;
  gap: 3px;
}

.premium-thanks strong {
  color: #f4f7ed;
  font-size: 13px;
}

.premium-thanks small {
  color: #98a190;
  font-size: 10px;
}

.offer-badge {
  position: absolute;
  top: -12px;
  right: 28px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--brand-acid);
  color: #0c100a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.offer-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.offer-head small { color: var(--brand-acid); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.premium-offer h2 { margin: 6px 0 0; color: white; font-size: 30px; }
.premium-price strong { color: white; font-size: 54px; }
.premium-price sup { font-size: 22px; }
.premium-price span, .premium-note { color: #727b6f; }

.offer-intro {
  margin: 22px 0;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--brand-line);
  color: #8d9689;
  font-size: 13px;
}

.premium-offer ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.premium-offer li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
}

.premium-offer li > span {
  color: var(--brand-acid);
}

.premium-offer li div {
  display: grid;
}

.premium-offer li strong { color: #e8ece3; font-size: 13px; }
.premium-offer li small { color: #747d71; font-size: 10px; }
.premium-buy-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin-top: 26px;
  padding: 0 20px;
  line-height: 1;
  text-align: center;
}

.premium-buy-button > span:first-child {
  padding: 0 36px;
}

.premium-buy-button > span:last-child {
  position: absolute;
  right: 20px;
}
.responsibility-note { display: flex; align-items: center; gap: 13px; max-width: 740px; margin: 28px auto 0; color: #727b6f; font-size: 10px; }
.responsibility-note > span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border: 1px solid var(--brand-line); border-radius: 50%; color: var(--brand-acid); }
.responsibility-note p { margin: 0; }

/* Login - fixed dimensions and overflow */
.auth-overlay {
  padding: 24px;
  background: rgba(3, 5, 3, .78);
  backdrop-filter: blur(16px);
}

.auth-card {
  display: grid !important;
  grid-template-columns: 290px minmax(0, 1fr) !important;
  width: min(780px, calc(100vw - 48px)) !important;
  max-width: 780px !important;
  max-height: min(680px, calc(100vh - 48px));
  overflow: hidden !important;
  border: 1px solid rgba(211, 255, 141, .2);
  border-radius: 14px;
  background: #0d110d;
  color: #eef2e9;
  box-shadow: 0 44px 120px rgba(0, 0, 0, .6);
}

.auth-visual {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 540px;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(6, 9, 6, .96), rgba(6, 9, 6, .05)),
    radial-gradient(circle at 70% 20%, rgba(200, 255, 50, .19), transparent 28%),
    linear-gradient(135deg, #2c3829, #10150f 55%, #33412f);
}

.auth-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: linear-gradient(rgba(235, 255, 220, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(235, 255, 220, .12) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(transparent, black);
}

.auth-visual img {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  width: 48px;
  height: 48px;
  padding: 8px;
  border: 1px solid rgba(200, 255, 50, .2);
  border-radius: 11px;
  background: #080b08;
  object-fit: contain;
  box-sizing: content-box;
}

.auth-visual p,
.auth-head small {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--brand-acid);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.auth-visual h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: white;
  font-size: 38px;
  line-height: .98;
  letter-spacing: -.055em;
}

.auth-visual > span {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  color: #939d90;
  font-size: 11px;
}

.auth-content {
  min-width: 0 !important;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.auth-head {
  padding: 27px 28px 16px;
  border: 0;
}

.auth-head > div {
  min-width: 0;
}

.auth-head h2 {
  margin: 0;
  color: white;
  font-size: 23px;
  line-height: 1.12;
}

.auth-head .icon-button {
  flex: 0 0 auto;
  color: white;
}

.auth-tabs {
  grid-template-columns: 1fr 1fr;
  padding: 8px 28px 0;
}

.auth-tabs button {
  min-width: 0;
  border-color: rgba(255, 255, 255, .1);
  background: #151b14;
  color: #858f82;
  font-size: 12px;
}

.auth-tabs button.active {
  border-color: rgba(200, 255, 50, .45);
  background: rgba(200, 255, 50, .1);
  color: var(--brand-acid);
}

.auth-form {
  width: 100%;
  padding: 18px 28px;
}

.auth-card .field {
  min-width: 0;
}

.auth-card .field > span {
  color: #899386;
}

.auth-card .field input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border-color: rgba(255, 255, 255, .11);
  background: #080b08;
  color: white;
}

.auth-card .primary-button {
  width: 100%;
  min-height: 50px;
}

.auth-legal {
  margin: -2px 28px 22px;
  color: #626b60;
  font-size: 9px;
  text-align: center;
}

.auth-step-intro {
  display: grid;
  gap: 5px;
  margin: 16px 28px 0;
  padding: 14px 16px;
  border: 1px solid rgba(200, 255, 50, .18);
  border-radius: 10px;
  background: rgba(200, 255, 50, .045);
}

.auth-step-intro strong {
  color: #f6f8f3;
  font-size: 13px;
}

.auth-step-intro span {
  color: #8e998b;
  font-size: 11px;
  line-height: 1.5;
}

.auth-code-field input {
  font-size: 24px !important;
  font-weight: 800;
  letter-spacing: .34em;
  text-align: center;
}

.auth-secondary-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 26px;
  margin: -8px 28px 15px;
}

.auth-text-button {
  padding: 4px;
  border: 0;
  background: transparent;
  color: #a4aea0;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
}

.auth-text-button:hover,
.auth-text-button:focus-visible {
  color: var(--brand-acid);
}

.auth-text-button:disabled {
  opacity: .45;
  cursor: wait;
}

.auth-card .account-summary {
  border-color: var(--brand-line);
  background: #151b14;
}

#authSignedIn:not([hidden]) {
  display: grid;
  gap: 12px;
  padding: 18px 28px 28px;
}

#authSignedIn .primary-button,
#authSignedIn .secondary-button {
  width: 100%;
  min-height: 48px;
  margin: 0;
  border-radius: 9px;
}

#authSignedIn .account-summary {
  gap: 5px;
  margin: 0 0 2px;
  padding: 16px;
  border-radius: 10px;
}

#authSignedIn .account-summary strong {
  font-size: 17px;
}

#authSignedIn .account-summary span {
  line-height: 1.5;
}

.account-email {
  margin-top: 5px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #c6cec2 !important;
  overflow-wrap: anywhere;
}

.profile-settings-button[aria-expanded="true"] {
  border-color: rgba(200, 255, 50, .42);
  color: var(--brand-acid);
}

.profile-settings {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(200, 255, 50, .18);
  border-radius: 11px;
  background: #0a0e0a;
}

.profile-settings[hidden] {
  display: none;
}

.profile-settings-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.profile-settings-head > div {
  display: grid;
  gap: 4px;
}

.profile-settings-head small {
  color: var(--brand-acid);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.profile-settings-head strong {
  color: #f5f7f2;
  font-size: 15px;
}

.profile-current-email,
.email-change-verification > p {
  margin: 0;
  color: #899386;
  font-size: 10px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.profile-email-form {
  display: grid;
  gap: 11px;
}

.profile-email-form[hidden] {
  display: none;
}

.profile-email-form .field input {
  min-height: 44px;
}

.profile-email-form .primary-button {
  min-height: 46px !important;
}

.email-change-verification .auth-text-button {
  justify-self: center;
}

.profile-message {
  min-height: 0;
  color: #8e998b;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.profile-message:empty {
  display: none;
}

.profile-message.success {
  color: var(--brand-acid);
}

.profile-message.error {
  color: #ff8068;
}

.profile-danger-zone {
  display: grid;
  gap: 12px;
  margin-top: 5px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 112, 84, .22);
}

.profile-danger-zone > div {
  display: grid;
  gap: 4px;
}

.profile-danger-zone small {
  color: #ff8068;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.profile-danger-zone strong {
  color: #f5f7f2;
  font-size: 15px;
}

.profile-danger-zone p {
  margin: 0;
  color: #899386;
  font-size: 10px;
  line-height: 1.55;
}

.danger-button {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 112, 84, .42);
  border-radius: 9px;
  background: rgba(255, 112, 84, .08);
  color: #ff9a85;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.danger-button:hover,
.danger-button:focus-visible {
  border-color: #ff8068;
  background: rgba(255, 112, 84, .14);
}

.danger-button:disabled {
  opacity: .5;
  cursor: wait;
}

.subscription-cancel-button {
  border-color: rgba(255, 154, 133, .32) !important;
  color: #ffad9b !important;
}

.premium-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 12px;
  color: #8e998b;
  font-size: 10px;
  line-height: 1.5;
  cursor: pointer;
}

.premium-consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--brand-acid);
  flex: 0 0 auto;
}

.premium-consent a,
.auth-legal a,
.responsibility-note a {
  color: var(--brand-acid);
}

.auth-terms-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #929c8f;
  font-size: 10px;
  line-height: 1.45;
}

.auth-terms-check[hidden] {
  display: none;
}

.auth-terms-check input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--brand-acid);
  flex: 0 0 auto;
}

.auth-terms-check a {
  color: var(--brand-acid);
}

#authSignedIn + .auth-message:empty {
  display: none;
}

.auth-message {
  overflow-wrap: anywhere;
}

.map-brand-icon {
  width: 34px;
  height: 34px;
}

@media (max-width: 1020px) {
  .manifesto-section {
    grid-template-columns: 100px 1fr;
  }

  .manifesto-stats {
    grid-column: 2;
  }

  .feature-stage {
    grid-template-columns: 1fr;
  }

  .feature-map {
    min-height: 580px;
    border-right: 0;
    border-bottom: 1px solid var(--brand-line);
  }

  .shop-hero {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .premium-offer {
    width: min(540px, 100%);
    margin: 0 auto;
  }
}

@media (min-width: 781px) and (max-width: 1020px) {
  .public-nav {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
    align-items: center;
    gap: 16px;
    padding: 18px 28px;
  }

  .public-brand-lockup {
    grid-column: 1;
    grid-row: 1;
  }

  .public-nav-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .public-account {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    transform: none;
  }
}

@media (max-width: 780px) {
  .public-nav {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 13px 15px;
  }

  .public-brand-lockup img {
    width: 39px;
    height: 39px;
  }

  .public-brand-lockup {
    width: 52px;
    height: 52px;
  }

  .public-brand-lockup small {
    display: none;
  }

  .public-nav-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    justify-content: center;
  }

  .public-account {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    transform: none;
  }

  .public-nav-cta {
    min-height: 38px;
    padding: 0 13px;
  }

  .cinematic-hero {
    min-height: 100svh;
    align-items: end;
    padding-bottom: 150px;
  }

  .hero-grade {
    background:
      linear-gradient(180deg, rgba(4, 6, 4, .4) 0%, rgba(4, 6, 4, .12) 30%, rgba(4, 6, 4, .7) 67%, rgba(4, 6, 4, .98) 100%),
      linear-gradient(90deg, rgba(4, 6, 4, .38), transparent);
  }

  .hero-content {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .hero-edition {
    margin-bottom: 17px;
    font-size: 7px;
  }

  .cinematic-hero h1 {
    font-size: clamp(56px, 18vw, 84px);
    line-height: .87;
  }

  .hero-content > p {
    max-width: 340px;
    margin-top: 20px;
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 22px;
  }

  .hero-cta,
  .hero-secondary {
    width: 100%;
  }

  .hero-footer {
    right: 15px;
    bottom: 18px;
    left: 15px;
    grid-template-columns: 1fr auto;
  }

  .hero-metrics {
    grid-column: 1 / -1;
    justify-content: space-between;
    gap: 12px;
  }

  .hero-metrics strong {
    font-size: 15px;
  }

  .hero-metrics small {
    font-size: 6px;
  }

  .video-progress {
    justify-self: start;
    gap: 3px;
  }

  .video-progress span {
    width: 18px;
  }

  .scroll-cue {
    display: none;
  }

  .manifesto-section {
    display: block;
    width: calc(100% - 30px);
    padding: 90px 0;
  }

  .manifesto-index {
    margin-bottom: 50px;
  }

  .manifesto-copy h2,
  .feature-copy h2,
  .brand-cta h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .manifesto-lead {
    font-size: 15px;
  }

  .manifesto-stats {
    margin-top: 48px;
  }

  .manifesto-stats article {
    grid-template-columns: 105px 1fr;
  }

  .feature-map {
    min-height: 430px;
  }

  .feature-map-ui {
    top: 18px;
    right: 18px;
    left: 18px;
  }

  .feature-demo-search {
    top: 72px;
    left: 18px;
    min-width: 190px;
  }

  .feature-city-zone {
    top: 53%;
    left: 50%;
    width: 250px;
    height: 250px;
  }

  .feature-coordinate {
    display: none;
  }

  .feature-spot {
    right: 18px;
    bottom: 16px;
    min-width: 215px;
  }

  .feature-zone-summary {
    top: 128px;
    right: 18px;
  }

  .feature-map-legend {
    bottom: 18px;
    left: 18px;
  }

  .feature-pin b {
    display: none;
  }

  .feature-copy {
    padding: 70px 24px;
  }

  .feature-copy ol {
    margin-top: 40px;
  }

  .brand-cta {
    min-height: 560px;
  }

  .brand-cta-note {
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px 18px;
  }

  .shop-page {
    padding: 140px 15px 60px;
  }

  .shop-copy h1 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .premium-proof {
    justify-content: space-between;
    gap: 12px;
  }

  .premium-offer {
    padding: 28px 20px;
  }

  .auth-overlay {
    padding: 12px;
  }

  .auth-card {
    display: block !important;
    width: min(440px, calc(100vw - 24px)) !important;
    max-width: 440px !important;
    max-height: calc(100svh - 24px);
    overflow-y: auto !important;
  }

  .auth-visual {
    display: none;
  }

  .auth-head {
    padding: 22px 20px 12px;
  }

  .auth-tabs {
    padding: 8px 20px 0;
  }

  .auth-form {
    padding: 18px 20px;
  }

  .auth-step-intro {
    margin-right: 20px;
    margin-left: 20px;
  }

  .auth-secondary-actions {
    margin-right: 20px;
    margin-left: 20px;
  }

  #authSignedIn:not([hidden]) {
    padding: 18px 20px 24px;
  }

  .auth-legal {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-height: 680px) and (min-width: 781px) {
  .auth-card {
    grid-template-columns: 240px minmax(0, 1fr) !important;
  }

  .auth-visual {
    min-height: 500px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    transition: none;
  }
}
