:root {
  --ink: #f8f4e9;
  --ink-strong: #ffffff;
  --muted: #aab6c6;
  --paper: #f7f1e6;
  --paper-ink: #142034;
  --paper-muted: #627089;
  --night: #071321;
  --night-2: #0d1d2f;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(20, 32, 52, 0.14);
  --accent: #f2b84b;
  --accent-ink: #1b2432;
  --radius: 24px;
  color-scheme: dark;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans",
    "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  background: var(--night);
  color: var(--ink);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 72% 8%, rgba(242, 184, 75, 0.2), transparent 22rem),
    radial-gradient(circle at 12% 26%, rgba(84, 121, 150, 0.22), transparent 30rem),
    linear-gradient(180deg, #071321 0%, #0b1829 58%, #101e2c 100%);
}

body.site-light {
  color-scheme: light;
  background: var(--paper);
  color: var(--paper-ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, #000, transparent 54rem);
  z-index: -1;
}

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

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

.page {
  overflow: hidden;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(7, 19, 33, 0.78);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
}

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

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

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-cta,
.button.primary {
  background: var(--accent);
  color: var(--accent-ink);
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--ink);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.button:active,
.nav-cta:active {
  transform: translateY(1px) scale(0.99);
}

.hero {
  min-height: calc(100dvh - 72px);
  display: grid;
  align-items: center;
  padding: 64px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.76fr);
  gap: 48px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero h1,
.section-head h2,
.support-hero h1 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(48px, 7.2vw, 96px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.04;
}

.hero-copy {
  max-width: 620px;
}

.hero-copy p {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.store-badge {
  min-width: 162px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.04);
}

.store-badge span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.store-badge strong {
  display: block;
  margin-top: 3px;
  font-size: 16px;
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.tower-card {
  position: absolute;
  inset: 0 0 0 26%;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid var(--line);
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.36);
}

.tower-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-shot {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: min(62%, 310px);
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.section {
  padding: 104px 0;
}

.section-head {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-head h2 {
  font-size: clamp(34px, 5vw, 64px);
}

.section-head p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.feature-band {
  background: rgba(255, 255, 255, 0.035);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 24px;
}

.feature-panel,
.mini-panel,
.faq-card,
.support-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.feature-panel {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 28px;
  padding: 28px;
  align-items: center;
}

.feature-panel img,
.mini-panel img {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-panel h3,
.mini-panel h3,
.support-card h2,
.faq-card h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 26px;
  line-height: 1.25;
}

.feature-panel p,
.mini-panel p,
.support-card p,
.faq-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.mini-stack {
  display: grid;
  gap: 24px;
}

.mini-panel {
  padding: 24px;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step {
  padding: 28px;
  min-height: 260px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
}

.step h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 24px;
}

.step p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

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

.gallery img {
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.gallery img:nth-child(2) {
  margin-bottom: 54px;
}

.gallery img:nth-child(3) {
  margin-bottom: 22px;
}

.pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: 32px;
  align-items: stretch;
}

.price-card {
  border-radius: 32px;
  background: var(--paper);
  color: var(--paper-ink);
  padding: 34px;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 16px 0;
}

.price strong {
  font-size: 54px;
  line-height: 1;
}

.price span,
.price-card p,
.price-card li {
  color: var(--paper-muted);
}

.price-card ul,
.support-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.price-card li,
.support-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line-dark);
  line-height: 1.6;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
}

.cta-panel h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.04;
}

.footer {
  padding: 40px 0 56px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.support-hero {
  padding: 72px 0 54px;
}

.support-hero h1 {
  color: var(--paper-ink);
  font-size: clamp(42px, 7vw, 78px);
}

.support-hero p {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--paper-muted);
  font-size: 18px;
  line-height: 1.8;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.28fr);
  gap: 26px;
  padding-bottom: 88px;
}

.support-card,
.faq-card {
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line-dark);
  color: var(--paper-ink);
}

.faq-card {
  padding: 28px;
  margin-bottom: 18px;
}

.faq-card h2,
.support-card h2 {
  color: var(--paper-ink);
}

.faq-card p,
.support-card p {
  color: var(--paper-muted);
}

.support-card {
  padding: 28px;
  position: sticky;
  top: 96px;
}

.support-nav {
  background: rgba(247, 241, 230, 0.84);
  border-bottom-color: var(--line-dark);
}

.support-nav .nav-links {
  color: var(--paper-muted);
}

.support-nav .nav-links a:hover {
  color: var(--paper-ink);
}

.support-nav .button.secondary {
  color: var(--paper-ink);
  border-color: var(--line-dark);
}

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

  .button,
  .nav-cta {
    transition: none;
  }
}

