/* ============================================================
   site.css — component styles (hero, sections, booking)
   ============================================================ */

/* ====================== HERO (shared) ====================== */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-top: 96px; padding-bottom: 64px; overflow: hidden; }
.hero-inner { display: flex; flex-direction: column; width: 100%; position: relative; z-index: 1; }
.hero-wm { position: absolute; z-index: 0; right: -9%; top: 50%; transform: translateY(-50%); height: min(128%, 900px); width: auto; opacity: 0.05; pointer-events: none; user-select: none; }
html[data-theme="dark"] .hero-wm { opacity: 0.07; }
html[data-theme="light"] .hero-wm--dark { display: none; }
html[data-theme="dark"] .hero-wm--light { display: none; }
.hero--statement .hero-wm { right: 50%; transform: translate(50%, -50%); opacity: 0.04; }
@media (max-width: 720px) { .hero-wm { right: -22%; height: min(90%, 560px); opacity: 0.04; } .hero--reel .hero-wm { height: min(115%, 640px); top: 44%; right: -16%; } }
.hero-top { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; margin-bottom: clamp(24px, 5vh, 60px); }
.eyebrow--plain::before { display: none; }
.eyebrow--plain { color: var(--ink-faint); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.scroll-cue { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: grid; place-items: center; }
.scroll-cue-line { width: 1px; height: 46px; background: linear-gradient(var(--ink-faint), transparent); position: relative; overflow: hidden; }
.scroll-cue-line::after { content: ""; position: absolute; top: -50%; left: 0; width: 1px; height: 50%; background: var(--ink); animation: cue 2.2s var(--ease-in-out) infinite; }
@keyframes cue { 0% { transform: translateY(-100%); } 60%,100% { transform: translateY(300%); } }

/* ---- A: wordmark ---- */
.wordmark { display: flex; align-items: flex-end; line-height: 0.8; font-weight: 900; letter-spacing: -0.05em; font-size: clamp(120px, 30vw, 460px); }
.wm-letter { display: inline-block; transform: translateY(22%); animation: wmUp 1s var(--ease) forwards; }
@keyframes wmUp { to { transform: none; } }
.wm-dot { width: clamp(14px, 3vw, 40px); height: clamp(14px, 3vw, 40px); border-radius: 50%; background: var(--ink); margin-left: 0.12em; margin-bottom: 0.18em; transform: translateY(22%); animation: wmUp 1s var(--ease) 0.6s forwards; }
.hero--wordmark .hero-sub { margin-top: clamp(20px, 4vh, 44px); max-width: 720px; }
.hero-sub-line { font-weight: 600; }
.rotator { display: inline-grid; vertical-align: bottom; }
.rotator-word { grid-area: 1 / 1; opacity: 1; animation: rotIn 0.55s var(--ease) both; white-space: nowrap; font-size: 1.05em; will-change: transform; }
@keyframes rotIn { from { transform: translateY(0.55em) rotate(2deg); } to { transform: none; } }
.hero-blurb { margin-top: 18px; max-width: 600px; }
.hero-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; margin-top: clamp(34px, 7vh, 72px); }
.hero-stats { display: flex; gap: clamp(24px, 4vw, 56px); }
.stat-n { font-weight: 800; letter-spacing: -0.03em; }
.stat-l { font-size: 13.5px; font-weight: 500; margin-top: 4px; max-width: 140px; line-height: 1.3; }

/* ---- B: reel ---- */
.hero--reel { min-height: auto; justify-content: flex-start; padding-top: clamp(120px, 17vh, 190px); padding-bottom: clamp(40px, 6vh, 80px); overflow: visible; }
.hero--reel .hero-wm { height: min(190%, 1450px); top: 60%; right: -6%; z-index: -1; }
.reel-head { margin-bottom: clamp(30px, 5vh, 56px); max-width: 16ch; }
.reel-blurb { max-width: 620px; margin-bottom: 0; }
.hero--reel .hero-foot { margin-top: clamp(30px, 5vh, 56px); }
.reel-name { font-weight: 600; font-size: 15px; }
.reel-meta { font-size: 12.5px; }

/* ---- C: statement ---- */
.hero--statement { text-align: center; }
.statement-head { font-size: clamp(38px, 7.6vw, 112px); line-height: 0.98; letter-spacing: -0.035em; margin: clamp(14px, 2.5vh, 28px) auto clamp(26px, 4vh, 42px); }
.statement-head .serif { line-height: 1.0; }
.statement-blurb { max-width: 640px; margin: 0 auto clamp(30px, 5vh, 44px); }
.statement-stats { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 48px); margin-top: clamp(44px, 8vh, 92px); }
.statement-stats .stat { text-align: center; }
.statement-stats .stat-l { margin-inline: auto; }
.stat-div { width: 1px; height: 42px; background: var(--line); }

.section--placeholder { min-height: 360px; border-top: 1px solid var(--line); }

