@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/be-vietnam-pro-400.ttf") format("truetype");
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/be-vietnam-pro-500.ttf") format("truetype");
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/be-vietnam-pro-700.ttf") format("truetype");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/plus-jakarta-sans-700.ttf") format("truetype");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/plus-jakarta-sans-800.ttf") format("truetype");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/plus-jakarta-sans-800-italic.ttf") format("truetype");
}

:root {
  color-scheme: light;
  --bg: #fff4f3;
  --surface: #ffffff;
  --surface-soft: #ffedeb;
  --surface-muted: #ffe2df;
  --surface-glass: rgba(255, 244, 243, 0.8);
  --feature-warm: #ffde93;
  --feature-gold: #f6ce49;
  --accent: #a63300;
  --accent-bright: #ff6c36;
  --text: #4e211e;
  --text-muted: #834c48;
  --text-dim: rgba(78, 33, 30, 0.6);
  --gold-text: #584500;
  --gold-muted: rgba(88, 69, 0, 0.6);
  --border: #ffd2ce;
  --shadow-soft: 0 18px 34px -28px rgba(78, 33, 30, 0.26);
  --shadow-cta: 0 24px 42px -30px rgba(166, 51, 0, 0.34);
  --shadow-pill: 0 14px 28px -20px rgba(166, 51, 0, 0.24), 0 6px 12px -10px rgba(166, 51, 0, 0.16);
  --page-width: 1280px;
  --frame-width: 1216px;
  --section-gap: 91px;
  --card-stack-gap: 26px;
  --dock-gap: 115px;
  --footer-gap: 150px;
  --arc-top: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at top center, rgba(255, 121, 73, 0.12), rgba(255, 121, 73, 0) 28%),
    linear-gradient(180deg, #fff8f7 0%, var(--bg) 24%, #fff2f0 100%);
  color: var(--text);
  font-family: "Be Vietnam Pro", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

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

.landing-page {
  flex: 1 0 auto;
  position: relative;
  overflow-x: clip;
}

.landing-page::before,
.landing-page::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.22;
}

.landing-page::before {
  top: 120px;
  left: -120px;
  width: 260px;
  height: 260px;
  background: rgba(255, 121, 73, 0.35);
}

.landing-page::after {
  top: 980px;
  right: -120px;
  width: 300px;
  height: 300px;
  background: rgba(246, 206, 73, 0.4);
}

.page-shell {
  width: min(100%, var(--page-width));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 100px;
  width: calc(100vw - 32px);
  margin-left: calc(50% - 50vw + 16px);
  padding: 24px 0;
}

.brand {
  position: relative;
  flex: 0 0 150px;
  width: 150px;
  height: 52px;
}

.brand-mark {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
}

.brand-mark-halo {
  width: 40px;
  height: 40px;
}

.brand-mark-theme {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 26px;
  height: 26px;
}

.brand-text {
  position: absolute;
  top: 50%;
  left: 61px;
  transform: translateY(-50%);
  color: var(--accent);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.nav-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.nav-link-button,
.nav-cta,
.cta-banner-button,
.floating-dock-button,
.footer-icon-button,
.demo-shortcut {
  border: 2px solid transparent;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease;
}

.nav-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: 0 16px 28px -24px rgba(78, 33, 30, 0.34);
  overflow: hidden;
  transition:
    box-shadow 140ms ease,
    transform 140ms ease;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 32px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: var(--shadow-pill);
  color: #ffefeb;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.nav-link-button img {
  display: block;
  width: auto;
  height: 48px;
}

.nav-link-button:hover,
.nav-link-button:focus-visible {
  box-shadow: 0 22px 34px -24px rgba(78, 33, 30, 0.42);
  transform: translateY(-1px);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: transparent;
  border-color: var(--accent);
  box-shadow: none;
  color: var(--accent);
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 701px;
  padding: 191px 32px 0;
  text-align: center;
}

.hero::before {
  content: none;
}

.hero h1,
.cta-banner h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero h1 {
  color: var(--text);
}

.hero h1 span {
  color: var(--accent);
  font-style: italic;
}

