:root {
  --paper: #f4f0e7;
  --paper-warm: #ebe3d5;
  --ink: #15242b;
  --ink-soft: #506068;
  --line: rgba(21, 36, 43, 0.17);
  --blue: #173a49;
  --blue-bright: #2a718a;
  --clay: #b95c3e;
  --white: #fffdf8;
  --display: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(1240px, calc(100vw - 48px));
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid #f1b36d;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.shell {
  width: var(--page);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header:has(.locale-menu[open]) {
  color: var(--ink);
  background: rgba(244, 240, 231, 0.94);
  border-color: var(--line);
  box-shadow: 0 10px 40px rgba(21, 36, 43, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 28px;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-weight: 750;
  letter-spacing: -0.035em;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links a,
.footer-links a {
  position: relative;
}

.nav-links a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  inset: auto 0 -6px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
}

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

.locale-menu {
  position: relative;
}

.locale-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid currentColor;
  border-color: color-mix(in srgb, currentColor 32%, transparent);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
}

.locale-menu summary::-webkit-details-marker {
  display: none;
}

.locale-menu summary svg {
  width: 15px;
  height: 15px;
}

.locale-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(132px, 1fr));
  gap: 2px;
  width: min(340px, calc(100vw - 32px));
  max-height: min(520px, calc(100vh - 110px));
  padding: 10px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(21, 36, 43, 0.18);
  overflow-y: auto;
}

.locale-panel a {
  padding: 9px 11px;
  border-radius: 8px;
  font-size: 0.83rem;
  line-height: 1.3;
}

.locale-panel a:hover,
.locale-panel a[aria-current="page"] {
  background: var(--paper-warm);
}

