:root {
  --graphite: #090a0d;
  --graphite-raised: #15171b;
  --surface: #1e2026;
  --surface-soft: #2d3038;
  --hairline: #4a4e58;
  --ivory: #f5f3ef;
  --sand: #d8d3ca;
  --text-secondary: #a6a7af;
  --text-tertiary: #82848e;
  --ember: #ff6b45;
  --coral: #ff7a3d;
  --amber: #ffc565;
  --mint: #a7d9b8;
  --danger: #f09a8d;
  --ink: #131315;
  --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--graphite);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
  opacity: 0.025;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

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

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2 {
  text-wrap: balance;
}

h1,
h2,
.brand span {
  font-family: var(--serif);
}

h1 em,
h2 em {
  color: var(--ember);
  font-weight: inherit;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(4rem, 7.2vw, 7.25rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.058em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

::selection {
  background: var(--ember);
  color: var(--graphite);
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-170%);
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--ivory);
  color: var(--graphite);
  font-weight: 750;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgb(9 10 13 / 78%);
  border-bottom: 1px solid rgb(245 243 239 / 9%);
  backdrop-filter: blur(22px) saturate(140%);
}

.nav {
  width: min(1200px, calc(100% - 48px));
  min-height: 80px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand {
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand img,
.footer-brand img {
  border-radius: 12px;
  box-shadow: 0 14px 34px rgb(0 0 0 / 32%);
}

.brand img {
  width: 42px;
  height: 42px;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.nav-links {
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 650;
}

.nav-links a,
.footer-links a,
.text-link {
  text-decoration: none;
  transition: color 160ms ease;
}

.nav-links a:not(.nav-cta) {
  padding: 12px 2px;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--ivory);
}

.nav-cta {
  padding: 10px 17px;
  border: 1px solid rgb(255 107 69 / 40%);
  border-radius: 999px;
  background: rgb(255 107 69 / 10%);
  color: var(--ivory);
}

.nav-cta:hover {
  background: var(--ember);
  color: var(--graphite);
}

.hero-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 37%, rgb(255 107 69 / 14%), transparent 24rem),
    radial-gradient(circle at 88% 55%, rgb(255 197 101 / 5%), transparent 23rem),
    var(--graphite);
}

.hero {
  position: relative;
  z-index: 2;
  min-height: min(980px, calc(100svh - 80px));
  padding-block: clamp(64px, 7vw, 98px) 86px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--ember);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 34px;
  color: var(--text-secondary);
  font-size: clamp(1.13rem, 1.8vw, 1.36rem);
  line-height: 1.56;
}

.voice-thread {
  position: absolute;
  z-index: 1;
  top: 41%;
  left: -4%;
  width: 66%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  opacity: 0.7;
  filter: drop-shadow(0 0 13px rgb(255 107 69 / 55%));
}

.voice-thread::before,
.voice-thread::after {
  position: absolute;
  top: 50%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--ember), var(--amber));
}

.voice-thread::before {
  left: 0;
  right: 43%;
}

.voice-thread::after {
  right: -68%;
  width: 112%;
  background: linear-gradient(90deg, var(--amber), var(--ember), transparent);
}

.voice-thread span {
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(var(--amber), var(--ember));
}

.voice-thread span:nth-child(1),
.voice-thread span:nth-child(9) { height: 14px; }
.voice-thread span:nth-child(2),
.voice-thread span:nth-child(8) { height: 28px; }
.voice-thread span:nth-child(3),
.voice-thread span:nth-child(7) { height: 42px; }
.voice-thread span:nth-child(4),
.voice-thread span:nth-child(6) { height: 58px; }
.voice-thread span:nth-child(5) { height: 70px; }

.waitlist-form {
  position: relative;
  z-index: 3;
  max-width: 700px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgb(255 197 101 / 20%);
  border-radius: 28px;
  background: linear-gradient(145deg, rgb(30 32 38 / 94%), rgb(15 16 20 / 94%));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 5%),
    0 30px 80px rgb(0 0 0 / 36%),
    0 0 55px rgb(255 107 69 / 5%);
  backdrop-filter: blur(18px);
}

.form-heading {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.form-heading h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}

.form-kicker {
  margin: 0 0 4px;
  color: var(--text-secondary);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.launch-badge {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgb(255 107 69 / 25%);
  border-radius: 999px;
  color: var(--sand);
  font-size: 0.72rem;
  font-weight: 680;
}

.launch-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 0 5px rgb(255 107 69 / 10%);
}

.field {
  min-width: 0;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--sand);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.field input,
.field select {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid rgb(166 167 175 / 24%);
  border-radius: 14px;
  background: rgb(9 10 13 / 58%);
  color: var(--ivory);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input::placeholder {
  color: var(--text-tertiary);
}

.field input:hover,
.field select:hover {
  border-color: rgb(166 167 175 / 46%);
}

.field input:focus,
.field select:focus {
  border-color: var(--coral);
  background: rgb(9 10 13 / 82%);
  box-shadow: 0 0 0 4px rgb(255 107 69 / 10%);
}

.field [aria-invalid="true"] {
  border-color: var(--danger);
}

.email-field {
  margin-bottom: 16px;
}

.form-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: end;
  gap: 10px;
}

