/*
Theme Name: Triplance
Theme URI: https://triplance.com
Author: Triplance
Description: A sharp editorial marketplace theme for remarkable local tours.
Version: 1.3.14
Text Domain: triplance
*/

:root {
  --ink: #0a0a0a;
  --paper: #f2f2f2;
  --cream: #ffffff;
  --signal: #111111;
  --lime: #f4f4f4;
  --line: rgba(10,10,10,.22);
  --field: #e9e9e9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #000; color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.5; font-synthesis: none; }
h1, h2, h3, strong, b { font-weight: 650; }
body.admin-bar .nav { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
main { width: min(100%, 1400px); margin: 0 auto; background: var(--paper); overflow: hidden; box-shadow: 0 0 80px rgba(0,0,0,.14); }

.scroll-ready [data-reveal] { opacity: 0; transform: translate3d(0,42px,0); transition: opacity .72s cubic-bezier(.22,1,.36,1), transform .84s cubic-bezier(.22,1,.36,1); will-change: opacity,transform; }
.scroll-ready [data-reveal="left"] { transform: translate3d(-54px,0,0); }
.scroll-ready [data-reveal="right"] { transform: translate3d(54px,0,0); }
.scroll-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0,0,0); }
.tour-grid .tour-card:nth-child(2), .principle-list article:nth-child(2) { transition-delay: 90ms; }
.tour-grid .tour-card:nth-child(3), .principle-list article:nth-child(3) { transition-delay: 180ms; }

