@font-face {
  font-family: "Camera Plain";
  src: url("./CameraPlainVariable.woff2") format("woff2");
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --page: #fffdfb;
  --paper: #ffffff;
  --warm: #fbf4ef;
  --warm-2: #f7eee9;
  --ink: #25211f;
  --muted-strong: #625a55;
  --muted: #746b66;
  --quiet: #7b716b;
  --soft: #9f948e;
  --line: rgba(92, 69, 60, 0.13);
  --line-soft: rgba(92, 69, 60, 0.08);
  --rose: #c87373;
  --rose-dark: #9b5557;
  --rose-soft: #f0d7d0;
  --content: 1600px;
  --min-viewport: 360px;
  --shadow: 0 22px 70px rgba(70, 48, 38, 0.09);
}

* { box-sizing: border-box; }
html {
  min-width: var(--min-viewport);
  scroll-behavior: smooth;
}

body {
  min-width: var(--min-viewport);
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--rose-dark);
  outline-offset: 4px;
}

img, svg { display: block; }
img { max-width: 100%; }
svg { stroke-linecap: round; stroke-linejoin: round; }

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background: var(--page);
}

.container,
.nav,
.footer-inner {
  width: min(var(--content), calc(100% - 96px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  background: rgba(255, 253, 251, 0.92);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(22px);
}

.nav {
  height: 72px;
  display: grid;
  grid-template-columns: 230px 1fr 150px;
  align-items: center;
}

.brand-link,
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-link { min-height: 44px; }

.brand-logo {
  width: 43px;
  height: 35px;
  object-fit: contain;
}

.brand-name {
  display: block;
  font-size: 15px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-sub {
  display: block;
  margin-top: 4px;
  color: var(--quiet);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 52px;
}

.nav-links a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  transition: color 160ms ease;
}

.nav-links a span {
  color: var(--quiet);
  font-size: 11px;
}

.nav-links a:hover { color: var(--rose-dark); }

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
}

.language {
  display: flex;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
}

.language a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: color 160ms ease;
}

.language a:hover { color: var(--rose-dark); }

.mobile-nav {
  position: relative;
  display: none;
}

.mobile-nav summary {
  width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  list-style: none;
  cursor: pointer;
  transition: color 160ms ease;
}

.mobile-nav summary:hover { color: var(--rose-dark); }
.mobile-nav summary::-webkit-details-marker { display: none; }

.mobile-nav-icon {
  width: 20px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.mobile-nav-icon-line {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 180ms ease;
}

.mobile-nav[open] .mobile-nav-icon-line:first-child {
  transform: translateY(5px) rotate(45deg);
}

.mobile-nav[open] .mobile-nav-icon-line:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-nav-panel {
  position: fixed;
  inset: 72px 0 auto;
  z-index: 1;
  display: none;
  padding: 8px 16px 16px;
  background: rgba(255, 253, 251, .98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(70, 48, 38, .1);
  backdrop-filter: blur(22px);
}

.mobile-nav[open] .mobile-nav-panel { display: grid; }

.mobile-nav-panel a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--line-soft);
}

.mobile-nav-panel a:last-child { border-bottom: 0; }