.pair-arrow {
  min-height: 54px;
  display: grid;
  place-items: center;
  color: var(--ember);
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.turnstile-widget {
  min-height: 0;
  margin-top: 16px;
}

.turnstile-widget:empty {
  display: none;
}

.form-status {
  min-height: 0;
  margin: 12px 0 0;
  color: var(--sand);
  font-size: 0.86rem;
}

.form-status:empty {
  display: none;
}

.form-status[data-state="error"] {
  color: var(--danger);
}

.form-status[data-state="success"] {
  color: var(--mint);
}

.button {
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  padding: 0 20px;
  border: 1px solid rgb(255 197 101 / 50%);
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(100deg, var(--ember), var(--coral) 55%, var(--amber));
  background-size: 135% 100%;
  color: var(--graphite);
  font-weight: 760;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 35%),
    0 13px 34px rgb(255 107 69 / 16%);
  transition: transform 160ms ease, box-shadow 160ms ease, background-position 200ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background-position: 100% 0;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 35%),
    0 18px 42px rgb(255 107 69 / 24%);
}

.button:disabled {
  cursor: wait;
  filter: saturate(0.4);
  opacity: 0.7;
  transform: none;
}

.form-note {
  margin: 12px 0 0;
  color: var(--text-tertiary);
  font-size: 0.74rem;
  line-height: 1.45;
}

.form-note a {
  color: var(--sand);
}

.hero-visual {
  position: relative;
  min-height: 710px;
  display: grid;
  place-items: center;
}

.visual-halo,
.phone-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.visual-halo {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgb(255 107 69 / 22%), rgb(255 107 69 / 4%) 46%, transparent 72%);
  filter: blur(28px);
}

.phone-stage {
  position: relative;
  z-index: 2;
  width: min(84%, 415px);
  transform: rotate(2.6deg);
}

.phone-stage::before,
.screen-frame::before {
  position: absolute;
  inset: -8px;
  z-index: -1;
  border: 1px solid rgb(255 197 101 / 18%);
  border-radius: 48px;
  content: "";
  background: linear-gradient(145deg, rgb(74 78 88 / 62%), rgb(9 10 13 / 96%));
  box-shadow:
    inset 0 0 0 2px rgb(255 255 255 / 4%),
    0 48px 100px rgb(0 0 0 / 58%);
}

.phone-stage img {
  width: 100%;
  border-radius: 42px;
}

.phone-glow {
  inset: 25% -16% 13%;
  z-index: -2;
  background: rgb(255 107 69 / 28%);
  filter: blur(70px);
}

.product-note {
  position: absolute;
  z-index: 4;
  right: -4%;
  bottom: 16%;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 17px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 17px;
  background: rgb(21 23 27 / 83%);
  box-shadow: 0 18px 50px rgb(0 0 0 / 42%);
  backdrop-filter: blur(18px);
}

.product-note strong,
.product-note small {
  display: block;
}

.product-note strong {
  font-size: 0.85rem;
}

.product-note small {
  margin-top: 2px;
  color: var(--text-secondary);
  font-size: 0.68rem;
}

.wave-mini,
.cta-orb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.wave-mini {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255 107 69 / 42%);
  border-radius: 50%;
  background: rgb(255 107 69 / 9%);
  box-shadow: 0 0 22px rgb(255 107 69 / 16%);
}

.wave-mini i,
.cta-orb span {
  width: 2px;
  border-radius: 9px;
  background: var(--ember);
}

.wave-mini i:nth-child(1),
.wave-mini i:nth-child(5) { height: 7px; }
.wave-mini i:nth-child(2),
.wave-mini i:nth-child(4) { height: 13px; }
.wave-mini i:nth-child(3) { height: 19px; }

.proof-strip {
  border-block: 1px solid rgb(245 243 239 / 10%);
  background: rgb(245 243 239 / 2.5%);
}

.proof-grid {
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.proof-grid p {
  margin: 0;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--sand);
  font-size: 0.9rem;
}

.proof-grid p:first-child {
  padding-left: 0;
}

.proof-grid p + p {
  border-left: 1px solid rgb(245 243 239 / 10%);
}

.proof-grid strong {
  color: var(--ember);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.section {
  padding-block: clamp(96px, 12vw, 170px);
  scroll-margin-top: 78px;
}

.section-heading {
  margin-bottom: clamp(54px, 8vw, 90px);
}

.section-heading > p:not(.eyebrow),
.split-heading > p,
.language-copy > p:not(.eyebrow),
.memory-copy > p:not(.eyebrow),
.privacy-copy > p {
  color: var(--text-secondary);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.6;
}

.ivory-section {
  position: relative;
  overflow: hidden;
  background: var(--ivory);
  color: var(--ink);
}

.ivory-section::after {
  position: absolute;
  right: -12rem;
  bottom: -17rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgb(255 107 69 / 18%);
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 120px rgb(255 107 69 / 7%);
}

.ivory-section h2 em {
  color: #c84b32;
}

.ivory-section .eyebrow {
  color: #b83e29;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: end;
}

.split-heading h2 {
  max-width: 790px;
  margin: 0;
}

.split-heading > p {
  max-width: 510px;
  margin: 0 0 7px;
  color: #57555a;
}

.steps-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgb(19 19 21 / 16%);
}

.steps-grid article {
  padding: 38px 36px 36px;
}

.steps-grid article:first-child {
  padding-left: 0;
}

.steps-grid article + article {
  border-left: 1px solid rgb(19 19 21 / 16%);
}

