@font-face {
  font-family: "Roobert";
  src: url("roobert-font-family/RoobertTRIAL-Light-BF67243fd502239.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("roobert-font-family/RoobertTRIAL-Regular-BF67243fd53fdf2.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("roobert-font-family/RoobertTRIAL-Medium-BF67243fd53e059.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("roobert-font-family/RoobertTRIAL-SemiBold-BF67243fd54213d.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("roobert-font-family/RoobertTRIAL-Bold-BF67243fd540abb.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("roobert-font-family/RoobertTRIAL-Heavy-BF67243fd53e164.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --font-body: "Roobert", sans-serif;
  --font-title: "Roobert", sans-serif;
  --font-home-copy: "Roobert", sans-serif;
  --background: #f2eee4;
  --surface: rgba(255, 252, 246, 0.78);
  --surface-strong: #fffaf2;
  --border: rgba(30, 29, 26, 0.12);
  --border-strong: rgba(30, 29, 26, 0.18);
  --text: #1a1713;
  --muted: #5b534a;
  --accent: #9d5f2e;
  --accent-deep: #71411c;
  --home-brand-hover-gradient: linear-gradient(180deg, #ffbd59 0%, #fa9700 34%, #cd6d20 68%, #000000 100%);
  --nav-link-color: var(--muted);
  --nav-link-hover-color: #000000;
  --shadow: 0 24px 70px rgba(53, 35, 18, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
}

body {
  min-height: 100vh;
  color: var(--text);
  background: var(--background);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
}

html.page-transition-armed,
html.page-transition-outgoing,
html.page-transition-active {
  overflow: hidden;
}

body > :not(.page-transition) {
  transition: opacity 0.24s ease;
}

html.page-transition-armed body,
html.page-transition-outgoing body {
  background: #ffffff !important;
}

html.page-transition-armed body > :not(.page-transition),
html.page-transition-outgoing body > :not(.page-transition) {
  opacity: 0;
}

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

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 2000;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  isolation: isolate;
}

.page-transition.is-visible {
  visibility: visible;
}

.page-transition__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 54% at 50% 50%, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.24) 34%, transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  opacity: 0;
}

.page-transition__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}

.page-transition__card {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow:
    0 12px 28px rgba(39, 24, 12, 0.16),
    0 2px 8px rgba(39, 24, 12, 0.1);
  background: rgba(255, 250, 242, 0.88);
  transform-origin: center center;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.page-transition__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* ==========================================
   HOME PAGE
   ========================================== */

body.home-page {
  --home-headline-gradient: linear-gradient(90deg, #ffbd59 0%, #fa9700 34%, #cd6d20 68%, #000000 100%);
  --home-cta-glass-fill: rgba(255, 255, 255, 0.08);
  --home-cta-glass-edge: rgba(255, 255, 255, 0.26);
  --home-cta-glass-specular: rgba(255, 255, 255, 0.92);
  --home-cta-glass-cool: rgba(165, 203, 255, 0.24);
  --home-cta-glass-warm: rgba(255, 220, 184, 0.26);
  --home-cta-glass-depth: rgba(93, 56, 25, 0.16);
  --home-cta-glass-fill-primary: rgba(255, 247, 236, 0.1);
  --home-cta-glass-edge-primary: rgba(255, 238, 214, 0.34);
  --home-cta-glass-cool-primary: rgba(255, 233, 198, 0.16);
  --home-cta-glass-warm-primary: rgba(255, 190, 112, 0.32);
  --home-cta-glass-depth-primary: rgba(112, 66, 28, 0.2);
  --beta-sheet-backdrop-background: rgba(24, 16, 10, 0.28);
  --beta-sheet-backdrop-filter: blur(16px);
  overflow-x: hidden;
  overflow-y: hidden;
  background: #ffffff;
}

body.home-page.home-page--gradient-active {
  background:
    radial-gradient(circle at top left, rgba(219, 171, 108, 0.35), transparent 32%),
    radial-gradient(circle at top right, rgba(108, 131, 156, 0.18), transparent 28%),
    linear-gradient(180deg, #f7f3eb 0%, var(--background) 100%);
}

body.home-page.home-page--scroll-ready {
  overflow-y: auto;
}

body.beta-sheet-open {
  overflow: hidden;
}

.home-header {
  --home-header-gap: clamp(46px, 6vw, 88px);
  position: fixed;
  inset: 0;
  z-index: 130;
  pointer-events: none;
}

body.home-page .home-header {
  z-index: 240;
}

.home-header > * {
  pointer-events: auto;
}

.home-header__topbar {
  position: absolute;
  top: clamp(16px, 2.6vw, 28px);
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  display: flex;
  align-items: center;
  gap: var(--home-header-gap);
}

.home-header__brand {
  position: relative;
  display: block;
  color: rgba(26, 23, 19, 0.96);
  font-family: var(--font-home-copy);
  font-size: clamp(1.2rem, 1.9vw, 1.65rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none;
  perspective: 900px;
  cursor: pointer;
}

.home-header__brand::before {
  content: "";
  position: absolute;
  inset: -0.62em -0.24em;
}

.home-header__brand-measure {
  display: block;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
}

.home-header__brand-rotator {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.home-header__brand-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  filter: blur(1px);
  transform: rotateX(-82deg) scale(0.94);
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition:
    opacity 0.34s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.34s ease;
}

.home-header__brand-face--active {
  opacity: 1;
  filter: blur(0);
  transform: rotateX(0deg) scale(1);
}

.home-header__brand-face--exit {
  opacity: 0;
  filter: blur(1px);
  transform: rotateX(82deg) scale(0.94);
}

.home-header__brand-word {
  display: block;
}

.home-header__brand-word--gradient {
  color: #cd6d20;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .home-header__brand-word--gradient {
    background-image: var(--home-brand-hover-gradient);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.home-header__brand-face--image {
  align-items: center;
  justify-content: center;
}

.home-header__brand-face--image img {
  display: block;
  width: auto;
  height: 234%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.home-header__nav {
  display: flex;
}

.home-header__nav a,
.home-header__nav-link {
  color: var(--nav-link-color);
  font-family: var(--font-body);
  font-size: clamp(1.01rem, 1.34vw, 1.18rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-header__nav--top {
  align-items: center;
  gap: var(--home-header-gap);
  flex-wrap: nowrap;
  justify-content: flex-end;
  white-space: nowrap;
}

body.test-flight-page .home-header__nav--top,
body.press-page .home-header__nav--top,
body.support-page .home-header__nav--top,
body.legal-doc-page .home-header__nav--top,
body.changelog-page .home-header__nav--top {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease,
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

body.test-flight-page .home-header--topbar-nav-hidden .home-header__nav--top,
body.press-page .home-header--topbar-nav-hidden .home-header__nav--top,
body.support-page .home-header--topbar-nav-hidden .home-header__nav--top,
body.legal-doc-page .home-header--topbar-nav-hidden .home-header__nav--top,
body.changelog-page .home-header--topbar-nav-hidden .home-header__nav--top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
}

.home-header__nav-link,
.page-header__nav-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.home-header__nav a:hover,
.home-header__nav-link:hover {
  color: var(--nav-link-hover-color);
}

.home-header__nav a:focus-visible,
.home-header__nav-link:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.42);
  outline-offset: 4px;
}

.home-header__resources {
  --home-resources-panel-offset: 10px;
  position: relative;
}

.home-header__resources-toggle {
  display: block;
  list-style: none;
  cursor: pointer;
}

.home-header__resources-toggle::-webkit-details-marker {
  display: none;
}

.home-header__resources-toggle::marker {
  content: "";
}

.home-header__resources-list {
  padding-top: 0;
  gap: 0;
}

.home-header__resources:not(.home-header__resources--menu) .home-header__resources-list {
  position: absolute;
  top: calc(100% + var(--home-resources-panel-offset));
  left: 0;
  display: grid;
  min-width: max-content;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(114, 104, 91, 0.24);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.54) 100%);
  box-shadow:
    0 24px 52px rgba(53, 35, 18, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    inset 0 -1px 0 rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(24px) saturate(170%) contrast(1.04);
  -webkit-backdrop-filter: blur(24px) saturate(170%) contrast(1.04);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transform-origin: top left;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

.home-header__resources:not(.home-header__resources--menu) .home-header__resources-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * var(--home-resources-panel-offset));
  height: var(--home-resources-panel-offset);
  pointer-events: auto;
}

.home-header__resources-separator {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 2px;
  background: rgba(106, 94, 80, 0.28);
}

.home-header:not(.home-header--resources-hover-blocked) .home-header__resources:not(.home-header__resources--menu):hover .home-header__resources-list,
.home-header__resources:not(.home-header__resources--menu):focus-within .home-header__resources-list,
.home-header__resources:not(.home-header__resources--menu).is-open .home-header__resources-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .home-header__resources:not(.home-header__resources--menu) .home-header__resources-list {
    background: rgba(255, 255, 255, 0.95);
  }
}

.home-header__menu {
  position: relative;
  display: none;
  margin-left: auto;
  flex: 0 0 auto;
}

.home-header__menu-toggle {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(46px, 5.2vw, 52px);
  height: clamp(46px, 5.2vw, 52px);
  padding: 0;
  border: 1px solid rgba(26, 23, 19, 0.12);
  border-radius: clamp(16px, 2vw, 18px);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 18px 42px rgba(53, 35, 18, 0.14);
  cursor: pointer;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

.home-header__menu-toggle::-webkit-details-marker {
  display: none;
}

.home-header__menu-toggle::marker {
  content: "";
}

.home-header__menu-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(26, 23, 19, 0.18);
  background: rgba(255, 248, 240, 0.86);
}

.home-header__menu-toggle:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.42);
  outline-offset: 4px;
}

.home-header__menu-toggle-icon {
  display: inline-grid;
  gap: 5px;
}

.home-header__menu-toggle-icon span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(26, 23, 19, 0.94);
  transform-origin: center;
  transition:
    transform 0.22s ease,
    opacity 0.18s ease;
}

.home-header__menu-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(248px, calc(100vw - 28px));
  padding: 10px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(26, 23, 19, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 247, 238, 0.9) 100%);
  box-shadow: 0 24px 56px rgba(53, 35, 18, 0.18);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-header__menu-panel a,
.home-header__menu-panel .home-header__menu-action,
.home-header__menu-panel .home-header__resources-toggle {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--nav-link-color);
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.home-header__menu-action {
  appearance: none;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.home-header__menu-panel a:hover,
.home-header__menu-panel .home-header__menu-action:hover,
.home-header__menu-panel a:focus-visible,
.home-header__menu-panel .home-header__menu-action:focus-visible,
.home-header__menu-panel .home-header__resources-toggle:hover,
.home-header__menu-panel .home-header__resources-toggle:focus-visible {
  color: var(--nav-link-hover-color);
  background: rgba(157, 95, 46, 0.08);
}

.home-header__menu-panel a:focus-visible,
.home-header__menu-panel .home-header__menu-action:focus-visible,
.home-header__menu-panel .home-header__resources-toggle:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.28);
  outline-offset: 2px;
}

