:root {
  color-scheme: light;
  --bg: #fff;
  --ink: #1a1614;
  --muted: #6b625b;
  --faint: #756e66;
  --border: #e6dfd4;
  --dot: #d6cebd;
  --accent: #c2410c;
  --purple: #8b5cf6;
  --purple-soft: #f5eeff;
  --orange: #e65100;
  --orange-soft: #fff4e5;
  --prototype-stage-grid: rgba(45, 37, 50, .038);
  --prototype-stage-atmosphere:
    radial-gradient(ellipse at 56% 58%, rgba(139, 92, 246, .105), transparent 64%),
    radial-gradient(circle at 72% 28%, rgba(230, 81, 0, .038), transparent 34%);
  --prototype-stage-field:
    linear-gradient(to right, var(--prototype-stage-grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--prototype-stage-grid) 1px, transparent 1px),
    var(--prototype-stage-atmosphere);
  --prototype-stage-fade: radial-gradient(ellipse 52% 52% at 50% 50%, #000 24%, rgba(0, 0, 0, .76) 52%, transparent 96%);
  --sans: "Geist", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  --editorial: "Open Sans", -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif;
  --hero: "Instrument Serif", "Songti SC", "STSong", "Noto Serif SC", serif;
  --mono: "Geist Mono", "SFMono-Regular", Consolas, monospace;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 1.5rem;
  font-size: 15px;
}

body {
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

a {
  text-decoration: none;
}

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

::selection {
  color: #fff;
  background: var(--purple);
}

.page {
  width: min(720px, 90vw);
  margin-inline: auto;
  padding-top: 0;
}

.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  border: 0;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, 92vw);
  min-height: 3.5rem;
  margin-inline: auto;
  padding: .65rem 0;
}

.brand {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  gap: .55rem;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -.02em;
  transition: opacity .15s ease;
}

.brand:hover {
  opacity: .7;
}

.brand img {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: .38rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.65rem;
  margin-left: auto;
}

.desktop-nav a {
  display: inline-flex;
  align-items: center;
  padding: .25rem 0;
  border-radius: 0;
  color: color-mix(in srgb, var(--ink) 72%, transparent);
  font-size: .95rem;
  font-weight: 450;
  letter-spacing: -.01em;
  white-space: nowrap;
  transition: color .15s ease, opacity .15s ease;
}

.desktop-nav a:hover {
  color: var(--ink);
}

.language-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .1rem;
  margin-left: 1rem;
  padding-left: .85rem;
}

.language-switch::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1rem;
  transform: translateY(-50%);
  background: color-mix(in srgb, var(--ink) 10%, transparent);
  content: "";
}

.language-option {
  position: relative;
  display: inline-grid;
  min-width: 2rem;
  min-height: 2rem;
  place-items: center;
  padding: .2rem .35rem;
  border-radius: .35rem;
  color: color-mix(in srgb, var(--ink) 48%, transparent);
  background: transparent;
  font-size: .82rem;
  font-weight: 500;
  cursor: pointer;
  transition: color .15s ease, background-color .15s ease;
}

.language-option:hover {
  color: var(--ink);
  background: color-mix(in srgb, var(--ink) 5%, transparent);
}

.language-option[aria-pressed="true"] {
  color: var(--ink);
}

.language-option[aria-pressed="true"]::after {
  position: absolute;
  bottom: .15rem;
  width: .75rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.menu-button {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-right: -.35rem;
  border-radius: .4rem;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: background-color .15s ease, transform .15s ease;
}

.menu-button:hover {
  background: color-mix(in srgb, var(--ink) 5%, transparent);
}

.menu-button:active {
  transform: scale(.96);
}

.menu-lines {
  position: relative;
  display: block;
  width: 18px;
  height: 12px;
}

.menu-lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transition: top .25s cubic-bezier(.22, 1, .36, 1), transform .25s cubic-bezier(.22, 1, .36, 1), opacity .18s ease;
}

.menu-lines span:nth-child(1) { top: 0; }
.menu-lines span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.menu-lines span:nth-child(3) { top: 100%; transform: translateY(-100%); }

.menu-button[aria-expanded="true"] .menu-lines span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-lines span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] .menu-lines span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  z-index: 99;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  background: color-mix(in srgb, var(--bg) 94%, transparent);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  transition: opacity .3s ease;
}

.mobile-nav a {
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -.02em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s cubic-bezier(.22, 1, .36, 1);
}

.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav.is-open a {
  opacity: 1;
  transform: translateY(0);
}

.mobile-nav.is-open a:nth-child(2) { transition-delay: 45ms; }

.brand:focus-visible,
.desktop-nav a:focus-visible,
.language-option:focus-visible,
.menu-button:focus-visible,
.mobile-nav a:focus-visible,
.primary-button:focus-visible,
.point:focus-visible,
.receipt-button:focus-visible,
.footer-grid a:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}

.hero {
  position: relative;
  width: min(1280px, 96vw);
  min-height: 471px;
  margin-left: calc(min(1280px, 96vw) / -2 + 50%);
  padding: 8rem .5rem 2rem;
  text-align: left;
}