.nav { height: 82px; display: grid; grid-template-columns: minmax(170px,1fr) auto minmax(330px,1fr); align-items: center; padding: 0 clamp(24px,3.2vw,46px); background: var(--ink); color: white; border-bottom: 1px solid #222; position: relative; z-index: 10; }
.wordmark { font-size: 26px; font-weight: 650; letter-spacing: -1px; }
.brand-dot { color: #ffffff; }
.nav-links { display: flex; align-items: center; gap: clamp(22px,2.2vw,32px); font-size: 16px; font-weight: 500; white-space: nowrap; }
.nav-links a, .footer-bottom a { transition: opacity .2s ease; }
.nav-links a:hover, .footer-bottom a:hover { opacity: .7; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.nav-utility { height: 44px; display: flex; align-items: center; padding: 3px; border: 1px solid #3a3a3a; border-radius: 999px; background: #151515; box-shadow: inset 0 1px 0 rgba(255,255,255,.07); }
.utility-divider { width: 1px; height: 20px; background: #3a3a3a; }
.language-control { position: relative; height: 36px; display: flex; align-items: center; border-radius: 999px; }
.language-trigger { height: 36px; display: flex; align-items: center; gap: 7px; border: 0; border-radius: 999px; background: transparent; color: #fff; padding: 0 10px; cursor: pointer; transition: background .2s ease; }
.language-trigger:hover, .language-trigger[aria-expanded="true"], .theme-toggle:hover { background: #282828; }
.language-flag, .language-option-flag { display: inline-flex; align-items: center; justify-content: center; line-height: 1; filter: saturate(.9); }
.language-flag { width: 20px; font-size: 15px; }
.language-flag img.emoji, .language-option-flag img.emoji { width: 1.15em !important; height: 1.15em !important; margin: 0 !important; }
.language-current { min-width: 30px; font-size: 13px; font-weight: 650; letter-spacing: .35px; text-align: left; white-space: nowrap; }
.language-chevron { width: 9px; height: 6px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; transition: transform .2s ease; }
.language-trigger[aria-expanded="true"] .language-chevron { transform: rotate(180deg); }
.language-menu { position: absolute; z-index: 60; top: calc(100% + 12px); right: 0; width: 226px; padding: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(5,5,5,.88); color: #fff; box-shadow: 0 20px 54px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08); -webkit-backdrop-filter: blur(20px) saturate(140%); backdrop-filter: blur(20px) saturate(140%); }
.language-menu[hidden] { display: none; }
.language-option { width: 100%; min-height: 46px; display: grid; grid-template-columns: 26px 1fr auto; gap: 10px; align-items: center; border: 0; border-radius: 10px; background: transparent; color: #d8d8d8; padding: 8px 10px; text-align: left; font-size: 15px; font-weight: 500; cursor: pointer; transition: background .16s ease, color .16s ease; }
.language-option:hover, .language-option:focus-visible { background: rgba(255,255,255,.09); color: #fff; }
.language-option[aria-selected="true"] { background: rgba(255,255,255,.13); color: #fff; }
.language-option-flag { width: 22px; font-size: 18px; }
.language-option small { color: #a8a8a8; font-size: 13px; font-weight: 600; letter-spacing: .35px; }
.language-option[aria-selected="true"] small { color: #fff; }
.theme-toggle { height: 36px; display: flex; align-items: center; gap: 7px; border: 0; border-radius: 999px; background: transparent; color: inherit; padding: 0 10px 0 8px; cursor: pointer; transition: background .2s ease; }
.theme-toggle b { font-size: 13px; letter-spacing: .55px; text-transform: uppercase; }
.theme-icon { width: 22px; height: 22px; flex: 0 0 22px; display: grid; place-items: center; transition: transform .25s ease; }
.theme-icon svg { width: 22px; height: 22px; display: block; overflow: visible; shape-rendering: geometricPrecision; }
.theme-icon-moon { display: none !important; }
.nav-cta { height: 44px; display: flex; align-items: center; gap: 9px; background: #fff; color: #000; padding: 0 15px; font-size: 15px; font-weight: 600; border: 1px solid #fff; border-radius: 999px; white-space: nowrap; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #000; box-shadow: 0 0 0 3px #e7e7e7; }
.nav-disabled { cursor: default; opacity: 1; }
.button-disabled { cursor: not-allowed; opacity: .58; }

.hero { background: var(--ink); color: white; min-height: clamp(620px,52vw,760px); display: grid; grid-template-columns: 52% 48%; padding: clamp(48px,4.5vw,68px) 3.2vw clamp(42px,4vw,60px); overflow: hidden; }
.hero-copy { align-self: center; position: relative; z-index: 2; }
.kicker { font-size: 12px; letter-spacing: 1.65px; font-weight: 650; color: var(--lime); margin: 0 0 25px; }
.hero h1, .section h2, .guide-copy h2, .app-copy h2, footer h2 { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; font-size: clamp(58px,7vw,104px); line-height: .95; letter-spacing: -.045em; font-weight: 650; }
.hero-intro { max-width: 560px; font-size: 19px; line-height: 1.48; color: #c7c7c7; margin: 42px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { min-height: 56px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; font-weight: 600; font-size: 18px; transition: transform .2s ease; border: 0; }
.button:hover { transform: translateY(-2px); }
.button-disabled:hover { transform: none; }
.button-light { background: white; color: var(--ink); border: 1px solid var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-size: 18px; font-weight: 600; display: flex; gap: 14px; }

.countdown { margin-top: 36px; max-width: 560px; border-top: 1px solid rgba(255,255,255,.24); padding-top: 18px; }
.countdown > p { color: var(--lime); font-size: 12px; font-weight: 650; letter-spacing: 1.4px; margin: 0 0 13px; }
.countdown-units { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.countdown-units div { border-right: 1px solid rgba(255,255,255,.2); }
.countdown-units div:last-child { border-right: 0; }
.countdown-units strong { display: block; color: white; font-size: clamp(28px,3vw,44px); letter-spacing: -.06em; }
.countdown-units span { display: block; color: #a6a6a6; font-size: 11px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; margin-top: 3px; }

.hero-visual { position: relative; min-height: 590px; margin: -16px -3.2vw -60px 0; }
.hero-photo { position: absolute; inset: 0; background: url("assets/images/triplance-hero-real.jpg") 55% center/cover; clip-path: polygon(13% 0,100% 0,100% 100%,0 100%); filter: saturate(1) contrast(1.04); }
.location-card { position: absolute; left: 12%; bottom: 12%; background: var(--cream); color: var(--ink); padding: 18px 22px; display: flex; gap: 13px; align-items: center; min-width: 240px; clip-path: polygon(0 0,94% 0,100% 100%,6% 100%); }
.location-card strong, .location-card small { display: block; }
.location-card strong { font-size: 18px; }
.location-card small { color: #595959; margin-top: 4px; font-size: 16px; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--signal); }

@supports (animation-timeline: scroll()) {
  .hero-photo { animation: hero-drift linear both; animation-timeline: scroll(root block); animation-range: 0 58vh; transform-origin: 60% 50%; }
  .location-card { animation: card-drift linear both; animation-timeline: scroll(root block); animation-range: 0 58vh; }
}
@keyframes hero-drift { from { transform: scale(1.08) translate3d(0,0,0); } to { transform: scale(1) translate3d(0,22px,0); } }
@keyframes card-drift { from { transform: translate3d(0,0,0); } to { transform: translate3d(0,-34px,0); } }

.proof-strip { width: calc(100% - clamp(32px,6.4vw,88px)); display: grid; grid-template-columns: repeat(4,1fr); background: rgba(8,8,8,.84); color: #fff; padding: 11px clamp(12px,1.6vw,24px); margin: -28px auto 0; position: relative; z-index: 3; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 22px 54px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08); -webkit-backdrop-filter: blur(20px) saturate(125%); backdrop-filter: blur(20px) saturate(125%); }
.proof-strip p { min-height: 50px; margin: 0; padding: 0 clamp(12px,1.7vw,24px); display: flex; align-items: center; justify-content: center; gap: 12px; text-align: left; font-size: 13px; font-weight: 600; letter-spacing: .72px; line-height: 1.35; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,.14); }
.proof-strip p:last-child { border: 0; }
.proof-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: rgba(255,255,255,.06); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.proof-icon svg { width: 18px; height: 18px; display: block; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; shape-rendering: geometricPrecision; }

.section { padding: 9vw 3.2vw; }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 8vw; align-items: end; }
.section-heading h2, .guide-copy h2, .app-copy h2, footer h2 { font-size: clamp(50px,5.7vw,82px); }
.dark-kicker { color: var(--signal); }
.section-heading > p, .guide-copy > p, .app-copy > p { font-size: 18px; line-height: 1.6; color: #535353; margin: 0 0 8px; }
.tour-grid { display: grid; grid-template-columns: 1.1fr .85fr .85fr; gap: 18px; margin-top: 65px; align-items: start; }
.tour-card { background: var(--cream); }
.tour-image-wrap { height: 420px; position: relative; overflow: hidden; clip-path: polygon(0 0,100% 0,100% 92%,0 100%); }
.tour-card:nth-child(even) .tour-image-wrap { clip-path: polygon(0 0,100% 6%,100% 100%,0 92%); }
.card-2 .tour-image-wrap, .card-3 .tour-image-wrap { height: 340px; }
.tour-image { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .5s ease, filter .5s ease; }
.tour-card:hover .tour-image { transform: scale(1.025); filter: saturate(1) contrast(1.08); }
.card-index { position: absolute; top: 14px; right: 14px; background: var(--lime); width: 42px; height: 42px; display: grid; place-items: center; font-size: 12px; font-weight: 650; clip-path: polygon(12% 0,100% 8%,88% 100%,0 92%); }
.tour-info { padding: 22px; }
.tour-info > p { color: var(--signal); font-size: 12px; font-weight: 650; letter-spacing: 1.2px; text-transform: uppercase; margin: 0 0 12px; }
.tour-info h3 { font-size: 26px; margin: 0 0 22px; letter-spacing: -.8px; }
.tour-info > div { display: flex; justify-content: space-between; align-items: center; color: #555; font-size: 18px; }
.round-arrow { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--ink); }

.guide-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; background: var(--lime); overflow: hidden; }
.guide-photo { background: url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=1300&q=85") center/cover; clip-path: polygon(0 0,100% 5%,92% 100%,0 100%); }
.guide-copy { background: var(--lime); padding: 7vw 6vw; display: flex; flex-direction: column; justify-content: center; }
.guide-copy .kicker { color: var(--ink); }
.guide-copy > p { max-width: 620px; color: #3f3f3f; margin-top: 36px; }
.fee-model { display: grid; grid-template-columns: 1fr 1fr; margin: 45px 0 32px; border-top: 1px solid rgba(0,0,0,.3); border-bottom: 1px solid rgba(0,0,0,.3); padding: 24px 0; }
.fee-model > div { display: flex; align-items: center; gap: 16px; }
.fee-model > div + div { border-left: 1px solid rgba(0,0,0,.3); padding-left: 28px; }
.fee-model strong { font-size: 42px; letter-spacing: -2px; }
.fee-model span { font-size: 12px; line-height: 1.4; font-weight: 600; text-transform: uppercase; }
.guide-copy .button { align-self: flex-start; }

.compact { grid-template-columns: 1fr .48fr; }
.principle-list { border-top: 1px solid var(--line); margin-top: 65px; }
.principle-list article { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.principle-list article > span { color: var(--signal); font-size: 13px; font-weight: 650; }
.principle-list h3 { font-size: 31px; letter-spacing: -1.2px; margin: 0; }
.principle-list p { color: #555; font-size: 18px; line-height: 1.6; margin: 0; max-width: 480px; }

.app-section { background: var(--signal); padding: clamp(110px,9vw,145px) clamp(38px,7vw,96px) clamp(80px,7vw,110px); display: grid; grid-template-columns: minmax(280px,400px) minmax(0,1fr); gap: clamp(54px,7vw,100px); align-items: center; overflow: hidden; clip-path: polygon(0 42px,100% 0,100% 100%,0 100%); }
.phone { position: relative; width: min(305px,100%); aspect-ratio: 9 / 19.45; margin: 0 auto; padding: 8px; border: 2px solid #737373; border-radius: 51px; background: #090909; box-shadow: 0 30px 64px rgba(0,0,0,.28), inset 0 0 0 1px #242424; }
.phone::before { content: ""; position: absolute; inset: 4px; border: 1px solid #2e2e2e; border-radius: 45px; pointer-events: none; }
.phone-screen { position: relative; height: 100%; background: var(--cream); border: 1px solid #252525; border-radius: 42px; overflow: hidden; padding-bottom: 28px; }
.phone-status { height: 36px; display: grid; grid-template-columns: 1fr 96px 1fr; align-items: center; padding: 0 18px; color: var(--ink); font-size: 11px; font-weight: 600; }
.phone-status > span:first-child { text-align: left; }
.phone-signals { text-align: right; font-size: 7px; letter-spacing: 1px; }
.dynamic-island { position: relative; display: block; width: 84px; height: 24px; margin: 0 auto; border-radius: 16px; background: #050505; }
.dynamic-island::before { content: ""; position: absolute; right: 9px; top: 7px; width: 9px; height: 9px; border-radius: 50%; background: #171717; box-shadow: inset 0 0 0 2px #0a0a0a; }
.dynamic-island i { position: absolute; left: 9px; top: 8px; width: 34px; height: 7px; border-radius: 6px; background: #101010; }
.phone-bar { display: flex; justify-content: space-between; padding: 12px 20px 15px; }
.phone-bar strong { font-size: 18px; }
.phone-bar span { font-size: 12px; font-weight: 600; }
.phone-image { height: 204px; background: url("https://images.unsplash.com/photo-1760264412079-4ba58d188c92?auto=format&fit=crop&w=800&q=85") center/cover; }
.phone-tag { color: var(--signal); font-size: 11px; letter-spacing: 1px; font-weight: 650; margin: 20px 20px 8px; }
.phone h3 { font-size: 29px; line-height: 1; letter-spacing: -1.3px; margin: 0 20px; }
.phone-meta { margin: 12px 20px 20px; color: #626262; font-size: 13px; }
.phone-button { background: var(--ink); color: white; margin: 0 20px; padding: 14px; text-align: center; font-size: 14px; font-weight: 600; }
.home-indicator { position: absolute; left: 50%; bottom: 8px; width: 92px; height: 4px; border-radius: 4px; background: var(--ink); transform: translateX(-50%); }
.phone-button-side { position: absolute; z-index: -1; display: block; background: #767676; border: 1px solid #242424; }
.phone-button-action { left: -5px; top: 94px; width: 5px; height: 27px; border-radius: 3px 0 0 3px; }
.phone-button-volume-up { left: -5px; top: 142px; width: 5px; height: 49px; border-radius: 3px 0 0 3px; }
.phone-button-volume-down { left: -5px; top: 202px; width: 5px; height: 49px; border-radius: 3px 0 0 3px; }
.phone-button-power { right: -5px; top: 155px; width: 5px; height: 77px; border-radius: 0 3px 3px 0; }
.app-copy { width: 100%; max-width: 650px; }
.app-copy .kicker { color: var(--ink); }
.app-copy h2 { max-width: 650px; font-size: clamp(54px,5.3vw,82px); line-height: .94; letter-spacing: -.045em; }
.app-copy > p { color: #3f3f3f; max-width: 580px; margin-top: 34px; }
.launch-form { margin-top: 30px; max-width: 620px; }
.launch-form label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 650; letter-spacing: 1px; text-transform: uppercase; }
.launch-form > div { display: grid; grid-template-columns: 1fr auto; }
.launch-form input, .launch-form button { min-height: 58px; border: 2px solid var(--ink); border-radius: 0; }
.launch-form input { min-width: 0; padding: 0 17px; background: var(--field); color: var(--ink); font-size: 18px; }
.launch-form button { padding: 0 20px; background: var(--ink); color: white; font-size: 18px; font-weight: 600; cursor: pointer; }
.launch-form button:disabled { cursor: wait; opacity: .72; }
.launch-message { min-height: 27px; margin: 9px 0 0 !important; color: #3f3f3f !important; font-size: 18px; }
.launch-message.success { font-weight: 600; }
.launch-message.error { color: #111 !important; font-weight: 600; }
.form-legal { margin: 10px 0 0 !important; font-size: 18px !important; line-height: 1.5; color: #4b4b4b !important; }
.form-legal a { color: inherit; font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.form-legal-dark { color: #b8b8b8 !important; }

footer { background: var(--ink); color: white; padding: 7vw 3.2vw 2.5vw; }
.contact-panel { display: grid; grid-template-columns: .35fr .8fr 1.2fr; gap: clamp(28px,4vw,64px); align-items: start; padding: 0 0 7vw; margin-bottom: 7vw; border-bottom: 1px solid rgba(255,255,255,.22); }
.contact-panel h2 { text-align: left; font-size: clamp(48px,6vw,92px); }
.contact-panel > div > p { color: #b8b8b8; font-size: 18px; line-height: 1.6; max-width: 430px; }
.contact-form { position: relative; display: grid; gap: 14px; background: #181818; padding: 30px 34px; border: 1px solid rgba(255,255,255,.2); clip-path: polygon(5% 0,100% 0,95% 100%,0 100%); }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form label { display: grid; gap: 8px; color: var(--lime); font-size: 11px; font-weight: 650; letter-spacing: 1px; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; min-width: 0; border: 0; border-bottom: 3px solid var(--lime); border-radius: 0; outline: 0; background: var(--field); color: var(--ink); padding: 13px 14px; font-size: 18px; letter-spacing: 0; text-transform: none; }
.launch-form input::placeholder, .contact-form input::placeholder, .contact-form textarea::placeholder { color: #666; opacity: 1; }
.contact-form textarea { min-height: 126px; resize: vertical; line-height: 1.45; }
.contact-form input:focus, .contact-form textarea:focus { box-shadow: inset 0 0 0 2px var(--signal); }
.contact-form button { min-height: 56px; display: flex; align-items: center; justify-content: space-between; border: 0; background: var(--lime); color: var(--ink); padding: 0 18px; font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: .7px; cursor: pointer; }
.contact-form button:disabled { opacity: .7; cursor: wait; }
.contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-status { min-height: 27px; margin: 0; color: #b8b8b8; font-size: 18px; line-height: 1.5; }
.contact-status.success { color: var(--lime); font-weight: 600; }
.contact-status.error { color: #fff; font-weight: 600; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 7vw; }
.footer-mark { font-size: 34px; }
footer h2 { text-align: right; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.22); padding-top: 25px; display: flex; justify-content: space-between; color: #b8b8b8; font-size: 18px; }
.footer-bottom div { display: flex; gap: 25px; }
.footer-bottom a { color: #fff; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

body.legal-open { overflow: hidden; }
.legal-modal[hidden], .legal-document[hidden] { display: none !important; }
.legal-modal { position: fixed; inset: 0; z-index: 100100; display: grid; place-items: center; padding: 24px; }
.legal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.82); }
.legal-dialog { position: relative; width: min(1020px,94vw); height: min(900px,90vh); display: grid; grid-template-rows: auto auto minmax(0,1fr) auto; overflow: hidden; background: #fff; color: #111; border: 1px solid #111; border-radius: 18px; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.legal-header { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px clamp(24px,4vw,44px); background: #000; color: #fff; border-bottom: 1px solid #2d2d2d; }
.legal-header p { margin: 0 0 3px; font-size: 12px; font-weight: 650; letter-spacing: 1.4px; }
.legal-header h2 { margin: 0; font-size: clamp(32px,4vw,48px); line-height: 1; letter-spacing: -.045em; }
.legal-close { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; border: 1px solid #4a4a4a; border-radius: 50%; background: #161616; color: #fff; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.legal-close:hover { background: #2d2d2d; transform: rotate(4deg); }
.legal-close span { font-size: 34px; font-weight: 300; line-height: 1; transform: translateY(-1px); }
.legal-tabs { display: grid; grid-template-columns: repeat(3,1fr); padding: 8px; background: #f2f2f2; border-bottom: 1px solid #d5d5d5; }
.legal-tabs button { min-height: 48px; border: 0; border-radius: 10px; background: transparent; color: #444; font-size: 16px; font-weight: 600; letter-spacing: .5px; cursor: pointer; }
.legal-tabs button[aria-selected="true"] { background: #000; color: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.2); }
.legal-scroll { overflow: auto; overscroll-behavior: contain; scroll-behavior: smooth; scrollbar-gutter: stable; }
.legal-document { width: min(100%,860px); margin: 0 auto; padding: 38px clamp(24px,5vw,58px) 64px; font-size: 18px; line-height: 1.72; }
.legal-meta { margin: 0 0 24px; color: #595959; font-size: 18px; font-weight: 600; }
.legal-lead { margin: 0 0 34px; padding: 22px 24px; background: #f1f1f1; border-left: 5px solid #000; font-size: 19px; line-height: 1.58; }
.legal-document h3 { margin: 34px 0 10px; font-size: 25px; line-height: 1.2; letter-spacing: -.02em; }
.legal-document p { margin: 0 0 16px; }
.legal-document ul { margin: 0 0 20px; padding-left: 24px; }
.legal-document li { margin: 0 0 10px; padding-left: 5px; }
.legal-document a { font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-table-wrap { margin: 18px 0 22px; overflow-x: auto; border: 1px solid #bdbdbd; }
.legal-document table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 17px; line-height: 1.5; }
.legal-document th, .legal-document td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; }
.legal-document th:last-child, .legal-document td:last-child { border-right: 0; }
.legal-document tr:last-child td { border-bottom: 0; }
.legal-document th { background: #111; color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .6px; }
.legal-footer { padding: 14px clamp(24px,4vw,44px); background: #ededed; color: #4b4b4b; border-top: 1px solid #ccc; }
.legal-footer p { margin: 0; font-size: 16px; line-height: 1.45; }
html[data-theme="dark"] .legal-dialog { background: #111; color: #fff; border-color: #454545; }
html[data-theme="dark"] .legal-tabs { background: #1b1b1b; border-color: #333; }
html[data-theme="dark"] .legal-tabs button { color: #b8b8b8; }
html[data-theme="dark"] .legal-tabs button[aria-selected="true"] { background: #fff; color: #000; }
html[data-theme="dark"] .legal-meta { color: #b8b8b8; }
html[data-theme="dark"] .legal-lead { background: #1d1d1d; border-left-color: #fff; }
html[data-theme="dark"] .legal-table-wrap, html[data-theme="dark"] .legal-document th, html[data-theme="dark"] .legal-document td { border-color: #454545; }
html[data-theme="dark"] .legal-document th { background: #f2f2f2; color: #000; }
html[data-theme="dark"] .legal-footer { background: #1a1a1a; color: #b8b8b8; border-color: #3a3a3a; }

/* Straight, compact, black-and-white system inspired by modern mobility products. */
.hero-photo, .location-card, .proof-strip, .tour-image-wrap, .tour-card:nth-child(even) .tour-image-wrap, .card-index, .guide-photo, .app-section, .contact-form { clip-path: none; }
.section { padding-top: clamp(54px,5vw,72px); padding-bottom: clamp(54px,5vw,72px); }
.section-heading { gap: clamp(36px,5vw,72px); }
.tour-grid { gap: 14px; margin-top: 38px; }
.guide-split { min-height: 610px; }
.guide-copy { padding: clamp(52px,5vw,72px); }
.principle-list { margin-top: 36px; }
.principle-list article { padding: 22px 0; }
.app-section { padding-top: clamp(58px,5vw,76px); padding-bottom: clamp(54px,4.5vw,70px); gap: clamp(38px,4vw,60px); }
footer { padding-top: clamp(54px,5vw,72px); }
.contact-panel { padding-bottom: clamp(46px,4.5vw,64px); margin-bottom: clamp(46px,4.5vw,64px); }
.contact-form { padding: 28px; }

html:not([data-theme="dark"]) { color-scheme: light; }
html:not([data-theme="dark"]) body { background: #e8e8e8; }
html:not([data-theme="dark"]) main { background: #fff; box-shadow: none; }
html:not([data-theme="dark"]) .nav { background: #000; color: #fff; }
html:not([data-theme="dark"]) .hero { background: #fff; color: #000; }
html:not([data-theme="dark"]) .hero .kicker, html:not([data-theme="dark"]) .dark-kicker { color: #111; }
html:not([data-theme="dark"]) .hero-intro { color: #4b4b4b; }
html:not([data-theme="dark"]) .countdown { border-color: #c8c8c8; }
html:not([data-theme="dark"]) .countdown > p { color: #000; }
html:not([data-theme="dark"]) .countdown-units div { border-color: #d2d2d2; }
html:not([data-theme="dark"]) .countdown-units strong { color: #000; }
html:not([data-theme="dark"]) .countdown-units span { color: #666; }
html:not([data-theme="dark"]) .proof-strip { background: rgba(8,8,8,.84); color: #fff; }
html:not([data-theme="dark"]) .proof-strip p { border-color: rgba(255,255,255,.14); }
html:not([data-theme="dark"]) .guide-split, html:not([data-theme="dark"]) .guide-copy { background: #f3f3f3; }
html:not([data-theme="dark"]) .app-section { background: #f3f3f3; }
html:not([data-theme="dark"]) .app-copy > p, html:not([data-theme="dark"]) .launch-message { color: #4b4b4b !important; }
html:not([data-theme="dark"]) footer { background: #000; }

html[data-theme="dark"] { color-scheme: dark; }
html[data-theme="dark"] body { background: #000; }
html[data-theme="dark"] main { background: #111; color: #fff; box-shadow: none; }
html[data-theme="dark"] .nav, html[data-theme="dark"] .hero, html[data-theme="dark"] footer { background: #000; color: #fff; }
html[data-theme="dark"] .theme-icon { transform: rotate(-8deg); }
html[data-theme="dark"] .theme-icon-sun { display: none; }
html[data-theme="dark"] .theme-icon-moon { display: block !important; }
html[data-theme="dark"] .hero-intro, html[data-theme="dark"] .section-heading > p, html[data-theme="dark"] .guide-copy > p, html[data-theme="dark"] .app-copy > p { color: #b8b8b8; }
html[data-theme="dark"] .dark-kicker { color: var(--lime); }
html[data-theme="dark"] .proof-strip { background: rgba(8,8,8,.84); color: #fff; }
html[data-theme="dark"] .tour-card, html[data-theme="dark"] .phone-screen { background: #1c1c1c; color: #fff; }
html[data-theme="dark"] .tour-info > div, html[data-theme="dark"] .phone-meta, html[data-theme="dark"] .principle-list p { color: #b8b8b8; }
html[data-theme="dark"] .round-arrow, html[data-theme="dark"] .principle-list, html[data-theme="dark"] .principle-list article { border-color: rgba(255,255,255,.2); }
html[data-theme="dark"] .guide-split, html[data-theme="dark"] .guide-copy, html[data-theme="dark"] .app-section { background: #181818; color: #fff; }
html[data-theme="dark"] .guide-copy .kicker, html[data-theme="dark"] .app-copy .kicker { color: var(--lime); }
html[data-theme="dark"] .fee-model, html[data-theme="dark"] .fee-model > div + div { border-color: rgba(255,255,255,.25); }
html[data-theme="dark"] .phone-status, html[data-theme="dark"] .home-indicator { color: #fff; }
html[data-theme="dark"] .home-indicator { background: #fff; }
html[data-theme="dark"] .launch-message { color: #b8b8b8 !important; }
html[data-theme="dark"] .brand-dot { color: #fff; }

.live-dot { background: #111; }
.card-index { background: #fff; color: #000; border: 1px solid #000; }
.dark-kicker, .tour-info > p, .phone-tag { color: #111; }
.launch-form input, .contact-form input, .contact-form textarea { border-color: #111; }
.contact-form label { color: #fff; }
.contact-form button { background: #fff; color: #000; border: 1px solid #000; }
.contact-status.success { color: #fff; }
.contact-status.error, .launch-message.error { color: #fff !important; text-decoration: underline; text-decoration-thickness: 2px; }
html[data-theme="dark"] .dark-kicker, html[data-theme="dark"] .tour-info > p, html[data-theme="dark"] .phone-tag { color: #fff; }

@media (max-width: 1320px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
}

@media (max-width: 900px) {
  body.admin-bar .nav { top: 46px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-visual { min-height: 500px; margin: 50px -3.2vw -4vw; }
  .hero-photo { background-position: 48% center; clip-path: polygon(0 9%,100% 0,100% 100%,0 100%); }
  .proof-strip { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; gap: 0; margin-top: -24px; }
  .proof-strip p:nth-child(2) { border-right: 0; }
  .proof-strip p:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .proof-strip p { justify-content: flex-start; }
  .section-heading, .compact { grid-template-columns: 1fr; }
  .section-heading > p { max-width: 520px; margin-top: 30px; }
  .tour-grid { grid-template-columns: 1fr 1fr; }
  .tour-card:first-child { grid-column: 1/-1; }
  .guide-split { grid-template-columns: 1fr; }
  .guide-photo { min-height: 560px; clip-path: polygon(0 0,100% 7%,100% 100%,0 93%); }
  .guide-copy { padding: 80px 6vw; }
  .app-section { grid-template-columns: minmax(250px,320px) minmax(0,1fr); padding-left: 5vw; padding-right: 5vw; gap: 6vw; }
  .app-copy h2 { font-size: clamp(50px,7.5vw,68px); }
  .contact-panel { grid-template-columns: 1fr; gap: 28px; }
  .contact-form { width: min(100%,680px); }
}

@media (max-width: 620px) {
  main { box-shadow: none; }
  .nav { height: 72px; padding: 0 16px; }
  .wordmark { font-size: 23px; }
  .nav-actions { gap: 0; }
  .nav-actions .nav-cta { display: none; }
  .nav-utility { height: 42px; }
  .language-trigger { padding-left: 8px; padding-right: 7px; }
  .language-flag { font-size: 15px; }
  .theme-toggle { padding-left: 7px; padding-right: 8px; }
  .theme-toggle b { display: none; }
  .hero { min-height: auto; padding: 62px 20px 0; }
  .hero h1 { font-size: 61px; }
  .hero-intro { font-size: 18px; margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { min-height: 430px; margin: 55px -20px 0; }
  .location-card { left: 20px; bottom: 25px; }
  .proof-strip { width: calc(100% - 24px); padding: 8px; border-radius: 16px; }
  .proof-strip p { min-height: 58px; padding: 9px 10px; gap: 9px; font-size: 12px; letter-spacing: .4px; }
  .proof-icon { flex-basis: 30px; width: 30px; height: 30px; }
  .proof-icon svg { width: 16px; height: 16px; }
  .section { padding: 85px 20px; }
  .section-heading h2, .guide-copy h2, .app-copy h2, footer h2 { font-size: 50px; }
  .tour-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .tour-card:first-child { grid-column: auto; }
  .tour-image-wrap, .card-2 .tour-image-wrap, .card-3 .tour-image-wrap { height: 320px; }
  .guide-photo { min-height: 460px; }
  .guide-copy { padding: 70px 20px; }
  .fee-model { grid-template-columns: 1fr; gap: 20px; }
  .fee-model > div + div { border-left: 0; border-top: 1px solid rgba(0,0,0,.3); padding: 20px 0 0; }
  .principle-list article { grid-template-columns: 45px 1fr; gap: 16px; }
  .principle-list article p { grid-column: 2; }
  .app-section { grid-template-columns: 1fr; padding: 95px 20px 70px; gap: 48px; clip-path: polygon(0 24px,100% 0,100% 100%,0 100%); }
  .app-copy { grid-row: 1; }
  .launch-form > div { grid-template-columns: 1fr; }
  .phone { margin-top: 0; width: min(300px,100%); }
  .contact-fields { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 24px; clip-path: polygon(3% 0,100% 0,97% 100%,0 100%); }
  .footer-top { flex-direction: column; gap: 70px; }
  footer { padding: 70px 20px 25px; }
  footer h2 { text-align: left; }
  .footer-bottom { flex-direction: column; gap: 22px; }
  .footer-bottom div { flex-wrap: wrap; }
  .legal-modal { padding: 0; }
  .legal-dialog { width: 100vw; height: 100dvh; border: 0; border-radius: 0; }
  .legal-header { min-height: 88px; padding: 16px 20px; }
  .legal-header h2 { font-size: 34px; }
  .legal-close { width: 44px; height: 44px; flex-basis: 44px; }
  .legal-tabs { padding: 6px; }
  .legal-tabs button { min-height: 46px; font-size: 15px; }
  .legal-document { padding: 28px 20px 52px; }
  .legal-lead { padding: 18px; }
  .legal-footer { padding: 12px 20px; }
}

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

.hero-photo, .location-card, .proof-strip, .tour-image-wrap, .tour-card:nth-child(even) .tour-image-wrap, .card-index, .guide-photo, .app-section, .contact-form { clip-path: none !important; }