.home-header__menu-panel .home-header__resources {
  width: 100%;
}

.home-header__menu-panel .home-header__resources-list {
  position: static;
  display: none;
  min-width: 0;
  padding-top: 0;
  gap: 0;
  z-index: auto;
}

.home-header__menu-panel .home-header__resources-separator {
  margin: 4px 14px;
}

.home-header__resources--menu[open] .home-header__resources-list,
.home-header__resources--menu.is-open .home-header__resources-list {
  display: grid;
}

.home-header__menu[open] .home-header__menu-toggle {
  border-color: rgba(26, 23, 19, 0.18);
  background: rgba(255, 248, 240, 0.9);
  box-shadow: 0 22px 48px rgba(53, 35, 18, 0.16);
}

.home-header__menu[open] .home-header__menu-toggle-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.home-header__menu[open] .home-header__menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.home-header__menu[open] .home-header__menu-toggle-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.home-header__menu[open] .home-header__menu-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.home-header--compact .home-header__nav--top {
  display: none;
}

.home-header--compact .home-header__menu {
  display: block;
}

.beta-signup {
  --beta-panel-offset: 14px;
  --beta-panel-width: min(400px, calc(100vw - 36px));
  position: relative;
  display: inline-flex;
  align-items: center;
}

.beta-signup__viewport-backdrop {
  position: fixed;
  inset: 0;
  z-index: 230;
  background: var(--beta-sheet-backdrop-background, rgba(24, 16, 10, 0.28));
  backdrop-filter: var(--beta-sheet-backdrop-filter, blur(16px));
  -webkit-backdrop-filter: var(--beta-sheet-backdrop-filter, blur(16px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}

.beta-signup__viewport-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.home-page .home-header__nav--top .beta-signup--popover.is-open {
  z-index: 270;
}

.beta-signup--popover.is-open::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: var(--beta-panel-width);
  height: var(--beta-panel-offset);
  pointer-events: auto;
  z-index: 24;
}

.beta-signup--align-end.beta-signup--popover.is-open::after {
  left: auto;
  right: 0;
}

.beta-signup__trigger {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: none;
}

.beta-signup__panel {
  --beta-radius: 24px;
  --beta-control-radius: 10px;
  --beta-fill: var(--home-cta-glass-fill-primary, rgba(255, 247, 236, 0.12));
  --beta-stroke: rgba(97, 90, 82, 0.34);
  --beta-edge: var(--beta-stroke);
  --beta-specular: var(--home-cta-glass-specular, rgba(255, 255, 255, 0.92));
  --beta-cool: var(--home-cta-glass-cool-primary, rgba(255, 233, 198, 0.16));
  --beta-warm: var(--home-cta-glass-warm-primary, rgba(255, 190, 112, 0.32));
  --beta-depth: var(--home-cta-glass-depth-primary, rgba(112, 66, 28, 0.2));
  position: absolute;
  top: calc(100% + var(--beta-panel-offset));
  left: 0;
  width: var(--beta-panel-width);
  padding: 18px;
  border: 1px solid var(--beta-edge);
  border-radius: var(--beta-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-color: var(--beta-fill);
  box-shadow:
    0 28px 52px rgba(67, 42, 18, 0.18),
    0 0 0 1px rgba(255, 241, 220, 0.08),
    0 4px 14px rgba(255, 255, 255, 0.08) inset,
    0 -14px 20px rgba(255, 255, 255, 0.04) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -1px 0 rgba(255, 255, 255, 0.14);
  overflow: hidden;
  isolation: isolate;
  backdrop-filter: blur(30px) saturate(230%) contrast(1.12) brightness(1.05);
  -webkit-backdrop-filter: blur(30px) saturate(230%) contrast(1.12) brightness(1.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.985);
  transform-origin: top left;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.26s ease;
  z-index: 25;
  white-space: normal;
}

.beta-signup--align-end .beta-signup__panel {
  left: auto;
  right: 0;
  transform-origin: top right;
}

.beta-signup__panel::before,
.beta-signup__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.beta-signup__panel::before {
  inset: 1px;
  background:
    radial-gradient(148% 110% at 14% 8%, var(--beta-specular) 0%, rgba(255, 255, 255, 0.56) 9%, rgba(255, 255, 255, 0.16) 21%, transparent 42%),
    radial-gradient(88% 142% at 82% 88%, var(--beta-warm) 0%, rgba(255, 220, 184, 0.12) 28%, transparent 62%),
    radial-gradient(84% 136% at 52% -26%, var(--beta-cool) 0%, rgba(165, 203, 255, 0.08) 30%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.1) 36%, rgba(255, 255, 255, 0.02) 70%, rgba(255, 255, 255, 0.12) 100%);
  opacity: 0.95;
  filter: saturate(118%);
  z-index: 0;
}

.beta-signup__panel::after {
  background:
    radial-gradient(120% 170% at 50% 125%, var(--beta-depth) 0%, rgba(93, 56, 25, 0.08) 28%, transparent 58%),
    radial-gradient(60% 82% at 84% 16%, rgba(255, 255, 255, 0.46) 0%, transparent 65%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.18) 0%, transparent 32%, transparent 72%, rgba(255, 255, 255, 0.14) 100%);
  opacity: 0.84;
  z-index: 0;
}

.beta-signup.is-open .beta-signup__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.beta-signup__panel-inner {
  position: relative;
  z-index: 1;
}

.beta-signup__panel-inner--stacked {
  display: block;
}

.beta-signup__panel--stacked {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.beta-signup__panel--stacked::before,
.beta-signup__panel--stacked::after {
  display: none;
}

.beta-signup__panel-stack {
  display: grid;
  gap: 5px;
}

.beta-signup__invite-card,
.beta-signup__form-card {
  --beta-radius: 24px;
  --beta-control-radius: 10px;
  --beta-fill: var(--home-cta-glass-fill-primary, rgba(255, 247, 236, 0.12));
  --beta-stroke: rgba(97, 90, 82, 0.34);
  --beta-edge: var(--beta-stroke);
  --beta-specular: var(--home-cta-glass-specular, rgba(255, 255, 255, 0.92));
  --beta-cool: var(--home-cta-glass-cool-primary, rgba(255, 233, 198, 0.16));
  --beta-warm: var(--home-cta-glass-warm-primary, rgba(255, 190, 112, 0.32));
  --beta-depth: var(--home-cta-glass-depth-primary, rgba(112, 66, 28, 0.2));
  position: relative;
  padding: 18px;
  border: 1px solid var(--beta-edge);
  border-radius: var(--beta-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-color: var(--beta-fill);
  box-shadow:
    0 28px 52px rgba(67, 42, 18, 0.18),
    0 0 0 1px rgba(255, 241, 220, 0.08),
    0 4px 14px rgba(255, 255, 255, 0.08) inset,
    0 -14px 20px rgba(255, 255, 255, 0.04) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -1px 0 rgba(255, 255, 255, 0.14);
  overflow: hidden;
  isolation: isolate;
  backdrop-filter: blur(30px) saturate(230%) contrast(1.12) brightness(1.05);
  -webkit-backdrop-filter: blur(30px) saturate(230%) contrast(1.12) brightness(1.05);
}

.beta-signup__invite-card::before,
.beta-signup__invite-card::after,
.beta-signup__form-card::before,
.beta-signup__form-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.beta-signup__invite-card::before,
.beta-signup__form-card::before {
  inset: 1px;
  background:
    radial-gradient(148% 110% at 14% 8%, var(--beta-specular) 0%, rgba(255, 255, 255, 0.56) 9%, rgba(255, 255, 255, 0.16) 21%, transparent 42%),
    radial-gradient(88% 142% at 82% 88%, var(--beta-warm) 0%, rgba(255, 220, 184, 0.12) 28%, transparent 62%),
    radial-gradient(84% 136% at 52% -26%, var(--beta-cool) 0%, rgba(165, 203, 255, 0.08) 30%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.1) 36%, rgba(255, 255, 255, 0.02) 70%, rgba(255, 255, 255, 0.12) 100%);
  opacity: 0.95;
  filter: saturate(118%);
  z-index: 0;
}

.beta-signup__invite-card::after,
.beta-signup__form-card::after {
  background:
    radial-gradient(120% 170% at 50% 125%, var(--beta-depth) 0%, rgba(93, 56, 25, 0.08) 28%, transparent 58%),
    radial-gradient(60% 82% at 84% 16%, rgba(255, 255, 255, 0.46) 0%, transparent 65%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.18) 0%, transparent 32%, transparent 72%, rgba(255, 255, 255, 0.14) 100%);
  opacity: 0.84;
  z-index: 0;
}