.locale-panel a[aria-current="page"] {
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

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

.store-buttons .button {
  width: 100%;
  white-space: nowrap;
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.button-light:hover {
  background: #fff;
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover {
  background: var(--blue-bright);
}

.button-outline {
  color: inherit;
  border-color: color-mix(in srgb, currentColor 38%, transparent);
}

.nav-download {
  min-height: 42px;
  padding-inline: 15px;
  color: var(--ink);
  background: var(--white);
}

.site-header.is-scrolled .nav-download,
.site-header:has(.locale-menu[open]) .nav-download {
  color: var(--white);
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: max(720px, 100svh);
  display: grid;
  align-items: end;
  isolation: isolate;
  color: var(--white);
  overflow: clip;
  background: #17242d;
}

.hero-media,
.hero-media::after {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 50%;
  animation: heroScale 1.8s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 19, 24, 0.84) 0%, rgba(10, 19, 24, 0.64) 32%, rgba(10, 19, 24, 0.06) 72%),
    linear-gradient(0deg, rgba(10, 19, 24, 0.62) 0%, transparent 42%);
}

@keyframes heroScale {
  from {
    transform: scale(1.045);
    filter: saturate(0.82);
  }
  to {
    transform: scale(1);
    filter: saturate(1);
  }
}

.hero-inner {
  width: var(--page);
  margin-inline: auto;
  padding: calc(var(--header-height) + 72px) 0 68px;
}

.hero-copy {
  width: min(700px, 64vw);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 8.4vw, 7.7rem);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.83;
  text-wrap: balance;
  animation: heroEnter 700ms 80ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-promise {
  max-width: 610px;
  margin: 28px 0 0;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.08;
  text-wrap: balance;
  animation: heroEnter 700ms 180ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-tagline {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 1rem;
  line-height: 1.65;
  animation: heroEnter 700ms 240ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-conversion {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  animation: heroEnter 700ms 320ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

@keyframes heroEnter {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-qr {
  display: grid;
  grid-template-columns: 132px minmax(132px, 180px);
  align-items: center;
  gap: 12px;
  padding: 8px 14px 8px 8px;
  color: var(--ink);
  background: var(--white);
  border-radius: 7px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
}

.hero-qr img,
.final-qr img {
  width: 132px;
  height: 132px;
  padding: 5px;
  background: #fff;
}

.hero-qr strong,
.final-qr strong {
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
}

.hero-qr span,
.final-qr span {
  display: block;
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 0.67rem;
  line-height: 1.35;
}

.hero-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 58px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.hero-rating {
  margin: 0;
  font-size: 0.77rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-platform {
  margin: 0;
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.78rem;
}

.proof {
  color: var(--ink);
  background: var(--paper-warm);
  border-bottom: 1px solid var(--line);
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding: 0;
}

.proof-list > div {
  min-height: 148px;
  padding: 34px 5vw 32px 0;
}

.proof-list > div + div {
  padding-left: 5vw;
  border-left: 1px solid var(--line);
}

.proof dt {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof dd {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 0.95;
}

.section {
  padding: clamp(88px, 10vw, 150px) 0;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.55fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 90px);
}

.section-label {
  display: block;
  margin-bottom: 14px;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-wrap: balance;
}

.section-intro > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.workflow {
  background: var(--white);
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 62px);
}

.workflow-step {
  min-width: 0;
}

.phone-shot {
  position: relative;
  aspect-ratio: 600 / 1304;
  margin-bottom: 30px;
  overflow: hidden;
  background: #dce5e7;
  box-shadow: 0 26px 70px rgba(21, 36, 43, 0.16);
}

.phone-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.workflow-step:hover .phone-shot img {
  transform: scale(1.018);
}

.step-meta {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: start;
}

.step-number {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.workflow-step h3,
.brand-story h3,
.guidance h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
}

.workflow-step p,
.brand-story p,
.guidance p {
  margin: 0;
  color: var(--ink-soft);
}

.compare {
  color: var(--white);
  background: var(--ink);
}

.compare .section-label {
  color: #e39a75;
}

.compare .section-intro > p {
  color: rgba(255, 253, 248, 0.7);
}

.compare-stage {
  --reveal: 50%;
  position: relative;
  aspect-ratio: 3 / 2;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  background: #ddd3c7;
  cursor: ew-resize;
  user-select: none;
  touch-action: pan-y;
}

.compare-stage > img,
.compare-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.compare-stage > img,
.compare-after img {
  object-fit: cover;
}

.compare-after {
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--reveal)) 0 0);
}

.compare-after img {
  width: 100%;
  height: 100%;
}

.compare-handle {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--reveal);
  width: 1px;
  background: var(--white);
  pointer-events: none;
}

.compare-handle::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--ink);
  background: var(--white);
  border-radius: 50%;
  font-size: 1.3rem;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.compare-input {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.compare-label {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  padding: 7px 12px;
  color: var(--ink);
  background: var(--white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compare-label.before {
  right: 18px;
}

.compare-label.after {
  left: 18px;
}

.product-depth {
  background: var(--paper);
}

.brand-story {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(310px, 0.7fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
}

.brand-visual {
  position: relative;
  min-height: 700px;
}

.brand-visual img {
  aspect-ratio: 1290 / 2796;
  height: auto;
}

.brand-visual .shot-primary {
  width: min(64%, 400px);
  margin-left: auto;
  margin-right: 4%;
  box-shadow: 0 30px 80px rgba(21, 36, 43, 0.19);
}

.brand-visual .shot-secondary {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: min(52%, 350px);
  box-shadow: 0 26px 70px rgba(21, 36, 43, 0.22);
}

.brand-copy {
  padding-block: 40px;
}

.brand-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
}

.brand-copy > p {
  margin: 0 0 34px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.feature-lines {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-lines li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.feature-lines span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--white);
  background: var(--blue-bright);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.feature-lines strong {
  display: block;
  margin-bottom: 3px;
}

.feature-lines p {
  font-size: 0.9rem;
}

.gallery {
  color: var(--white);
  background: var(--blue);
  overflow: hidden;
}

.gallery .section-label {
  color: #f1b36d;
}

.gallery .section-intro > p {
  color: rgba(255, 253, 248, 0.72);
}

.screenshot-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(240px, 28vw, 370px);
  gap: clamp(18px, 2.5vw, 34px);
  width: 100vw;
  margin-left: max(calc((100vw - var(--page)) / -2), -24px);
  padding: 0 max(calc((100vw - var(--page)) / 2), 24px) 34px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}

.screenshot-rail figure {
  margin: 0;
  scroll-snap-align: start;
}

.screenshot-rail img {
  width: 100%;
  height: auto;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.24);
  transition: transform 300ms ease;
}

.screenshot-rail figure:hover img {
  transform: translateY(-8px);
}

.rail-hint {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rail-hint::before {
  content: "→";
  font-size: 1.4rem;
}

.guidance {
  background: var(--white);
}

.guidance-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.58fr);
  gap: clamp(48px, 10vw, 150px);
  align-items: start;
}

.guidance-copy h2 {
  margin-bottom: 30px;
}

.guidance-copy > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.guidance-notes {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guidance;
  border-top: 1px solid var(--line);
}

.guidance-notes li {
  position: relative;
  padding: 24px 0 24px 48px;
  border-bottom: 1px solid var(--line);
  counter-increment: guidance;
}

.guidance-notes li::before {
  content: "0" counter(guidance);
  position: absolute;
  top: 27px;
  left: 0;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.guidance-notes strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.1;
}

.guidance-notes p {
  font-size: 0.9rem;
}

.final-cta {
  padding: clamp(90px, 12vw, 170px) 0;
  color: var(--white);
  background: var(--clay);
}

.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8vw;
  align-items: end;
}