.hero-title {
  margin-bottom: clamp(1.8rem, 3.2vw, 3.2rem);
  color: var(--ink);
  font-family: "Songti SC", STSong, "Noto Serif SC", serif;
  font-size: clamp(2.25rem, calc(1.45rem + 2.7vw), 4rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -.02em;
  word-spacing: -.2em;
}

.hero-lead,
.hero-app-word,
.hero-for-word,
.hero-tail {
  white-space: nowrap;
}

html[lang="en"] .hero-title,
html[lang="zh-TW"] .hero-app-word {
  word-spacing: normal;
}

.hero-patch {
  display: inline-flex;
  align-items: center;
  gap: .26em;
  padding: .1em .42em .12em .3em;
  border-radius: .4em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.hero-patch--markdown {
  color: var(--purple);
  background: var(--purple-soft);
  border: 1px solid color-mix(in srgb, var(--purple) 18%, transparent);
  box-shadow: 0 1px 4px color-mix(in srgb, var(--purple) 16%, transparent), inset 0 1px rgba(255, 255, 255, .65);
  font-family: var(--hero);
  font-style: italic;
  transform: rotate(-4deg);
}

.hero-patch--rotate {
  color: var(--orange);
  background: var(--orange-soft);
  border: 1px solid #ead9c0;
  box-shadow: 0 1px 4px rgba(230, 81, 0, .14), inset 0 1px rgba(255, 255, 255, .65);
  font-family: "Kaiti SC", STKaiti, KaiTi, serif;
  font-style: normal;
  transform: rotate(3.5deg);
  transform-origin: 50%;
  transition: transform .22s cubic-bezier(.22, 1, .36, 1), box-shadow .22s ease;
}

.patch-icon {
  display: inline-flex;
  width: .84em;
  height: .84em;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: .2em;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}

.patch-icon svg {
  display: block;
  width: .6em;
  height: .6em;
  overflow: visible;
}

.patch-icon--markdown {
  background: var(--purple);
}

.patch-icon--rotate {
  background: var(--orange);
  transition: transform .22s cubic-bezier(.22, 1, .36, 1);
}

.patch-icon--rotate svg {
  width: .52em;
  height: .52em;
}

.rotating-word {
  display: inline-block;
  text-align: center;
  transition: opacity .15s ease, filter .15s ease, transform .15s ease;
}

.hero-patch--rotate.is-changing {
  box-shadow: 0 4px 12px rgba(230, 81, 0, .12), inset 0 1px rgba(255, 255, 255, .65);
  transform: rotate(3.5deg) translateY(-.015em);
}

.hero-patch--rotate.is-changing .patch-icon--rotate {
  transform: rotate(-7deg) scale(.94);
}

.hero-patch--rotate.is-changing .rotating-word {
  opacity: 0;
  filter: blur(1px);
  transform: translateY(.1em);
}

.hero-sub {
  max-width: 68ch;
  margin: 0 0 2.25rem;
  color: var(--muted);
  font-size: clamp(.95rem, 1.15vw, 1.1rem);
  line-height: 1.55;
}

.mobile-break {
  display: none;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  margin-top: .5rem;
}

.hero-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .7rem;
}

.primary-button {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .72rem 1.25rem;
  border-radius: .7rem;
  color: var(--bg);
  background: linear-gradient(#333, #111);
  box-shadow: 0 3px 12px rgba(17, 17, 17, .15), 0 1px 3px rgba(17, 17, 17, .1);
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: background .2s ease, box-shadow .25s ease;
}

.primary-button svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.primary-button:hover {
  background: linear-gradient(#3a3a3a, #181818);
  box-shadow: 0 8px 24px rgba(17, 17, 17, .18);
}

.primary-button--secondary {
  border: 1px solid color-mix(in srgb, var(--ink) 13%, transparent);
  color: var(--ink);
  background: color-mix(in srgb, var(--ink) 3%, var(--bg));
  box-shadow: 0 1px 3px rgba(26, 22, 20, .06);
}

.primary-button--secondary:hover {
  background: color-mix(in srgb, var(--ink) 6%, var(--bg));
  box-shadow: 0 4px 14px rgba(26, 22, 20, .09);
}

.hero-meta {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  color: var(--faint);
  font-family: var(--mono);
  font-size: .72rem;
  line-height: 1.5;
  letter-spacing: .01em;
  text-align: center;
}

.showcase {
  position: relative;
  isolation: isolate;
  width: min(1300px, 98vw);
  margin-left: calc(min(1300px, 98vw) / -2 + 50%);
  padding: .75rem 0 3.5rem;
}

.showcase-glow {
  position: absolute;
  z-index: -1;
  inset: 10% 5% 16%;
  background: var(--prototype-stage-field);
  background-size: 24px 24px, 24px 24px, auto, auto;
  mask-image: var(--prototype-stage-fade);
  -webkit-mask-image: var(--prototype-stage-fade);
  opacity: .72;
}

.showcase-image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  filter: none;
}

.wide-section {
  width: min(1120px, 96vw);
  margin-inline: auto;
  margin-left: calc(min(1120px, 96vw) / -2 + 50%);
}

.label {
  color: var(--faint);
  font-size: .98rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}

.features-intro {
  padding: 3rem 0 1.5rem;
}

.section-intro,
.detail-head,
.editorial-head,
.pricing-head,
.faq-head {
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
}

.section-intro .label,
.pricing-head .label {
  margin-bottom: 1.75rem;
}

.section-intro h2 {
  margin-bottom: .85rem;
  color: var(--ink);
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.section-intro > p:not(.label),
.detail-head p,
.editorial-head > p:not(.label),
.pricing-head > p:not(.label) {
  margin: 0;
  color: color-mix(in srgb, var(--ink) 60%, transparent);
  font-size: 1.02rem;
  line-height: 1.6;
  text-wrap: pretty;
}

.core-section {
  padding: .25rem 0 1.5rem;
}

.spot-panel,
.ai-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 3.5rem);
  padding: clamp(1.5rem, 3.5vw, 2.35rem);
  border-radius: 1.5rem;
  background: color-mix(in srgb, var(--ink) 2.75%, var(--bg));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--ink) 5%, transparent), 0 10px 30px -26px rgba(26, 22, 20, .16);
}