.hero-copy {
  max-width: 672px;
  margin: 34px auto 0;
  padding: 0 12px;
  color: var(--text-muted);
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.3333;
}

.hero-copy strong {
  color: var(--accent);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.demo-input {
  width: min(100%, 512px);
  margin-top: 52px;
}

.demo-input-shell {
  padding: 10px 8px 10px 10px;
  border: 2px solid var(--border);
  border-radius: 16px;
  background: var(--surface-soft);
  box-shadow: var(--shadow-soft);
  transition: border-color 140ms ease;
}

.demo-input:focus-within .demo-input-shell {
  border-color: rgba(166, 51, 0, 0.22);
}

.demo-input-inner {
  position: relative;
  min-height: 68px;
  padding: 20px 104px 20px 56px;
  border-radius: 48px;
  background: var(--surface);
  text-align: left;
}

.demo-input-icon {
  position: absolute;
  top: 20px;
  left: 24px;
  color: var(--text);
  font-size: 20px;
  line-height: 28px;
}

.demo-input-control {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.demo-input-control:focus {
  outline: none;
}

.demo-input-control::placeholder {
  color: var(--text-dim);
}

.demo-input-shortcut {
  position: absolute;
  top: 50%;
  right: 24px;
  color: rgba(78, 33, 30, 0.38);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: translateY(-50%);
}

.features {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  width: min(calc(100% - 64px), var(--frame-width));
  margin: var(--section-gap) auto 0;
}

.feature-card {
  position: relative;
  overflow: clip;
  padding: 44px;
  border-radius: 32px;
  box-shadow: var(--shadow-soft);
}

.feature-card-wide {
  grid-column: span 8;
  min-height: 370px;
  background: var(--feature-warm);
}

.feature-card-tall {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 370px;
  background: var(--feature-gold);
}

.feature-icon {
  width: 30px;
  height: 30px;
}

.feature-card h2 {
  width: min(100%, 448px);
  margin: 16px 0 0;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.feature-card h2 span {
  color: var(--accent);
}

.feature-card-heading-sm {
  width: 100%;
  margin-top: 24px;
  color: var(--gold-text);
  font-size: 24px;
  line-height: 1.3333;
}

.alias-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}

.alias-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 16px 24px;
  border-radius: 48px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.alias-pill-emoji {
  color: var(--text);
  font-size: 24px;
  line-height: 32px;
}

.alias-pill-emoji-serif {
  font-family: "Times New Roman", serif;
}

.alias-pill-emoji-fire {
  font-family: "Georgia", serif;
}

.alias-pill-copy {
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.block-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blocked-preview-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 21px;
  border: 1px solid rgba(88, 69, 0, 0.1);
  border-radius: 16px;
  background: rgba(88, 69, 0, 0.05);
}

.blocked-preview-label {
  margin: 0;
  color: var(--gold-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4286;
}

.blocked-preview-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--gold-muted);
  font-size: 12px;
  line-height: 1.3333;
}

.shortcut-rail {
  width: min(calc(100% - 64px), var(--frame-width));
  margin: 44px auto 0;
}

.shortcut-rail-inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 22px 30px;
  border: 1px solid rgba(166, 51, 0, 0.08);
  border-radius: 999px;
  background: rgba(255, 226, 223, 0.72);
  box-shadow: none;
}

.shortcut-rail h2 {
  flex: 0 0 380px;
  margin: 0;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.shortcut-rail h2 span {
  color: var(--accent);
}

.shortcut-rail .alias-pills {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  justify-content: flex-start;
  margin-top: 0;
}

.shortcut-rail .alias-pill {
  position: relative;
  z-index: 1;
  min-height: 56px;
  padding: 14px 20px;
}

.unicode-section {
  width: min(calc(100% - 64px), var(--frame-width));
  margin: 68px auto 0;
  padding: 0;
}

.unicode-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.unicode-copy {
  width: min(100%, 760px);
  margin: 0 0 18px;
}

.unicode-card h2 {
  max-width: none;
  margin: 0;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.unicode-reveal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding: 2px 0 0;
}

.unicode-cell {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #f3e9e8;
}

.unicode-cell::after {
  position: absolute;
  top: 50%;
  left: 50%;
}

.unicode-cell::after {
  content: attr(data-emoji);
  font-size: 18px;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.unicode-more {
  display: inline-flex;
  align-self: center;
  margin-left: 8px;
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}

.cta-banner {
  position: relative;
  isolation: isolate;
  overflow: clip;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 64px), 1040px);
  min-height: 196px;
  margin: 88px auto 0;
  padding: 48px;
  border-radius: 40px;
  background: var(--accent-bright);
  color: #fff4f3;
  box-shadow: 0 24px 48px -36px rgba(166, 51, 0, 0.38);
}

.cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(79, 22, 0, 0.1) 0%, rgba(79, 22, 0, 0) 48%);
  z-index: 0;
}

.cta-banner-art {
  display: none;
}

.cta-banner-copy,
.cta-banner-button {
  position: relative;
  z-index: 1;
}

.cta-banner h2 {
  max-width: 504px;
  font-size: 36px;
  line-height: 1.1112;
  letter-spacing: -0.025em;
}

.cta-banner-copy p {
  margin: 16px 0 0;
  color: rgba(255, 244, 243, 0.7);
  font-size: 18px;
  line-height: 1.5556;
}

.cta-banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 40px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: var(--shadow-cta);
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.cta-banner-button:hover,
.cta-banner-button:focus-visible {
  background: transparent;
  border-color: rgba(255, 244, 243, 0.92);
  box-shadow: none;
  color: #fff4f3;
}

.cta-banner-browser {
  font-style: italic;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.cta-banner-puzzle {
  font-size: 24px;
  line-height: 1;
}

.footer-stage {
  --orbital-width: min(1880px, calc(100vw + 260px));
  position: relative;
  width: calc(100vw - 32px);
  margin-left: calc(50% - 50vw + 16px);
  margin-top: auto;
  padding-top: var(--dock-gap);
  overflow: visible;
}

.footer-stage::before {
  content: none;
}

.floating-dock {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin: 0 auto;
  padding: 18px 26px;
  border: 2px solid #ffcab7;
  border-radius: 999px;
  background: var(--surface-glass);
  box-shadow: 0 18px 34px -28px rgba(78, 33, 30, 0.28);
  backdrop-filter: blur(12px);
}

.floating-dock-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
}

.floating-dock-chip-avatar {
  width: 42px;
  height: 42px;
}

.floating-dock-chip-avatar img {
  width: 42px;
  height: 42px;
}

.floating-dock-divider {
  width: 1px;
  height: 32px;
  background: rgba(78, 33, 30, 0.1);
}

.floating-dock-emoji {
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.floating-dock-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4286;
}

.floating-dock-button:hover,
.floating-dock-button:focus-visible {
  background: transparent;
  border-color: var(--accent);
  box-shadow: none;
  color: var(--accent);
}

.orbital-field {
  position: absolute;
  top: var(--arc-top);
  left: 50%;
  width: var(--orbital-width);
  height: 320px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}

.orbital-art {
  width: var(--orbital-width);
  max-width: none;
  height: calc(var(--orbital-width) * 674 / 1496);
  margin: 0 auto;
  opacity: 0.82;
  object-fit: fill;
  transform: translateY(-34px);
}

.page-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-top: var(--footer-gap);
  padding: 64px 48px;
  border-radius: 48px 48px 0 0;
  background: var(--surface-muted);
}

.page-footer-copy {
  display: grid;
  gap: 7px;
}