.hero {
  position: relative;
  min-height: 640px;
  padding-top: 72px;
  background:
    linear-gradient(90deg, #fffdfb 0%, rgba(255,253,251,.98) 31%, rgba(255,253,251,.7) 45%, rgba(255,253,251,0) 62%),
    #fffdfb;
  border-bottom: 1px solid var(--line-soft);
}

.hero-scene {
  position: absolute;
  inset: 72px 0 0 0;
  width: 100%;
  height: calc(100% - 72px);
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  min-height: 568px;
  display: flex;
  align-items: center;
}

.hero-copy-wrap {
  width: min(560px, 56%);
  padding-top: 4px;
}

.script-mark {
  margin: 0 0 16px;
  color: var(--rose);
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 31px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.035em;
}

.hero-title,
.section-title,
.story-copy h2 {
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  letter-spacing: 0;
}

.hero-title {
  margin: 0;
  max-width: 660px;
  font-size: clamp(45px, 5vw, 67px);
  line-height: 1.12;
  font-weight: 700;
}

.hero-title-en {
  max-width: 600px;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 1.08;
}

.hero-title-line {
  display: block;
}

.hero-title-line-nowrap {
  white-space: nowrap;
}

.hero-copy {
  max-width: 520px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 42px;
}

.store-button {
  min-width: 156px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 10px 26px rgba(70, 48, 38, 0.04);
}

.store-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.store-button > span { text-align: start; }

.store-button strong,
.store-button small {
  display: block;
}

.store-button strong {
  font-size: 16px;
  line-height: 1.05;
}

.store-button small {
  margin-top: 3px;
  color: var(--quiet);
  font-size: 12px;
}

.store-button.primary {
  background: #1f1b1a;
  color: #fff;
  border-color: #1f1b1a;
}

.store-button.primary small {
  color: #fff;
}

.section {
  padding: 78px 0;
}

main > section[id] {
  scroll-margin-top: 72px;
}

.section-title {
  margin: 0 0 42px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.18;
  text-align: center;
  font-weight: 700;
}

.pain-section,
.features,
.story,
.about {
  background: var(--paper);
}

.pain-section {
  padding-bottom: 54px;
}

.pain-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.pain-item {
  min-height: 168px;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 0 28px;
  text-align: center;
  border-right: 1px solid var(--line-soft);
}

.pain-item:last-child { border-right: 0; }

.line-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  color: var(--rose);
  stroke-width: 1.24;
}

.semantic-icon-tile {
  display: grid;
  place-items: center;
  color: var(--rose-dark);
  background:
    radial-gradient(circle at 76% 20%, rgba(255,255,255,.94), rgba(255,255,255,0) 34%),
    linear-gradient(145deg, #f9e8e3, #fdf5f1);
  border: 1px solid rgba(155, 85, 87, .1);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 12px 28px rgba(112, 72, 61, .07);
}

.semantic-icon {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pain-icon-tile {
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 24px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pain-item:hover .pain-icon-tile {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 16px 34px rgba(112, 72, 61, .1);
}

.pain-item h3,
.feature-copy h3,
.belief h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.pain-item p,
.feature-copy p,
.belief p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.features {
  padding: 42px 0 66px;
}

.feature-showcase {
  width: min(1440px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.75vw, 32px);
}

.feature-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.365;
  height: auto;
  border-radius: 12px;
  background: var(--warm-2);
  box-shadow: 0 18px 46px rgba(70, 48, 38, .075);
}

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

.feature-copy {
  position: relative;
  padding: 25px 6px 0 42px;
}

.feature-number {
  position: absolute;
  top: 26px;
  left: 4px;
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1;
}

.difference {
  position: relative;
  overflow: hidden;
  padding: 48px 0 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.78) 0%, rgba(253,249,247,.82) 35%, rgba(250,243,239,.68) 70%, rgba(248,238,233,.72) 100%),
    #fdfaf8;
}

.difference .section-title {
  margin-bottom: 14px;
}

.difference-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(620px, 54vw, 720px) minmax(0, 1fr);
  align-items: stretch;
  min-height: 0;
  isolation: isolate;
}

.difference-art {
  position: relative;
  min-width: 0;
  overflow: visible;
  clip-path: inset(0 -7%);
  background: var(--warm-2);
}

.difference-art::before,
.difference-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.difference-art::before {
  background: linear-gradient(
    to bottom,
    #fdfaf8 0,
    rgba(253,250,248,.72) 16px,
    rgba(253,250,248,.24) 48px,
    transparent 76px,
    transparent calc(100% - 92px),
    rgba(255,255,255,.74) calc(100% - 38px),
    #fff 100%
  );
}

