﻿:root {
  --bg: #050505;
  --surface: #11100d;
  --cream: #f4efe7;
  --orange: #ff7a1a;
  --muted: #c8bcae;
  --line: rgba(244, 239, 231, 0.2);
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
  --header-h: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  background: radial-gradient(circle at 15% 15%, #2c1a0f 0%, #130e0b 30%, #050505 65%);
  color: var(--cream);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main {
  padding-bottom: 6.5rem;
}

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

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.11;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.7'/%3E%3C/svg%3E");
}

.container {
  width: min(100% - 2rem, 1100px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  background: rgba(5, 5, 5, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(244, 239, 231, 0.08);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: clamp(122px, 28vw, 160px);
  height: auto;
  filter: brightness(0) saturate(100%) invert(94%) sepia(23%) saturate(240%) hue-rotate(324deg) brightness(103%) contrast(96%);
}

.btn {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0.82rem 1.2rem;
  transition: transform 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
}

.btn:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(255, 122, 26, 0.55);
  outline-offset: 2px;
}

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

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: linear-gradient(125deg, #ff7a1a, #ff9d52);
  color: #120700;
}

.btn-nav {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(244, 239, 231, 0.35);
  font-weight: 600;
}

.hero {
  position: relative;
  padding-top: 0.6rem;
}

.hero-media-wrap {
  position: relative;
  z-index: 2;
}

.hero-media-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.64) 84%, rgba(5, 5, 5, 0.96));
}

.hero-media {
  width: 100%;
  max-height: 74vh;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.08) saturate(0.92);
}

.hero-content {
  margin-top: -1.6rem;
  padding-bottom: 2.2rem;
}

.hero-content > * {
  opacity: 0;
  animation: rise-in 0.7s ease forwards;
}

.hero-content > :nth-child(1) {
  animation-delay: 0.08s;
}

.hero-content > :nth-child(2) {
  animation-delay: 0.16s;
}

.hero-content > :nth-child(3) {
  animation-delay: 0.24s;
}

.hero-content > :nth-child(4) {
  animation-delay: 0.32s;
}

.hero-content > :nth-child(5) {
  animation-delay: 0.4s;
}

.hero-content > :nth-child(6) {
  animation-delay: 0.48s;
}

.kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  line-height: 1.05;
  letter-spacing: 0.01em;
  margin: 0;
}

h1 {
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: clamp(2.25rem, 12vw, 6rem);
}

.hero-subhead {
  margin: 0.65rem 0 0;
  font-weight: 700;
  font-size: clamp(1rem, 5.3vw, 1.5rem);
}

.hero-copy {
  margin: 0.75rem 0 1.4rem;
  color: #e2d6c8;
  max-width: 52ch;
}

.countdown {
  margin: 0 0 1.35rem;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 122, 26, 0.36);
  background: linear-gradient(165deg, rgba(255, 122, 26, 0.12), rgba(18, 11, 7, 0.72));
  max-width: 430px;
}

.countdown-label {
  margin: 0 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: #ffd9bd;
  font-weight: 700;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.countdown-cell {
  text-align: center;
  border-radius: 10px;
  padding: 0.45rem 0.3rem;
  background: rgba(5, 5, 5, 0.58);
  border: 1px solid rgba(244, 239, 231, 0.14);
}

.countdown-cell span {
  display: block;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.2rem, 6vw, 1.65rem);
  line-height: 1;
}

.countdown-cell small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d8c8b7;
}

.facts {
  border-top: 1px solid rgba(244, 239, 231, 0.12);
  border-bottom: 1px solid rgba(244, 239, 231, 0.12);
  background: linear-gradient(90deg, rgba(255, 122, 26, 0.12), rgba(255, 122, 26, 0));
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(90px, 1fr));
  gap: 0.8rem 1rem;
  padding: 1.1rem 0;
}

.facts-grid p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1rem, 4.3vw, 1.3rem);
  letter-spacing: 0.03em;
}

.story,
.benefits,
.waitlist {
  padding: 3.2rem 0;
}

.story h2,
.benefits h2,
.waitlist h2 {
  font-size: clamp(2rem, 9vw, 3rem);
  text-transform: uppercase;
}

.story p {
  margin-top: 0.8rem;
  max-width: 66ch;
  color: #e2d6c8;
}

.benefit-grid {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.95rem;
}

.benefit-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1rem;
  box-shadow: inset 0 -45px 80px rgba(255, 122, 26, 0.02);
  opacity: 0;
  animation: rise-in 0.6s ease forwards;
}

.benefit-card:nth-child(1) {
  animation-delay: 0.1s;
}

.benefit-card:nth-child(2) {
  animation-delay: 0.18s;
}

.benefit-card:nth-child(3) {
  animation-delay: 0.26s;
}

.benefit-card:nth-child(4) {
  animation-delay: 0.34s;
}

.benefit-card h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.benefit-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.waitlist-card {
  background: linear-gradient(165deg, #151311 4%, #0a0a0a 58%, #12100d);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.waitlist-lead {
  margin: 0.7rem 0 1.15rem;
  color: var(--muted);
}

.referral-detected {
  margin: 0.2rem 0 1rem;
  color: #ffcb9f;
  font-size: 0.9rem;
  font-weight: 600;
}

.referral-note {
  margin: 0.1rem 0 0.9rem;
  color: #b9ab9c;
  font-size: 0.88rem;
}

.field-group {
  margin-bottom: 0.88rem;
}

label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
}