/* ====================== OVERTIME FEATURE ====================== */
.overtime { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ot-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 6vw, 84px); align-items: center; }
.ot-left { display: flex; flex-direction: column; gap: 30px; }
.ot-left .h2 { margin-top: 4px; line-height: 1.22; letter-spacing: -0.02em; text-wrap: balance; max-width: 13ch; }
.ot-left strong { font-weight: 700; color: var(--ink); }
.ot-stats { display: flex; align-items: flex-start; gap: clamp(18px, 3vw, 36px); margin-top: 14px; flex-wrap: wrap; }
.ot-stat-n { font-size: clamp(30px, 4vw, 46px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.ot-stat-l { font-size: 13px; font-weight: 500; margin-top: 8px; max-width: 130px; line-height: 1.3; }
.ot-right image-slot { box-shadow: 0 30px 80px rgba(0,0,0,0.28); }
.ot-logo { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; text-decoration: none; padding: 30px 24px; transition: transform 0.55s var(--ease); }
.ot-logo-img { width: clamp(150px, 17vw, 224px); height: auto; transition: transform 0.55s var(--ease), filter 0.55s var(--ease); }
.ot-logo:hover { transform: translateY(-4px); }
.ot-logo:hover .ot-logo-img { transform: scale(1.05); filter: drop-shadow(0 16px 38px rgba(255,45,181,0.28)); }
.ot-logo:active .ot-logo-img { transform: scale(0.99); }
.ot-logo-glow { position: absolute; top: 38%; width: 58%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,45,181,0.40), rgba(61,194,255,0.18) 48%, transparent 70%); filter: blur(44px); opacity: 0; transition: opacity 0.55s var(--ease); z-index: -1; }
.ot-logo:hover .ot-logo-glow { opacity: 1; }
.ot-logo-cta { font-size: 14px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink-faint); transition: color 0.35s var(--ease), transform 0.35s var(--ease); }
.ot-logo:hover .ot-logo-cta { color: var(--ink); transform: translateY(2px); }
html[data-theme="light"] .ot-logo-img--dark { display: none; }
html[data-theme="dark"] .ot-logo-img--light { display: none; }
@media (max-width: 860px) { .ot-grid { grid-template-columns: 1fr; } .ot-right { order: -1; } }

/* ====================== SELECTED VIDEOS (rails) ====================== */
.work-head { position: relative; }
.addv-trigger { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 10px 18px; border: 1px solid var(--line-strong); border-radius: var(--r-pill); font-size: 14px; font-weight: 600; color: var(--ink); transition: all 0.25s var(--ease); }
.addv-trigger:hover { border-color: var(--ink); transform: translateY(-2px); }
.addv-trigger span { font-size: 16px; line-height: 1; }