.beta-signup__invite-title {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: rgba(26, 23, 19, 0.94);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.beta-signup__invite-card .beta-signup__submit {
  position: relative;
  z-index: 1;
}

.home-header__nav a.beta-signup__submit {
  color: rgba(26, 23, 19, 0.94);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.home-header__nav a.beta-signup__submit:hover,
.home-header__nav a.beta-signup__submit:focus-visible {
  color: rgba(26, 23, 19, 1);
}

.beta-signup__form-card {
  position: relative;
  z-index: 1;
}

.beta-signup__form-card .beta-signup__form {
  position: relative;
  z-index: 1;
  gap: 10px;
}

.beta-signup__form {
  display: grid;
  gap: 10px;
  min-width: 0;
  white-space: normal;
}

.beta-signup__honeypot {
  display: none;
}

.beta-signup__field {
  display: block;
  min-width: 0;
}

.beta-signup__input {
  --beta-input-edge: var(--beta-edge);
  --beta-input-fill: transparent;
  --beta-input-ink: rgba(26, 23, 19, 0.96);
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--beta-input-edge);
  border-radius: var(--beta-control-radius);
  background: var(--beta-input-fill);
  color: var(--beta-input-ink);
  caret-color: var(--beta-input-ink);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.2;
  outline: none;
  white-space: nowrap;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.beta-signup__input::placeholder {
  color: rgba(26, 23, 19, 0.54);
  opacity: 1;
}

.beta-signup__input:focus {
  border-color: rgba(157, 95, 46, 0.42);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(157, 95, 46, 0.08);
}

.beta-signup__input[data-beta-email-state="valid"] {
  --beta-input-edge: rgba(47, 114, 69, 0.46);
  --beta-input-fill: rgba(92, 169, 112, 0.08);
  --beta-input-ink: rgba(28, 92, 47, 0.96);
}

.beta-signup__input[data-beta-email-state="invalid"] {
  --beta-input-edge: rgba(184, 61, 47, 0.48);
  --beta-input-fill: rgba(214, 86, 71, 0.08);
  --beta-input-ink: rgba(154, 40, 28, 0.96);
}

.beta-signup__input[data-beta-email-state="valid"]:focus {
  border-color: rgba(47, 114, 69, 0.62);
  background: rgba(92, 169, 112, 0.12);
  box-shadow: 0 0 0 3px rgba(92, 169, 112, 0.16);
}

.beta-signup__input[data-beta-email-state="invalid"]:focus {
  border-color: rgba(184, 61, 47, 0.66);
  background: rgba(214, 86, 71, 0.12);
  box-shadow: 0 0 0 3px rgba(214, 86, 71, 0.14);
}

.beta-signup__input[data-beta-email-state="invalid"]::placeholder {
  color: rgba(154, 40, 28, 0.5);
}

.beta-signup__helper {
  margin: 0;
  color: rgba(26, 23, 19, 0.56);
  font-family: var(--font-body);
  font-size: 0.76rem;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

.beta-signup__success {
  margin: 0;
  color: rgba(26, 23, 19, 0.86);
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

.beta-signup__error {
  margin: 0;
  color: rgba(154, 40, 28, 0.9);
  font-family: var(--font-body);
  font-size: 0.76rem;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

.beta-signup__submit,
.home-stage__video-action {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid rgba(26, 23, 19, 0.54);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(26, 23, 19, 0.94);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.beta-signup__submit {
  justify-self: start;
}

.beta-signup__submit:hover,
.home-stage__video-action:hover {
  transform: translateY(-1px);
  border-color: rgba(26, 23, 19, 0.84);
  color: rgba(26, 23, 19, 1);
}

.beta-signup__submit:active,
.home-stage__video-action:active {
  transform: translateY(0);
}

.beta-signup__submit:focus-visible,
.home-stage__video-action:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.36);
  outline-offset: 4px;
}

.support-contact-popover .beta-signup__input,
.support-contact-popover .beta-signup__input--select,
.support-contact-popover .beta-signup__input--textarea {
  white-space: normal;
}

.support-contact-popover .beta-signup__input--select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(26, 23, 19, 0.66) 50%),
    linear-gradient(135deg, rgba(26, 23, 19, 0.66) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 13px) calc(50% - 2px);
  background-size: 5px 5px;
  background-repeat: no-repeat;
}

.support-contact-popover .beta-signup__input--textarea {
  min-height: 138px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.45;
}

.home-header__menu-panel .beta-signup {
  display: block;
}

.home-header__menu-panel .beta-signup__trigger {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--nav-link-color);
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.15;
  text-align: left;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.home-header__menu-panel .beta-signup__trigger:hover,
.home-header__menu-panel .beta-signup__trigger:focus-visible {
  color: var(--nav-link-hover-color);
  background: rgba(157, 95, 46, 0.08);
}

.home-header__menu-panel .beta-signup__trigger:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.28);
  outline-offset: 2px;
}

.home-header__nav--top .beta-signup__trigger,
.page-header__nav .beta-signup__trigger {
  display: inline;
  vertical-align: baseline;
}