.final-copy h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 7vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-wrap: balance;
}

.final-copy p {
  max-width: 600px;
  margin: 26px 0 0;
  color: rgba(255, 253, 248, 0.78);
}

.final-actions {
  display: grid;
  justify-items: end;
  gap: 16px;
}

.final-actions .store-buttons {
  width: 100%;
}

.final-qr {
  display: grid;
  grid-template-columns: 154px 165px;
  gap: 14px;
  align-items: center;
  padding: 10px 16px 10px 10px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 24px 60px rgba(82, 30, 20, 0.24);
}

.final-qr img {
  width: 154px;
  height: 154px;
}

.site-footer {
  padding: 56px 0 30px;
  color: var(--white);
  background: #101c22;
}

.footer-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-brand {
  max-width: 390px;
}

.footer-brand .brand {
  margin-bottom: 16px;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.88rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px 30px;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  :root {
    --page: min(100% - 40px, 960px);
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-copy {
    width: min(760px, 78vw);
  }

  .brand-story {
    gap: 50px;
  }

  .brand-visual {
    min-height: 570px;
  }
}

@media (max-width: 760px) {
  :root {
    --page: calc(100% - 32px);
    --header-height: 68px;
  }

  .site-header .brand span {
    display: none;
  }

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

  .nav-actions {
    gap: 8px;
  }

  .nav-download {
    width: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 50%;
  }

  .nav-download span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .locale-panel {
    position: fixed;
    top: var(--header-height);
    right: 16px;
    left: 16px;
    width: auto;
    max-height: calc(100svh - var(--header-height) - 16px);
  }

  .hero {
    min-height: max(700px, 100svh);
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero-media::after {
    background:
      linear-gradient(90deg, rgba(10, 19, 24, 0.82) 0%, rgba(10, 19, 24, 0.3) 100%),
      linear-gradient(0deg, rgba(10, 19, 24, 0.7) 0%, transparent 55%);
  }

  .hero-inner {
    padding-bottom: 34px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: 520px;
    font-size: clamp(3.45rem, 16vw, 5.6rem);
  }

  .hero-promise {
    max-width: 520px;
    font-size: clamp(1.45rem, 6.5vw, 2rem);
  }

  .hero-tagline {
    font-size: 0.92rem;
  }

  .hero-qr {
    display: none;
  }

  .hero-foot {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    margin-top: 36px;
  }

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

  .proof-list > div,
  .proof-list > div + div {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    align-items: center;
    min-height: 0;
    padding: 24px 0;
    border-left: 0;
  }

  .proof-list > div + div {
    border-top: 1px solid var(--line);
  }

  .proof dt {
    margin: 0;
  }

  .proof dd {
    font-size: 3rem;
    order: -1;
  }

  .section-intro,
  .guidance-grid,
  .final-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .workflow-step {
    display: grid;
    grid-template-columns: minmax(140px, 0.72fr) 1fr;
    gap: 22px;
    align-items: center;
  }

  .phone-shot {
    margin: 0;
  }

  .step-meta {
    grid-template-columns: 1fr;
  }

  .compare-stage {
    aspect-ratio: 4 / 5;
    min-height: 480px;
  }

  .compare-stage > img,
  .compare-after img {
    object-position: 50% center;
  }

  .brand-story {
    grid-template-columns: 1fr;
  }

  .brand-visual {
    min-height: 590px;
    order: 2;
  }

  .brand-copy {
    padding: 0;
  }

  .screenshot-rail {
    grid-auto-columns: min(78vw, 320px);
  }

  .final-actions {
    justify-items: start;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .store-buttons {
    grid-template-columns: 1fr;
  }

  .locale-menu summary {
    width: 42px;
    justify-content: center;
    padding: 0;
  }

  .locale-menu summary span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .locale-panel {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-step {
    grid-template-columns: 1fr;
  }

  .phone-shot {
    width: min(100%, 330px);
  }

  .brand-visual {
    min-height: 500px;
  }

  .brand-visual .shot-primary {
    width: 68%;
  }

  .brand-visual .shot-secondary {
    width: 60%;
  }

  .final-qr {
    grid-template-columns: 116px minmax(120px, 1fr);
    width: 100%;
  }

  .final-qr img {
    width: 116px;
    height: 116px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