.vrail { width: 100%; margin-bottom: 16px; }
.vrail:last-child { margin-bottom: 0; }
.vcard { position: relative; width: clamp(320px, 33vw, 500px); aspect-ratio: 16 / 9; border-radius: var(--r-md); overflow: hidden; background: var(--bg-3); border: 1px solid var(--line); margin-right: 18px; flex-shrink: 0; }
.vthumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; transition: transform 0.7s var(--ease); }
.vcard.filled:hover .vthumb { transform: scale(1.05); }
.vcard-grad { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.32) 34%, rgba(0,0,0,0.04) 58%, transparent 72%); pointer-events: none; }
.vcap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; padding: 14px 16px; pointer-events: none; display: flex; flex-direction: column; gap: 3px; }
.vcard-link { position: absolute; inset: 0; z-index: 3; cursor: pointer; display: grid; place-items: center; }
.vplay { width: 54px; height: 54px; border-radius: 50%; background: rgba(0,0,0,0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); display: grid; place-items: center; color: #fff; font-size: 18px; padding-left: 3px; opacity: 0; transform: scale(0.8); transition: opacity 0.3s var(--ease), transform 0.3s var(--ease); }
.vcard.filled:hover .vplay { opacity: 1; transform: scale(1); }
.vviews { color: #fff; font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.vtitle { color: rgba(255,255,255,0.82); font-weight: 500; font-size: 12.5px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vchan-tag { position: absolute; top: 12px; left: 12px; z-index: 3; font-size: 11px; font-weight: 600; letter-spacing: 0.02em; padding: 5px 10px; border-radius: var(--r-pill); background: rgba(0,0,0,0.55); color: #fff; backdrop-filter: blur(6px); pointer-events: none; }
.vchan-tag.on-ghost { background: var(--ink); color: var(--bg); top: 12px; }
.vcard-tools { position: absolute; top: 10px; right: 10px; z-index: 4; display: flex; gap: 6px; opacity: 0; transition: opacity 0.25s; }
.vcard.filled:hover .vcard-tools { opacity: 1; }
.vtool { width: 28px; height: 28px; border-radius: 50%; background: rgba(0,0,0,0.6); color: #fff; display: grid; place-items: center; font-size: 12px; backdrop-filter: blur(6px); transition: background 0.2s; }
.vtool:hover { background: #000; }
.vghost-btn { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--ink-faint); transition: color 0.25s, background 0.25s; }
.vghost-btn:hover { color: var(--ink); background: color-mix(in srgb, var(--ink) 4%, transparent); }
.vghost-ic { font-size: 26px; line-height: 1; font-weight: 400; }
.vghost-tx { font-size: 13px; font-weight: 600; }

/* ====================== THEME TOGGLE ====================== */
.theme-toggle { position: relative; width: 52px; height: 28px; border-radius: var(--r-pill); border: 1px solid var(--line-strong); background: transparent; flex-shrink: 0; padding: 0; transition: border-color 0.3s ease, background 0.3s ease; }
.theme-toggle:hover { border-color: var(--ink); }
.theme-toggle[data-theme="dark"] { background: color-mix(in srgb, var(--ink) 8%, transparent); }
.tt-knob { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--ink); transition: transform 0.38s var(--ease); }
.theme-toggle[data-theme="dark"] .tt-knob { transform: translateX(24px); }
@media (max-width: 520px) { .theme-toggle { display: none; } }

/* ====================== ADD-VIDEO MODAL ====================== */
.addv-overlay { position: fixed; inset: 0; z-index: 1100; display: none; place-items: center; padding: clamp(0px, 4vw, 40px); }
.addv-overlay.open { display: grid; }
.addv-scrim { position: absolute; inset: 0; background: color-mix(in srgb, #000 62%, transparent); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.addv-panel { position: relative; z-index: 2; width: min(540px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; background: var(--bg); border: 1px solid var(--line); border-radius: clamp(0px, 2vw, 22px); box-shadow: 0 40px 120px rgba(0,0,0,0.5); animation: bkIn 0.45s var(--ease) both; }
.addv-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.addv-head .h3 { white-space: nowrap; }
.addv-body { padding: 24px; display: flex; flex-direction: column; gap: 18px; }
.field-hint-soft { font-size: 12.5px; color: var(--ink-faint); }
.addv-preview { width: 100%; }
.addv-thumb { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--r-md); border: 1px solid var(--line); display: block; background: var(--bg-2); }
.addv-thumb--empty { display: grid; place-items: center; color: var(--ink-faint); font-size: 13px; font-weight: 500; }
.addv-note { font-size: 12.5px; line-height: 1.5; }
.addv-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 24px; border-top: 1px solid var(--line); }
.addv-links { min-height: 58px; }
.addv-bulk { display: flex; flex-direction: column; gap: 9px; max-height: 240px; overflow-y: auto; padding: 4px; border: 1px solid var(--line); border-radius: var(--r-md); }
.bulk-row { display: flex; align-items: center; gap: 12px; }
.bulk-thumb { width: 64px; height: 36px; object-fit: cover; border-radius: 6px; flex-shrink: 0; background: var(--bg-2); border: 1px solid var(--line); }
.bulk-id { font-size: 13px; font-weight: 500; }
.vviews--pending { font-size: 12.5px; font-weight: 600; opacity: 0.75; }

/* ====================== ABOUT ====================== */
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.about-left .h2 { margin-top: 22px; }
.about-right { display: flex; flex-direction: column; gap: 22px; }
.about-right strong { font-weight: 700; color: var(--ink); }
.about-disc { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.disc { border: 1px solid var(--line-strong); border-radius: var(--r-pill); padding: 9px 16px; font-size: 13.5px; font-weight: 500; color: var(--ink-soft); transition: all 0.3s var(--ease); white-space: nowrap; }
.disc:hover { border-color: var(--ink); color: var(--ink); }
@media (max-width: 820px) { .about-grid { grid-template-columns: 1fr; } }

/* ====================== WORK ====================== */
.work-head { max-width: 760px; margin-bottom: clamp(34px, 5vw, 56px); }
.work-head-txt { margin-top: 18px; font-weight: 500; }
.work-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.work-card { position: relative; grid-column: span 2; aspect-ratio: 16 / 10; border-radius: var(--r-md); overflow: hidden; background: var(--bg-2); border: 1px solid var(--line); }
.work-card--lg { grid-column: span 4; aspect-ratio: 16 / 9; }
.work-card-grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 42%, transparent 70%); z-index: 2; pointer-events: none; }
.work-card-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 18px 20px; display: flex; flex-direction: column; gap: 2px; pointer-events: none; }
.work-name { color: #fff; font-weight: 700; font-size: clamp(15px, 1.6vw, 20px); letter-spacing: -0.01em; }
.work-meta { color: rgba(255,255,255,0.7); font-size: 12.5px; font-weight: 500; }
.work-card image-slot { z-index: 1; transition: transform 0.7s var(--ease); }
.work-card:hover image-slot { transform: scale(1.04); }
@media (max-width: 900px) { .work-grid { grid-template-columns: repeat(2, 1fr); } .work-card, .work-card--lg { grid-column: span 1; aspect-ratio: 16/10; } }

/* ====================== TESTIMONIALS ====================== */
.testimonials { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tst-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 20px; margin-top: 0; align-items: stretch; }
.tst-stack { display: flex; flex-direction: column; gap: 20px; }
.tst-stack .tst-card { flex: 1; padding: clamp(24px, 2.6vw, 34px); gap: 18px; }
.tst-stack .tst-quote { font-size: clamp(16px, 1.5vw, 19px); }
.tst-stack .tst-quotemark { font-size: 64px; top: 2px; left: 20px; }
.tst-card { position: relative; background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px, 3.5vw, 48px); display: flex; flex-direction: column; gap: 26px; }
.tst-quotemark { position: absolute; top: 6px; left: 24px; font-size: 90px; line-height: 1; color: var(--ink-ghost); }
.tst-quote { font-size: clamp(18px, 2vw, 26px); line-height: 1.42; font-weight: 500; letter-spacing: -0.015em; position: relative; z-index: 1; margin-top: 8px; }
.tst-card--feature .tst-quote { font-size: clamp(20px, 2.4vw, 30px); }
.tst-by { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.tst-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: var(--bg); display: grid; place-items: center; font-weight: 700; font-size: 18px; }
.tst-avatar--img { object-fit: cover; padding: 0; background: var(--bg-2); }
.tst-name { font-weight: 700; font-size: 15px; }
.tst-role { font-size: 13px; }
@media (max-width: 820px) { .tst-grid { grid-template-columns: 1fr; } }

