/* ============================================================
   BOOKINK — SHARED STYLES
   Base reset, CSS variables, lang toggle, nav, footer, and
   reusable components (split entry, artist map, style filter,
   artist cards, page hero, portfolio, forms, platform section).
   Referenced by every page so the design stays consistent.
   ============================================================ */

:root {
  --ink: #0a0a0a;
  --paper: #f0ebe3;
  --red: #c8372d;
  --gold: #b89a5a;
  --muted: #5a5348;
  --line: rgba(240,235,227,0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--paper);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
a:visited { color: inherit; }

body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
  z-index: 9999;
}

/* ---------- Bilingual visibility ---------- */
[data-lang] { display: none !important; }
body.en [data-lang="en"] { display: block !important; }
body.es [data-lang="es"] { display: block !important; }
body.en span[data-lang="en"], body.en a[data-lang="en"] { display: inline !important; }
body.es span[data-lang="es"], body.es a[data-lang="es"] { display: inline !important; }
.hero-eyebrow span[data-lang] { display: none !important; }
body.en .hero-eyebrow span[data-lang="en"] { display: inline !important; }
body.es .hero-eyebrow span[data-lang="es"] { display: inline !important; }
/* inline lang for helper text / labels */
body.en .inline-lang[data-lang="en"] { display: inline !important; }
body.es .inline-lang[data-lang="es"] { display: inline !important; }

/* ---------- Lang toggle ---------- */
.lang-toggle {
  position: fixed; top: 24px; right: 32px;
  z-index: 100; display: flex;
  border: 1px solid var(--line);
  background: rgba(10,10,10,0.85);
}
.lang-toggle button {
  background: transparent; border: none;
  color: var(--muted); font-family: 'DM Sans', sans-serif;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 8px 16px; cursor: pointer; transition: all 0.25s;
}
.lang-toggle button.active { background: var(--paper); color: var(--ink); }
.lang-toggle button:not(.active):hover { color: var(--paper); }

/* ---------- Nav ---------- */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  display: flex; align-items: center;
  padding: 20px 48px; z-index: 50;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
nav::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: var(--line);
}
.logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px; letter-spacing: 0.1em;
  display: flex; align-items: center; gap: 2px;
}
.logo .ink-part { color: var(--red); }
.logo-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--red); margin: 0 1px 2px; display: inline-block;
}
.nav-links {
  display: flex; align-items: center; gap: 32px;
  margin-left: auto; margin-right: 110px;
}
.nav-links a {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); transition: color 0.25s;
}
.nav-links a:hover { color: var(--paper); }
.nav-cta {
  padding: 9px 22px !important;
  border: 1px solid var(--gold) !important;
  color: var(--gold) !important;
  transition: all 0.25s !important;
}
.nav-cta:hover { background: var(--gold) !important; color: var(--ink) !important; }

/* ---------- Buttons ---------- */
.btn-primary {
  display: inline-block; background: var(--red); color: var(--paper) !important;
  font-size: clamp(10px, 1.2vw, 12px); letter-spacing: 0.16em;
  text-transform: uppercase; padding: 18px 40px;
  transition: all 0.25s; font-weight: 500; border: none; cursor: pointer;
}
.btn-primary:hover { background: #a82e25; transform: translateY(-2px); }
.btn-ghost {
  display: inline-block; color: var(--muted);
  font-size: clamp(10px, 1.2vw, 12px); letter-spacing: 0.12em;
  text-transform: uppercase; transition: color 0.25s;
}
.btn-ghost:hover { color: var(--paper); }
.btn-ghost.arrow::after { content: ' \2192'; }

.section-tag {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red); margin-bottom: 20px;
  display: flex; align-items: center; gap: 12px;
}
.section-tag::before { content: ''; width: 32px; height: 1px; background: var(--red); }

/* ============================================================
   ENTRY INTRO (context title above the split entry)
   ============================================================ */
.entry-intro {
  text-align: center;
  padding: 128px 48px 52px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.entry-intro-eyebrow {
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--red); margin-bottom: 18px;
}
.entry-intro-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 6vw, 84px); line-height: 0.95; letter-spacing: 0.01em;
  max-width: 900px; margin: 0 auto;
}
.entry-intro-title em {
  font-family: 'Playfair Display', serif; font-style: italic;
  color: var(--gold); font-size: 0.85em;
}
.entry-intro-sub {
  margin: 22px auto 0; max-width: 560px;
  font-size: clamp(13px, 1.6vw, 16px); line-height: 1.7; color: rgba(240,235,227,0.6);
}

/* ============================================================
   SPLIT ENTRY
   ============================================================ */