.spot-panel::after,
.ai-panel::after {
  position: absolute;
  pointer-events: none;
  content: "";
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, .5);
}

.spot-copy,
.ai-copy {
  min-width: 0;
}

.spot-copy h2,
.ai-copy h2 {
  margin: 0 0 1rem;
  font-family: var(--editorial);
  font-size: clamp(1.4rem, 3.4vw, 1.8rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.selection-mark {
  position: relative;
  display: inline-block;
  margin-inline: .22em;
  padding: .08em .18em .12em;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 11%, #fff);
  box-shadow: inset 0 1px rgba(255, 255, 255, .7), 0 1px 2px color-mix(in srgb, var(--accent) 10%, transparent);
  font-style: italic;
  font-weight: 650;
  line-height: 1.15;
}

.selection-mark::before,
.selection-mark::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: .2em;
  content: "";
  background:
    radial-gradient(circle closest-side, color-mix(in srgb, var(--accent) 72%, transparent) 97%, transparent) top / .2em .2em no-repeat,
    linear-gradient(color-mix(in srgb, var(--accent) 72%, transparent), color-mix(in srgb, var(--accent) 72%, transparent)) center / 1.5px 100% no-repeat;
}

.selection-mark::before {
  left: 0;
  transform: translate(calc(1px - 100%));
}

.selection-mark::after {
  right: 0;
  transform: translate(calc(100% - 1px)) rotate(180deg);
}

.not-line {
  margin-bottom: 1.5rem;
  color: color-mix(in srgb, var(--ink) 60%, transparent);
  font-size: 1.02rem;
  line-height: 1.6;
}

.point-list {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}

.point {
  position: relative;
  display: block;
  width: calc(100% + .5rem);
  min-height: 40px;
  margin-left: -.5rem;
  padding: .5rem .5rem .5rem 1.85rem;
  border-radius: .75rem;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s cubic-bezier(.2, 0, 0, 1);
}

.point:hover {
  background: color-mix(in srgb, var(--ink) 4%, transparent);
}

.point:active {
  transform: scale(.98);
}

.point::before {
  position: absolute;
  top: 1.08em;
  left: .65rem;
  width: .4rem;
  height: .4rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ink) 28%, transparent);
  content: "";
  transition: background-color .25s ease, transform .25s ease;
}

.point[aria-expanded="true"]::before {
  background: var(--accent);
  transform: scale(1.25);
}

.point-title {
  display: block;
  color: color-mix(in srgb, var(--ink) 86%, transparent);
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.5;
}

.point-detail {
  display: block;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: color-mix(in srgb, var(--ink) 60%, transparent);
  font-size: .92rem;
  line-height: 1.55;
  opacity: 0;
  transition: max-height .3s cubic-bezier(.2, 0, 0, 1), opacity .3s ease, margin-top .3s ease;
}

.point[aria-expanded="true"] .point-detail {
  max-height: 8rem;
  margin-top: .3rem;
  opacity: 1;
}

.spot-media {
  position: relative;
  isolation: isolate;
  min-width: 0;
  aspect-ratio: 1.28;
  overflow: hidden;
  background: transparent;
}

.spot-media::before {
  position: absolute;
  inset: 0;
  background: var(--prototype-stage-field);
  background-size: 24px 24px, 24px 24px, auto, auto;
  content: "";
  mask-image: var(--prototype-stage-fade);
  -webkit-mask-image: var(--prototype-stage-fade);
  pointer-events: none;
}

.media-panel {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .35s cubic-bezier(.2, 0, 0, 1), transform .35s cubic-bezier(.2, 0, 0, 1);
}

.media-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.media-panel[data-media="editor"] img {
  width: 112%;
  max-width: none;
  filter: drop-shadow(0 18px 18px rgba(28, 22, 18, .16));
}

.media-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.settings-crop {
  width: 116% !important;
  max-width: none;
  filter: drop-shadow(0 18px 18px rgba(28, 22, 18, .13));
}

.file-stack {
  width: min(420px, 94%);
  overflow: hidden;
  border: 1px solid rgba(26, 22, 20, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 36px -24px rgba(26, 22, 20, .28);
}

.finder-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 44px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(26, 22, 20, .08);
  background: #fafafa;
}