.difference-art-left::after {
  inset: 0 -7% 0 0;
  background: linear-gradient(
    to right,
    transparent 0 58%,
    rgba(253,250,248,.56) 78%,
    #fdfaf8 100%
  );
}

.difference-art-right::after {
  inset: 0 0 0 -7%;
  background: linear-gradient(
    to left,
    transparent 0 58%,
    rgba(253,250,248,.56) 78%,
    #fdfaf8 100%
  );
}

.difference-side {
  position: absolute;
  inset: -5% -7%;
  width: 114%;
  max-width: none;
  height: 110%;
  object-fit: cover;
}

.difference-art-left .difference-side {
  object-position: 76% 56%;
  filter: grayscale(1) contrast(.92) brightness(1.07);
  opacity: .48;
}

.difference-art-right .difference-side {
  object-position: 70% 56%;
  opacity: .9;
}

.comparison-list {
  position: relative;
  z-index: 3;
  isolation: isolate;
  width: 100%;
  display: grid;
  align-content: center;
  gap: 0;
  padding: 18px 0 54px;
  background: transparent;
}

.comparison-list::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    to bottom,
    rgba(253,250,248,.42) 0,
    rgba(253,250,248,.76) 42px,
    rgba(253,250,248,.88) 76px,
    rgba(253,250,248,.88) calc(100% - 92px),
    rgba(255,255,255,.72) calc(100% - 34px),
    rgba(255,255,255,.86) 100%
  );
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  pointer-events: none;
}

.comparison-row {
  position: relative;
  z-index: 1;
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr 44px 1.62fr;
  align-items: center;
  gap: 30px;
}

.comparison-row + .comparison-row {
  border-top: 1px solid rgba(137, 102, 88, .055);
}

.comparison-old {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 12px 0;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  text-align: right;
}

.comparison-arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background: #dfb4a9;
  color: #fffdfb;
  box-shadow: 0 10px 22px rgba(200, 115, 115, .16);
}

.comparison-arrow svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.comparison-new {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0;
}

.comparison-new h3 {
  margin: 0;
  color: var(--rose-dark);
  font-size: 16px;
  line-height: 1.35;
}

.comparison-new p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.mid-cta {
  padding: 40px 0;
  background:
    linear-gradient(105deg, rgba(247,238,233,.58), rgba(255,253,251,.94)),
    var(--warm);
  border-bottom: 1px solid var(--line-soft);
}

.mid-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.mid-cta-copy h2 {
  margin: 0;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.25;
  font-weight: 700;
}

.mid-cta-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.mid-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.store-button:not(.primary) {
  background: rgba(255,255,255,.58);
  color: var(--muted);
  box-shadow: none;
}

.story {
  padding: 0;
  overflow: hidden;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(360px, .56fr) minmax(0, 1.44fr);
  gap: clamp(28px, 2.25vw, 40px);
  align-items: stretch;
  min-height: clamp(460px, 27vw, 520px);
}

.story-copy {
  align-self: center;
  max-width: 520px;
  padding: 52px 0;
}

.story-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.2;
  font-weight: 700;
}

.story-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.story-art {
  min-height: clamp(460px, 27vw, 520px);
  margin-right: calc((100vw - min(var(--content), calc(100vw - 96px))) / -2);
  background:
    linear-gradient(
      to bottom,
      #fff 0,
      rgba(255,255,255,.58) 4%,
      rgba(255,255,255,0) 14%,
      rgba(255,255,255,0) 86%,
      rgba(255,255,255,.58) 96%,
      #fff 100%
    ),
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.24) 15%, rgba(255,255,255,0) 30%),
    url("./story-illustration-photo.webp") right center / cover no-repeat;
}

.about {
  padding: 68px 0 76px;
  background: var(--paper);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(440px, 1.1fr);
  gap: clamp(36px, 5vw, 84px);
  align-items: center;
}

.about-copy {
  max-width: 640px;
}

.about-copy h2 {
  margin: 0 0 28px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.2;
  font-weight: 700;
}

