/* TL-Watchmaking — site.css */
:root {
  --ink: #16140f; --ink-2: #4a463d; --ink-3: #857f71;
  --paper: #f7f3ea; --paper-2: #efe8da; --card: #fffdf8; --line: #ddd3c0;
  --night: #0f1519; --night-2: #17212a; --cream: #efe8da;
  --brass: #b8925a; --brass-2: #d8b77f; --blue: #3f5b8e;
  --serif: "Cormorant Garamond", "Cormorant", Garamond, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --r: 18px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 80px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a { color: inherit; }
button { font: inherit; }

html[data-lang="fr"] [data-l]:not([data-l="fr"]),
html[data-lang="en"] [data-l]:not([data-l="en"]),
html[data-lang="nl"] [data-l]:not([data-l="nl"]) { display: none !important; }

.wrap { width: min(1180px, 100%); margin: 0 auto; padding-inline: clamp(16px, 4vw, 40px); }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.01em; line-height: 1.06; margin: 0; }
h1 { font-size: clamp(46px, 6.6vw, 88px); }
h2 { font-size: clamp(36px, 4.6vw, 58px); text-wrap: balance; }
h3 { font-size: 27px; line-height: 1.12; }
h4, .h4 { font: 600 15px/1.35 var(--sans); margin: 0 0 6px; letter-spacing: 0; }
em { font-style: italic; color: var(--brass); }
p { margin: 0; }
.eyebrow { font: 500 12px/1.4 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--brass); margin: 0 0 18px; }
.muted { color: var(--ink-3); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 999px;
  font: 500 14px/1 var(--sans); letter-spacing: .02em; text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: background .25s, color .25s, border-color .25s, transform .25s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-brass { background: var(--brass); color: #16140f; }
.btn-brass:hover { background: var(--brass-2); }
.btn-line { border-color: currentColor; color: inherit; background: transparent; }
.btn-line:hover { background: rgba(184, 146, 90, .12); }
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark:hover { background: #2b2820; }
.btn-sm { padding: 10px 16px; font-size: 13px; }
.link-arrow { font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--brass); padding-bottom: 2px; }

/* ── Header ─────────────────────────────────────────────────────────────── */
.top { position: sticky; top: 0; z-index: 50; background: rgba(15, 21, 25, .9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  color: var(--cream); border-bottom: 1px solid rgba(216, 183, 127, .14); }
.top-in { display: flex; align-items: center; gap: 22px; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand-mark { height: 38px; width: auto; display: block; opacity: 1; transition: opacity .3s ease, transform .5s cubic-bezier(.2, .7, .2, 1); }
.brand:hover .brand-mark { opacity: 1; transform: translateX(2px); }
.brand-name { font: 500 12px/1 var(--sans); letter-spacing: .3em; text-transform: uppercase; }
.foot-brand img { height: 54px; width: auto; opacity: .5; transition: opacity .4s ease; }
.foot-brand img:hover { opacity: .85; }
.nav { display: flex; gap: 22px; }
.nav a { font-size: 14px; text-decoration: none; opacity: .78; transition: opacity .2s, color .2s; white-space: nowrap; }
@media (max-width: 1260px) { .top-cta { display: none; } }
.nav a:hover, .nav a[aria-current="page"] { opacity: 1; color: var(--brass-2); }
.lang { display: flex; border: 1px solid rgba(239, 232, 218, .22); border-radius: 999px; padding: 2px; }
.lang button { background: none; border: 0; color: inherit; font: 500 11px/1 var(--sans); letter-spacing: .1em; padding: 7px 9px; border-radius: 999px; cursor: pointer; opacity: .6; }
.lang button.on { background: var(--brass); color: var(--ink); opacity: 1; }
.lang a { color: inherit; text-decoration: none; font: 500 11px/1 var(--sans); letter-spacing: .1em; padding: 7px 9px; border-radius: 999px; opacity: .6; }
.lang a:hover { opacity: 1; }
.lang a.on { background: var(--brass); color: var(--ink); opacity: 1; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--brass); color: var(--ink); padding: 8px 14px; border-radius: 8px; }
.skip:focus { left: 8px; }
.menu { display: none; background: none; border: 0; color: inherit; padding: 10px; margin-right: -10px; cursor: pointer; }
.menu span { display: block; width: 22px; height: 1.5px; background: currentColor; margin: 5px 0; transition: transform .3s; }
@media (max-width: 1080px) {
  .nav { position: fixed; top: 72px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--night);
    padding: 6px clamp(16px, 4vw, 40px) 22px; transform: translateY(-110%); visibility: hidden; transition: transform .35s, visibility .35s;
    border-bottom: 1px solid rgba(216, 183, 127, .2); z-index: -1; }
  .nav a { padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .07); font-size: 17px; opacity: .9; }
  body.nav-open .nav { transform: none; visibility: visible; }
  body.nav-open .menu span:first-child { transform: translateY(3.25px) rotate(45deg); }
  body.nav-open .menu span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .menu { display: block; }
  .top-cta { display: none; }
  .top-in { gap: 12px; }
}
@media (max-width: 520px) {
  .menu { margin-right: -6px; }
  .brand { gap: 9px; }
  .brand-mark { height: 27px; }
  .brand-name { font-size: 11px; letter-spacing: .2em; }
  .lang button, .lang a { padding: 7px 7px; }
}

/* ── Hero ───────────────────────────────────────────────────────────────── */
.hero { background: radial-gradient(1100px 620px at 78% 32%, #243441 0%, var(--night) 62%); color: var(--cream); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background: repeating-radial-gradient(circle at 78% 40%, rgba(216, 183, 127, .045) 0 1px, transparent 1px 14px); }
.hero h1 { font-size: clamp(44px, 5.2vw, 76px); text-wrap: balance; }
.hero-in { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(28px, 5vw, 80px); align-items: center; padding-block: clamp(52px, 8vw, 110px); }
.hero h1 em { color: var(--brass-2); }
.hero .lead { font-size: clamp(17px, 1.6vw, 20px); color: rgba(239, 232, 218, .76); max-width: 34em; margin: 28px 0 36px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-facts { list-style: none; padding: 26px 0 0; margin: 52px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid rgba(216, 183, 127, .2); }
.hero-facts b { display: block; font: 500 21px/1.15 var(--serif); color: var(--brass-2); margin-bottom: 4px; }
.hero-facts li > span { font-size: 12.5px; line-height: 1.45; color: rgba(239, 232, 218, .58); display: block; }
.hero-facts a { text-decoration: none; }
.hero-dial { margin: 0; }
.hero-dial svg { width: 100%; height: auto; filter: drop-shadow(0 38px 50px rgba(0, 0, 0, .6)); }
.hero-dial figcaption { text-align: center; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: rgba(239, 232, 218, .45); margin-top: 12px; }
@media (max-width: 880px) {
  .hero-in { grid-template-columns: 1fr; }
  .hero-dial { max-width: 300px; width: 74%; margin: 0 auto; order: -1; }
  .hero-facts { grid-template-columns: 1fr; gap: 14px; margin-top: 40px; }
}

.page-hero { background: var(--night); color: var(--cream); padding-block: clamp(56px, 8vw, 96px); }
.page-hero .lead { color: rgba(239, 232, 218, .74); font-size: 18px; max-width: 36em; margin-top: 20px; }

/* ── Sections ───────────────────────────────────────────────────────────── */
.sec { padding-block: clamp(76px, 10vw, 132px); }
.sec-alt { background: var(--paper-2); }
.sec-dark { background: var(--night); color: var(--cream); }
.sec-dark .eyebrow, .sec-dark em { color: var(--brass-2); }
.sec-head { max-width: 780px; margin-bottom: clamp(38px, 5vw, 60px); }
.sec-lead { font-size: 18px; color: var(--ink-2); margin-top: 22px; }
.sec-dark .sec-lead { color: rgba(239, 232, 218, .72); }
.sub-title { font: 500 13px/1.3 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 18px; }
.sec-dark .sub-title { color: rgba(239, 232, 218, .55); }
.block { margin-top: clamp(52px, 7vw, 84px); }
.block-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.block-head .sub-title { margin: 0; }

.cards { display: grid; gap: 18px; }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1040px) { .cards-4 { grid-template-columns: repeat(2, 1fr); } .cards-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .cards-4, .cards-3, .cards-2 { grid-template-columns: 1fr; } }

.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; }
.card .sub { color: var(--ink-3); font-size: 14px; margin-top: 8px; }
.card-feature { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.card-feature .sub, .card-feature .opts { color: rgba(239, 232, 218, .7); }
.card-feature .opts { border-color: rgba(239, 232, 218, .16); }
.card-feature .price { color: var(--brass-2); }
.badge { display: inline-block; align-self: flex-start; font: 500 11px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; padding: 7px 10px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--ink-2); margin-bottom: 18px; }
.card-feature .badge, .sec-dark .badge { border-color: rgba(216, 183, 127, .4); color: var(--brass-2); }
.price { font: 500 42px/1 var(--serif); margin: 22px 0 18px; }
.price small { font: 500 11px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-right: 6px; vertical-align: middle; }
.card-feature .price small { color: rgba(239, 232, 218, .55); }
.opts { list-style: none; padding: 14px 0 0; margin: auto 0 0; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-2); }
.opts li { display: flex; justify-content: space-between; gap: 10px; padding: 3px 0; }
.opts li b { font-weight: 600; white-space: nowrap; }
.note-line { margin-top: 26px; color: var(--ink-2); font-size: 15px; }

/* ── Online course ──────────────────────────────────────────────────────── */
.online { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--night); color: var(--cream); border-radius: calc(var(--r) + 6px); overflow: hidden; }
.online-text { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; }
.online-text h3 { font-size: clamp(32px, 3.4vw, 44px); }
.online-text .badge { border-color: rgba(216, 183, 127, .45); color: var(--brass-2); }
.online-text .sub { color: rgba(239, 232, 218, .74); font-size: 16px; margin-top: 14px; }
.online-text .price { color: var(--brass-2); font-size: 52px; margin: 26px 0 8px; }
.online-text .incl { list-style: none; padding: 0; margin: 12px 0 26px; font-size: 14.5px; color: rgba(239, 232, 218, .8); }
.online-text .incl li { padding: 5px 0; display: flex; gap: 10px; }
.online-text .incl li::before { content: "✓"; color: var(--brass-2); }
.online-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: auto; }
.online .ph { border-radius: 0; aspect-ratio: auto; min-height: 320px; height: 100%; }
@media (max-width: 880px) { .online { grid-template-columns: 1fr; } .online .ph { min-height: 240px; aspect-ratio: 16 / 10; order: -1; } }