.split-entry {
  display: flex;
  min-height: auto;
  padding-top: 0;
  position: relative;
}
.split-half { min-height: 56vh; }
.split-half {
  flex: 1;
  position: relative;
  display: flex; flex-direction: column; justify-content: center;
  padding: 96px 56px;
  overflow: hidden;
  transition: background 0.4s ease;
  border-bottom: 1px solid var(--line);
}
.split-half:first-child { border-right: 1px solid var(--line); }
.split-half.client { background: rgba(200,55,45,0.03); }
.split-half.artist { background: rgba(184,154,90,0.03); }
.split-half.client:hover { background: rgba(200,55,45,0.07); }
.split-half.artist:hover { background: rgba(184,154,90,0.07); }
.split-half::before {
  content: attr(data-ghost);
  position: absolute; top: -30px; right: 24px;
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(120px, 16vw, 240px);
  color: rgba(240,235,227,0.03); line-height: 1; pointer-events: none;
  white-space: nowrap; user-select: none;
}
.split-eyebrow {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red); margin-bottom: 20px;
}
.split-half.artist .split-eyebrow { color: var(--gold); }
.split-half h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 4.4vw, 68px);
  line-height: 0.95; letter-spacing: 0.01em; margin-bottom: 24px;
  max-width: 460px;
}
.split-half p {
  font-size: 14px; line-height: 1.7; color: rgba(240,235,227,0.55);
  max-width: 380px; margin-bottom: 36px;
}
.split-options {
  display: flex; flex-direction: column; gap: 14px;
  max-width: 380px;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}
.split-half:hover .split-options,
.split-half:focus-within .split-options { max-height: 240px; opacity: 1; }
.split-option {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 16px 22px;
  border: 1px solid var(--line); background: rgba(10,10,10,0.4);
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--paper); cursor: pointer; transition: all 0.25s;
}
.split-option::after { content: '\2192'; color: var(--muted); transition: transform 0.25s, color 0.25s; }
.split-option:hover { border-color: var(--red); background: rgba(200,55,45,0.08); }
.split-option:hover::after { transform: translateX(4px); color: var(--red); }
.split-half.artist .split-option:hover { border-color: var(--gold); background: rgba(184,154,90,0.08); }
.split-half.artist .split-option:hover::after { color: var(--gold); }
.split-hint {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-top: 4px; opacity: 0.6;
}
.split-half:hover .split-hint,
.split-half:focus-within .split-hint { display: none; }

/* ============================================================
   FIND AN ARTIST (map + city cards + match banner)
   ============================================================ */
.find-artist-section {
  padding: 120px 48px;
  border-top: 1px solid var(--line);
  background: #0d0d0d;
}
.find-artist-header { max-width: 720px; margin-bottom: 56px; }
.find-artist-header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 6vw, 88px); line-height: 0.95; margin-top: 4px;
}
.find-artist-header p {
  font-size: 15px; line-height: 1.75; color: rgba(240,235,227,0.55);
  max-width: 480px; margin-top: 20px;
}
#map {
  width: 100%; height: 460px;
  border: 1px solid var(--line);
  background: #0a0a0a;
  margin-bottom: 56px;
  filter: grayscale(0.35) contrast(1.05);
}
/* Leaflet dark tweaks */
.leaflet-container { background: #0a0a0a; font-family: 'DM Sans', sans-serif; }
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: #141210; color: var(--paper);
  border: 1px solid var(--line); box-shadow: none; border-radius: 2px;
}
.leaflet-popup-content { margin: 14px 18px; }
.map-popup-name {
  font-family: 'Bebas Neue', sans-serif; font-size: 20px;
  letter-spacing: 0.08em; margin-bottom: 4px;
}
.map-popup-link {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--red);
}
.map-popup-link::after { content: ' \2192'; }
.leaflet-control-attribution { background: rgba(10,10,10,0.7) !important; color: var(--muted) !important; }
.leaflet-control-attribution a { color: var(--gold) !important; }

.city-cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
}
.city-card {
  background: #0d0d0d; padding: 30px 28px;
  display: flex; flex-direction: column; gap: 8px;
  transition: background 0.25s; position: relative;
}
.city-card:hover { background: #131313; }
.city-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s ease;
}
.city-card:hover::before { transform: scaleX(1); }
.city-card-name {
  font-family: 'Bebas Neue', sans-serif; font-size: 26px;
  letter-spacing: 0.04em; line-height: 1;
}
.city-card-count {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
}
.city-card-link {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-top: 6px; transition: color 0.25s;
}
.city-card:hover .city-card-link { color: var(--paper); }
.city-card-link::after { content: ' \2192'; }

