:root {
  color-scheme: dark;
  --bg: #080A09;
  --panel: #111312;
  --panel-raised: #171918;
  --text: #F6F2E9;
  --muted: #A9AAA6;
  --faint: #858883;
  --border: rgba(246, 242, 233, 0.14);
  --border-strong: rgba(246, 242, 233, 0.24);
  --track: #343635;
  --amber: #F2A43C;
  --amber-soft: rgba(242, 164, 60, 0.15);
  --green: #58B97C;
  --green-soft: rgba(88, 185, 124, 0.15);
  --coral: #FF6B5A;
  --coral-soft: rgba(255, 107, 90, 0.15);
  --on-accent: #080A09;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  --content: 1200px;
  --gutter: 24px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --font-display: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont,
    "SF Pro Display", "Segoe UI", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
}

[id] {
  scroll-margin-top: 24px;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

figure,
dl,
dd {
  margin: 0;
}

p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

strong,
b,
[data-premium-price] {
  font-variant-numeric: tabular-nums;
}

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

::selection {
  color: var(--on-accent);
  background: var(--amber);
}

.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;
}

.site-beta-banner,
.page-banner,
.beta-banner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px var(--gutter);
  color: var(--muted);
  background: var(--panel);
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.site-beta-banner > span[aria-hidden="true"],
.page-banner > span[aria-hidden="true"],
.beta-banner > span[aria-hidden="true"] {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
}

.site-beta-banner p,
.page-banner p,
.beta-banner p {
  margin: 0;
}

.site-beta-banner strong,
.page-banner strong,
.beta-banner strong {
  color: var(--text);
  font-weight: 700;
}

.site-beta-banner a,
.page-banner a,
.beta-banner a {
  color: var(--amber);
  font-weight: 700;
  white-space: nowrap;
}

.site-beta-banner a:hover,
.page-banner a:hover,
.beta-banner a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header,
.page-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  min-height: 72px;
  padding: 14px max(var(--gutter), calc((100vw - var(--content)) / 2));
  background: rgba(8, 10, 9, 0.98);
  border-bottom: 1px solid var(--border);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

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

.brand-tm {
  margin-left: 2px;
  color: var(--muted);
  font-size: 0.55em;
  font-weight: 600;
  vertical-align: super;
}

.site-nav,
.page-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.site-nav > a,
.page-nav > a,
.nav-link-with-menu {
  position: relative;
  padding: 10px 0;
  white-space: nowrap;
}

.site-nav a:hover,
.page-nav a:hover,
.site-nav a[aria-current="page"],
.page-nav a[aria-current="page"] {
  color: var(--text);
}

.site-nav > a[aria-current="page"]::after,
.page-nav > a[aria-current="page"]::after,
.page-nav > .nav-dropdown > a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--amber);
}

.nav-dropdown {
  position: relative;
}

.nav-link-with-menu {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.nav-link-with-menu svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 20;
  display: grid;
  min-width: 190px;
  padding: 6px;
  background: var(--panel-raised);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
}

.nav-menu a {
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.nav-menu a:hover,
.nav-menu a[aria-current="page"] {
  color: var(--text);
  background: var(--amber-soft);
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  opacity: 1;
  visibility: visible;
}

.page-actions,
.product-actions,
.contact-actions,
.notfound-actions,
.screenshot-hero-actions,
.price-actions,
.download-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.download-button,
.page-button,
.orange-button,
.outline-button,
.primary-action,
.secondary-action,
.support-button,
.waitlist-button,
.page-price-actions button,
.price-actions button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease,
    color 160ms ease, transform 160ms ease;
}

.download-button,
.page-button-primary,
.orange-button,
.primary-action,
.support-button,
.waitlist-button {
  color: var(--on-accent);
  background: var(--amber);
}

.download-button:hover,
.page-button-primary:hover,
.orange-button:hover,
.primary-action:hover,
.support-button:hover,
.waitlist-button:hover {
  background: #FFB04A;
  transform: translateY(-1px);
}

.download-button-small {
  min-height: 48px;
  padding: 10px 16px;
  font-size: 14px;
}

.page-button-ghost,
.outline-button,
.secondary-action {
  color: var(--text);
  background: rgba(246, 242, 233, 0.03);
  border-color: var(--border-strong);
}

.page-button-ghost:hover,
.outline-button:hover,
.secondary-action:hover {
  color: var(--amber);
  background: var(--amber-soft);
  border-color: var(--amber);
}

.text-link,
.trust-link,
.pricing-detail-link,
.link-row a {
  display: inline-flex;
  color: var(--amber);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.text-link:hover,
.trust-link:hover,
.pricing-detail-link:hover,
.link-row a:hover {
  color: var(--text);
}

.eyebrow,
.page-kicker,
.plan-label,
.invite-eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.preview-label {
  display: inline-flex;
  width: max-content;
  padding: 5px 8px;
  color: var(--text);
  background: rgba(8, 10, 9, 0.86);
  border: 1px solid var(--border-strong);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 40px;
}

.section-heading h2 {
  margin-bottom: 14px;
}

.section-heading p:last-child,
.page-lede,
.lede {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.home-section {
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: 104px 0;
  border-bottom: 1px solid var(--border);
}

/* Homepage */

.screenshot-hero {
  position: relative;
  display: flex;
  min-height: 760px;
  align-items: stretch;
  overflow: hidden;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.hero-background-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 48%;
  opacity: 0.64;
}

.screenshot-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(8, 10, 9, 0.98) 0%,
    rgba(8, 10, 9, 0.88) 42%,
    rgba(8, 10, 9, 0.48) 72%,
    rgba(8, 10, 9, 0.78) 100%
  );
}

.hero-preview-label {
  position: absolute;
  top: 18px;
  right: max(var(--gutter), calc((100vw - var(--content)) / 2));
  z-index: 3;
}

.screenshot-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  align-items: center;
  gap: 72px;
  margin: 0 auto;
  padding: 68px 0 60px;
}

.screenshot-hero-copy {
  max-width: 690px;
}

.screenshot-hero-copy h1 {
  max-width: 680px;
  margin-bottom: 10px;
  font-size: 64px;
}

.hero-tagline {
  margin: 0 0 22px;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
}

