/* Hallmark · macrostructure: Photographic · tone: editorial-luxury · anchor hue: sienna (warm ~25°)
 * nav: N1b · footer: Ft2 inline · enrichment: E-live Look preview (in-page, real renderer values)
 * contrast: pass (40–41) · mobile: pass (34, 49, 50–56) · honest: pass (46) · chrome: pass (47)
 * redesign 2026-08-10: hero fit to fold (44a/44b), section heads flattened to
 * single column + ordinal tags hidden (54), 8-state coverage (26), scroll
 * entrance scoped to section leads, overflow-x clip, tabular-nums.
 */
:root {
  --night: #0b0b0c;
  --night-soft: #141416;
  --night-raised: #1d1d20;
  --paper: #eee9df;
  --paper-soft: #e5dfd4;
  --ink: #161514;
  --white: #f5f3ee;
  --muted-dark: #68645e;
  --muted-light: #9b9a98;
  --line-dark: rgba(20, 19, 18, .16);
  --line-light: rgba(255, 255, 255, .15);
  --sienna: #b7653f;
  --sienna-dark: #8f472d;
  --serif: "AppleMyungjo", "Iowan Old Style", "Batang", "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --mono: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shell: 1380px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--night);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body::after {
  position: fixed;
  inset: -100%;
  z-index: 200;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  content: "";
  opacity: .025;
  pointer-events: none;
}

::selection { background: var(--sienna); color: var(--white); }

a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
p { text-wrap: pretty; }

.copy-lines > span {
  display: block;
}

html:lang(ja) [data-i18n],
html:lang(zh) [data-i18n],
html:lang(ja) #lookDetailDescription,
html:lang(zh) #lookDetailDescription {
  word-break: normal;
  overflow-wrap: anywhere;
}

.shell {
  width: min(calc(100% - 80px), var(--shell));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 500;
  padding: 10px 14px;
  background: var(--white);
  color: var(--night);
  transform: translateY(-150%);
  transition: transform .2s;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--sienna);
  outline-offset: 4px;
}

/* --sienna clears 3:1 on night but only 3.51:1 on paper; the darker tone
   restores headroom on light surfaces. */
.paper a:focus-visible,
.paper button:focus-visible,
.paper input:focus-visible {
  outline-color: var(--sienna-dark);
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background-color .35s ease, border-color .35s ease;
}

.nav.is-scrolled {
  background: rgba(11, 11, 12, .86);
  border-bottom-color: var(--line-light);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex: none;
}

.brand-symbol {
  width: 32px;
  height: 32px;
  display: block;
  flex: none;
}

.brand-symbol img {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-word {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  white-space: nowrap;
}

.brand-word em { color: var(--muted-light); font-style: normal; }

.nav-links { display: flex; align-items: center; gap: 32px; margin-left: auto; }

.nav-links a {
  color: #aaa9a6;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s ease;
}

.nav-links a:hover { color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language { position: relative; }

.language-trigger {
  min-width: 59px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line-light);
  border-radius: 2px;
  background: rgba(255, 255, 255, .02);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  cursor: pointer;
}

.language-trigger svg { width: 9px; fill: none; stroke: currentColor; stroke-width: 1.3; }

.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 154px;
  display: none;
  padding: 6px;
  background: #1c1c1e;
  border: 1px solid var(--line-light);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
}

.language-menu[data-open="true"] { display: grid; }

.language-menu button {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 0 10px;
  color: #aaa9a6;
  text-align: left;
  font-size: 13px;
  cursor: pointer;
}

.language-menu button:hover,
.language-menu button[aria-current="true"] { background: rgba(255, 255, 255, .06); color: var(--white); }
.language-menu button:active { background: rgba(255, 255, 255, .1); }
.language-trigger:active { background: rgba(255, 255, 255, .06); }
.language-menu button[aria-current="true"]::after { content: "●"; color: var(--sienna); font-size: 7px; }

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  background: var(--white);
  color: var(--night);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: background .2s ease, transform .2s ease;
}