.step-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(184 62 41 / 35%);
  border-radius: 50%;
  color: #b83e29;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.steps-grid h3 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.steps-grid p {
  margin: 0;
  color: #666369;
  line-height: 1.65;
}

.product-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 53%, rgb(255 107 69 / 10%), transparent 31rem),
    var(--graphite);
}

.product-heading {
  max-width: 890px;
  text-align: center;
  margin-inline: auto;
}

.product-heading h2 {
  margin-bottom: 22px;
}

.product-heading > p:last-child {
  max-width: 590px;
  margin-inline: auto;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
}

.screen-card {
  margin: 0;
}

.screen-card:nth-child(2) {
  transform: translateY(-38px);
}

.screen-frame {
  position: relative;
  width: min(100%, 320px);
  margin-inline: auto;
}

.screen-frame::before {
  inset: -7px;
  border-radius: 39px;
}

.screen-frame img {
  width: 100%;
  border-radius: 34px;
}

.screen-card figcaption {
  width: min(100%, 320px);
  margin: 26px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgb(245 243 239 / 12%);
}

.screen-card figcaption span,
.screen-card figcaption strong {
  display: block;
}

.screen-card figcaption span {
  margin-bottom: 7px;
  color: var(--ember);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.screen-card figcaption strong {
  font-size: 1.05rem;
}

.visual-note {
  margin: 50px 0 0;
  color: var(--text-tertiary);
  font-size: 0.75rem;
  text-align: center;
}

.memory-section {
  background: #e9e4dc;
  color: var(--ink);
}

.memory-section .eyebrow {
  color: #b83e29;
}

.memory-section h2 em {
  color: #b83e29;
}

.memory-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(64px, 10vw, 150px);
  align-items: center;
}

.memory-copy > p:not(.eyebrow) {
  color: #5f5c61;
}

.memory-card {
  border-block: 1px solid rgb(19 19 21 / 18%);
}

.memory-card > div {
  position: relative;
  padding: 28px 12px 28px 62px;
}

.memory-card > div + div {
  border-top: 1px solid rgb(19 19 21 / 18%);
}

.memory-card span {
  position: absolute;
  top: 31px;
  left: 4px;
  color: #b83e29;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.memory-card h3 {
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
}

.memory-card p {
  margin: 0;
  color: #666369;
}

.languages-section {
  background:
    radial-gradient(circle at 18% 30%, rgb(255 107 69 / 8%), transparent 25rem),
    var(--graphite-raised);
}

.language-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(62px, 10vw, 150px);
  align-items: start;
}

.language-copy {
  position: sticky;
  top: 125px;
}

.language-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  border-top: 1px solid rgb(245 243 239 / 12%);
}

.language-list li {
  min-height: 92px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgb(245 243 239 / 12%);
}

.language-list li:nth-child(2n) {
  border-left: 1px solid rgb(245 243 239 / 12%);
}

.language-list span {
  font-family: var(--serif);
  font-size: 1.45rem;
}

.language-list small {
  margin-top: 3px;
  color: var(--text-tertiary);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

.privacy-section {
  border-top: 1px solid rgb(245 243 239 / 10%);
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
  gap: clamp(58px, 10vw, 145px);
  align-items: start;
}

.privacy-layout h2 {
  max-width: 780px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.privacy-copy {
  padding-top: 32px;
}

.privacy-copy ul {
  margin: 32px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(245 243 239 / 12%);
}

.privacy-copy li {
  position: relative;
  padding: 15px 0 15px 28px;
  border-bottom: 1px solid rgb(245 243 239 / 12%);
  color: var(--sand);
}

.privacy-copy li::before {
  position: absolute;
  left: 2px;
  color: var(--mint);
  content: "✓";
}

.text-link {
  color: var(--ivory);
  font-weight: 700;
}

.final-cta {
  padding-top: 20px;
}

.cta-panel {
  padding: clamp(70px, 10vw, 126px) 32px;
  border: 1px solid rgb(255 197 101 / 16%);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 16%, rgb(255 107 69 / 18%), transparent 19rem),
    linear-gradient(145deg, var(--graphite-raised), var(--graphite));
  text-align: center;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%);
}

.cta-panel h2 {
  max-width: 850px;
  margin-inline: auto;
}

.cta-panel > p:not(.eyebrow) {
  color: var(--text-secondary);
  font-size: 1.2rem;
}

.cta-panel .button {
  width: min(100%, 340px);
  margin-top: 24px;
}

.cta-orb {
  width: 116px;
  height: 116px;
  margin: 0 auto 34px;
  border: 1px solid var(--ember);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 107 69 / 19%), transparent 67%);
  box-shadow:
    0 0 0 9px rgb(255 107 69 / 4%),
    0 0 56px rgb(255 107 69 / 20%);
}

.cta-orb span:nth-child(1),
.cta-orb span:nth-child(5) { height: 16px; }
.cta-orb span:nth-child(2),
.cta-orb span:nth-child(4) { height: 30px; }
.cta-orb span:nth-child(3) { height: 44px; }

.site-footer {
  padding: 72px 0 34px;
}

.footer-inner {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
  padding-top: 30px;
  border-top: 1px solid rgb(245 243 239 / 12%);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  color: var(--text-secondary);
}

.footer-brand img {
  width: 42px;
  height: 42px;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: var(--ivory);
}

.footer-brand span {
  margin-top: 2px;
  font-size: 0.78rem;
}

.footer-links {
  font-size: 0.84rem;
}