input {
  width: 100%;
  border: 1px solid rgba(244, 239, 231, 0.25);
  background: rgba(5, 5, 5, 0.66);
  color: var(--cream);
  border-radius: 12px;
  font: inherit;
  min-height: 48px;
  padding: 0.72rem 0.8rem;
}

input::placeholder {
  color: #ad9d8b;
}

.submit-btn {
  margin-top: 0.25rem;
  width: 100%;
}

.form-message {
  min-height: 1.5rem;
  margin: 0.6rem 0 0;
  font-weight: 600;
}

.form-message.success {
  color: #ffb277;
}

.form-message.error {
  color: #ff8d8d;
}

.share-card {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 239, 231, 0.16);
}

.share-card h3 {
  font-size: clamp(1.5rem, 7vw, 2rem);
  text-transform: uppercase;
}

.share-card p {
  margin: 0.45rem 0 0.9rem;
  color: #d9ccbe;
}

.share-field {
  margin-bottom: 0.85rem;
}

.copy-wrap {
  display: flex;
  gap: 0.55rem;
  align-items: stretch;
}

.copy-wrap input {
  margin: 0;
  min-height: 44px;
  padding-right: 0.6rem;
}

.btn-copy {
  border-radius: 12px;
  padding: 0.62rem 0.85rem;
  border: 1px solid rgba(244, 239, 231, 0.32);
  background: transparent;
  color: var(--cream);
  min-height: 44px;
  font-size: 0.86rem;
  white-space: nowrap;
}

.share-message {
  margin: 0.1rem 0 0;
  min-height: 1.3rem;
  color: #ffcfaa;
  font-size: 0.86rem;
  font-weight: 600;
}

@media (max-width: 420px) {
  .copy-wrap {
    flex-direction: column;
  }

  .btn-copy {
    width: 100%;
  }
}

@media (min-width: 420px) {
    h1 {
  margin-top: 1.5rem;

}
}

.hidden-frame {
  display: none;
  width: 0;
  height: 0;
  border: 0;
}

.site-footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(244, 239, 231, 0.13);
  padding: 2rem 0 calc(5.6rem + env(safe-area-inset-bottom, 0px));
  background: rgba(5, 5, 5, 0.8);
}

.footer-inner {
  display: grid;
  gap: 0.35rem;
}

.footer-inner p {
  margin: 0;
  color: #c7b9aa;
  font-size: 0.92rem;
}

.footer-logo {
  width: 96px;
  filter: brightness(0) saturate(100%) invert(94%) sepia(23%) saturate(240%) hue-rotate(324deg) brightness(103%) contrast(96%);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  color: var(--cream);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  opacity: 0.88;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}

.footer-social:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.footer-social:focus-visible {
  outline: 3px solid rgba(255, 122, 26, 0.55);
  outline-offset: 3px;
  border-radius: 8px;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.68rem 1rem calc(0.68rem + env(safe-area-inset-bottom, 0px));
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(244, 239, 231, 0.12);
  transform: translateY(0);
  transition: transform 0.24s ease;
}

.sticky-cta p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.25;
  color: #dfd3c5;
  max-width: 48%;
}

.sticky-cta .btn {
  flex-shrink: 0;
}

.sticky-cta.hide {
  transform: translateY(110%);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 640px) {
  .hero-content {
    margin-top: -0.8rem;
  }

  .facts-grid {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }

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

  .waitlist-card {
    padding: 1.5rem;
  }

  .copy-wrap {
    max-width: 100%;
  }

  .site-footer {
    padding-bottom: 6.8rem;
  }
}

@media (min-width: 960px) {
  main {
    padding-bottom: 4rem;
  }

  .hero {
    display: grid;
    grid-template-columns: 1.04fr 1fr;
    align-items: stretch;
    gap: 0;
    min-height: calc(100vh - var(--header-h));
  }

  .hero-media-wrap {
    height: calc(100vh - var(--header-h));
  }

  .hero-media {
    height: 100%;
    max-height: none;
  }

  .hero-content {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-block: 3rem;
  }

  .hero-copy {
    margin-inline: auto;
    max-width: 44ch;
  }

  .countdown {
    width: 100%;
    max-width: 460px;
  }

  .hero-content .btn-primary {
    align-self: center;
  }

  .story,
  .benefits,
  .waitlist {
    padding: 4.2rem 0;
  }

  .sticky-cta {
    width: min(560px, calc(100% - 2rem));
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    border: 1px solid rgba(244, 239, 231, 0.16);
    border-radius: 999px;
    bottom: 1rem;
    padding: 0.6rem 0.9rem;
  }

  .sticky-cta.hide {
    transform: translate(-50%, 130%);
  }

  .sticky-cta p {
    max-width: none;
  }

  .site-footer {
    padding-bottom: 2.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .sticky-cta {
    transition: none;
  }

  .hero-content > *,
  .benefit-card {
    animation: none;
    opacity: 1;
  }
}
