:root {
  --cream: #f7f1e8;
  --cream-hot: #fff8ee;
  --ink: #17120f;
  --brown: #423126;
  --muted: #75695e;
  --line: rgba(59, 41, 25, 0.12);
  --glass: rgba(255, 255, 255, 0.64);
  --glass-strong: rgba(255, 255, 255, 0.84);
  --orange: #ff6a00;
  --orange-dark: #b74400;
  --amber: #ffb23f;
  --gold: #ffd89a;
  --green: #149c69;
  --shadow: 0 28px 86px rgba(95, 52, 14, 0.16);
  --hot-shadow: 0 20px 70px rgba(255, 106, 0, 0.24);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background:
    radial-gradient(circle at 11% 9%, rgba(255, 178, 63, 0.34), transparent 30rem),
    radial-gradient(circle at 88% 7%, rgba(255, 106, 0, 0.18), transparent 28rem),
    radial-gradient(circle at 50% 84%, rgba(255, 216, 154, 0.42), transparent 42rem),
    linear-gradient(180deg, var(--cream), var(--cream-hot));
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.23;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 420 420' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.orb {
  position: fixed;
  z-index: -1;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(22px);
  opacity: 0.2;
  animation: drift 14s ease-in-out infinite alternate;
}
.orb-one { left: -8rem; top: 12rem; background: var(--amber); }
.orb-two { right: -9rem; top: 28rem; background: var(--orange); animation-delay: -5s; }
.orb-three { left: 34%; bottom: -11rem; background: var(--gold); animation-delay: -9s; }
@keyframes drift { to { transform: translate3d(22px, -28px, 0) scale(1.06); } }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 238, 0.74);
  backdrop-filter: blur(22px);
}
.nav-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 1000;
  letter-spacing: -0.04em;
  font-size: 1.12rem;
}
.brand-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  box-shadow: 0 12px 32px rgba(255, 106, 0, 0.32), inset 0 1px 0 rgba(255,255,255,0.64);
  transform: rotate(45deg);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 850;
}
.nav-links a:hover { color: var(--ink); }
.nav-cta,
.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  border: 0;
  font-weight: 950;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.nav-cta,
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--ink), #3a271f 54%, var(--orange));
  box-shadow: var(--hot-shadow);
}
.btn-secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 12px 38px rgba(57, 37, 18, 0.07);
}