.home-header__nav--top .beta-signup__trigger {
  color: var(--nav-link-color);
  font-family: var(--font-body);
  font-size: clamp(1.01rem, 1.34vw, 1.18rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.page-header__nav .beta-signup__trigger {
  color: var(--nav-link-color);
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.beta-signup.is-engaged .beta-signup__trigger,
.beta-signup:focus-within .beta-signup__trigger {
  color: #cd6d20;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .beta-signup.is-engaged .beta-signup__trigger,
  .beta-signup:focus-within .beta-signup__trigger {
    background-image: var(--home-brand-hover-gradient);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.beta-signup--inline .beta-signup__panel {
  position: static;
  width: 100%;
  margin-top: 8px;
  display: none;
  transform: none;
}

.beta-signup--inline.is-open .beta-signup__panel {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.beta-signup--sheet {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
  background: var(--beta-sheet-backdrop-background, rgba(24, 16, 10, 0.28));
  backdrop-filter: var(--beta-sheet-backdrop-filter, blur(16px));
  -webkit-backdrop-filter: var(--beta-sheet-backdrop-filter, blur(16px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}

.beta-signup--sheet.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.beta-signup--sheet .beta-signup__panel {
  --beta-fill: rgba(255, 255, 255, 0.55);
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: min(460px, calc(100vw - 20px));
  max-height: min(78vh, 720px);
  margin: 0 auto;
  transform: translateY(28px) scale(0.985);
  transform-origin: center bottom;
}

.beta-signup--sheet .beta-signup__panel-inner {
  max-height: calc(min(78vh, 720px) - 36px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__panel {
  --beta-fill: transparent;
  --beta-edge: transparent;
  border: 0;
  background: none;
  background-color: transparent;
  box-shadow: none;
  filter: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
  isolation: auto;
}

.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__panel.beta-signup__panel--stacked {
  padding: 0;
  transform: none;
  transition: none;
}

.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__panel::before,
.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__panel::after,
.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__panel.beta-signup__panel--stacked::before,
.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__panel.beta-signup__panel--stacked::after {
  display: none;
}

.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__panel-inner.beta-signup__panel-inner--stacked {
  max-height: none;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  isolation: auto;
}

.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__panel-stack {
  background: transparent;
  box-shadow: none;
  isolation: auto;
}

.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__invite-card,
.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__form-card {
  --beta-fill: rgba(255, 255, 255, 0.62);
  --beta-stroke: rgba(175, 164, 151, 0.52);
  --beta-specular: rgba(255, 255, 255, 0.96);
  --beta-cool: rgba(191, 214, 255, 0.2);
  --beta-warm: rgba(255, 211, 158, 0.24);
  --beta-depth: rgba(112, 66, 28, 0.14);
}

.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__input {
  --beta-input-fill: rgba(255, 255, 255, 0.46);
  --beta-input-edge: rgba(255, 236, 210, 0.72);
  white-space: normal;
}

.beta-signup--sheet[data-beta-group="join-beta-sheet"] .beta-signup__input:focus {
  border-color: rgba(157, 95, 46, 0.4);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 0 0 3px rgba(157, 95, 46, 0.1);
}

.beta-signup__sheet-title {
  margin: 0 0 14px;
  color: rgba(26, 23, 19, 0.96);
  font-family: var(--font-home-copy);
  font-size: clamp(1.12rem, 2vw, 1.34rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: center;
}

.home-stage {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.home-stage__scroll-range {
  height: 200vh;
  pointer-events: none;
}

.home-stage__cta-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background:
    radial-gradient(48% 38% at 8% 8%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.56) 18%, rgba(255, 255, 255, 0.16) 40%, transparent 68%),
    radial-gradient(40% 32% at 9% 91%, rgba(255, 236, 212, 0.48) 0%, rgba(255, 220, 184, 0.26) 30%, rgba(170, 118, 74, 0.08) 50%, transparent 74%),
    radial-gradient(42% 36% at 90% 92%, rgba(255, 192, 118, 0.52) 0%, rgba(234, 145, 58, 0.28) 28%, rgba(160, 82, 28, 0.08) 48%, transparent 72%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.08) 7%, transparent 15%, transparent 85%, rgba(255, 230, 198, 0.09) 93%, rgba(255, 246, 232, 0.2) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 8%, transparent 16%, transparent 83%, rgba(248, 223, 192, 0.08) 92%, rgba(255, 225, 186, 0.22) 100%);
  -webkit-mask-image: radial-gradient(ellipse 58% 52% at 50% 52%, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.16) 62%, #000 80%);
  mask-image: radial-gradient(ellipse 58% 52% at 50% 52%, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.16) 62%, #000 80%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  will-change: opacity;
}

.home-stage__video-shell {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(96px, 11vh, 140px) 24px 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
  will-change: opacity;
}

.home-stage__video-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 1.8vh, 18px);
  width: 100%;
  height: 100%;
}

.home-stage__video-caption {
  --video-caption-scale: 1;
  --video-caption-visibility: 0;
  --video-caption-base-offset: clamp(44px, 6vh, 82px);
  position: relative;
  z-index: 2;
  color: var(--message-color, rgba(26, 23, 19, 0.96));
  font-family: var(--font-home-copy);
  font-size: calc(clamp(1.42rem, 4.1vw, 2.72rem) * var(--video-caption-scale));
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin: 0;
  margin-bottom: clamp(-18px, -2.6vh, -40px);
  max-width: 100%;
  opacity: var(--video-caption-visibility);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 2vh, 22px);
  pointer-events: auto;
  text-align: center;
  transform: translate3d(
    0,
    calc(var(--video-caption-base-offset) + ((1 - var(--video-caption-visibility)) * 18px)),
    0
  );
  transition:
    opacity 0.34s ease,
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.home-stage__video-caption-copy {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.home-stage__video-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}

.home-stage__video-action {
  font-size: clamp(0.96rem, 1.22vw, 1.05rem);
  white-space: nowrap;
}

.home-stage__video {
  position: relative;
  z-index: 0;
  display: block;
  width: auto;
  height: 67vh;
  height: 67dvh;
  max-width: none;
  max-height: none;
  flex: 0 0 auto;
  background: transparent;
  pointer-events: none;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  transform: none;
}

.home-stage__video.home-stage__hero-image {
  --home-hero-image-shift: 26px;
  --home-hero-image-scale: 0.94;
  width: min(92vw, 1060px);
  height: auto;
  max-width: 100%;
  max-height: min(72vh, 72dvh);
  object-fit: contain;
  transform: translate3d(0, var(--home-hero-image-shift), 0) scale(var(--home-hero-image-scale));
  transform-origin: center bottom;
  filter: drop-shadow(0 28px 42px rgba(34, 22, 13, 0.2));
  will-change: transform;
}

.home-stage__video-fallback {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  display: none;
  object-fit: contain;
}

.home-stage__video-canvas {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
}

.home-stage__video-fallback.is-active {
  display: block;
}

.home-stage__organic-gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background:
    radial-gradient(94% 60% at 24% 6%, rgba(255, 234, 190, 0.98) 0%, rgba(255, 229, 178, 0.94) 24%, rgba(255, 214, 142, 0.52) 48%, rgba(255, 214, 142, 0.1) 68%, transparent 80%),
    radial-gradient(74% 52% at 82% 28%, rgba(250, 151, 0, 0.94) 0%, rgba(250, 151, 0, 0.88) 24%, rgba(250, 151, 0, 0.4) 54%, transparent 74%),
    radial-gradient(86% 60% at 18% 70%, rgba(205, 109, 32, 0.96) 0%, rgba(205, 109, 32, 0.84) 30%, rgba(205, 109, 32, 0.34) 58%, transparent 80%),
    radial-gradient(118% 84% at 50% 112%, rgba(172, 78, 36, 0) 16%, rgba(154, 61, 27, 0.78) 52%, rgba(130, 47, 22, 0.96) 76%),
    linear-gradient(180deg, #ffc76c 0%, #f89d26 34%, #cb6f26 66%, #9b3f1f 100%);
  background-size: 118% 114%, 112% 108%, 116% 114%, 100% 100%, 100% 100%;
  background-position: 50% 0%, 82% 28%, 18% 70%, 50% 100%, 50% 50%;
  animation: home-stage-gradient-flow 18s ease-in-out infinite alternate;
  will-change: opacity, background-position;
}

.home-stage__organic-gradient::before,
.home-stage__organic-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-stage__organic-gradient::before {
  inset: -16%;
  background:
    radial-gradient(42% 36% at 20% 18%, rgba(255, 240, 204, 0.66) 0%, transparent 72%),
    radial-gradient(40% 34% at 78% 24%, rgba(255, 169, 72, 0.56) 0%, transparent 76%),
    radial-gradient(46% 40% at 38% 62%, rgba(194, 84, 21, 0.42) 0%, transparent 74%),
    radial-gradient(52% 44% at 62% 74%, rgba(146, 60, 27, 0.34) 0%, transparent 78%);
  filter: blur(38px) saturate(1.08);
  opacity: 0.86;
  transform: translate3d(-2%, -3%, 0) scale(1.08);
  transform-origin: 50% 50%;
  animation: home-stage-gradient-swirl 24s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

.home-stage__organic-gradient::after {
  inset: -20%;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 220px 220px;
  mix-blend-mode: soft-light;
  animation: home-stage-grain-drift 10s steps(6, end) infinite;
  will-change: transform, opacity;
}

@keyframes home-stage-gradient-flow {
  0% {
    background-position: 50% 0%, 82% 28%, 18% 70%, 50% 100%, 50% 50%;
  }

  50% {
    background-position: 52% -3%, 76% 24%, 24% 74%, 49% 100%, 50% 50%;
  }

  100% {
    background-position: 47% 3%, 86% 34%, 13% 64%, 51% 100%, 50% 50%;
  }
}

@keyframes home-stage-gradient-swirl {
  0% {
    transform: translate3d(-4%, -3%, 0) scale(1.06) rotate(-3deg);
  }

  50% {
    transform: translate3d(3%, -1%, 0) scale(1.12) rotate(1.5deg);
  }

  100% {
    transform: translate3d(-1%, 4%, 0) scale(1.08) rotate(4deg);
  }
}

@keyframes home-stage-grain-drift {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.12;
  }

  25% {
    transform: translate3d(-1.5%, 1%, 0);
    opacity: 0.16;
  }

  50% {
    transform: translate3d(1.2%, -1.2%, 0);
    opacity: 0.13;
  }

  75% {
    transform: translate3d(-0.8%, -1.4%, 0);
    opacity: 0.17;
  }

  100% {
    transform: translate3d(0.9%, 1.1%, 0);
    opacity: 0.12;
  }
}

.home-stage__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1;
}

.home-stage__card {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow:
    0 12px 28px rgba(39, 24, 12, 0.16),
    0 2px 8px rgba(39, 24, 12, 0.1);
  transform-origin: center center;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.home-stage__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.home-stage__message {
  --message-scale: 1;
  --message-phase-opacity: 1;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translateY(18px);
  will-change: opacity, transform;
  transition:
    opacity 0.64s ease,
    transform 0.64s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-stage__message-copy {
  position: relative;
  display: grid;
  grid-template-areas: "message";
  justify-items: center;
  align-items: center;
  width: max-content;
  max-width: 100%;
}

.home-stage__message-intro {
  --message-block-visibility: 1;
  --message-block-shift: 0px;
  grid-area: message;
  opacity: var(--message-block-visibility);
  transform: translate3d(0, calc((1 - var(--message-block-visibility)) * var(--message-block-shift)), 0);
  will-change: opacity, transform;
}

.home-stage__message-intro--main {
  --message-block-visibility: 0;
  --message-block-shift: 12px;
}

.home-stage__message p {
  color: var(--message-color, rgba(26, 23, 19, 0.96));
  font-family: var(--font-home-copy);
  font-size: calc(clamp(1.55rem, 4.6vw, 3.3rem) * var(--message-scale));
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.28;
  margin: 0;
}

.home-stage__message-line,
.home-stage__video-caption-line {
  display: block;
  white-space: nowrap;
}

.home-stage__message-line--interactive {
  pointer-events: auto;
}

.home-stage__auto-scroll-trigger {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  pointer-events: auto;
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-stage__auto-scroll-trigger:hover {
  transform: translateY(1px);
}

.home-stage__auto-scroll-trigger:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.34);
  outline-offset: 8px;
  border-radius: 999px;
}

.home-stage__auto-scroll-trigger-label {
  display: inline-block;
}

.home-stage__message-intro--tutorial .home-stage__message-line:first-child {
  font-weight: 400;
  color: #cd6d20;
}

.home-stage__message-intro--tutorial .home-stage__message-line:first-child .home-stage__word-text,
.home-stage__video-caption-line:first-child {
  color: #cd6d20;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .home-stage__message-intro--tutorial .home-stage__message-line:first-child .home-stage__word-text,
  .home-stage__video-caption-line:first-child {
    display: inline-block;
    background-image: var(--home-headline-gradient);
    background-repeat: no-repeat;
    background-size: var(--home-headline-gradient-width, 100%) 100%;
    background-position: var(--home-headline-gradient-offset, 0px) 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.home-stage__word {
  position: relative;
  display: inline-block;
}

.home-stage__word-text {
  will-change: opacity;
}

.home-stage__checkpoint {
  --checkpoint-reveal: 0;
  position: absolute;
  top: 50%;
  left: calc(100% + var(--checkpoint-offset, 0.16em));
  width: var(--checkpoint-width, 1.4em);
  height: var(--checkpoint-height, 1.4em);
  transform: translateY(-50%);
  pointer-events: none;
  will-change: opacity, transform;
}

.home-stage__checkpoint--spread {
  overflow: visible;
  --spread-card-width: 47.3%;
  --spread-step: 26.35%;
}

.home-stage__checkpoint-icon {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  transition:
    opacity 0.32s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.4s ease;
}

.home-stage__checkpoint-icon--base {
  opacity: calc(1 - (var(--checkpoint-reveal) * 0.96));
  transform: scale(calc(1 - (var(--checkpoint-reveal) * 0.04)));
}

.home-stage__checkpoint-icon--active {
  opacity: var(--checkpoint-reveal);
  transform: scale(calc(0.9 + (var(--checkpoint-reveal) * 0.1)));
  filter: saturate(calc(0.82 + (var(--checkpoint-reveal) * 0.18)));
}

.home-stage__checkpoint-icon--active-default {
  opacity: calc(var(--checkpoint-reveal) * (1 - var(--checkpoint-active-visibility, 0)));
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.4s ease;
}

.home-stage__checkpoint-icon--active-visible {
  opacity: calc(var(--checkpoint-reveal) * var(--checkpoint-active-visibility, 0));
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.4s ease;
}

.home-stage__checkpoint-spread-card {
  position: absolute;
  top: 0;
  left: calc(var(--spread-index) * var(--spread-step));
  width: var(--spread-card-width);
  height: 100%;
  overflow: hidden;
  border-radius: 10%;
  box-shadow:
    0 0.1em 0.24em rgba(39, 24, 12, 0.18),
    0 0.03em 0.1em rgba(39, 24, 12, 0.12);
  transform-origin: center center;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.32s ease,
    box-shadow 0.32s ease;
}

.home-stage__checkpoint-spread-card:nth-child(1) {
  z-index: 1;
  transform:
    translateY(calc((1 - var(--checkpoint-reveal)) * 4.3%))
    rotate(-8deg)
    scale(calc(0.94 + (var(--checkpoint-reveal) * 0.06)));
}

.home-stage__checkpoint-spread-card:nth-child(2) {
  z-index: 2;
  border-left: 0.04em solid rgba(255, 248, 238, 0.9);
  border-bottom: 0.04em solid rgba(255, 248, 238, 0.82);
  transform:
    translateY(calc((1 - var(--checkpoint-reveal)) * 2.15%))
    rotate(-1deg)
    scale(calc(0.95 + (var(--checkpoint-reveal) * 0.05)));
}

.home-stage__checkpoint-spread-card:nth-child(3) {
  z-index: 3;
  border-left: 0.04em solid rgba(255, 248, 238, 0.9);
  border-bottom: 0.04em solid rgba(255, 248, 238, 0.82);
  transform:
    translateY(calc((1 - var(--checkpoint-reveal)) * 2.85%))
    rotate(7deg)
    scale(calc(0.94 + (var(--checkpoint-reveal) * 0.06)));
}

.home-stage__checkpoint-spread-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter:
    saturate(calc(0.72 + (var(--checkpoint-reveal) * 0.28)))
    contrast(calc(0.92 + (var(--checkpoint-reveal) * 0.08)));
}

.home-stage__discover-scatter {
  --discover-scatter-visibility: 0;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}

.home-stage__discover-scatter-card {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1 / 2;
  border-radius: clamp(0.38rem, 0.8vw, 0.82rem);
  overflow: hidden;
  box-shadow:
    0 14px 32px rgba(39, 24, 12, 0.14),
    0 3px 10px rgba(39, 24, 12, 0.08);
  filter: saturate(calc(0.94 + (var(--discover-scatter-visibility) * 0.08)));
  transform-origin: center center;
  transition:
    filter 0.24s ease,
    box-shadow 0.28s ease;
  will-change: transform, opacity;
  opacity: 0;
}

.home-stage__discover-scatter-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 28%, rgba(18, 10, 4, 0.08) 100%);
  pointer-events: none;
}

.home-stage__discover-scatter-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(calc(0.972 + (var(--discover-scatter-visibility) * 0.028)));
  transform-origin: center center;
  filter:
    saturate(calc(0.96 + (var(--discover-scatter-visibility) * 0.06)))
    contrast(calc(0.985 + (var(--discover-scatter-visibility) * 0.025)));
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.24s ease;
}

.home-stage__connect-circles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}

.home-stage--message-active .home-stage__message,
.home-stage--complete .home-stage__message {
  opacity: var(--message-phase-opacity);
  transform: translateY(0);
}

.home-stage--scroll-driven .home-stage__message {
  transition: none;
}

.home-stage__auto-scroll-panel {
  position: fixed;
  left: 50%;
  bottom: calc(env(safe-area-inset-bottom, 0px) + clamp(18px, 3vw, 30px));
  z-index: 140;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(26, 23, 19, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 247, 238, 0.82) 100%);
  box-shadow: 0 22px 46px rgba(53, 35, 18, 0.16);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-50%, 16px, 0) scale(0.97);
  transform-origin: center bottom;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-stage__auto-scroll-panel--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.home-stage__auto-scroll-panel-label {
  color: rgba(26, 23, 19, 0.9);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.home-stage__auto-scroll-toggle {
  appearance: none;
  min-width: 56px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(26, 23, 19, 0.14);
  border-radius: 999px;
  background: rgba(26, 23, 19, 0.9);
  color: #fffaf2;
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    opacity 0.22s ease;
}

.home-stage__auto-scroll-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(26, 23, 19, 0.2);
}

.home-stage__auto-scroll-toggle:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.34);
  outline-offset: 4px;
}

.home-stage__auto-scroll-toggle:not(.is-on) {
  background: rgba(255, 250, 242, 0.96);
  color: rgba(26, 23, 19, 0.84);
}

@media (max-width: 640px) {
  .home-stage__video-shell {
    padding: 72px 16px calc(env(safe-area-inset-bottom, 0px) + 24px);
  }

  .home-stage__video-stack {
    justify-content: center;
    gap: clamp(14px, 2.4vh, 24px);
  }

  .home-stage__video-caption {
    --video-caption-base-offset: clamp(18px, 2.8vh, 34px);
    margin-bottom: clamp(14px, 2.3vh, 24px);
  }

  .home-stage__video-actions {
    gap: clamp(18px, 5vw, 30px);
  }

  .home-stage__video.home-stage__hero-image {
    width: min(108vw, 760px);
    max-width: none;
    max-height: min(74vh, 74dvh);
  }
}

@media (max-width: 420px) {
  .home-header {
    --home-header-gap: 22px;
  }

  .home-header__topbar {
    top: 12px;
    left: 14px;
    right: 14px;
  }

  .home-header__brand {
    font-size: 1.12rem;
  }

  .home-header__nav a {
    font-size: 0.98rem;
  }

  .home-stage__message {
    padding: 0 16px;
  }

  .home-stage__message p {
    font-size: calc(1.28rem * var(--message-scale));
    line-height: 1.34;
  }

  .home-stage__video-shell {
    padding: 64px 14px calc(env(safe-area-inset-bottom, 0px) + 20px);
  }

  .home-stage__video-stack {
    gap: 12px;
  }

  .home-stage__video-caption {
    --video-caption-base-offset: clamp(14px, 2.5vh, 28px);
    margin-bottom: clamp(16px, 2.8vh, 24px);
    font-size: calc(clamp(1.24rem, 5vw, 1.5rem) * var(--video-caption-scale));
    line-height: 1.2;
  }

  .home-stage__video-actions {
    gap: 24px;
  }

  .home-stage__video-action {
    font-size: 0.94rem;
  }

  .beta-signup--sheet {
    padding: 10px;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 10px);
  }

  .beta-signup--sheet .beta-signup__panel {
    width: calc(100vw - 12px);
    max-height: min(82vh, 720px);
    padding: 16px;
    border-radius: 22px;
  }

  .beta-signup--sheet .beta-signup__panel-inner {
    max-height: calc(min(82vh, 720px) - 32px);
  }

  .beta-signup__sheet-title {
    font-size: 1.08rem;
    margin-bottom: 12px;
  }

  .home-stage__video {
    height: 67vh;
    height: 67dvh;
  }

  .home-stage__video.home-stage__hero-image {
    width: min(114vw, 700px);
    height: auto;
    max-height: min(75vh, 75dvh);
  }

  .home-stage__discover-scatter-card {
    border-radius: 0.45rem;
  }

  .home-stage__auto-scroll-panel {
    gap: 10px;
    padding: 9px 10px 9px 14px;
  }

  .home-stage__auto-scroll-panel-label {
    font-size: 0.84rem;
  }

  .home-stage__auto-scroll-toggle {
    min-width: 52px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.78rem;
  }
}