.screenshot-hero-copy > p:not(.hero-tagline) {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.55;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 24px 0 0;
  margin: 28px 0 0;
  color: var(--muted);
  border-top: 1px solid var(--border);
  font-size: 13px;
  list-style: none;
}

.hero-proof li {
  position: relative;
  padding-left: 14px;
}

.hero-proof li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--green);
}

.hero-product-shot {
  justify-self: end;
  width: 342px;
}

.hero-product-shot img {
  width: 100%;
  border: 1px solid var(--border-strong);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.hero-product-shot figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  border-bottom: 1px solid var(--border);
}

.process-strip article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  min-height: 150px;
  align-items: center;
  padding: 32px;
  border-right: 1px solid var(--border);
}

.process-strip article:last-child {
  border-right: 0;
}

.process-index {
  align-self: start;
  padding-top: 3px;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
}

.process-strip h2 {
  margin-bottom: 6px;
  font-size: 19px;
}

.process-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.product-showcase {
  overflow: hidden;
}

.shot-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 20px;
}

.shot-card {
  min-width: 0;
}

.shot-card img {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.shot-card-featured img {
  border-color: rgba(242, 164, 60, 0.46);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.shot-card figcaption {
  display: grid;
  gap: 4px;
  padding: 16px 4px 0;
}

.shot-card figcaption strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 16px;
}

.shot-card figcaption span {
  color: var(--muted);
  font-size: 13px;
}

.shot-card figcaption .preview-label {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 10px;
}

.honest-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  align-items: center;
  gap: 72px;
  margin: 0 auto;
  padding: 104px 0;
  border-bottom: 1px solid var(--border);
}

.honest-copy h2 {
  margin-bottom: 18px;
}

.honest-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 17px;
}

.range-panel {
  padding: 34px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.range-panel > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.range-panel > strong {
  display: block;
  margin: 10px 0 22px;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 60px;
  line-height: 1;
}

.range-panel > strong small {
  color: var(--text);
  font-size: 18px;
  font-weight: 600;
}

.range-track {
  position: relative;
  height: 8px;
  margin-bottom: 28px;
  overflow: hidden;
  background: var(--track);
  border-radius: 4px;
}

.range-track i {
  display: block;
  width: 70%;
  height: 100%;
  background: var(--green);
}

.range-panel dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--border);
}

.range-panel dl div {
  padding: 18px 12px 0;
  border-right: 1px solid var(--border);
}

.range-panel dl div:first-child {
  padding-left: 0;
}

.range-panel dl div:last-child {
  padding-right: 0;
  border-right: 0;
}

.range-panel dt {
  color: var(--faint);
  font-size: 11px;
  text-transform: uppercase;
}

.range-panel dd {
  margin-top: 4px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.tonight-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  align-items: stretch;
  gap: 0;
  margin: 0 auto;
  padding: 104px 0;
  border-bottom: 1px solid var(--border);
}

.tonight-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
}

.media-preview-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.tonight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tonight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-left: 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.tonight-copy h2 {
  margin-bottom: 16px;
}

.tonight-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.notification-card {
  padding: 20px;
  margin-top: 24px;
  background: var(--panel-raised);
  border: 1px solid var(--border);
  border-left: 3px solid var(--coral);
  border-radius: var(--radius-sm);
}

.notification-head {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.notification-head img {
  width: 32px;
  height: 32px;
}

.notification-head b {
  color: var(--text);
}

.notification-head span {
  color: var(--faint);
  font-size: 12px;
}

.notification-card > strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 18px;
}

.notification-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.trust-grid article {
  min-height: 220px;
  padding: 30px;
  border-right: 1px solid var(--border);
}

.trust-grid article:last-child {
  border-right: 0;
}

.trust-grid article > span {
  display: block;
  margin-bottom: 30px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.trust-grid h3 {
  margin-bottom: 10px;
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
}

.trust-link,
.pricing-detail-link {
  margin-top: 24px;
}

.pricing-grid,
.page-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.price-card,
.page-price-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.annual-card,
.annual-plan-card,
.page-price-featured {
  background: var(--panel-raised);
  border-color: rgba(242, 164, 60, 0.46);
}

.price-card > p:first-child,
.page-price-card > .plan-label {
  margin-bottom: 8px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-price-card > p:not(.plan-label) {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
}

.price-card h3,
.page-price-card h2 {
  margin-bottom: 22px;
  font-size: 21px;
}

.price-card > strong,
.page-price-card > strong {
  display: block;
  margin-bottom: 16px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1;
}

.price-card > strong span,
.page-price-card > strong span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.price-annual,
.payment-note {
  display: block;
  color: var(--faint);
  font-size: 12px;
  line-height: 1.45;
}

.price-card ul,
.page-price-card ul {
  display: grid;
  gap: 10px;
  padding: 20px 0;
  margin: 18px 0 22px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  list-style: none;
}

.price-card li,
.page-price-card li {
  position: relative;
  padding-left: 16px;
}

.price-card li::before,
.page-price-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--green);
}

.price-actions,
.page-price-actions {
  margin-top: auto;
}

.price-actions button,
.page-price-actions button {
  width: 100%;
}

.price-actions button:disabled,
.page-price-actions button:disabled {
  color: var(--muted);
  background: rgba(246, 242, 233, 0.04);
  border-color: var(--border-strong);
  cursor: not-allowed;
}

.payment-note {
  margin-top: 12px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--border);
}

.faq-item {
  padding: 30px 30px 30px 0;
  border-bottom: 1px solid var(--border);
}

.faq-item:nth-child(odd) {
  padding-right: 40px;
  border-right: 1px solid var(--border);
}

.faq-item:nth-child(even) {
  padding-left: 40px;
}

.faq-item h3 {
  margin-bottom: 10px;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

.download-section {
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: 104px 0;
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: 44px;
  padding: 40px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.download-panel h2 {
  margin-bottom: 12px;
}

.download-panel > div > p:last-child {
  color: var(--muted);
}

.waitlist-form {
  min-width: 0;
}

.waitlist-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.waitlist-input,
.text-field input,
.docs-mobile-select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
}

.waitlist-input::placeholder {
  color: var(--faint);
}

.waitlist-input:focus,
.text-field input:focus,
.docs-mobile-select:focus {
  border-color: var(--amber);
  outline: 0;
  box-shadow: 0 0 0 3px var(--amber-soft);
}

.waitlist-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

.waitlist-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--amber);
}