.hero {
  padding: clamp(30px, 4.8vw, 64px) 0 clamp(40px, 5.4vw, 72px);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(335px, 0.88fr);
  align-items: center;
  gap: clamp(26px, 4vw, 50px);
}
.hero-copy { min-width: 0; }
.hero-badge,
.kicker {
  margin: 0 0 14px;
  color: #954004;
  font-size: 0.8rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  border: 1px solid rgba(255,106,0,0.22);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.58);
  text-transform: none;
  letter-spacing: 0;
  backdrop-filter: blur(18px);
}
.hero-badge span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255,106,0,0.13);
}
.wordmark {
  margin: 0;
  max-width: 100%;
  padding: 0.06em 0 0.08em;
  color: transparent;
  background: linear-gradient(108deg, var(--ink), #8f3900 42%, var(--orange), var(--amber));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(4.5rem, 10vw, 8.4rem);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.065em;
  text-shadow: 0 18px 54px rgba(255,106,0,0.18);
}
.hero-tagline {
  margin: 3px 0 0;
  max-width: 780px;
  padding: 0.03em 0 0.05em;
  font-size: clamp(2.05rem, 3.6vw, 3.42rem);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: -0.018em;
}
.hero-title {
  margin: 12px 0 0;
  max-width: 840px;
  padding: 0.03em 0 0.05em;
  color: #2b2018;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.06;
  font-weight: 1000;
  letter-spacing: -0.022em;
}
.hero-subcopy,
.setup-line,
.lead {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.18vw, 1.16rem);
  line-height: 1.62;
  letter-spacing: -0.015em;
}
.hero-subcopy { max-width: 770px; margin: 14px 0 0; color: #453b32; }
.setup-line { max-width: 760px; margin: 12px 0 0; font-weight: 750; color: #5e4f42; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

.command-surface {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.82);
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}
.command-surface::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -120px;
  width: 330px;
  height: 330px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,106,0,0.34), transparent 62%);
  filter: blur(12px);
}
.surface-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}
.window-dots { display: inline-flex; gap: 7px; }
.window-dots i {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #ff5f57;
}
.window-dots i:nth-child(2) { background: #ffbd2e; }
.window-dots i:nth-child(3) { background: #28c840; }
.surface-body { position: relative; padding: clamp(16px, 2vw, 24px); }
.surface-prompt {
  border-radius: 24px;
  padding: 18px;
  color: white;
  background: rgba(23,18,15,0.94);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
}
.surface-prompt small {
  display: block;
  color: rgba(255,255,255,0.58);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.surface-prompt p {
  margin: 8px 0 0;
  font-size: 1.16rem;
  line-height: 1.32;
  font-weight: 900;
  letter-spacing: -0.035em;
}
.done-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.done-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.68);
  color: var(--brown);
  font-weight: 800;
  line-height: 1.35;
}
.done-list li::before {
  content: "✓";
  color: var(--green);
  font-weight: 1000;
}
.surface-footer {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(135deg, rgba(255,106,0,0.14), rgba(255,255,255,0.78));
}
.surface-footer span { font-weight: 1000; }
.approval-mini { display: flex; flex-wrap: wrap; gap: 8px; }
.approval-mini button,
.approval-actions button {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: white;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 950;
}

section { padding: clamp(58px, 8vw, 94px) 0; }
.quote-strip { padding: 18px 0 8px; }
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.quote-grid p,
.social-grid strong {
  margin: 0;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 20px;
  padding: 18px;
  background: rgba(255,255,255,0.52);
  box-shadow: 0 14px 40px rgba(57,37,18,0.05);
  font-size: clamp(1.08rem, 1.8vw, 1.5rem);
  line-height: 1.25;
  font-weight: 1000;
  letter-spacing: 0;
}

.section-head { max-width: 880px; margin-bottom: 34px; }
.section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }
h2 {
  margin: 0;
  padding: 0.03em 0 0.05em;
  font-size: clamp(2.12rem, 4.8vw, 4.25rem);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: -0.018em;
}
.lead { max-width: 780px; margin: 14px 0 0; }
.centered .lead, .centered-text { margin-left: auto; margin-right: auto; }

.split-card,
.route-card,
.memory-panel,
.cta-card {
  border: 1px solid rgba(255,255,255,0.82);
  border-radius: 42px;
  padding: clamp(28px, 5vw, 48px);
  background: rgba(255,255,255,0.58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}
.dark-card {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 34px;
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 86% 80%, rgba(255,106,0,0.34), transparent 24rem),
    rgba(23,18,15,0.95);
}
.dark-card h2 { color: white; }
.dark-card .lead { color: rgba(255,255,255,0.72); }
.dark-card .kicker { color: var(--gold); }
.pain-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pain-list span {
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,0.08);
  font-weight: 850;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.capability-grid article,
.compare-card,
.glass,
.approval-card,
.faq-grid details,
.steps article {
  border: 1px solid rgba(255,255,255,0.82);
  border-radius: var(--radius-lg);
  background: var(--glass);
  box-shadow: 0 16px 48px rgba(57,37,18,0.06);
  backdrop-filter: blur(22px);
}
.capability-grid article {
  min-height: 208px;
  padding: 20px;
}
.capability-grid h3,
.compare-card h3,
.phone-card h3,
.approval-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.12;
  font-weight: 1000;
  letter-spacing: -0.01em;
}
.capability-grid p,
.compare-card li,
.phone-card li,
.approval-card p,
.faq-grid p {
  color: var(--muted);
  line-height: 1.55;
}
.capability-grid p { margin: 0; }

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.compare-card { padding: 24px; }
.compare-card ul,
.phone-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.compare-card li,
.phone-card li { display: flex; gap: 9px; align-items: flex-start; }
.compare-card li::before,
.phone-card li::before {
  content: "•";
  color: var(--orange);
  font-weight: 1000;
}
.after {
  background: linear-gradient(135deg, rgba(255,255,255,0.74), rgba(255,218,164,0.46));
}

