:root {
  --ink: #2c211b;
  --espresso: #34251e;
  --espresso-deep: #211713;
  --muted: #75675e;
  --paper: #f4eee5;
  --paper-soft: #fbf7f0;
  --paper-deep: #e8dccb;
  --card: #fffaf3;
  --accent: #a94f32;
  --accent-dark: #7e3825;
  --accent-soft: #d9a58b;
  --green: #526c5b;
  --gold: #d59b39;
  --line: rgba(61, 44, 34, .16);
  --shadow: 0 28px 80px rgba(65, 47, 35, .17);
  --serif: Georgia, "Times New Roman", serif;
  --display-sans: Inter, "Avenir Next", Avenir, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 6%, rgba(213, 155, 57, .15), transparent 27%),
    radial-gradient(circle at 3% 58%, rgba(169, 79, 50, .08), transparent 25%),
    var(--paper-soft);
  font-family: var(--display-sans);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
::selection { color: white; background: var(--accent); }

.skip-link {
  position: fixed;
  left: 20px;
  top: -70px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 9px;
  color: white;
  background: var(--ink);
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid rgba(169, 79, 50, .46); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(222, 213, 203, .78);
  background: rgba(250, 246, 239, .86);
  backdrop-filter: blur(20px) saturate(135%);
}
.site-header.scrolled { box-shadow: 0 10px 35px rgba(65, 47, 35, .08); }
.header-inner {
  width: min(1280px, calc(100% - 48px));
  min-height: 72px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.brand { display: inline-flex; align-items: center; width: fit-content; gap: 10px; font: 700 20px/1 var(--serif); }
.brand img { border-radius: 10px; box-shadow: 0 6px 18px rgba(65, 47, 35, .13); }
.brand-icon { display: inline-flex; align-items: center; }
.brand-icon img { width: 38px; height: 38px; }
.brand-icon i { display: none; }
.site-header nav { display: flex; gap: 27px; }
.site-header nav a { position: relative; color: var(--muted); font-size: 14px; font-weight: 750; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--accent); transition: right .22s ease; }
.site-header nav a:hover { color: var(--ink); }
.site-header nav a:hover::after { right: 0; }
.site-language { justify-self: end; display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); }
.site-language button { border: 0; border-radius: 999px; padding: 7px 11px; color: var(--muted); background: transparent; font-size: 13px; font-weight: 850; cursor: pointer; }
.site-language button.active { color: white; background: var(--ink); }