.match-banner {
  margin-top: 40px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 40px 32px;
  border: 1px solid var(--gold);
  background: rgba(184,154,90,0.05);
  transition: background 0.3s;
}
.match-banner:hover { background: rgba(184,154,90,0.1); }
.match-banner span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(22px, 3vw, 34px); letter-spacing: 0.04em;
  color: var(--gold);
}

/* ============================================================
   STYLE FILTER BAR
   ============================================================ */
.filter-group { margin-bottom: 22px; }
.filter-group:last-of-type { margin-bottom: 44px; }
.filter-label {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 12px;
}
.filter-group .filter-bar { margin-bottom: 0; }
.filter-bar {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 48px;
  padding-bottom: 4px;
}
.filter-pill {
  flex: 0 0 auto;
  font-family: 'DM Sans', sans-serif; font-weight: 400;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 10px 20px; cursor: pointer;
  background: #131313;
  border: 1px solid var(--line);
  color: rgba(240,235,227,0.5);
  transition: all 0.2s; white-space: nowrap;
}
.filter-pill:hover { color: var(--paper); border-color: var(--muted); }
.filter-pill.active {
  background: var(--red); border-color: var(--red);
  color: var(--paper);
}

/* ============================================================
   ARTIST GRID + CARDS
   ============================================================ */
.artist-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.artist-card {
  background: #0d0d0d; border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease;
  position: relative; cursor: pointer;
}
.artist-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.artist-card.hidden { display: none; }
.artist-photo {
  aspect-ratio: 4 / 3; background: #141210;
  display: flex; align-items: center; justify-content: center;
  color: rgba(184,154,90,0.25); font-size: 40px;
  border-bottom: 1px solid var(--line);
  background-size: cover; background-position: center top;
}
.artist-body { padding: 28px 26px; display: flex; flex-direction: column; flex: 1; }
.artist-name {
  font-family: 'Bebas Neue', sans-serif; font-size: 30px;
  letter-spacing: 0.03em; line-height: 1; margin-bottom: 6px;
}
.artist-city {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px;
}
.style-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.style-badge {
  font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(184,154,90,0.4);
  border-radius: 20px; padding: 4px 12px; background: rgba(184,154,90,0.06);
}
.artist-bio {
  font-size: 13px; line-height: 1.7; color: rgba(240,235,227,0.5);
  flex: 1; margin-bottom: 24px;
}
.artist-card-cta {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--red); transition: color 0.25s;
}
.artist-card-cta::after { content: ' \2192'; }
.artist-card:hover .artist-card-cta { color: var(--gold); }

/* card with no bio: keep the CTA pinned to the bottom */
.artist-bio-spacer { flex: 1; min-height: 8px; }

/* whole card is clickable (stretched cover link); socials sit above it */
.artist-card-cover { position: absolute; inset: 0; z-index: 1; }
.artist-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card-socials { display: flex; gap: 14px; position: relative; z-index: 2; }
.card-social { color: rgba(240,235,227,0.88); transition: color 0.2s; display: inline-flex; }
.card-social:hover { color: var(--gold); }
.card-social svg { width: 22px; height: 22px; fill: currentColor; display: block; }
.style-badge.badge-shop { color: var(--red); border-color: rgba(200,55,45,0.5); background: rgba(200,55,45,0.08); }

/* "See all artists" button on the find-artist page */
.all-artists-cta { text-align: center; margin-top: 40px; }
.btn-outline {
  display: inline-block; border: 1px solid var(--gold); color: var(--gold);
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 14px 30px; transition: all 0.25s;
}
.btn-outline:hover { background: var(--gold); color: var(--ink); }
.btn-outline::after { content: ' \2192'; }

/* shop profile: banner + ambiance note */
.shop-banner {
  height: 340px; margin-top: 63px;
  background-size: cover; background-position: center;
  border-bottom: 1px solid var(--line); position: relative;
}
.shop-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,10,10,0.15), rgba(10,10,10,0.55)); }
.shop-banner + .artist-hero { padding-top: 52px; }
.ambiance-note { font-size: 14px; line-height: 1.7; color: rgba(240,235,227,0.55); max-width: 580px; }
@media (max-width: 700px) { .shop-banner { height: 220px; } }