@media (max-width: 920px) {
  .hero-grid,
  .feature-grid,
  .feature-panel,
  .pricing,
  .cta-panel,
  .support-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .tower-card {
    inset: 0 0 0 12%;
  }

  .phone-shot {
    width: min(58%, 290px);
  }

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

  .support-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .nav-inner {
    min-height: 64px;
  }

  .nav-links {
    display: none;
  }

  .hero h1 {
    font-size: clamp(43px, 14vw, 64px);
  }

  .hero-copy p,
  .section-head p,
  .support-hero p {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .tower-card {
    inset: 0;
  }

  .phone-shot {
    width: 58%;
    bottom: 18px;
  }

  .section {
    padding: 72px 0;
  }

  .feature-panel,
  .mini-panel,
  .step,
  .price-card,
  .cta-panel,
  .faq-card,
  .support-card {
    padding: 22px;
    border-radius: 20px;
  }

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

  .gallery img:nth-child(2),
  .gallery img:nth-child(3) {
    margin-bottom: 0;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Official photo-first redesign */
.official-site {
  --photo-ink: #f7f3e8;
  --photo-muted: rgba(247, 243, 232, 0.66);
  --photo-dim: rgba(247, 243, 232, 0.42);
  --photo-line: rgba(247, 243, 232, 0.18);
  --photo-hairline: rgba(247, 243, 232, 0.26);
  --photo-bg: #050d16;
  --photo-bg-2: #091521;
  --photo-accent: #f2b84b;
  --photo-accent-2: #d8922e;
  background:
    radial-gradient(circle at 76% 10%, rgba(242, 184, 75, 0.16), transparent 24rem),
    linear-gradient(180deg, #050d16 0%, #091521 46%, #060d14 100%);
  color: var(--photo-ink);
}

.official-site::before {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 40;
  transform: translateY(-140%);
  padding: 10px 14px;
  background: var(--photo-accent);
  color: #111923;
  border-radius: 999px;
  font-weight: 800;
}

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

.photo-page {
  min-height: 100dvh;
  overflow: hidden;
}

.photo-shell {
  width: min(1500px, calc(100% - 64px));
  margin: 0 auto;
}

.photo-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 42px;
  border-bottom: 1px solid rgba(247, 243, 232, 0.1);
  background: linear-gradient(180deg, rgba(5, 13, 22, 0.84), rgba(5, 13, 22, 0.48));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.photo-brand,
.photo-nav__links,
.photo-footer__inner div {
  display: flex;
  align-items: center;
}

.photo-brand {
  gap: 12px;
  width: max-content;
  color: var(--photo-ink);
  font-weight: 850;
}

.photo-brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.photo-nav__links {
  gap: 30px;
  color: var(--photo-muted);
  font-size: 14px;
}

.photo-nav__links a,
.photo-footer a {
  transition: color 180ms ease;
}

.photo-nav__links a:hover,
.photo-footer a:hover {
  color: var(--photo-ink);
}

.photo-nav__cta {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(242, 184, 75, 0.64);
  color: var(--photo-accent);
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.photo-nav__cta:hover {
  background: var(--photo-accent);
  color: #101821;
  transform: translateY(-1px);
}

.photo-hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  align-items: center;
  padding: 108px 0 112px;
  isolation: isolate;
}

.photo-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.photo-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 13, 22, 0.96) 0%, rgba(5, 13, 22, 0.72) 38%, rgba(5, 13, 22, 0.14) 72%),
    linear-gradient(180deg, rgba(5, 13, 22, 0.7), rgba(5, 13, 22, 0.18) 46%, #050d16 100%);
}

.photo-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 44%;
  filter: saturate(0.88) contrast(1.08);
}

.frame-mark {
  position: absolute;
  width: 58px;
  height: 58px;
  pointer-events: none;
  opacity: 0.8;
}

.frame-mark::before,
.frame-mark::after {
  content: "";
  position: absolute;
  background: var(--photo-hairline);
}

.frame-mark::before {
  width: 100%;
  height: 1px;
}

.frame-mark::after {
  width: 1px;
  height: 100%;
}

.frame-mark--tl {
  top: 104px;
  left: 38px;
}

.frame-mark--br {
  right: 38px;
  bottom: 38px;
  transform: rotate(180deg);
}

.photo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) 250px;
  gap: 48px;
  align-items: center;
}

.photo-hero__copy {
  max-width: 880px;
}