/* ==========================================
   MOONPHASE PAGE
   ========================================== */

.moonphase-page {
  background: #0a0e1a;
}

/* ==========================================
   LEGAL PAGE (kept for legal.html)
   ========================================== */

a {
  color: inherit;
}

h1, h2, h3 {
  line-height: 1.05;
  font-family: var(--font-title);
  font-weight: 700;
}

.eyebrow {
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(20px, 4vw, 48px);
}

.site-header a {
  color: inherit;
  text-decoration: none;
}

.brand {
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  gap: 18px;
}

.site-nav a {
  font-weight: 400;
  font-size: 0.95rem;
}

.site-footer {
  padding: 20px 4px 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer .page-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: var(--accent-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
}

/* Legal page styles */
.legal-page {
  background:
    radial-gradient(circle at top left, rgba(219, 171, 108, 0.35), transparent 32%),
    radial-gradient(circle at top right, rgba(108, 131, 156, 0.18), transparent 28%),
    linear-gradient(180deg, #f7f3eb 0%, var(--background) 100%);
}

.legal-page .page-shell {
  width: min(960px, calc(100% - 32px));
}

/* Page header – mirrors home-page brand + nav but static */
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(16px, 2.6vw, 28px) 0 clamp(18px, 2.4vw, 28px);
}

.page-header__brand {
  color: rgba(26, 23, 19, 0.96);
  font-family: var(--font-home-copy);
  font-size: clamp(1.2rem, 1.9vw, 1.65rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.page-header__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 40px);
}

.page-header__nav a,
.page-header__nav-link {
  color: var(--nav-link-color);
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-header__nav a:hover,
.page-header__nav-link:hover {
  color: var(--nav-link-hover-color);
}

.page-header__nav a:focus-visible,
.page-header__nav-link:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.42);
  outline-offset: 4px;
}

.home-header__nav a[aria-current="page"],
.home-header__menu-panel a[aria-current="page"],
.home-header__resources--current > .home-header__resources-toggle,
.page-header__nav a[aria-current="page"] {
  color: #cd6d20;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .home-header__nav a[aria-current="page"],
  .home-header__menu-panel a[aria-current="page"],
  .home-header__resources--current > .home-header__resources-toggle,
  .page-header__nav a[aria-current="page"] {
    background-image: var(--home-brand-hover-gradient);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.legal-page main {
  background: var(--surface);
  backdrop-filter: blur(18px);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: clamp(26px, 5vw, 46px);
}

.legal-header {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.legal-header h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.03em;
}

.legal-summary {
  max-width: 60ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
  margin-top: 8px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.legal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.legal-tab {
  padding: 10px 20px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s ease;
}

.legal-tab:hover {
  background: rgba(255, 250, 242, 0.6);
  border-color: var(--border-strong);
}

.legal-tab.active {
  background: var(--accent);
  color: #fff9f2;
  border-color: var(--accent);
}

.legal-tab-panel {
  display: none;
}

.legal-tab-panel.active {
  display: grid;
  gap: 24px;
  padding-top: 4px;
}

.legal-section-meta {
  padding-bottom: 8px;
}

.legal-content {
  gap: 24px;
}

.legal-section {
  padding: 22px 24px;
  background: rgba(255, 250, 242, 0.72);
  border: 1px solid var(--border);
  border-radius: 20px;
}

.legal-section h2 {
  margin-bottom: 14px;
  font-size: clamp(1.6rem, 4vw, 2rem);
}

.legal-section p {
  margin: 0 0 14px;
}

.legal-section p:last-child,
.legal-section ul:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  padding-left: 20px;
}

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

.legal-section a {
  color: var(--accent-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.legal-note {
  margin-top: 14px;
  padding-left: 14px;
  border-left: 3px solid rgba(157, 95, 46, 0.45);
  color: var(--muted);
}

/* ==========================================
   FAQ ACCORDION
   ========================================== */

.faq-item {
  cursor: pointer;
}

.faq-question {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--text);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  user-select: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

details[open] > .faq-question::after {
  content: "\2212";
}

.faq-answer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  line-height: 1.7;
}

.faq-answer p {
  margin: 0 0 10px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer a {
  color: var(--accent-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

/* ==========================================
   SUPPORT FORM
   ========================================== */

.support-form {
  display: grid;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--text);
}

.form-optional {
  font-weight: 400;
  color: var(--muted);
}

.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text);
  background: rgba(255, 250, 242, 0.5);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  padding: 12px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(157, 95, 46, 0.12);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--muted);
  opacity: 0.6;
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%235b534a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.support-submit {
  justify-self: start;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff9f2;
  background: var(--accent);
  border: none;
  border-radius: 999px;
  padding: 14px 36px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

.support-submit:hover {
  background: var(--accent-deep);
}

.support-submit:active {
  transform: scale(0.98);
}

@media (prefers-reduced-motion: reduce) {
  .page-transition {
    display: none;
  }

  .home-stage__organic-gradient,
  .home-stage__organic-gradient::before,
  .home-stage__organic-gradient::after {
    animation: none;
    transform: none;
  }
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 860px) {
  .site-footer .page-shell {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1120px);
    padding-top: 18px;
  }

  .legal-page main {
    border-radius: 22px;
  }

  .legal-section {
    padding: 20px 18px;
  }

  .page-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-header__nav {
    gap: 14px 20px;
  }

  .beta-signup {
    --beta-panel-width: min(400px, calc(100vw - 24px));
  }

  .beta-signup__panel {
    padding: 16px;
  }

  .beta-signup__input {
    min-height: 44px;
  }
}

/* ==========================================
   INFO PAGES
   ========================================== */

body.info-page {
  --info-shell-width: min(1180px, calc(100% - 36px));
  --info-surface-fill: rgba(255, 250, 243, 0.78);
  --info-surface-fill-strong: rgba(255, 252, 247, 0.9);
  --info-surface-edge: rgba(56, 41, 23, 0.12);
  --info-surface-edge-strong: rgba(56, 41, 23, 0.18);
  --info-shadow: 0 28px 74px rgba(55, 37, 18, 0.14);
  --info-shadow-soft: 0 20px 48px rgba(55, 37, 18, 0.09);
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 6%, rgba(255, 216, 154, 0.58), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(173, 196, 218, 0.24), transparent 28%),
    radial-gradient(circle at 50% 96%, rgba(205, 109, 32, 0.18), transparent 32%),
    linear-gradient(180deg, #fcf8f2 0%, #f3ede2 52%, #efe6da 100%);
}

body.info-page::before,
body.info-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body.info-page::before {
  inset: -18%;
  z-index: 0;
  background:
    radial-gradient(36% 30% at 18% 20%, rgba(255, 239, 204, 0.72) 0%, transparent 70%),
    radial-gradient(30% 28% at 84% 24%, rgba(250, 151, 0, 0.18) 0%, transparent 72%),
    radial-gradient(34% 34% at 28% 76%, rgba(205, 109, 32, 0.14) 0%, transparent 72%),
    radial-gradient(28% 30% at 76% 82%, rgba(109, 133, 157, 0.12) 0%, transparent 74%);
  filter: blur(48px);
  opacity: 0.7;
}

body.info-page::after {
  z-index: 0;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.95'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 220px 220px;
  mix-blend-mode: soft-light;
}

body.info-page .home-header {
  z-index: 180;
}

body.info-page .eyebrow {
  color: rgba(144, 80, 32, 0.96);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.info-main,
.info-footer {
  position: relative;
  z-index: 1;
}

.info-main {
  width: var(--info-shell-width);
  margin: 0 auto;
  padding: clamp(116px, 14vw, 156px) 0 72px;
  display: grid;
  gap: clamp(28px, 4vw, 42px);
}

.info-section {
  display: grid;
  gap: 18px;
}

.info-section,
[data-tab-panel],
#support-contact,
#legal-docs {
  scroll-margin-top: 128px;
}

.info-hero,
.info-surface,
.info-tab-strip,
.info-footer__shell,
.info-card {
  position: relative;
  border: 1px solid var(--info-surface-edge);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 248, 240, 0.4) 100%);
  background-color: var(--info-surface-fill);
  box-shadow: var(--info-shadow);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  overflow: hidden;
  isolation: isolate;
}

.info-hero::before,
.info-surface::before,
.info-tab-strip::before,
.info-footer__shell::before,
.info-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(120% 100% at 10% 0%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.28) 20%, transparent 48%),
    radial-gradient(74% 120% at 92% 100%, rgba(255, 206, 146, 0.22) 0%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%);
  opacity: 0.95;
}