/* ---- artist profile hero meta + socials ---- */
.artist-hero-meta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 18px; }
.artist-hero-city { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.artist-hero-ig { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 8px; transition: color 0.25s; }
.artist-hero-ig:hover { color: var(--paper); }
.artist-hero-ig svg { width: 18px; height: 18px; fill: currentColor; }

/* ---- artist profile about + facts ---- */
.section-head { margin-bottom: 40px; }
.section-head h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(30px, 5vw, 60px); line-height: 1; margin-top: 4px; }
.about-cols { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: start; }
.about-cols h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(30px, 4vw, 52px); line-height: 1; margin-bottom: 24px; }
.about-cols p { font-size: 15px; line-height: 1.85; color: rgba(240,235,227,0.6); margin-bottom: 16px; }
.about-facts { border: 1px solid var(--line); }
.fact-row { padding: 22px 24px; border-bottom: 1px solid var(--line); }
.fact-row:last-child { border-bottom: none; }
.fact-label { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.fact-value { font-size: 14px; line-height: 1.6; color: rgba(240,235,227,0.75); }

/* full-width facts strip on artist profiles without a bio */
.artist-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.artist-facts .fact-row { border-bottom: none; border-right: 1px solid var(--line); }
.artist-facts .fact-row:last-child { border-right: none; }

.no-results {
  display: none;
  padding: 60px 0; text-align: center;
  font-size: 13px; letter-spacing: 0.1em; color: var(--muted);
}
.no-results.show { display: block; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  padding: 160px 48px 60px;
  border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.page-hero .section-tag { margin-bottom: 16px; }
.page-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(46px, 9vw, 128px); line-height: 0.9; letter-spacing: 0.01em;
}
.page-hero h1 em {
  font-family: 'Playfair Display', serif; font-style: italic;
  color: var(--gold); font-size: 0.8em;
}
.page-hero .page-hero-sub {
  margin-top: 22px; max-width: 520px;
  font-size: 15px; line-height: 1.7; color: rgba(240,235,227,0.6);
}
.page-hero-ghost {
  position: absolute; bottom: -40px; right: 24px;
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(120px, 20vw, 320px);
  color: transparent; -webkit-text-stroke: 1px rgba(240,235,227,0.04);
  line-height: 1; pointer-events: none; user-select: none; white-space: nowrap;
}

.page-section { padding: 80px 48px; border-bottom: 1px solid var(--line); }

/* artist profile hero with portrait */
.artist-hero { display: flex; align-items: flex-end; gap: 40px; }
.artist-hero .artist-hero-text { flex: 1; position: relative; z-index: 1; }
.artist-portrait {
  flex: 0 0 auto; width: 240px; height: 300px;
  background-size: cover; background-position: center top;
  border: 1px solid var(--line); border-radius: 2px;
  position: relative; z-index: 1;
}
@media (max-width: 700px) {
  .artist-hero { flex-direction: column; align-items: flex-start; gap: 28px; }
  .artist-portrait { width: 160px; height: 200px; }
}

/* ============================================================
   PORTFOLIO GRID (artist profile)
   ============================================================ */
.portfolio-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.portfolio-item {
  aspect-ratio: 1 / 1; background: #141210;
  display: flex; align-items: center; justify-content: center;
  color: rgba(184,154,90,0.22); font-size: 30px;
  border: 1px solid var(--line);
  transition: color 0.3s, transform 0.3s;
  background-size: cover; background-position: center;
}
.portfolio-item:hover { color: rgba(184,154,90,0.5); transform: scale(1.01); }

/* ============================================================
   FORMS
   ============================================================ */
.form-wrap { max-width: 680px; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}
.field label .req { color: var(--red); }
.field input,
.field textarea,
.field select {
  background: #111; border: 1px solid var(--line); color: var(--paper);
  font-family: 'DM Sans', sans-serif; font-weight: 300;
  font-size: 14px; padding: 14px 16px; border-radius: 2px;
  transition: border-color 0.25s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(240,235,227,0.28); }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--gold);
}
.field textarea { resize: vertical; min-height: 120px; }
.field select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b89a5a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  padding-right: 42px; cursor: pointer;
}
.field select option { background: #111; color: var(--paper); }
.field input[type="file"] {
  padding: 12px 14px; font-size: 12px; color: rgba(240,235,227,0.5); cursor: pointer;
}
.field input[type="file"]::file-selector-button {
  background: transparent; border: 1px solid var(--gold); color: var(--gold);
  font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 8px 16px; margin-right: 14px;
  cursor: pointer; transition: all 0.25s;
}
.field input[type="file"]::file-selector-button:hover { background: var(--gold); color: var(--ink); }
.field .field-hint { font-size: 10px; letter-spacing: 0.08em; color: var(--muted); opacity: 0.7; }

.checkbox-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.checkbox-pill {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; border: 1px solid var(--line); background: #111;
  cursor: pointer; transition: border-color 0.2s, background 0.2s;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(240,235,227,0.6);
}
.checkbox-pill:hover { border-color: var(--muted); }
.checkbox-pill input { width: 15px; height: 15px; accent-color: var(--red); cursor: pointer; }
.checkbox-pill:has(input:checked) {
  border-color: var(--red); background: rgba(200,55,45,0.08); color: var(--paper);
}
.form-submit-row { grid-column: 1 / -1; margin-top: 8px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.form-footnote {
  grid-column: 1 / -1; margin-top: 8px;
  font-size: 12px; letter-spacing: 0.06em; color: var(--muted); line-height: 1.7;
}
.form-footnote strong { color: var(--gold); font-weight: 400; }

/* ============================================================
   PLATFORM SECTION ("Your work. Our platform.")
   ============================================================ */
.platform-section {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.platform-left {
  padding: 100px 56px; border-right: 1px solid var(--line);
  background: rgba(184,154,90,0.03);
}
.platform-right { padding: 100px 56px; display: flex; flex-direction: column; justify-content: center; }
.platform-left h2 {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(34px, 5vw, 72px);
  line-height: 0.95;
}
.platform-left h2 em { font-family: 'Playfair Display', serif; font-style: italic; color: var(--gold); font-size: 0.9em; }
.platform-right p { font-size: 15px; line-height: 1.85; color: rgba(240,235,227,0.6); margin-bottom: 18px; }
.platform-right p:last-child { margin-bottom: 0; }
.platform-right p strong { color: var(--paper); font-weight: 400; }

/* platform benefit line inside service cards */
.service-benefit {
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line);
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: flex-start; gap: 8px; line-height: 1.5;
}
.service-benefit::before { content: '\10022'; color: var(--gold); }

/* ============================================================
   Inner-page footer / social (reuse from index)
   ============================================================ */
footer { border-top: 1px solid var(--line); padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
footer p { font-size: 11px; letter-spacing: 0.1em; color: var(--muted); text-transform: uppercase; }
.footer-tool-link { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); transition: color 0.25s; }
.footer-tool-link:hover { color: var(--gold); }
.footer-social { display: flex; gap: 14px; }
.footer-social a { color: var(--muted); transition: color 0.25s; }
.footer-social a:hover { color: var(--paper); }
.footer-social svg { width: 15px; height: 15px; fill: currentColor; display: block; }

/* ============================================================
   CHAT WIDGET (guided assistant, bottom-right)
   ============================================================ */
#bk-chat { position: fixed; right: 24px; bottom: 24px; z-index: 300; font-family: 'DM Sans', sans-serif; }
.bk-launcher {
  width: 60px; height: 60px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--red); color: var(--paper);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.45); transition: transform 0.25s, background 0.25s;
}
.bk-launcher:hover { transform: translateY(-2px); background: #a82e25; }
.bk-launcher svg { width: 26px; height: 26px; fill: currentColor; }
.bk-launcher .bk-badge {
  position: absolute; top: -3px; right: -3px; width: 16px; height: 16px; border-radius: 50%;
  background: var(--gold); color: var(--ink); font-size: 10px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; border: 2px solid var(--ink);
}
#bk-chat.open .bk-launcher { display: none; }

.bk-panel {
  width: 350px; max-width: calc(100vw - 32px); height: 520px; max-height: calc(100vh - 48px);
  background: #0d0d0d; border: 1px solid var(--line); border-radius: 6px; overflow: hidden;
  display: none; flex-direction: column; box-shadow: 0 16px 50px rgba(0,0,0,0.55);
  animation: bkUp 0.28s ease both;
}
#bk-chat.open .bk-panel { display: flex; }
@keyframes bkUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.bk-head {
  display: flex; align-items: center; gap: 12px; padding: 16px 18px;
  border-bottom: 1px solid var(--line); background: rgba(200,55,45,0.06);
}
.bk-head .bk-logo { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 0.1em; display: flex; align-items: center; gap: 2px; }
.bk-head .bk-logo .ink { color: var(--red); }
.bk-head .bk-logo .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--red); margin: 0 1px 2px; display: inline-block; }
.bk-head .bk-status { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.bk-head .bk-status::before { content: '\25CF'; color: #4caf50; font-size: 8px; margin-right: 5px; vertical-align: middle; }
.bk-close { margin-left: auto; background: none; border: none; color: var(--muted); font-size: 22px; line-height: 1; cursor: pointer; transition: color 0.2s; }
.bk-close:hover { color: var(--paper); }

.bk-msgs { flex: 1; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.bk-msgs::-webkit-scrollbar { width: 6px; }
.bk-msgs::-webkit-scrollbar-thumb { background: rgba(240,235,227,0.12); border-radius: 3px; }
.bk-msg { max-width: 82%; font-size: 13.5px; line-height: 1.5; padding: 10px 14px; border-radius: 12px; }
.bk-msg.bot { align-self: flex-start; background: #17161400; background: rgba(240,235,227,0.06); color: var(--paper); border-bottom-left-radius: 3px; }
.bk-msg.user { align-self: flex-end; background: var(--red); color: var(--paper); border-bottom-right-radius: 3px; }
.bk-typing { align-self: flex-start; display: flex; gap: 4px; padding: 12px 14px; }
.bk-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: bkBlink 1.2s infinite; }
.bk-typing span:nth-child(2) { animation-delay: 0.2s; }
.bk-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes bkBlink { 0%, 60%, 100% { opacity: 0.25; } 30% { opacity: 1; } }

.bk-quick { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 18px 12px; }
.bk-quick button {
  background: transparent; border: 1px solid var(--gold); color: var(--gold);
  font-family: 'DM Sans', sans-serif; font-size: 12px; letter-spacing: 0.02em;
  padding: 8px 14px; border-radius: 18px; cursor: pointer; transition: all 0.2s;
}
.bk-quick button:hover { background: var(--gold); color: var(--ink); }
.bk-quick a.bk-link {
  text-decoration: none; background: var(--red); border: 1px solid var(--red); color: var(--paper);
  font-family: 'DM Sans', sans-serif; font-size: 12px; letter-spacing: 0.02em;
  padding: 9px 16px; border-radius: 18px; transition: all 0.2s;
}
.bk-quick a.bk-link:hover { background: #a82e25; }
.bk-quick button.bk-restart { border-color: var(--line); color: var(--muted); }
.bk-quick button.bk-restart:hover { background: transparent; color: var(--paper); border-color: var(--muted); }

.bk-input { display: flex; border-top: 1px solid var(--line); }
.bk-input input {
  flex: 1; background: transparent; border: none; color: var(--paper);
  font-family: 'DM Sans', sans-serif; font-size: 13.5px; padding: 14px 16px;
}
.bk-input input::placeholder { color: rgba(240,235,227,0.3); }
.bk-input input:focus { outline: none; }
.bk-input button {
  background: transparent; border: none; color: var(--red); font-size: 20px;
  padding: 0 18px; cursor: pointer; transition: color 0.2s;
}
.bk-input button:hover { color: var(--gold); }
.bk-input.disabled { opacity: 0.4; pointer-events: none; }

@media (max-width: 500px) {
  #bk-chat { right: 16px; bottom: 16px; }
  .bk-panel { height: calc(100vh - 90px); }
}

/* ============================================================
   Reveal animation helper
   ============================================================ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  nav { padding: 18px 24px; }
  .nav-links { display: none; }

  .entry-intro { padding: 104px 24px 44px; }
  .split-entry { flex-direction: column; padding-top: 0; }
  .split-half { padding: 64px 24px; border-right: none !important; min-height: auto; }
  .split-options { max-height: 240px; opacity: 1; }
  .split-hint { display: none; }

  .find-artist-section { padding: 80px 24px; }
  #map { height: 360px; }
  .city-cards { grid-template-columns: repeat(2, 1fr); }

  .filter-bar {
    flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
    margin-left: -24px; margin-right: -24px; padding: 0 24px 12px;
    scrollbar-width: none;
  }
  .filter-bar::-webkit-scrollbar { display: none; }

  .artist-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .artist-facts { grid-template-columns: 1fr; }
  .artist-facts .fact-row { border-right: none; border-bottom: 1px solid var(--line); }
  .artist-facts .fact-row:last-child { border-bottom: none; }
  .about-cols { grid-template-columns: 1fr; gap: 32px; }

  .page-hero { padding: 130px 24px 48px; }
  .page-section { padding: 64px 24px; }

  .quote-form { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: repeat(2, 1fr); }

  .platform-section { grid-template-columns: 1fr; }
  .platform-left { border-right: none; border-bottom: 1px solid var(--line); padding: 64px 24px; }
  .platform-right { padding: 64px 24px; }

  footer { flex-direction: column; align-items: flex-start; padding: 36px 24px; }
}

@media (max-width: 500px) {
  .lang-toggle { top: 16px; right: 16px; }
  .city-cards { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .split-half h2 { font-size: clamp(30px, 9vw, 44px); }
}

/* ============================================================
   COMBINED HERO + VALUE SIDEBAR (artist intro block)
   ============================================================ */
.hero-combined {
  display: grid; grid-template-columns: 1.55fr 1fr; gap: 60px;
  align-items: center;
  padding: 120px 48px; position: relative; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-combined-left { position: relative; z-index: 1; }
.hero-combined h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 5.4vw, 92px);
  line-height: 0.92; letter-spacing: 0.01em; max-width: 640px;
}
.hero-combined h1 em {
  font-family: 'Playfair Display', serif; font-style: italic;
  color: var(--gold); font-size: 0.85em;
}
.hero-values { border-left: 1px solid var(--line); padding-left: 40px; }
.hero-values-tag {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red); margin-bottom: 26px;
  display: flex; align-items: center; gap: 12px;
}
.hero-values-tag::before { content: ''; width: 24px; height: 1px; background: var(--red); }
.value-mini-list { display: flex; flex-direction: column; gap: 22px; list-style: none; }
.value-mini { position: relative; padding-left: 42px; }
.value-mini::before {
  content: attr(data-num); position: absolute; left: 0; top: -2px;
  font-family: 'Bebas Neue', sans-serif; font-size: 18px; color: var(--gold); opacity: 0.75;
}
.value-mini h4 {
  font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 0.04em;
  margin-bottom: 5px; color: var(--paper);
}
.value-mini p { font-size: 12px; line-height: 1.6; color: rgba(240,235,227,0.5); }

/* ============================================================
   CUSTOM BOOKING SCHEDULER
   ============================================================ */
.booking-widget {
  max-width: 920px; margin: 0 auto 48px; text-align: left;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--line); border: 1px solid var(--line); position: relative;
}
.booking-calendar { background: #0d0d0d; padding: 32px 28px; }
.booking-cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.booking-month { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 0.06em; }
.booking-nav-btn {
  background: transparent; border: 1px solid var(--line); color: var(--paper);
  width: 34px; height: 34px; cursor: pointer; font-size: 16px; line-height: 1; transition: all 0.2s;
}
.booking-nav-btn:hover:not(:disabled) { border-color: var(--gold); color: var(--gold); }
.booking-nav-btn:disabled { opacity: 0.22; cursor: not-allowed; }
.booking-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 8px; }
.booking-weekdays span { text-align: center; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.booking-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.booking-day {
  aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 16px;
  border: 1px solid transparent; cursor: pointer; transition: all 0.18s; color: var(--paper);
}
.booking-day.empty { cursor: default; }
.booking-day.available:hover { border-color: var(--gold); color: var(--gold); }
.booking-day.unavailable { color: rgba(240,235,227,0.16); cursor: not-allowed; }
.booking-day.selected { background: var(--red); color: var(--paper); }
.booking-tz { margin-top: 18px; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.booking-panel { background: #0d0d0d; padding: 32px 28px; display: flex; flex-direction: column; min-height: 340px; }
.booking-step-title { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); margin-bottom: 18px; }
.booking-selected-info { font-size: 12px; letter-spacing: 0.04em; color: var(--gold); margin-bottom: 18px; line-height: 1.5; }
.slot-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.slot-btn {
  background: #111; border: 1px solid var(--line); color: var(--paper);
  font-family: 'DM Sans', sans-serif; font-size: 13px; padding: 12px; cursor: pointer; transition: all 0.2s;
}
.slot-btn:hover { border-color: var(--gold); color: var(--gold); }
.slot-btn.selected { background: var(--red); border-color: var(--red); color: var(--paper); }
.booking-empty-msg { font-size: 13px; color: var(--muted); line-height: 1.7; }
.booking-form { display: none; flex-direction: column; gap: 14px; }
.booking-form.active { display: flex; }
.booking-form .field { gap: 6px; }
.booking-error { color: var(--red); font-size: 12px; margin-top: 6px; display: none; }
.booking-error.active { display: block; }
.booking-confirm { display: none; text-align: center; margin: auto 0; }
.booking-confirm.active { display: block; }
.booking-confirm .check {
  width: 54px; height: 54px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
  color: var(--gold); font-size: 24px;
}
.booking-confirm h3 { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: 0.04em; margin-bottom: 8px; }
.booking-confirm p { font-size: 13px; color: rgba(240,235,227,0.55); line-height: 1.7; }

/* ============================================================
   CONSENT PAGE (password gate + form)
   ============================================================ */
.gate-overlay {
  position: fixed; inset: 0; z-index: 200; background: var(--ink);
  display: flex; align-items: center; justify-content: center; padding: 24px;
}
.gate-overlay.hidden { display: none; }
.gate-box { max-width: 400px; width: 100%; text-align: center; }
.gate-box .gate-logo { font-family: 'Bebas Neue', sans-serif; font-size: 30px; letter-spacing: 0.1em; margin-bottom: 20px; display: inline-flex; align-items: center; gap: 2px; }
.gate-box .gate-logo .ink-part { color: var(--red); }
.gate-box h2 { font-family: 'Bebas Neue', sans-serif; font-size: 34px; letter-spacing: 0.02em; margin-bottom: 12px; }
.gate-box p { font-size: 13px; color: rgba(240,235,227,0.55); margin-bottom: 26px; line-height: 1.6; }
.gate-box input {
  width: 100%; background: #111; border: 1px solid var(--line); color: var(--paper);
  font-family: 'DM Sans', sans-serif; font-size: 15px; padding: 14px 16px; text-align: center;
  letter-spacing: 0.1em; margin-bottom: 16px; border-radius: 2px;
}
.gate-box input:focus { outline: none; border-color: var(--gold); }
.gate-box button { width: 100%; }
.gate-error { color: var(--red); font-size: 12px; margin-top: 14px; display: none; letter-spacing: 0.04em; }
.gate-error.active { display: block; }
.consent-body { display: none; }
.consent-body.unlocked { display: block; }

.consent-group { margin-bottom: 12px; }
.consent-group-title {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(22px, 3vw, 30px);
  letter-spacing: 0.03em; margin-bottom: 6px; padding-top: 8px;
}
.consent-group-sub { font-size: 12px; color: var(--muted); margin-bottom: 24px; line-height: 1.6; }
.health-q {
  display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center;
  padding: 14px 0; border-bottom: 1px solid var(--line);
}
.health-q .q-text { font-size: 13px; line-height: 1.5; color: rgba(240,235,227,0.78); }
.health-q .q-text .q-num { color: var(--red); margin-right: 8px; font-family: 'Bebas Neue', sans-serif; }
.yn-group { display: flex; gap: 8px; flex: 0 0 auto; }
.yn-group label {
  display: flex; align-items: center; gap: 6px; cursor: pointer;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted);
  padding: 7px 12px; border: 1px solid var(--line); transition: border-color 0.2s;
}
.yn-group label:hover { border-color: var(--muted); }
.yn-group input { accent-color: var(--red); cursor: pointer; }
.decl-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 13px 0; border-bottom: 1px solid var(--line);
  font-size: 13px; line-height: 1.6; color: rgba(240,235,227,0.72); cursor: pointer;
}
.decl-item input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--red); flex: 0 0 auto; cursor: pointer; }
.decl-item .decl-num { color: var(--gold); font-family: 'Bebas Neue', sans-serif; margin-right: 4px; }
.sig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sig-note { font-size: 11px; color: var(--muted); line-height: 1.6; margin: 4px 0 20px; }
.consent-callout {
  border: 1px solid var(--gold); background: rgba(184,154,90,0.05);
  padding: 20px 24px; margin: 8px 0 28px; font-size: 12px; line-height: 1.7; color: rgba(240,235,227,0.7);
}

