:root {
  color-scheme: light;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --ink: #171716;
  --muted: #65645f;
  --line: rgba(23, 23, 22, .14);
  --soft-line: rgba(23, 23, 22, .08);
  --coral: #ff604b;
  --blue: #315efb;
  --sky: #9fd9ff;
  --yellow: #ffd95a;
  --green: #b9ed72;
  --dark: #101313;
  --radius: 28px;
  --shadow: 0 30px 80px rgba(54, 44, 28, .14);
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Hiragino Sans", "Yu Gothic", sans-serif;
  --mono: "SFMono-Regular", ui-monospace, Menlo, Monaco, Consolas, monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { min-width: 320px; overflow-x: hidden; background: var(--cream); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { position: relative; z-index: 50; display: flex; width: min(100% - 48px, 1440px); min-height: 88px; align-items: center; justify-content: space-between; gap: 28px; margin: auto; border-bottom: 1px solid var(--line); }
.brand { display: grid; grid-template-columns: 36px auto; grid-template-rows: auto auto; align-items: center; column-gap: 11px; color: var(--ink); text-decoration: none; }
.brand img { grid-row: 1 / 3; width: 36px; height: 36px; border-radius: 10px; }
.brand > span { align-self: end; font-size: 19px; font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.brand > small { align-self: start; margin-top: 4px; color: var(--muted); font: 700 7px/1 var(--mono); letter-spacing: .08em; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); }
.site-header nav a { color: var(--muted); font-size: 12px; font-weight: 750; text-decoration: none; }
.site-header nav a:hover { color: var(--ink); }
.site-header nav .nav-store { padding: 11px 17px; border-radius: 999px; background: var(--ink); color: #fff; }
.site-header nav .nav-store:hover { background: var(--blue); color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); }
.nav-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.memory-hero { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr); gap: clamp(42px, 6vw, 96px); width: min(100% - 48px, 1440px); min-height: 830px; align-items: center; margin: auto; padding: clamp(70px, 8vw, 126px) 0 84px; }
.hero-intro { align-self: center; }
.release-pill { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 30px; padding: 7px 12px 7px 7px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.58); font: 800 10px var(--mono); letter-spacing: .06em; }
.release-pill span { padding: 5px 9px; border-radius: 999px; background: var(--coral); color: #fff; }
.memory-hero h1 { max-width: 680px; margin: 0; font-size: clamp(62px, 6.4vw, 96px); font-weight: 900; line-height: .9; letter-spacing: -.085em; white-space: nowrap; }
html[lang="en"] .memory-hero h1 { letter-spacing: -.055em; word-spacing: .08em; }
.memory-hero h1 em, .closing h2 em { color: var(--coral); font-style: normal; }
.hero-lead { margin: 34px 0 0; color: var(--muted); font-size: clamp(16px, 1.55vw, 20px); font-weight: 650; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 38px; }
.primary-link { display: inline-flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 32px; padding: 0 20px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.primary-link:hover { background: var(--blue); transform: translateY(-2px); }
.text-link { display: inline-flex; min-height: 44px; gap: 12px; align-items: center; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: underline; text-decoration-color: var(--coral); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.hero-memories { position: relative; align-self: center; padding: 42px 20px 54px 42px; }
.travel-contact-sheet { position: relative; z-index: 2; margin: 0; overflow: hidden; border: 10px solid var(--paper); border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); transform: rotate(1.6deg); }
.travel-contact-sheet img { width: 100%; aspect-ratio: 16 / 10.3; object-fit: cover; }
.travel-contact-sheet figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 10px 7px; }
.travel-contact-sheet figcaption span { color: var(--muted); font: 800 9px var(--mono); letter-spacing: .08em; }
.travel-contact-sheet figcaption strong { font-size: 13px; }
.moment-note { position: absolute; z-index: 4; display: grid; min-width: 220px; gap: 4px; padding: 15px 17px; border: 2px solid var(--ink); border-radius: 3px; box-shadow: 7px 7px 0 var(--ink); }
.moment-note span, .moment-note small { font: 800 8px var(--mono); letter-spacing: .08em; }
.moment-note strong { font-size: 16px; }
.moment-note small { position: absolute; right: 12px; bottom: 12px; }
.note-blue { top: 4px; right: 9%; background: var(--sky); transform: rotate(3deg); }
.note-coral { right: 0; bottom: 11px; background: var(--coral); color: #fff; transform: rotate(-2deg); }
.two-second-seal { position: absolute; bottom: 0; left: 0; z-index: 5; display: flex; width: 146px; height: 146px; align-items: center; justify-content: center; gap: 8px; border-radius: 50%; background: var(--blue); color: #fff; transform: rotate(-9deg); }
.two-second-seal strong { font-size: 70px; font-weight: 900; line-height: 1; letter-spacing: -.09em; }
.two-second-seal span { font: 900 8px/1.35 var(--mono); letter-spacing: .07em; }
.hero-bottomline { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-self: end; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font: 800 9px var(--mono); letter-spacing: .08em; }

.intro-strip { display: flex; min-height: 126px; align-items: center; justify-content: space-between; gap: 28px; padding: 24px max(24px, calc((100vw - 1440px) / 2)); background: var(--blue); color: #fff; }
.intro-strip p { margin: 0; font-size: clamp(26px, 3vw, 46px); font-weight: 750; letter-spacing: -.04em; }
.intro-strip p strong { color: var(--yellow); }
.intro-strip > span { flex: 0 0 auto; font: 800 9px var(--mono); letter-spacing: .1em; }

.story-section, .journal-section, .new-section, .faq-section { width: min(100% - 48px, 1300px); margin: auto; padding: 130px 0; }
.story-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .48fr); gap: 24px 70px; align-items: end; }
.story-heading .kicker { grid-column: 1 / -1; }
.kicker { margin: 0 0 18px; color: var(--blue); font: 850 10px var(--mono); letter-spacing: .13em; }
.story-heading h2, .capture-copy h2, .vlog-copy h2, .new-section h2, .privacy-band h2, .faq-section h2, .closing h2 { margin: 0; font-size: clamp(48px, 6.2vw, 88px); font-weight: 850; line-height: 1.02; letter-spacing: -.065em; white-space: nowrap; }
.story-heading h2 { font-size: clamp(48px, 5vw, 74px); }
.capture-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.vlog-copy h2 { font-size: clamp(48px, 4.7vw, 68px); }
html[lang="en"] .story-heading h2, html[lang="en"] .capture-copy h2, html[lang="en"] .vlog-copy h2, html[lang="en"] .new-section h2, html[lang="en"] .privacy-band h2, html[lang="en"] .closing h2 { letter-spacing: -.045em; word-spacing: .05em; }
html[lang="en"] .story-heading h2 { font-size: clamp(46px, 4.7vw, 68px); }
.story-heading > p:last-child { margin: 0; color: var(--muted); font-size: 16px; font-weight: 650; line-height: 1.9; }
.journey-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 72px 0 0; padding: 0; list-style: none; }
.journey-steps li { position: relative; display: flex; min-height: 390px; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.journey-steps li > span { font: 900 12px var(--mono); }
.journey-steps li > small { margin-top: 52px; font: 800 8px var(--mono); letter-spacing: .09em; }
.journey-steps h3 { margin: 12px 0 18px; font-size: clamp(25px, 2.4vw, 36px); line-height: 1.08; letter-spacing: -.045em; }
.journey-steps p { max-width: 250px; margin: 0; font-size: 13px; font-weight: 650; line-height: 1.75; }
.journey-steps i { position: absolute; right: 20px; bottom: 18px; font-size: 48px; font-style: normal; font-weight: 900; line-height: 1; }
.step-blue { background: var(--sky); }.step-yellow { background: var(--yellow); }.step-coral { background: var(--coral); color: #fff; }.step-green { background: var(--green); }

.capture-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(400px, .7fr); gap: clamp(50px, 9vw, 140px); align-items: center; padding: 130px max(24px, calc((100vw - 1180px) / 2)); background: var(--dark); color: #fff; }
.capture-copy .kicker { color: var(--sky); }
.capture-copy > p:not(.kicker) { max-width: 600px; margin: 30px 0 0; color: rgba(255,255,255,.66); font-size: 16px; font-weight: 650; line-height: 1.9; }
.plain-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 36px 0 0; padding: 0; list-style: none; }
.plain-checks li { padding: 14px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 750; }
.plain-checks li::before { margin-right: 8px; color: var(--green); content: "●"; }
.capture-ui { width: min(100%, 510px); justify-self: end; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 36px; background: #080a0a; box-shadow: 0 36px 100px rgba(0,0,0,.5); }
.capture-plan { display: grid; grid-template-columns: 44px 1fr auto; gap: 11px; align-items: center; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.055); }
.plan-badge { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #fff; color: #000; font: 900 12px var(--mono); }
.capture-plan div { display: grid; gap: 2px; }.capture-plan small, .capture-plan span { color: rgba(255,255,255,.5); font: 750 8px var(--mono); }.capture-plan strong { font-size: 14px; }
.capture-view { position: relative; height: 500px; margin-top: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: #101414; }
.capture-view::after { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.35), transparent 28%, transparent 64%, rgba(0,0,0,.72)); content: ""; }
.capture-view img { width: 100%; height: 100%; object-fit: cover; object-position: 3% 50%; filter: saturate(.88) contrast(1.03); }
.capture-top { position: absolute; top: 0; right: 0; left: 0; z-index: 2; display: flex; justify-content: space-between; padding: 18px; color: #fff; font: 900 8px var(--mono); letter-spacing: .1em; }
.capture-top span::first-letter { color: var(--coral); }
.capture-time { position: absolute; z-index: 3; inset: 50% auto auto 50%; display: grid; transform: translate(-50%, -50%); text-align: center; }
.capture-time strong { font-size: 68px; line-height: 1; }.capture-time span { margin-top: 9px; font: 800 8px var(--mono); letter-spacing: .1em; }
.capture-place { position: absolute; z-index: 3; right: 18px; bottom: 17px; left: 18px; font: 800 9px var(--mono); }
.capture-buttons { display: grid; grid-template-columns: 1fr 78px 1fr; align-items: center; padding: 16px 10px 2px; color: rgba(255,255,255,.62); font: 800 8px var(--mono); text-align: center; }
.capture-buttons button { display: grid; width: 72px; height: 72px; place-items: center; border: 5px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; transition: border-color .25s ease, transform .25s ease; }
.capture-buttons button i { width: 54px; height: 54px; border-radius: 50%; background: #fff; transition: width .25s ease, height .25s ease, border-radius .25s ease, background .25s ease; }
.capture-buttons button:disabled { cursor: progress; }
.capture-ui.is-capturing .capture-buttons button { border-color: rgba(255,96,75,.72); animation: capture-demo-pulse .8s ease-in-out infinite; }
.capture-ui.is-capturing .capture-buttons button i { width: 36px; height: 36px; border-radius: 9px; background: var(--coral); }
.capture-ui.is-complete .capture-buttons button { border-color: rgba(185,237,114,.72); }
.capture-ui.is-complete .capture-buttons button i { background: var(--green); }

.journal-section { width: min(100% - 48px, 1180px); }
.journal-demo { display: grid; grid-template-columns: 1fr .9fr; gap: 18px; margin-top: 70px; }
.trip-overview, .day-log { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 20px 50px rgba(54,44,28,.07); }
.trip-cover { position: relative; height: 360px; overflow: hidden; }
.trip-cover img { width: 100%; height: 100%; object-fit: cover; }
.trip-cover::after { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 45%, rgba(0,0,0,.5)); content: ""; }
.trip-cover span { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 8px 11px; border-radius: 999px; background: var(--paper); font: 850 8px var(--mono); letter-spacing: .08em; }
.trip-meta { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 24px; }
.trip-meta small { color: var(--muted); font: 750 8px var(--mono); }.trip-meta h3 { margin: 7px 0 2px; font-size: 27px; letter-spacing: -.04em; }.trip-meta p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 650; }
.trip-meta button { flex: 0 0 auto; min-height: 44px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.trip-meta button:hover { transform: translateY(-2px); }
.trip-meta button.is-playing { background: var(--coral); }
.day-log { padding: 24px; }
.day-log header { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: baseline; padding: 4px 0 22px; border-bottom: 1px solid var(--line); }
.day-log header span { font-size: 21px; font-weight: 900; }.day-log header small { color: var(--muted); font: 750 9px var(--mono); }.day-log header b { color: var(--blue); font: 900 14px var(--mono); }
.day-log article { display: grid; grid-template-columns: 54px 1fr 64px; gap: 13px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--soft-line); }
.day-log time { color: var(--muted); font: 750 10px var(--mono); }.day-log article div { display: grid; }.day-log article strong { font-size: 14px; }.day-log article small { color: var(--muted); font-size: 11px; }
.clip-thumb { display: grid; width: 64px; height: 56px; place-items: end; padding: 7px; border-radius: 12px; background-image: url("assets/travel-moments-v2.jpg"); background-size: 400% 100%; color: #fff; font: 900 8px var(--mono); box-shadow: inset 0 -24px 20px rgba(0,0,0,.32); }.clip-sea { background-position: 0 50%; }.clip-cafe { background-position: 33% 50%; }.clip-sunset { background-position: 100% 50%; }

.vlog-section { display: grid; grid-template-columns: .74fr 1.1fr; gap: clamp(60px, 8vw, 120px); align-items: center; padding: 130px max(24px, calc((100vw - 1280px) / 2)); background: var(--coral); color: #fff; }
.vlog-copy .kicker { color: #fff; }.vlog-copy > p:not(.kicker) { max-width: 520px; margin: 28px 0 0; font-size: 16px; font-weight: 650; line-height: 1.9; }.vlog-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }.vlog-actions span { padding: 11px 14px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; font: 800 9px var(--mono); }
.vlog-visual { position: relative; min-height: 620px; overflow: hidden; border: 10px solid var(--paper); border-radius: 22px; background: #000; box-shadow: 22px 24px 0 var(--blue); transform: rotate(1.3deg); }
.vlog-visual::after { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.08), transparent 55%, rgba(0,0,0,.7)); content: ""; }
.vlog-visual > img { width: 100%; height: 620px; object-fit: cover; object-position: 100% 50%; transform: scale(1.45); transition: object-position .55s ease, filter .3s ease; }
.vlog-visual[data-frame="0"] > img { object-position: 0 50%; }
.vlog-visual[data-frame="1"] > img { object-position: 33% 50%; }
.vlog-visual[data-frame="2"] > img { object-position: 66% 50%; }
.vlog-visual[data-frame="3"] > img { object-position: 100% 50%; }
.vlog-label { position: absolute; z-index: 2; right: 24px; bottom: 52px; left: 24px; display: grid; color: #fff; text-shadow: 0 2px 12px #000; }.vlog-label small, .vlog-label span { font: 800 9px var(--mono); }.vlog-label strong { margin: 8px 0; font-size: 31px; }
.vlog-progress { position: absolute; z-index: 3; top: 17px; right: 17px; left: 17px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }.vlog-progress i { height: 3px; border-radius: 4px; background: rgba(255,255,255,.38); transition: background .25s ease; }.vlog-progress i.is-active, .vlog-progress i.is-complete { background: #fff; }
.vlog-visual > button { position: absolute; z-index: 3; inset: 50% auto auto 50%; display: grid; width: 72px; height: 72px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); font-size: 22px; transform: translate(-50%, -50%); transition: background .2s ease, transform .2s ease; }
.vlog-visual > button:hover { transform: translate(-50%, -50%) scale(1.06); }
.vlog-visual.is-playing > button { background: var(--yellow); }

.new-section { width: min(100% - 48px, 1300px); }
.new-section > header { display: flex; align-items: end; justify-content: space-between; gap: 32px; }.new-section .kicker { align-self: start; }.new-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 70px; }.new-grid article { display: grid; grid-template-columns: 70px 1fr; gap: 6px 24px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }.new-grid article > span { grid-row: 1 / 3; color: var(--coral); font: 900 26px var(--mono); }.new-grid h3 { margin: 0; font-size: 23px; }.new-grid p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 650; }

.privacy-band { position: relative; display: grid; grid-template-columns: 1fr .7fr 220px; gap: 60px; align-items: center; padding: 100px max(24px, calc((100vw - 1280px) / 2)); overflow: hidden; background: var(--blue); color: #fff; }
.privacy-band .kicker { color: var(--yellow); }.privacy-copy p { margin: 0; color: rgba(255,255,255,.8); font-size: 15px; font-weight: 650; line-height: 1.9; }.privacy-copy .text-link { margin-top: 24px; color: #fff; text-decoration-color: var(--yellow); }.local-mark { display: grid; width: 200px; height: 200px; align-content: center; justify-self: end; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; text-align: center; transform: rotate(7deg); }.local-mark span { font: 800 8px var(--mono); letter-spacing: .12em; }.local-mark strong { margin-top: 8px; font-size: 35px; line-height: .9; }

.faq-section { width: min(100% - 48px, 1060px); }.faq-section .story-heading { grid-template-columns: 1fr; }.faq-list { margin-top: 56px; border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: clamp(17px, 2vw, 22px); font-weight: 750; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--coral); font-size: 26px; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 780px; margin: 0; padding: 0 0 34px; color: var(--muted); font-size: 14px; font-weight: 650; line-height: 1.9; }

.closing { display: grid; min-height: 760px; place-items: center; align-content: center; padding: 100px 24px; background: var(--yellow); text-align: center; }.closing .kicker { color: var(--ink); }.closing h2 { max-width: 1100px; }.closing p:not(.kicker) { margin: 28px 0 0; font-size: 17px; font-weight: 650; }.closing .primary-link { margin-top: 38px; }.closing > small { margin-top: 18px; color: var(--muted); font: 750 8px var(--mono); letter-spacing: .1em; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; width: min(100% - 48px, 1440px); min-height: 160px; margin: auto; }.footer-brand { display: grid; }.footer-brand span { font-size: 25px; font-weight: 900; letter-spacing: -.05em; }.footer-brand small, .site-footer > span { color: var(--muted); font: 750 8px var(--mono); letter-spacing: .08em; }.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }.footer-links a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding: 0 4px; color: var(--muted); font-size: 10px; font-weight: 800; text-decoration: none; }.footer-links a:hover { color: var(--ink); }

/* Documents, contact, and brand pages */
.document-page, .contact-page { width: min(100% - 48px, 1120px); margin: auto; padding: 78px 0 120px; }
.document-header { position: relative; padding: 50px 0 70px; border-bottom: 1px solid var(--line); }.document-header .eyebrow, .contact-intro .eyebrow { margin: 0; color: var(--blue); font: 850 9px var(--mono); letter-spacing: .12em; }.document-header h1, .contact-intro h1 { margin: 18px 0 0; font-size: clamp(56px, 9vw, 110px); font-weight: 900; line-height: .86; letter-spacing: -.075em; }.document-header > p:last-child { margin: 24px 0 0; color: var(--muted); font-size: 13px; font-weight: 650; }
.document-body { max-width: 850px; padding-top: 46px; }.document-body > p:first-child { margin: 0 0 46px; color: var(--muted); font-size: 17px; font-weight: 650; line-height: 1.9; }.document-body section { padding: 36px 0; border-top: 1px solid var(--line); }.document-body h2 { display: flex; gap: 16px; margin: 0 0 18px; font-size: 22px; line-height: 1.35; }.document-body h2 span { color: var(--coral); font: 900 12px var(--mono); }.document-body h3 { margin: 26px 0 10px; font-size: 16px; }.document-body p, .document-body li { color: var(--muted); font-size: 14px; font-weight: 600; line-height: 1.9; }.document-body ul, .document-body ol { padding-left: 22px; }.document-body a { color: var(--blue); }.document-note { padding: 18px; border-left: 4px solid var(--yellow); background: rgba(255,217,90,.18); }

.contact-page { display: grid; grid-template-columns: .72fr 1fr; gap: 80px; align-items: start; }.contact-intro { position: sticky; top: 28px; }.contact-intro > p:last-child { margin: 34px 0 0; color: var(--muted); font-size: 15px; font-weight: 650; line-height: 1.9; }.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: 0 24px 60px rgba(54,44,28,.08); }.contact-card .section-number { color: var(--blue); font: 850 9px var(--mono); letter-spacing: .1em; }.contact-card h2 { margin: 12px 0 26px; font-size: 32px; }.contact-form { display: grid; gap: 18px; }.contact-fieldset, .contact-field, .contact-upload { display: grid; gap: 10px; margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.contact-fieldset legend { padding: 0 6px; font-size: 13px; font-weight: 850; }.contact-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.contact-choice-grid label { cursor: pointer; }.contact-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }.contact-choice-grid span { display: grid; min-height: 46px; place-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 800; text-align: center; }.contact-choice-grid input:checked + span { border-color: var(--blue); background: var(--blue); color: #fff; }.contact-field > span:first-child { font-size: 13px; font-weight: 850; }.contact-field small, .contact-upload p, .contact-limit, .contact-device-note { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }.contact-field input, .contact-field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); color: var(--ink); }.contact-field textarea { min-height: 170px; resize: vertical; }.contact-counter { color: var(--muted); font: 750 9px var(--mono); text-align: right; }.contact-upload h3 { margin: 0; font-size: 15px; }.contact-file-button { display: inline-flex; width: fit-content; min-height: 42px; align-items: center; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); font-size: 11px; font-weight: 800; }.contact-file-list { display: grid; gap: 8px; margin: 10px 0 0; padding: 0; list-style: none; }.contact-file-list li { display: flex; align-items: center; justify-content: space-between; padding: 9px 11px; border-radius: 10px; background: var(--cream); font-size: 10px; }.contact-file-list button { border: 0; background: transparent; color: var(--blue); font-weight: 850; }.contact-turnstile { display: flex; min-height: 70px; align-items: center; justify-content: center; }.contact-error { margin: 0; padding: 12px; border: 1px solid rgba(255,96,75,.4); border-radius: 12px; background: rgba(255,96,75,.1); color: #8e1d0f !important; font-size: 12px; }.contact-submit { min-height: 54px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 850; }.contact-submit:hover { background: var(--blue); }.contact-submit:disabled { opacity: .55; }.contact-honeypot { position: absolute; left: -9999px; }.contact-complete { padding: 40px 0; text-align: center; }.contact-reference { font-family: var(--mono); font-size: 10px; }

.brand-guide { max-width: 1220px; }.guide-statement, .guide-section, .guide-closing { padding: 70px 0; border-bottom: 1px solid var(--line); }.guide-statement h2, .guide-section h2, .guide-closing h2 { margin: 16px 0 0; font-size: clamp(42px, 6vw, 74px); line-height: 1.02; letter-spacing: -.06em; }.guide-statement > p:last-of-type, .guide-content > p { max-width: 800px; color: var(--muted); font-size: 16px; font-weight: 650; line-height: 1.9; }.identity-rules, .color-system, .type-samples, .copy-grid, .usage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 38px; }.identity-rules article, .type-samples article, .copy-pair, .usage-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }.identity-rules h3, .usage-grid h3 { margin: 0; }.identity-rules p, .usage-grid p, .copy-pair p { color: var(--muted); font-size: 13px; font-weight: 650; }.color-chip { min-height: 180px; padding: 20px; border-radius: 22px; }.color-chip span { font-size: 18px; font-weight: 850; }.color-chip code { display: block; margin-top: 8px; font: 750 10px var(--mono); }.type-samples { grid-template-columns: 1fr; }.type-samples strong { display: block; font-size: clamp(27px, 4vw, 48px); letter-spacing: -.05em; }.type-samples code { color: var(--blue); font: 800 10px var(--mono); }.guide-list { display: grid; gap: 9px; padding: 0; list-style: none; }.guide-list li { padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--muted); font-size: 13px; font-weight: 650; }.icon-lockup { display: flex; gap: 22px; align-items: center; margin-top: 30px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }.icon-lockup img { border-radius: 22px; }.icon-lockup strong { font-size: 32px; }.icon-lockup p { color: var(--muted); }