.info-hero > *,
.info-surface > *,
.info-tab-strip > *,
.info-footer__shell > *,
.info-card > * {
  position: relative;
  z-index: 1;
}

.info-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.82fr);
  gap: clamp(20px, 3.2vw, 36px);
  padding: clamp(28px, 4vw, 42px);
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(255, 228, 176, 0.42), transparent 34%),
    radial-gradient(circle at bottom right, rgba(205, 109, 32, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.9) 0%, rgba(250, 244, 236, 0.7) 100%);
  background-color: var(--info-surface-fill-strong);
}

.info-hero::after {
  content: "";
  position: absolute;
  width: clamp(180px, 24vw, 320px);
  aspect-ratio: 1;
  right: clamp(-70px, -5vw, -22px);
  bottom: clamp(-96px, -8vw, -28px);
  border-radius: 38% 62% 56% 44% / 44% 42% 58% 56%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 247, 229, 0.96), rgba(255, 203, 132, 0.22) 46%, rgba(205, 109, 32, 0.08) 66%, transparent 80%);
  filter: blur(1px);
  opacity: 0.96;
  pointer-events: none;
}

.info-hero__copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.info-hero__copy h1 {
  font-size: clamp(2.7rem, 6.8vw, 5.2rem);
  letter-spacing: -0.055em;
  line-height: 0.94;
  max-width: 10.8ch;
}

.support-hero .info-hero__copy h1 {
  max-width: 11.2ch;
}

.legal-doc-hero .info-hero__copy h1 {
  max-width: none;
}

.info-hero__summary,
.section-heading p,
.support-panel-intro p,
.document-frame__summary,
.info-card p,
.info-surface p,
.info-page .legal-section p,
.info-page .legal-section li,
.faq-answer,
.support-channel-list span,
.support-route-list span {
  color: rgba(70, 58, 44, 0.88);
}

.info-hero__summary {
  max-width: 58ch;
  font-size: 1.06rem;
  line-height: 1.68;
}

.info-chip-row,
.info-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.info-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(56, 41, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.72);
  color: rgba(56, 41, 23, 0.92);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(55, 37, 18, 0.06);
}

.info-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(56, 41, 23, 0.16);
  border-radius: 18px;
  background: rgba(255, 251, 245, 0.72);
  color: rgba(30, 22, 14, 0.96);
  font-size: 0.97rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(55, 37, 18, 0.08);
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.info-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(55, 37, 18, 0.12);
  border-color: rgba(56, 41, 23, 0.22);
}

.info-action:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.34);
  outline-offset: 4px;
}

.info-action--primary {
  border-color: rgba(112, 66, 28, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 237, 208, 0.9) 0%, rgba(255, 196, 122, 0.92) 35%, rgba(219, 129, 47, 0.98) 74%, rgba(118, 54, 22, 0.98) 100%);
  color: #fffaf3;
  box-shadow: 0 22px 46px rgba(109, 61, 23, 0.18);
}

.info-hero__aside,
.support-contact-aside {
  display: grid;
  gap: 16px;
  align-content: start;
}

.info-surface {
  padding: clamp(22px, 3vw, 28px);
  border-radius: 30px;
  box-shadow: var(--info-shadow-soft);
}

.info-surface__eyebrow,
.info-card__kicker {
  margin: 0 0 14px;
  color: rgba(144, 80, 32, 0.96);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.support-route-list,
.support-detail-list,
.support-channel-list,
.legal-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.support-route-list {
  display: grid;
  gap: 14px;
}

.support-route-list li {
  padding-top: 14px;
  border-top: 1px solid rgba(56, 41, 23, 0.1);
}

.support-route-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.support-route-list strong,
.support-channel-list strong {
  display: block;
  margin-bottom: 4px;
  color: rgba(30, 22, 14, 0.96);
  font-size: 1rem;
  font-weight: 600;
}

.support-route-list a,
.support-channel-list a,
.document-meta-actions a,
.doc-link-stack a,
.info-card__link,
.info-page .legal-section a {
  color: rgba(30, 22, 14, 0.96);
  text-decoration: none;
}

.support-stat-grid {
  display: grid;
  gap: 14px;
}

.support-stat {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(56, 41, 23, 0.08);
  border-radius: 20px;
  background: rgba(255, 251, 245, 0.68);
}

.support-stat strong {
  color: rgba(30, 22, 14, 0.96);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.support-stat span {
  color: rgba(70, 58, 44, 0.88);
  line-height: 1.55;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 64ch;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 4.4vw, 3.2rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.section-heading p {
  font-size: 1rem;
  line-height: 1.65;
}

.support-path-grid,
.legal-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: 24px;
  border-radius: 28px;
  box-shadow: var(--info-shadow-soft);
}

.info-card h3 {
  font-size: clamp(1.28rem, 2.2vw, 1.58rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.info-card p {
  line-height: 1.62;
}

.info-card__link,
.document-meta-actions a,
.doc-link-stack a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(56, 41, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.68);
  font-size: 0.92rem;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.info-card__link {
  justify-self: start;
  margin-top: auto;
}

.info-card__link:hover,
.document-meta-actions a:hover,
.doc-link-stack a:hover {
  transform: translateY(-1px);
  border-color: rgba(56, 41, 23, 0.16);
  background: rgba(255, 252, 247, 0.84);
}

.info-card__link:focus-visible,
.document-meta-actions a:focus-visible,
.doc-link-stack a:focus-visible,
.info-footer .footer-links a:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.34);
  outline-offset: 4px;
}

.info-tab-region {
  display: grid;
  gap: 28px;
}

.info-tab-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px;
  border-radius: 24px;
}

.info-tab-strip--sticky {
  position: sticky;
  top: 92px;
  z-index: 70;
}

.info-tab {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(82, 66, 49, 0.82);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.info-tab:hover {
  color: rgba(30, 22, 14, 0.96);
  background: rgba(255, 251, 245, 0.72);
}

.info-tab.is-active {
  color: #fffaf3;
  border-color: rgba(118, 54, 22, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 217, 157, 0.96) 0%, rgba(226, 131, 48, 0.98) 52%, rgba(118, 54, 22, 0.98) 100%);
  box-shadow: 0 16px 34px rgba(109, 61, 23, 0.16);
}

.info-tab:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.34);
  outline-offset: 4px;
}

.info-tab-panel {
  display: none;
  gap: 18px;
}

.info-tab-panel.is-active {
  display: grid;
}

.support-topic-surface,
.document-frame {
  display: grid;
  gap: 18px;
}

.support-panel-intro {
  display: grid;
  gap: 10px;
  max-width: 58ch;
}

.support-panel-intro h3,
.document-frame__header h3 {
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.faq-stack {
  display: grid;
  gap: 14px;
}

.faq-entry {
  padding: 0 20px;
  border: 1px solid rgba(56, 41, 23, 0.1);
  border-radius: 24px;
  background: rgba(255, 251, 245, 0.68);
  box-shadow: 0 14px 34px rgba(55, 37, 18, 0.05);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.faq-entry[open] {
  border-color: rgba(157, 95, 46, 0.22);
  background: rgba(255, 252, 247, 0.88);
  box-shadow: 0 18px 40px rgba(55, 37, 18, 0.08);
}

.faq-entry .faq-question {
  padding: 18px 0;
  color: rgba(30, 22, 14, 0.96);
  font-size: 1.02rem;
  font-weight: 600;
}

.faq-entry .faq-question::after,
details[open] > .faq-question::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 241, 220, 0.9);
  color: rgba(109, 61, 23, 0.92);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 0.22s ease;
}

.faq-entry[open] .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  margin-top: 0;
  padding: 16px 0 18px;
  border-top: 1px solid rgba(56, 41, 23, 0.08);
  line-height: 1.68;
}

.faq-answer p + p {
  margin-top: 10px;
}

.support-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 18px;
}

.support-form {
  gap: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-group--full {
  grid-column: 1 / -1;
}

.info-page .form-group {
  gap: 8px;
}

.info-page .form-group label {
  color: rgba(30, 22, 14, 0.96);
  font-size: 0.92rem;
  font-weight: 600;
}

.info-page .form-group input,
.info-page .form-group select,
.info-page .form-group textarea {
  border: 1px solid rgba(56, 41, 23, 0.12);
  border-radius: 16px;
  background: rgba(255, 251, 245, 0.72);
  color: rgba(30, 22, 14, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.info-page .form-group input:focus,
.info-page .form-group select:focus,
.info-page .form-group textarea:focus {
  border-color: rgba(157, 95, 46, 0.42);
  box-shadow: 0 0 0 3px rgba(157, 95, 46, 0.08);
}

.info-page .form-group textarea {
  min-height: 176px;
}

.support-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 18px;
  border: 0;
  background:
    linear-gradient(135deg, rgba(255, 217, 157, 0.96) 0%, rgba(226, 131, 48, 0.98) 52%, rgba(118, 54, 22, 0.98) 100%);
  color: #fffaf3;
  font-size: 0.97rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 18px 38px rgba(109, 61, 23, 0.16);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.support-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(109, 61, 23, 0.2);
}

.support-submit:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.34);
  outline-offset: 4px;
}

.support-detail-list,
.support-channel-list {
  display: grid;
  gap: 12px;
}

.support-detail-list li,
.support-channel-list li {
  padding-top: 12px;
  border-top: 1px solid rgba(56, 41, 23, 0.08);
  line-height: 1.6;
}

.support-detail-list li:first-child,
.support-channel-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.doc-link-stack,
.document-meta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.doc-link-stack a[aria-current="page"],
.footer-links a[aria-current="page"] {
  color: rgba(109, 61, 23, 0.96);
}