/* locked (pre-filled, non-editable) fields */
.field input.locked {
  opacity: 0.75; cursor: not-allowed; border-style: dashed; border-color: var(--gold);
  color: var(--gold);
}

/* age / jurisdiction notice on the consent form */
.age-notice { font-size: 13px; line-height: 1.6; padding: 0; }
.age-notice.warn {
  border: 1px solid var(--gold); background: rgba(184,154,90,0.07);
  color: var(--gold); padding: 16px 20px; margin-top: 4px;
}
.age-notice.block {
  border: 1px solid var(--red); background: rgba(200,55,45,0.08);
  color: var(--red); padding: 16px 20px; margin-top: 4px;
}
#consent-submit:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }

/* digital signature pad */
.sig-pad-wrap { position: relative; border: 1px solid var(--line); background: #f7f4ee; border-radius: 2px; overflow: hidden; }
.sig-pad { display: block; width: 100%; height: 180px; touch-action: none; cursor: crosshair; background: #f7f4ee; }
.sig-clear {
  position: absolute; top: 8px; right: 8px;
  background: rgba(10,10,10,0.75); border: 1px solid var(--line); color: var(--paper);
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 12px; cursor: pointer; transition: all 0.2s;
}
.sig-clear:hover { border-color: var(--red); color: var(--red); }
.sig-hint { font-size: 10px; color: var(--muted); margin-top: 6px; }
.logged-in-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold);
  border: 1px solid rgba(184,154,90,0.4); background: rgba(184,154,90,0.06); padding: 8px 14px;
}
.logged-in-badge::before { content: '\25CF'; color: #4caf50; font-size: 9px; }

@media (max-width: 900px) {
  .hero-combined { grid-template-columns: 1fr; gap: 40px; padding: 96px 24px 72px; }
  .hero-values { border-left: none; border-top: 1px solid var(--line); padding-left: 0; padding-top: 32px; }
  .booking-widget { grid-template-columns: 1fr; }
  .sig-grid { grid-template-columns: 1fr; }
}
@media (max-width: 500px) {
  .slot-list { grid-template-columns: 1fr; }
  .health-q { grid-template-columns: 1fr; gap: 10px; }
  .yn-group { align-self: flex-start; }
}