.route-card { overflow: hidden; }
.route-flow {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(7, 1fr);
  gap: 10px;
  align-items: stretch;
}
.route-flow div,
.route-flow span {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,0.72);
  font-weight: 950;
}
.route-flow div {
  color: white;
  background: rgba(23,18,15,0.94);
}
.route-flow small {
  display: block;
  color: rgba(255,255,255,0.58);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.two-col,
.safety-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
}
.glass,
.approval-card { padding: 26px; background: var(--glass-strong); }
.six-grid,
.risk-tags,
.steps,
.social-grid {
  display: grid;
  gap: 12px;
}
.six-grid {
  grid-template-columns: repeat(3, 1fr);
}
.six-grid span,
.risk-tags span,
.steps article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 15px;
  background: rgba(255,255,255,0.68);
  font-weight: 900;
}
.risk-tags {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}
.approval-card small {
  color: var(--orange-dark);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.approval-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.approval-actions button:nth-child(3) {
  color: white;
  background: var(--ink);
}

.steps { grid-template-columns: repeat(6, 1fr); }
.steps article { min-height: 136px; display: grid; align-content: start; gap: 18px; }
.steps b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--amber), var(--orange));
}
.share-lines { padding-top: 18px; }
.social-grid { grid-template-columns: repeat(4, 1fr); }

.cta-card {
  text-align: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.75), rgba(255,221,176,0.72));
}
.waitlist {
  display: grid;
  gap: 14px;
  max-width: 650px;
  margin: 26px auto 0;
}
.waitlist label {
  display: grid;
  gap: 7px;
  text-align: left;
  color: var(--brown);
  font-weight: 900;
}
.waitlist input,
.waitlist textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--ink);
  background: white;
  resize: vertical;
}
.waitlist .btn { width: 100%; }
.form-note,
.price-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.price-note { margin-top: 16px; font-weight: 850; }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.faq-grid details {
  padding: 18px;
  background: var(--glass-strong);
}
summary {
  cursor: pointer;
  list-style: none;
  font-weight: 1000;
  letter-spacing: -0.02em;
}
summary::-webkit-details-marker { display: none; }
.faq-grid p { margin: 12px 0 0; }

footer {
  padding: 44px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.footer-grid strong { color: var(--ink); }

@media (min-width: 1101px) and (max-height: 920px) {
  .nav-inner { min-height: 60px; }
  .nav-cta { min-height: 40px; padding: 0 14px; }
  .hero { padding-top: 24px; padding-bottom: 40px; }
  .wordmark { font-size: clamp(4rem, 8.4vw, 7.3rem); }
  .hero-tagline { font-size: clamp(1.85rem, 3.05vw, 2.85rem); }
  .hero-title { margin-top: 8px; font-size: clamp(1.85rem, 3.08vw, 2.95rem); }
  .hero-subcopy, .setup-line { font-size: 0.98rem; line-height: 1.48; }
  .hero-actions { margin-top: 16px; }
  .surface-top { min-height: 48px; padding: 11px 15px; }
  .surface-body { padding: 14px; }
  .surface-prompt { padding: 14px; border-radius: 20px; }
  .surface-prompt p { font-size: 1rem; }
  .done-list { gap: 8px; margin-top: 12px; }
  .done-list li { padding: 8px 10px; font-size: 0.9rem; }
  .surface-footer { padding: 12px; margin-top: 12px; }
}

@media (max-width: 1100px) {
  .hero-grid,
  .dark-card,
  .two-col,
  .safety-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy { text-align: center; }
  .hero-actions { justify-content: center; }
  .command-surface { max-width: 650px; margin: 0 auto; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .route-flow { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .social-grid, .quote-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
}

@media (max-width: 720px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .nav-inner { min-height: 64px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 28px; height: 28px; }
  .nav-cta { min-height: 40px; padding: 0 12px; font-size: 0.84rem; }
  .wordmark {
    font-size: clamp(3.75rem, 18.5vw, 5.05rem);
    letter-spacing: -0.055em;
  }
  .hero-tagline { font-size: clamp(1.78rem, 8.2vw, 2.65rem); }
  .hero-title { font-size: clamp(1.82rem, 8.4vw, 2.8rem); }
  .hero-actions .btn { width: 100%; white-space: normal; }
  .capability-grid,
  .before-after,
  .six-grid,
  .risk-tags,
  .steps,
  .social-grid,
  .quote-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .route-flow { grid-template-columns: 1fr; }
  .split-card,
  .route-card,
  .memory-panel,
  .cta-card {
    border-radius: 30px;
    padding: 24px 18px;
  }
  .surface-top { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