.page-footer-brand {
  margin: 0;
  color: var(--accent);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

.page-footer-byline {
  margin: 0;
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.625;
}

.page-footer-actions,
.page-footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-footer-links {
  gap: 32px;
  flex-wrap: wrap;
}

.page-footer-links a {
  color: var(--text-dim);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4286;
}

.page-footer-links a:hover,
.page-footer-links a:focus-visible {
  color: var(--accent);
}

.legal-page::before,
.legal-page::after {
  display: none;
}

.legal-shell {
  width: min(100%, 1080px);
  padding-bottom: 0;
}

.legal-top-nav {
  width: min(calc(100% - 64px), 1040px);
  margin: 0 auto;
}

.legal-hero {
  width: min(calc(100% - 64px), 820px);
  margin: 0 auto;
  padding: 84px 0 0;
}

.legal-eyebrow {
  margin: 0;
  color: var(--accent);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 18px 0 0;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  max-width: 720px;
  font-size: clamp(52px, 7vw, 80px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.legal-intro {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--text-muted);
  font-size: 20px;
  line-height: 1.6;
}

.legal-intro-secondary {
  margin-top: 14px;
}

.legal-article {
  width: min(calc(100% - 64px), 820px);
  margin: 56px auto 0;
  padding: 0 0 12px;
}

.legal-article-header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: baseline;
  margin-bottom: 34px;
}

.legal-kicker,
.legal-date {
  margin: 0;
}

.legal-kicker {
  color: var(--text-dim);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-date {
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.legal-prose {
  display: grid;
  gap: 0;
}

.legal-prose h2 {
  margin: 0 0 14px;
  padding-top: 26px;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.legal-prose p {
  margin: 0 0 18px;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.82;
}

.legal-prose code {
  padding: 0.12em 0.4em;
  border-radius: 999px;
  background: rgba(166, 51, 0, 0.08);
  color: var(--accent);
  font-family: "Be Vietnam Pro", "Segoe UI", sans-serif;
  font-size: 0.95em;
  font-weight: 700;
}

.footer-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.footer-icon-button:hover,
.footer-icon-button:focus-visible {
  background: transparent;
  border-color: rgba(166, 51, 0, 0.24);
  box-shadow: none;
}

.footer-icon-button img {
  width: 20px;
  height: 20px;
}

@media (max-width: 1100px) {
  .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card-wide,
  .feature-card-tall {
    grid-column: span 1;
  }

  .cta-banner,
  .page-footer {
    flex-wrap: wrap;
  }

  .legal-top-nav,
  .legal-hero,
  .legal-article {
    width: min(calc(100% - 64px), 820px);
  }

  .shortcut-rail {
    width: min(calc(100% - 64px), var(--frame-width));
  }

  .shortcut-rail-inner {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px;
    padding: 28px;
  }

  .shortcut-rail h2 {
    flex-basis: auto;
    width: 100%;
  }

  .unicode-section {
    width: min(calc(100% - 64px), var(--frame-width));
  }

  .unicode-reveal-grid {
    gap: 3px;
  }

  .cta-banner {
    width: min(calc(100% - 64px), 1040px);
  }

}

@media (max-width: 920px) {
  .features {
    grid-template-columns: 1fr;
  }

  .feature-card-wide,
  .feature-card-tall {
    grid-column: span 1;
  }

  .shortcut-rail-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 32px;
  }

  .shortcut-rail h2 {
    flex-basis: auto;
    width: 100%;
  }

  .shortcut-rail .alias-pills {
    width: 100%;
  }

  .cta-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .cta-banner-button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .top-nav {
    flex-wrap: wrap;
    width: calc(100vw - 32px);
    margin-left: calc(50% - 50vw + 16px);
    padding: 18px 0;
  }

  .nav-actions {
    width: 100%;
  }

  .nav-link-button,
  .nav-cta {
    width: 100%;
  }

  .nav-link-button img {
    width: 100%;
    height: auto;
  }

  .legal-top-nav {
    width: calc(100% - 32px);
  }

  .legal-hero,
  .legal-article {
    width: calc(100% - 32px);
  }

  .legal-hero {
    padding-top: 44px;
  }

  .legal-intro {
    font-size: 18px;
  }

  .legal-article {
    margin-top: 40px;
  }

  .hero {
    min-height: auto;
    padding: 132px 16px 0;
  }

  .hero h1 {
    font-size: 56px;
  }

  .hero-copy {
    font-size: 18px;
    line-height: 1.5556;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .nav-link-button,
  .hero-actions .nav-cta {
    width: 100%;
  }

  .hero-actions .nav-link-button img {
    width: 100%;
    height: auto;
  }

  .demo-input {
    margin-top: 56px;
  }

  .features,
  .shortcut-rail,
  .unicode-section,
  .cta-banner {
    width: calc(100% - 32px);
  }

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

  .feature-card,
  .shortcut-rail-inner,
  .cta-banner,
  .page-footer {
    padding: 24px;
  }

  .feature-card {
    min-height: auto;
  }

  .shortcut-rail {
    margin-top: 36px;
  }

  .shortcut-rail-inner {
    gap: 20px;
    border-radius: 28px;
  }

  .shortcut-rail h2 {
    font-size: 24px;
  }

  .shortcut-rail .alias-pills,
  .alias-pills {
    gap: 12px;
  }

  .shortcut-rail .alias-pill,
  .alias-pill {
    min-height: 52px;
    padding: 12px 18px;
  }

  .shortcut-rail .alias-pill {
    width: auto;
    max-width: 100%;
  }

  .unicode-reveal-grid {
    gap: 2px;
    padding-top: 2px;
  }

  .unicode-card h2 {
    font-size: 22px;
  }

  .unicode-cell {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }

  .unicode-cell::after {
    font-size: 15px;
  }

  .unicode-more {
    margin-left: 6px;
    font-size: 13px;
  }

  .cta-banner {
    flex-direction: column;
    align-items: stretch;
    margin-top: 68px;
    gap: 18px;
  }

  .cta-banner-button {
    width: 100%;
    justify-content: center;
    padding: 18px 24px;
  }

  .footer-stage {
    width: calc(100vw - 32px);
    margin-left: calc(50% - 50vw + 16px);
    padding-top: 96px;
  }

  .floating-dock {
    max-width: calc(100% - 32px);
    gap: 12px;
    padding: 14px 18px;
    overflow-x: auto;
  }

  .floating-dock-button {
    white-space: nowrap;
  }

  .orbital-field {
    --orbital-width: calc(100vw + 140px);
    top: 102px;
    width: var(--orbital-width);
    height: 222px;
  }

  .page-footer {
    flex-direction: column;
    align-items: stretch;
    margin-top: 136px;
  }
}

@media (max-width: 520px) {
  .top-nav {
    gap: 12px;
  }

  .brand {
    flex-basis: 138px;
    width: 138px;
  }

  .brand-mark {
    top: 8px;
    left: 8px;
    width: 38px;
    height: 38px;
  }

  .brand-mark-halo {
    width: 38px;
    height: 38px;
  }

  .brand-mark-theme {
    top: 6px;
    left: 6px;
    width: 24px;
    height: 24px;
  }

  .brand-text {
    left: 57px;
    font-size: 27px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .feature-card h2,
  .feature-card-heading-sm,
  .shortcut-rail h2,
  .cta-banner h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .legal-hero h1 {
    font-size: 42px;
  }

  .legal-prose h2 {
    font-size: 22px;
  }

  .legal-intro,
  .legal-prose p {
    font-size: 15px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .demo-input-inner {
    min-height: 60px;
    padding: 18px 74px 18px 48px;
  }

  .demo-input-icon {
    left: 18px;
    font-size: 18px;
  }

  .demo-input-control {
    font-size: 18px;
  }

  .demo-input-shortcut {
    right: 18px;
    font-size: 11px;
  }

  .feature-card,
  .shortcut-rail-inner,
  .unicode-card,
  .cta-banner,
  .page-footer {
    padding: 20px;
  }

  .shortcut-rail .alias-pills,
  .alias-pills {
    gap: 10px;
  }

  .footer-stage::before {
    display: none;
  }

  .shortcut-rail .alias-pill,
  .alias-pill {
    min-height: 48px;
    padding: 10px 16px;
  }

  .alias-pill-copy {
    font-size: 15px;
  }

  .alias-pill-emoji {
    font-size: 22px;
    line-height: 28px;
  }

  .unicode-section {
    margin-top: 52px;
  }

  .unicode-card h2 {
    font-size: 20px;
  }

  .unicode-cell {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .unicode-cell::after {
    font-size: 14px;
  }

  .unicode-more {
    margin-left: 4px;
    font-size: 12px;
  }

  .cta-banner-copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .cta-banner-button {
    padding: 16px 20px;
    font-size: 15px;
  }

  .page-footer-links {
    gap: 18px;
  }
}
