/* Flâne · the Paris landing page. Self-contained: no framework, two self-hosted fonts, dark and cinematic. */
@font-face { font-family: 'Newsreader'; src: url('/paris/fonts/newsreader-latin-opsz-normal.woff2') format('woff2'); font-weight: 200 800; font-stretch: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Newsreader'; src: url('/paris/fonts/newsreader-latin-opsz-italic.woff2') format('woff2'); font-weight: 200 800; font-style: italic; font-display: swap; }
@font-face { font-family: 'Hanken'; src: url('/paris/fonts/hanken-grotesk-latin-wght-normal.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }

:root {
  --bg: #0c0f14; --bg-2: #11151b; --card: #171c23; --line: rgba(237, 231, 220, 0.1); --line-2: rgba(237, 231, 220, 0.18);
  --ink: #ede7dc; --ink-2: rgba(237, 231, 220, 0.74); --ink-3: rgba(237, 231, 220, 0.5);
  --gold: #d9b56b; --gold-2: #e8c983; --blue: #93acf2; --good: #5db87c;
  --serif: 'Newsreader', 'Iowan Old Style', Georgia, serif; --sans: 'Hanken', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --gutter: clamp(18px, 5vw, 64px); --max: 1180px; --r: 22px; --ease: cubic-bezier(.2, .7, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: .05; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='.9'/></svg>"); }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.015em; margin: 0 0 .5em; text-wrap: balance; }
h2 { font-size: clamp(30px, 4.6vw, 52px); line-height: 1.06; }
em { font-style: italic; font-weight: 400; color: var(--gold-2); }
.display { font-size: clamp(42px, 8.4vw, 104px); line-height: .98; letter-spacing: -0.03em; font-weight: 500; }
.display-sm { font-size: clamp(34px, 5.6vw, 68px); line-height: 1.02; letter-spacing: -0.025em; }
.eyebrow { font-family: var(--sans); font-size: 12px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin: 0 0 18px; }
.lede { font-size: clamp(17px, 2vw, 21px); line-height: 1.5; color: var(--ink-2); max-width: 62ch; }
.small { font-size: 15px; color: var(--ink-3); }
.centre { text-align: center; max-width: 60ch; margin-left: auto; margin-right: auto; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: #000; padding: 8px 12px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 22px; border-radius: 999px; font-family: var(--sans); font-weight: 650; font-size: 16px; border: 0; cursor: pointer; transition: transform .25s var(--ease), background .2s, box-shadow .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-lg { height: 60px; padding: 0 28px; font-size: 17px; }
.btn-sm { height: 40px; padding: 0 16px; font-size: 14px; }
.btn-gold { background: var(--gold); color: #1a1408; box-shadow: 0 10px 30px rgba(217, 181, 107, .25); }
.btn-gold:hover { background: var(--gold-2); }
.btn-paper { background: var(--ink); color: #14110c; }
.btn-ghost { background: rgba(237, 231, 220, .08); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line-2); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(237, 231, 220, .14); }
.play-dot { width: 10px; height: 10px; border-radius: 99px; background: var(--gold); box-shadow: 0 0 0 6px rgba(217, 181, 107, .2); }

/* nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 40; display: flex; align-items: center; gap: 22px; padding: 14px var(--gutter); transition: background .3s, backdrop-filter .3s; }
.nav.solid { background: rgba(12, 15, 20, .72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.wordmark { font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: -0.02em; }
.nav-links { display: none; gap: 22px; margin-left: 10px; font-size: 15px; color: var(--ink-2); }
.nav-links a:hover { color: var(--ink); }
.nav .cta { margin-left: auto; }
/* the other language, as a small pill just before the offer */
.lang-link { margin-left: auto; font-size: 13px; font-weight: 650; letter-spacing: .08em; color: var(--ink-2); padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; }
.lang-link:hover { color: var(--ink); border-color: var(--ink-3, var(--ink-2)); }
.lang-link + .cta { margin-left: 0; }
@media (min-width: 820px) { .nav-links { display: flex; } }

/* hero */
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; padding: 120px var(--gutter) 80px; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -1; }
.hero-video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); animation: hero-drift 24s ease-in-out infinite alternate; filter: saturate(1.08); }
@keyframes hero-drift { from { transform: scale(1.04) translate(0, 0); } to { transform: scale(1.12) translate(-1.5%, -1%); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12, 15, 20, .96) 0%, rgba(12, 15, 20, .72) 32%, rgba(12, 15, 20, .18) 60%, rgba(12, 15, 20, .55) 100%); }
.hero-body { max-width: var(--max); width: 100%; margin: 0 auto; }
.hero .lede { margin-top: 24px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin-top: 18px; font-size: 14px; color: var(--ink-3); }
.scroll-hint { position: absolute; left: 50%; bottom: 22px; width: 26px; height: 42px; border-radius: 14px; border: 1.5px solid var(--line-2); transform: translateX(-50%); }
.scroll-hint span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 3px; background: var(--gold); animation: hint 1.8s ease-in-out infinite; }
@keyframes hint { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* numbers */
.numbers { padding: 44px var(--gutter) 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.num-grid { list-style: none; margin: 0 auto; padding: 0; max-width: var(--max); display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
.num-grid b { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 4.6vw, 56px); line-height: 1; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; color: var(--ink); }
.num-grid span { display: block; margin-top: 8px; font-size: 15px; line-height: 1.3; color: var(--ink-2); }
@media (min-width: 760px) { .num-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .num-grid { grid-template-columns: repeat(6, 1fr); } .num-grid span { font-size: 14px; } }

/* features */
.feature { max-width: var(--max); margin: 0 auto; padding: clamp(72px, 10vw, 140px) var(--gutter); display: grid; gap: 40px; align-items: center; }
.feature-dark { max-width: none; background: var(--bg-2); }
.feature-dark > * { max-width: var(--max); }
@media (min-width: 900px) {
  .feature { grid-template-columns: 1fr 1fr; gap: 60px; }
  .feature-dark { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 60px; padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2)); padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2)); }
}
.feature-text p { color: var(--ink-2); font-size: clamp(16px, 1.6vw, 18px); max-width: 56ch; }
.ticks { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; color: var(--ink-2); }
.ticks li { padding-left: 26px; position: relative; }
.ticks li::before { content: ''; position: absolute; left: 0; top: .45em; width: 12px; height: 12px; border-radius: 99px; background: var(--gold); box-shadow: 0 0 0 4px rgba(217, 181, 107, .18); }
.frame { border-radius: var(--r); overflow: hidden; background: #000; box-shadow: 0 30px 80px rgba(0, 0, 0, .55), inset 0 0 0 1px var(--line-2); }
.frame-wide { aspect-ratio: 16 / 9; }
.inline-video { width: 100%; height: 100%; object-fit: cover; }
figcaption { font-size: 13px; color: var(--ink-3); margin-top: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 14px; }
.chips span { font-size: 13.5px; padding: 8px 12px; border-radius: 999px; background: rgba(237, 231, 220, .07); box-shadow: inset 0 0 0 1px var(--line); color: var(--ink-2); }

/* phones */
.phones { position: relative; display: flex; justify-content: center; align-items: flex-end; gap: 0; min-height: 520px; }
.phone { width: min(300px, 74vw); aspect-ratio: 390 / 844; border-radius: 42px; padding: 10px; background: #0b0d11; box-shadow: 0 40px 90px rgba(0, 0, 0, .6), inset 0 0 0 1.5px rgba(255, 255, 255, .12); transition: transform .8s var(--ease); flex: none; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 32px; }
.phones .tilt-l { transform: rotate(-4deg) translateX(8%); z-index: 2; }
.phones .tilt-r { transform: rotate(4deg) translateX(-8%); z-index: 2; }
.phones .behind { position: absolute; width: min(240px, 58vw); opacity: .9; z-index: 1; }
.phones .tilt-r.behind { right: 0; top: 40px; transform: rotate(6deg) translateX(18%); }
.phones .tilt-l.behind { left: 0; top: 40px; transform: rotate(-6deg) translateX(-18%); }
.phone-solo { width: min(320px, 78vw); margin: 0 auto; transform: rotate(-3deg); }
@media (min-width: 900px) { .phones { min-height: 640px; } .phone { width: 320px; } .phones .behind { width: 270px; } }

/* film */
.film { padding: clamp(80px, 12vw, 160px) var(--gutter); background: radial-gradient(120% 80% at 50% 0%, #1a2130 0%, var(--bg) 60%); text-align: center; }
.film-inner { max-width: 900px; margin: 0 auto; }
.film .lede { margin: 0 auto 34px; }
.film-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0 0 34px; text-align: left; }
.film-card { padding: 16px 16px 14px; border-radius: 16px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); display: grid; gap: 4px; }
.film-card span { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 650; }
.film-card b { font-family: var(--serif); font-weight: 500; font-size: 20px; line-height: 1.1; }
.film-card i { font-style: normal; font-size: 13px; color: var(--ink-3); }
@media (min-width: 760px) { .film-cards { grid-template-columns: repeat(3, 1fr); } }

/* then and now */
.thennow { padding: clamp(72px, 10vw, 140px) var(--gutter); max-width: var(--max); margin: 0 auto; }
.tn-head { max-width: 62ch; }
.tn-head p:last-child { color: var(--ink-2); }
.tn { position: relative; aspect-ratio: 3 / 2; border-radius: var(--r); overflow: hidden; background: #000; box-shadow: 0 30px 80px rgba(0, 0, 0, .55), inset 0 0 0 1px var(--line-2); touch-action: pan-y; user-select: none; -webkit-user-select: none; cursor: ew-resize; margin-top: 30px; }
.tn img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.tn-then-wrap { position: absolute; inset: 0; width: 50%; overflow: hidden; }
.tn-then-wrap img { width: calc(100% / var(--w, .5)); max-width: none; }
.tn-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; margin-left: -1px; background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .6); }
.tn-handle span { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; margin: -23px 0 0 -23px; border-radius: 99px; background: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, .5); }
.tn-handle span::before, .tn-handle span::after { content: ''; position: absolute; top: 50%; width: 0; height: 0; border: 7px solid transparent; margin-top: -7px; }
.tn-handle span::before { left: 8px; border-right-color: #111; }
.tn-handle span::after { right: 8px; border-left-color: #111; }
.tn-tag { position: absolute; top: 16px; padding: 6px 12px; border-radius: 999px; background: rgba(0, 0, 0, .55); color: #fff; font-size: 13px; font-weight: 650; backdrop-filter: blur(6px); }
.tn-tag-l { left: 16px; } .tn-tag-r { right: 16px; }
.credit { font-size: 12.5px; color: var(--ink-3); margin-top: 12px; }

/* wander */
.wander { padding: clamp(80px, 12vw, 160px) var(--gutter); background: linear-gradient(180deg, var(--bg) 0%, #0f1a15 50%, var(--bg) 100%); }
.wander-inner { max-width: var(--max); margin: 0 auto; display: grid; gap: 50px; align-items: center; }
@media (min-width: 900px) { .wander-inner { grid-template-columns: 1fr 1.3fr; gap: 80px; } }
.rules { list-style: none; padding: 0; margin: 26px 0 16px; display: grid; gap: 14px; }
.rules li { padding: 16px 18px; border-radius: 16px; background: rgba(237, 231, 220, .06); box-shadow: inset 0 0 0 1px var(--line); color: var(--ink-2); }
.rules b { color: var(--ink); font-weight: 650; }

/* the eye */
.eye { padding: clamp(72px, 10vw, 140px) var(--gutter); max-width: var(--max); margin: 0 auto; }
.eye-head { max-width: 62ch; }
.dives { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 30px 0 40px; }
.dive { display: flex; gap: 16px; align-items: baseline; padding: 18px 20px; border-radius: 16px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); transition: transform .3s var(--ease), background .2s; }
.dive:hover { transform: translateY(-2px); background: #1c222b; }
.dive i { font-style: normal; font-family: var(--serif); color: var(--gold); font-size: 15px; }
.dive b { font-family: var(--serif); font-weight: 500; font-size: 20px; line-height: 1.15; }
@media (min-width: 760px) { .dives { grid-template-columns: repeat(2, 1fr); } }
.eye-shots { display: flex; justify-content: center; gap: 16px; }
.eye-shots .phone { width: min(260px, 44vw); }
.eye-shots .tilt-l { transform: rotate(-3deg); } .eye-shots .tilt-r { transform: rotate(3deg) translateY(30px); }

/* strange */
.strange { padding: clamp(72px, 10vw, 140px) 0; background: var(--bg-2); }
.strange-head, .strange > .small { padding: 0 var(--gutter); max-width: var(--max); margin: 0 auto; }
.strange-head { max-width: min(var(--max), 100%); }
.strange-head h2 { max-width: 22ch; }
.strange-row { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 26px var(--gutter) 28px; scrollbar-width: none; }
.strange-row::-webkit-scrollbar { display: none; }
.s-card { scroll-snap-align: start; flex: none; width: 240px; border-radius: 18px; overflow: hidden; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); display: grid; grid-template-rows: 160px auto auto; transition: transform .3s var(--ease); }
.s-card:hover { transform: translateY(-3px); }
.s-card img { width: 100%; height: 160px; object-fit: cover; }
.s-card:not(:has(img))::before { content: ''; height: 160px; background: linear-gradient(135deg, #1f2733, #2a2418); }
.s-card b { padding: 14px 14px 4px; font-family: var(--serif); font-weight: 500; font-size: 18px; line-height: 1.15; }
.s-card span { padding: 0 14px 16px; font-size: 13px; color: var(--ink-3); }

/* fits */
.fits { padding: clamp(72px, 10vw, 140px) var(--gutter); max-width: var(--max); margin: 0 auto; text-align: center; }
.fit-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 36px 0 26px; text-align: left; }
.fit { padding: 22px; border-radius: 18px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); }
.fit b { display: block; font-family: var(--serif); font-weight: 500; font-size: 24px; margin-bottom: 6px; color: var(--gold-2); }
.fit p { margin: 0; color: var(--ink-2); font-size: 15.5px; }
@media (min-width: 760px) { .fit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .fit-grid { grid-template-columns: repeat(4, 1fr); } }

/* price */
.price { padding: clamp(80px, 12vw, 160px) var(--gutter); background: radial-gradient(90% 60% at 50% 100%, #2a2418 0%, var(--bg) 70%); }
.price-inner { max-width: 960px; margin: 0 auto; text-align: center; }
.price .lede { margin: 0 auto 36px; }
.plans { display: grid; grid-template-columns: 1fr; gap: 14px; text-align: left; }
.plan { display: grid; gap: 8px; padding: 26px 24px; border-radius: 22px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line-2); transition: transform .3s var(--ease); position: relative; }
.plan:hover { transform: translateY(-3px); }
.plan-gold { background: linear-gradient(160deg, #2c2416, #171c23 70%); box-shadow: inset 0 0 0 1.5px rgba(217, 181, 107, .55); }
.plan-badge { position: absolute; top: -12px; left: 22px; padding: 5px 10px; border-radius: 999px; background: var(--gold); color: #1a1408; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.plan-name { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 650; color: var(--ink-3); }
.plan-price { font-family: var(--serif); font-size: 56px; line-height: 1; letter-spacing: -0.03em; }
.plan-note { color: var(--ink-2); font-size: 15px; min-height: 3em; }
.plan .btn { margin-top: 8px; justify-self: start; }
@media (min-width: 720px) { .plans { grid-template-columns: 1fr 1fr; } }
.try { display: inline-block; margin-top: 26px; color: var(--ink-2); text-decoration: underline; text-underline-offset: 4px; }
.try:hover { color: var(--ink); }

/* faq */
.faq { padding: clamp(60px, 8vw, 110px) var(--gutter); max-width: 820px; margin: 0 auto; }
.faq h2 { margin-bottom: 20px; }
details { border-top: 1px solid var(--line); }
details:last-of-type { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 18px 40px 18px 0; font-family: var(--serif); font-size: 21px; font-weight: 500; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--sans); color: var(--gold); font-size: 26px; font-weight: 300; transition: transform .3s; }
details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
details p { color: var(--ink-2); padding: 0 0 20px; max-width: 62ch; }

/* close and footer */
.close { padding: clamp(90px, 14vw, 180px) var(--gutter); text-align: center; background: linear-gradient(180deg, var(--bg) 0%, #0e1218 100%); }
.close .btn { margin-top: 30px; }
.close .small { margin-top: 26px; }
.foot { padding: 30px var(--gutter) 110px; border-top: 1px solid var(--line); display: grid; gap: 14px; max-width: var(--max); margin: 0 auto; font-size: 13px; color: var(--ink-3); }
.foot nav { display: flex; gap: 18px; flex-wrap: wrap; }
.foot nav a { color: var(--ink-2); }
@media (min-width: 900px) { .foot { grid-template-columns: auto 1fr; align-items: center; padding-bottom: 40px; } .foot p { grid-column: 1 / -1; } }

/* sticky offer */
.sticky { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 10px 10px 16px; border-radius: 999px; background: rgba(23, 28, 35, .92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 16px 40px rgba(0, 0, 0, .5), inset 0 0 0 1px var(--line-2); transform: translateY(140%); transition: transform .45s var(--ease); }
.sticky.on { transform: translateY(0); }
.sticky b { display: block; font-size: 14px; }
.sticky small { display: block; font-size: 12px; color: var(--ink-3); }
@media (min-width: 900px) { .sticky { display: none; } }

/* modal */
.modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal-back { position: absolute; inset: 0; background: rgba(0, 0, 0, .86); backdrop-filter: blur(6px); }
.modal-body { position: relative; width: min(1100px, 100%); aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; background: #000; box-shadow: 0 40px 120px rgba(0, 0, 0, .7); }
.modal-body video { width: 100%; height: 100%; }
.modal-x { position: absolute; top: 10px; right: 10px; z-index: 2; width: 40px; height: 40px; border-radius: 99px; border: 0; background: rgba(0, 0, 0, .55); color: #fff; font-size: 24px; cursor: pointer; }

/* reveals */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hero-video { animation: none; } .phone { transition: none; } }

/* numbers, second pass: an index with small drawings */
.num-grid li { position: relative; padding-top: 16px; }
.num-grid li::before { content: ''; position: absolute; left: 0; top: 0; width: 28px; height: 1px; background: var(--gold); opacity: 0.7; }
@media (min-width: 760px) { .num-grid { gap: 34px 28px; } }

/* walks */
.walks { padding: clamp(72px, 10vw, 140px) 0; background: var(--bg-2); }
.walks-head { padding: 0 var(--gutter); max-width: var(--max); margin: 0 auto; }
.walks-head .lede { max-width: 66ch; }
.walk-grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 30px var(--gutter) 10px; scrollbar-width: none; }
.walk-grid::-webkit-scrollbar { display: none; }
.walk-card { scroll-snap-align: start; flex: none; width: 250px; aspect-ratio: 4 / 5; position: relative; border-radius: 18px; overflow: hidden; background: #1b222b; box-shadow: inset 0 0 0 1px var(--line); transition: transform .3s var(--ease); }
.walk-card:hover { transform: translateY(-3px); }
.walk-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.walk-card:hover img { transform: scale(1.04); }
.walk-card-text { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 16px 16px; background: linear-gradient(to top, rgba(10, 12, 16, .92), rgba(10, 12, 16, 0)); color: #fff; }
.walk-card-text b { display: block; font-family: var(--serif); font-weight: 500; font-size: 21px; line-height: 1.12; letter-spacing: -0.01em; }
.walk-card-text i { display: block; font-style: normal; font-size: 12.5px; color: rgba(255, 255, 255, .72); margin-top: 6px; }
@media (min-width: 1100px) { .walk-grid { display: grid; grid-template-columns: repeat(6, 1fr); overflow: visible; padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2)); padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2)); } .walk-card { width: auto; } }
.walks-own { max-width: var(--max); margin: 40px auto 0; padding: 0 var(--gutter); display: grid; gap: 30px; align-items: center; }
.walks-own h3 { font-size: clamp(26px, 3.6vw, 40px); line-height: 1.08; }
.walks-own-text p:not(.eyebrow) { color: var(--ink-2); max-width: 56ch; }
@media (min-width: 900px) { .walks-own { grid-template-columns: 1.1fr 1fr; gap: 60px; } }

/* how a visit goes, with pictures */
.fit { padding: 0; overflow: hidden; display: grid; grid-template-rows: 150px auto; }
.fit img { width: 100%; height: 150px; object-fit: cover; object-position: top; }
.fit-body { padding: 18px 20px 20px; }
.fit-body b { display: block; font-family: var(--serif); font-weight: 500; font-size: 23px; margin-bottom: 6px; color: var(--gold-2); }
.fit-body p { margin: 0; color: var(--ink-2); font-size: 15px; }
@media (min-width: 1100px) { .fit { grid-template-rows: 180px auto; } .fit img { height: 180px; } }

/* footer credits fold */
.foot-credits summary { cursor: pointer; font-size: 13px; color: var(--ink-2); list-style: none; }
.foot-credits summary::-webkit-details-marker { display: none; }
.foot-credits p { font-size: 12.5px; color: var(--ink-3); margin: 8px 0 0; }

/* learn: two ways in */
.dives-two { display: grid; gap: 10px 30px; margin: 10px 0 40px; }
.dives-two .dives { grid-template-columns: 1fr; margin: 0; }
.dives-h { font-family: var(--serif); font-weight: 500; font-size: 24px; color: var(--gold-2); margin: 26px 0 12px; }
@media (min-width: 900px) { .dives-two { grid-template-columns: 1fr 1fr; } }
.close .lede { margin: 10px auto 0; }
.walk-card-kind { position: absolute; top: 12px; left: 12px; padding: 5px 9px; border-radius: 999px; background: rgba(10, 12, 16, .62); color: #fff; font-size: 11.5px; font-weight: 650; letter-spacing: .02em; backdrop-filter: blur(6px); }

.foot-domain { font-size: 13px; color: var(--ink-3); margin-left: 10px; }

/* long labels (French runs longer) wrap inside the screen instead of widening the page */
.btn { max-width: 100%; }
@media (max-width: 480px) { .btn-lg { white-space: normal; text-align: center; line-height: 1.25; } }
/* the tilted phone mock-ups must not widen the page on a phone (that also pushed the top bar's button off the edge) */
html, body { overflow-x: clip; }
.feature, .walks-own, .eye, .wander, .strange { overflow-x: clip; }
@media (max-width: 480px) { .nav { gap: 12px; } }