.waitlist-note {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.waitlist-success {
  color: var(--green);
}

.waitlist-error {
  color: var(--coral);
}

.download-panel > .download-button,
.download-note {
  grid-column: 2;
}

.download-panel > .download-button {
  justify-self: start;
}

.download-note {
  margin: -24px 0 0;
  color: var(--faint);
  font-size: 12px;
}

/* Shared public pages */

.page-body {
  background: var(--bg);
}

.editorial-page,
.pricing-page,
.product-shell,
.demo-shell,
.support-main {
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: 80px 0 104px;
}

.editorial-page > h1,
.pricing-page h1,
.product-shell h1,
.demo-intro h1,
.support-main h1,
.docs-content h1 {
  max-width: 840px;
  margin-bottom: 18px;
  font-size: 54px;
}

.editorial-page > .page-lede,
.pricing-hero .page-lede,
.product-hero .page-lede,
.demo-intro .page-lede,
.support-hero .lede,
.docs-content > .page-lede {
  max-width: 760px;
  margin-bottom: 44px;
}

.page-footer,
body > footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  gap: 40px;
  margin: 0 auto;
  padding: 54px 0 40px;
  border-top: 1px solid var(--border);
}

.page-footer > div > p,
.footer-main > p {
  max-width: 320px;
  margin: 16px 0 0;
  color: var(--muted);
}

.page-footer nav,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 12px 22px;
  color: var(--muted);
  font-size: 13px;
}

.page-footer nav a:hover,
.footer-links a:hover {
  color: var(--amber);
}

.footer-meta {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  color: var(--faint);
  border-top: 1px solid var(--border);
  font-size: 12px;
}

/* Product */

.product-hero,
.pricing-hero,
.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: stretch;
  gap: 28px;
  margin-bottom: 28px;
}

.product-hero > div,
.pricing-hero > div,
.support-hero .hero-copy {
  padding: 20px 0;
}