/* --- variant B: even quad grid --- */
.tst-quad { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.tst-quad .tst-card { padding: clamp(26px, 3vw, 40px); gap: 20px; }
.tst-quad .tst-quote { font-size: clamp(17px, 1.7vw, 21px); }
@media (max-width: 820px) { .tst-quad { grid-template-columns: 1fr; } }

/* --- variant C: auto-scrolling wall --- */
.tst--marquee.testimonials { overflow: hidden; }
.tst-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.tst-marquee-track { display: flex; width: max-content; animation: tstScroll 70s linear infinite; padding-inline: 10px; }
.tst-marquee:hover .tst-marquee-track { animation-play-state: paused; }
.tst-card--mq { width: 380px; flex: 0 0 380px; margin-right: 20px; padding: clamp(26px, 2.4vw, 32px); gap: 18px; }
.tst-card--mq .tst-quote { font-size: 17px; line-height: 1.45; }
@keyframes tstScroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .tst-marquee-track { animation: none; } }

/* --- variant D: rotating spotlight --- */
.tst-spotlight { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; column-gap: clamp(20px, 5vw, 80px); max-width: 1180px; margin: 0 auto; }
.tst-spot-stage { display: grid; align-items: center; min-width: 0; }
.tst-spot-slide { grid-area: 1 / 1; width: 100%; opacity: 0; transform: translateY(12px); filter: blur(6px); pointer-events: none; transition: opacity 0.55s cubic-bezier(0.22,0.68,0.2,1), transform 0.55s cubic-bezier(0.22,0.68,0.2,1), filter 0.55s cubic-bezier(0.22,0.68,0.2,1); }
.tst-spot-slide.active { opacity: 1; transform: none; filter: blur(0); pointer-events: auto; }
.tst-spot-quote { font-size: clamp(24px, 3.3vw, 42px); line-height: 1.3; font-weight: 500; letter-spacing: -0.02em; }
.tst-spot-by { display: flex; align-items: center; gap: 14px; margin-top: clamp(26px, 3.6vh, 44px); }
.tst-spot-av { width: 56px; height: 56px; font-size: 22px; }
.tst-arrow { display: grid; place-items: center; width: clamp(40px, 5vw, 62px); height: clamp(140px, 18vw, 220px); padding: 0; border: none; background: none; cursor: pointer; color: var(--ink-faint); transition: color 0.3s, transform 0.35s cubic-bezier(0.2,0.7,0.2,1); }
.tst-arrow:hover { color: var(--ink); }
.tst-arrow--prev:hover { transform: translateX(-5px); }
.tst-arrow--next:hover { transform: translateX(5px); }
.tst-arrow:active { transform: scale(0.9); }
.tst-chev { width: clamp(20px, 2.4vw, 32px); height: auto; display: block; }
@media (max-width: 620px) { .tst-arrow { width: 34px; height: 110px; } .tst-spotlight { column-gap: 12px; } }

/* ====================== FAQ ====================== */
.faq-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.faq-left .h2 { margin-top: 22px; }
.faq-left { position: static; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; text-align: left; }
.faq-q-txt { font-size: clamp(17px, 1.9vw, 22px); font-weight: 600; letter-spacing: -0.015em; transition: opacity 0.2s; }
.faq-q:hover .faq-q-txt { opacity: 0.6; }
.faq-icon { position: relative; flex-shrink: 0; width: 18px; height: 18px; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--ink); transition: transform 0.4s var(--ease), opacity 0.3s; }
.faq-icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq-icon::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq-item.open .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-a-wrap { display: grid; transition: grid-template-rows 0.5s var(--ease); }
.faq-a-inner { overflow: hidden; }
.faq-a { font-size: clamp(15px, 1.6vw, 17px); line-height: 1.6; max-width: 60ch; padding-bottom: 26px; }
.faq-link { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; transition: opacity 0.2s var(--ease); }
.faq-link:hover { opacity: 0.65; }
@media (max-width: 820px) { .faq-grid { grid-template-columns: 1fr; } .faq-left { position: static; } }

/* ====================== FOOTER ====================== */
.footer { padding-top: clamp(70px, 11vw, 150px); padding-bottom: 40px; border-top: 1px solid var(--line); }
.footer-cta { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px; margin-bottom: clamp(56px, 9vw, 110px); }
.footer-head { margin-top: 6px; transition: text-shadow 0.5s var(--ease); }
.footer-cta-btn { background: none; border: none; padding: 8px 14px; margin: -8px -14px; cursor: pointer; color: inherit; display: inline-block; transition: transform 0.5s cubic-bezier(0.22,0.68,0.2,1); }
.footer-cta-btn:focus-visible { outline: 2px solid var(--ink); outline-offset: 6px; border-radius: 8px; }
.fcta-word { position: relative; display: inline-block; }
.footer-cta-arrow { display: none; }

/* hover option: underline sweep */
.fcta--underline .fcta-word::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0.02em; height: 0.055em; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 0.55s cubic-bezier(0.22,0.68,0.2,1); }
.fcta--underline:hover .fcta-word::after, .fcta--underline:focus-visible .fcta-word::after { transform: scaleX(1); }