.copyright {
  grid-column: 1 / -1;
  font-size: 0.75rem;
}

/* Legal and support pages */
.legal-shell {
  padding: 72px 0 110px;
  display: grid;
  grid-template-columns: 210px minmax(0, 780px);
  gap: 54px;
  justify-content: center;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 5px;
}

.legal-nav a {
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--text-secondary);
  font-size: 0.86rem;
  text-decoration: none;
}

.legal-nav a:hover {
  background: var(--surface);
  color: var(--ivory);
}

.legal-card {
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid rgb(245 243 239 / 11%);
  border-radius: 28px;
  background: var(--graphite-raised);
}

.legal-card h1 {
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
}

.legal-card h2 {
  margin: 50px 0 14px;
  font-family: var(--sans);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.legal-card h3 {
  margin-top: 30px;
}

.legal-card p,
.legal-card li {
  color: var(--sand);
}

.legal-card li + li {
  margin-top: 10px;
}

.legal-card a {
  color: var(--amber);
}

.business-contact {
  margin-top: 38px;
  color: var(--text-secondary);
  font-style: normal;
}

.confirmation-shell {
  min-height: calc(100svh - 80px);
  padding-block: 90px;
  display: grid;
  place-items: center;
  text-align: center;
}

.confirmation-card {
  width: min(620px, 100%);
  padding: clamp(38px, 7vw, 72px);
  border: 1px solid rgb(255 197 101 / 18%);
  border-radius: 32px;
  background: var(--graphite-raised);
  box-shadow: 0 34px 100px rgb(0 0 0 / 38%);
}

.confirmation-card h1 {
  font-size: clamp(3.2rem, 9vw, 6rem);
}

.confirmation-card p:not(.eyebrow) {
  color: var(--text-secondary);
  font-size: 1.12rem;
}

.confirmation-card .button {
  width: min(100%, 280px);
}

@media (max-width: 1020px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.74fr);
    gap: 42px;
  }

  .hero-visual {
    min-height: 630px;
  }

  .product-note {
    right: -6%;
  }

  .language-layout,
  .memory-layout,
  .privacy-layout {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .language-copy {
    position: static;
  }
}