.steps { list-style: none; padding: 0; margin: clamp(40px, 5vw, 64px) 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.steps.three { grid-template-columns: repeat(3, 1fr); }
.steps li { border-top: 1px solid var(--ink); padding-top: 18px; }
.steps p { color: var(--ink-2); font-size: 15px; }
.step-n { font: italic 400 36px/1 var(--serif); color: var(--brass); display: block; margin-bottom: 14px; }
@media (max-width: 900px) { .steps, .steps.three { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps, .steps.three { grid-template-columns: 1fr; } }

.kit h3 { font-size: 26px; }
.kit .price { font-size: 36px; margin: 16px 0 14px; }
.tags { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-wrap: wrap; gap: 6px; }
.tags li { font-size: 12.5px; color: var(--ink-2); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 4px 10px; }
.kit .btn { margin-top: auto; align-self: flex-start; }
.items { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; border-top: 1px solid var(--ink); }
.items div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px dotted var(--line); font-size: 15px; }
.items b { font-weight: 600; white-space: nowrap; }
.items .ship { color: var(--ink-3); }
@media (max-width: 640px) { .items { grid-template-columns: 1fr; } }

.mini-steps { margin: 18px 0 0; padding-left: 20px; color: var(--ink-2); font-size: 15px; }
.mini-steps li { padding: 4px 0; }
.inperson { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
@media (max-width: 880px) { .inperson { grid-template-columns: 1fr; } }

.price-list { margin-top: 40px; border-top: 1px solid var(--ink); }
.price-list details { border-bottom: 1px solid var(--line); }
.price-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; padding: 18px 0; font: 500 22px/1.2 var(--serif); }
.price-list summary::-webkit-details-marker { display: none; }
.price-list summary::after { content: "+"; font-family: var(--sans); font-weight: 300; color: var(--brass); }
.price-list details[open] summary::after { content: "−"; }
.pl-group { padding-bottom: 18px; columns: 2; column-gap: 48px; }
.pl-row { break-inside: avoid; display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px dotted var(--line); font-size: 15px; }
.pl-row small { display: block; color: var(--ink-3); font-size: 13px; }
.pl-row b { font-weight: 600; white-space: nowrap; }
.pl-cat { break-after: avoid; font: 500 12px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--brass); margin: 14px 0 6px; }
@media (max-width: 720px) { .pl-group { columns: 1; } }