/* hover option: arrow slide-in + lift */
.fcta--arrow .footer-cta-arrow { display: inline-block; margin-left: 0.06em; font-size: 0.42em; vertical-align: 0.55em; opacity: 0; transform: translate(-0.35em, 0.35em); transition: opacity 0.45s cubic-bezier(0.22,0.68,0.2,1), transform 0.45s cubic-bezier(0.22,0.68,0.2,1); }
.fcta--arrow:hover, .fcta--arrow:focus-visible { transform: translateY(-4px); }
.fcta--arrow:hover .footer-cta-arrow, .fcta--arrow:focus-visible .footer-cta-arrow { opacity: 1; transform: translate(0, 0); }

/* hover option: lift + scale */
.fcta--lift:hover, .fcta--lift:focus-visible { transform: translateY(-6px) scale(1.015); }
.fcta--lift:active { transform: translateY(-2px); }

/* hover option: glow */
.fcta--glow:hover, .fcta--glow:focus-visible { transform: translateY(-2px); }
.fcta--glow:hover .footer-head, .fcta--glow:focus-visible .footer-head { text-shadow: 0 0 40px color-mix(in srgb, var(--ink) 42%, transparent); }

@media (prefers-reduced-motion: reduce) {
  .footer-cta-btn, .footer-cta-arrow, .footer-head, .fcta--underline .fcta-word::after { transition: none !important; }
  .fcta--arrow .footer-cta-arrow { opacity: 1; transform: none; }
}
.footer-rule { margin-bottom: 28px; width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-meta { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.footer-social { display: flex; gap: 22px; font-size: 14px; font-weight: 500; }
.footer-social a { color: var(--ink-soft); transition: color 0.25s; }
.footer-social a:hover { color: var(--ink); }
.footer-fine { margin-top: 26px; font-size: 12.5px; }

/* ====================== BOOKING OVERLAY ====================== */
/* Show/hide via display (no opacity transition that could freeze in an
   unfocused frame). Panel entrance animates transform only. */
.bk-overlay { position: fixed; inset: 0; z-index: 1000; display: none; place-items: center; padding: clamp(0px, 3vw, 40px); }
.bk-overlay.open { display: grid; }
.bk-scrim { position: absolute; inset: 0; background: color-mix(in srgb, #000 62%, transparent); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.bk-panel { position: relative; z-index: 2; width: min(1040px, 100%); height: min(720px, 100%); background: var(--bg); border: 1px solid var(--line); border-radius: clamp(0px, 2vw, 24px); overflow: hidden; display: grid; grid-template-columns: 340px 1fr; box-shadow: 0 40px 120px rgba(0,0,0,0.5); animation: bkIn 0.5s var(--ease) both; }
@keyframes bkIn { from { transform: translateY(26px) scale(0.985); } to { transform: none; } }

.bk-rail { background: var(--bg-2); border-right: 1px solid var(--line); padding: 34px 30px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.bk-rail-top .nav-logo { font-size: 18px; margin-bottom: 26px; }
.bk-rail-title { margin-bottom: 10px; }
.bk-rail-sub { font-size: 14px; line-height: 1.5; white-space: pre-line; }
.bk-summary { display: flex; flex-direction: column; gap: 2px; }
.sum-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); opacity: 0.5; transition: opacity 0.3s; }
.sum-row.active { opacity: 1; }
.sum-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; }
.sum-value { font-size: 14px; font-weight: 600; text-align: right; }
.bk-total { display: flex; justify-content: space-between; align-items: center; padding: 16px 0 6px; border-top: 1px solid var(--line-strong); margin-top: 6px; }
.bk-total-n { font-weight: 800; }
.bk-rail-fine { font-size: 11.5px; margin-top: 4px; }

.bk-main { display: flex; flex-direction: column; min-height: 0; }
.bk-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; border-bottom: 1px solid var(--line); }
.bk-close { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-size: 14px; color: var(--ink-soft); transition: all 0.25s; flex-shrink: 0; }
.bk-close:hover { border-color: var(--ink); color: var(--ink); transform: rotate(90deg); }

.stepper { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.stepper-item { display: flex; align-items: center; gap: 8px; opacity: 0.4; transition: opacity 0.3s; }
.stepper-item.active, .stepper-item.done { opacity: 1; }
.stepper-dot { width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; font-size: 12px; font-weight: 600; flex-shrink: 0; transition: all 0.3s; }
.stepper-item.active .stepper-dot { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.stepper-item.done .stepper-dot { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.stepper-label { font-size: 13px; font-weight: 600; }
.stepper-item + .stepper-item::before { content: ""; }
@media (max-width: 560px) { .stepper-label { display: none; } }

.bk-body { flex: 1; overflow-y: auto; padding: clamp(24px, 4vw, 40px); min-height: 0; }
.step-title { margin-bottom: 6px; }
.step-sub { font-size: 14.5px; margin-bottom: 26px; }
.bk-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 28px; border-top: 1px solid var(--line); }

/* duration */
.bk-cap-note { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 500; color: var(--ink-soft); margin-bottom: 20px; }
.bk-cap-note strong { color: var(--ink); font-weight: 700; }
.dur-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dur-card { position: relative; text-align: left; border: 1px solid var(--line-strong); border-radius: var(--r-md); padding: 26px 24px; display: flex; flex-direction: column; gap: 4px; transition: all 0.3s var(--ease); }
.dur-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.dur-card.sel { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.dur-name { font-size: 21px; font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; padding-right: 30px; }
.dur-meta { font-size: 12.5px; font-weight: 600; margin-top: 5px; letter-spacing: 0.01em; }
.dur-price { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; margin-top: 16px; }
.dur-desc { font-size: 13px; line-height: 1.45; margin-top: 9px; }
.dur-check { position: absolute; top: 18px; right: 18px; width: 24px; height: 24px; border-radius: 50%; background: var(--ink); color: var(--bg); display: grid; place-items: center; font-size: 13px; opacity: 0; transform: scale(0.5); transition: all 0.3s var(--ease); }
.dur-card.sel .dur-check { opacity: 1; transform: none; }
.dur-badge { align-self: flex-start; max-width: calc(100% - 46px); overflow: hidden; text-overflow: ellipsis; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: 11.5px; font-weight: 700; letter-spacing: normal; padding: 4px 11px 4px 9px; border-radius: 100px; width: fit-content; margin-bottom: 14px; }
.dur-badge::before { content: ""; flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: pulseDot 2.2s infinite; }
.dur-badge--green { color: #1d8a4c; background: color-mix(in srgb, #22a85a 15%, transparent); }
.dur-badge--amber { color: #b9781a; background: color-mix(in srgb, #e6a23c 16%, transparent); }
.dur-badge--red { color: #c0392b; background: color-mix(in srgb, #e0503f 15%, transparent); }
html[data-theme="dark"] .dur-badge--green { color: #5fd98a; background: color-mix(in srgb, #22a85a 22%, transparent); }
html[data-theme="dark"] .dur-badge--amber { color: #f2bc63; background: color-mix(in srgb, #e6a23c 22%, transparent); }
html[data-theme="dark"] .dur-badge--red { color: #ff8377; background: color-mix(in srgb, #e0503f 24%, transparent); }
.dur-badge--sold { color: var(--ink-faint); background: color-mix(in srgb, var(--ink) 9%, transparent); }
.dur-badge--sold::before { animation: none; }
.dur-card.sold { opacity: 0.5; filter: grayscale(1); cursor: not-allowed; }
.dur-card.sold:hover { transform: none; border-color: var(--line-strong); }
.dur-card.sold .dur-check { display: none; }
.dur-cta { margin-top: 16px; font-size: 13px; font-weight: 700; letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 6px; color: var(--ink); }
.dur-cta .arrow { transition: transform 0.4s var(--ease); }
.dur-card:hover .dur-cta { gap: 9px; }
.dur-card:hover .dur-cta .arrow { transform: translate(3px, -3px); }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, currentColor 45%, transparent); } 70% { box-shadow: 0 0 0 6px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
@media (prefers-reduced-motion: reduce) { .dur-badge::before { animation: none; } }

/* time */
.time-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; min-width: 0; }
.field-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; color: var(--ink-soft); margin-bottom: 14px; display: block; }
.day-scroll { display: flex; flex-direction: column; gap: 8px; max-height: 300px; overflow-y: auto; padding-right: 6px; }
.day-pill { display: flex; align-items: baseline; gap: 8px; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 13px 16px; transition: all 0.25s; }
.day-pill:hover { border-color: var(--ink-soft); }
.day-pill.sel { border-color: var(--ink); background: var(--ink); color: var(--bg); }
.day-dow { font-weight: 600; font-size: 14px; width: 34px; }
.day-num { font-weight: 800; font-size: 18px; }
.day-mon { font-size: 13px; opacity: 0.7; }
.slot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: start; }
.slot-pill { border: 1px solid var(--line-strong); border-radius: var(--r-sm); padding: 14px; font-weight: 600; font-size: 15px; transition: all 0.25s; }
.slot-pill:hover { border-color: var(--ink); }
.slot-pill.sel { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.slot-empty { grid-column: 1 / -1; font-size: 14px; }
@media (max-width: 620px) { .time-layout { grid-template-columns: 1fr; } .time-layout > * { min-width: 0; } .day-scroll { flex-direction: row; max-height: none; overflow-x: auto; padding-right: 0; padding-bottom: 6px; } .day-pill { flex-direction: column; align-items: center; min-width: 70px; flex: 0 0 auto; } }

/* forms */
.form-grid, .pay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field .field-label { margin-bottom: 0; }
.req { color: var(--ink-faint); margin-left: 2px; }
.inp { width: 100%; background: var(--bg-2); border: 1px solid var(--line-strong); border-radius: var(--r-sm); padding: 13px 15px; font-size: 15px; font-weight: 500; transition: border-color 0.25s, box-shadow 0.25s; }
.inp::placeholder { color: var(--ink-faint); }
.inp:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px var(--ink-ghost); }
.inp.err { border-color: #c0392b; }
.txt { resize: vertical; min-height: 92px; line-height: 1.5; font-family: var(--font-display); }
.field-hint { font-size: 12.5px; color: #c0392b; }
.pay-secure { display: flex; align-items: center; gap: 8px; font-size: 12.5px; margin-top: 18px; }
@media (max-width: 560px) { .form-grid, .pay-grid, .dur-grid { grid-template-columns: 1fr; } }

/* confirm */
.confirm { display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: 10px; }
.confirm-check { width: 84px; height: 84px; border-radius: 50%; background: var(--ink); color: var(--bg); display: grid; place-items: center; margin-bottom: 24px; animation: pop 0.6s var(--ease) both; }
.cc-tick { font-size: 38px; animation: tick 0.5s var(--ease) 0.2s both; }
@keyframes pop { 0% { transform: scale(0.6); } 62% { transform: scale(1.08); } 100% { transform: none; } }
@keyframes tick { from { transform: scale(0.4); } to { transform: none; } }
.confirm-head { margin-bottom: 12px; }
.confirm-sub { max-width: 44ch; margin-bottom: 30px; }
.confirm-card { width: 100%; max-width: 460px; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px; margin-bottom: 30px; text-align: left; }
.confirm-card-row { display: flex; gap: 14px; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.cal-glyph { font-size: 22px; filter: grayscale(0.3); }
.cc-title { font-weight: 700; font-size: 15px; }
.cc-meta { font-size: 13px; margin-top: 2px; }
.sync-steps { display: flex; flex-direction: column; gap: 12px; padding-top: 16px; }
.sync-line { display: flex; align-items: center; gap: 11px; opacity: 0.45; transition: opacity 0.4s; }
.sync-line.done { opacity: 1; }
.sync-ic { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; border: 1px solid var(--line-strong); flex-shrink: 0; }
.sync-line.done .sync-ic { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.sync-lbl { font-size: 14px; font-weight: 500; }
.sync-spin { width: 11px; height: 11px; border-radius: 50%; border: 2px solid var(--line-strong); border-top-color: var(--ink); animation: spin 0.8s linear infinite; }

/* spinner */
.spinner { width: 17px; height: 17px; border-radius: 50%; border: 2px solid color-mix(in srgb, var(--bg) 40%, transparent); border-top-color: var(--bg); animation: spin 0.7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.btn:disabled { opacity: 0.4; cursor: not-allowed; }
.btn:disabled:hover { transform: none; }

@media (max-width: 720px) {
  .bk-panel { grid-template-columns: 1fr; height: 100%; border-radius: 0; }
  .bk-rail { display: none; }
}

/* nav book button sizing */
.nav-book { padding: 11px 20px; font-size: 14px; }

/* ====================== CAPABILITIES (What I do) ====================== */
.cap-head { max-width: 760px; }
.cap-title { margin-top: 18px; line-height: 1.04; }
.cap-lede { margin-top: 22px; max-width: 60ch; }

/* ---- Simple: editorial hairline rows ---- */
.cap-rows { margin-top: clamp(40px, 6vw, 72px); border-top: 1px solid var(--line); }
.cap-row {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: clamp(20px, 5vw, 72px);
  padding-block: clamp(28px, 3.4vw, 44px);
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.cap-row-head { display: flex; align-items: baseline; gap: 16px; }
.cap-num { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; font-variant-numeric: tabular-nums; padding-top: 4px; }
.cap-label { font-size: clamp(21px, 2.3vw, 30px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
.cap-row-body { display: flex; flex-direction: column; gap: 16px; padding-top: 3px; }
.cap-line { font-size: clamp(16px, 1.5vw, 19px); font-weight: 500; color: var(--ink); line-height: 1.4; }
.cap-items {
  display: flex; flex-wrap: wrap; gap: 8px 20px;
  list-style: none; margin: 0; padding: 0;
}
.cap-item { position: relative; font-size: 14.5px; font-weight: 500; line-height: 1.5; }
.cap-item:not(:last-child)::after {
  content: "·"; position: absolute; right: -12px; color: var(--ink-ghost);
}

/* ---- Weighted: connected pipeline spine ---- */
.cap-flow { margin-top: clamp(40px, 6vw, 76px); }
.cap-stage {
  display: grid;
  grid-template-columns: clamp(56px, 7vw, 92px) 1fr;
  gap: clamp(20px, 4vw, 56px);
  position: relative;
  padding-block: clamp(30px, 4vw, 52px);
}
/* the spine: one continuous line down the node column */
.cap-rail { position: relative; display: flex; justify-content: center; }
.cap-rail::before {
  content: "";
  position: absolute; left: 50%; top: 0; bottom: 0;
  width: 1px; transform: translateX(-50%);
  background: var(--line);
}
/* trim the line at the very top and very bottom of the run */
.cap-stage:first-child .cap-rail::before { top: clamp(20px, 3vw, 34px); }
.cap-stage:last-child  .cap-rail::before { bottom: auto; height: clamp(20px, 3vw, 34px); }
.cap-node {
  position: relative; z-index: 1;
  display: grid; place-items: center;
  width: clamp(44px, 5vw, 60px); aspect-ratio: 1;
  border: 1px solid var(--line-strong); border-radius: 999px;
  background: var(--bg);
  font-size: clamp(13px, 1.2vw, 15px); font-weight: 700;
  font-variant-numeric: tabular-nums; letter-spacing: 0.04em;
  color: var(--ink-soft);
  transition: background 0.45s, color 0.45s, border-color 0.45s, transform 0.45s cubic-bezier(0.2,0.7,0.2,1);
}
.cap-stage-main { padding-top: clamp(2px, 0.6vw, 8px); }
.cap-stage-label {
  font-size: clamp(28px, 3.6vw, 50px); font-weight: 700;
  letter-spacing: -0.025em; line-height: 1.02;
  transition: transform 0.45s cubic-bezier(0.2,0.7,0.2,1);
  transform-origin: left center;
}
.cap-stage-line {
  margin-top: 12px;
  font-size: clamp(16px, 1.6vw, 20px); font-weight: 500;
  color: var(--ink-soft); line-height: 1.4;
}
.cap-stage-items {
  display: flex; flex-wrap: wrap; gap: 6px 22px;
  list-style: none; margin: 20px 0 0; padding: 0;
}
.cap-stage-item { position: relative; font-size: 15px; font-weight: 500; color: var(--ink-faint); line-height: 1.5; }
.cap-stage-item:not(:last-child)::after {
  content: "·"; position: absolute; right: -13px; color: var(--ink-ghost);
}
/* hover lights up the node + nudges the stage */
.cap-stage:hover .cap-node { background: var(--ink); color: var(--inv-ink); border-color: var(--ink); transform: scale(1.06); }
.cap-stage:hover .cap-stage-label { transform: translateX(6px); }

@media (max-width: 820px) {
  .cap-row { grid-template-columns: 1fr; gap: 16px; }
  .cap-stage { grid-template-columns: 40px 1fr; gap: 20px; padding-block: 28px; }
  .cap-node { width: 38px; }
}

/* ---- Spotlight: one capability at a time, arrows flanking left & right ---- */
.cap-spot {
  margin-top: clamp(36px, 5vw, 68px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(10px, 3vw, 52px);
  outline: none;
}
.cap-arrow {
  grid-row: 1;
  display: grid; place-items: center;
  width: clamp(44px, 5vw, 76px);
  height: clamp(120px, 18vw, 240px);
  padding: 0; border: none; background: none; cursor: pointer;
  color: var(--ink-faint);
  transition: color 0.3s, transform 0.35s cubic-bezier(0.2,0.7,0.2,1);
}
.cap-arrow--prev { grid-column: 1; }
.cap-arrow--next { grid-column: 3; }
.cap-chev { width: clamp(22px, 2.6vw, 38px); height: auto; display: block; }
.cap-arrow:hover { color: var(--ink); }
.cap-arrow--prev:hover { transform: translateX(-5px); }
.cap-arrow--next:hover { transform: translateX(5px); }
.cap-arrow:active { transform: scale(0.9); }

.cap-spot-stage {
  grid-column: 2; grid-row: 1;
  position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  min-height: clamp(300px, 36vw, 420px);
  padding: clamp(18px, 3vw, 40px) 0;
  overflow: hidden;
}
.cap-spot-ghost {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800; line-height: 0.8; letter-spacing: -0.04em;
  font-size: clamp(200px, 32vw, 440px);
  color: var(--ink-ghost); z-index: 0; pointer-events: none;
  animation: capGhost 0.6s cubic-bezier(0.2,0.7,0.2,1) both;
}
@keyframes capGhost {
  from { opacity: 0; transform: translate(-50%, -46%) scale(0.96); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}
.cap-spot-content {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center;
  max-width: 54ch;
}
.cap-spot-content[data-dir="1"]  { animation: capInR 0.5s cubic-bezier(0.2,0.7,0.2,1) both; }
.cap-spot-content[data-dir="-1"] { animation: capInL 0.5s cubic-bezier(0.2,0.7,0.2,1) both; }
@keyframes capInR { from { opacity: 0; transform: translateX(36px); } to { opacity: 1; transform: none; } }
@keyframes capInL { from { opacity: 0; transform: translateX(-36px); } to { opacity: 1; transform: none; } }
.cap-spot-count {
  font-size: clamp(14px, 1.4vw, 17px); font-weight: 700;
  letter-spacing: 0.04em; font-variant-numeric: tabular-nums;
  margin-bottom: clamp(16px, 2vw, 26px); color: var(--ink-soft);
}
.cap-spot-now { color: var(--ink); }
.cap-spot-slash { color: var(--ink-ghost); margin: 0 7px; }
.cap-spot-label {
  font-size: clamp(36px, 5.6vw, 76px); font-weight: 700;
  letter-spacing: -0.03em; line-height: 1.0; text-wrap: balance;
}
.cap-spot-line {
  margin-top: clamp(12px, 1.4vw, 18px);
  font-size: clamp(17px, 1.8vw, 23px); font-weight: 500;
  color: var(--ink-soft); line-height: 1.4;
}
.cap-spot-items {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 26px;
  list-style: none; margin: clamp(20px, 2.4vw, 30px) 0 0; padding: 0;
}
.cap-spot-item { position: relative; font-size: clamp(14px, 1.4vw, 16px); font-weight: 500; color: var(--ink-faint); line-height: 1.5; }
.cap-spot-item:not(:last-child)::after { content: "·"; position: absolute; right: -15px; color: var(--ink-ghost); }

.cap-spot-track {
  grid-column: 2; grid-row: 2;
  display: flex; gap: 10px;
  width: min(420px, 100%); margin: clamp(18px, 2vw, 30px) auto 0;
}
.cap-seg {
  position: relative;
  height: 3px; flex: 1; padding: 0; border: none; cursor: pointer;
  background: var(--line); border-radius: 999px;
  transition: background 0.4s;
}
.cap-seg::after { content: ""; position: absolute; inset: -8px 0; }
.cap-seg.on { background: var(--ink); }
.cap-seg:hover { background: var(--line-strong); }
.cap-seg.on:hover { background: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  .cap-spot-ghost, .cap-spot-content { animation: none !important; }
}
@media (max-width: 700px) {
  .cap-spot { column-gap: 4px; }
  .cap-arrow { width: 40px; height: 100px; }
  .cap-spot-ghost { font-size: 150px; }
  .cap-spot-label { font-size: clamp(30px, 8vw, 44px); }
}