.eyebrow { color: var(--accent-dark); font-size: clamp(12px, .75vw, 14px); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.line-label { display: flex; align-items: center; gap: 10px; }
.line-label::before { content: ""; width: 30px; height: 2px; flex: 0 0 auto; background: var(--accent); }
em { color: var(--accent); font-weight: 500; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 760px;
  margin: auto;
  padding: 74px max(32px, calc((100% - 1320px) / 2)) 78px;
  color: #fff3dc;
  background:
    radial-gradient(ellipse at 88% 18%, rgba(244, 223, 184, .14), transparent 29%),
    radial-gradient(circle at 17% 7%, rgba(64, 129, 107, .2), transparent 29%),
    linear-gradient(135deg, #0b332b 0%, #06251f 62%, #041b17 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  display: flex;
  gap: 30px;
  align-items: center;
}
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .19;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.55) 47%, transparent 76%);
}
.hero-copy { position: relative; z-index: 4; flex: 0 0 590px; width: 590px; min-width: 590px; max-width: 590px; }
.hero-lockup {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 38px;
  color: #fff5e1;
}
.hero-lockup img {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0,0,0,.24);
}
.hero-lockup span { font: 600 clamp(39px, 4vw, 61px)/1 var(--serif); letter-spacing: -.035em; }
.hero h1 {
  position: relative;
  z-index: 5;
  margin: 0 0 18px;
  color: #fff3dc;
  font: 900 clamp(42px, 3.9vw, 58px)/1.02 var(--display-sans);
  letter-spacing: .012em;
  -webkit-text-stroke: 1.35px rgba(3, 27, 22, .94);
  paint-order: stroke fill;
  text-shadow:
    0 2px 2px rgba(2, 18, 15, .76),
    0 0 12px rgba(2, 18, 15, .7),
    0 9px 28px rgba(2, 18, 15, .5);
  text-transform: uppercase;
}
.hero h1 span { display: block; white-space: nowrap; }
.hero-collection-claim {
  max-width: 590px;
  margin: 0 0 19px;
  color: #fff3dc;
  font: 600 clamp(24px, 2.15vw, 32px)/1.2 var(--serif);
  letter-spacing: -.025em;
}
.hero-collection-claim strong { font-weight: 700; }
.hero-collection-claim em { color: #f3dba9; font-style: italic; font-weight: 700; }
.hero-lead { max-width: 590px; margin: 0; color: #d8e4dd; font-size: 16px; line-height: 1.58; }
.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 23px 0 0;
  color: #fff1d7;
  font-size: 13px;
  font-weight: 760;
}
.hero-assurance::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  border: 1px solid rgba(255,241,215,.5);
  border-radius: 50%;
  color: #063128;
  background: #e9d3a7;
  font-size: 12px;
}
.hero-assurance span + span::before { content: "·"; margin-right: 20px; color: #82b5a3; }
.hero-actions { display: flex; gap: 12px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid var(--line); border-radius: 12px; font-size: 14px; font-weight: 820; transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; border-color: var(--ink); background: var(--ink); box-shadow: 0 12px 28px rgba(41, 35, 31, .17); }
.button.primary:hover { border-color: var(--accent); background: var(--accent); }
.button.secondary { background: rgba(255, 253, 249, .68); }
.button.secondary:hover { border-color: var(--accent-soft); background: var(--card); }
.hero .button.primary {
  color: #0a3028;
  border-color: #f2ddb4;
  background: #f2ddb4;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}
.hero .button.primary:hover { color: #06251f; border-color: #fff1d4; background: #fff1d4; }
.hero-testflight-link { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "title arrow" "detail arrow"; column-gap: 13px; row-gap: 2px; min-height: 66px; padding-block: 10px; text-align: left; }
.hero-testflight-title { grid-area: title; }
.hero-testflight-link small { grid-area: detail; max-width: 330px; color: rgba(6,49,40,.72); font-size: 10px; font-weight: 760; line-height: 1.35; }
.hero-testflight-link::after { content: "↗"; grid-area: arrow; align-self: center; font-size: 16px; }
.hero .button.secondary { color: #fff1d7; border-color: rgba(255,241,215,.34); background: rgba(255,255,255,.06); }
.hero .button.secondary:hover { border-color: rgba(255,241,215,.65); background: rgba(255,255,255,.12); }
.hero-trust { display: none; }
.hero .platform-note { display: flex; align-items: center; gap: 8px; margin: 15px 0 0; color: #9eb8ae; font-size: 12px; }
.hero .platform-note > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: #6ed0b6; box-shadow: 0 0 0 5px rgba(110, 208, 182, .1); }

.hero-product {
  position: relative;
  z-index: 2;
  flex: 0 0 760px;
  width: 760px;
  max-width: none;
  margin: 30px -120px 0 0;
}
.hero-window {
  overflow: hidden;
  padding: 0 12px 12px;
  border: 1px solid rgba(188, 222, 207, .3);
  border-radius: 22px;
  background: rgba(4, 33, 28, .94);
  box-shadow: 0 35px 85px rgba(0,0,0,.38);
  backdrop-filter: blur(14px);
}
.hero-window-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 4px;
  color: #f7ead3;
}
.hero-window-bar > span { width: 10px; height: 10px; border-radius: 50%; background: #63c16c; }
.hero-window-bar > span:first-child { background: #ef6853; }
.hero-window-bar > span:nth-child(2) { background: #efc44e; }
.hero-window-bar strong { margin-left: 7px; font: 700 14px/1 var(--serif); }
.hero-window-bar small { margin-left: auto; color: #9db8ae; font-size: 11px; font-weight: 730; }
.hero-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.hero-media-tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 1 / 1.06;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: #112b27;
  box-shadow: 0 10px 26px rgba(0,0,0,.17);
  cursor: zoom-in;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.hero-media-tile::after {
  content: "";
  position: absolute;
  inset: 46% 0 0;
  z-index: 1;
  background: linear-gradient(transparent, rgba(2,17,14,.88));
  pointer-events: none;
}
.hero-media-tile:hover, .hero-media-tile:focus-visible {
  z-index: 3;
  border-color: rgba(255,241,215,.72);
  box-shadow: 0 17px 34px rgba(0,0,0,.3);
  transform: translateY(-4px);
}
.hero-media-tile img { width: 100%; height: 100% !important; object-fit: cover; filter: saturate(.86) contrast(.98); }
.hero-media-tile > span {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 9px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  color: #fff3dc;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .055em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.tile-photos img { object-position: 73% 37%; }
.tile-timeline img { object-position: 50% 46%; }
.tile-documents img { object-position: 20% 28%; }
.tile-models img { object-position: 64% 37%; }
.tile-blend img { object-position: 70% 35%; }
.tile-formats img { object-position: 32% 48%; }
.screenshot-button { position: relative; overflow: hidden; display: block; width: 100%; padding: 0; border: 0; border-radius: 18px; background: transparent; cursor: zoom-in; }
.screenshot-button img { width: 100%; height: auto !important; object-fit: contain; }
.position-visual { border: 1px solid rgba(103, 80, 61, .22); background: #eee6dc; box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease; }
.window-bar { height: 29px; display: flex; align-items: center; gap: 6px; padding: 0 11px; color: #73665d; background: rgba(250,247,241,.98); border-bottom: 1px solid rgba(72,50,38,.12); }
.window-bar i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #cbbfb2; }
.window-bar i:first-child { background: #bd6a4e; }
.window-bar i:nth-child(2) { background: #d9a447; }
.window-bar b { margin-left: 8px; font-size: 12px; font-weight: 680; letter-spacing: .02em; }
.zoom-hint { position: absolute; right: 18px; bottom: 17px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; color: white; background: rgba(41, 35, 31, .72); backdrop-filter: blur(10px); font-size: 12px; font-weight: 800; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.screenshot-button:hover .zoom-hint, .screenshot-button:focus-visible .zoom-hint { opacity: 1; transform: translateY(0); }
.hero-product figcaption { margin: 15px 40px 0; color: #a9c1b7; font-size: 12px; text-align: center; }
.hero-product figcaption strong { color: #fff1d7; }

.trust-strip { display: flex; justify-content: center; gap: clamp(20px, 3vw, 44px); padding: 25px 30px; border-block: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.28); font-size: clamp(12px, .72vw, 13px); font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.trust-strip span::before { content: "✓"; margin-right: 8px; color: var(--green); }

.promise-band { position: relative; overflow: hidden; color: var(--paper-soft); background: linear-gradient(115deg, #382820, #211713); }
.promise-band::after { content: ""; position: absolute; right: -120px; top: -330px; width: 760px; height: 760px; border: 1px solid rgba(226,170,81,.18); border-radius: 50%; box-shadow: 0 0 0 85px rgba(226,170,81,.028), 0 0 0 170px rgba(226,170,81,.02); }
.promise-inner { position: relative; z-index: 2; width: min(1160px, calc(100% - 64px)); margin: auto; padding: 92px 0 94px; }
.promise-band .eyebrow { color: #e0aa55; }
.promise-band h2 { max-width: 1000px; margin: 16px 0 21px; font: 850 clamp(46px, 5.5vw, 74px)/.99 var(--display-sans); letter-spacing: -.045em; }
.promise-band h2 em { color: #e2a34e; }
.promise-band p { max-width: 830px; margin: 0; color: #d4c7bc; font-size: 16px; line-height: 1.6; }

.positioning-section { width: min(1240px, calc(100% - 48px)); margin: auto; padding: 110px 0 82px; }
.section-heading { max-width: 830px; margin-bottom: 52px; }
.section-heading h2, .section h2 { margin: 15px 0 20px; font: 820 clamp(45px, 5vw, 67px)/1 var(--display-sans); letter-spacing: -.045em; }
.section-heading p, .showcase-copy > p, .privacy-copy > p { color: var(--muted); font-size: 16px; }
.position-card { position: relative; isolation: isolate; overflow: hidden; min-height: 650px; margin-bottom: 28px; padding: 62px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: center; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,250,243,.84); box-shadow: 0 22px 65px rgba(65,47,35,.09); }
.position-card:nth-of-type(2) { transition-delay: .06s; }
.position-card:nth-of-type(3) { transition-delay: .12s; }
.position-copy { position: relative; z-index: 2; }
.position-copy, .privacy-copy { min-width: 0; }
.position-number { position: absolute; right: 0; top: -22px; color: rgba(52,37,30,.17); font: italic 48px/1 var(--serif); }
.position-copy h3 { margin: 16px 0 24px; font: 840 clamp(50px, 5vw, 72px)/.96 var(--display-sans); letter-spacing: -.048em; }
.position-copy h3 em { font-style: italic; }
.position-copy > p { color: #66574e; font-size: 16px; line-height: 1.58; }
.folder-rail { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.folder-rail span { position: relative; min-width: 92px; padding: 13px 14px 11px; border-radius: 5px 5px 8px 8px; color: #4d382b; background: #d8ba88; box-shadow: 0 8px 18px rgba(71,48,34,.11); font: 14px/1 var(--serif); }
.folder-rail span::before { content: ""; position: absolute; left: 0; top: -6px; width: 46%; height: 8px; border-radius: 5px 8px 0 0; background: inherit; }
.folder-rail span:nth-child(2) { background: #bb7758; }
.folder-rail span:nth-child(3) { background: #c79f70; }
.folder-rail span:nth-child(4) { background: #ded1b8; }
.proof-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 31px 0 0; padding: 0; list-style: none; }
.proof-list li { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #67584e; background: rgba(255,255,255,.4); font-size: 12px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.position-visual { border-radius: 16px; transform: rotate(-1.2deg); }
.position-visual:hover { transform: rotate(-1.2deg) translateY(-4px); box-shadow: 0 34px 85px rgba(65,47,35,.22); }

.moments-card { color: var(--paper-soft); background: radial-gradient(circle at 92% 12%, rgba(213,155,57,.18), transparent 30%), radial-gradient(circle at 4% 75%, rgba(169,79,50,.16), transparent 37%), linear-gradient(145deg, #34251e, #211713); border-color: rgba(255,255,255,.09); }
.moments-card .position-copy { order: 2; }
.moments-card .position-visual { order: 1; transform: rotate(1.1deg); border-color: rgba(255,255,255,.13); box-shadow: 0 32px 75px rgba(0,0,0,.4); }
.moments-privacy-frame { position: relative; overflow: hidden; display: block; }
.sidebar-blur-overlay { position: absolute; inset: 0; width: 100%; height: 100% !important; max-width: none; object-fit: contain; clip-path: inset(13.4% 77.8% 0 0); filter: blur(8px); transform: scale(1.018); transform-origin: left center; pointer-events: none; user-select: none; }
.moments-card .position-number { color: rgba(255,255,255,.16); }
.moments-card .eyebrow { color: #e0aa55; }
.moments-card .position-copy h3 em { color: #e2a34e; }
.moments-card .position-copy > p { color: #d1c3b7; }
.moments-card .proof-list li { color: #d2c3b7; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.045); }
.time-ruler { display: flex; align-items: center; gap: 0; margin-top: 29px; padding: 5px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.055); }
.time-ruler span { flex: 1; padding: 10px 8px; border-radius: 999px; color: #bcaea3; text-align: center; font-size: 12px; font-weight: 760; }
.time-ruler .active { color: #302119; background: #e5b15c; box-shadow: 0 7px 19px rgba(217,154,55,.18); }

.ai-card { grid-template-columns: .9fr 1.1fr; background: rgba(249,245,237,.9); }
.ai-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(249,245,237,.97) 0%, rgba(249,245,237,.9) 48%, rgba(249,245,237,.52) 100%); }
.ai-card-bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: .78; }
.choice-panel { position: relative; z-index: 2; display: grid; gap: 15px; }
.choice-row { display: grid; grid-template-columns: 27px 1fr auto; align-items: center; gap: 15px; min-height: 106px; padding: 19px 21px; border: 1px solid rgba(71,51,39,.15); border-radius: 15px; background: rgba(255,251,245,.78); box-shadow: 0 15px 38px rgba(69,44,29,.09); backdrop-filter: blur(13px); }
.choice-row .radio { width: 22px; height: 22px; border: 2px solid #b7a89d; border-radius: 50%; }
.choice-row.active { border-color: rgba(169,79,50,.42); background: rgba(255,249,241,.92); }
.choice-row.active .radio { border: 6px solid var(--accent); }
.choice-row > div { display: flex; flex-direction: column; gap: 4px; }
.choice-row b { font: 700 19px/1.1 var(--serif); }
.choice-row small { color: #74645a; font-size: 13px; }
.choice-row strong { padding: 7px 10px; border-radius: 99px; color: #76665c; background: #e9dfd1; font-size: 12px; letter-spacing: .055em; text-transform: uppercase; }
.choice-row.active strong { color: var(--accent-dark); background: #eee1cf; }
.local-seal { width: 190px; height: 190px; margin: 18px 18px -30px auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(88,61,43,.21); border-radius: 50%; background: rgba(250,245,237,.72); box-shadow: inset 0 0 0 9px rgba(255,255,255,.3), 0 18px 50px rgba(60,36,23,.12); backdrop-filter: blur(12px); transform: rotate(6deg); }
.local-seal i { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.local-seal b { font: italic 700 21px/1.12 var(--serif); text-align: center; }

.themes-section {
  position: relative;
  overflow: hidden;
  width: min(1440px, 100%);
  margin: 20px auto 0;
  padding: 110px max(24px, calc((100% - 1240px) / 2)) 116px;
  border-block: 1px solid rgba(65,47,35,.11);
  background:
    radial-gradient(circle at 10% 14%, rgba(213,155,57,.15), transparent 25%),
    radial-gradient(circle at 93% 86%, rgba(82,108,91,.14), transparent 27%),
    linear-gradient(135deg, rgba(239,229,216,.78), rgba(251,247,240,.95) 48%, rgba(232,220,203,.73));
  scroll-margin-top: 72px;
}
.themes-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .19;
  background-image: linear-gradient(rgba(75,52,38,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(75,52,38,.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 76%, transparent);
}
.themes-heading, .themes-row, .themes-note { position: relative; z-index: 1; }
.themes-heading { max-width: 880px; margin-bottom: 48px; }
.themes-heading h2 { margin: 15px 0 20px; font: 840 clamp(47px, 5vw, 69px)/.98 var(--display-sans); letter-spacing: -.047em; }
.themes-heading h2 em { font-style: italic; }
.promise-band h2 em,
.section-heading h2 em,
.section h2 em,
.position-copy h3 em,
.themes-heading h2 em {
  font-family: var(--serif);
  font-weight: 500;
}
.themes-heading > p { max-width: 780px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.62; }
.themes-row {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  /* vertical padding keeps hover shadows and translateY visible despite overflow */
  padding: 8px 2px 24px;
  margin-top: -8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(101,76,58,.45) transparent;
}
.themes-row::-webkit-scrollbar { height: 6px; }
.themes-row::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(101,76,58,.35); }
.themes-row::-webkit-scrollbar-track { background: transparent; }
.themes-row .theme-card { flex: 0 0 clamp(280px, 30vw, 400px); scroll-snap-align: start; }
.themes-row .theme-card-featured { flex-basis: clamp(320px, 38vw, 520px); }
.theme-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(64,46,35,.16);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(255,250,243,.82);
  box-shadow: 0 20px 50px rgba(65,47,35,.11);
  text-align: left;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.theme-card:hover { z-index: 2; border-color: rgba(169,79,50,.34); transform: translateY(-5px); box-shadow: 0 30px 70px rgba(65,47,35,.19); }
.theme-shot {
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 16px 13px 7px;
  border-bottom: 1px solid rgba(63,45,34,.11);
  background: radial-gradient(circle at 50% 15%, rgba(255,255,255,.78), rgba(239,231,220,.52) 60%, rgba(222,207,189,.45));
}
.theme-card-featured .theme-shot { min-height: 430px; padding: 25px 21px 12px; }
.theme-shot img { filter: drop-shadow(0 17px 20px rgba(48,31,21,.19)); }
.theme-caption { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; padding: 18px 20px 20px; }
.theme-caption > span { display: grid; gap: 3px; min-width: 0; }
.theme-caption small { color: var(--accent-dark); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .095em; text-transform: uppercase; }
.theme-caption strong { overflow-wrap: anywhere; font: 700 22px/1.15 var(--serif); }
.theme-caption > em { min-width: 0; max-width: 145px; overflow-wrap: anywhere; color: var(--muted); font-size: 13px; font-style: normal; font-weight: 650; line-height: 1.35; text-align: right; }
.theme-card-featured .theme-caption { padding: 22px 25px 25px; }
.theme-card-featured .theme-caption strong { font-size: 30px; }
.theme-card-featured .theme-caption > em { max-width: 190px; font-size: 15px; }
.theme-edelholz .theme-shot { background: radial-gradient(circle at 50% 8%, #f9f0df, #dbc0a0 56%, #b38763); }
.theme-samt .theme-shot { background: radial-gradient(circle at 50% 8%, #f4f3e8, #c4d0c3 58%, #759081); }
.theme-pluesch .theme-shot { background: radial-gradient(circle at 50% 8%, #fff7f9, #f1d4df 58%, #d59caf); }
.theme-moos .theme-shot { background: radial-gradient(circle at 50% 8%, #f5f2e6, #c8cdb3 56%, #87916f); }
.theme-frottee .theme-shot { background: radial-gradient(circle at 50% 8%, #fffaf5, #eedfd7 58%, #cdb1a3); }
.theme-rainforest .theme-shot { background: radial-gradient(circle at 50% 8%, #f3f4e8, #b9c5a9 55%, #58725e); }
.themes-note { display: flex; align-items: center; justify-content: center; gap: 11px 18px; flex-wrap: wrap; margin-top: 25px; padding: 16px 22px; border: 1px solid rgba(82,108,91,.18); border-radius: 999px; color: #67584e; background: rgba(255,252,247,.58); font-size: 14px; text-align: center; }
.themes-note strong { color: var(--green); font: 700 17px/1.2 var(--serif); }

.section { width: min(1160px, 100%); margin: auto; padding: 100px 32px; scroll-margin-top: 72px; }
.vacation-proof { width: min(1240px, calc(100% - 48px)); padding: 40px 0 120px; }
.vacation-proof-heading { max-width: 900px; margin-bottom: 44px; }
.vacation-proof-heading > p { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; }
.profile-capabilities { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.profile-capabilities span { padding: 11px 14px; border: 1px solid rgba(169,79,50,.2); border-radius: 999px; color: var(--accent-dark); background: rgba(255,250,243,.72); font-size: 12px; font-weight: 820; letter-spacing: .025em; }
.profile-capabilities span::before { content: "●"; margin-right: 7px; color: var(--accent); font-size: 9px; }
.vacation-stage { display: grid; gap: 18px; }
.vacation-detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.vacation-detail-grid .vacation-shot { height: 100%; }
.vacation-shot { border: 1px solid rgba(81,58,43,.18); border-radius: 19px; background: var(--card); box-shadow: 0 20px 55px rgba(65,47,35,.13); text-align: left; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.vacation-shot:hover { z-index: 2; border-color: rgba(169,79,50,.38); transform: translateY(-4px); box-shadow: 0 30px 72px rgba(65,47,35,.2); }
.vacation-shot img { aspect-ratio: 1800 / 1042; border-bottom: 1px solid rgba(81,58,43,.12); object-fit: contain; background: var(--card); }
.vacation-caption { display: grid; gap: 3px; padding: 16px 18px 18px; }
.vacation-caption strong { color: var(--ink); font: 700 18px/1.2 var(--serif); }
.vacation-caption small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.vacation-shot-overview img { aspect-ratio: 1682 / 954; background: var(--card); }
.vacation-shot-overview .vacation-caption { padding: 20px 22px 22px; }
.vacation-shot-overview .vacation-caption strong { font-size: 23px; }
.vacation-proof-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.vacation-proof-points span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: #625248; background: rgba(255,250,243,.68); font-size: 12px; font-weight: 820; letter-spacing: .03em; text-transform: uppercase; }
.vacation-proof-points span::before { content: "✓"; margin-right: 7px; color: var(--green); }
.showcase { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; padding-block: 95px 115px; }
.showcase-copy h2 { font-size: clamp(42px, 4.8vw, 62px); }
.showcase-copy .secondary-note { margin-top: 18px; padding-left: 16px; border-left: 2px solid var(--accent-soft); font-size: 15px; }
.showcase-image { border: 1px solid rgba(103,80,61,.2); border-radius: 17px; box-shadow: 0 24px 55px rgba(65,47,35,.14); transition: transform .25s ease, box-shadow .25s ease; }
.showcase-image:hover { transform: scale(1.012); box-shadow: 0 30px 70px rgba(65,47,35,.18); }
.text-link { display: inline-block; margin-top: 21px; color: var(--accent); font-size: 14px; font-weight: 850; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.threed-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: center; }
.threed-visual .showcase-image:first-child { grid-column: 1 / -1; }
.threed-visual .showcase-image { overflow: hidden; }
.threed-visual .showcase-image img { display: block; width: 100%; height: auto; }

.privacy-section { width: min(1240px, calc(100% - 48px)); min-height: 640px; margin-bottom: 115px; padding: 66px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; border: 1px solid var(--line); border-radius: 28px; background: var(--paper-deep); box-shadow: 0 22px 60px rgba(65,47,35,.08); }
.privacy-mark { position: relative; min-height: 420px; display: grid; place-items: center; }
.privacy-mark::before { content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; background: rgba(82,108,91,.14); filter: blur(55px); }
.privacy-mark img { position: relative; z-index: 3; border-radius: 32px; box-shadow: var(--shadow); }
.privacy-mark b { position: absolute; z-index: 4; bottom: 79px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); background: var(--card); font-size: 12px; letter-spacing: .11em; }
.privacy-ring { position: absolute; border: 1px solid rgba(82,108,91,.2); border-radius: 50%; }
.privacy-ring.ring-one { width: 300px; height: 300px; }
.privacy-ring.ring-two { width: 420px; height: 420px; }
.privacy-copy h2 { font-size: clamp(44px, 5vw, 67px); }
.privacy-copy ul { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.privacy-copy li { color: #514842; font-size: 15px; font-weight: 700; }
.privacy-copy li::before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 9px; border-radius: 50%; color: var(--green); background: rgba(82,108,91,.12); }
.foundation-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.foundation-pills span { padding: 10px 13px; border: 1px solid rgba(62,43,31,.12); border-radius: 999px; color: #5f4e43; background: rgba(255,250,242,.65); font-size: 12px; font-weight: 780; }

.beta-section { overflow: hidden; width: min(1100px, calc(100% - 42px)); margin-bottom: 105px; padding: 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; border-radius: 28px; color: white; background: radial-gradient(circle at 92% 12%, rgba(213,155,57,.17), transparent 29%), linear-gradient(130deg, #382820, #211713 64%, #30483d); box-shadow: 0 34px 80px rgba(65,47,35,.2); }
.beta-section .eyebrow { color: #e8bda8; }
.beta-section h2 { color: white; font-size: clamp(39px, 4.5vw, 58px); }
.beta-copy p { color: #cec6c0; font-size: 16px; }
.beta-signals { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.beta-signals span { padding: 9px 11px; border: 1px solid rgba(232,189,168,.24); border-radius: 999px; color: #fff4ed; background: rgba(232,189,168,.08); font-size: 12px; font-weight: 800; }
.beta-signals span::before { content: "✓"; margin-right: 6px; color: #e5c380; }
.studio-pilot { margin-top: 19px; padding: 15px 16px; border: 1px solid rgba(229,195,128,.28); border-radius: 14px; background: linear-gradient(120deg, rgba(229,195,128,.11), rgba(255,255,255,.035)); }
.studio-pilot strong, .studio-pilot span { display: block; }
.studio-pilot strong { margin-bottom: 5px; color: #f2d696; font-size: 13px; letter-spacing: .02em; }
.studio-pilot span { color: #ddd3cc; font-size: 13px; line-height: 1.55; }
.beta-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.beta-facts span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #f1e9e3; background: rgba(255,255,255,.055); font-size: 12px; font-weight: 780; }
.beta-copy .beta-thanks { margin-top: 20px; color: #f0c8b5; font-size: 13px; font-weight: 700; line-height: 1.55; }
.testflight-card { position: relative; display: grid; gap: 18px; padding: 34px; overflow: hidden; border: 1px solid rgba(255,241,215,.32); border-radius: 23px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); box-shadow: 0 24px 55px rgba(0,0,0,.18); }
.testflight-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, #e6baa5, #f3d58b, #77c9ad); }
.testflight-card-kicker { color: #f3d58b; font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.testflight-card > strong { color: #fffaf4; font: 700 clamp(24px, 2.6vw, 34px)/1.24 var(--serif); }
.testflight-card > p { margin: 0; color: #ddd3cc; font-size: 14px; line-height: 1.65; }
.testflight-join { display: grid; gap: 5px; min-height: 92px; padding: 19px 22px; border: 1px solid rgba(255,255,255,.48); border-radius: 15px; color: #17382f; background: linear-gradient(120deg, #fffdf9, #f2d69b 55%, #8bd5bd); box-shadow: 0 18px 34px rgba(0,0,0,.2); transition: transform .2s ease, box-shadow .2s ease; }
.testflight-join:hover, .testflight-join:focus-visible { transform: translateY(-3px); box-shadow: 0 24px 42px rgba(0,0,0,.27); }
.testflight-join > span { font-size: 18px; font-weight: 920; }
.testflight-join > span::after { content: "↗"; margin-left: 9px; }
.testflight-join small { color: rgba(23,56,47,.76); font-size: 11px; font-weight: 800; }
.testflight-steps { display: grid; gap: 10px; margin: 0; padding: 0; counter-reset: testflight-step; list-style: none; }
.testflight-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; color: #f2ebe6; font-size: 13px; line-height: 1.45; }
.testflight-steps li::before { counter-increment: testflight-step; content: counter(testflight-step); display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(243,213,139,.4); border-radius: 50%; color: #f3d58b; background: rgba(243,213,139,.09); font-size: 11px; font-weight: 900; }
.testflight-card .testflight-privacy { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.12); color: #bcb1aa; font-size: 11px; }
.testflight-ja-priority { display: none; }
html.lang-ja .testflight-card { border-color: rgba(243,213,139,.64); background: radial-gradient(circle at 84% 5%, rgba(243,213,139,.18), transparent 32%), linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.055)); box-shadow: 0 28px 70px rgba(0,0,0,.28), 0 0 0 4px rgba(243,213,139,.07); }
html.lang-ja .testflight-ja-priority { display: inline-flex; width: max-content; max-width: 100%; padding: 7px 11px; border-radius: 999px; color: #2b211c; background: #f3d58b; font-size: 12px; font-weight: 900; letter-spacing: .06em; }
html.lang-ja .testflight-join { min-height: 108px; padding-block: 23px; }
html.lang-ja .testflight-join > span { font-size: 21px; }
.waitlist-form { display: grid; gap: 11px; }
.waitlist-form[hidden] { display: none; }
.waitlist-form .beta-availability { min-height: 0; margin: 0 0 5px; padding: 13px 14px; border: 1px solid rgba(232,189,168,.22); border-radius: 11px; color: #d9ccc4; background: rgba(232,189,168,.07); font-size: 12px; line-height: 1.5; }
.waitlist-form .beta-availability strong { display: block; color: #f5dfd2; font-weight: 850; }
.waitlist-form > label:first-of-type { color: #ddd4ce; font-size: 13px; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.waitlist-form input[type=email], .waitlist-form input[type=text], .waitlist-form select { width: 100%; min-width: 0; padding: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; outline: 0; color: white; background: rgba(0,0,0,.18); font: inherit; }
.waitlist-form input:focus, .waitlist-form select:focus { border-color: #e8bda8; box-shadow: 0 0 0 3px rgba(232,189,168,.12); }
.waitlist-form select { color-scheme: dark; }
.waitlist-form input::placeholder { color: #8d827c; }
.waitlist-form button { padding: 13px 17px; border: 0; border-radius: 9px; color: var(--ink); background: linear-gradient(110deg, #fffdf9, #e6baa5, #d8bd82); font-size: 14px; font-weight: 850; cursor: pointer; }
.waitlist-form button:disabled { opacity: .58; cursor: wait; }
.waitlist-screener { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.waitlist-screener label { display: grid; gap: 6px; color: #ddd4ce; font-size: 12px; font-weight: 720; }
.waitlist-screener label:first-child, .waitlist-screener label:last-child { grid-column: 1 / -1; }
.consent { display: flex; align-items: flex-start; gap: 8px; color: #d4cbc5; font-size: 13px; }
.consent input { margin-top: 2px; accent-color: var(--accent-soft); }
.consent a { color: #f0c8b5; text-decoration: underline; text-underline-offset: 2px; }
.waitlist-form p { min-height: 20px; margin: 0; color: #e8bda8; font-size: 13px; }
.waitlist-form p[data-state="success"] { color: #b8dfc7; }
.waitlist-form p[data-state="error"] { color: #f1c2ae; }
.waitlist-form p[data-state="notice"] { color: #efd493; }
.waitlist-form p a { color: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.beta-fineprint { display: block; margin-top: -2px; color: #a99d95; font-size: 11px; line-height: 1.45; text-align: center; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

footer { border-top: 1px solid var(--line); }
.footer-inner { width: min(1160px, calc(100% - 48px)); min-height: 175px; margin: auto; padding: 28px 0 22px; display: grid; grid-template-columns: auto 1fr; column-gap: 42px; row-gap: 20px; align-items: center; }
.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; color: var(--muted); font-size: 12px; font-weight: 700; }
.footer-nav a:hover { color: var(--accent); }
.footer-inner > p { grid-column: 1 / -1; width: 100%; margin: 0; padding-top: 18px; border-top: 1px solid rgba(91,75,65,.12); color: var(--muted); font-size: 12px; text-align: center; }

.screenshot-dialog { width: min(1500px, calc(100vw - 42px)); max-width: none; padding: 42px 14px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 20px; background: #201b18; box-shadow: 0 40px 120px rgba(0,0,0,.48); }
.screenshot-dialog::backdrop { background: rgba(23,18,15,.74); backdrop-filter: blur(12px); }
.dialog-image-stage { position: relative; overflow: hidden; border-radius: 10px; }
.screenshot-dialog img { width: 100%; max-height: calc(100vh - 85px); object-fit: contain; border-radius: 10px; cursor: zoom-out; }
.dialog-blur-overlay { display: none; border-radius: 0; cursor: default; }
.screenshot-dialog.privacy-blur-active .dialog-blur-overlay { display: block; }
.dialog-close { position: absolute; right: 12px; top: 7px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.12); font-size: 20px; cursor: pointer; }
.dialog-close:hover { background: var(--accent); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.ambient-scene { position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 85% 15%, rgba(203,157,109,.18), transparent 32%), var(--paper); }
.grain { position: absolute; inset: 0; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.legal-page { min-height: calc(100vh - 220px); }
.legal-page h1, .legal-page h2 { font-family: var(--serif); }
.legal-page a { color: var(--accent); }
.site-header > .brand { margin: 16px max(24px, calc((100% - 1160px)/2)); }
.site-header > nav { position: absolute; right: max(24px, calc((100% - 1160px)/2)); top: 26px; }
body > footer > p { width: min(1160px, calc(100% - 48px)); margin: auto; padding: 35px 0; color: var(--muted); font-size: 13px; }

@media (max-width: 1200px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: 760px; padding: 72px 28px 76px; display: block; }
  .hero-content { position: static; display: block; }
  .hero-copy { isolation: isolate; width: min(650px, calc(100% - 56px)); min-width: 0; max-width: none; }
  .hero-copy::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -42px -250px -46px -28px;
    background: linear-gradient(
      90deg,
      rgba(6, 45, 37, .99) 0%,
      rgba(6, 45, 37, .98) 66%,
      rgba(6, 45, 37, .86) 78%,
      rgba(6, 45, 37, .42) 90%,
      transparent 100%
    );
    pointer-events: none;
  }
  .hero h1 { font-size: clamp(40px, 5vw, 58px); }
  .hero-collection-claim { max-width: 650px; }
  .hero-lead { max-width: 650px; }
  .hero-product {
    position: absolute;
    top: 135px;
    right: clamp(-430px, calc(65vw - 890px), -110px);
    width: clamp(650px, 65vw, 760px);
    margin: 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 11%, #000 35%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 11%, #000 35%);
  }
  .hero-product figcaption { display: none; }
}

@media (max-width: 1080px) {
  .position-card { padding: 48px; gap: 40px; }
  .privacy-section { padding: 50px; gap: 50px; }
}

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .position-card, .ai-card { min-height: 0; padding: 48px; grid-template-columns: 1fr; }
  .moments-card .position-copy { order: 1; }
  .moments-card .position-visual { order: 2; }
  .theme-card-featured .theme-shot { min-height: 0; }
  .vacation-detail-grid { grid-template-columns: 1fr 1fr; }
  .showcase, .privacy-section, .beta-section { grid-template-columns: 1fr; }
  .showcase { gap: 42px; }
  .privacy-section { gap: 20px; }
  .privacy-mark { order: 2; }
  .beta-section { gap: 35px; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; padding: 35px 0 28px; text-align: center; }
  .footer-inner .brand { margin: auto; }
  .footer-inner > p { text-align: center; }
}

@media (max-width: 680px) {
  .hero { min-height: 0; padding: 60px 22px 70px; }
  .hero-content { position: relative; display: grid; grid-template-columns: 1fr; gap: 43px; }
  .hero-copy { width: 100%; max-width: 100%; }
  .hero-copy::before { content: none; }
  .hero h1 { font-size: clamp(38px, 7vw, 48px); }
  .hero-product {
    position: relative;
    top: auto;
    right: auto;
    grid-column: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-product figcaption { display: block; margin-inline: 0; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 72px; }
  .header-inner { width: calc(100% - 28px); min-height: 64px; }
  .brand { font-size: 18px; }
  .brand img { width: 32px; height: 32px; }
  .hero { padding: 52px 17px 64px; }
  .hero-lockup { gap: 12px; margin-bottom: 31px; }
  .hero-lockup img { width: 52px; height: 52px; border-radius: 14px; }
  .hero-lockup span { font-size: 40px; }
  .hero h1 { font-size: clamp(31px, 8.7vw, 42px); letter-spacing: 0; }
  .hero-collection-claim { font-size: clamp(23px, 7vw, 29px); }
  .hero-lead { font-size: 15px; }
  .hero-assurance { gap: 8px 13px; font-size: 12px; }
  .hero-assurance span + span::before { margin-right: 13px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-window { padding: 0 8px 8px; border-radius: 15px; }
  .hero-window-bar { min-height: 40px; }
  .hero-window-bar small { display: none; }
  .hero-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .hero-media-tile { border-radius: 10px; }
  .hero-product figcaption { padding-inline: 8px; font-size: 12px; }
  .zoom-hint { display: none; }
  .trust-strip { justify-content: flex-start; overflow-x: auto; gap: 25px; font-size: 11px; }
  .trust-strip span { flex: 0 0 auto; }
  .promise-inner { width: calc(100% - 36px); padding: 72px 0 76px; }
  .promise-band h2 { font-size: 47px; }
  .promise-band p { font-size: 14px; }
  .positioning-section { width: calc(100% - 20px); padding: 82px 0 60px; }
  .section-heading { padding: 0 8px; margin-bottom: 34px; }
  .section-heading h2, .section h2 { font-size: 42px; }
  .position-card, .ai-card { margin-bottom: 16px; padding: 34px 22px; gap: 35px; border-radius: 21px; }
  .position-copy h3 { font-size: 49px; }
  .position-copy > p { font-size: 14px; }
  .position-number { top: -10px; font-size: 40px; }
  .folder-rail span { min-width: 75px; padding-inline: 11px; font-size: 12px; }
  .position-visual { border-radius: 11px; }
  .proof-list li { font-size: 11px; }
  .choice-row { grid-template-columns: 24px 1fr; padding: 16px; }
  .choice-row strong { grid-column: 2; justify-self: start; }
  .choice-row b { font-size: 17px; }
  .local-seal { width: 150px; height: 150px; margin-right: 3px; }
  .local-seal b { font-size: 18px; }
  .themes-section { margin-top: 10px; padding: 82px 10px 86px; }
  .themes-heading { padding: 0 8px; margin-bottom: 32px; }
  .themes-heading h2 { font-size: 44px; }
  .themes-heading > p { font-size: 15px; }
  .themes-row { gap: 14px; }
  .themes-row .theme-card, .themes-row .theme-card-featured { flex-basis: min(82vw, 340px); }
  .theme-card { border-radius: 16px; }
  .theme-card-featured .theme-shot, .theme-shot { min-height: 0; padding: 16px 11px 7px; }
  .theme-caption, .theme-card-featured .theme-caption { padding: 16px 17px 18px; }
  .theme-caption strong, .theme-card-featured .theme-caption strong { font-size: 22px; }
  .theme-caption > em, .theme-card-featured .theme-caption > em { max-width: 140px; font-size: 13px; }
  .themes-note { margin: 19px 5px 0; padding: 15px 16px; border-radius: 18px; font-size: 13px; }
  .threed-visual { grid-template-columns: 1fr; }
  .section { padding: 78px 18px; }
  .vacation-proof { width: calc(100% - 20px); padding: 26px 0 82px; }
  .vacation-proof-heading { padding: 0 8px; margin-bottom: 31px; }
  .vacation-proof-heading > p { font-size: 14px; }
  .profile-capabilities { gap: 7px; }
  .profile-capabilities span { padding: 9px 11px; font-size: 11px; }
  .vacation-stage, .vacation-detail-grid { grid-template-columns: 1fr; gap: 14px; }
  .vacation-shot { border-radius: 13px; }
  .vacation-caption, .vacation-shot-overview .vacation-caption { padding: 14px 15px 16px; }
  .vacation-caption strong, .vacation-shot-overview .vacation-caption strong { font-size: 18px; }
  .vacation-proof-points { padding: 0 5px; }
  .showcase-image { border-radius: 12px; }
  .privacy-section { width: calc(100% - 20px); margin-bottom: 70px; padding: 35px 21px; border-radius: 21px; }
  .privacy-section { max-width: calc(100vw - 20px); }
  .privacy-copy h2 { overflow-wrap: anywhere; }
  .privacy-mark { min-height: 330px; margin: 0; }
  .privacy-mark img { width: 112px; height: 112px; }
  .privacy-mark b { bottom: 62px; }
  .privacy-ring.ring-one { width: 230px; height: 230px; }
  .privacy-ring.ring-two { width: 310px; height: 310px; }
  .beta-section { width: calc(100% - 20px); margin-bottom: 65px; padding: 36px 20px; border-radius: 22px; }
  .beta-section h2 { font-size: 42px; }
  .testflight-card { padding: 27px 20px; }
  .testflight-join { min-height: 86px; padding: 17px 18px; }
  .waitlist-screener { grid-template-columns: 1fr; }
  .waitlist-screener label:first-child, .waitlist-screener label:last-child { grid-column: auto; }
  .waitlist-form button { min-height: 46px; }
  .footer-nav { row-gap: 12px; }
  .site-header > .brand { margin: 13px 16px; }
  .site-header > nav { right: 16px; top: 22px; }
  .legal-page { padding-top: 90px !important; }
}

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