@media (max-width: 820px) {
  .container,
  .nav,
  .footer-inner {
    width: min(100% - 32px, 680px);
  }

  .nav-links .optional {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  h1 {
    max-width: 680px;
  }

  .hero-lead {
    max-width: 620px;
  }

  .voice-thread {
    top: 39%;
    width: 100%;
    opacity: 0.38;
  }

  .hero-visual {
    min-height: 720px;
  }

  .phone-stage {
    width: min(65vw, 400px);
  }

  .product-note {
    right: 7%;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    padding-block: 12px;
  }

  .proof-grid p,
  .proof-grid p:first-child {
    padding: 11px 0;
  }

  .proof-grid p + p {
    border-top: 1px solid rgb(245 243 239 / 10%);
    border-left: 0;
  }

  .split-heading,
  .memory-layout,
  .language-layout,
  .privacy-layout {
    grid-template-columns: 1fr;
  }

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

  .steps-grid article,
  .steps-grid article:first-child {
    padding: 30px 6px;
  }

  .steps-grid article + article {
    border-top: 1px solid rgb(19 19 21 / 16%);
    border-left: 0;
  }

  .step-icon {
    margin-bottom: 30px;
  }

  .product-gallery {
    gap: 22px;
  }

  .screen-card:nth-child(2) {
    transform: translateY(-22px);
  }

  .language-layout,
  .memory-layout,
  .privacy-layout {
    gap: 50px;
  }

  .legal-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .legal-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .nav {
    min-height: 70px;
  }

  .brand {
    font-size: 1.22rem;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-cta {
    padding: 9px 13px;
    font-size: 0.79rem;
  }

  h1 {
    font-size: clamp(3.45rem, 17vw, 5.1rem);
  }

  h2 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .hero {
    padding-top: 52px;
    padding-bottom: 60px;
  }

  .hero-lead {
    margin-bottom: 26px;
  }

  .waitlist-form {
    margin-inline: -3px;
    padding: 20px;
    border-radius: 24px;
  }

  .form-heading {
    display: block;
  }

  .launch-badge {
    margin-top: 12px;
  }

  .form-pair {
    grid-template-columns: 1fr;
  }

  .pair-arrow {
    min-height: 22px;
    justify-content: start;
    transform: rotate(90deg);
  }

  .hero-visual {
    min-height: 640px;
  }

  .phone-stage {
    width: min(82vw, 365px);
  }

  .product-note {
    right: 0;
    bottom: 12%;
  }

  .section {
    padding-block: 92px;
  }

  .section-heading {
    margin-bottom: 52px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .screen-card:nth-child(2) {
    transform: none;
  }

  .screen-frame,
  .screen-card figcaption {
    width: min(82vw, 340px);
  }

  .language-list {
    grid-template-columns: 1fr;
  }

  .language-list li:nth-child(2n) {
    border-left: 0;
  }

  .language-list li {
    min-height: 82px;
    padding-inline: 8px;
  }

  .cta-panel {
    padding-inline: 20px;
    border-radius: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    align-items: flex-start;
  }

  .copyright {
    grid-column: auto;
  }

  .legal-card {
    padding-inline: 24px;
    border-radius: 22px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focused dark-mode homepage */
.home-page {
  background: var(--graphite);
}

.home-page .site-header {
  background: rgb(9 10 13 / 84%);
}

.home-page .nav {
  min-height: 76px;
}

.home-page .brand {
  gap: 10px;
  font-size: 1.3rem;
}

.home-page .brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.home-page .nav-links {
  gap: 24px;
}

.home-page .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.home-page .nav-cta span {
  font-size: 1rem;
  line-height: 1;
}

.home-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgb(245 243 239 / 10%);
  background:
    radial-gradient(circle at 79% 18%, rgb(255 107 69 / 10%), transparent 25rem),
    radial-gradient(circle at 15% 100%, rgb(255 197 101 / 4%), transparent 29rem),
    var(--graphite);
}

.home-hero::after {
  position: absolute;
  right: -16rem;
  bottom: -25rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgb(255 107 69 / 13%);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 120px rgb(255 107 69 / 5%);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  min-height: clamp(470px, 68svh, 700px);
  padding-block: clamp(82px, 11vw, 150px) clamp(72px, 9vw, 120px);
  display: flex;
  align-items: flex-end;
}

.home-hero-copy {
  max-width: 780px;
}

.home-hero .eyebrow {
  margin-bottom: 22px;
}

.home-hero h1 {
  max-width: 820px;
  margin-bottom: 25px;
  font-size: clamp(4rem, 8vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.home-hero h1 em,
.home-experience h2 em,
.home-waitlist h2 em {
  color: var(--ember);
}

.home-hero-lead {
  max-width: 550px;
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  line-height: 1.55;
}

.home-hero-meta {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  color: var(--sand);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.home-hero-meta i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 0 5px rgb(255 107 69 / 10%);
}

.home-experience {
  position: relative;
  overflow: hidden;
  padding-block: clamp(90px, 11vw, 146px) 52px;
  background:
    radial-gradient(circle at 45% 38%, rgb(255 107 69 / 8%), transparent 29rem),
    var(--graphite);
}

.experience-heading {
  margin-bottom: clamp(44px, 6vw, 70px);
}

.experience-heading h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.94;
}

.gallery-viewport {
  width: 100%;
  overflow: hidden;
}

.home-gallery {
  width: 100%;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 2.8vw, 38px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1248px) {
  .home-gallery {
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: calc((100vw - 1200px) / 2);
  }
}

.home-gallery::-webkit-scrollbar {
  display: none;
}

.home-screen-card {
  flex: 0 0 min(36vw, 520px);
  margin: 0;
  scroll-snap-align: start;
}

.home-screen-frame {
  position: relative;
  width: 100%;
  height: clamp(470px, 57vw, 650px);
  overflow: hidden;
  border: 1px solid rgb(255 107 69 / 33%);
  border-radius: 30px;
  background: #0b0c0f;
  box-shadow:
    0 36px 70px rgb(0 0 0 / 38%),
    0 0 42px rgb(255 107 69 / 7%),
    inset 0 1px 0 rgb(255 255 255 / 7%);
}

.home-screen-frame::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 3%);
}

.home-screen-frame img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
}

/* The Talk screen's legacy bottom action is intentionally outside the crop. */
.home-screen-frame.crop-talk {
  height: auto;
  aspect-ratio: 603 / 730;
}

.home-screen-card:nth-child(2) .home-screen-frame {
  transform: translateY(20px);
}

.home-screen-card:nth-child(4) .home-screen-frame {
  transform: translateY(10px);
}

.home-screen-card figcaption {
  margin-top: 22px;
  padding: 0 4px;
}

.home-screen-card figcaption span,
.home-screen-card figcaption strong {
  display: block;
}

.home-screen-card figcaption span {
  margin-bottom: 7px;
  color: var(--ember);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-screen-card figcaption strong {
  color: var(--ivory);
  font-size: 1rem;
  font-weight: 620;
}

.gallery-footer {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gallery-footer p {
  margin: 0;
  color: var(--sand);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.gallery-footer p span {
  margin-left: 8px;
  color: var(--ember);
  font-size: 1.1rem;
}

.gallery-dots {
  display: flex;
  gap: 7px;
}

.gallery-dots i {
  width: 27px;
  height: 4px;
  display: block;
  border-radius: 99px;
  background: rgb(245 243 239 / 19%);
}

.gallery-dots i:first-child {
  background: var(--ember);
}

.home-benefits {
  padding-block: 44px 92px;
  background: var(--graphite);
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgb(245 243 239 / 12%);
}

.benefit-item {
  min-width: 0;
  padding: 28px 28px 28px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.benefit-item + .benefit-item {
  padding-left: 28px;
  border-left: 1px solid rgb(245 243 239 / 12%);
}

.benefit-mark {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 107 69 / 45%);
  border-radius: 50%;
  color: var(--ember);
  font-size: 1.3rem;
  line-height: 1;
}

.benefit-mark-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.benefit-mark-wave i {
  width: 2px;
  display: block;
  border-radius: 99px;
  background: var(--ember);
}

.benefit-mark-wave i:nth-child(1),
.benefit-mark-wave i:nth-child(5) { height: 9px; }
.benefit-mark-wave i:nth-child(2),
.benefit-mark-wave i:nth-child(4) { height: 17px; }
.benefit-mark-wave i:nth-child(3) { height: 23px; }

.benefit-item h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  letter-spacing: -0.025em;
}

.benefit-item p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.83rem;
  line-height: 1.45;
}

.home-waitlist {
  padding-block: clamp(82px, 10vw, 128px);
  border-block: 1px solid rgb(245 243 239 / 10%);
  background:
    radial-gradient(circle at 18% 42%, rgb(255 107 69 / 10%), transparent 24rem),
    var(--graphite-raised);
}

.waitlist-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: center;
}

.waitlist-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(3.2rem, 5.8vw, 5.8rem);
  line-height: 0.9;
}

.waitlist-copy > p:not(.eyebrow):not(.waitlist-proof) {
  max-width: 390px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.55;
}

.waitlist-proof {
  margin: 28px 0 0;
  color: var(--text-tertiary);
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.waitlist-proof span {
  margin-right: 8px;
  color: var(--mint);
  font-size: 0.6rem;
  vertical-align: 2px;
}

.home-waitlist-form {
  max-width: none;
  padding: clamp(24px, 3vw, 34px);
  border-color: rgb(255 107 69 / 25%);
  background: linear-gradient(145deg, rgb(30 32 38 / 98%), rgb(12 13 16 / 98%));
  box-shadow: 0 28px 80px rgb(0 0 0 / 34%), 0 0 54px rgb(255 107 69 / 5%);
}

.home-waitlist-form .form-pair {
  grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr);
}

.home-languages {
  padding-block: clamp(76px, 9vw, 110px);
  background: var(--graphite);
}

.languages-line {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 48px;
  align-items: end;
}

.languages-line h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.language-summary {
  margin: 0 0 7px;
  color: var(--sand);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.55;
}

.home-privacy {
  border-top: 1px solid rgb(245 243 239 / 10%);
  background: var(--graphite);
}

.privacy-line {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.privacy-line p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.86rem;
}

.privacy-line strong {
  color: var(--ivory);
}

.privacy-dot {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgb(167 217 184 / 9%);
  vertical-align: 1px;
}

.home-footer {
  padding-top: 44px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .home-screen-card {
    flex-basis: min(68vw, 430px);
  }

  .waitlist-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 44px;
  }

  .languages-line {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .home-page .nav {
    min-height: 70px;
  }

  .home-nav-link {
    display: none;
  }

  .home-hero-inner {
    min-height: auto;
    padding-block: 76px 78px;
  }

  .home-hero h1 {
    max-width: 620px;
  }

  .waitlist-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .waitlist-copy > p:not(.eyebrow):not(.waitlist-proof) {
    max-width: 540px;
  }

  .home-waitlist-form {
    width: min(100%, 620px);
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }

  .benefit-item,
  .benefit-item + .benefit-item {
    padding: 22px 0;
    border-left: 0;
  }

  .benefit-item + .benefit-item {
    border-top: 1px solid rgb(245 243 239 / 12%);
  }

  .privacy-line {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 25px;
  }
}

@media (max-width: 620px) {
  .home-page .container,
  .home-page .nav,
  .home-page .footer-inner {
    width: min(100% - 32px, 680px);
  }

  .home-page .nav-links {
    gap: 0;
  }

  .home-page .nav-cta {
    padding: 9px 12px;
    font-size: 0.76rem;
  }

  .home-hero-inner {
    padding-block: 66px 62px;
  }

  .home-hero .eyebrow {
    margin-bottom: 18px;
  }

  .home-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(3.45rem, 16.7vw, 5rem);
    line-height: 0.9;
  }

  .home-hero-lead {
    font-size: 1.05rem;
  }

  .home-hero-meta {
    margin-top: 26px;
    display: grid;
    gap: 14px;
    font-size: 0.68rem;
  }

  .home-experience {
    padding-block: 76px 42px;
  }

  .experience-heading {
    margin-bottom: 38px;
  }

  .experience-heading h2 {
    font-size: clamp(2.9rem, 13vw, 4.2rem);
  }

  .home-gallery {
    gap: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-screen-card {
    flex-basis: 78vw;
  }

  .home-screen-frame {
    height: 520px;
    border-radius: 24px;
  }

  .home-screen-card:nth-child(2) .home-screen-frame,
  .home-screen-card:nth-child(4) .home-screen-frame {
    transform: none;
  }

  .home-screen-card figcaption {
    margin-top: 17px;
  }

  .gallery-footer {
    margin-top: 31px;
  }

  .gallery-footer p {
    font-size: 0.76rem;
  }

  .gallery-dots i {
    width: 20px;
  }

  .home-benefits {
    padding-block: 35px 72px;
  }

  .benefit-item h3 {
    font-size: 1rem;
  }

  .home-waitlist {
    padding-block: 72px;
  }

  .waitlist-copy h2 {
    font-size: clamp(3.2rem, 15vw, 4.5rem);
  }

  .home-waitlist-form {
    padding: 21px;
    border-radius: 24px;
  }

  .home-waitlist-form .form-pair {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .home-waitlist-form .pair-arrow {
    min-height: 17px;
    justify-content: flex-start;
    transform: rotate(90deg);
  }

  .home-languages {
    padding-block: 68px 78px;
  }

  .languages-line {
    gap: 24px;
  }

  .languages-line h2 {
    font-size: clamp(2.8rem, 13vw, 4.1rem);
  }

  .language-summary {
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .privacy-line {
    gap: 17px;
  }
}

/* Full-screen product carousel */
.carousel-shell {
  position: relative;
  outline: none;
}

.carousel-stage {
  overflow: hidden;
  padding: 8px 0 20px;
  touch-action: pan-y;
}

.carousel-track {
  display: flex;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.carousel-slide {
  min-width: 100%;
  padding: 0 clamp(20px, 5vw, 78px);
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(42px, 8vw, 126px);
}

.device-frame {
  position: relative;
  isolation: isolate;
  width: min(100%, 410px);
  margin-inline: auto;
  padding: 10px;
  border: 1px solid rgb(255 197 101 / 32%);
  border-radius: 48px;
  background: linear-gradient(145deg, #31343a 0%, #14161a 30%, #050607 100%);
  box-shadow:
    0 48px 100px rgb(0 0 0 / 58%),
    0 0 70px rgb(255 107 69 / 10%),
    inset 0 1px 0 rgb(255 255 255 / 14%);
}

.device-frame::before,
.device-frame::after {
  position: absolute;
  z-index: -1;
  width: 3px;
  border-radius: 99px;
  background: #303238;
  content: "";
}

.device-frame::before {
  top: 108px;
  bottom: 145px;
  left: -3px;
}

.device-frame::after {
  top: 152px;
  height: 78px;
  right: -3px;
}

.device-screen {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 39px;
  background: #090a0d;
}

.device-screen img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-caption {
  max-width: 405px;
}

.carousel-caption span {
  display: block;
  margin-bottom: 18px;
  color: var(--ember);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.carousel-caption h3 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.carousel-caption p {
  max-width: 360px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.6;
}

.carousel-controls {
  min-height: 62px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgb(245 243 239 / 12%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.carousel-arrow {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgb(255 107 69 / 38%);
  border-radius: 50%;
  background: rgb(255 107 69 / 7%);
  color: var(--ivory);
  font-size: 1.2rem;
  line-height: 1;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.carousel-arrow:hover {
  background: var(--ember);
  color: var(--graphite);
  transform: translateY(-1px);
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 4px;
}

.carousel-dots button {
  width: 38px;
  height: 30px;
  padding: 0;
  border: 0;
  display: grid;
  place-items: center;
  background: transparent;
}

.carousel-dots button span {
  width: 22px;
  height: 4px;
  display: block;
  border-radius: 99px;
  background: rgb(245 243 239 / 20%);
  transition: width 300ms ease, background 300ms ease;
}

.carousel-dots button[aria-selected="true"] span {
  width: 34px;
  background: var(--ember);
}

.carousel-hint {
  margin: 16px 0 0;
  color: var(--text-tertiary);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.carousel-hint span {
  margin-right: 7px;
  color: var(--ember);
  font-size: 1rem;
  vertical-align: -1px;
}

@media (max-width: 820px) {
  .carousel-slide {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding-inline: 16px;
  }

  .device-frame {
    width: min(100%, 370px);
  }

  .carousel-caption {
    max-width: 500px;
    margin-inline: auto;
    text-align: center;
  }

  .carousel-caption p {
    margin-inline: auto;
  }

  .carousel-caption span {
    margin-bottom: 13px;
  }

  .carousel-caption h3 {
    margin-bottom: 13px;
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }
}

@media (max-width: 620px) {
  .carousel-stage {
    padding-top: 0;
  }

  .carousel-slide {
    gap: 25px;
    padding-inline: 0;
  }

  .device-frame {
    width: min(82vw, 350px);
    padding: 8px;
    border-radius: 39px;
  }

  .device-screen {
    border-radius: 32px;
  }

  .carousel-caption h3 {
    font-size: clamp(2.55rem, 13vw, 3.6rem);
  }

  .carousel-caption p {
    font-size: 0.98rem;
  }

  .carousel-controls {
    gap: 14px;
  }

  .carousel-hint {
    font-size: 0.66rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track,
  .carousel-dots button span,
  .carousel-arrow {
    transition: none;
  }
}

/* Hero refresh: launch form first, product proof beside it */
.home-page .home-hero {
  border-bottom-color: rgb(245 243 239 / 12%);
  background:
    radial-gradient(circle at 78% 42%, rgb(255 107 69 / 14%), transparent 28rem),
    radial-gradient(circle at 95% 88%, rgb(167 217 184 / 7%), transparent 24rem),
    var(--graphite);
}

.home-page .home-hero::after {
  right: -19rem;
  bottom: -25rem;
  width: 45rem;
  height: 45rem;
  border-color: rgb(255 107 69 / 14%);
  box-shadow: 0 0 150px rgb(255 107 69 / 7%);
}

.home-page .home-hero-inner {
  min-height: min(920px, calc(100svh - 80px));
  padding-block: clamp(58px, 7vw, 92px) clamp(70px, 8vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(370px, 0.72fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
}

.home-hero-content {
  min-width: 0;
}

.home-page .home-hero-copy {
  max-width: 670px;
}

.home-page .home-hero .eyebrow {
  margin-bottom: 21px;
}

.home-page .home-hero h1 {
  max-width: 700px;
  margin-bottom: 25px;
  font-size: clamp(4rem, 7.3vw, 7.4rem);
  line-height: 0.88;
}

.home-page .home-hero-lead {
  max-width: 520px;
  font-size: clamp(1.08rem, 1.65vw, 1.28rem);
}

.home-page .home-hero-meta {
  margin-top: 27px;
}

.hero-waitlist-form {
  width: min(100%, 660px);
  margin-top: clamp(30px, 4vw, 42px);
  padding: clamp(22px, 2.7vw, 31px);
  border-color: rgb(255 107 69 / 30%);
  background: linear-gradient(150deg, rgb(31 32 38 / 98%), rgb(12 13 16 / 98%));
  box-shadow:
    0 30px 90px rgb(0 0 0 / 38%),
    0 0 60px rgb(255 107 69 / 7%),
    inset 0 1px 0 rgb(255 255 255 / 7%);
}

.hero-form-heading {
  margin-bottom: 22px;
}

.hero-form-heading span {
  display: block;
  margin-bottom: 6px;
  color: var(--ember);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-form-heading strong {
  display: block;
  color: var(--ivory);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.home-hero-visual {
  position: relative;
  min-height: min(760px, calc(100svh - 110px));
  display: grid;
  place-items: center;
}

.hero-visual-orbit {
  position: absolute;
  width: min(92%, 650px);
  aspect-ratio: 1;
  border: 1px solid rgb(255 107 69 / 17%);
  border-radius: 50%;
  background: radial-gradient(circle at 48% 52%, rgb(255 107 69 / 17%), transparent 53%);
  box-shadow: 0 0 130px rgb(255 107 69 / 9%);
  transform: translate(5%, 2%) rotate(-14deg);
}

.hero-visual-orbit::after {
  position: absolute;
  inset: 11%;
  border: 1px solid rgb(167 217 184 / 15%);
  border-radius: inherit;
  content: "";
}

.hero-signal {
  position: absolute;
  top: 14%;
  right: 0;
  z-index: 2;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  opacity: 0.7;
  transform: rotate(-7deg);
}

.hero-signal i {
  width: 3px;
  height: 20px;
  display: block;
  border-radius: 99px;
  background: var(--ember);
  box-shadow: 0 0 14px rgb(255 107 69 / 65%);
}

.hero-signal i:nth-child(2),
.hero-signal i:nth-child(8) { height: 31px; }

.hero-signal i:nth-child(3),
.hero-signal i:nth-child(7) { height: 43px; }

.hero-signal i:nth-child(4),
.hero-signal i:nth-child(6) { height: 58px; }

.hero-signal i:nth-child(5) { height: 74px; background: var(--amber); }

.hero-device {
  position: relative;
  z-index: 3;
  isolation: isolate;
  width: min(100%, 390px);
  padding: 10px;
  border: 1px solid rgb(255 197 101 / 35%);
  border-radius: 50px;
  background: linear-gradient(145deg, #34383d 0%, #15171a 30%, #050607 100%);
  box-shadow:
    0 52px 110px rgb(0 0 0 / 62%),
    0 0 90px rgb(255 107 69 / 13%),
    inset 0 1px 0 rgb(255 255 255 / 16%);
  transform: rotate(4deg) translate(3%, -1%);
}

.hero-device::before,
.hero-device::after {
  position: absolute;
  z-index: 1;
  width: 3px;
  border-radius: 99px;
  background: #35383e;
  content: "";
}

.hero-device::before {
  top: 112px;
  bottom: 150px;
  left: -3px;
}

.hero-device::after {
  top: 154px;
  height: 80px;
  right: -3px;
}

.hero-device-screen {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 41px;
  background: #090a0d;
}

.hero-device-screen img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-visual-note {
  position: absolute;
  right: 0;
  bottom: 4%;
  z-index: 4;
  max-width: 215px;
  margin: 0;
  color: var(--sand);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}

.hero-visual-note span {
  margin-right: 7px;
  color: var(--mint);
  font-size: 0.56rem;
  vertical-align: 2px;
}

@media (max-width: 1020px) {
  .home-page .home-hero-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
    gap: 44px;
  }

  .home-hero-visual {
    min-height: 650px;
  }

  .hero-device {
    width: min(100%, 350px);
  }

  .hero-signal {
    right: -8%;
  }
}

@media (max-width: 820px) {
  .home-page .home-hero-inner {
    min-height: auto;
    padding-block: 68px 74px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-hero-content,
  .home-hero-visual {
    width: 100%;
  }

  .home-hero-visual {
    min-height: 680px;
    margin-top: 34px;
  }

  .hero-device {
    width: min(68vw, 380px);
  }

  .hero-visual-note {
    right: 4%;
    bottom: 1%;
  }
}

@media (max-width: 620px) {
  .home-page .home-hero-inner {
    padding-block: 54px 60px;
  }

  .home-page .home-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(3.45rem, 16.7vw, 5rem);
  }

  .home-page .home-hero-lead {
    font-size: 1.05rem;
  }

  .home-page .home-hero-meta {
    margin-top: 25px;
  }

  .hero-waitlist-form {
    margin-top: 28px;
    padding: 20px;
    border-radius: 24px;
  }

  .hero-form-heading {
    margin-bottom: 19px;
  }

  .home-hero-visual {
    min-height: min(142vw, 600px);
    margin-top: 28px;
  }

  .hero-device {
    width: min(82vw, 350px);
    padding: 8px;
    border-radius: 40px;
    transform: rotate(3deg);
  }

  .hero-device-screen {
    border-radius: 33px;
  }

  .hero-signal {
    top: 7%;
    right: -1%;
    width: 112px;
    gap: 3px;
    transform: rotate(-7deg) scale(0.8);
  }

  .hero-visual-note {
    position: static;
    max-width: 270px;
    margin: -2px auto 0;
    text-align: center;
  }
}