.finder-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5f57;
}

.finder-bar span:nth-child(2) { background: #febc2e; }
.finder-bar span:nth-child(3) { background: #28c840; }

.finder-bar b {
  margin-left: auto;
  color: var(--muted);
  font-size: .75rem;
}

.file-row {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 7px;
  padding: 10px 11px;
  border-radius: 9px;
  color: var(--muted);
  font-size: .84rem;
}

.file-row i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--purple) 25%, transparent);
  border-radius: 8px;
  color: var(--purple);
  background: var(--purple-soft);
  font-size: .62rem;
  font-style: normal;
  font-weight: 700;
}

.file-row small {
  color: var(--faint);
  font-size: .68rem;
}

.file-row.is-selected {
  color: #653bc4;
  background: var(--purple-soft);
}

.drop-arrow {
  padding: .4rem 0 1rem;
  color: var(--purple);
  font-size: 1.3rem;
  text-align: center;
}

.performance-visual {
  width: min(430px, 94%);
  overflow: hidden;
  border: 1px solid rgba(26, 22, 20, .09);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 36px -24px rgba(26, 22, 20, .28);
}

.performance-ring {
  display: inline-flex;
  width: 108px;
  height: 108px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 22px 18px 8px 24px;
  border: 9px solid var(--purple-soft);
  border-top-color: var(--purple);
  border-radius: 50%;
  vertical-align: middle;
}

.performance-ring strong {
  color: var(--purple);
  font-size: 1.18rem;
}

.performance-ring span {
  color: var(--faint);
  font-size: .68rem;
}

.performance-copy {
  display: inline-flex;
  max-width: 240px;
  flex-direction: column;
  gap: .35rem;
  vertical-align: middle;
}

.performance-copy strong { font-size: .9rem; }
.performance-copy span { color: var(--faint); font-size: .7rem; }

.performance-visual svg {
  width: 100%;
  height: 96px;
}

.chart-grid {
  fill: none;
  stroke: rgba(26, 22, 20, .06);
  stroke-width: 1;
}

.chart-line {
  fill: none;
  stroke: var(--purple);
  stroke-linecap: round;
  stroke-width: 3;
}

.detail-section {
  padding: 3.25rem 0 2.75rem;
}

.detail-head {
  margin-bottom: 1.75rem;
}

.detail-head h2,
.editorial-head h2 {
  margin-bottom: .55rem;
  font-family: var(--editorial);
  font-size: clamp(1.4rem, 3.6vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.detail-head p {
  font-size: .98rem;
  line-height: 1.5;
}

.detail-grid,
.editorial-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  overflow: hidden;
  border-radius: .625rem;
  background: color-mix(in srgb, var(--ink) 7%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--ink) 3%, transparent), 0 18px 48px -42px rgba(26, 22, 20, .22);
}

.detail-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: color-mix(in srgb, var(--ink) .65%, var(--bg));
}

.detail-card--large {
  grid-column: span 4;
  min-height: 22rem;
}

.detail-card--small {
  grid-column: span 3;
  min-height: 18.5rem;
}

.card-graphic,
.editorial-graphic {
  position: relative;
  display: grid;
  min-height: 10.5rem;
  place-items: center;
  overflow: hidden;
  padding: .95rem 1rem .2rem;
  background: color-mix(in srgb, var(--ink) .45%, var(--bg));
}

.card-graphic::before,
.editorial-graphic::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, color-mix(in srgb, var(--ink) 7.5%, transparent) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in srgb, var(--ink) 7.5%, transparent) 1px, transparent 1px);
  background-position: 50%;
  background-size: 24px 24px;
  content: "";
  pointer-events: none;
  mask-image: radial-gradient(72% 76%, #000 28%, transparent 82%);
  -webkit-mask-image: radial-gradient(72% 76%, #000 28%, transparent 82%);
}

.detail-card--large .card-graphic {
  min-height: 12.5rem;
  padding: 1.05rem 1.15rem 0;
}

.card-graphic svg,
.editorial-graphic svg {
  position: relative;
  z-index: 1;
  width: 100%;
}

.card-copy,
.editorial-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  gap: .4rem;
  padding: .95rem 1.1rem 1.15rem;
}

.detail-card--large .card-copy {
  padding: 1rem 1.2rem 1.25rem;
}