.doc-link-stack a[aria-current="page"] {
  border-color: rgba(109, 61, 23, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 240, 214, 0.96) 0%, rgba(255, 214, 159, 0.9) 100%);
}

.document-frame__header {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(240px, 0.74fr);
  gap: 20px;
  align-items: start;
}

.document-frame__summary {
  margin-top: 10px;
  line-height: 1.68;
}

.info-page .legal-section-meta {
  padding: 18px;
  border: 1px solid rgba(56, 41, 23, 0.08);
  border-radius: 24px;
  background: rgba(255, 251, 245, 0.68);
}

.info-page .legal-meta {
  display: grid;
  gap: 10px;
  color: rgba(70, 58, 44, 0.88);
}

.info-page .legal-content {
  display: grid;
  gap: 16px;
}

.info-page .legal-section {
  padding: 24px 24px 22px;
  border: 1px solid rgba(56, 41, 23, 0.1);
  border-radius: 24px;
  background: rgba(255, 251, 245, 0.72);
  box-shadow: 0 14px 34px rgba(55, 37, 18, 0.05);
}

.info-page .legal-section h2 {
  margin-bottom: 12px;
  font-size: clamp(1.4rem, 2.8vw, 1.86rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.info-page .legal-section p,
.info-page .legal-section li {
  font-size: 0.98rem;
  line-height: 1.7;
}

.info-page .legal-section ul {
  padding-left: 20px;
}

.info-page .legal-section li + li {
  margin-top: 10px;
}

.info-page .legal-note {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(157, 95, 46, 0.14);
  border-left: 0;
  border-radius: 18px;
  background: rgba(255, 245, 230, 0.68);
}

.info-footer {
  width: var(--info-shell-width);
  margin: 0 auto;
  padding: 0 0 54px;
}

.info-footer__shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 24px;
}

.info-footer__shell p {
  color: rgba(70, 58, 44, 0.88);
}

.info-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.info-footer .footer-links a {
  color: rgba(30, 22, 14, 0.96);
  font-weight: 600;
  text-decoration: none;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .info-hero,
  .info-surface,
  .info-tab-strip,
  .info-footer__shell,
  .info-card {
    background-color: rgba(255, 250, 243, 0.96);
  }
}

@media (max-width: 1040px) {
  .support-path-grid,
  .legal-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .document-frame__header,
  .support-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .info-hero {
    grid-template-columns: 1fr;
  }

  .info-hero__copy h1 {
    max-width: none;
  }

  .info-tab-strip--sticky {
    top: 84px;
  }
}

@media (max-width: 640px) {
  body.info-page {
    --info-shell-width: min(100% - 20px, 1180px);
  }

  .info-main {
    padding-top: 102px;
    padding-bottom: 42px;
    gap: 24px;
  }

  .info-hero,
  .info-surface,
  .info-card,
  .info-footer__shell {
    border-radius: 24px;
  }

  .info-hero {
    padding: 22px;
  }

  .info-surface,
  .info-card {
    padding: 20px;
  }

  .info-chip-row,
  .info-action-row,
  .doc-link-stack,
  .document-meta-actions {
    gap: 8px;
  }

  .support-path-grid,
  .legal-overview-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .info-tab-strip {
    position: static;
    gap: 8px;
    padding: 10px;
    border-radius: 20px;
  }

  .info-tab {
    flex: 1 1 100%;
    min-height: 44px;
  }

  .info-footer__shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-page .legal-section {
    padding: 20px 18px 18px;
  }

  .faq-entry {
    padding: 0 16px;
    border-radius: 20px;
  }
}

/* ==========================================
   INFO PAGES REFINED
   ========================================== */

body.info-page {
  --info-shell-width: min(980px, calc(100% - 40px));
  min-height: 100vh;
  background: #ffffff;
  color: #151515;
}

body.info-page::before,
body.info-page::after,
.info-hero,
.info-hero::before,
.info-hero::after,
.info-surface::before,
.info-tab-strip::before,
.info-footer__shell::before,
.info-card::before {
  display: none;
}

body.info-page .eyebrow {
  color: #666666;
}

.info-main,
.info-footer {
  position: relative;
  z-index: 1;
}

.info-main {
  width: var(--info-shell-width);
  margin: 0 auto;
  padding: 116px 0 40px;
  display: grid;
  gap: 28px;
}

.info-section,
[data-tab-panel],
#support-contact,
#legal-docs {
  scroll-margin-top: 110px;
}

.page-intro {
  display: grid;
  gap: 10px;
}

.page-intro--support {
  gap: 14px;
}

.page-intro__headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.page-intro__headline .page-link {
  flex-shrink: 0;
}

.page-intro h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.page-intro p,
.panel-copy,
.document-meta-line,
.support-response-note,
.info-footer__shell p {
  margin: 0;
  color: #5f5f5f;
  font-size: 0.98rem;
  line-height: 1.6;
}

.page-toolbar,
.document-meta-actions,
.info-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-link,
.document-meta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dddddd;
  border-radius: 999px;
  background: #ffffff;
  color: #151515;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.page-link:hover,
.document-meta-actions a:hover {
  border-color: #bdbdbd;
  background: #f7f7f7;
}

.page-link[aria-current="page"] {
  background: #151515;
  border-color: #151515;
  color: #ffffff;
}

.page-link:focus-visible,
.document-meta-actions a:focus-visible,
.info-tab:focus-visible,
.info-footer .footer-links a:focus-visible,
.support-submit:focus-visible {
  outline: 2px solid rgba(21, 21, 21, 0.35);
  outline-offset: 3px;
}

.info-tab-strip,
.page-panel {
  border: 1px solid #e7e1d9;
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.info-tab-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  border-radius: 16px;
  background: #f6f4f1;
}

.info-tab-strip--header {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.info-tab-strip--sticky {
  position: sticky;
  top: 92px;
  z-index: 40;
}

.info-tab {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5f5f5f;
  font-family: var(--font-body);
  font-size: 0.94rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.info-tab:hover {
  background: #ece7e1;
  color: #151515;
}

.info-tab.is-active {
  background: #151515;
  color: #ffffff;
  box-shadow: none;
}

.info-tab-strip--header .info-tab {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #151515;
  font-size: 0.92rem;
  font-weight: 500;
}

.info-tab-strip--header .info-tab:hover {
  border-color: #bdbdbd;
  background: #f7f7f7;
  color: #151515;
}

.info-tab-strip--header .info-tab.is-active {
  border-color: #151515;
  background: #151515;
  color: #ffffff;
}

.info-tab-panel {
  display: none;
}

.info-tab-panel.is-active {
  display: block;
}

.page-panel {
  border-radius: 20px;
  padding: 24px;
}

.page-panel--document {
  padding: 28px 24px;
}

.panel-copy {
  margin-bottom: 12px;
}

.faq-stack {
  display: block;
}

.faq-entry {
  padding: 0;
  border: 0;
  border-top: 1px solid #ece7e1;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-stack .faq-entry:first-child {
  border-top: 0;
}

.faq-entry[open] {
  background: transparent;
  border-color: #ece7e1;
  box-shadow: none;
}

.faq-entry .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  color: #151515;
  font-size: 1rem;
  font-weight: 500;
}

.faq-entry .faq-question::after,
details[open] > .faq-question::after {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #666666;
  font-size: 1.15rem;
  font-weight: 400;
}

.faq-answer {
  margin-top: 0;
  padding: 0 0 18px;
  border-top: 0;
  color: #4f4f4f;
  line-height: 1.65;
}

.faq-answer p + p {
  margin-top: 10px;
}

.faq-answer a,
.legal-section a,
.support-contact-details a,
.info-footer .footer-links a {
  color: #151515;
}

.support-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.support-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-group--full {
  grid-column: 1 / -1;
}

.info-page .form-group {
  display: grid;
  gap: 8px;
}

.info-page .form-group label {
  color: #151515;
  font-size: 0.92rem;
  font-weight: 500;
}

.info-page .form-group input,
.info-page .form-group select,
.info-page .form-group textarea {
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  background: #ffffff;
  color: #151515;
  box-shadow: none;
}

.info-page .form-group input:focus,
.info-page .form-group select:focus,
.info-page .form-group textarea:focus {
  border-color: #151515;
  box-shadow: 0 0 0 3px rgba(21, 21, 21, 0.08);
}

.info-page .form-group textarea {
  min-height: 176px;
}

.support-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #151515;
  border-radius: 12px;
  background: #151515;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 600;
  box-shadow: none;
  transition: opacity 0.18s ease;
}

.support-submit:hover {
  transform: none;
  box-shadow: none;
  opacity: 0.88;
}

.support-contact-details {
  display: grid;
  gap: 18px;
  padding-left: 24px;
  border-left: 1px solid #ece7e1;
}

.support-contact-details strong {
  display: block;
  margin-bottom: 6px;
  color: #151515;
  font-size: 0.94rem;
  font-weight: 600;
}

.support-detail-list {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
  color: #4f4f4f;
}

.support-detail-list li + li {
  margin-top: 8px;
}

.document-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ece7e1;
}

.document-head h2 {
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.legal-content {
  display: block;
}

.info-page .legal-section {
  padding: 22px 0;
  border: 0;
  border-top: 1px solid #ece7e1;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.info-page .legal-content .legal-section:first-child {
  border-top: 0;
  padding-top: 24px;
}

.info-page .legal-section h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.info-page .legal-section p,
.info-page .legal-section li {
  color: #4f4f4f;
  font-size: 0.97rem;
  line-height: 1.68;
}

.info-page .legal-section ul {
  margin: 0;
  padding-left: 20px;
}

.info-page .legal-section li + li {
  margin-top: 8px;
}

.changelog-content {
  display: block;
}

.changelog-section {
  padding: 22px 0;
  border-top: 1px solid #ece7e1;
}

.changelog-content .changelog-section:first-child {
  border-top: 0;
  padding-top: 4px;
}

.changelog-section h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.changelog-section p {
  margin: 0 0 14px;
  color: #4f4f4f;
  font-size: 0.97rem;
  line-height: 1.68;
}

.changelog-section p:last-child,
.changelog-section ul:last-child {
  margin-bottom: 0;
}

.changelog-section ul {
  margin: 0;
  padding-left: 20px;
}

.changelog-section li {
  color: #4f4f4f;
  font-size: 0.97rem;
  line-height: 1.68;
}

.changelog-section li + li {
  margin-top: 8px;
}

.info-page .legal-note {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #e7e1d9;
  border-radius: 12px;
  background: #f6f4f1;
}

.info-footer {
  width: var(--info-shell-width);
  margin: 0 auto;
  padding: 0 0 28px;
}

.info-footer__shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid #ece7e1;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.info-footer .footer-links a {
  font-weight: 500;
  text-decoration: none;
}

.info-footer .footer-links a[aria-current="page"] {
  color: #151515;
}