.analytics-consent { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 1000; display: flex; max-width: 760px; align-items: center; justify-content: space-between; gap: 18px; margin: auto; padding: 15px 17px; border-radius: 18px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }.analytics-consent p { margin: 0; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 650; }.analytics-consent div { display: flex; gap: 8px; }.analytics-consent button { min-height: 40px; padding: 0 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: transparent; color: #fff; font-size: 10px; font-weight: 850; }.analytics-consent button[data-consent="granted"] { border-color: var(--green); background: var(--green); color: var(--ink); }

@keyframes capture-demo-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

[data-reveal] { transition: opacity .55s ease, transform .55s cubic-bezier(.2,.8,.2,1); }
.reveal-enabled [data-reveal] { opacity: 0; transform: translateY(24px); }
.reveal-enabled [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .memory-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 84px; }
  .hero-intro { max-width: 760px; }
  .memory-hero h1 { font-size: clamp(72px, 12vw, 112px); }
  .hero-memories { width: min(100%, 880px); justify-self: center; margin-top: 30px; }
  .journey-steps { grid-template-columns: 1fr 1fr; }
  .capture-section { grid-template-columns: 1fr; }
  .capture-ui { justify-self: center; }
  .vlog-section { grid-template-columns: 1fr; }
  .vlog-copy { max-width: 760px; }
  .privacy-band { grid-template-columns: 1fr 1fr; }.local-mark { display: none; }
}