.product-balance-card,
.pricing-brief,
.contact-panel {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.product-balance-card > span,
.pricing-brief > span,
.pricing-ledger span,
.product-flow > article > span,
.product-detail-grid dt,
.career-meta-grid span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-balance-card > strong {
  display: block;
  margin: 18px 0 14px;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 1;
}

.product-balance-card > small,
.pricing-brief p,
.contact-panel p {
  color: var(--muted);
}

.product-balance-card > div {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 4px 8px;
  padding-top: 16px;
  margin-top: 18px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.product-balance-card b {
  color: var(--text);
}

.product-balance-card small {
  color: var(--faint);
}

.product-shots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 36px 0;
}

.product-shots img {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.product-shots figure {
  min-width: 0;
}

.product-shots figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.product-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.product-flow article {
  min-height: 190px;
  padding: 26px;
  border-right: 1px solid var(--border);
}

.product-flow article:last-child {
  border-right: 0;
}

.product-flow h2 {
  margin: 28px 0 10px;
  font-size: 22px;
}

.product-flow p {
  margin: 0;
  color: var(--muted);
}

.product-detail-grid,
.about-focus-panel,
.career-pitch-panel,
.career-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 40px;
  padding: 34px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.product-detail-grid > div > p,
.product-detail-grid dd,
.about-focus-panel p,
.about-focus-panel dd,
.career-pitch-panel p,
.career-pitch-panel dd,
.career-card p,
.career-card li {
  color: var(--muted);
}

.product-detail-grid dl div,
.about-focus-panel dl div,
.career-pitch-list div {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.product-detail-grid dl div:first-child,
.about-focus-panel dl div:first-child,
.career-pitch-list div:first-child {
  border-top: 1px solid var(--border);
}

.product-detail-grid dd,
.about-focus-panel dd,
.career-pitch-list dd {
  margin-top: 4px;
}

/* Pricing */

.pricing-brief {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricing-brief strong {
  margin: 10px 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 24px;
}

.pricing-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pricing-ledger div {
  padding: 22px;
  border-right: 1px solid var(--border);
}

.pricing-ledger div:last-child {
  border-right: 0;
}

.pricing-ledger p {
  margin: 8px 0 0;
  color: var(--muted);
}

/* Demo */

.demo-intro {
  max-width: 760px;
}

.demo-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  align-items: start;
  gap: 22px;
}

.demo-controls,
.demo-output {
  padding: 26px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.demo-controls h2 {
  font-size: 26px;
}

.demo-meal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.demo-meal-button {
  min-width: 0;
  padding: 8px;
  color: var(--muted);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-align: left;
}

.demo-meal-button:hover,
.demo-meal-button.is-selected {
  color: var(--text);
  background: var(--panel-raised);
  border-color: var(--amber);
}

.demo-meal-button img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

.demo-meal-button span,
.demo-meal-button small {
  display: block;
}

.demo-meal-button span {
  margin: 10px 2px 3px;
  color: inherit;
  font-weight: 700;
}

.demo-meal-button small {
  margin: 0 2px 4px;
  color: var(--faint);
  font-size: 11px;
}

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

.text-field {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 6px 10px;
}

.text-field > span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.text-field small {
  padding-bottom: 14px;
  color: var(--faint);
  font-size: 11px;
}

.demo-phone {
  max-width: 430px;
  margin: 0 auto;
  padding: 12px;
  background: #000000;
  border: 1px solid var(--border-strong);
  border-radius: 28px;
}

.demo-phone-status {
  display: flex;
  justify-content: space-between;
  padding: 4px 10px 10px;
  color: var(--muted);
  font-size: 11px;
}

.demo-result-card {
  overflow: hidden;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.demo-card-head {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 14px;
}

.demo-card-head img {
  width: 36px;
  height: 36px;
}

.demo-card-head span,
.demo-card-head strong {
  display: block;
}

.demo-card-head span {
  color: var(--amber);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.demo-card-head strong {
  color: var(--text);
  font-size: 14px;
}

.demo-food-photo {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}

.demo-estimate-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 16px 10px;
}

.demo-estimate-row span,
.demo-estimate-row strong {
  display: block;
}

.demo-estimate-row span {
  color: var(--faint);
  font-size: 11px;
}

.demo-estimate-row strong {
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 26px;
}

.demo-estimate-row p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.demo-range-bar {
  position: relative;
  height: 6px;
  margin: 0 16px 18px;
  overflow: hidden;
  background: var(--track);
  border-radius: 3px;
}

.demo-range-bar i {
  display: block;
  width: 72%;
  height: 100%;
  background: var(--green);
}

.demo-balance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.demo-balance-grid span {
  display: grid;
  gap: 2px;
  padding: 12px 16px;
  color: var(--faint);
  font-size: 10px;
}

.demo-balance-grid span:nth-child(odd) {
  border-right: 1px solid var(--border);
}

.demo-balance-grid span:nth-child(-n + 2) {
  border-bottom: 1px solid var(--border);
}

.demo-balance-grid b {
  color: var(--text);
  font-size: 16px;
}

.demo-command {
  padding: 18px 16px;
  background: var(--amber-soft);
  border-left: 3px solid var(--amber);
}

.demo-command[data-verdict-status="under_target"] {
  background: var(--green-soft);
  border-left-color: var(--green);
}

.demo-command[data-verdict-status="over_target"] {
  background: var(--coral-soft);
  border-left-color: var(--coral);
}

.demo-command span,
.demo-command strong {
  display: block;
}

.demo-command span {
  color: var(--amber);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.demo-command[data-verdict-status="under_target"] span {
  color: var(--green);
}

.demo-command[data-verdict-status="over_target"] span {
  color: var(--coral);
}

.demo-command strong {
  margin: 5px 0;
  color: var(--text);
}

.demo-command p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.demo-share-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.demo-share-tools p {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: var(--green);
  font-size: 12px;
}

.demo-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
  margin-top: 40px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.demo-cta h2 {
  margin-bottom: 8px;
  font-size: 30px;
}

.demo-cta p:last-child {
  margin: 0;
  color: var(--muted);
}

/* Editorial pages */

.about-focus-panel,
.editorial-grid,
.mission-panel,
.about-system,
.vision-stack,
.career-pitch-panel,
.career-openings,
.career-card,
.career-fit-panel,
.contact-panel {
  margin-top: 28px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.editorial-grid article {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid var(--border);
}

.editorial-grid article:last-child {
  border-right: 0;
}

.editorial-grid article > span,
.vision-stack article > span,
.about-system-rows article > span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 700;
}

.editorial-grid h2 {
  margin: 32px 0 10px;
  font-size: 24px;
}

.editorial-grid p,
.mission-panel p,
.about-system p,
.vision-stack p,
.career-openings p,
.career-fit-panel p,
.contact-panel p {
  color: var(--muted);
}

.mission-panel {
  padding: 32px;
  background: var(--green-soft);
  border: 1px solid rgba(88, 185, 124, 0.32);
  border-left: 3px solid var(--green);
  border-radius: var(--radius-sm);
}

.mission-panel h2 {
  font-size: 26px;
}

.mission-panel p {
  max-width: 780px;
  margin: 0;
}

.about-system {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 46px;
  padding: 42px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.about-system h2,
.career-section-heading h2 {
  font-size: 32px;
}

.about-system-rows article {
  display: grid;
  grid-template-columns: 40px minmax(160px, 0.6fr) minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.about-system-rows article:first-child {
  border-top: 1px solid var(--border);
}

.about-system-rows h3,
.about-system-rows p {
  margin: 0;
}

.vision-stack {
  border-top: 1px solid var(--border);
}

.vision-stack article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
}

.vision-stack h2 {
  margin-bottom: 10px;
  font-size: 26px;
}

.vision-stack p {
  max-width: 760px;
  margin: 0;
}

.career-pitch-list dt {
  color: var(--text);
  font-weight: 700;
}

.career-openings {
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.career-section-heading {
  max-width: 700px;
}

.career-card {
  align-items: start;
}

.career-card ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.career-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.career-meta-grid div {
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.career-meta-grid span,
.career-meta-grid strong {
  display: block;
}

.career-meta-grid strong {
  margin-top: 4px;
  color: var(--text);
  font-size: 13px;
}

.career-fit-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.career-fit-panel > div {
  padding: 28px;
  border-right: 1px solid var(--border);
}

.career-fit-panel > div:last-child {
  border-right: 0;
}

.career-application-card {
  margin-top: 28px;
}

/* Docs */

.docs-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 170px;
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  align-items: start;
  gap: 36px;
  margin: 0 auto;
  padding: 80px 0 104px;
}

.docs-sidebar nav,
.docs-toc {
  display: grid;
  gap: 8px;
  padding-top: 10px;
}

.docs-sidebar p,
.docs-toc p {
  margin: 18px 0 4px;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.docs-sidebar a,
.docs-toc a {
  padding: 5px 0;
  color: var(--muted);
  font-size: 13px;
}

.docs-sidebar a:hover,
.docs-toc a:hover,
.docs-sidebar a[aria-current="page"] {
  color: var(--amber);
}

.docs-mobile-select {
  display: none;
  margin-bottom: 24px;
}

.docs-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 36px 0 48px;
}

.docs-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 6px 12px;
  padding: 20px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.docs-card:hover {
  border-color: var(--amber);
}

.docs-icon {
  grid-row: 1 / 3;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}

.docs-card strong {
  color: var(--text);
}

.docs-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.docs-section {
  padding: 30px 0;
  border-top: 1px solid var(--border);
}

.docs-section h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.docs-section p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.docs-section a {
  color: var(--amber);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Support */

.support-button {
  width: 100%;
}

.safe-note {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 16px;
  margin-top: 18px;
  color: var(--muted);
  background: var(--coral-soft);
  border-left: 3px solid var(--coral);
  border-radius: var(--radius-sm);
  font-size: 13px;
}

.safe-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--coral);
  border: 1px solid var(--coral);
  border-radius: 50%;
  font-weight: 700;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.support-card {
  min-height: 180px;
  padding: 24px;
  border-right: 1px solid var(--border);
}

.support-card:last-child {
  border-right: 0;
}

.card-icon {
  display: block;
  margin-bottom: 26px;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}

.support-card h3 {
  margin-bottom: 8px;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.support-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.checklist {
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.checklist h2 {
  font-size: 22px;
}

.checklist ol,
.checklist ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  color: var(--muted);
}

.support-section {
  padding: 28px 0;
  border-top: 1px solid var(--border);
}

.support-section:last-child {
  border-bottom: 1px solid var(--border);
}

.support-section h2 {
  font-size: 26px;
}

.support-section p,
.support-section li {
  color: var(--muted);
}

.section-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Legal, invite, and 404 */

.legal-page > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 14px max(var(--gutter), calc((100vw - 880px) / 2));
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.legal-page > header > a:last-child {
  color: var(--muted);
  font-size: 13px;
}

.legal-page > header > a:last-child:hover {
  color: var(--amber);
}

.legal-main {
  width: min(820px, calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: 72px 0 104px;
}

.legal-main h1 {
  margin-bottom: 8px;
  font-size: 48px;
}

.legal-main h2 {
  margin: 42px 0 12px;
  font-size: 24px;
}

.legal-main p,
.legal-main li {
  color: var(--muted);
}

.legal-main a {
  color: var(--amber);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-main .updated {
  padding-bottom: 22px;
  margin-bottom: 30px;
  color: var(--faint);
  border-bottom: 1px solid var(--border);
}

.notice {
  padding: 18px 20px;
  color: var(--muted);
  background: var(--panel);
  border: 1px solid var(--border);
  border-left: 3px solid var(--amber);
  border-radius: var(--radius-sm);
}

.legal-main footer {
  display: block;
  width: 100%;
  padding: 30px 0 0;
  margin-top: 48px;
  color: var(--faint);
  border-top: 1px solid var(--border);
  font-size: 13px;
}

.invite-wrap,
.notfound-wrap {
  width: min(600px, calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: 72px 0 104px;
}

.invite-card,
.notfound-card {
  padding: 32px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.invite-card h1,
.notfound-card h1 {
  margin-bottom: 12px;
  font-size: 38px;
}

.invite-card .lede,
.notfound-card p,
.fine,
.invite-footer {
  color: var(--muted);
}

.invite-cta {
  padding-top: 10px;
}

.invite-footer {
  margin-top: 24px;
  font-size: 13px;
  text-align: center;
}

.invite-footer a {
  color: var(--amber);
}

.notfound-wrap {
  min-height: 70vh;
  display: grid;
  align-items: center;
  text-align: center;
}

.notfound-card .brand {
  justify-content: center;
}

.notfound-actions {
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 1080px) {
  h1,
  .screenshot-hero-copy h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  .site-header,
  .page-header {
    grid-template-columns: auto 1fr;
  }

  .site-nav,
  .page-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 2px;
  }

  .site-header > .download-button,
  .page-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .screenshot-hero-inner {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 42px;
  }

  .hero-product-shot {
    width: 300px;
  }

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

  .product-flow article:nth-child(2) {
    border-right: 0;
  }

  .product-flow article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border);
  }

  .docs-layout {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .docs-toc {
    display: none;
  }
}

@media (max-width: 860px) {
  :root {
    --gutter: 20px;
  }

  h1,
  .screenshot-hero-copy h1,
  .editorial-page > h1,
  .pricing-page h1,
  .product-shell h1,
  .demo-intro h1,
  .support-main h1,
  .docs-content h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  .screenshot-hero {
    min-height: auto;
  }

  .screenshot-hero-inner {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 64px 0;
  }

  .hero-product-shot {
    width: 310px;
    justify-self: center;
  }

  .process-strip,
  .shot-gallery,
  .trust-grid,
  .pricing-grid,
  .page-pricing-grid,
  .editorial-grid,
  .quick-grid,
  .product-shots {
    grid-template-columns: 1fr;
  }

  .process-strip article,
  .trust-grid article,
  .editorial-grid article,
  .support-card {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .process-strip article:last-child,
  .trust-grid article:last-child,
  .editorial-grid article:last-child,
  .support-card:last-child {
    border-bottom: 0;
  }

  .shot-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
  }

  .shot-card img {
    max-height: 620px;
    object-fit: contain;
  }

  .honest-section,
  .tonight-section,
  .download-panel,
  .product-hero,
  .pricing-hero,
  .support-hero,
  .product-detail-grid,
  .about-focus-panel,
  .career-pitch-panel,
  .career-card,
  .about-system,
  .demo-workspace,
  .support-layout {
    grid-template-columns: 1fr;
  }

  .honest-section {
    gap: 42px;
  }

  .tonight-media {
    min-height: 420px;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }

  .tonight-copy {
    border-top: 0;
    border-left: 1px solid var(--border);
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  }

  .download-panel > .download-button,
  .download-note {
    grid-column: 1;
  }

  .download-note {
    margin: 0;
  }

  .page-footer,
  body > footer {
    grid-template-columns: 1fr;
  }

  .product-flow {
    grid-template-columns: 1fr;
  }

  .product-flow article,
  .product-flow article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .product-flow article:last-child {
    border-bottom: 0;
  }

  .docs-layout {
    grid-template-columns: 1fr;
  }

  .docs-sidebar {
    display: none;
  }

  .docs-mobile-select {
    display: block;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 16px;
  }

  body {
    font-size: 15px;
  }

  h1,
  .screenshot-hero-copy h1,
  .editorial-page > h1,
  .pricing-page h1,
  .product-shell h1,
  .demo-intro h1,
  .support-main h1,
  .docs-content h1,
  .legal-main h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 29px;
  }

  .site-beta-banner,
  .page-banner,
  .beta-banner {
    justify-content: flex-start;
    padding: 8px 16px;
    text-align: left;
  }

  .site-header,
  .page-header {
    gap: 10px 16px;
    min-height: 64px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .brand {
    font-size: 18px;
  }

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

  .site-header > .download-button,
  .page-actions .page-button:not(.page-button-primary) {
    display: none;
  }

  .page-actions {
    width: auto;
  }

  .page-actions .page-button-primary {
    min-height: 48px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .site-nav,
  .page-nav {
    gap: 18px;
    width: calc(100vw - 32px);
    font-size: 13px;
  }

  .nav-dropdown {
    display: contents;
  }

  .nav-link-with-menu {
    display: none;
  }

  .nav-menu {
    position: static;
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    min-width: max-content;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-menu a {
    flex: 0 0 auto;
    padding: 10px 0;
    background: transparent;
    font-size: 13px;
    white-space: nowrap;
  }

  .screenshot-hero::after {
    background: linear-gradient(
      180deg,
      rgba(8, 10, 9, 0.9) 0%,
      rgba(8, 10, 9, 0.94) 56%,
      rgba(8, 10, 9, 0.78) 100%
    );
  }

  .screenshot-hero-copy > p:not(.hero-tagline) {
    font-size: 17px;
  }

  .hero-tagline {
    font-size: 22px;
  }

  .screenshot-hero-actions,
  .product-actions,
  .contact-actions,
  .notfound-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .screenshot-hero-actions > *,
  .product-actions > *,
  .contact-actions > *,
  .notfound-actions > * {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    gap: 8px;
  }

  .hero-product-shot {
    width: min(270px, 78vw);
  }

  .home-section,
  .honest-section,
  .tonight-section,
  .download-section {
    padding: 72px 0;
  }

  .process-strip article {
    min-height: 124px;
    padding: 24px 8px;
  }

  .shot-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .shot-card img {
    max-height: none;
  }

  .range-panel,
  .tonight-copy,
  .download-panel,
  .product-detail-grid,
  .about-focus-panel,
  .career-pitch-panel,
  .career-card,
  .demo-controls,
  .demo-output,
  .contact-panel,
  .invite-card,
  .notfound-card {
    padding: 22px;
  }

  .range-panel > strong {
    font-size: 44px;
  }

  .range-panel dl,
  .pricing-ledger,
  .career-meta-grid,
  .career-fit-panel,
  .demo-field-grid,
  .demo-share-tools,
  .docs-card-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .range-panel dl div,
  .pricing-ledger div,
  .career-fit-panel > div {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .range-panel dl div:last-child,
  .pricing-ledger div:last-child,
  .career-fit-panel > div:last-child {
    border-bottom: 0;
  }

  .tonight-media {
    min-height: 340px;
  }

  .faq-item,
  .faq-item:nth-child(odd),
  .faq-item:nth-child(even) {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .waitlist-row {
    grid-template-columns: 1fr;
  }

  .waitlist-button {
    width: 100%;
  }

  .editorial-page,
  .pricing-page,
  .product-shell,
  .demo-shell,
  .support-main,
  .docs-layout {
    padding: 56px 0 80px;
  }

  .editorial-page > .page-lede,
  .pricing-hero .page-lede,
  .product-hero .page-lede,
  .demo-intro .page-lede,
  .support-hero .lede,
  .docs-content > .page-lede {
    font-size: 16px;
  }

  .about-system-rows article {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .about-system-rows article p {
    grid-column: 2;
  }

  .demo-meal-grid {
    grid-template-columns: 1fr;
  }

  .demo-meal-button {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 0 10px;
  }

  .demo-meal-button img {
    grid-row: 1 / 3;
    width: 72px;
    height: 72px;
  }

  .demo-cta {
    align-items: stretch;
    flex-direction: column;
  }

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

  .legal-main {
    padding: 52px 0 80px;
  }
}

/* Cinematic homepage staging */

[data-reveal] {
  opacity: 1;
  transform: none;
}

.motion-ready [data-reveal] {
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready [data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(24px);
}

.home-page main {
  overflow: clip;
  background:
    radial-gradient(circle at 78% 22%, rgba(242, 164, 60, 0.045), transparent 28%),
    radial-gradient(circle at 20% 58%, rgba(88, 185, 124, 0.035), transparent 26%),
    var(--bg);
}

.screenshot-hero {
  min-height: 760px;
  isolation: isolate;
  background: #050706;
}

.hero-background-photo {
  object-position: 56% 48%;
  opacity: 0.72;
  filter: saturate(0.82) contrast(1.1) brightness(0.72);
  transform: scale(1.03);
}

.screenshot-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 71% 46%, rgba(242, 164, 60, 0.18), transparent 23%),
    radial-gradient(circle at 76% 70%, rgba(88, 185, 124, 0.11), transparent 20%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.screenshot-hero::after {
  z-index: 2;
  background:
    radial-gradient(ellipse at center, transparent 42%, rgba(4, 6, 5, 0.72) 100%),
    linear-gradient(
      90deg,
      rgba(5, 7, 6, 0.99) 0%,
      rgba(5, 7, 6, 0.91) 37%,
      rgba(5, 7, 6, 0.42) 66%,
      rgba(5, 7, 6, 0.84) 100%
    ),
    linear-gradient(180deg, rgba(5, 7, 6, 0.18), rgba(5, 7, 6, 0.8));
}

.hero-preview-label {
  z-index: 5;
  top: 20px;
}

.screenshot-hero-inner {
  z-index: 4;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.72fr);
  gap: 54px;
  padding: 48px 0 52px;
}

.screenshot-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.screenshot-hero-copy > .hero-scene-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-scene-line::before {
  width: 38px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--amber), rgba(242, 164, 60, 0.12));
}

.screenshot-hero-copy h1 {
  max-width: 700px;
  margin-bottom: 12px;
  font-size: 66px;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.42);
}

.hero-tagline {
  margin-bottom: 22px;
  font-size: 27px;
}

.screenshot-hero-copy > .hero-lede {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(246, 242, 233, 0.88);
  font-size: 18px;
  line-height: 1.65;
}

.screenshot-hero-copy > .hero-demo-note {
  margin: 12px 0 0;
  color: var(--faint);
  font-size: 12px;
  line-height: 1.4;
}

.screenshot-hero-copy > p.hero-trust {
  max-width: 610px;
  margin: 0 0 26px;
  color: rgba(246, 242, 233, 0.92);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.hero-proof {
  max-width: 610px;
  padding-top: 20px;
  margin-top: 24px;
  border-color: rgba(246, 242, 233, 0.12);
}

.hero-product-stage {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
  isolation: isolate;
}

.hero-product-stage::before {
  position: absolute;
  z-index: -2;
  width: 430px;
  height: 560px;
  content: "";
  background:
    radial-gradient(circle at 50% 42%, rgba(242, 164, 60, 0.2), transparent 48%),
    radial-gradient(circle at 50% 76%, rgba(88, 185, 124, 0.12), transparent 46%);
  filter: blur(14px);
}

.hero-product-stage::after {
  position: absolute;
  z-index: -1;
  inset: 10% 7%;
  content: "";
  border: 1px solid rgba(246, 242, 233, 0.09);
  border-radius: 48% 48% 12% 12%;
  box-shadow:
    inset 0 0 80px rgba(255, 255, 255, 0.02),
    0 50px 100px rgba(0, 0, 0, 0.42);
  transform: perspective(900px) rotateY(-5deg);
}

.hero-product-shot {
  position: relative;
  z-index: 2;
  width: 294px;
  justify-self: center;
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.48));
}

.hero-product-shot img {
  border: 1px solid rgba(246, 242, 233, 0.3);
  border-radius: 34px;
  box-shadow:
    0 0 0 7px rgba(8, 10, 9, 0.74),
    0 0 0 8px rgba(246, 242, 233, 0.1),
    0 34px 90px rgba(0, 0, 0, 0.66);
}

.hero-product-shot figcaption {
  width: max-content;
  padding: 6px 9px;
  margin: 18px auto 0;
  color: var(--muted);
  background: rgba(8, 10, 9, 0.86);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.hero-evidence {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 174px;
  gap: 6px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(23, 25, 24, 0.96), rgba(8, 10, 9, 0.9));
  border: 1px solid rgba(246, 242, 233, 0.18);
  border-radius: var(--radius-sm);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(14px);
}

.hero-evidence .preview-label {
  margin-bottom: 2px;
  padding: 4px 6px;
  color: var(--faint);
  background: transparent;
  border-color: rgba(246, 242, 233, 0.12);
  font-size: 8px;
}

.hero-evidence strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.1;
}

.hero-evidence strong small {
  color: var(--muted);
  font-size: 11px;
}

.hero-evidence p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.hero-evidence-range {
  top: 92px;
  left: -28px;
  border-left: 2px solid var(--amber);
}

.hero-evidence-balance {
  right: -20px;
  bottom: 90px;
  border-left: 2px solid var(--coral);
}

.process-strip {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: linear-gradient(180deg, rgba(17, 19, 18, 0.82), rgba(8, 10, 9, 0.32));
  border-top: 1px solid rgba(246, 242, 233, 0.08);
}

.process-strip::before {
  position: absolute;
  top: 52px;
  right: 6%;
  left: 6%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--amber), rgba(242, 164, 60, 0.2) 56%, var(--green));
  opacity: 0.42;
}

.process-strip article {
  position: relative;
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 190px;
  align-items: start;
  padding: 34px 24px 30px;
}

.process-strip article[data-story-step="tonight"] {
  background: linear-gradient(135deg, rgba(88, 185, 124, 0.07), transparent 72%);
}

.process-index {
  position: relative;
  z-index: 1;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  color: var(--on-accent);
  background: var(--amber);
  border: 5px solid var(--bg);
  border-radius: 50%;
  font-size: 10px;
}

.process-strip article[data-story-step="tonight"] .process-index {
  background: var(--green);
}

.process-strip .process-moment {
  margin: 0 0 12px;
  color: var(--faint);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.process-strip h2 {
  margin-bottom: 8px;
  font-size: 18px;
}

.process-strip p:not(.process-moment) {
  line-height: 1.55;
}

.product-showcase {
  position: relative;
  padding-top: 124px;
  padding-bottom: 132px;
}

.product-showcase::before {
  position: absolute;
  z-index: -1;
  top: 24%;
  left: 50%;
  width: 74%;
  height: 58%;
  content: "";
  background: radial-gradient(ellipse, rgba(242, 164, 60, 0.075), transparent 68%);
  filter: blur(20px);
  transform: translateX(-50%);
}

.product-showcase .section-heading {
  margin-bottom: 58px;
}

.shot-gallery {
  gap: 28px;
  perspective: 1200px;
}

.shot-card {
  transform: translateY(24px);
}

.shot-card-featured {
  transform: translateY(-10px);
}

.shot-card img {
  border-color: rgba(246, 242, 233, 0.12);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.shot-card-featured img {
  border-color: rgba(242, 164, 60, 0.45);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.5),
    0 0 44px rgba(242, 164, 60, 0.08);
}

.honest-section {
  position: relative;
  min-height: 610px;
  padding-top: 118px;
  padding-bottom: 118px;
}

.honest-section::before {
  position: absolute;
  z-index: -1;
  right: 3%;
  width: 48%;
  height: 66%;
  content: "";
  background: radial-gradient(circle, rgba(88, 185, 124, 0.09), transparent 68%);
  filter: blur(18px);
}

.range-panel {
  position: relative;
  padding: 40px;
  background:
    linear-gradient(145deg, rgba(23, 25, 24, 0.98), rgba(10, 12, 11, 0.98)),
    var(--panel);
  border-color: rgba(246, 242, 233, 0.18);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.035),
    0 32px 80px rgba(0, 0, 0, 0.38);
}

.range-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  box-shadow: inset 0 -2px rgba(88, 185, 124, 0.28);
  pointer-events: none;
}

.tonight-section {
  position: relative;
  width: min(1280px, calc(100% - (2 * var(--gutter))));
  min-height: 690px;
  align-items: center;
  padding-top: 124px;
  padding-bottom: 124px;
}

.tonight-section::before {
  position: absolute;
  z-index: -1;
  inset: 8% -8%;
  content: "";
  background:
    radial-gradient(circle at 32% 54%, rgba(242, 164, 60, 0.12), transparent 27%),
    radial-gradient(circle at 74% 46%, rgba(88, 185, 124, 0.08), transparent 31%);
  filter: blur(24px);
}

.tonight-media {
  min-height: 570px;
  border-color: rgba(246, 242, 233, 0.16);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44);
}

.tonight-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 55%, rgba(8, 10, 9, 0.42)),
    linear-gradient(0deg, rgba(8, 10, 9, 0.55), transparent 42%);
}

.tonight-media img {
  filter: saturate(0.78) contrast(1.08) brightness(0.78);
}

.media-preview-label {
  z-index: 2;
}

.tonight-copy {
  min-height: 510px;
  padding: 58px;
  background:
    radial-gradient(circle at 82% 12%, rgba(88, 185, 124, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(17, 19, 18, 0.99), rgba(9, 11, 10, 0.99));
  border-color: rgba(246, 242, 233, 0.16);
  box-shadow: 24px 30px 80px rgba(0, 0, 0, 0.3);
}

.notification-card {
  position: relative;
  padding: 22px;
  border-left-color: var(--coral);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3);
}

.notification-preview-label {
  position: absolute;
  top: 14px;
  right: 14px;
  color: var(--faint);
  background: transparent;
  border-color: rgba(246, 242, 233, 0.1);
  font-size: 8px;
}

.notification-head {
  padding-right: 86px;
}

.trust-section {
  position: relative;
  padding-top: 118px;
}

.trust-grid article {
  background: linear-gradient(180deg, rgba(17, 19, 18, 0.52), transparent);
}

.trust-grid article:nth-child(2) {
  background: linear-gradient(180deg, rgba(242, 164, 60, 0.055), transparent);
}

.demo-bridge {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 76px;
  min-height: 620px;
  position: relative;
}

.demo-bridge::before {
  position: absolute;
  z-index: -1;
  right: -12%;
  width: 66%;
  height: 80%;
  content: "";
  background: radial-gradient(circle, rgba(242, 164, 60, 0.09), transparent 68%);
  filter: blur(20px);
}

.demo-bridge-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 17px;
}

.demo-bridge-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.demo-bridge-actions > span {
  color: var(--faint);
  font-size: 12px;
}

.demo-sequence {
  display: grid;
  gap: 0;
  padding: 10px 30px;
  margin: 0;
  background:
    linear-gradient(145deg, rgba(23, 25, 24, 0.96), rgba(9, 11, 10, 0.98)),
    var(--panel);
  border: 1px solid rgba(246, 242, 233, 0.16);
  border-radius: var(--radius-sm);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  list-style: none;
}

.demo-sequence li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 2px 16px;
  padding: 26px 0;
  border-bottom: 1px solid var(--border);
}

.demo-sequence li:last-child {
  border-bottom: 0;
}

.demo-sequence li > span {
  grid-row: 1 / 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--amber);
  border: 1px solid rgba(242, 164, 60, 0.34);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
}

.demo-sequence li:last-child > span {
  color: var(--green);
  border-color: rgba(88, 185, 124, 0.4);
}

.demo-sequence strong {
  font-family: var(--font-display);
  font-size: 17px;
}

.demo-sequence small {
  color: var(--muted);
  font-size: 13px;
}

.pricing-section {
  position: relative;
}

.price-card {
  background: linear-gradient(150deg, rgba(17, 19, 18, 0.98), rgba(10, 12, 11, 0.98));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.annual-card {
  background:
    radial-gradient(circle at 92% 0%, rgba(242, 164, 60, 0.12), transparent 33%),
    linear-gradient(150deg, rgba(23, 25, 24, 0.98), rgba(10, 12, 11, 0.98));
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3);
}

.download-section {
  position: relative;
  padding-top: 126px;
  padding-bottom: 126px;
}

.download-panel {
  position: relative;
  overflow: hidden;
  padding: 48px;
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 164, 60, 0.13), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(88, 185, 124, 0.09), transparent 34%),
    linear-gradient(145deg, rgba(23, 25, 24, 0.98), rgba(8, 10, 9, 0.98));
  border-color: rgba(242, 164, 60, 0.28);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

@media (max-width: 1080px) {
  .screenshot-hero-inner {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 30px;
  }

  .hero-product-stage {
    min-height: 610px;
  }

  .hero-product-shot {
    width: 270px;
  }

  .hero-evidence {
    width: 158px;
  }

  .hero-evidence-range {
    left: -8px;
  }

  .hero-evidence-balance {
    right: -6px;
  }

  .process-strip article {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 860px) {
  .screenshot-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 76px;
  }

  .screenshot-hero-copy {
    max-width: 690px;
  }

  .hero-product-stage {
    width: min(520px, 100%);
    min-height: 660px;
    justify-self: center;
  }

  .hero-product-shot {
    width: 286px;
  }

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

  .process-strip::before {
    display: none;
  }

  .process-strip article:nth-child(2) {
    border-right: 0;
  }

  .process-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border);
  }

  .shot-card,
  .shot-card-featured {
    transform: none;
  }

  .honest-section,
  .tonight-section,
  .demo-bridge {
    min-height: auto;
  }

  .demo-bridge {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 620px) {
  .screenshot-hero-inner {
    gap: 18px;
    padding: 60px 0 38px;
  }

  .screenshot-hero-copy h1 {
    font-size: 40px;
  }

  .screenshot-hero-copy > .hero-scene-line {
    margin-bottom: 16px;
  }

  .hero-product-stage {
    min-height: 540px;
  }

  .hero-product-stage::after {
    inset: 10% 0;
  }

  .hero-product-shot {
    width: min(230px, 66vw);
  }

  .hero-evidence {
    width: 146px;
    padding: 11px;
  }

  .hero-evidence strong {
    font-size: 16px;
  }

  .hero-evidence-range {
    top: 46px;
    left: 0;
  }

  .hero-evidence-balance {
    right: 0;
    bottom: 58px;
  }

  .process-strip {
    grid-template-columns: 1fr;
  }

  .process-strip article,
  .process-strip article:nth-child(2) {
    min-height: 150px;
    padding: 26px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .process-strip article:last-child {
    border-bottom: 0;
  }

  .product-showcase,
  .honest-section,
  .tonight-section,
  .trust-section,
  .demo-bridge,
  .download-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .tonight-copy {
    min-height: auto;
    padding: 26px;
  }

  .notification-preview-label {
    position: static;
    margin-bottom: 14px;
  }

  .notification-head {
    padding-right: 0;
  }

  .demo-bridge-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .demo-bridge-actions .orange-button {
    width: 100%;
  }

  .demo-sequence {
    padding: 6px 20px;
  }

  .download-panel {
    padding: 26px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal],
  .motion-ready [data-reveal]:not(.is-visible) {
    opacity: 1 !important;
    transform: none !important;
  }
}