@media (max-width: 860px) {
  .support-contact-layout,
  .document-head {
    grid-template-columns: 1fr;
  }

  .document-head {
    display: grid;
  }

  .support-contact-details {
    padding-left: 0;
    border-left: 0;
    padding-top: 8px;
    border-top: 1px solid #ece7e1;
  }
}

@media (max-width: 640px) {
  body.info-page {
    --info-shell-width: min(100% - 20px, 980px);
  }

  .info-main {
    padding-top: 100px;
    gap: 22px;
  }

  .page-panel,
  .page-panel--document {
    padding: 20px;
    border-radius: 16px;
  }

  .page-toolbar,
  .document-meta-actions,
  .info-footer .footer-links {
    gap: 8px;
  }

  .page-intro__headline {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .info-tab-strip {
    position: static;
  }

  .info-tab {
    flex: 1 1 100%;
  }

  .info-tab-strip--header .info-tab {
    flex: 0 1 auto;
  }

  .info-footer__shell {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================
   TEST FLIGHT PAGE
   ========================================== */

.info-main--test-flight {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 44px;
  gap: clamp(20px, 3vw, 30px);
}

.info-main--test-flight > .info-section:not(.info-section--test-flight-hero) {
  width: var(--info-shell-width);
  margin: 0 auto;
}

.page-link--primary {
  border-color: #151515;
  background: #151515;
  color: #ffffff;
}

.page-link--primary:hover {
  border-color: #151515;
  background: #2a2a2a;
  color: #ffffff;
}

.info-section--test-flight-hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  background:
    radial-gradient(72% 76% at 8% 10%, rgba(255, 224, 171, 0.64) 0%, rgba(255, 224, 171, 0) 58%),
    radial-gradient(82% 82% at 88% 16%, rgba(248, 179, 98, 0.24) 0%, rgba(248, 179, 98, 0) 62%),
    radial-gradient(68% 66% at 50% 104%, rgba(205, 109, 32, 0.22) 0%, rgba(205, 109, 32, 0) 64%),
    linear-gradient(180deg, #fff8ee 0%, #f7ecde 52%, #f0e1cf 100%);
  overflow: hidden;
}

.info-section--test-flight-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(120% 120% at 14% -6%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(90% 90% at 86% 108%, rgba(132, 165, 198, 0.2) 0%, rgba(132, 165, 198, 0) 65%);
}

.test-flight-hero--landing {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2.1vh, 20px);
  text-align: center;
  padding-top: clamp(104px, 13vh, 152px);
  padding-bottom: clamp(40px, 7vh, 88px);
  padding-left: max(clamp(20px, 4vw, 44px), calc(env(safe-area-inset-left, 0px) + 14px));
  padding-right: max(clamp(20px, 4vw, 44px), calc(env(safe-area-inset-right, 0px) + 14px));
}

.test-flight-hero--landing::after {
  display: none;
}

.test-flight-hero__copy {
  display: grid;
  justify-items: center;
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  margin: 0 auto;
}

.test-flight-hero__copy .panel-copy {
  margin-top: clamp(14px, 2.4vh, 22px);
  color: #6a594a;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}

.test-flight-hero__copy .panel-copy a {
  color: #2c231a;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  word-break: break-all;
}

.test-flight-hero__copy .panel-copy a:hover {
  color: #100d09;
}

.test-flight-hero__copy h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.4rem, 8.6vw, 6.1rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
  color: #201812;
  text-wrap: balance;
}

.test-flight-hero__copy h1 .home-header__brand-word--gradient {
  display: inline;
  padding-right: 0.045em;
}

.test-flight-hero__scroll-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(18px, 2.7vh, 30px);
  color: #6d5c4f;
  font-size: clamp(0.95rem, 1.5vw, 1.04rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.2s ease;
}

.test-flight-hero__scroll-link:hover {
  transform: translateY(1px);
  color: #2a2119;
}

.test-flight-hero__scroll-link:focus-visible {
  outline: 2px solid rgba(157, 95, 46, 0.34);
  outline-offset: 6px;
  border-radius: 999px;
}

.test-flight-hero__scroll-link-label {
  display: inline-block;
}

.test-flight-quick-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.test-flight-quick-list li {
  position: relative;
  padding-left: 18px;
  color: #4e4b46;
  line-height: 1.55;
}

.test-flight-quick-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ab6121;
  transform: translateY(-50%);
}

.test-flight-hero__media {
  position: relative;
  margin: clamp(-18px, -2.2vh, -8px) auto 0;
  width: min(100%, 1120px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-flight-hero__media img {
  display: block;
  width: min(100%, 1080px);
  height: auto;
  max-height: min(64vh, 760px);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 44px rgba(44, 30, 18, 0.22));
}

.test-flight-section-head {
  display: grid;
  gap: 10px;
  max-width: 72ch;
}

.test-flight-section-head .panel-copy {
  margin: 0;
}

.test-flight-section-head h2 {
  margin: 0;
  color: #151515;
  font-size: clamp(1.7rem, 3.4vw, 2.65rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.test-flight-section-head p {
  margin: 0;
  color: #4e4b46;
  line-height: 1.67;
}

.test-flight-section-head code {
  padding: 0.1em 0.44em;
  border-radius: 6px;
  background: #f4f0eb;
  font-family: "Roobert", sans-serif;
  font-size: 0.92em;
}

.test-flight-section-accordion {
  margin: 0;
  border: 1px solid #e7e1d9;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}

.test-flight-section-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}

.test-flight-section-accordion__summary::-webkit-details-marker {
  display: none;
}

.test-flight-section-accordion__summary-main {
  display: grid;
  gap: 6px;
}

.test-flight-section-accordion__eyebrow {
  margin: 0;
  color: #5f5f5f;
  font-size: 0.98rem;
  line-height: 1.4;
}

.test-flight-section-accordion__title {
  margin: 0;
  color: #151515;
  font-size: clamp(1.45rem, 3.1vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.test-flight-section-accordion__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #e0d8cf;
  border-radius: 999px;
  color: #5f5448;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.test-flight-section-accordion__chevron svg {
  width: 18px;
  height: 18px;
  transition: transform 0.22s ease;
}

.test-flight-section-accordion[open] .test-flight-section-accordion__chevron svg {
  transform: rotate(90deg);
}

.test-flight-section-accordion__summary:hover .test-flight-section-accordion__chevron {
  border-color: #cfc4b6;
  background: #f8f4ee;
  color: #3f352c;
}

.test-flight-section-accordion__summary:focus-visible {
  outline: 2px solid rgba(21, 21, 21, 0.3);
  outline-offset: 4px;
}

.test-flight-section-accordion__body {
  display: grid;
  gap: 14px;
  padding: 16px 20px 20px;
  border-top: 1px solid #ece7e1;
}

.test-flight-section-accordion__lead {
  margin: 0;
  color: #1f1f1f;
  line-height: 1.6;
}

.test-flight-section-accordion__lead code {
  padding: 0.1em 0.44em;
  border-radius: 6px;
  background: #f4f0eb;
  font-family: "Roobert", sans-serif;
  font-size: 0.92em;
}

.test-flight-start-steps {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 10px;
  color: #1a1a1a;
  line-height: 1.65;
}

.test-flight-start-steps li {
  padding-left: 2px;
}

.test-flight-start-panel {
  display: grid;
  gap: 18px;
}

.test-flight-start-panel__intro {
  display: grid;
  gap: 10px;
  padding: 16px 16px 18px;
  border: 1px solid #ece3d5;
  border-radius: 16px;
  background: linear-gradient(180deg, #f9f6f0 0%, #f4eee5 100%);
}

.test-flight-start-panel__eyebrow {
  margin: 0;
  color: #8c5c2f;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.test-flight-step-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.test-flight-step {
  display: grid;
  gap: 12px;
  padding: 18px 16px;
  border: 1px solid #ece3d5;
  border-radius: 14px;
  background: #fcfaf6;
}

.test-flight-step__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.test-flight-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f6ebdc;
  color: #4f351d;
  font-size: 0.88rem;
  font-weight: 600;
}

.test-flight-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #1f1b17;
  color: #ffffff;
}

.test-flight-step__icon svg {
  width: 19px;
  height: 19px;
}

.test-flight-step h3 {
  margin: 0;
  color: #151515;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.test-flight-step p {
  margin: 0;
  color: #4e4b46;
  line-height: 1.65;
}

.wristy-text-sections {
  display: grid;
  gap: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.wristy-text-sections__group {
  display: grid;
  gap: 14px;
}

.wristy-text-sections__group + .wristy-text-sections__group {
  padding-top: 24px;
}

.wristy-text-sections__title {
  margin: 0;
  color: #151515;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.wristy-feature-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 26px;
  row-gap: 10px;
}

.wristy-feature-list li {
  color: #4e4b46;
  line-height: 1.62;
  padding-left: 2px;
}

.wristy-audience-intro {
  margin: 0;
  color: #5a5044;
  line-height: 1.6;
}

.wristy-audience-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wristy-audience-chip {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #e2d6c7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #4f4539;
  font-family: var(--font-body);
  font-size: 0.87rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.wristy-audience-chip:hover {
  transform: translateY(-1px);
  border-color: #ccb89f;
  background: #fffdf9;
  color: #2f2922;
}

.wristy-audience-chip.is-active {
  border-color: #221d18;
  background: linear-gradient(140deg, #2b251f 0%, #181412 100%);
  color: #fff9f2;
}

.wristy-audience-chip:focus-visible {
  outline: 2px solid rgba(21, 21, 21, 0.35);
  outline-offset: 2px;
}

.wristy-audience-panel-stack {
  display: grid;
}

.wristy-audience-panel {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #e5dbcd;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: #4e4b46;
  line-height: 1.72;
}

@media (max-width: 980px) {
  .wristy-feature-list {
    grid-template-columns: 1fr;
  }

  .test-flight-hero__media {
    width: min(100%, 840px);
  }

  .test-flight-hero__media img {
    max-height: min(58vh, 620px);
  }
}

@media (max-width: 860px) {
  .test-flight-step-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .test-flight-hero--landing {
    padding-top: clamp(92px, 20vh, 130px);
    padding-bottom: clamp(28px, 8vh, 52px);
    padding-left: max(16px, calc(env(safe-area-inset-left, 0px) + 10px));
    padding-right: max(16px, calc(env(safe-area-inset-right, 0px) + 10px));
  }

  .test-flight-hero__copy h1 {
    max-width: 12ch;
    font-size: clamp(2rem, 12vw, 3.5rem);
  }

  .test-flight-hero__media {
    margin-top: clamp(-10px, -1.6vh, -4px);
    width: min(100%, 640px);
  }

  .test-flight-hero__media img {
    max-height: min(52vh, 420px);
  }

  .wristy-audience-chip {
    width: 100%;
    justify-content: flex-start;
  }
}