/* ── Photos (graceful when missing) ─────────────────────────────────────── */
.ph { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 3; max-width: 100%;
  background: repeating-radial-gradient(circle at 30% 35%, rgba(216, 183, 127, .07) 0 1px, transparent 1px 10px), linear-gradient(140deg, #26333c, #0e1418); }
.ph::before { content: "TL"; position: absolute; left: 50%; top: 50%; width: 76px; height: 76px; margin: -38px 0 0 -38px; border: 1px solid rgba(216, 183, 127, .28);
  border-radius: 50%; display: grid; place-items: center; font: 500 26px/1 var(--serif); color: rgba(216, 183, 127, .45); }
.ph img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.ph-tall { aspect-ratio: 4 / 5; }
.ph-square { aspect-ratio: 1; }
.ph-light { background: #eceef0; }
.ph-light img { object-fit: contain; }
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: clamp(40px, 5vw, 60px); }
.strip .ph { aspect-ratio: 3 / 4; border-radius: 14px; }
@media (max-width: 640px) { .strip { grid-template-columns: 1fr 1fr; } }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: clamp(40px, 5vw, 64px); }
.gallery .ph { aspect-ratio: 16 / 10; border-radius: 14px; }
@media (max-width: 640px) { .gallery { grid-template-columns: 1fr 1fr; } }

/* ── Sessions ───────────────────────────────────────────────────────────── */
.session { display: grid; grid-template-columns: 76px 1fr auto; gap: 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.s-date { text-align: center; border: 1px solid var(--line); border-radius: 14px; padding: 10px 0 9px; background: var(--card); }
.s-day { display: block; font: 500 32px/1 var(--serif); }
.s-mon { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.session h3 { font-size: 25px; }
.s-when { color: var(--ink-2); font-size: 14.5px; margin-top: 4px; }
.s-meta { display: flex; gap: 8px 16px; flex-wrap: wrap; font-size: 13.5px; color: var(--ink-3); margin-top: 6px; }
.s-side { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.seats { font-size: 12.5px; font-weight: 500; color: #3d6b4a; }
.seats.few { color: #a0611c; }
.seats.full { color: #9b3b30; }
.s-cal { font-size: 12.5px; color: var(--ink-3); }
.session.full .s-date, .session.full h3 { opacity: .55; }
@media (max-width: 640px) {
  .session { grid-template-columns: 62px 1fr; gap: 14px; }
  .s-side { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; }
}
.empty { padding: 22px 0; color: var(--ink-2); }
.month { font: 500 13px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--brass); margin: 40px 0 0; padding-bottom: 12px; border-bottom: 1px solid var(--ink); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { border: 1px solid var(--line); background: var(--card); color: var(--ink-2); padding: 9px 14px; border-radius: 999px; cursor: pointer; font-size: 13.5px; }
.chip.on { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.gift { display: flex; flex-direction: row; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap; background: var(--night); color: var(--cream); border-color: var(--night); }
.gift h3 { color: var(--brass-2); }
.gift p { color: rgba(239, 232, 218, .72); margin-top: 6px; }

/* ── Creations & patent ─────────────────────────────────────────────────── */
.creations { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 22px; }
.creation h3 { margin-top: 20px; color: var(--cream); }
.creation p { color: rgba(239, 232, 218, .7); margin-top: 8px; font-size: 15px; }
.creation .ph { aspect-ratio: 1; }
.creation:first-child .ph { aspect-ratio: 5 / 6; }
@media (max-width: 900px) { .creations { grid-template-columns: 1fr 1fr; } .creation:first-child { grid-column: 1 / -1; } .creation:first-child .ph { aspect-ratio: 16 / 12; } }
@media (max-width: 560px) { .creations { grid-template-columns: 1fr; } }
.patent { margin-top: clamp(48px, 6vw, 80px); display: grid; grid-template-columns: auto 1fr auto; gap: clamp(20px, 4vw, 48px); align-items: center;
  border: 1px solid rgba(216, 183, 127, .28); border-radius: calc(var(--r) + 4px); padding: clamp(24px, 4vw, 40px);
  background: linear-gradient(135deg, rgba(216, 183, 127, .08), rgba(216, 183, 127, 0) 60%); }
.seal { width: 112px; height: 112px; border-radius: 50%; border: 1px solid var(--brass); display: grid; place-items: center; text-align: center;
  font: 500 12px/1.25 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--brass-2); }
.seal b { display: block; font: 500 26px/1 var(--serif); letter-spacing: 0; text-transform: none; margin: 4px 0; }
.patent h3 { color: var(--cream); font-size: clamp(26px, 2.8vw, 34px); }
.patent p { color: rgba(239, 232, 218, .74); margin-top: 10px; max-width: 46em; }
.patent .meta { font-size: 13px; color: rgba(239, 232, 218, .5); margin-top: 12px; }
@media (max-width: 880px) { .patent { grid-template-columns: 1fr; } .seal { width: 96px; height: 96px; } }

/* ── WIM ────────────────────────────────────────────────────────────────── */
.wim-top { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 64px); align-items: end; margin-bottom: clamp(36px, 5vw, 56px); }
.wim-top .sec-head { margin-bottom: 0; }
.wim-logo { font: 600 13px/1 var(--sans); letter-spacing: .28em; color: var(--blue); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.wim-logo span { width: 34px; height: 34px; border-radius: 9px; background: var(--blue); color: #fff; display: grid; place-items: center; letter-spacing: 0; font: 600 17px/1 var(--serif); }
.apps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.app { border-radius: 16px; padding: 20px; background: var(--card); border: 1px solid var(--line); }
.app b { display: block; font: 600 13px/1 var(--sans); letter-spacing: .14em; color: var(--blue); margin-bottom: 8px; }
.app p { font-size: 14px; color: var(--ink-2); }
@media (max-width: 880px) { .wim-top { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .apps { grid-template-columns: 1fr; } }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--ink); }
.features > div { padding: 26px 26px 26px 0; border-bottom: 1px solid var(--line); }
.features > div:nth-child(3n+2), .features > div:nth-child(3n) { padding-left: 26px; border-left: 1px solid var(--line); }
.features .ic { font-size: 22px; display: block; margin-bottom: 12px; }
.features p { font-size: 14.5px; color: var(--ink-2); }
@media (max-width: 900px) { .features { grid-template-columns: 1fr 1fr; } .features > div, .features > div:nth-child(3n+2), .features > div:nth-child(3n) { padding: 22px 16px 22px 0; border-left: 0; } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; } }
.demo { margin-top: clamp(40px, 5vw, 64px); display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
  background: var(--blue); color: #fff; border-radius: calc(var(--r) + 4px); padding: clamp(24px, 4vw, 40px); }
.demo h3 { font-size: clamp(26px, 3vw, 36px); }
.demo p { color: rgba(255, 255, 255, .78); margin-top: 8px; }
.demo .btn { background: #fff; color: var(--blue); }
.pro-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: center; margin-top: clamp(52px, 7vw, 84px); }
.pro-photos { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; }
.pro-photos .ph { aspect-ratio: 4 / 5; border-radius: 14px; }
.pro-photos .ph:first-child { aspect-ratio: auto; }
.pro-list { list-style: none; padding: 0; margin: 18px 0 0; }
.pro-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.pro-list b { display: block; font-weight: 600; font-size: 15px; }
.pro-list span { font-size: 14.5px; color: var(--ink-2); }
@media (max-width: 880px) { .pro-row { grid-template-columns: 1fr; } }

/* ── About ──────────────────────────────────────────────────────────────── */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.about-text p + p { margin-top: 18px; }
.about-text .big { font: 400 clamp(22px, 2.3vw, 27px)/1.45 var(--serif); color: var(--ink); }
.about-photos { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (max-width: 880px) { .about { grid-template-columns: 1fr; } }

/* ── Contact ────────────────────────────────────────────────────────────── */
.contact { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(36px, 6vw, 88px); }
.contact-list { list-style: none; padding: 0; margin: 40px 0 0; }
.contact-list li { padding: 16px 0; border-bottom: 1px solid rgba(239, 232, 218, .12); }
.contact-list small { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(239, 232, 218, .5); margin-bottom: 4px; }
.contact-list a, .contact-list span { font: 400 23px/1.3 var(--serif); text-decoration: none; overflow-wrap: anywhere; }
.contact-list a:hover { color: var(--brass-2); }
.form { background: var(--night-2); border: 1px solid rgba(216, 183, 127, .16); border-radius: var(--r); padding: clamp(22px, 3vw, 36px); display: grid; gap: 16px; align-content: start; }
.form label { display: grid; gap: 7px; font-size: 13px; color: rgba(239, 232, 218, .7); }
.form input, .form select, .form textarea { width: 100%; font: 400 16px/1.4 var(--sans); color: var(--cream); background: rgba(0, 0, 0, .25);
  border: 1px solid rgba(239, 232, 218, .16); border-radius: 12px; padding: 13px 14px; }
.form select option { color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--brass); }
.form textarea { min-height: 140px; resize: vertical; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form .hint { font-size: 12.5px; color: rgba(239, 232, 218, .45); }
.form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form .consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; }
.form .consent input { width: auto; margin: 3px 0 0; accent-color: var(--brass); }
.form .consent a { color: var(--brass-2); }
.form .consent-text { flex: 1; }
.form-msg { border-radius: 12px; padding: 14px 16px; font-size: 14.5px; margin: 0; }
.form-msg.ok { background: rgba(61, 107, 74, .28); color: #d4ecd9; }
.form-msg.err { background: rgba(155, 59, 48, .28); color: #f3d3ce; }
.form-msg a { color: inherit; font-weight: 600; }
.form button[disabled] { opacity: .6; cursor: wait; }
@media (max-width: 880px) { .contact { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .form .row2 { grid-template-columns: 1fr; } }

/* ── Legal page ─────────────────────────────────────────────────────────── */
.legal { max-width: 760px; }
.legal h2 { font-size: 32px; margin: 44px 0 12px; }
.legal p, .legal li { color: var(--ink-2); }
.legal dl { display: grid; grid-template-columns: 180px 1fr; gap: 8px 20px; margin: 0; }
.legal dt { color: var(--ink-3); }
.legal dd { margin: 0; }
.todo { background: #fbeccb; padding: 1px 6px; border-radius: 4px; }
@media (max-width: 560px) { .legal dl { grid-template-columns: 1fr; } .legal dd { margin-bottom: 8px; } }

/* ── Footer ─────────────────────────────────────────────────────────────── */
.foot { background: #0a0f12; color: rgba(239, 232, 218, .6); font-size: 13.5px; padding-block: 40px; }
.foot-in { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--brass-2); }
.foot-links { display: flex; gap: 20px; flex-wrap: wrap; }

/* ── Student area ───────────────────────────────────────────────────────── */
.space-page { background: var(--paper-2); }
.space { padding-block: clamp(32px, 5vw, 64px); min-height: 60vh; }
.space-who { margin-left: auto; font-size: 13px; color: rgba(239, 232, 218, .7); }
.space-login { max-width: 560px; }
.space-login h1 { font-size: clamp(34px, 4vw, 52px); margin: 10px 0 14px; }
.space-login .lead { color: var(--ink-2); font-size: 17px; }
.space-form { display: grid; gap: 14px; margin-top: 26px; max-width: 360px; }
.space-form label { display: grid; gap: 6px; font-size: 13px; color: var(--ink-3); }
.space-form input { font: 500 20px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; text-align: center;
  padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--card); color: var(--ink); }
.space-head h1 { font-size: clamp(30px, 3.6vw, 46px); margin-top: 6px; }
.space-head .lead { color: var(--ink-2); margin-top: 10px; max-width: 46em; }
.space-grid { display: grid; grid-template-columns: 300px 1fr; gap: clamp(20px, 3vw, 40px); margin-top: clamp(26px, 4vw, 44px); align-items: start; }
.chapters { display: grid; gap: 6px; position: sticky; top: 92px; }
.chapter { display: grid; grid-template-columns: 26px 1fr auto; gap: 10px; align-items: center; text-align: left; cursor: pointer;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; color: inherit; font: inherit; }
.chapter:hover { border-color: var(--brass); }
.chapter.on { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.ch-n { font: 500 15px/1 var(--serif); color: var(--brass); }
.ch-t { font-size: 14.5px; } .ch-t small { display: block; font-size: 12px; color: var(--ink-3); }
.chapter.on .ch-t small { color: rgba(239, 232, 218, .6); }
.ch-p { font-size: 12px; color: var(--ink-3); } .ch-p.done { color: #3d6b4a; font-size: 15px; }
.chapter.on .ch-p { color: var(--brass-2); }
.player { position: relative; aspect-ratio: 16 / 9; background: #0b1014; border-radius: var(--r); overflow: hidden; }
.player iframe, .player video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.player-empty { display: grid; place-items: center; height: 100%; color: rgba(239, 232, 218, .4); }
.player-col h2 { font-size: 27px; margin-top: 18px; }
.ask { margin-top: 14px; }
.ask-time { opacity: .8; font-variant-numeric: tabular-nums; }
.ask form { margin-top: 12px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 16px; display: grid; gap: 10px; }
.ask label { display: grid; gap: 8px; font-size: 13.5px; color: var(--ink-2); }
.ask-at { width: 76px; text-align: center; font-variant-numeric: tabular-nums; }
.ask input, .ask textarea { font: 400 15px/1.5 var(--sans); padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); }
.ask-actions { display: flex; gap: 8px; }
.ask-photo { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ask-photo-hint { font-size: 12.5px; color: var(--ink-2); opacity: .8; }
.ask-photo-thumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; width: 100%; }
.ask-photo-thumb img { width: 104px; height: 78px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.qa-pic { display: block; margin-top: 8px; }
.qa-pic img { max-width: 320px; width: 100%; border-radius: 10px; border: 1px solid var(--line); }

/* The drawing board — a photo and a few ways to point at something on it. */
body.drawing { overflow: hidden; }
.draw { position: fixed; inset: 0; z-index: 60; background: rgba(8, 11, 14, .92); display: grid; place-items: center; padding: 12px; }
.draw-in { display: flex; flex-direction: column; gap: 10px; width: min(1100px, 100%); max-height: 100%; }
.draw-bar { display: flex; align-items: center; gap: 10px 14px; flex-wrap: wrap; color: #efe8da; }
.draw-title { font: 500 14px/1.3 var(--sans); opacity: .85; flex: 1 1 100%; }
.draw-tools, .draw-colors, .draw-acts { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.draw-acts { margin-left: auto; }
.draw-t, .draw-b { font: 500 13px/1 var(--sans); color: #efe8da; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px; padding: 9px 13px; cursor: pointer; }
.draw-t.on { background: var(--brass); border-color: var(--brass); color: #16110a; }
.draw-b.go { background: var(--brass); border-color: var(--brass); color: #16110a; }
.draw-b.ghost { opacity: .75; }
.draw-c { width: 26px; height: 26px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .35); cursor: pointer; padding: 0; }
.draw-c.on { border-color: #fff; box-shadow: 0 0 0 2px rgba(255, 255, 255, .35); }
.draw-stage { flex: 1; min-height: 0; display: grid; place-items: center; }
.draw-stage canvas { max-width: 100%; max-height: 74vh; border-radius: 10px; background: #000; touch-action: none; cursor: crosshair; }
@media (max-width: 720px) {
  .draw-t, .draw-b { padding: 10px 12px; }
  .draw-stage canvas { max-height: 62vh; }
}
.qa { margin-top: 30px; }
.qa h3 { font-size: 22px; margin-bottom: 10px; }
.qa-item { border-top: 1px solid var(--line); padding: 14px 0; }
.qa-item h4 { font: 600 14.5px/1.4 var(--sans); }
.qa-item p { color: var(--ink-2); font-size: 15px; margin-top: 6px; }
.qa-item.pending { opacity: .7; }
.qa-tag { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--brass); margin-left: 6px; }
.space .form-msg { margin-top: 10px; }
.space .form-msg.ok { background: rgba(61, 107, 74, .18); color: #2f5a3c; }
.space .form-msg.err { background: rgba(155, 59, 48, .15); color: #8d3a30; }
@media (max-width: 900px) {
  .space-grid { grid-template-columns: 1fr; }
  .chapters { position: static; grid-auto-flow: row; }
}

/* ── Following a repair ─────────────────────────────────────────────────── */
.stages { list-style: none; margin: 28px 0 22px; padding: 0; display: grid; gap: 0; max-width: 440px; }
.stage { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: center; padding: 11px 0; color: var(--ink-3); font-size: 15.5px; position: relative; }
.stage + .stage::before { content: ""; position: absolute; left: 12px; top: -12px; width: 1px; height: 24px; background: var(--line); }
.stage .dot { width: 11px; height: 11px; border-radius: 50%; border: 1px solid var(--line); justify-self: center; background: var(--paper); }
.stage.done { color: var(--ink-2); }
.stage.done .dot { background: var(--brass); border-color: var(--brass); }
.stage.now { color: var(--ink); font-weight: 600; }
.stage.now .dot { background: var(--ink); border-color: var(--ink); box-shadow: 0 0 0 4px rgba(184, 146, 90, .25); }
#tr-watch { margin-bottom: 8px; }
#tr-stage { font-size: clamp(28px, 3.4vw, 42px); margin: 0 0 8px; }
.tr-note { color: var(--ink-3); font-size: 14.5px; max-width: 46em; }

/* ── What will it cost? ─────────────────────────────────────────────────── */
.calc-tabs { display: flex; gap: 8px; margin-top: 22px; }
.calc-tab { font: 500 14px/1 var(--sans); letter-spacing: .02em; padding: 11px 18px; border-radius: 999px; cursor: pointer;
  background: transparent; border: 1px solid var(--line); color: var(--ink-2); }
.calc-tab.on { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.calc-grid { display: grid; grid-template-columns: 1fr 300px; gap: clamp(18px, 3vw, 36px); margin-top: 20px; align-items: start; }
.calc-pane { display: none; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.calc-pane.on { display: grid; }
.calc fieldset { border: 0; margin: 0; padding: 0; }
.calc legend { font: 500 11.5px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; padding: 0; }
.opt { display: grid; grid-template-columns: 18px 1fr auto; gap: 10px; align-items: center; padding: 10px 12px; margin-bottom: 6px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--card); cursor: pointer; font-size: 14.5px; }
.opt:hover { border-color: var(--brass); }
.opt input { accent-color: var(--brass); width: 16px; height: 16px; margin: 0; }
.opt b { font: 500 14px/1 var(--sans); color: var(--ink-2); font-variant-numeric: tabular-nums; white-space: nowrap; }
.opt:has(input:checked) { border-color: var(--brass); background: rgba(184, 146, 90, .07); }
.calc-out { position: sticky; top: 92px; background: var(--ink); color: var(--cream); border-radius: var(--r); padding: 22px; }
.calc-from { margin: 0; font: 500 11.5px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: rgba(239, 232, 218, .55); }
.calc-total { margin: 8px 0 12px; font: 400 clamp(34px, 4vw, 46px)/1 var(--serif); color: var(--brass-2); font-variant-numeric: tabular-nums; }
.calc-note { margin: 0 0 16px; font-size: 13px; line-height: 1.5; color: rgba(239, 232, 218, .62); }
.calc-out .btn { width: 100%; justify-content: center; }
@media (max-width: 820px) {
  .calc-grid { grid-template-columns: 1fr; }
  .calc-out { position: static; }
}

/* ── Topic pages ────────────────────────────────────────────────────────── */
.dial-link { display: block; color: inherit; text-decoration: none; }
.dial-link figcaption::after { content: " →"; opacity: 0; transition: opacity .3s ease; }
.dial-link:hover figcaption::after { opacity: 1; }
.page-hero { position: relative; overflow: hidden; padding-block: clamp(44px, 7vw, 96px); }
.page-hero-dark { background: radial-gradient(1100px 620px at 78% 32%, #243441 0%, var(--night) 62%); color: var(--cream); }
.page-hero-in { display: grid; grid-template-columns: 1fr minmax(280px, 540px); gap: clamp(28px, 5vw, 72px); align-items: center; }
.page-hero h1 { font-size: clamp(42px, 5.6vw, 76px); line-height: 1; margin: 12px 0 18px; }
.page-hero h1 em { display: block; font-size: .56em; line-height: 1.15; color: var(--brass-2); margin-top: 10px; }
.page-hero .lead { color: rgba(239, 232, 218, .78); max-width: 52ch; }
.page-hero .eyebrow a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(216, 183, 127, .35); }
.page-hero .hint { font-size: 13px; color: rgba(239, 232, 218, .5); margin-top: 18px; }
.specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0 28px; margin: 26px 0 30px; max-width: 620px; }
.specs div { border-top: 1px solid rgba(216, 183, 127, .22); padding: 11px 0; }
.specs dt { font: 500 11px/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--brass-2); }
.specs dd { margin: 4px 0 0; font-size: 15px; color: var(--cream); }
.model-photos { display: grid; grid-template-columns: minmax(260px, 420px) 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.model-photos figure { margin: 0; }
.link-more { font-weight: 500; color: var(--brass); text-decoration: none; border-bottom: 1px solid currentColor; }
.astro-stage { margin: 0; display: grid; place-items: center; }
.astro-stage .mech-svg { width: min(560px, 90vw); }
.follow-band { padding-block: 40px; }
.follow-in { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
  border: 1px solid var(--line); border-radius: var(--r); padding: 26px 30px; background: var(--card); }
.follow-in h3 { margin: 6px 0 0; font-size: clamp(22px, 2.4vw, 28px); }
.topic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 20px; margin-top: 30px; }
.topic { display: grid; grid-template-rows: auto auto auto 1fr; gap: 6px; text-decoration: none; color: inherit;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; padding-bottom: 20px;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1), box-shadow .5s ease, border-color .3s ease; }
.topic:hover { transform: translateY(-4px); box-shadow: 0 26px 60px -30px rgba(15, 21, 25, .45); border-color: var(--brass); }
.topic-ph { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #0d1218; margin-bottom: 12px; }
.topic-ph.ph-light { background: #eceae4; }
.topic-ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2, .7, .2, 1); }
.topic:hover .topic-ph img { transform: scale(1.05); }
.topic-k { padding-inline: 20px; font: 500 11px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--brass); }
.topic b { padding-inline: 20px; font: 400 26px/1.15 var(--serif); }
.topic-t { padding-inline: 20px; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.creation-link { display: block; color: inherit; text-decoration: none; }
.creation-link h3 { transition: color .3s ease; }
.creation-link:hover h3 { color: var(--brass-2); }
@media (max-width: 860px) {
  .page-hero-in, .model-photos { grid-template-columns: 1fr; }
}

/* ── Polish ─────────────────────────────────────────────────────────────── */
.eyebrow { position: relative; }
.sec-head .eyebrow::before, .sec .wrap > .eyebrow::before {
  content: ""; display: inline-block; width: 26px; height: 1px; background: var(--brass); vertical-align: middle;
  margin-right: 12px; opacity: .8; }
.card, .kit, .creation .ph, .shots figure { position: relative; }
.card::after, .kit::after { content: ""; position: absolute; inset: 0 0 auto; height: 1px; border-radius: var(--r) var(--r) 0 0;
  background: linear-gradient(to right, transparent, rgba(216, 183, 127, .5), transparent); pointer-events: none; }
.creation .ph img, .shots img { transition: transform .9s cubic-bezier(.2, .7, .2, 1); }
.creation:hover .ph img { transform: scale(1.035); }
.btn-brass { position: relative; overflow: hidden; }
.btn-brass::after { content: ""; position: absolute; top: 0; bottom: 0; width: 42px; left: -60px; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .45), transparent); transition: left .7s ease; }
.btn-brass:hover::after { left: 115%; }
.hero-dial::after { content: ""; position: absolute; inset: -6%; border-radius: 50%; pointer-events: none; z-index: -1;
  background: repeating-conic-gradient(from 0deg, rgba(216, 183, 127, .07) 0deg 1.2deg, transparent 1.2deg 2.4deg); opacity: .5; }
.hero-dial { position: relative; transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
@media (prefers-reduced-motion: reduce) {
  .creation:hover .ph img { transform: none; }
  .btn-brass::after { display: none; }
}

/* ── Astro & TL01, running ──────────────────────────────────────────────── */
.mech { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(20px, 3vw, 40px); margin-top: clamp(30px, 5vw, 56px); }
.mech-card { margin: 0; display: grid; justify-items: center; gap: 16px; }
.mech-svg { width: min(320px, 78vw); height: auto; filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .45)); }
.mech-card figcaption { font-size: 14.5px; line-height: 1.55; color: rgba(239, 232, 218, .66); max-width: 34ch; text-align: center; }
.mech-card figcaption b { display: block; font: 500 12px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--brass-2); margin-bottom: 8px; }
.mech-label { font: 400 4.6px/1 var(--sans); fill: #2a2f35; }
.mech-tick { font: 400 2.5px/1 var(--sans); fill: #2a2f35; }
.mech-date { font: 400 1.35px/1 var(--sans); fill: #5a4a22; }
.mech-month { font: 400 2.3px/1 var(--sans); fill: #5a4a22; }
.mech-season { font: 400 2.1px/1 var(--sans); fill: #5a4a22; }
.mech-zodiac { font: 400 2.8px/1 "Apple Symbols", "Segoe UI Symbol", "Noto Sans Symbols", serif; fill: #5a4a22; }

/* the globe opens on the clock */
#astro { cursor: pointer; }
#lid-closed { transform-box: view-box; transform-origin: 210px 250px;
  transition: transform 1.4s cubic-bezier(.22, .9, .25, 1), opacity .7s ease .35s; }
#astro.opened #lid-closed { transform: translateY(-104px) rotate(-10deg) scaleY(.4); opacity: 0; }
#lid-open { opacity: 0; transform-box: view-box; transform-origin: 210px 250px; transform: translateY(46px) scaleY(.5);
  transition: opacity .8s ease .45s, transform 1.4s cubic-bezier(.22, .9, .25, 1) .25s; }
#astro.opened #lid-open { opacity: 1; transform: none; }
#astro-clock { transform-box: view-box; transform-origin: 210px 220px; opacity: 0; transform: scale(.94);
  transition: opacity .9s ease .45s, transform 1.2s cubic-bezier(.22, .9, .25, 1) .35s; }
#astro.opened #astro-clock { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  #lid-closed, #lid-open, #astro-clock { transition: none; }
}

@keyframes tl-turn { to { transform: rotate(360deg); } }
@keyframes tl-beat { 0% { transform: rotate(-132deg); } 50% { transform: rotate(132deg); } 100% { transform: rotate(-132deg); } }
.tl-wheel { transform-box: view-box; animation: tl-turn linear infinite; animation-play-state: paused; }
.running .tl-wheel { animation-play-state: running; }
.tl-beat { transform-box: view-box; transform-origin: 308px 250px; animation: tl-beat .8s cubic-bezier(.45, 0, .55, 1) infinite; animation-play-state: paused; }
.running .tl-beat { animation-play-state: running; }

/* ── The movement, assembled while you scroll ───────────────────────────── */
.scene { background: radial-gradient(1200px 700px at 50% 18%, #1b262e 0%, var(--night) 70%); color: var(--cream);
  height: 420vh; position: relative; }
.scene-in { position: sticky; top: 0; height: 100vh; display: grid; grid-template-columns: 1.15fr .85fr;
  align-items: center; gap: clamp(20px, 4vw, 60px); max-width: var(--wrap, 1180px); margin: 0 auto; padding-inline: 24px; }
.scene-stage { display: grid; place-items: center; }
.scene-parts { position: relative; width: min(560px, 46vw); aspect-ratio: 900 / 858; filter: drop-shadow(0 34px 80px rgba(0, 0, 0, .6)); }
.scene-part { position: absolute; inset: 0; width: 100%; height: auto; transform-origin: 50% 52%; will-change: transform, opacity; }
.scene-canvas { display: none; width: min(660px, 52vw); aspect-ratio: 1 / 1; cursor: grab; touch-action: pan-y; }
.scene-canvas:active { cursor: grabbing; }
.has-3d .scene-canvas { display: block; animation: fade-in 1.2s ease both; }
.has-3d .scene-parts, .has-3d .note-2d, .scene:not(.has-3d) .note-3d { display: none; }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.mech-shot { width: min(320px, 78vw); height: auto; border-radius: 50%; filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .45)); }
.scene-text { max-width: 38ch; }
.scene-text h2 { font-size: clamp(27px, 3.2vw, 40px); line-height: 1.1; margin: 10px 0 28px; }
.scene-note { margin: 26px 0 0; font-size: 12.5px; color: rgba(239, 232, 218, .38); max-width: 34ch; }
.scene-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; max-width: 34ch; }
.scene-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: baseline;
  opacity: .28; transition: opacity .5s ease, transform .5s ease; transform: translateY(4px); font-size: 16px; line-height: 1.55; }
.scene-steps li b { font: 400 13px/1 var(--mono, var(--sans)); letter-spacing: .1em; color: var(--brass-2); }
.scene-steps li.on { opacity: 1; transform: none; }
.scene-steps li.on span { color: var(--cream); }
@media (max-width: 860px) {
  .scene { height: 340vh; }
  .scene-in { grid-template-columns: 1fr; align-content: center; gap: 24px; }
  .scene-parts { width: min(340px, 76vw); }
  .scene-canvas { width: min(420px, 88vw); }
  .scene-steps { justify-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  .scene { height: auto; }
  .scene-in { position: static; height: auto; padding-block: 60px; }
  .tl-wheel, .tl-beat { animation: none; }
  .scene-steps li { opacity: 1; transform: none; }
}

/* ── Software screenshots ───────────────────────────────────────────────── */
.shots { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: clamp(26px, 4vw, 44px); }
.shots figure { margin: 0; background: #0d1218; border: 1px solid rgba(216, 183, 127, .16); border-radius: var(--r); overflow: hidden; aspect-ratio: auto; }
.shots img { display: block; width: 100%; height: auto; }
.shots figcaption { padding: 12px 14px 14px; font-size: 13.5px; line-height: 1.45; color: rgba(239, 232, 218, .72); }
.shots-note { grid-column: 1 / -1; margin: 0; font-size: 12.5px; color: rgba(239, 232, 218, .45); }
.sec:not(.sec-dark) .shots figcaption { color: var(--ink-3); }
.sec:not(.sec-dark) .shots figure { background: var(--card); border-color: var(--line); }
.sec:not(.sec-dark) .shots-note { color: var(--ink-3); }

/* ── Videos ─────────────────────────────────────────────────────────────── */
.videos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 26px; }
.vid { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: var(--r); overflow: hidden;
  background: #0b1014; cursor: pointer; aspect-ratio: 16 / 9; font: inherit; color: var(--cream); }
.vid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, opacity .4s ease; opacity: .88; }
.vid:hover img, .vid:focus-visible img { transform: scale(1.03); opacity: 1; }
.vid-play { position: absolute; inset: 0; margin: auto; width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(15, 21, 25, .62); color: var(--brass-2); font-size: 20px; padding-left: 4px; backdrop-filter: blur(2px);
  border: 1px solid rgba(216, 183, 127, .5); transition: background .3s ease, transform .3s ease; }
.vid:hover .vid-play { background: rgba(15, 21, 25, .82); transform: scale(1.06); }
.vid-t { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 14px; text-align: left; font-size: 15px; line-height: 1.35;
  background: linear-gradient(to top, rgba(10, 15, 19, .88), transparent); }
.vid iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vid.playing { cursor: default; }
.vid.playing .vid-play, .vid.playing .vid-t, .vid.playing img { display: none; }
.yt-note { margin-top: 12px; font-size: 13px; color: var(--ink-3); }

/* ── Photos, bigger ─────────────────────────────────────────────────────── */
.ph img, .gallery img { cursor: zoom-in; }
.lb { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; background: rgba(9, 13, 16, .93);
  padding: clamp(12px, 4vw, 48px); opacity: 0; transition: opacity .25s ease; }
.lb.on { opacity: 1; }
.lb img { max-width: 100%; max-height: 82vh; border-radius: 4px; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); cursor: zoom-out; }
.lb figcaption { color: rgba(239, 232, 218, .8); font-size: 14px; text-align: center; margin-top: 14px; max-width: 60ch; }
.lb figure { margin: 0; display: grid; justify-items: center; }
.lb-close, .lb-prev, .lb-next { position: absolute; background: none; border: 0; color: rgba(239, 232, 218, .75); cursor: pointer;
  font: 400 28px/1 var(--sans); padding: 12px 16px; }
.lb-close { top: 6px; right: 10px; font-size: 30px; }
.lb-prev { left: 4px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 4px; top: 50%; transform: translateY(-50%); }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { color: var(--brass-2); }
.lb-count { position: absolute; bottom: 14px; left: 0; right: 0; text-align: center; color: rgba(239, 232, 218, .55); font-size: 13px; }
@media (prefers-reduced-motion: reduce) { .lb, .vid img { transition: none; } }

/* ── Motion ─────────────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover { transform: none; }
}

/* ═══ Maison — the studio light of the renders ═══════════════════════════════
   A watch at this level is shown the way the independents show theirs: a soft
   grey studio ground, a great deal of air, thin serif capitals, no prices.
   This layer sits over the base styles. */
:root {
  --studio: #e9e9ea; --studio-hi: #f8f8f8; --studio-lo: #cdced1;
  --graphite: #1b1f24; --slate: #5c636b; --hair: rgba(27, 31, 36, .13);
  --gilt: #a5874a;
}

/* header */
.top { background: rgba(241, 241, 242, .82); color: var(--graphite); border-bottom: 1px solid var(--hair); }
.brand-name { letter-spacing: .34em; font-weight: 500; }
.nav { gap: 26px; }
.nav a { font-size: 13px; letter-spacing: .05em; opacity: .66; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: var(--graphite);
  transform: scaleX(0); transform-origin: left; transition: transform .45s cubic-bezier(.2, .7, .2, 1); }
.nav a:hover, .nav a[aria-current="page"] { opacity: 1; color: var(--graphite); }
.nav a:hover::after { transform: none; }
.lang { border-color: var(--hair); }
.lang a.on { background: var(--graphite); color: #f4f4f4; }
.top-cta { font: 500 11.5px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; text-decoration: none; color: var(--graphite);
  border: 1px solid var(--graphite); border-radius: 999px; padding: 11px 18px; transition: background .3s ease, color .3s ease; }
.top-cta:hover { background: var(--graphite); color: #f4f4f4; }
@media (max-width: 1080px) {
  .nav { background: #f1f1f2; border-bottom: 1px solid var(--hair); }
  .nav a { border-bottom-color: var(--hair); }
  .nav a::after { display: none; }
}

/* buttons */
.btn-maison { background: var(--graphite); color: #f4f4f4; border: 1px solid var(--graphite);
  font: 500 12px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; padding: 17px 28px; }
.btn-maison:hover { background: transparent; color: var(--graphite); }
.hero .btn-line, .maison-hero .btn-line, .page-hero-studio .btn-line { border-color: rgba(27, 31, 36, .35); color: var(--graphite);
  font: 500 12px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; padding: 17px 26px; }
.hero .btn-line:hover { border-color: var(--graphite); }

/* home hero — the studio */
.hero { background: radial-gradient(1200px 760px at 74% 40%, var(--studio-hi) 0%, var(--studio) 46%, var(--studio-lo) 100%); color: var(--graphite); }
.hero::before { display: none; }
.hero h1 { font-weight: 400; letter-spacing: -.02em; }
.hero h1 em { color: var(--gilt); font-weight: 400; }
.hero .eyebrow { color: var(--slate); }
.hero .lead { color: var(--slate); }
.hero-facts { border-top-color: var(--hair); }
.hero-facts b { color: var(--graphite); font-weight: 500; }
.hero-facts li > span { color: var(--slate); }
.hero-dial svg { filter: drop-shadow(0 46px 60px rgba(24, 28, 34, .26)); }
.hero-dial figcaption { color: var(--slate); }
.hero-dial::after { background: repeating-conic-gradient(from 0deg, rgba(27, 31, 36, .045) 0deg 1.2deg, transparent 1.2deg 2.4deg); }

/* pages in studio light */
.page-hero-studio { background: radial-gradient(1100px 700px at 72% 42%, var(--studio-hi) 0%, var(--studio) 48%, var(--studio-lo) 100%); color: var(--graphite); }
.page-hero-studio .lead { color: var(--slate); }
.page-hero-studio .eyebrow a { border-bottom-color: var(--hair); }
.page-hero-studio h1 em { color: var(--gilt); }
.page-hero-studio .hint { color: var(--slate); }

/* ── Model 1 ── */
.maison-hero { background: radial-gradient(1300px 900px at 50% 46%, var(--studio-hi) 0%, var(--studio) 44%, var(--studio-lo) 100%);
  color: var(--graphite); padding-block: clamp(40px, 6vw, 80px) clamp(56px, 8vw, 110px); text-align: center; overflow: hidden; }
.maison-hero-in { display: grid; justify-items: center; }
.maison-hero .eyebrow { color: var(--slate); }
.maison-hero .eyebrow a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--hair); }
.maison-title { font: 300 clamp(64px, 10vw, 148px)/.9 var(--serif); letter-spacing: -.035em; margin: 14px 0 10px; }
.maison-sub { margin: 0; font: 500 11.5px/1.6 var(--sans); letter-spacing: .3em; text-transform: uppercase; color: var(--slate); }
.maison-line { max-width: 34ch; margin: 22px auto 0; font: 400 clamp(20px, 2.2vw, 26px)/1.35 var(--serif); font-style: italic; color: var(--graphite); }

.watch-stage { width: min(520px, 84vw); margin: clamp(22px, 4vw, 44px) auto 0; }
.watch-flip { position: relative; aspect-ratio: 400 / 520; transform-style: preserve-3d; cursor: pointer;
  transition: transform 1.3s cubic-bezier(.3, .1, .2, 1); }
.watch-flip[data-face="back"] { transform: rotateY(180deg); }
.watch-face { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.watch-back { transform: rotateY(180deg); }
.watch-face .hero-dial, .watch-face .hero-dial svg { width: 100%; height: 100%; }
.watch-face .hero-dial figcaption { display: none; }
.watch-face .hero-dial::after { display: none; }
.caseback { position: absolute; inset: 0; width: 100%; height: 100%; filter: drop-shadow(0 46px 60px rgba(24, 28, 34, .26)); pointer-events: none; }
.back-window { position: absolute; inset: 0; }
.back-window canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: none; }
.watch-back.has-3d .back-window canvas { display: block; }
.back-fallback { position: absolute; left: 14.5%; top: 21%; width: 71%; height: auto; border-radius: 50%; }
.watch-back.has-3d .back-fallback { display: none; }
#wind-wheel { transform-box: view-box; transform-origin: 160px 112px; transition: transform 2.4s cubic-bezier(.3, .1, .2, 1); }
.wind-mark { font: 500 9px/1 var(--sans); letter-spacing: .08em; fill: #6b5424; }
.wind-arrow { font: 400 9px/1 var(--sans); fill: #6b5424; }
.flip-ctrl { display: inline-flex; gap: 2px; margin-top: 26px; padding: 3px; border: 1px solid var(--hair); border-radius: 999px; }
.flip-ctrl button { border: 0; background: none; cursor: pointer; color: var(--slate); padding: 10px 20px; border-radius: 999px;
  font: 500 11px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; transition: background .3s ease, color .3s ease; }
.flip-ctrl button[aria-pressed="true"] { background: var(--graphite); color: #f4f4f4; }

.statement { background: var(--studio); color: var(--graphite); padding-block: clamp(80px, 12vw, 170px); text-align: center; border-top: 1px solid var(--hair); }
.statement p { margin: 0 auto; max-width: 22ch; font: 300 clamp(32px, 4.6vw, 64px)/1.08 var(--serif); letter-spacing: -.02em; text-wrap: balance; }
.statement em { color: var(--gilt); }

.maison-split { background: #f3f3f3; padding-block: clamp(72px, 10vw, 140px); color: var(--graphite); }
.maison-split-rev { background: var(--studio); }
.maison-split-in { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.maison-split-rev .maison-split-in { grid-template-columns: .85fr 1.15fr; }
.maison-split-rev .maison-shot { order: 2; }
.maison-shot { margin: 0; }
.maison-shot img { width: 100%; height: auto; box-shadow: 0 40px 80px -50px rgba(24, 28, 34, .5); }
.maison-split-rev .maison-shot img { max-width: 460px; margin-inline: auto; border-radius: 4px; }
.maison-text .eyebrow { color: var(--slate); }
.maison-text h2 { font: 300 clamp(32px, 3.8vw, 52px)/1.05 var(--serif); letter-spacing: -.02em; margin: 14px 0 22px; }
.maison-text h2 em { color: var(--gilt); }
.maison-text p { color: var(--slate); max-width: 44ch; }
.maison-hint { font-size: 13px; letter-spacing: .04em; }
.maison-list { list-style: none; padding: 0; margin: 0; }
.maison-list li { padding: 14px 0; border-top: 1px solid var(--hair); color: var(--slate); font-size: 15px; }
.maison-list li:last-child { border-bottom: 1px solid var(--hair); }

.maison-specs { background: #f3f3f3; color: var(--graphite); padding-block: clamp(72px, 10vw, 130px); }
.maison-specs .eyebrow { color: var(--slate); }
.specs-light { max-width: none; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0 48px; margin-top: 28px; }
.specs-light div { border-top-color: var(--hair); padding: 18px 0 20px; }
.specs-light dt { color: var(--slate); letter-spacing: .2em; }
.specs-light dd { color: var(--graphite); font: 400 22px/1.3 var(--serif); margin-top: 6px; }

.maison-reserve { background: radial-gradient(900px 500px at 50% 0%, var(--studio-hi), var(--studio) 60%, var(--studio-lo)); color: var(--graphite);
  padding-block: clamp(90px, 13vw, 180px); text-align: center; }
.maison-reserve-in { display: grid; justify-items: center; }
.maison-reserve .eyebrow { color: var(--slate); }
.maison-reserve h2 { font: 300 clamp(44px, 6vw, 84px)/1 var(--serif); letter-spacing: -.03em; margin: 12px 0 20px; }
.maison-reserve p { color: var(--slate); max-width: 40ch; margin: 0 auto 34px; }
.reserve-cta { display: flex; gap: 28px; align-items: center; justify-content: center; flex-wrap: wrap; }

@media (max-width: 860px) {
  .maison-split-in, .maison-split-rev .maison-split-in { grid-template-columns: 1fr; }
  .maison-split-rev .maison-shot { order: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .watch-flip, #wind-wheel { transition: none; }
}

/* home doors */
.topics { background: #f3f3f3; }
.topics-quiet { background: var(--studio); }
.topic { background: #fbfbfb; border-color: var(--hair); border-radius: 6px; }
.topic:hover { border-color: rgba(27, 31, 36, .35); box-shadow: 0 30px 60px -40px rgba(24, 28, 34, .45); }
.topic b { font-weight: 400; font-size: 28px; }
.topic-k { color: var(--slate); letter-spacing: .24em; }
.topic-ph { background: #d9dadc; }
.topic-ph.ph-light { background: #e4e4e6; }
.topics .sec-head h2 { font-weight: 300; }

/* ── The utility row: shop, student area, repair tracking ───────────────── */
.util-bar { border-bottom: 1px solid var(--hair); background: rgba(236, 236, 237, .7); }
.util-in { display: flex; justify-content: flex-end; gap: 22px; height: 32px; align-items: center; }
.util-in a { font: 500 10.5px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; text-decoration: none;
  color: var(--slate); transition: color .25s ease; }
.util-in a:hover { color: var(--graphite); }
.nav .nav-util { display: none; }
@media (max-width: 1080px) {
  .util-bar { display: none; }
  .nav .nav-util { display: block; color: var(--slate); letter-spacing: .14em; text-transform: uppercase; font-size: 12.5px; }
}

/* ── The course band, first thing under the hero ─────────────────────────── */
.course-band { background: var(--graphite); color: var(--cream); padding-block: clamp(56px, 8vw, 104px);
  border-top: 1px solid rgba(216, 183, 127, .16); }
.course-band-in { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.course-band .eyebrow { color: var(--brass-2); }
.course-band h2 { font: 300 clamp(30px, 3.9vw, 50px)/1.08 var(--serif); letter-spacing: -.02em; margin: 12px 0 18px; }
.course-band h2 em { font-style: italic; color: var(--brass-2); }
.course-band .lead { color: rgba(239, 232, 218, .74); max-width: 46ch; margin: 0 0 22px; font-size: 16.5px; line-height: 1.65; }
.course-points { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 9px; }
.course-points li { position: relative; padding-left: 22px; font-size: 14.5px; color: rgba(239, 232, 218, .86); }
.course-points li::before { content: ""; position: absolute; left: 0; top: .62em; width: 9px; height: 1px; background: var(--brass); }
.course-price { font: 400 15px/1 var(--sans); color: rgba(239, 232, 218, .6); margin: 0 0 22px; }
.course-price b { font: 400 30px/1 var(--serif); color: var(--cream); margin-left: 8px; }
.course-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.course-band .btn-maison { background: var(--brass); border-color: var(--brass); color: var(--ink); }
.course-band .btn-maison:hover { background: var(--brass-2); border-color: var(--brass-2); }
.course-band .link-more { color: rgba(239, 232, 218, .7); }
.course-band .link-more:hover { color: var(--brass-2); }
.course-band-shot { margin: 0; }
.course-band-shot img { width: 100%; height: auto; display: block; border-radius: 4px;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .7); }
.course-band-shot figcaption { margin-top: 12px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(239, 232, 218, .4); }
@media (max-width: 880px) { .course-band-in { grid-template-columns: 1fr; } .course-band-shot { order: -1; } }

/* ── Shop: the cards that carry no picture ──────────────────────────────── */
#boutique .topic-grid .topic { grid-template-rows: auto auto 1fr; padding-top: 26px; }
#boutique .topic-grid .topic b { font-size: 24px; }

@media (max-width: 1400px) { .nav { gap: 17px; } .nav a { font-size: 12.5px; } .top-in { gap: 16px; } }
@media (max-width: 1180px) and (min-width: 761px) { .nav { gap: 13px; } .nav a { font-size: 12px; } .brand-name { display: none; } }
.top-cta { white-space: nowrap; }

/* ── The bench: the course movement, in the corner, coming apart as you read ──
   No frame and no caption: the movement itself, standing on the page. */
.bench { position: fixed; right: clamp(6px, 1.2vw, 20px); bottom: clamp(6px, 1.5vw, 22px); z-index: 30;
  width: min(270px, 21vw); pointer-events: none; opacity: 0; transform: translateY(16px) scale(.97);
  transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1); }
.bench.has-3d.in { opacity: 1; transform: none; pointer-events: auto; }
.bench.away { opacity: 0; transform: translateY(16px) scale(.97); pointer-events: none; }
#bench-3d { display: block; width: 100%; aspect-ratio: 1 / .92; cursor: grab; touch-action: pan-y;
  filter: drop-shadow(0 26px 34px rgba(24, 28, 34, .38)); }
#bench-3d:active { cursor: grabbing; }
/* The page gives the corner its own margin: the movement stands beside the
   text rather than on top of it. Full-bleed backgrounds are untouched — only
   what is written moves left. */
@media (min-width: 900px) {
  body.with-bench main .wrap { padding-right: clamp(130px, 17vw, 300px); }   /* main only: never the header or the foot */
}
@media (max-width: 1080px) { .bench { width: 220px; } }
@media (max-width: 760px) { .bench { width: 42vw; right: 2px; bottom: 2px; } }
@media (prefers-reduced-motion: reduce) { .bench { transition: none; } }

/* ── The finishing ──────────────────────────────────────────────────────────
   What separates a page from an object: a grain over the flat colours, a line
   that says how far you have read, ink that answers when you touch it. */
body::after {                       /* the grain of a printed page, barely there */
  content: ""; position: fixed; inset: -50%; pointer-events: none; z-index: 60; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.read-line { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 70; transform: scaleX(0);
  transform-origin: 0 50%; background: linear-gradient(90deg, var(--brass), var(--brass-2));
  transition: transform .12s linear; }

::selection { background: rgba(184, 146, 90, .3); }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 2px; }

/* A button fills from the side it was approached from, rather than blinking. */
.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn::after { content: ""; position: absolute; inset: 0; z-index: -1; transform: scaleX(0); transform-origin: left;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1); background: currentColor; opacity: .08; }
.btn:hover::after { transform: none; }

/* Photographs breathe a little when looked at. */
.ph, .maison-shot, .topic-ph, .course-band-shot { overflow: hidden; }
.ph img, .maison-shot img, .course-band-shot img {
  transition: transform 1.4s cubic-bezier(.2, .7, .2, 1), filter 1.4s ease; will-change: transform; }
.ph:hover img, .maison-shot:hover img, .course-band-shot:hover img { transform: scale(1.035); }

/* Section rules that fade out instead of stopping dead. */
hr.divider, .sec + .sec { border-image: linear-gradient(90deg, transparent, var(--hair), transparent) 1; }

@media (prefers-reduced-motion: reduce) {
  body::after { display: none; }
  .read-line { transition: none; }
  .ph img, .maison-shot img, .course-band-shot img, .btn::after { transition: none; }
}

/* ── On a telephone ─────────────────────────────────────────────────────────
   A watch the size of the screen ends up half under the header as soon as the
   page moves. Everything is brought in a little so a whole object, and what is
   written under it, are on screen together. */
@media (max-width: 760px) {
  .maison-hero { padding-block: 30px 38px; }
  .maison-title { font-size: clamp(44px, 14vw, 72px); margin: 10px 0 6px; }
  .maison-sub { font-size: 12px; }
  .watch-stage { width: min(360px, 70vw); margin-top: 16px; }
  .maison-line { font-size: 14.5px; margin-top: 18px; }
  .hero-in { padding-block: 34px 44px; }
  .hero-dial { max-width: 260px; width: 66%; }
  .hero h1 { margin-bottom: 14px; }
  .hero-facts { margin-top: 22px; }
  .sec, .sec-alt { padding-block: clamp(44px, 12vw, 70px); }
  .course-band { padding-block: 44px; }
  .course-band h2 { font-size: clamp(27px, 8vw, 36px); }
  .flip-ctrl { margin-top: 14px; }
  .statement p { font-size: clamp(22px, 6.4vw, 30px); }
}

/* The film carries the name of whoever is watching it: not a lock, a signature.
   A copy that travels says where it came from, and that is usually enough. */
.player { position: relative; }
.player-sign { position: absolute; right: 10px; bottom: 10px; z-index: 2; pointer-events: none;
  font: 500 11px/1 var(--sans); letter-spacing: .08em; color: rgba(255, 255, 255, .34);
  text-shadow: 0 1px 3px rgba(0, 0, 0, .7); mix-blend-mode: difference; }
@media (max-width: 640px) { .player-sign { font-size: 9.5px; right: 6px; bottom: 6px; } }

/* ── Two ways to pay ────────────────────────────────────────────────────── */
.pay-ways .ways { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 22px; }
.pay-ways .way { border: 1px solid var(--hair, rgba(27,31,36,.13)); border-radius: 6px; padding: 20px; display: grid; align-content: start; gap: 8px; }
.pay-ways .way-k { margin: 0; font: 500 11px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--brass); }
.pay-ways .way-d { margin: 0 0 6px; font-size: 14.5px; line-height: 1.6; color: var(--ink-2, #4a463d); }
.pay-ways .way .btn { justify-self: start; }
.pay-ways.pay-one .ways { max-width: 560px; }
.pay-ways .way-how { display: block; margin-top: 8px; font-size: 13px; color: var(--ink-3, #857f71); line-height: 1.6; }

/* ── The questions ──────────────────────────────────────────────────────── */
.faq-list { display: grid; gap: 0; margin-top: 24px; max-width: 800px; }
.faq-q { border-bottom: 1px solid var(--hair, rgba(27,31,36,.13)); }
.faq-q summary { cursor: pointer; list-style: none; padding: 18px 34px 18px 0; position: relative;
  font: 400 clamp(17px, 2vw, 20px)/1.4 var(--serif); }
.faq-q summary::-webkit-details-marker { display: none; }
.faq-q summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font: 300 22px/1 var(--sans); color: var(--brass); transition: transform .3s ease; }
.faq-q[open] summary::after { content: "−"; }
.faq-q p { margin: 0 0 18px; max-width: 68ch; color: var(--ink-2, #4a463d); font-size: 15.5px; line-height: 1.7; }
.faq-q summary:hover { color: var(--brass); }

/* A video lesson, asked for on one of the workshop's free slots. */
.visio-ask { margin-top: 30px; }
.visio-ask h3 { font-size: 22px; margin-bottom: 6px; }
.visio-ask .lead { font-size: 15px; margin-bottom: 12px; }
.visio-h { font: 600 13px/1.4 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); margin: 4px 0 6px; }
.visio-slots { display: flex; flex-wrap: wrap; gap: 8px; }
.visio-slot { font: 500 13.5px/1 var(--sans); color: var(--ink); background: var(--card); border: 1px solid var(--line);
  border-radius: 999px; padding: 10px 14px; cursor: pointer; }
.visio-slot:hover { border-color: var(--brass); }
.visio-slot.on { background: var(--brass); border-color: var(--brass); color: #16110a; }
.visio-tz { font-size: 12.5px; margin-top: 8px; }
.visio-mine { border-left: 2px solid var(--line); padding: 6px 0 6px 10px; margin-bottom: 8px; font-size: 14.5px; }
.visio-mine.confirmed { border-left-color: var(--brass); }
.visio-mine p { margin-top: 4px; color: var(--ink-2); }
.visio-ask form { margin-top: 12px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 16px; display: grid; gap: 10px; }
.visio-ask label { display: grid; gap: 8px; font-size: 13.5px; color: var(--ink-2); }
.visio-ask textarea { font: 400 15px/1.5 var(--sans); padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); }

/* A movement of their own, photographed and asked about. (Not .bench — that
   name belongs to the little 3D movement in the corner of the course page.) */
.own-bench { margin-top: 30px; }
.own-bench h3 { font-size: 22px; margin-bottom: 6px; }
.own-bench .lead { font-size: 15px; margin-bottom: 12px; }
.own-bench form { margin-top: 12px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 16px; display: grid; gap: 10px; }
.own-bench label { display: grid; gap: 8px; font-size: 13.5px; color: var(--ink-2); }
.own-bench textarea { font: 400 15px/1.5 var(--sans); padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); }
.link-btn { background: none; border: 0; padding: 0; font: 500 13.5px/1.4 var(--sans); color: var(--brass); cursor: pointer; text-decoration: underline; }
.visio-free { margin-top: 10px; }
.visio-chosen { font: 500 14px/1.4 var(--sans); color: var(--ink); margin: 0; }

/* The space's own little menu: the course, their bench, a lesson with me.
   On a phone it scrolls sideways rather than wrapping into three lines. */
.space-tabs { display: flex; gap: 8px; margin: 18px 0 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.space-tabs::-webkit-scrollbar { display: none; }
.sp-tab { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; font: 500 14px/1 var(--sans); color: var(--ink-2);
  background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 11px 17px; cursor: pointer; }
.sp-tab:hover { border-color: var(--brass); color: var(--ink); }
.sp-tab.on { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.sp-tab .tab-n { display: inline-grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px;
  background: var(--brass); color: #16110a; font: 600 11.5px/1 var(--sans); }
.sp-tab.on .tab-n { background: var(--brass); color: #16110a; }
.own-bench, .visio-ask { margin-top: 0; }
@media (max-width: 720px) {
  .space-tabs { margin: 14px -16px 16px; padding: 0 16px; }
  .sp-tab { padding: 10px 15px; font-size: 13.5px; }
}

/* The photographs of a repair, on the customer's own page. */
.tr-album { margin-top: 34px; }
.tr-album h2 { font-size: 24px; margin-bottom: 14px; }
.tr-shots { margin-bottom: 20px; }
.tr-shots h3 { font: 600 12.5px/1.4 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--brass); margin-bottom: 8px; }
.tr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px; }
.tr-grid figure { margin: 0; }
.tr-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); display: block; }
.tr-grid figcaption { font-size: 12.5px; color: var(--ink-2); margin-top: 5px; }
.tr-album-keep { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.tr-album-until { font-size: 13px; color: var(--ink-2); }
@media (max-width: 720px) { .tr-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; } }