.photo-kicker {
  margin: 0 0 22px;
  color: var(--photo-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.photo-hero h1,
.film-copy h2,
.report-head h2,
.proof-layout h2,
.unlock-copy h2,
.final-plate h2 {
  margin: 0;
  color: var(--photo-ink);
  font-size: clamp(50px, 7.1vw, 112px);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.photo-hero__copy > p:not(.photo-kicker),
.film-copy > p,
.proof-layout p,
.unlock-copy p {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--photo-muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.85;
}

.photo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.photo-button,
.store-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.photo-button {
  padding: 0 24px;
  font-weight: 850;
}

.photo-button--primary {
  background: var(--photo-accent);
  color: #111923;
}

.photo-button--ghost {
  border: 1px solid var(--photo-line);
  color: var(--photo-ink);
}

.photo-button:hover,
.store-line[href]:hover {
  transform: translateY(-2px);
}

.exif-rail {
  justify-self: end;
  width: 210px;
  border-left: 1px solid var(--photo-hairline);
  padding-left: 28px;
}

.exif-rail dl {
  margin: 0;
}

.exif-rail div {
  padding: 22px 0;
  border-bottom: 1px solid var(--photo-line);
}

.exif-rail dt,
.measurement-list dt {
  color: var(--photo-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.exif-rail dd,
.measurement-list dd {
  margin: 8px 0 0;
  color: var(--photo-ink);
  font-size: 28px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.store-dock {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.store-line {
  min-width: 196px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 18px;
  border: 1px solid var(--photo-line);
  color: var(--photo-ink);
  background: rgba(5, 13, 22, 0.52);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.store-line span {
  color: var(--photo-dim);
  font-size: 11px;
}

.store-line strong {
  margin-top: 3px;
  font-size: 16px;
}

.photo-section {
  position: relative;
  padding: 130px 0;
}

.film-section {
  background:
    radial-gradient(circle at 60% 48%, rgba(242, 184, 75, 0.13), transparent 26rem),
    linear-gradient(180deg, #050d16, #081420);
  overflow: hidden;
}

.film-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.film-copy h2,
.report-head h2,
.proof-layout h2,
.unlock-copy h2,
.final-plate h2 {
  font-size: clamp(42px, 5.4vw, 82px);
  line-height: 1.02;
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 34px;
  margin-top: 52px;
  color: var(--photo-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
}

.signal-row span {
  position: relative;
}

.signal-row span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border: 1px solid var(--photo-accent);
  border-radius: 50%;
}

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

.film-strip figure {
  position: relative;
  margin: 0;
  padding: 18px 12px 42px;
  border-inline: 1px solid rgba(247, 243, 232, 0.12);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 10px, transparent 10px 34px),
    rgba(255, 255, 255, 0.025);
}

.film-strip figure:nth-child(2) {
  transform: translateY(-58px);
}

.film-strip img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: top;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.film-strip figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: var(--photo-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.orbit-line {
  position: absolute;
  left: -6vw;
  right: -6vw;
  bottom: 92px;
  height: 120px;
  border-top: 2px solid rgba(242, 184, 75, 0.72);
  border-radius: 50% 50% 0 0;
  transform: rotate(-4deg);
  pointer-events: none;
}

.report-section {
  background: #060f18;
}

.report-head {
  margin-bottom: 70px;
}

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

.report-grid article {
  padding: 38px 34px 44px;
  border-right: 1px solid var(--photo-hairline);
}

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

.report-index {
  color: var(--photo-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 42px;
  line-height: 1;
}

.report-grid h3 {
  margin: 22px 0 0;
  color: var(--photo-ink);
  font-size: 30px;
}

.report-grid p {
  min-height: 116px;
  margin: 18px 0 28px;
  color: var(--photo-muted);
  line-height: 1.85;
}

.report-grid img {
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  object-position: top;
  filter: saturate(0.9);
}

.proof-section {
  min-height: 74dvh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 13, 22, 0.88), rgba(5, 13, 22, 0.5)),
    url("/site-assets/screenshot-moment.png") center / cover;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.48fr);
  gap: 76px;
  align-items: end;
}

.measurement-list {
  margin: 0;
  border-top: 1px solid var(--photo-hairline);
}

.measurement-list div {
  padding: 24px 0;
  border-bottom: 1px solid var(--photo-hairline);
}

.measurement-list dd {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.35;
}

.unlock-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(242, 184, 75, 0.18), transparent 21rem),
    #050d16;
}

.unlock-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.74fr);
  gap: 72px;
  align-items: center;
}

.unlock-table {
  border-top: 1px solid var(--photo-hairline);
  border-bottom: 1px solid var(--photo-hairline);
}

.unlock-row {
  display: grid;
  grid-template-columns: 150px 1fr 120px;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--photo-line);
}

.unlock-row:last-child {
  border-bottom: 0;
}

.unlock-row span {
  color: var(--photo-ink);
  font-size: 24px;
  font-weight: 800;
}

.unlock-row p {
  margin: 0;
  color: var(--photo-muted);
  line-height: 1.75;
}

.unlock-row strong {
  color: var(--photo-ink);
  font-size: 36px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.unlock-row--accent span,
.unlock-row--accent strong {
  color: var(--photo-accent);
}

.final-plate {
  position: relative;
  padding: 96px 0 112px;
  background:
    linear-gradient(180deg, rgba(5, 13, 22, 0.26), #050d16),
    url("/site-assets/night-tower-moon.png") center 42% / cover;
}

.final-plate::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 13, 22, 0.72);
}

.final-plate__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: end;
}

.final-plate h2 {
  max-width: 900px;
}

.final-actions {
  display: grid;
  gap: 12px;
}

.store-line--dark {
  min-width: 230px;
  background: rgba(0, 0, 0, 0.38);
}

.photo-footer {
  padding: 38px 0 54px;
  color: var(--photo-muted);
  background: #050d16;
  border-top: 1px solid var(--photo-line);
}

.photo-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.photo-footer__inner div {
  gap: 22px;
  flex-wrap: wrap;
}

@media (prefers-reduced-motion: reduce) {
  .photo-button,
  .store-line,
  .photo-nav__cta,
  .photo-nav__links a,
  .photo-footer a {
    transition: none;
  }
}

@media (max-width: 1060px) {
  .photo-nav {
    grid-template-columns: 1fr auto;
  }

  .photo-nav__links {
    display: none;
  }

  .photo-hero__grid,
  .film-layout,
  .proof-layout,
  .unlock-layout,
  .final-plate__inner {
    grid-template-columns: 1fr;
  }

  .exif-rail {
    justify-self: start;
    width: min(100%, 620px);
    border-left: 0;
    border-top: 1px solid var(--photo-hairline);
    padding: 18px 0 0;
  }

  .exif-rail dl {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .exif-rail div {
    padding: 0;
    border-bottom: 0;
  }

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

  .report-grid article,
  .report-grid article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--photo-hairline);
  }

  .report-grid article:last-child {
    border-bottom: 0;
  }

  .report-grid p {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .photo-shell {
    width: min(100% - 28px, 1500px);
  }

  .photo-nav {
    height: 66px;
    padding: 0 14px;
  }

  .photo-brand span {
    font-size: 14px;
  }

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

  .photo-nav__cta {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  .photo-hero {
    min-height: auto;
    padding: 112px 0 190px;
  }

  .photo-hero__media::after {
    background:
      linear-gradient(180deg, rgba(5, 13, 22, 0.96), rgba(5, 13, 22, 0.72) 52%, #050d16 100%),
      linear-gradient(90deg, rgba(5, 13, 22, 0.82), rgba(5, 13, 22, 0.22));
  }

  .photo-hero__media img {
    object-position: 58% 40%;
  }

  .frame-mark {
    display: none;
  }

  .photo-hero h1,
  .film-copy h2,
  .report-head h2,
  .proof-layout h2,
  .unlock-copy h2,
  .final-plate h2 {
    font-size: clamp(42px, 13vw, 64px);
    line-height: 1.02;
  }

  .photo-hero__copy > p:not(.photo-kicker),
  .film-copy > p,
  .proof-layout p,
  .unlock-copy p {
    font-size: 16px;
  }

  .photo-actions,
  .store-dock {
    flex-direction: column;
    align-items: stretch;
  }

  .store-dock {
    bottom: 24px;
  }

  .store-line {
    min-width: 0;
    width: 100%;
  }

  .exif-rail dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .exif-rail dd {
    font-size: 22px;
  }

  .photo-section {
    padding: 86px 0;
  }

  .signal-row {
    grid-template-columns: repeat(2, max-content);
    gap: 18px 28px;
    margin-top: 34px;
  }

  .film-strip {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
  }

  .film-strip figure {
    min-width: 74%;
    scroll-snap-align: start;
  }

  .film-strip figure:nth-child(2) {
    transform: none;
  }

  .orbit-line {
    display: none;
  }

  .report-head {
    margin-bottom: 38px;
  }

  .report-grid article {
    padding: 28px 0 34px;
  }

  .report-grid img {
    aspect-ratio: 16 / 10;
  }

  .proof-section {
    min-height: auto;
    background-position: center;
  }

  .unlock-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .unlock-row strong {
    text-align: left;
  }

  .photo-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