.nav-cta:hover { background: #fff; transform: translateY(-1px); }
.nav-cta:active { transform: translateY(0); }
.nav-links a:active { color: #d8d6d1; }

.overline,
.eyebrow,
.section-index {
  margin: 0;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow { color: var(--sienna-dark); }
.dark .eyebrow { color: #c17a58; }
.section-index { color: var(--muted-dark); }
.dark .section-index { color: #8f8f93; }

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  padding: 96px 0 132px;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / calc(25vw - 1px) 100%,
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 100% 25vh;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  width: 720px;
  height: 720px;
  top: -160px;
  right: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 101, 63, .2), rgba(183, 101, 63, 0) 68%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.08fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}

.hero-copy { min-width: 0; padding-top: 26px; }

.overline {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #858589;
}

.overline span:first-child { color: #c9c7c1; }
.overline span:first-child::after { content: "·"; color: var(--sienna); margin-left: 16px; }

.hero h1 {
  max-width: 760px;
  margin: 28px 0 26px;
  font-family: var(--serif);
  font-size: clamp(50px, 4.5vw, 72px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.055em;
  text-wrap: balance;
  word-break: keep-all;
}

.hero h1 span,
.hero h1 em { display: block; }
.hero h1 em { color: #cbc5b9; font-style: normal; font-weight: 400; }

html:lang(ja) .hero h1 {
  font-size: clamp(50px, 4.4vw, 72px);
  line-height: 1.2;
  letter-spacing: -.04em;
}

.hero-lede {
  max-width: 560px;
  margin: 0;
  color: #9b9a98;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 300;
  line-height: 1.7;
  word-break: keep-all;
}

.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 28px; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 21px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: transform .25s var(--ease), background-color .25s ease;
}

.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-light { min-width: 210px; background: var(--white); color: var(--night); }
.button-light:hover { background: #fff; }

.text-link {
  color: #b9b7b2;
  font-size: 13px;
  text-decoration-color: #696866;
  text-underline-offset: 6px;
}

.hero-facts {
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0 0;
  border-top: 1px solid var(--line-light);
  font-variant-numeric: tabular-nums;
}

.hero-facts div { padding: 15px 14px 0 0; border-right: 1px solid var(--line-light); }
.hero-facts div + div { padding-left: 18px; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts dt { color: #92929a; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-facts dd { margin: 4px 0 0; color: #c9c7c1; font-size: 13px; }

.hero-visual { min-width: 0; }

.viewfinder {
  position: relative;
  margin: 0 0 0 auto;
  overflow: hidden;
  aspect-ratio: 4 / 4.7;
  max-height: min(72svh, 720px);
  background: var(--night-raised);
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 36px 120px rgba(0, 0, 0, .5);
}

.photo-stack { position: absolute; inset: 0; overflow: hidden; background: #242322; }

.photo-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 50%;
  transition: filter .65s var(--ease), transform 1.2s var(--ease);
}

.viewfinder:hover .photo-stack img { transform: scale(1.012); }

.color-wash,
.photo-grain,
.photo-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity .65s var(--ease), background-color .65s var(--ease);
}

.color-wash { mix-blend-mode: soft-light; }
.photo-vignette { background: radial-gradient(ellipse at 50% 42%, transparent 40%, rgba(0, 0, 0, .86) 100%); }
.photo-grain {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 130 130' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.camera-top,
.camera-bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 4px rgba(0,0,0,.8);
}

.camera-top {
  top: 0;
  justify-content: space-between;
  padding: 16px 17px 38px;
  background: linear-gradient(to bottom, rgba(0,0,0,.54), transparent);
}

.camera-top span:first-child { color: #f4b294; }

.camera-bottom {
  bottom: 0;
  justify-content: space-between;
  padding: 52px 17px 16px;
  background: linear-gradient(to top, rgba(0,0,0,.76), transparent);
}

.camera-look { font-size: 11px; font-weight: 500; }
.camera-index, .camera-strength { color: rgba(255,255,255,.68); }

.focus-mark {
  position: absolute;
  z-index: 3;
  width: 70px;
  height: 70px;
  top: 34%;
  left: 65%;
  border: 1px solid rgba(255,255,255,.65);
  transform: translate(-50%, -50%);
}

.focus-mark::before,
.focus-mark::after,
.focus-mark span::before,
.focus-mark span::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: white;
  content: "";
}

.focus-mark::before { top: -1px; left: -1px; border-top: 2px solid; border-left: 2px solid; }
.focus-mark::after { top: -1px; right: -1px; border-top: 2px solid; border-right: 2px solid; }
.focus-mark span::before { bottom: -1px; left: -1px; border-bottom: 2px solid; border-left: 2px solid; }
.focus-mark span::after { bottom: -1px; right: -1px; border-bottom: 2px solid; border-right: 2px solid; }

.hero-look-rail {
  display: flex;
  margin-top: 14px;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 1px solid var(--line-light);
}

.hero-look-rail::-webkit-scrollbar { display: none; }

.hero-look-rail button {
  min-height: 44px;
  flex: 1 0 auto;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  padding: 0 13px;
  color: #9a9aa0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .05em;
  cursor: pointer;
}

.hero-look-rail button:first-child { padding-left: 0; }
.hero-look-rail button:hover { color: #c9c7c1; }
.hero-look-rail button:active { color: var(--white); }
.hero-look-rail button[aria-pressed="true"] { color: var(--white); border-bottom-color: var(--sienna); }

.hero-caption {
  display: flex;
  gap: 9px;
  margin: 10px 0 0;
  color: #92929a;
  font-size: 11px;
}

.hero-caption span:first-child { color: var(--sienna); }

.hero-foot {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 16px;
  border-top: 1px solid var(--line-light);
  color: #86868b;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .15em;
}

.problem { padding: 156px 0 150px; border-bottom: 1px solid var(--line-dark); }

/* Section number tags are retained in the DOM (i18n + markup untouched) but
   hidden: the tag-left / heading-right two-column head is the strongest
   templated-editorial tell, and 6 ordinal tags on non-ordinal content read as
   a tic. The Korean eyebrow still carries each section's character. */
.section-index { display: none; }

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .72fr);
  gap: clamp(38px, 6vw, 100px);
  align-items: end;
}

.problem blockquote {
  max-width: 820px;
  margin: 24px 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6.2vw, 102px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.06em;
  text-wrap: balance;
  word-break: keep-all;
}

.problem blockquote > span { display: block; }
.problem-body { margin: 0 0 11px; color: var(--muted-dark); font-size: 16px; line-height: 1.85; word-break: keep-all; }

.memory-reel {
  display: grid;
  grid-template-columns: 1fr .9fr 1fr;
  gap: clamp(16px, 2.4vw, 34px);
  align-items: end;
  margin-top: 116px;
}

.memory-frame {
  min-width: 0;
  margin: 0;
}

.memory-frame:nth-child(2) { transform: translateY(-54px); }

.memory-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #2c2925;
  border: 1px solid rgba(22, 21, 20, .22);
}

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

.memory-photo::before {
  background: radial-gradient(circle at 62% 35%, transparent 32%, rgba(14, 12, 10, .38) 100%);
  mix-blend-mode: multiply;
}

.memory-photo::after {
  opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23m)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.memory-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  transform: scale(1.02);
  transition: transform .8s var(--ease), filter .8s var(--ease);
}

.memory-frame:hover .memory-photo img { transform: scale(1.055); }
.memory-classic .memory-photo img { filter: brightness(.98) contrast(1.04) saturate(.8) sepia(.2) hue-rotate(-7deg); }
.memory-silver .memory-photo img { filter: grayscale(1) brightness(.95) contrast(1.2); }
.memory-teal .memory-photo img { filter: brightness(.92) contrast(1.12) saturate(.78) sepia(.14) hue-rotate(-15deg); }
.memory-teal .memory-photo::before { background: linear-gradient(rgba(31, 111, 116, .2), rgba(7, 22, 25, .36)); mix-blend-mode: color; }

.memory-frame figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 18px;
  padding: 17px 2px 0;
}

.memory-frame figcaption > span {
  grid-row: 1 / 3;
  padding-top: 4px;
  color: var(--sienna-dark);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .13em;
  writing-mode: vertical-rl;
}

.memory-frame strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.memory-frame p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.7;
  word-break: keep-all;
}

.features { padding: 120px 0 150px; border-top: 1px solid var(--line-dark); }

.features-heading,
.looks-heading,
.why-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: clamp(38px, 6vw, 100px);
  align-items: end;
}

.features-heading h2,
.looks-heading h2,
.why-intro h2,
.waitlist h2 {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4.7vw, 76px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -.052em;
  text-wrap: balance;
  word-break: keep-all;
}

.features-heading h2 > *,
.looks-heading h2 > *,
.why-intro h2 > *,
.waitlist h2 > * { display: block; }

.features-heading h2 em,
.looks-heading h2 em,
.why-intro h2 em,
.waitlist h2 em { font-style: normal; font-weight: 400; }

.features-heading > div > p:last-child,
.looks-heading > p,
.why-intro > p:last-child {
  margin: 12px 0 8px;
  color: var(--muted-dark);
  line-height: 1.85;
  word-break: keep-all;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 74px 0 0;
  padding: 0;
  list-style: none;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.feature-grid li {
  min-height: 214px;
  display: flex;
  flex-direction: column;
  padding: 26px 30px 30px;
  background: var(--paper);
}

.feature-no { color: var(--sienna-dark); font-family: var(--mono); font-size: 10px; letter-spacing: .15em; }
.feature-grid h3 { margin: 28px 0 11px; font-family: var(--serif); font-size: 23px; font-weight: 600; word-break: keep-all; }
.feature-grid p { margin: 0; color: var(--muted-dark); font-size: 14px; line-height: 1.72; word-break: keep-all; }

.first-film {
  position: relative;
  overflow: hidden;
  padding: 150px 0 156px;
  background: #120f0e;
  border-block: 1px solid var(--line-light);
}

.first-film::before {
  position: absolute;
  right: -2vw;
  top: 12px;
  content: "36";
  color: rgba(255, 255, 255, .025);
  font-family: var(--mono);
  font-size: min(43vw, 660px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.12em;
  pointer-events: none;
}

.film-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(38px, 6vw, 100px);
  align-items: end;
}

.film-heading h2 {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4.7vw, 76px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -.052em;
  text-wrap: balance;
  word-break: keep-all;
}

.film-heading h2 > * { display: block; }
.film-heading h2 em { color: #b9b4aa; font-style: normal; font-weight: 400; }
.film-heading > p:last-child { margin: 0 0 8px; color: #858589; line-height: 1.85; word-break: keep-all; }

.film-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  margin-top: 82px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
  gap: 1px;
}

.film-roll {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .09), transparent 34%),
    linear-gradient(160deg, #bd6a43, #7d3926 75%);
}

.film-roll::before,
.film-roll::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}

.film-roll::before { width: 390px; height: 390px; }
.film-roll::after { width: 290px; height: 290px; }

.film-perf {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 18px;
  background: repeating-linear-gradient(90deg, #120f0e 0 18px, transparent 18px 32px);
}

.film-perf-top { top: 18px; }
.film-perf-bottom { bottom: 18px; }

.film-roll-inner {
  position: relative;
  z-index: 3;
  width: min(72%, 330px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  padding: 24px 0;
  border-block: 1px solid rgba(255, 255, 255, .45);
  color: #f4e9df;
  font-family: var(--mono);
}

.film-roll-inner > span { font-size: 10px; letter-spacing: .18em; }
.film-roll-inner strong { grid-row: 1 / 3; grid-column: 2; font-size: 112px; font-weight: 400; line-height: .8; letter-spacing: -.1em; }
.film-roll-inner p { margin: 42px 0 0; font-size: 9px; line-height: 1.6; letter-spacing: .14em; }

.film-offer { display: flex; flex-direction: column; padding: 34px 38px 32px; background: var(--night-soft); }

.film-promises {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-block: 1px solid var(--line-light);
  font-variant-numeric: tabular-nums;
}

.film-promises div { min-width: 0; padding: 20px 18px 22px 0; }
.film-promises div + div { padding-left: 18px; border-left: 1px solid var(--line-light); }
.film-promises dt { color: #8f8f93; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.film-promises dd { margin: 6px 0 0; color: #d4d1ca; font-size: 13px; line-height: 1.5; word-break: keep-all; }

.plan-lead { margin: 34px 0 20px; color: #b6b3ac; font-size: 14px; line-height: 1.7; word-break: keep-all; }
.plan-list { display: grid; margin-top: 0; border-top: 1px solid var(--line-light); font-variant-numeric: tabular-nums; }

.plan-list > div {
  min-height: 90px;
  display: grid;
  grid-template-columns: minmax(120px, .75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line-light);
  padding: 0 16px;
  color: #9a9aa0;
}

.plan-list span { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; }
.plan-list strong { color: #d7d4cd; font-size: 14px; font-weight: 400; line-height: 1.55; text-align: right; }
.plan-list .plan-featured { position: relative; background: rgba(183, 101, 63, .09); color: #d5916f; }
.plan-list .plan-featured::before { position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--sienna); content: ""; }

.film-price-note {
  margin: auto 0 0;
  padding-top: 28px;
  color: #858589;
  font-size: 11px;
  line-height: 1.75;
  word-break: keep-all;
}

.film-plan-note {
  margin: 7px 0 0;
  color: #8d8d92;
  font-size: 11px;
  line-height: 1.75;
  word-break: keep-all;
}

.looks { padding: 150px 0 162px; }
.looks-heading > p { color: #858589; }
.looks-heading h2 em { color: #b9b4aa; }

.look-explorer {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, .68fr);
  gap: 1px;
  margin-top: 78px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.look-stage { position: relative; min-height: 650px; margin: 0; overflow: hidden; background: #222; }
.look-stage .photo-stack { position: absolute; inset: 0; }
.look-stage .photo-stack img { object-position: 50% 50%; }
.look-stage figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  padding: 70px 22px 20px;
  background: linear-gradient(to top, rgba(0,0,0,.8), transparent);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
}

.look-panel { display: flex; flex-direction: column; min-width: 0; padding: 28px; background: var(--night-soft); }
.look-panel-top { display: flex; justify-content: space-between; color: #909298; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; font-variant-numeric: tabular-nums; }
.look-panel h3 { margin: 54px 0 18px; font-family: var(--serif); font-size: clamp(38px, 3.4vw, 56px); font-weight: 400; line-height: 1.05; }
.look-panel > p { margin: 0; min-height: 4.25em; color: #939396; font-size: 14px; line-height: 1.75; word-break: keep-all; }
.look-buttons { display: grid; margin-top: 50px; border-top: 1px solid var(--line-light); }

.look-buttons button {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  background: none;
  padding: 0;
  color: #9a9aa0;
  text-align: left;
  font-family: var(--mono);
  font-size: 11px;
  cursor: pointer;
  transition: color .2s ease, padding-left .25s var(--ease);
}

.look-buttons button span { font-size: 8px; }
.look-buttons button small { color: #8f8f93; font-size: 8px; letter-spacing: .12em; }
.look-buttons button:hover { color: #c5c4c0; padding-left: 5px; }
.look-buttons button:active { color: var(--white); }
.look-buttons button[aria-pressed="true"] { color: var(--white); }
.look-buttons button[aria-pressed="true"] span { color: var(--sienna); }
.look-buttons button[aria-pressed="true"]::after { content: "●"; color: var(--sienna); font-size: 7px; }
.look-buttons button[aria-pressed="true"] small { display: none; }
.look-note { margin-top: auto !important; padding-top: 34px; color: #909096 !important; font-size: 11px !important; }

.why { padding: 150px 0 160px; }
.why-intro h2 { font-size: clamp(38px, 4.25vw, 68px); }

.proof-grid {
  display: grid;
  grid-template-columns: 1.16fr .92fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
  margin-top: 82px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.proof-card { position: relative; min-height: 315px; padding: 28px 34px 32px; background: var(--paper); }
.proof-large { grid-row: 1 / 3; min-height: 631px; }
.proof-no { color: var(--muted-dark); font-family: var(--mono); font-size: 9px; }
.proof-card h3 { max-width: 590px; margin: 25px 0 12px; font-family: var(--serif); font-size: 27px; line-height: 1.42; word-break: keep-all; }
.proof-card p { max-width: 510px; margin: 0; color: var(--muted-dark); font-size: 14px; line-height: 1.75; word-break: keep-all; }
.proof-visual { height: 300px; display: grid; place-items: center; }

.density-rings { position: relative; }
.density-rings i { position: absolute; border: 1px solid var(--ink); border-radius: 50%; }
.density-rings i:nth-child(1) { width: 210px; height: 210px; opacity: .16; }
.density-rings i:nth-child(2) { width: 158px; height: 158px; opacity: .3; }
.density-rings i:nth-child(3) { width: 104px; height: 104px; opacity: .55; }
.density-rings i:nth-child(4) { width: 50px; height: 50px; background: var(--sienna); border-color: var(--sienna); }

.proof-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: 30px 0 0; border-top: 1px solid var(--line-dark); }
.proof-card dl div { padding-top: 13px; }
.proof-card dl div + div { padding-left: 20px; border-left: 1px solid var(--line-dark); }
.proof-card dt { color: var(--muted-dark); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; }
.proof-card dd { margin: 3px 0 0; font-family: var(--mono); font-size: 20px; }
.proof-icon { height: 94px; display: flex; align-items: flex-end; color: var(--sienna); font-family: var(--serif); font-size: 84px; font-weight: 300; line-height: .7; }
.frame-icon span { width: 80px; height: 55px; display: block; position: relative; border: 1px solid var(--ink); }
.frame-icon span::before { position: absolute; width: 18px; height: 18px; top: 8px; right: 10px; border-radius: 50%; background: var(--sienna); content: ""; }
.frame-icon span::after { position: absolute; inset: auto 7px 7px; height: 18px; background: linear-gradient(135deg, transparent 20%, var(--ink) 21% 48%, transparent 49%), linear-gradient(45deg, var(--ink) 44%, transparent 45%); content: ""; opacity: .5; }

.privacy-band {
  display: grid;
  grid-template-columns: 110px 1fr minmax(280px, .75fr);
  gap: 36px;
  align-items: center;
  margin-top: 1px;
  padding: 38px 34px;
  background: var(--ink);
  color: var(--white);
}

.privacy-mark { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.privacy-mark span { width: 22px; height: 28px; position: relative; border: 1px solid var(--white); border-radius: 2px; }
.privacy-mark span::before { position: absolute; width: 13px; height: 11px; left: 3px; top: -10px; border: 1px solid var(--white); border-bottom: 0; border-radius: 9px 9px 0 0; content: ""; }
.privacy-band h3 { margin: 10px 0 0; font-family: var(--serif); font-size: 28px; font-weight: 500; word-break: keep-all; }
.privacy-band > p { margin: 0; color: #929195; font-size: 14px; line-height: 1.75; word-break: keep-all; }

.waitlist { padding: 158px 0 130px; border-bottom: 1px solid var(--line-light); }

.waitlist-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .78fr);
  gap: clamp(70px, 11vw, 180px);
  align-items: end;
}

.waitlist .section-index { margin-bottom: 80px; }
.waitlist h2 { margin-top: 22px; }
.waitlist h2 span, .waitlist h2 em { display: block; }
.waitlist h2 em { color: #b9b4aa; }
.waitlist-copy > p:last-child { max-width: 590px; margin: 28px 0 0; color: #929195; font-size: 16px; line-height: 1.8; word-break: keep-all; }

.waitlist-form label { display: block; margin-bottom: 12px; color: #aaa9a6; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.input-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid #6d6c6b; }
.input-row input { min-width: 0; height: 54px; border: 0; background: transparent; color: var(--white); font-family: var(--sans); font-size: 18px; outline: 0; }
.input-row input::placeholder { color: #7d7d84; }
.input-row input:focus { box-shadow: inset 0 -2px var(--white); }
.input-row button { min-width: 138px; height: 54px; align-self: center; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: var(--white); color: var(--night); padding: 0 16px; font-size: 12px; font-weight: 600; cursor: pointer; transition: background-color .2s ease, transform .12s var(--ease); }
.input-row button:hover { background: #fff; }
.input-row button:active { transform: translateY(1px); }
.input-row button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.form-message { min-height: 25px; margin: 12px 0 0; color: #aaa9a6; font-size: 13px; }
.form-message[data-state="error"] { color: #dc9c7e; }
.form-message[data-state="success"] { color: #c8c7c2; }
.form-note { margin: 2px 0 0; color: #8d8d92; font-size: 11px; }
.waitlist-form .consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 0;
  color: #b2b0ab;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}
.consent-row input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  flex: none;
  accent-color: var(--sienna);
}
.consent-row input[aria-invalid="true"] { outline: 2px solid #dc9c7e; outline-offset: 2px; }
.consent-summary { margin: 8px 0 0; color: #7f7f84; font-size: 10px; line-height: 1.6; }
.consent-summary span { margin-right: 8px; }
.consent-summary a { color: #aaa9a6; text-underline-offset: 3px; }
.consent-summary a:hover { color: var(--white); }
.turnstile-slot { min-height: 65px; margin-top: 18px; display: flex; align-items: center; }
.launch-status { display: flex; align-items: center; gap: 12px; margin-top: 56px; padding-top: 18px; border-top: 1px solid var(--line-light); }
.launch-status > span { width: 7px; height: 7px; border-radius: 50%; background: var(--sienna); box-shadow: 0 0 0 5px rgba(183, 101, 63, .12); }
.launch-status p { display: flex; justify-content: space-between; flex: 1; gap: 20px; margin: 0; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.launch-status b { color: #aaa9a6; font-weight: 400; }
.launch-status p span { color: #8d8d92; text-align: right; }

.footer { padding: 40px 0 48px; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-inner > p { margin: 0; color: #8d8d92; font-size: 11px; }
.footer-legal { justify-self: end; text-align: right; }
.footer-meta { margin: 0; color: #8d8d92; font-family: var(--mono); font-size: 8px !important; letter-spacing: .1em; }
.footer-legal nav { display: flex; justify-content: flex-end; gap: 14px; margin-top: 8px; }
.footer-legal a {
  color: #8d8d92;
  font-size: 10px;
  text-decoration: none;
}
.footer-legal a:hover { color: var(--white); }

/* Legal pages share the landing page's editorial system, while keeping the
   document itself quiet and readable for long-form policy text. */
.legal-body { background: var(--night); }
.legal-header { color: var(--white); border-bottom: 1px solid var(--line-light); }
.legal-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.legal-nav { display: flex; align-items: center; gap: 26px; }
.legal-nav a { position: relative; color: #969491; font-family: var(--mono); font-size: 9px; letter-spacing: .11em; text-decoration: none; }
.legal-nav a:hover,
.legal-nav a[aria-current="page"] { color: var(--white); }
.legal-nav a[aria-current="page"]::after { position: absolute; right: 0; bottom: -12px; left: 0; height: 1px; background: var(--sienna); content: ""; }

.legal-mast { padding: 100px 0 96px; }
.legal-mast-heading { display: block; }
.legal-kicker { margin: 0 0 34px; color: var(--sienna); font-family: var(--mono); font-size: 9px; letter-spacing: .18em; }
.legal-mast h1 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 7.5vw, 112px); font-weight: 500; line-height: 1.04; letter-spacing: -.06em; }
.legal-mast h1 em { color: #aaa59c; font-style: normal; font-weight: 400; }
.legal-mast-meta { max-width: 720px; margin: 64px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-light); }
.legal-mast-meta div { padding: 16px 0 0; }
.legal-mast-meta div + div { padding-left: 28px; border-left: 1px solid rgba(255, 255, 255, .08); }
.legal-mast-meta dt { color: #757472; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.legal-mast-meta dd { margin: 6px 0 0; color: #c2bfba; font-size: 12px; }

.legal-document { padding: 96px 0 132px; }
.legal-document-grid { display: grid; grid-template-columns: 210px minmax(0, 820px); justify-content: space-between; gap: clamp(56px, 9vw, 150px); }
.legal-toc { position: sticky; top: 32px; align-self: start; padding-top: 8px; }
.legal-toc > p { margin: 0 0 20px; color: var(--sienna-dark); font-family: var(--mono); font-size: 8px; letter-spacing: .16em; }
.legal-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: legal-toc; border-top: 1px solid var(--line-dark); }
.legal-toc li { counter-increment: legal-toc; border-bottom: 1px solid var(--line-dark); }
.legal-toc a { display: grid; grid-template-columns: 24px 1fr; gap: 8px; padding: 11px 0; color: var(--muted-dark); font-size: 11px; text-decoration: none; }
.legal-toc a::before { color: #a19b92; font-family: var(--mono); font-size: 8px; content: counter(legal-toc, decimal-leading-zero); }
.legal-toc a:hover { color: var(--ink); }

.legal-copy { min-width: 0; }
.legal-copy section { scroll-margin-top: 28px; }
.legal-copy section + section { margin-top: 82px; padding-top: 50px; border-top: 1px solid var(--line-dark); }
.legal-section-no { margin: 0 0 16px; color: var(--sienna-dark); font-family: var(--mono); font-size: 9px; letter-spacing: .14em; }
.legal-copy h2 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(29px, 3vw, 42px); font-weight: 600; line-height: 1.35; letter-spacing: -.035em; word-break: keep-all; }
.legal-copy h3 { margin: 34px 0 0; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.45; letter-spacing: -.02em; word-break: keep-all; }
.legal-copy h3 + p { margin-top: 10px; }
.legal-copy p,
.legal-copy li,
.legal-copy dd { color: #4f4b46; font-size: 15px; line-height: 1.9; word-break: keep-all; }
.legal-copy p { margin: 18px 0 0; }
.legal-copy ul { margin: 20px 0 0; padding-left: 1.2em; }
.legal-copy li { padding-left: 4px; }
.legal-copy li + li { margin-top: 8px; }
.legal-copy a { color: var(--sienna-dark); text-underline-offset: 3px; }
.legal-copy code { font-family: var(--mono); font-size: .88em; }

.legal-callout { margin: 0 0 28px; padding: 24px 26px; background: rgba(255, 255, 255, .48); border: 1px solid var(--line-dark); border-left: 3px solid var(--sienna-dark); }
.legal-callout strong { display: block; font-family: var(--serif); font-size: 18px; font-weight: 600; }
.legal-callout p { margin-top: 8px; font-size: 13px; line-height: 1.75; }

.legal-table-wrap { margin: 26px 0 28px; overflow-x: auto; outline: none; }
.legal-table-wrap:focus-visible { outline: 2px solid var(--sienna-dark); outline-offset: 4px; }
.legal-table { width: 100%; min-width: 650px; border-collapse: collapse; border-top: 2px solid var(--ink); }
.legal-table-wide { min-width: 860px; }
.legal-table th,
.legal-table td { padding: 17px 14px; border-bottom: 1px solid var(--line-dark); text-align: left; vertical-align: top; }
.legal-table th { color: var(--ink); font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .08em; }
.legal-table td { color: #56514b; font-size: 13px; line-height: 1.7; word-break: keep-all; }
.legal-table td:first-child { width: 22%; color: var(--ink); font-weight: 500; }

.legal-definition-list,
.legal-contact-list { margin: 26px 0 0; border-top: 1px solid var(--ink); }
.legal-definition-list > div,
.legal-contact-list > div { display: grid; grid-template-columns: minmax(130px, .32fr) minmax(0, .68fr); gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.legal-definition-list dt,
.legal-contact-list dt { color: var(--ink); font-size: 13px; font-weight: 600; }
.legal-definition-list dd,
.legal-contact-list dd { margin: 0; font-size: 13px; line-height: 1.75; }

.legal-end-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 92px; }
.legal-end-actions a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 0 20px; border: 1px solid var(--line-dark); color: var(--ink); font-size: 12px; font-weight: 500; text-decoration: none; transition: background-color .2s ease, color .2s ease; }
.legal-end-actions a:hover { background: var(--ink); color: var(--white); }

.legal-footer { padding: 32px 0; border-top: 1px solid var(--line-light); }
.legal-footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #777674; font-family: var(--mono); font-size: 8px; letter-spacing: .11em; }
.legal-footer a { color: #9b9995; text-decoration: none; }
.legal-footer a:hover { color: var(--white); }

.noscript { margin: 0; padding: 12px; background: #f4d6c7; color: #461b0c; text-align: center; font-size: 13px; }

/* Scroll entrance is limited to each section's lead block. Secondary content
   (feature grid, memory reel, proof cards, film board, look explorer) is simply
   present — animating all 17 .reveal nodes meant the page never settled. */
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}

.js .memory-reel.reveal,
.js .feature-grid.reveal,
.js .film-board.reveal,
.js .look-explorer.reveal,
.js .proof-card.reveal,
.js .privacy-band.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.js .reveal.is-visible { opacity: 1; transform: none; }

/* Direct links from the legal pages land on #waitlist before the observer has
   necessarily run. The target must never arrive as an empty dark section. */
.js .waitlist:target .reveal { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1fr); gap: 46px; }
  .hero h1 { font-size: clamp(52px, 6vw, 72px); }
  .problem-grid,
  .features-heading,
  .film-heading,
  .looks-heading,
  .why-intro { grid-template-columns: minmax(0, 1fr); }
  .problem-body,
  .features-heading > div > p:last-child,
  .film-heading > p:last-child,
  .looks-heading > p,
  .why-intro > p:last-child { grid-column: auto; max-width: 640px; }
  .look-explorer { grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); }
  .look-stage { min-height: 570px; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .nav-inner { min-height: 68px; }
  .nav-cta { padding: 0 13px; font-size: 11px; }
  .hero { padding: 112px 0 42px; }
  .hero-grid { grid-template-columns: 1fr; gap: 62px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { max-width: 680px; font-size: clamp(52px, 11vw, 76px); }
  .hero-lede { max-width: 610px; }
  .hero-visual { width: min(100%, 620px); margin-left: auto; }
  .viewfinder { aspect-ratio: 4 / 4.7; }
  .photo-stack img { object-position: 59% 50%; }
  .hero-foot { display: none; }
  .problem { padding: 112px 0 96px; }
  .problem-grid,
  .features-heading,
  .film-heading,
  .looks-heading,
  .why-intro { grid-template-columns: 1fr; gap: 28px; }
  .problem-body,
  .features-heading > div > p:last-child,
  .film-heading > p:last-child,
  .looks-heading > p,
  .why-intro > p:last-child { grid-column: auto; }
  .problem blockquote { font-size: clamp(48px, 10vw, 78px); }
  .memory-reel { margin-top: 84px; }
  .memory-frame:nth-child(2) { transform: translateY(-28px); }
  .features { padding: 96px 0 112px; }
  .feature-grid { grid-template-columns: 1fr 1fr; margin-top: 56px; }
  .feature-grid li { min-height: 190px; }
  .first-film { padding: 110px 0; }
  .film-board { grid-template-columns: 1fr; margin-top: 60px; }
  .film-roll { min-height: 460px; }
  .film-offer { min-height: 560px; }
  .looks { padding: 110px 0; }
  .look-explorer { grid-template-columns: 1fr; margin-top: 60px; }
  .look-stage { min-height: 520px; }
  .look-panel { min-height: 530px; }
  .why { padding: 110px 0; }
  .proof-grid { grid-template-columns: 1fr; grid-template-rows: auto; margin-top: 60px; }
  .proof-large { grid-row: auto; min-height: 600px; }
  .privacy-band { grid-template-columns: 80px 1fr; }
  .privacy-band > p { grid-column: 2; }
  .waitlist { padding: 112px 0 96px; }
  .waitlist-grid { grid-template-columns: 1fr; gap: 80px; }
  .waitlist .section-index { margin-bottom: 52px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > p:not(.footer-meta) { display: none; }
  .legal-mast { padding: 82px 0 78px; }
  .legal-mast-meta { margin-top: 52px; }
  .legal-document { padding: 76px 0 110px; }
  .legal-document-grid { grid-template-columns: 1fr; gap: 70px; }
  .legal-toc { position: static; }
  .legal-toc ol { display: grid; grid-template-columns: repeat(3, 1fr); }
  .legal-toc li { border-right: 1px solid var(--line-dark); }
  .legal-toc a { padding: 11px 12px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .brand-word { display: none; }
  .brand-symbol { width: 30px; height: 30px; }
  .nav-cta { display: none; }
  .language-trigger { min-width: 56px; }
  .hero { padding-top: 98px; }
  .overline { align-items: flex-start; gap: 10px; font-size: 8px; }
  .overline span:first-child::after { margin-left: 10px; }
  .hero h1 { margin: 30px 0 24px; font-size: clamp(44px, 14vw, 64px); line-height: 1.17; }
  .hero-lede { width: 100%; font-size: 15px; line-height: 1.75; word-break: normal; overflow-wrap: anywhere; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button-light { width: 100%; }
  .hero-facts { margin-top: 42px; }
  .hero-facts div { padding-right: 8px; }
  .hero-facts div + div { padding-left: 10px; }
  .hero-facts dt { font-size: 7px; }
  .hero-facts dd { font-size: 11px; line-height: 1.45; }
  .hero-grid { gap: 50px; }
  .viewfinder { aspect-ratio: 4 / 5.2; }
  .camera-top { font-size: 7px; padding-inline: 11px; }
  .camera-bottom { font-size: 7px; padding-inline: 11px; }
  .camera-look { font-size: 9px; }
  .focus-mark { width: 56px; height: 56px; }
  .hero-look-rail button { padding: 0 12px; font-size: 8px; }
  .hero-caption { font-size: 10px; }
  .problem { padding: 88px 0 72px; }
  .problem blockquote { font-size: clamp(42px, 13vw, 62px); line-height: 1.28; }
  .memory-reel {
    width: calc(100% - 14px);
    display: flex;
    gap: 14px;
    margin-top: 68px;
    margin-right: 0;
    padding: 0 14px 18px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .memory-reel::-webkit-scrollbar { display: none; }
  .memory-frame { flex: 0 0 min(78vw, 310px); scroll-snap-align: start; }
  .memory-frame:nth-child(2) { transform: none; }
  .memory-frame strong { font-size: 20px; }
  .features { padding: 78px 0 92px; }
  .features-heading h2,
  .film-heading h2,
  .looks-heading h2,
  .why-intro h2,
  .waitlist h2 { font-size: clamp(37px, 11vw, 54px); }
  .feature-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .feature-grid li { min-height: 0; padding: 24px; }
  .first-film { padding: 90px 0; }
  .film-roll { min-height: 390px; }
  .film-roll::before { width: 310px; height: 310px; }
  .film-roll::after { width: 225px; height: 225px; }
  .film-roll-inner { width: 75%; }
  .film-roll-inner strong { font-size: 88px; }
  .film-offer { min-height: 0; padding: 24px 20px 28px; }
  .film-promises { grid-template-columns: 1fr; }
  .film-promises div { padding: 16px 0; }
  .film-promises div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-light); }
  .plan-list { margin-top: 42px; }
  .plan-list > div { min-height: 82px; grid-template-columns: minmax(88px, .7fr) minmax(0, 1.3fr); gap: 14px; padding: 0 10px; }
  .plan-list strong { font-size: 13px; }
  .film-price-note { margin-top: 28px; }
  .film-plan-note { margin-top: 7px; }
  .looks { padding: 90px 0; }
  .look-stage { min-height: auto; aspect-ratio: 4 / 5; }
  .look-stage .photo-stack img { object-position: 60% 50%; }
  .look-panel { min-height: 550px; padding: 24px 20px; }
  .look-panel h3 { margin-top: 40px; font-size: 40px; }
  .why { padding: 90px 0; }
  .proof-large { min-height: 570px; }
  .proof-card { padding: 24px; }
  .proof-visual { height: 260px; }
  .privacy-band { grid-template-columns: 1fr; padding: 30px 24px; }
  .privacy-band > p { grid-column: auto; }
  .privacy-mark { width: 56px; height: 56px; }
  .waitlist { padding: 90px 0 76px; }
  .waitlist-grid { gap: 60px; }
  .input-row { grid-template-columns: 1fr; border: 0; gap: 12px; }
  .input-row input { border-bottom: 1px solid #6d6c6b; }
  .input-row button { width: 100%; height: 52px; }
  .waitlist-form .consent-row { margin-top: 20px; }
  .consent-summary span { display: block; margin: 0 0 4px; }
  .launch-status p { display: grid; gap: 4px; }
  .launch-status p span { text-align: left; }
  .footer { padding: 30px 0 38px; }
  .footer-inner { grid-template-columns: auto 1fr; }
  .footer-legal nav { flex-wrap: wrap; gap: 5px 12px; }
  .footer-meta { font-size: 7px !important; }

  .legal-header-inner { min-height: 66px; }
  .legal-nav { gap: 14px; }
  .legal-nav a { font-size: 8px; letter-spacing: .05em; }
  .legal-mast { padding: 62px 0 64px; }
  .legal-kicker { margin-bottom: 24px; }
  .legal-mast h1 { font-size: clamp(48px, 15vw, 70px); line-height: 1.08; }
  .legal-mast-meta { grid-template-columns: 1fr; margin-top: 42px; }
  .legal-mast-meta div + div { margin-top: 14px; padding-left: 0; border-left: 0; }
  .legal-document { padding: 58px 0 82px; }
  .legal-document-grid { gap: 54px; }
  .legal-toc { width: calc(100% + 14px); overflow-x: auto; }
  .legal-toc ol { width: max-content; display: flex; border-bottom: 1px solid var(--line-dark); }
  .legal-toc li { min-width: 124px; border-right: 1px solid var(--line-dark); border-bottom: 0; }
  .legal-toc a { padding: 11px 10px; }
  .legal-copy section + section { margin-top: 62px; padding-top: 38px; }
  .legal-copy h2 { margin-bottom: 22px; font-size: 29px; }
  .legal-copy p,
  .legal-copy li,
  .legal-copy dd { font-size: 14px; line-height: 1.82; word-break: normal; }
  .legal-callout { padding: 20px; }
  .legal-table-wrap { width: calc(100% + 14px); }
  .legal-definition-list > div,
  .legal-contact-list > div { grid-template-columns: 1fr; gap: 7px; padding: 17px 0; }
  .legal-end-actions { grid-template-columns: 1fr; margin-top: 68px; }
  .legal-footer .shell { align-items: flex-start; flex-direction: column; gap: 8px; }

  html:lang(ja) .hero h1 {
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: 1.28;
    letter-spacing: -.025em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