@media (max-width: 820px) {
  .site-header { width: calc(100% - 32px); min-height: 74px; }
  .nav-toggle { display: block; }
  .site-header nav { position: absolute; top: 66px; right: 0; display: none; width: min(310px, calc(100vw - 32px)); gap: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
  .site-header nav.is-open { display: grid; }
  .site-header nav a { padding: 11px 12px; border-radius: 12px; }
  .site-header nav .nav-store { text-align: center; }
  .memory-hero, .story-section, .journal-section, .new-section, .faq-section, .document-page, .contact-page, .site-footer { width: calc(100% - 32px); }
  .memory-hero { padding: 62px 0 64px; }
  .hero-memories { padding: 36px 14px 54px 22px; }
  .hero-bottomline { grid-template-columns: 1fr; }
  .intro-strip { align-items: flex-start; flex-direction: column; }
  .story-section, .journal-section, .new-section, .faq-section { padding: 90px 0; }
  .story-heading { grid-template-columns: 1fr; }.story-heading .kicker { grid-column: auto; }
  .journal-demo { grid-template-columns: 1fr; }
  .new-section > header { align-items: flex-start; flex-direction: column; }.new-grid { grid-template-columns: 1fr; }
  .privacy-band { grid-template-columns: 1fr; gap: 34px; padding-top: 80px; padding-bottom: 80px; }
  .site-footer { grid-template-columns: 1fr; padding: 48px 0; }.footer-links { justify-content: flex-start; }
  .contact-page { grid-template-columns: 1fr; gap: 42px; }.contact-intro { position: static; }.contact-card { padding: 24px; }
}

@media (max-width: 560px) {
  .brand > small { display: none; }.brand { grid-template-rows: 1fr; }.brand img { grid-row: 1; }
  .memory-hero h1 { font-size: clamp(48px, 16.2vw, 64px); }
  .hero-lead br { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }.primary-link { width: 100%; }
  .travel-contact-sheet { border-width: 7px; }.travel-contact-sheet figcaption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .moment-note { min-width: 170px; padding: 12px; }.moment-note strong { font-size: 13px; }.note-blue { right: 0; }.note-coral { right: 2px; }
  .two-second-seal { width: 102px; height: 102px; }.two-second-seal strong { font-size: 50px; }.two-second-seal span { font-size: 6px; }
  .story-heading h2, .capture-copy h2, .vlog-copy h2, .new-section h2, .privacy-band h2, .faq-section h2, .closing h2 { font-size: 42px; }
  .story-heading h2 { font-size: clamp(32px, 9.2vw, 40px); }
  html[lang="en"] .story-heading h2 { font-size: clamp(25.5px, 8vw, 32px); }
  html[lang="en"] .closing h2 { font-size: clamp(28px, 8.8vw, 35px); }
  .journey-steps { grid-template-columns: 1fr; }.journey-steps li { min-height: 320px; }.journey-steps li > small { margin-top: 38px; }
  .capture-section, .vlog-section { padding: 82px 16px; }.plain-checks { grid-template-columns: 1fr; }.capture-ui { padding: 12px; border-radius: 26px; }.capture-view { height: 410px; border-radius: 22px; }.capture-time strong { font-size: 54px; }
  .trip-cover { height: 250px; }.trip-meta { align-items: flex-start; flex-direction: column; }.trip-meta button { width: 100%; }.day-log { padding: 17px; }.day-log article { grid-template-columns: 46px 1fr 54px; }.clip-thumb { width: 54px; }
  .vlog-visual { min-height: 450px; border-width: 7px; }.vlog-visual > img { height: 450px; }
  .new-grid article { grid-template-columns: 46px 1fr; padding: 22px; }.new-grid article > span { font-size: 18px; }
  .closing { min-height: 620px; }
  .document-page, .contact-page { padding-top: 46px; }.document-header h1, .contact-intro h1 { font-size: 54px; }.contact-choice-grid, .identity-rules, .color-system, .copy-grid, .usage-grid { grid-template-columns: 1fr; }
  .analytics-consent { align-items: stretch; flex-direction: column; }.analytics-consent div { justify-content: flex-end; }
}

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