.about-lead {
  margin: 0;
  color: var(--ink);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  font-size: clamp(19px, 1.45vw, 22px);
  line-height: 1.7;
  font-weight: 600;
}

.about-values {
  display: grid;
  gap: 26px;
  margin-top: 32px;
}

.about-value {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.about-value-number {
  padding-top: 4px;
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.2;
}

.about-value h3 {
  margin: 0;
  color: var(--rose);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 600;
}

.about-value p {
  max-width: 520px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.about-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 32px;
  padding-left: 50px;
}

.about-contact span {
  color: var(--quiet);
  font-size: 13px;
  line-height: 1.5;
}

.about-contact a {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: flex-start;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  transition: color 160ms ease;
}

.about-contact a:hover {
  color: var(--ink);
}

.about-visual {
  min-width: 0;
  align-self: center;
}

.about-illustration {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.about-downloads {
  width: min(610px, 90%);
  margin: -8px auto 0;
}

.about-downloads h3 {
  margin: 0;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.4;
  font-weight: 600;
}

.about-downloads h3::after {
  content: "";
  width: 42px;
  height: 2px;
  display: block;
  margin-top: 12px;
  background: var(--rose);
}

.about-store-actions {
  margin-top: 24px;
}

.site-footer {
  background: linear-gradient(90deg, rgba(247,238,233,.78), rgba(255,253,251,.92));
  border-top: 1px solid var(--line-soft);
}

.footer-inner {
  min-height: 94px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 26px;
  align-items: center;
  color: var(--quiet);
  font-size: 13px;
}

.footer-inner p { margin: 0; }

.footer-legal {
  justify-self: end;
  display: flex;
  gap: 18px;
  align-items: center;
}

.footer-legal a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 980px) {
  .container,
  .nav,
  .footer-inner {
    width: min(100% - 32px, var(--content));
  }

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

  .nav-links { display: none; }
  .mobile-nav { display: block; }

  .hero {
    overflow: hidden;
    min-height: auto;
    background:
      linear-gradient(180deg, #fffdfb 0%, rgba(255,253,251,.9) 42%, rgba(255,253,251,.2) 100%);
  }

  .hero-scene {
    inset: auto 0 0;
    width: 100%;
    height: 54%;
    object-position: 72% bottom;
  }

  .hero-inner {
    min-height: 760px;
    align-items: flex-start;
    padding-top: 72px;
  }

  .hero-copy-wrap {
    width: 100%;
  }

  .hero-title {
    max-width: 540px;
    font-size: clamp(42px, 11vw, 62px);
  }

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

  .section { padding: 64px 0; }

  .difference { padding-bottom: 0; }

  .pain-list,
  .feature-showcase,
  .story-layout {
    grid-template-columns: 1fr;
  }

  .pain-item {
    min-height: auto;
    padding: 28px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .pain-item:last-child { border-bottom: 0; }

  .feature-showcase { gap: 36px; }

  .feature-media {
    height: auto;
    aspect-ratio: 1.36;
  }

  .story-layout { min-height: 0; }
  .story-copy { padding: 0; }

  .difference .section-title { margin-bottom: 30px; }

  .difference-art { display: none; }

  .difference-layout {
    display: block;
    min-height: 0;
  }

  .comparison-list {
    width: min(680px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 32px;
  }

  .comparison-row {
    min-height: 112px;
    grid-template-columns: minmax(112px, .82fr) 34px minmax(0, 1.35fr);
    gap: 18px;
    padding: 16px 0;
  }

  .comparison-old {
    color: var(--muted-strong);
    text-align: right;
  }

  .comparison-arrow {
    width: 32px;
    height: 32px;
    margin: 0;
  }

  .comparison-new {
    padding: 8px 0;
  }

  .story-art {
    min-height: 260px;
    background-size: cover;
    background-position: center;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-copy {
    max-width: 720px;
  }

  .about-visual {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    padding: 30px 0;
    text-align: center;
  }

  .footer-inner .brand-lockup,
  .footer-legal {
    justify-self: center;
    justify-content: center;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  .story {
    padding: 0;
  }

  .story-layout {
    position: relative;
    display: block;
    min-height: clamp(500px, 68vw, 560px);
  }

  .story-copy {
    position: relative;
    z-index: 2;
    width: min(58%, 520px);
    max-width: none;
    padding: clamp(54px, 7vw, 72px) 0;
  }

  .story-art {
    position: absolute;
    z-index: 1;
    inset: 0 calc((100vw - 100%) / -2) 0 34%;
    min-height: 0;
    margin: 0;
    background:
      linear-gradient(
        to bottom,
        #fff 0,
        rgba(255,255,255,.46) 5%,
        rgba(255,255,255,0) 14%,
        rgba(255,255,255,0) 88%,
        rgba(255,255,255,.52) 96%,
        #fff 100%
      ),
      linear-gradient(
        90deg,
        #fff 0,
        rgba(255,255,255,.96) 18%,
        rgba(255,255,255,.7) 42%,
        rgba(255,255,255,0) 70%
      ),
      url("./story-illustration-photo.webp") 58% center / cover no-repeat;
  }
}

@media (max-width: 720px) {
  .mid-cta {
    padding: 48px 0;
  }

  .mid-cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .mid-cta-actions {
    justify-content: center;
  }

  .story {
    padding: 56px 0 0;
  }

  .story-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
  }

  .story-copy {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .story-art {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin: 0;
    background:
      linear-gradient(
        to bottom,
        #fff 0,
        rgba(255,255,255,.38) 6%,
        rgba(255,255,255,0) 16%,
        rgba(255,255,255,0) 88%,
        rgba(255,255,255,.48) 96%,
        #fff 100%
      ),
      url("./story-illustration-photo.webp") 58% center / cover no-repeat;
  }

  .about {
    padding: 56px 0 60px;
  }

  .about-layout {
    gap: 38px;
  }

  .about-illustration {
    max-height: none;
  }

  .about-downloads {
    width: 100%;
    margin-top: 4px;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 36px;
    height: 30px;
  }

  .brand-name { font-size: 14px; }
  .brand-sub { font-size: 11px; }

  .hero-inner {
    min-height: 680px;
    padding-top: 56px;
  }

  .hero-scene {
    height: 48%;
    object-position: 72% bottom;
  }

  .script-mark { font-size: 24px; }
  .hero-title-en { font-size: 40px; }
  .store-button { min-width: 142px; }
  .section-title { margin-bottom: 34px; }

  .comparison-list {
    width: calc(100% - 24px);
  }

  .comparison-row {
    min-height: 126px;
    grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1.25fr);
    gap: 10px;
    padding: 18px 0;
  }

  .comparison-old {
    font-size: 14px;
  }

  .comparison-arrow {
    width: 30px;
    height: 30px;
  }

  .comparison-arrow svg {
    width: 19px;
    height: 19px;
  }

  .story-copy h2 {
    font-size: 32px;
  }

  .about-copy h2 {
    font-size: 32px;
  }

  .about-lead {
    font-size: 21px;
  }

  .about-values {
    gap: 22px;
    margin-top: 30px;
  }

  .about-value {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  .about-value-number {
    font-size: 17px;
  }

  .about-value h3 {
    font-size: 21px;
  }

  .about-contact {
    padding-left: 42px;
  }

  .about-downloads h3 {
    font-size: 24px;
  }
}

@media (max-width: 430px) {
  .hero-title-en { font-size: 36px; }
}

@media (max-width: 360px) {
  .hero-title-en { font-size: 31px; }
}

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

  .nav-links a,
  .language a,
  .mobile-nav summary,
  .mobile-nav-icon-line,
  .pain-icon-tile,
  .about-contact a {
    transition: none;
  }

  .pain-item:hover .pain-icon-tile {
    transform: none;
  }
}