.card-copy h3,
.editorial-copy h3 {
  color: var(--ink);
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.card-copy p,
.editorial-copy p {
  color: color-mix(in srgb, var(--ink) 60%, transparent);
  font-size: .86rem;
  line-height: 1.45;
  letter-spacing: -.012em;
  text-wrap: pretty;
}

.paper {
  fill: #fff;
  stroke: #d8d4d0;
  stroke-width: 1.2;
  filter: drop-shadow(0 8px 10px rgba(26, 22, 20, .07));
}

.purple-wash { fill: #f2ecff; stroke: #d9c9ff; stroke-width: 1; }
.orange-wash { fill: #fff2e8; stroke: #f6d1bb; stroke-width: 1; }
.green-wash { fill: #e9f8ec; stroke: #bfe5c6; stroke-width: 1; }
.blue-wash { fill: #edf6ff; stroke: #c4ddf7; stroke-width: 1; }
.purple-stroke { stroke: #a883fb; }
.green-stroke { stroke: #8ed19b; }
.cyan-stroke { stroke: #7bcbd2; }
.soft-line { fill: none; stroke: #dcd7d3; stroke-width: 4; stroke-linecap: round; }
.purple-line { fill: none; stroke: #aa86f7; stroke-width: 4; stroke-linecap: round; }
.orange-line { fill: none; stroke: #e9a27d; stroke-width: 3; stroke-linecap: round; }
.green-line { fill: none; stroke: #7fc68c; stroke-width: 4; stroke-linecap: round; }
.white-line { fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.accent-purple { fill: var(--purple); }
.accent-cyan { fill: #eaf8fa; stroke: #15aabf; stroke-width: 1.2; }
.accent-blue { fill: #228be6; }
.cyan-dash { fill: none; stroke: #9edbe0; stroke-width: 1.5; stroke-dasharray: 3 5; stroke-linecap: round; }
.chart-stroke { stroke-width: 3; }
.heatmap rect { fill: #f6e8b4; stroke: #e7d18d; stroke-width: .7; }
.heatmap rect:nth-child(3n) { fill: #f1c453; }
.svg-markdown { fill: #6d42cf; font: 700 22px var(--mono); }
.svg-file { fill: #0b7285; font: 750 17px var(--sans); }
.theme { stroke: rgba(26, 22, 20, .12); stroke-width: 1; filter: drop-shadow(0 7px 7px rgba(26, 22, 20, .09)); }
.theme-1 { fill: #fbf1c7; }
.theme-2 { fill: #2e3440; }
.theme-3 { fill: #f7f4ff; }
.theme-lines { fill: none; stroke: #8b5cf6; stroke-width: 4; stroke-linecap: round; }
.keys rect { fill: #f8f7f5; stroke: #d7d1cc; stroke-width: 1; }
.key-label { fill: #6b625b; font: 600 13px var(--sans); text-anchor: middle; }

.ai-section {
  padding: 3.25rem 0;
}

.ai-apple {
  display: inline-flex;
  align-items: center;
  gap: .12em;
  white-space: nowrap;
  vertical-align: -.06em;
}

.ai-model-lead {
  white-space: nowrap;
}

.ai-apple svg {
  width: .8em;
  height: .8em;
  flex: 0 0 auto;
  fill: currentColor;
}

.ai-words {
  position: relative;
  display: inline-flex;
  height: 1.25em;
  margin-inline: .08em;
  color: var(--purple);
  vertical-align: bottom;
}

.ai-words span {
  display: inline-block;
  white-space: nowrap;
  transition: opacity .35s cubic-bezier(.2, 0, 0, 1), transform .35s cubic-bezier(.2, 0, 0, 1), filter .35s cubic-bezier(.2, 0, 0, 1);
}

.ai-words span.is-changing {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(.35em);
}

.ai-sub {
  margin: 0 0 1.5rem;
  color: color-mix(in srgb, var(--ink) 60%, transparent);
  font-size: 1.02rem;
  line-height: 1.6;
  text-wrap: pretty;
}

.ai-media {
  position: relative;
  isolation: isolate;
  min-width: 0;
  aspect-ratio: 1.28;
  overflow: hidden;
  background: transparent;
}

.ai-media::before {
  position: absolute;
  inset: 0;
  background: var(--prototype-stage-field);
  background-size: 24px 24px, 24px 24px, auto, auto;
  content: "";
  mask-image: var(--prototype-stage-fade);
  -webkit-mask-image: var(--prototype-stage-fade);
  pointer-events: none;
}

.ai-media img {
  width: 116%;
  max-width: none;
  height: 116%;
  margin: -8%;
  object-fit: cover;
  filter: drop-shadow(0 14px 15px rgba(25, 20, 17, .16));
}

.editorial-section {
  padding-top: clamp(3.25rem, 6vw, 4.5rem);
}

.editorial-head {
  margin-bottom: 1.75rem;
}

.editorial-head .label {
  margin-bottom: 1rem;
}

.editorial-head h2 {
  margin-bottom: .85rem;
}

.editorial-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: auto hidden;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.editorial-grid::-webkit-scrollbar {
  display: none;
}

.editorial-card {
  display: flex;
  min-width: 0;
  min-height: 19rem;
  flex-direction: column;
  background: color-mix(in srgb, var(--ink) .65%, var(--bg));
  scroll-snap-align: start;
}

.editorial-graphic {
  min-height: 10.5rem;
  padding: .95rem .9rem .2rem;
}

.editorial-graphic svg {
  width: min(100%, 18rem);
}

.editorial-copy {
  justify-content: center;
  padding: .95rem 1.1rem 1.15rem;
}

.editorial-copy h3 {
  font-size: 1.02rem;
}

.editorial-copy p {
  font-size: .9rem;
  line-height: 1.55;
}

.pricing-section {
  padding: 5rem 0;
}

.pricing-head {
  margin-bottom: 3rem;
}

.pricing-head h2 {
  margin: 0 0 .85rem;
  font-family: var(--editorial);
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.receipt {
  position: relative;
  width: min(22.5rem, calc(100vw - 2rem));
  min-height: 547px;
  max-width: 100%;
  margin: 1.8rem auto 0;
  overflow: hidden;
  border: 1px solid rgba(213, 203, 188, .9);
  border-radius: .55rem;
  background: #f7f7f7;
  box-shadow: 0 20px 42px -35px rgba(26, 22, 20, .28);
}

.receipt-body {
  display: flex;
  min-height: 534px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.55rem 1.3rem 1.25rem;
}

.receipt-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(189, 177, 160, .5);
  text-align: left;
}

.receipt-brand img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .45rem;
}

.receipt-brand > div {
  display: flex;
  flex-direction: column;
}

.receipt-brand strong {
  font-family: var(--hero);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
}

.receipt-brand span {
  margin-top: .24rem;
  color: rgba(110, 96, 79, .72);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.receipt-rows {
  display: grid;
  gap: .72rem;
  padding: 1rem 0 .95rem;
  border-bottom: 1px dashed rgba(189, 177, 160, .5);
}

.receipt-rows > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(94, 80, 63, .84);
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
}

.receipt-rows strong {
  color: rgba(90, 77, 62, .76);
  font-weight: 500;
}

.receipt-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: .85rem;
  padding: 1.1rem 0 1rem;
  border-bottom: 1px dashed rgba(189, 177, 160, .5);
}

.receipt-offer > div {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  color: rgba(65, 55, 42, .9);
  font-size: 1rem;
  font-weight: 500;
}

.receipt-offer small {
  color: rgba(93, 81, 69, .72);
  font-size: .83rem;
  font-weight: 400;
}

.receipt-offer > strong {
  color: var(--ink);
  font-family: var(--hero);
  font-size: clamp(2.8rem, 8vw, 3.55rem);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.045em;
}

.receipt-offer em {
  margin-left: .1em;
  color: var(--accent);
  font-family: var(--sans);
  font-size: .34em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .08em;
}

.receipt-actions {
  display: grid;
  gap: .625rem;
  margin-top: 1.1rem;
}

.receipt-button {
  display: inline-flex;
  width: 100%;
  min-height: 3.3rem;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: .85rem 1.1rem;
  border: 1px solid rgba(39, 31, 22, .18);
  border-radius: .72rem;
  color: rgba(249, 244, 236, .98);
  background-color: #27211c;
  background-image: linear-gradient(#3b342d, #27211c);
  box-shadow: 0 2px 12px rgba(39, 31, 22, .2), 0 1px 3px rgba(39, 31, 22, .1);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .02em;
  transition: box-shadow .18s ease;
}

.receipt-button:hover {
  box-shadow: 0 4px 16px rgba(39, 31, 22, .25);
}

.receipt-button--purchase {
  color: #352e28;
  background-color: #eee7de;
  background-image: none;
  box-shadow: inset 0 0 0 1px rgba(39, 31, 22, .08);
  transition: background-color .18s ease, box-shadow .18s ease;
}

.receipt-button--purchase:hover {
  background-color: #e7ded3;
  box-shadow: inset 0 0 0 1px rgba(39, 31, 22, .14);
}

.receipt-button--purchase:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.receipt-button--purchase:disabled:hover {
  background-color: #eee7de;
  box-shadow: inset 0 0 0 1px rgba(39, 31, 22, .08);
}

.receipt-perforation {
  height: .82rem;
  background: radial-gradient(circle at .42rem, rgba(239, 235, 228, .98) .22rem, transparent .24rem) 0 / 1.15rem 100% repeat-x;
}

.compatibility-strip {
  display: flex;
  width: fit-content;
  max-width: min(22.5rem, calc(100vw - 2rem));
  min-height: 2rem;
  align-items: center;
  gap: .4rem;
  margin: 1.35rem auto 0;
  padding: .22rem .5rem;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  border-radius: .45rem;
  background: color-mix(in srgb, var(--ink) 3.5%, transparent);
}

.compatibility-strip span {
  flex: 0 0 auto;
  padding-right: .4rem;
  border-right: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  color: var(--faint);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.compatibility-strip code {
  overflow: hidden;
  color: var(--ink);
  font-family: var(--mono);
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.faq-section {
  padding: 4.5rem 0;
}

.faq-head {
  margin-bottom: 3rem;
}

.faq-head .label {
  margin-bottom: 1rem;
}

.faq-head h2 {
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(1.5rem, 4vw, 1.95rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.faq-grid article {
  grid-column: span 6;
  overflow: hidden;
  background: color-mix(in srgb, var(--ink) .65%, var(--bg));
  transition: background-color .18s ease;
}

.faq-grid article:hover {
  background: color-mix(in srgb, var(--ink) 1.3%, var(--bg));
}

.faq-grid h3 {
  display: flex;
  min-height: 4.25rem;
  align-items: center;
  padding: 1.15rem 1.35rem;
  color: color-mix(in srgb, var(--ink) 76%, transparent);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.faq-grid p {
  max-width: 28rem;
  padding: 0 1.35rem 1.35rem;
  color: color-mix(in srgb, var(--ink) 60%, transparent);
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.site-footer {
  position: relative;
  left: 50%;
  isolation: isolate;
  width: 100vw;
  min-height: 0;
  margin-top: 4rem;
  margin-left: -50vw;
  overflow: hidden;
}

.footer-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, .78) 30%, transparent 70%),
    radial-gradient(circle at 16% 88%, rgba(139, 92, 246, .22), transparent 42%),
    radial-gradient(circle at 84% 96%, rgba(230, 81, 0, .16), transparent 40%),
    linear-gradient(135deg, #fbf8ff 0, #fff 48%, #fff8f1 100%);
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1200px, 92vw);
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 2rem;
  row-gap: 0;
  margin-inline: auto;
  padding: 2.25rem 0 clamp(2rem, 3vw, 3rem);
}

.footer-wordmark {
  position: relative;
  z-index: 0;
  width: auto;
  min-width: 0;
  grid-area: 1 / 1;
  margin: -.11em 0 0;
  color: color-mix(in srgb, var(--ink) 9%, transparent);
  font-family: var(--hero);
  font-size: clamp(8rem, 18vw, 16rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.055em;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.footer-copyright {
  z-index: 2;
  grid-area: 2 / 1;
  align-self: start;
  justify-self: start;
  margin: .75rem 0 0 6.894em;
  color: color-mix(in srgb, var(--ink) 9%, transparent);
  font-family: var(--hero);
  font-size: clamp(1.28rem, 2.88vw, 2.56rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.055em;
  white-space: nowrap;
}

.footer-grid {
  z-index: 2;
  display: grid;
  grid-area: 1 / 2 / span 2;
  grid-template-columns: repeat(3, minmax(6.5rem, auto));
  align-self: start;
  justify-self: end;
  gap: .5rem 2.5rem;
  transform: translateY(-3.3px);
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.footer-grid h3 {
  margin-bottom: .5rem;
  font-family: var(--editorial);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.footer-grid a,
.footer-grid span {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.5;
}

.footer-grid a {
  transition: color .15s ease;
}

.footer-grid a:hover {
  color: var(--ink);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s cubic-bezier(.22, .61, .36, 1), transform .7s cubic-bezier(.22, .61, .36, 1);
}

.js [data-stagger] > * {
  opacity: 0;
  transform: translateY(18px);
}

.js [data-stagger].is-visible > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .65s cubic-bezier(.22, .61, .36, 1), transform .65s cubic-bezier(.22, .61, .36, 1);
}

.js [data-stagger].is-visible > *:nth-child(2) { transition-delay: 70ms; }
.js [data-stagger].is-visible > *:nth-child(3) { transition-delay: 140ms; }
.js [data-stagger].is-visible > *:nth-child(4) { transition-delay: 210ms; }
.js [data-stagger].is-visible > *:nth-child(5) { transition-delay: 280ms; }
.js [data-stagger].is-visible > *:nth-child(6) { transition-delay: 350ms; }
.js [data-stagger].is-visible > *:nth-child(7) { transition-delay: 420ms; }

@media (width >= 1024px) {
  .hero {
    height: 522px;
    padding-inline: 10%;
    text-align: center;
  }

  .hero-title {
    max-width: 100%;
  }

  .hero-sub {
    margin-inline: auto;
    font-size: clamp(.95rem, 1vw, 1rem);
  }

  .hero-actions {
    align-items: center;
    margin-inline: auto;
  }

  .detail-head h2 {
    font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  }

  .ai-copy h2 {
    font-size: clamp(1.25rem, 3vw, 1.6rem);
  }

  .showcase {
    height: clamp(640px, calc(52.97vw + 97px), 800px);
    overflow: hidden;
  }

  .features-intro {
    height: 274px;
  }

  .spot-panel {
    min-height: 490px;
  }

  .detail-section {
    padding: 3.75rem 0 3.25rem;
  }

  .detail-grid {
    min-height: 620px;
  }

  .editorial-section {
    margin-top: 4px;
    margin-bottom: 22px;
    padding-top: 4.75rem;
  }

  .editorial-grid {
    min-height: calc(19rem + 2px);
  }

  .faq-grid {
    min-height: 602px;
  }
}

@media (width > 720px) and (width < 1024px) {
  .showcase {
    height: clamp(515px, 66.57vw, 640px);
    overflow: hidden;
  }
}

@media (width <= 960px) {
  .wide-section {
    width: 100%;
    margin-left: 0;
  }

  .ai-panel {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ai-media {
    aspect-ratio: 1.2;
  }

  .detail-card--large,
  .detail-card--small {
    grid-column: span 6;
  }
}

@media (width <= 900px) {
  .spot-panel,
  .ai-panel {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .spot-media,
  .ai-media {
    aspect-ratio: 1.2;
  }
}

@media (width <= 820px) {
  .header-inner {
    padding: .5rem 0;
  }

  .desktop-nav {
    display: none;
  }

  .language-switch {
    margin-left: auto;
    margin-right: .1rem;
    padding-left: 0;
  }

  .language-switch::before {
    display: none;
  }

  .language-option {
    min-height: 2.5rem;
  }

  .menu-open .language-switch {
    visibility: hidden;
    pointer-events: none;
  }

  .menu-button,
  .mobile-nav {
    display: flex;
  }

  .site-footer {
    min-height: 0;
    margin-top: 3rem;
  }

  .footer-inner {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    row-gap: 0;
    padding: 1.75rem 0 2rem;
  }

  .footer-grid {
    grid-area: 3 / 1;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: start;
    justify-self: stretch;
    gap: 1.5rem;
    margin-top: 1.75rem;
    transform: none;
  }

  .footer-grid > div {
    gap: .15rem;
  }

  .footer-grid h3 {
    margin-bottom: .35rem;
    font-size: 1.05rem;
  }

  .footer-grid a,
  .footer-grid span {
    display: flex;
    min-height: 2.25rem;
    align-items: center;
    padding: .2rem 0;
  }

  .footer-wordmark {
    color: color-mix(in srgb, var(--ink) 7%, transparent);
    font-size: clamp(5.5rem, 28vw, 9rem);
  }

  .footer-copyright {
    color: color-mix(in srgb, var(--ink) 7%, transparent);
    font-size: clamp(.88rem, 4.48vw, 1.44rem);
  }
}

@media (width <= 760px) {
  .editorial-section {
    padding-top: 3rem;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .editorial-card {
    min-height: 18rem;
  }
}

@media (width <= 720px) {
  .showcase {
    overflow: hidden;
  }

  .showcase-image {
    position: relative;
    left: 50%;
    width: 175%;
    max-width: none;
    transform: translateX(-50%);
  }

  .receipt-rows > div {
    align-items: flex-start;
  }
}

@media (width > 640px) and (width <= 720px) {
  .showcase {
    padding-bottom: calc(3.5rem - 3.43vw);
  }
}

@media (width <= 680px) {
  .features-intro {
    padding-top: 2.5rem;
  }

  .section-intro .label {
    margin-bottom: 1.25rem;
  }

  .core-section {
    padding-bottom: 1.25rem;
  }

  .detail-section,
  .ai-section {
    padding-top: 3rem;
  }

  .detail-grid {
    border-radius: .5rem;
  }

  .detail-card--large,
  .detail-card--small {
    min-height: 0;
    grid-column: 1 / -1;
  }

  .detail-card--large .card-graphic,
  .card-graphic {
    min-height: 10.5rem;
    padding: .85rem 1rem 0;
  }

  .detail-card--large .card-copy,
  .card-copy {
    padding: .9rem 1rem 1.1rem;
  }
}

@media (width <= 640px) {
  .header-inner {
    min-height: 3.15rem;
    padding: .5rem 0;
  }

  .brand {
    gap: .4rem;
    font-size: 1.06rem;
  }

  .brand img {
    width: 1.95rem;
    height: 1.95rem;
  }

  .hero {
    min-height: 473px;
    padding: 8rem .5rem 2rem;
  }

  .hero-title {
    margin-bottom: 2.85rem;
    letter-spacing: -.025em;
  }

  .hero-title-break {
    display: none;
  }

  .mobile-break {
    display: initial;
  }

  .hero-sub {
    margin-bottom: 3.25rem;
  }

  .hero-actions {
    width: 100%;
    gap: 1rem;
  }

  .hero-button-row {
    width: 100%;
    justify-content: center;
  }

  .hero-meta {
    align-self: center;
  }

  .spot-panel,
  .ai-panel {
    padding: 1.5rem;
  }

  .showcase {
    height: calc(360px - 2.45vw);
  }

  .features-intro {
    min-height: 264px;
  }

  .spot-panel {
    min-height: 753px;
  }

  .detail-card--large,
  .detail-card--small {
    min-height: 298px;
  }

  .ai-panel {
    min-height: 825px;
  }

  .editorial-card {
    min-height: 18rem;
  }

  .spot-media,
  .ai-media {
    aspect-ratio: .96;
  }

  .faq-section {
    width: min(100%, 94vw);
    padding: 4.5rem 0 5rem;
  }

  .faq-head {
    margin-bottom: 1.25rem;
  }

  .faq-grid article {
    grid-column: 1 / -1;
    min-height: 141px;
  }

  .faq-grid h3 {
    min-height: 3.45rem;
    padding: .85rem 1rem;
    font-size: .98rem;
  }

  .faq-grid p {
    padding: 0 1rem 1.05rem;
    font-size: .95rem;
  }

  .receipt {
    width: 337.5px;
    min-height: 547px;
    border-radius: 1.1rem;
  }

  .receipt-body {
    min-height: 534px;
    padding: 1.35rem 1rem 1.1rem;
  }

  .receipt-brand {
    justify-content: flex-start;
  }

  .receipt-brand strong {
    font-size: 1.7rem;
  }

  .receipt-offer > strong {
    font-size: 3rem;
  }

  .pricing-section {
    padding: 4rem 0;
  }

}

@media (width <= 480px) {
  .footer-grid {
    gap: 1.35rem 1.15rem;
  }

  .footer-grid h3 {
    font-size: 1rem;
  }

}

@media (width <= 360px) {
  .language-switch {
    gap: 0;
  }

  .language-option {
    min-width: 1.8rem;
    padding-inline: .25rem;
  }
}

@media (width <= 460px) {
  .showcase-image {
    width: 220%;
  }
}

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

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

  .js [data-reveal],
  .js [data-stagger] > * {
    opacity: 1;
    transform: none;
  }
}
