@font-face {
  font-family: "Pamtiva Serif";
  src: url("/assets/fonts/source-serif-4-latin-400.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Pamtiva Script";
  src: url("/assets/fonts/pinyon-script-latin-400.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ink: #173b33;
  --ink-soft: #526a63;
  --forest: #173e35;
  --forest-deep: #0e2b25;
  --cream: #f8f5ed;
  --paper: #fffdf8;
  --clay: #a85b47;
  --sage: #a8b9a3;
  --sage-wash: #eff3ed;
  --blush-wash: #f8eee8;
  --line: rgba(23, 59, 51, .11);
  --shadow: 0 24px 70px rgba(23, 59, 51, .10);
  --serif: "Pamtiva Serif", Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --heading: ui-rounded, "SF Pro Rounded", var(--sans);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 8%, rgba(168, 91, 71, .13), transparent 31rem),
    radial-gradient(circle at 7% 32%, rgba(168, 185, 163, .16), transparent 29rem),
    var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image: repeating-linear-gradient(91deg, rgba(64, 49, 29, .025) 0 1px, transparent 1px 6px);
}

a { color: inherit; }
img {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}
::selection { color: #fff; background: var(--clay); }

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(168, 91, 71, .55);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: calc(env(safe-area-inset-top, 0px) + 12px);
  left: 12px;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  border-radius: 10px;
  background: var(--forest);
}
.skip-link:focus-visible {
  width: auto;
  height: auto;
  padding: 10px 15px;
  overflow: visible;
  clip: auto;
  clip-path: none;
  opacity: 1;
  pointer-events: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 10px;
  width: min(1260px, calc(100% - 48px));
  min-height: 74px;
  margin: 10px auto 0;
  padding: 0 18px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  background: rgba(248, 245, 237, .74);
  box-shadow: 0 14px 44px rgba(23, 59, 51, .09);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  backdrop-filter: blur(24px) saturate(145%);
}

#how-it-works,
#made-to-keep,
#privacy { scroll-margin-top: 110px; }

.wordmark {
  color: var(--ink);
  font: 400 29px/1 var(--serif);
  letter-spacing: -.04em;
  text-decoration: none;
}
.wordmark span {
  display: inline-block;
  margin-right: -4px;
  color: var(--clay);
  font: 400 49px/.5 "Pamtiva Script", cursive;
}

.main-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 44px); }
.main-nav a { position: relative; color: #456058; font-size: 13px; font-weight: 650; letter-spacing: -.01em; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; right: 100%; bottom: -7px; left: 0; height: 1px; background: var(--clay); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }

.header-cta,
.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -.02em;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.header-cta,
.primary-cta { color: #fffdf8; background: var(--forest); }
.header-cta { padding: 12px 18px; font-size: 14px; }
.primary-cta { min-height: 56px; padding: 16px 25px; box-shadow: 0 15px 34px rgba(23, 62, 53, .18); }
.secondary-cta { min-height: 56px; padding: 15px 22px; border: 1px solid var(--line); background: rgba(255, 255, 255, .44); }
.header-cta:hover,
.primary-cta:hover,
.secondary-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(23, 62, 53, .16); }
.secondary-cta-light { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }

.hero {
  width: min(1260px, calc(100% - 64px));
  min-height: 760px;
  margin: 0 auto;
  padding: 82px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  align-items: center;
  gap: clamp(54px, 7vw, 96px);
}
.hero-copy { position: relative; z-index: 3; max-width: 650px; }
.eyebrow,
.section-kicker { margin: 0 0 22px; color: var(--clay); font-size: 11px; font-weight: 750; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }

h1,
h2,
h3 { font-family: var(--heading); font-weight: 600; text-wrap: balance; }
h1 { max-width: 660px; margin: 0; font-size: clamp(52px, 5.1vw, 74px); line-height: 1.08; letter-spacing: -.035em; }
h1 em { display: block; color: inherit; font: inherit; }
.closing-copy h2 em { color: inherit; font: inherit; }
.hero-intro { max-width: 560px; margin: 30px 0 0; color: var(--ink-soft); font-size: 19px; line-height: 1.65; letter-spacing: -.014em; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 12px; }
.hero-trust { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px 24px; color: #667a74; font-size: 12px; font-weight: 600; }
.hero-trust i { width: 18px; height: 18px; margin-right: 5px; display: inline-flex; align-items: center; justify-content: center; color: var(--forest); border-radius: 50%; background: rgba(168, 185, 163, .28); font-style: normal; }

.hero-art {
  --pointer-x: 0px;
  --pointer-y: 0px;
  position: relative;
  min-height: 610px;
  isolation: isolate;
  overflow: visible;
}
.hero-art::before { content: ""; position: absolute; z-index: 0; inset: 62px -18vw 54px -28px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(226,218,202,.76), rgba(255,255,255,.34) 48%, transparent 74%); filter: blur(9px); pointer-events: none; }
.hero-glow { position: absolute; z-index: 0; width: 430px; height: 430px; top: -90px; right: -180px; border-radius: 50%; background: rgba(168,91,71,.14); filter: blur(4px); }
.hero-art::after { content: ""; position: absolute; z-index: 0; width: 470px; height: 320px; left: -170px; bottom: -80px; border-radius: 50%; background: rgba(168,185,163,.18); filter: blur(8px); pointer-events: none; }
.memory-card { position: absolute; z-index: 2; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.6); background: var(--paper); box-shadow: 0 34px 76px rgba(45, 39, 29, .23); }
.memory-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-slideshow { position: absolute; z-index: 2; inset: 0 -14vw 0 -42px; overflow: hidden; cursor: grab; touch-action: pan-y; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 89%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 89%, transparent 100%); }
.hero-slideshow.is-dragging { cursor: grabbing; }
.hero-slideshow:focus-visible { outline: 3px solid rgba(168, 91, 71, .58); outline-offset: -6px; }
.hero-slide { width: 280px; aspect-ratio: .714; top: 78px; left: 0; border-radius: 24px; opacity: var(--roll-opacity, .65); filter: saturate(var(--roll-saturation, .8)) brightness(.98); transform: translate3d(calc(var(--roll-x, 50%) - 50%), var(--roll-y, 20px), 0) rotate(var(--roll-rotate, 0deg)) scale(var(--roll-scale, .8)); transform-origin: 50% 50%; box-shadow: 0 22px 48px rgba(45,39,29,.16); will-change: transform, opacity; }
.hero-slide::after { content: ""; position: absolute; z-index: 2; inset: 0; }
.hero-slide[data-active] { box-shadow: 0 38px 84px rgba(45,39,29,.28); }
.hero-slide img { user-select: none; }
.floating-note { position: absolute; z-index: 5; display: flex; align-items: center; color: var(--ink); border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(255,253,248,.86); box-shadow: 0 14px 38px rgba(23,59,51,.12); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); font-size: 12px; font-weight: 700; }
.floating-note-top { top: 31px; right: -8px; padding: 13px 17px; }
.floating-note-top span { margin-right: 7px; color: var(--clay); }
.hero-slideshow-controls { position: absolute; z-index: 40; left: -10px; bottom: 20px; padding: 8px 9px 8px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(255,253,248,.86); box-shadow: 0 12px 32px rgba(23,59,51,.11); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.hero-roll-label { color: #587069; font-size: 9px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.hero-slideshow-play { width: 24px; height: 24px; padding: 0; display: grid; place-items: center; color: var(--forest); border: 0; border-left: 1px solid var(--line); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.process-section,
.showcase,
.closing-cta { width: min(1260px, calc(100% - 64px)); margin-right: auto; margin-left: auto; }
.process-section,
.showcase { position: relative; isolation: isolate; }
.process-section::before,
.showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}
.process-section { padding: 132px 0 96px; }
.process-section::before {
  border-top: 1px solid rgba(23, 59, 51, .045);
  border-bottom: 1px solid rgba(23, 59, 51, .055);
  background:
    radial-gradient(circle at 12% 18%, rgba(168,185,163,.18), transparent 25rem),
    linear-gradient(135deg, rgba(255,255,255,.34), transparent 56%),
    var(--sage-wash);
}
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); column-gap: clamp(45px, 8vw, 110px); align-items: end; }
.section-heading .section-kicker,
.section-heading h2 { grid-column: 1; }
.section-heading > p:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
h2 { margin: 0; font-size: clamp(38px, 4.3vw, 62px); line-height: 1.12; letter-spacing: -.03em; }
.section-heading > p:last-child,
.showcase-heading > p:last-child { max-width: 400px; margin: 25px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }

.step-experience { min-width: 0; margin-top: 54px; }
.product-film-modes { width: min(620px, 100%); margin: 0 auto 16px; padding: 6px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.5); }
.product-film-modes button { min-height: 64px; padding: 10px 18px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; color: #687b75; text-align: left; border: 0; border-radius: 15px; background: transparent; font-family: var(--sans); cursor: pointer; transition: color .22s ease, background .22s ease, box-shadow .22s ease; }
.product-film-modes button span { font-size: 13px; font-weight: 750; }
.product-film-modes button small { margin-top: 4px; color: #7d8d88; font-size: 10px; font-weight: 550; }
.product-film-modes button.is-active { color: var(--ink); background: #fffdf8; box-shadow: 0 8px 26px rgba(23,59,51,.09); }
.product-film-modes button.is-active small { color: #60766e; }
.product-film { position: relative; overflow: hidden; border: 1px solid rgba(23,62,53,.16); border-radius: 34px; background: #173e35; box-shadow: 0 42px 90px rgba(31,45,39,.2); }
.product-film-chrome { height: 52px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #63736e; background: rgba(250,248,242,.97); border-bottom: 1px solid rgba(23,62,53,.1); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.product-film-dots { display: flex; gap: 6px; }
.product-film-dots i { width: 8px; height: 8px; display: block; border-radius: 50%; background: #d7cfc2; }
.product-film-dots i:first-child { background: #c7836d; }
.product-film-address { min-width: 210px; padding: 8px 28px; text-align: center; border: 1px solid rgba(23,62,53,.09); border-radius: 999px; background: #f2efe8; }
.product-film-length { justify-self: end; text-transform: uppercase; letter-spacing: .11em; }
.product-film-stage { position: relative; aspect-ratio: 16 / 9.65; overflow: hidden; background: #d5ddd8; }
.product-film-scene { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.025); transition: opacity .75s ease, transform 4.8s cubic-bezier(.2,.65,.3,1); pointer-events: none; }
.product-film-scene.is-active { z-index: 2; opacity: 1; transform: scale(1); }
.product-film-scene::after { content: ""; position: absolute; z-index: 3; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(9,31,26,.7) 100%); pointer-events: none; }
.product-film-scene img { width: 100%; height: 100%; display: block; object-fit: cover; user-select: none; }
.product-film-scene figcaption { position: absolute; z-index: 5; right: 28px; bottom: 26px; left: 28px; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; color: #fffdf8; text-shadow: 0 1px 18px rgba(8,27,23,.35); }
.product-film-scene figcaption span { grid-row: 1 / span 2; align-self: center; padding: 7px 8px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.product-film-scene figcaption strong { font: 600 clamp(21px, 2.2vw, 32px)/1.15 var(--heading); letter-spacing: -.02em; }
.product-film-scene figcaption small { margin-top: 5px; color: rgba(255,253,248,.8); font-size: 11px; }
.product-film-controls { min-height: 66px; padding: 0 20px; display: grid; grid-template-columns: auto minmax(160px, 1fr) auto; align-items: center; gap: 16px; color: #f9f4ea; background: #173e35; }
.product-film-toggle { width: 34px; height: 34px; padding: 0; display: grid; place-items: center; color: #173e35; border: 0; border-radius: 50%; background: #fffdf8; font: 800 10px/1 var(--sans); cursor: pointer; }
.product-film-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.product-film-progress button { height: 24px; padding: 10px 0; border: 0; background: transparent; cursor: pointer; }
.product-film-progress button span { height: 2px; display: block; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.24); }
.product-film-progress button span::after { content: ""; width: 100%; height: 100%; display: block; border-radius: inherit; background: #f9f4ea; transform: scaleX(0); transform-origin: left; }
.product-film-progress button.is-active span::after { animation: product-film-progress 4.6s linear forwards; }
.product-film.is-paused .product-film-progress button.is-active span::after { animation-play-state: paused; }
.product-film-status { min-width: 132px; color: rgba(255,253,248,.76); text-align: right; font-size: 10px; font-weight: 650; }
.step-tabs { margin: 18px 0 10px; padding: 6px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.48); }
.step-tab { min-height: 52px; padding: 0 14px; color: #667a74; border: 0; border-radius: 13px; background: transparent; font: 700 13px/1 var(--sans); cursor: pointer; transition: color .22s ease, background .22s ease, box-shadow .22s ease; }
.step-tab span { margin-right: 7px; color: var(--clay); font-size: 10px; letter-spacing: .08em; }
.step-tab.is-active { color: var(--ink); background: #fffdf8; box-shadow: 0 8px 24px rgba(23,59,51,.08); }
.step-panel { min-height: 205px; padding: 34px 38px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,253,248,.74); box-shadow: 0 18px 48px rgba(42,45,37,.08); overflow: hidden; }
.step-panel[hidden] { display: none; }
.step-copy > span { color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.step-copy { width: 100%; display: grid; grid-template-columns: minmax(250px, .75fr) minmax(300px, 1fr); column-gap: clamp(34px, 6vw, 80px); align-items: center; }
.step-copy > span { grid-column: 1; }
.step-copy h3 { grid-column: 1; margin: 13px 0 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.16; letter-spacing: -.025em; }
.step-copy p { grid-column: 2; grid-row: 1 / span 2; max-width: 520px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }

.showcase { padding: 112px 0 148px; }
.showcase::before {
  background:
    radial-gradient(circle at 88% 22%, rgba(168,91,71,.08), transparent 25rem),
    linear-gradient(145deg, rgba(255,253,248,.7), transparent 54%),
    var(--blush-wash);
}
.showcase-heading { margin-bottom: 52px; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.showcase-heading > p:last-child { flex: 0 0 250px; }
.format-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.format-card { min-height: 660px; padding: 22px; display: grid; grid-template-rows: 390px 1fr; border: 1px solid var(--line); border-radius: 34px; background: rgba(255,253,248,.7); box-shadow: var(--shadow); overflow: hidden; }
.format-card-dark { color: #f9f4ea; border-color: rgba(255,255,255,.1); background: linear-gradient(145deg, #173e35, #102e28); }
.format-image { overflow: hidden; border-radius: 24px; background: #e6ddcd; }
.format-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.format-card:hover .format-image img { transform: scale(1.025); }
.format-image-single { position: relative; padding: 17px; display: grid; place-items: center; background: radial-gradient(circle at 50% 38%, rgba(255,255,255,.88), transparent 48%), linear-gradient(135deg, #e9e0d1, #d8e2dc); }
.format-image-single::before,
.format-image-single::after { content: ""; position: absolute; width: 34%; aspect-ratio: .714; border: 1px solid rgba(255,255,255,.55); border-radius: 16px; background: rgba(255,253,248,.38); box-shadow: 0 14px 34px rgba(45,39,29,.1); }
.format-image-single::before { left: 7%; transform: rotate(-6deg); }
.format-image-single::after { right: 7%; transform: rotate(6deg); }
.format-image-single img { position: absolute; z-index: 2; top: 17px; bottom: 17px; left: 50%; width: auto; max-width: calc(100% - 34px); height: calc(100% - 34px); object-fit: contain; border-radius: 15px; box-shadow: 0 18px 42px rgba(45,39,29,.22); transform: translateX(-50%); }
.format-card:hover .format-image-single img { transform: translateX(-50%) translateY(-3px) scale(1.01); }

.moving-memory-preview { position: relative; isolation: isolate; background: #c8b99f; }
.moving-memory-preview::after { content: ""; position: absolute; z-index: 3; inset: 0; background: linear-gradient(180deg, rgba(8,28,24,.03) 48%, rgba(8,28,24,.64) 100%); pointer-events: none; }
.moving-memory-scene { position: absolute; z-index: 1; inset: -3%; background-image: url("/assets/marketing/moving-memory-contact-sheet.jpg"); background-repeat: no-repeat; background-size: 200% 200%; opacity: 0; transform: scale(1.04); animation: moving-memory-scene 16s infinite both; will-change: opacity, transform; }
.moving-memory-scene-one { background-position: 0 0; }
.moving-memory-scene-two { background-position: 100% 0; animation-delay: 4s; }
.moving-memory-scene-three { background-position: 0 100%; animation-delay: 8s; }
.moving-memory-scene-four { background-position: 100% 100%; animation-delay: 12s; }
.moving-memory-story { position: absolute; z-index: 4; right: 22px; bottom: 20px; left: 22px; display: flex; align-items: center; gap: 16px; color: #fffdf8; font: 400 19px/1 var(--serif); letter-spacing: -.02em; }
.moving-memory-story i { height: 2px; flex: 1; overflow: hidden; border-radius: 2px; background: rgba(255,255,255,.26); }
.moving-memory-story i::after { content: ""; width: 100%; height: 100%; display: block; background: #fffdf8; transform-origin: left; animation: moving-memory-progress 16s linear infinite; }
.format-card > div:last-child { padding: 30px 16px 13px; }
.format-card span { color: var(--clay); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.format-card h3 { max-width: 460px; margin: 15px 0 15px; font-size: clamp(28px, 2.7vw, 38px); line-height: 1.16; letter-spacing: -.025em; }
.format-card p { max-width: 450px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.format-card-dark p { color: #afc0ba; }

.privacy-section {
  width: min(1400px, calc(100% - 48px));
  min-height: 570px;
  margin: 0 auto;
  padding: 96px max(42px, calc((100% - 1120px) / 2));
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  color: #f8f3e9;
  border-radius: 40px;
  background: radial-gradient(circle at 10% 50%, rgba(168,185,163,.16), transparent 24rem), var(--forest-deep);
  box-shadow: 0 30px 78px rgba(14,43,37,.18);
}
.privacy-mark { position: relative; width: 230px; height: 270px; margin: auto; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 115px 115px 42px 42px; background: rgba(255,255,255,.035); box-shadow: inset 0 0 0 12px rgba(255,255,255,.025); }
.privacy-mark::before { content: ""; position: absolute; top: 38px; width: 74px; height: 62px; border: 2px solid rgba(255,255,255,.32); border-bottom: 0; border-radius: 42px 42px 0 0; }
.privacy-mark > span { margin-top: 42px; color: var(--clay); font: 400 112px/.8 "Pamtiva Script", cursive; }
.privacy-mark i { position: absolute; right: 42px; bottom: 40px; width: 11px; height: 11px; border-radius: 50%; background: #6ea676; box-shadow: 0 0 0 6px rgba(110,166,118,.12); }
.privacy-copy h2 { max-width: 760px; }
.privacy-copy > p:not(.section-kicker) { max-width: 620px; margin: 26px 0 30px; color: #b5c5bf; font-size: 17px; line-height: 1.65; }

.closing-cta { min-height: 650px; margin-top: 24px; margin-bottom: 24px; padding: 88px clamp(38px, 7vw, 88px); display: grid; grid-template-columns: 1fr .65fr; align-items: center; gap: 70px; border: 1px solid var(--line); border-radius: 40px; background: linear-gradient(135deg, rgba(255,253,248,.96), rgba(239,243,237,.72)); box-shadow: var(--shadow); overflow: hidden; }
.closing-copy { position: relative; z-index: 3; }
.closing-copy h2 { max-width: 780px; margin-bottom: 38px; font-size: clamp(40px, 4.8vw, 66px); }
.closing-art { position: relative; height: 470px; }
.closing-art::before { content: ""; position: absolute; width: 360px; height: 360px; top: 28px; right: -60px; border-radius: 50%; background: rgba(168,91,71,.13); }
.closing-art img { position: absolute; width: 300px; max-width: 78%; aspect-ratio: .714; top: 0; right: 8%; object-fit: cover; border-radius: 24px; box-shadow: 0 30px 70px rgba(49,38,24,.21); transform: rotate(4deg); }
.closing-art span { position: absolute; z-index: 2; right: 0; bottom: 32px; padding: 13px 17px; color: var(--ink); border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(255,253,248,.86); box-shadow: 0 14px 38px rgba(23,59,51,.1); font-size: 11px; font-weight: 700; }

.site-footer { padding: 68px max(32px, calc((100vw - 1260px) / 2)) 34px; display: grid; grid-template-columns: 1fr auto; gap: 52px; color: #d8e1dd; border-radius: 36px 36px 0 0; background: #0b241e; }
.footer-wordmark { color: #f7efe2; }
.site-footer > div > p { margin: 18px 0 0; color: #879a93; }
.footer-links { padding-top: 8px; display: flex; align-items: flex-start; gap: 28px; }
.footer-links a { color: #c1d0ca; text-underline-offset: 5px; }
.copyright { grid-column: 1 / -1; margin: 26px 0 0; padding-top: 24px; color: #71867e; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; font-weight: 600; }

/* Content stays readable if JavaScript is unavailable. Only observed items wait. */
.reveal { opacity: 1; transform: none; }
.reveal-pending { opacity: 0; transform: translateY(32px); transition: opacity .75s ease, transform .9s cubic-bezier(.16,1,.3,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-media.reveal-pending { transform: translateY(40px) scale(.975); }
.reveal-pending.is-visible { opacity: 1; transform: none; }

@keyframes panel-in { from { opacity: 0; transform: translateY(8px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes product-film-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes moving-memory-scene {
  0% { opacity: 0; transform: scale(1.08); }
  4%, 22% { opacity: 1; }
  26%, 100% { opacity: 0; transform: scale(1); }
}
@keyframes moving-memory-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero { min-height: auto; padding-top: 66px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 750px; }
  .hero-art { width: min(100%, 650px); min-height: 590px; margin: 0 auto; }
  .section-heading { display: block; }
  .step-experience { margin-top: 44px; }
  .privacy-section { grid-template-columns: .55fr 1.45fr; gap: 48px; }
  .privacy-mark { width: 190px; height: 230px; }
  .closing-cta { grid-template-columns: 1fr .48fr; gap: 28px; }
}

@media (max-width: 680px) {
  .site-header { top: 8px; width: calc(100% - 20px); min-height: 68px; margin-top: 8px; padding: 0 12px 0 17px; border-radius: 18px; }
  .wordmark { font-size: 24px; }
  .wordmark span { font-size: 41px; }
  .header-cta { padding: 11px 13px; font-size: 12px; }
  .header-cta span { display: none; }
  .hero,
  .process-section,
  .showcase,
  .closing-cta { width: calc(100% - 28px); }
  .hero { padding: 56px 0 68px; gap: 42px; }
  h1 { font-size: clamp(42px, 11.5vw, 58px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-trust { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-art { min-height: 450px; }
  .hero-art::before { inset: 58px -18vw 46px; }
  .hero-glow { width: 300px; height: 300px; top: -58px; right: -12px; }
  .hero-slideshow { inset: 0 calc(50% - 50vw); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); }
  .hero-slide { width: 220px; top: 50px; border-radius: 19px; }
  .floating-note-top { top: 18px; right: 12px; }
  .hero-slideshow-controls { left: 12px; bottom: 18px; }
  .process-section { padding: 96px 0 74px; gap: 45px; }
  .product-film { border-radius: 24px; }
  .product-film-modes { margin-bottom: 12px; border-radius: 17px; }
  .product-film-modes button { min-height: 58px; padding: 9px 11px; border-radius: 12px; }
  .product-film-modes button span { font-size: 12px; }
  .product-film-modes button small { font-size: 9px; }
  .product-film-chrome { height: 44px; padding: 0 13px; }
  .product-film-address { min-width: 150px; padding: 7px 18px; }
  .product-film-length { font-size: 8px; }
  .product-film-scene figcaption { right: 16px; bottom: 15px; left: 16px; }
  .product-film-scene figcaption strong { font-size: clamp(18px, 5.6vw, 27px); }
  .product-film-scene figcaption small { display: none; }
  .product-film-controls { min-height: 58px; padding: 0 13px; grid-template-columns: auto 1fr; gap: 12px; }
  .product-film-status { display: none; }
  .step-tabs { overflow-x: auto; }
  .step-tab { min-width: 92px; padding: 0 8px; }
  .step-panel { min-height: auto; padding: 28px; border-radius: 25px; }
  .step-copy { display: block; }
  .step-copy h3 { margin: 13px 0 18px; }
  .showcase { padding: 80px 0 105px; }
  .showcase-heading { margin-bottom: 38px; display: block; }
  .showcase-heading > p:last-child { margin-top: 22px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: auto; padding: 15px; grid-template-rows: 310px auto; border-radius: 27px; }
  .format-image { border-radius: 20px; }
  .privacy-section { width: calc(100% - 20px); min-height: auto; padding: 78px 26px; grid-template-columns: 1fr; gap: 45px; border-radius: 30px; }
  .privacy-mark { width: 155px; height: 190px; margin-left: 0; border-radius: 80px 80px 32px 32px; }
  .privacy-mark::before { top: 28px; width: 58px; height: 49px; }
  .privacy-mark > span { font-size: 78px; }
  .closing-cta { min-height: auto; padding: 82px 25px 70px; grid-template-columns: 1fr; border-radius: 30px; }
  .closing-art { height: 360px; }
  .closing-art img { width: 240px; }
  .site-footer { padding: 58px 24px 30px; grid-template-columns: 1fr; border-radius: 28px 28px 0 0; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .header-cta,
  .primary-cta,
  .secondary-cta,
  .format-image img { transition: none; }
  .reveal,
  .reveal-media.reveal-pending { opacity: 1; transform: none; transition: none; }
  .product-film-scene { transition: none; transform: none; }
  .product-film-modes button { transition: none; }
  .product-film-progress button.is-active span::after { animation: none; transform: scaleX(1); }
  .hero-slide { transition: none; }
  .moving-memory-scene { animation: none; }
  .moving-memory-scene-one { opacity: 1; transform: none; }
  .moving-memory-story i::after { animation: none; transform: none; }
}

/* Click-through product demos: the app screen and the guidance have separate space. */
.interactive-demo .product-film-stage { aspect-ratio: 16 / 10; }
.interactive-demo .product-film-scene { transform: none; transition: opacity .3s ease; }
.interactive-demo .product-film-scene::after,
.interactive-demo .product-film-scene figcaption { display: none; }
.interactive-demo .product-film-scene img { object-fit: contain; }
.interactive-demo .product-film-scene picture { display: block; width: 100%; height: 100%; }
.demo-guide { padding: 28px 32px 16px; color: var(--paper); }
.demo-count { color: #bbcdc4; font-size: 11px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.demo-guide h3 { margin: 12px 0; font-size: clamp(23px, 2.6vw, 32px); line-height: 1.18; }
.demo-guide p { max-width: 720px; min-height: 48px; margin: 0; color: #d1ddd7; font-size: 15px; line-height: 1.6; }
.interactive-demo .product-film-controls { padding: 12px 32px 22px; grid-template-columns: auto 1fr auto; }
.demo-back, .demo-next { min-height: 44px; border: 1px solid #5c7b70; border-radius: 999px; padding: 10px 18px; cursor: pointer; font: 600 13px/1.3 var(--sans); }
.demo-back { background: transparent; color: var(--paper); }
.demo-back:disabled { opacity: .4; cursor: default; }
.demo-next { color: var(--forest); background: var(--paper); border-color: var(--paper); }
.interactive-demo .product-film-progress { max-width: 150px; width: 100%; justify-self: center; gap: 8px; }
.interactive-demo .product-film-progress button { height: 44px; }
.interactive-demo .product-film-progress button span { height: 4px; }
.interactive-demo .product-film-progress button span::after { animation: none; }
.interactive-demo .product-film-progress button.is-active span::after { transform: scaleX(1); }
.demo-hotspot { position: absolute; z-index: 6; left: var(--hotspot-x, 21%); top: var(--hotspot-y, 22%); transform: translate(-50%, -50%); width: 44px; height: 44px; border: 3px solid white; border-radius: 50%; background: var(--forest); color: white; font-size: 22px; cursor: pointer; box-shadow: 0 0 0 9px rgba(23,62,53,.24), 0 4px 16px #0004; transition: box-shadow .2s; }
.demo-hotspot:hover { box-shadow: 0 0 0 14px rgba(23,62,53,.2), 0 4px 16px #0004; }
.demo-finish { margin: 0 32px 20px; padding: 20px; border-radius: 18px; background: var(--paper); display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--ink); font-size: 14px; }
.demo-finish[hidden], .demo-hotspot[hidden] { display: none; }
.demo-note { margin: 0; padding: 0 32px 24px; color: #b6c8bf; font-size: 12px; line-height: 1.5; }
@media (max-width: 680px) {
  .interactive-demo .product-film-stage { aspect-ratio: 1 / 2; }
  .interactive-demo .product-film-scene img { object-fit: contain; object-position: center; }
  .interactive-demo .demo-hotspot { left: var(--hotspot-mobile-x); top: var(--hotspot-mobile-y); }
  .demo-guide { padding: 22px 20px 12px; }
  .demo-guide p { min-height: 0; font-size: 14px; }
  .interactive-demo .product-film-controls { padding: 8px 20px 20px; grid-template-columns: auto 1fr; gap: 10px; }
  .interactive-demo .product-film-progress { grid-column: 1 / -1; grid-row: 1; max-width: none; }
  .demo-next { justify-self: stretch; }
  .demo-back, .demo-next { font-size: 12px; padding: 12px; }
  .demo-finish { margin: 0 20px 18px; flex-direction: column; align-items: stretch; }
  .demo-finish .primary-cta { font-size: 13px; }
  .demo-note { padding: 0 20px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .interactive-demo .product-film-scene, .demo-hotspot { transition: none; }
}
