/* ============================================================
   BS Privé  ·  Concept mockup
   Dark, restrained, Monaco-facing. Navy base, precise gold.
   ============================================================ */

:root {
  --navy: #071528;
  --navy-2: #0a1a30;
  --navy-3: #0c1e36;
  --gold: #a5906c;
  --gold-bright: #c1b08f;
  --gold-dim: rgba(165, 144, 108, 0.4);
  --gold-faint: rgba(165, 144, 108, 0.16);
  --ivory: #f2eee4;
  --text: #e8e4d9;
  --text-soft: #b9c2d2;
  --muted: #8b98ad;
  --line: rgba(255, 255, 255, 0.09);
  --line-soft: rgba(255, 255, 255, 0.06);
  --line-gold: rgba(165, 144, 108, 0.28);
  --shadow: 0 24px 60px rgba(2, 8, 20, 0.45);
  --radius: 8px;
  --radius-sm: 6px;
  --serif: "Cormorant Garamond", "Didot", "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", "Avenir Next", "Helvetica Neue", -apple-system, "Segoe UI", Arial, sans-serif;
  --shell: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

[hidden] { display: none !important; }

:focus-visible {
  outline: 2px solid var(--gold-dim);
  outline-offset: 2px;
}

/* Reduced motion removes movement (slides, scales, shifts) but keeps
   motion-free opacity fades, which carry no vestibular risk. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .bg-img,
  .row-go,
  .btn svg,
  .text-link { transition: none !important; }

  .pillar:hover .bg-img,
  .feature-banner:hover .bg-img,
  .btn:hover svg.arrow,
  .service-row-item:hover .row-go { transform: none !important; }

  details[open] > .category-body { animation-name: none; }

  .splash-lockup { animation-name: fadeOnly; }
  .step-panel.is-active,
  .success-panel.is-visible { animation-name: fadeOnly; }
}

@keyframes fadeOnly {
  from { opacity: 0; }
  to { opacity: 1; }
}

html { scroll-behavior: smooth; }

body {
  background: var(--navy);
  color: var(--text);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

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

::selection { background: rgba(165, 144, 108, 0.35); color: var(--ivory); }

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

/* ---------- Typography ---------- */

h1, h2, h3, .serif {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 500;
  color: var(--ivory);
  line-height: 1.12;
}

.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.lede {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn svg { width: 15px; height: 15px; flex: none; transition: transform 0.25s ease; }
.btn:hover svg.arrow { transform: translateX(4px); }

.btn-gold {
  background: var(--gold);
  color: #050e1c;
  border-color: var(--gold);
}
.btn-gold:hover { background: var(--gold-bright); border-color: var(--gold-bright); }

.btn-outline {
  background: transparent;
  color: var(--gold-bright);
  border-color: var(--line-gold);
}
.btn-outline:hover { border-color: var(--gold); background: rgba(165, 144, 108, 0.08); }

.btn-ghost {
  background: transparent;
  color: var(--text-soft);
  border-color: transparent;
  padding-inline: 14px;
}
.btn-ghost:hover { color: var(--ivory); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright);
  transition: gap 0.25s ease;
}
.text-link:hover { gap: 14px; }
.text-link svg { width: 16px; height: 16px; }

/* ---------- Splash ---------- */

.splash {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 42%, rgba(12, 28, 50, 0.9), rgba(7, 21, 40, 1) 70%),
    var(--navy);
  cursor: pointer;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.splash.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }

body.pre-reveal .site-header,
body.pre-reveal main,
body.pre-reveal .site-footer { opacity: 0; }

body.pre-reveal.is-revealed .site-header,
body.pre-reveal.is-revealed main,
body.pre-reveal.is-revealed .site-footer {
  opacity: 1;
  transition: opacity 1.3s ease 0.2s;
}

.splash-lockup {
  width: 260px;
  opacity: 0;
  animation: splashFade 0.9s ease 0.1s forwards;
}

@keyframes splashFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


/* Ink treatment for background-image surfaces */
.hero-bg::after,
.page-hero::before,
.card-media::after {
  -webkit-backdrop-filter: brightness(0.72) saturate(0.68) contrast(1.04);
  backdrop-filter: brightness(0.72) saturate(0.68) contrast(1.04);
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 21, 40, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 36px;
  height: 98px;
}

.brand { flex: none; display: flex; align-items: center; }
.brand img { height: 44px; width: auto; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

.site-nav a {
  font-size: 12.5px;
  font-weight: 550;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.site-nav a:hover { color: var(--ivory); }

.site-nav a.is-active { color: var(--gold-bright); }

.header-cta {
  flex: none;
  padding: 9px 16px;
  font-size: 11px;
}
.header-cta svg { width: 13px; height: 13px; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  color: var(--ivory);
  cursor: pointer;
  margin-left: auto;
}
.nav-toggle svg { width: 20px; height: 20px; display: block; }

/* ---------- Hero (homepage) ---------- */

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/hero/monaco-night.png") center right / cover no-repeat;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 40, 0.96) 0%, rgba(6, 16, 32, 0.85) 34%, rgba(5, 10, 19, 0.4) 68%, rgba(5, 10, 19, 0.32) 100%),
    linear-gradient(0deg, rgba(7, 21, 40, 0.9) 0%, rgba(7, 21, 40, 0) 30%);
}

.hero-inner {
  position: relative;
  padding: 96px 0;
  max-width: 640px;
}

.hero h1 {
  font-size: clamp(40px, 5vw, 62px);
  margin: 0 0 24px;
}

.hero .lede { max-width: 480px; }

/* Request composer */

.composer {
  margin-top: 46px;
  background: rgba(10, 24, 46, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  max-width: 620px;
  box-shadow: var(--shadow);
}

.composer-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}

.composer-row {
  display: flex;
  gap: 12px;
}

.composer-input {
  flex: 1;
  background: rgba(7, 21, 40, 0.6);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 15px;
  transition: border-color 0.25s ease;
}
.composer-input::placeholder { color: var(--muted); }
.composer-input:focus { outline: none; border-color: var(--gold-dim); }

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
}

.trust-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.trust-item svg { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 2px; }
.trust-item b {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}
.trust-item span { font-size: 12.5px; color: var(--muted); }

/* ---------- Sections ---------- */

.section { padding: 72px 0; }
.section-tight { padding-top: 28px; }

.section-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 44px;
}
.section-head h2 { font-size: clamp(24px, 2.6vw, 32px); }
.section-head .lede { margin-top: 16px; }

/* Pillars grid: image cards with a navy fade under the text */

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pillar {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 300px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.68) contrast(1.04);
  transition: transform 0.8s ease;
}

.pillar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 19, 0.28) 0%, rgba(5, 10, 19, 0.34) 58%, rgba(4, 8, 15, 0.95) 100%);
}

.pillar:hover { border-color: var(--line-gold); }
.pillar:hover .bg-img { transform: scale(1.05); }

.pillar-body {
  position: relative;
  z-index: 1;
  padding: 26px 28px;
}

.pillar h3 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 8px;
}

.pillar p { font-size: 13.5px; color: var(--text-soft); line-height: 1.6; }

.section-foot { text-align: center; margin-top: 40px; }

.advisory-note {
  margin-top: 18px;
  font-size: 12.5px;
  color: var(--muted);
}
.advisory-note a { color: var(--text-soft); text-decoration: underline; text-decoration-color: var(--line-gold); text-underline-offset: 3px; transition: color 0.25s ease; }
.advisory-note a:hover { color: var(--gold-bright); }

/* Quiet band */

.band {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: var(--navy-2);
}

.band-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  padding: 30px 0;
}

.band-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.band-item svg { width: 18px; height: 18px; color: var(--gold); }

/* Concierge strip on homepage */

.desk-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  background: var(--navy-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 52px 56px;
}

.desk-copy h2 { font-size: clamp(22px, 2.4vw, 30px); margin-bottom: 16px; }
.desk-copy .lede { margin-bottom: 26px; }

.desk-contacts {
  border-left: 1px solid var(--line-soft);
  padding-left: 56px;
}

.concierge-card {
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.card-media {
  position: relative;
  height: 176px;
  margin: -32px -32px 26px;
  background-size: cover;
  background-position: center;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 19, 0.22) 0%, rgba(5, 10, 19, 0.28) 68%, var(--navy-2) 100%);
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-soft);
}
.contact-line:last-of-type { border-bottom: 0; }
.contact-line svg { width: 18px; height: 18px; color: var(--gold); flex: none; }
.contact-line b { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.contact-line span { font-size: 15px; color: var(--ivory); }
.contact-link {
  text-decoration: none;
  color: inherit;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 4px;
  transition: background 0.18s ease;
  cursor: pointer;
}
.contact-link:hover { background: rgba(255, 255, 255, 0.03); }
.contact-link:hover svg { color: var(--ivory-soft, #d8d5cc); }
.contact-link:focus-visible { outline: 1px solid var(--gold); outline-offset: 2px; }

/* ---------- Page hero (inner pages) ---------- */

.page-hero {
  position: relative;
  background-size: cover;
  background-position: center 38%;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 19, 0.26) 0%, rgba(5, 10, 19, 0.1) 40%, rgba(5, 10, 19, 0.12) 72%, var(--navy) 100%),
    linear-gradient(90deg, rgba(7, 21, 40, 0.72) 0%, rgba(5, 11, 22, 0.24) 55%, rgba(5, 10, 19, 0.08) 100%);
}

.page-hero .shell { position: relative; z-index: 1; }

.page-hero .page-head { padding: 72px 0 56px; }

.page-hero[style] {
  display: flex;
  align-items: flex-end;
  min-height: 460px;
}

.page-hero[style] .shell { width: min(var(--shell), calc(100% - 48px)); }

.page-hero[style] .page-head { padding: 0 0 52px; }

.page-head { padding: 88px 0 64px; }

.page-head .back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 26px;
  transition: color 0.25s ease;
}
.page-head .back:hover { color: var(--gold-bright); }
.page-head .back svg { width: 14px; height: 14px; }

.page-head h1 { font-size: clamp(28px, 3.2vw, 40px); }
.page-head .lede { margin-top: 14px; max-width: 520px; }

/* ---------- Services page: category directory ---------- */

.category-list {
  border-top: 1px solid var(--line-soft);
  margin-bottom: 8px;
}

.category-group {
  border-bottom: 1px solid var(--line-soft);
}

.category-summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 4px;
  -webkit-tap-highlight-color: transparent;
}
.category-summary::-webkit-details-marker { display: none; }
.category-summary::marker { content: ""; }

.category-summary:hover .category-summary-main h2 { color: var(--gold-bright); }

.category-icon {
  flex: none;
  display: flex;
}
.category-icon svg { width: 22px; height: 22px; color: var(--gold); stroke-width: 1.2; }

.category-summary-main { flex: 1; min-width: 0; }
.category-summary-main h2 {
  font-size: 20px;
  margin-bottom: 4px;
  transition: color 0.25s ease;
}
.category-summary-main p { font-size: 13.5px; color: var(--muted); }

.category-count {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  flex: none;
  white-space: nowrap;
}

.category-thumb {
  width: 220px;
  height: 132px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line-soft);
  flex: none;
  filter: brightness(0.72) saturate(0.68) contrast(1.04);
}

.chevron {
  width: 16px;
  height: 16px;
  color: var(--gold-dim);
  flex: none;
  transition: transform 0.3s ease;
}
details[open] > .category-summary .chevron { transform: rotate(180deg); }

.category-body { padding: 0 4px 30px; }
details[open] > .category-body { animation: panelIn 0.35s ease; }

.service-row-list {
  display: flex;
  flex-direction: column;
  padding-left: 42px;
}

.service-row-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid var(--line-soft);
  transition: background 0.25s ease;
}
.service-row-item:hover { background: rgba(255, 255, 255, 0.015); }

.service-row-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.service-row-name { font-family: var(--serif); font-size: 17px; color: var(--ivory); }
.service-row-desc { font-size: 13px; color: var(--muted); }

.row-go {
  width: 15px;
  height: 15px;
  flex: none;
  color: var(--gold-dim);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.service-row-item:hover .row-go { opacity: 1; transform: translateX(0); color: var(--gold-bright); }

.services-cta {
  text-align: center;
  padding: 64px 0 88px;
}

.services-cta .cta-note {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: var(--ivory);
  margin-bottom: 24px;
}

.search-field {
  position: relative;
  margin-bottom: 26px;
}
.search-field svg {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  color: var(--muted);
}
.search-field input {
  width: 100%;
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 15px 18px 15px 48px;
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 14.5px;
  transition: border-color 0.25s ease;
}
.search-field input::placeholder { color: var(--muted); }
.search-field input:focus { outline: none; border-color: var(--gold-dim); }

.services-empty {
  padding: 56px 24px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  display: none;
}

/* ---------- Feature banner ---------- */

.feature-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 440px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
}

.feature-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 19, 0.22) 0%, rgba(5, 10, 19, 0.42) 45%, rgba(4, 8, 15, 0.95) 100%);
}

.banner-body {
  position: relative;
  z-index: 1;
  padding: 44px 48px;
  max-width: 600px;
}

.banner-body h2 { font-size: clamp(22px, 2.4vw, 30px); margin-bottom: 14px; }
.banner-body .lede { margin-bottom: 26px; }

/* ---------- Request flow ---------- */

.service-switcher {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 30px 0 24px;
}

.switcher-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 8px;
}

.switch-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 12.5px;
  color: var(--text-soft);
  transition: border-color 0.25s ease, color 0.25s ease;
}
.switch-pill:hover { border-color: var(--gold-dim); color: var(--ivory); }
.switch-pill.is-current {
  border-color: var(--line-gold);
  color: var(--gold-bright);
  background: rgba(165, 144, 108, 0.08);
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
  padding-bottom: 88px;
}

#flowRoot {
  background: var(--navy-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
}


.form-heading {
  grid-column: 1 / -1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
}

.summary .summary-row-extra { display: none; }

/* Stepper */

.stepper {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}

.step-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  background: none;
  border: none;
  cursor: default;
  font-family: var(--sans);
  white-space: nowrap;
}

.step-tab .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--muted);
  transition: all 0.3s ease;
}

.step-tab.is-active { color: var(--ivory); }
.step-tab.is-active .dot {
  border-color: var(--gold);
  background: var(--gold);
  color: #050e1c;
}

.step-tab.is-done { color: var(--text-soft); cursor: pointer; }
.step-tab.is-done .dot { border-color: var(--gold-dim); color: var(--gold-bright); }

.step-line { flex: 1; height: 1px; background: var(--line-soft); min-width: 22px; }

/* Panels */

.step-panel { display: none; }
.step-panel.is-active {
  display: flex;
  flex-direction: column;
  flex: 1;
  animation: panelIn 0.4s ease;
}

@keyframes panelIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Form primitives */

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 20px;
}

.field { display: flex; flex-direction: column; gap: 8px; }
.field.span-2 { grid-column: span 2; }

.field label {
  font-size: 12px;
  font-weight: 550;
  color: var(--text-soft);
  letter-spacing: 0.03em;
}

.field label .opt { color: var(--muted); font-weight: 400; }

.field input,
.field select,
.field textarea {
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 14.5px;
  transition: border-color 0.25s ease;
  width: 100%;
}

.field input::placeholder,
.field textarea::placeholder { color: var(--muted); }

.field input:focus,
.field select:focus,
.field textarea:focus { outline: none; border-color: var(--gold-dim); }

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b98ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
}

.field select option { background: var(--navy-2); color: var(--ivory); }

.field textarea { resize: vertical; min-height: 96px; }

.field input[type="date"],
.field input[type="time"] { color-scheme: dark; }

.field.has-error input,
.field.has-error select { border-color: rgba(196, 108, 94, 0.65); }

.field .error-note {
  display: none;
  font-size: 12px;
  color: #c98d82;
}
.field.has-error .error-note { display: block; }

/* Segmented control */

.segmented {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.segmented button {
  background: transparent;
  border: none;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 550;
  padding: 12px 22px;
  cursor: pointer;
  transition: all 0.25s ease;
  border-right: 1px solid var(--line-soft);
}
.segmented button:last-child { border-right: 0; }

.segmented button.is-selected {
  background: rgba(165, 144, 108, 0.14);
  color: var(--gold-bright);
}

/* Choice chips */

.chips { display: flex; flex-wrap: wrap; gap: 10px; }

.chip {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-soft);
  font-family: var(--sans);
  font-size: 13px;
  padding: 9px 18px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.chip:hover { border-color: var(--gold-dim); }
.chip.is-selected {
  border-color: var(--gold);
  color: var(--gold-bright);
  background: rgba(165, 144, 108, 0.1);
}

/* Toggle row */

.toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--navy-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
}
.toggle-row b { font-size: 14px; font-weight: 550; color: var(--text); display: block; }
.toggle-row span { font-size: 12.5px; color: var(--muted); }

.switch {
  position: relative;
  width: 44px;
  height: 24px;
  flex: none;
  cursor: pointer;
}
.switch input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.switch .track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.25s ease;
}
.switch .track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ivory);
  transition: transform 0.25s ease;
}
.switch input:checked + .track { background: var(--gold); }
.switch input:checked + .track::after { transform: translateX(20px); }

/* Step footer */

.step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 36px;
  gap: 16px;
}

/* Review */

.review-list {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 26px;
}

.review-item {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 22px;
  border-bottom: 1px solid var(--line-soft);
  background: var(--navy-2);
  font-size: 14px;
}
.review-item:last-child { border-bottom: 0; }
.review-item b { font-weight: 500; color: var(--muted); }
.review-item span { color: var(--ivory); text-align: right; }

.review-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 13.5px;
  color: var(--text-soft);
  line-height: 1.65;
}
.review-note svg { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 2px; }

/* Summary aside */

.summary {
  position: sticky;
  top: 130px;
  align-self: start;
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  overflow: hidden;
}


.summary h3 {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.summary .summary-state {
  font-size: 12.5px;
  color: var(--muted);
  margin-bottom: 18px;
}

.summary-rows { border-top: 1px solid var(--line-soft); }

.summary-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 13.5px;
}
.summary-row svg { width: 16px; height: 16px; color: var(--gold-dim); flex: none; }
.summary-row b { font-weight: 500; color: var(--muted); flex: 1; }
.summary-row span { color: var(--ivory); text-align: right; }
.summary-row span:empty::before,
.summary-row span.is-empty { color: var(--muted); }

.summary-foot {
  margin-top: 18px;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.65;
}

/* Success */

.success-panel {
  display: none;
  text-align: center;
  padding: 72px 32px;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  background: var(--navy-2);
}
.success-panel.is-visible { display: block; animation: panelIn 0.5s ease; }
.success-panel h2 { font-size: 25px; margin-bottom: 12px; }
.success-panel p { color: var(--text-soft); max-width: 420px; margin: 0 auto 8px; }
.success-panel .ref {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-bright);
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  padding: 9px 22px;
}
.success-panel .success-actions { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- My requests ---------- */

.requests-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.filter-tabs { display: flex; gap: 6px; flex-wrap: wrap; }

.filter-tab {
  background: none;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 18px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.filter-tab:hover { color: var(--text-soft); }
.filter-tab.is-active {
  color: var(--gold-bright);
  border-color: var(--line-gold);
  background: rgba(165, 144, 108, 0.08);
}

.sort-select {
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--text-soft);
  font-family: var(--sans);
  font-size: 13px;
  padding: 10px 38px 10px 16px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b98ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.sort-select:focus { outline: none; border-color: var(--gold-dim); }

.request-list {
  display: flex;
  flex-direction: column;
  padding-bottom: 88px;
  border-top: 1px solid var(--line-soft);
}

.request-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 4px;
  border-bottom: 1px solid var(--line-soft);
  transition: background 0.3s ease;
}
.request-card:hover { background: rgba(255, 255, 255, 0.015); }

.request-card .req-body { flex: 1; min-width: 0; }

.req-category {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}

.request-card h3 { font-size: 20px; margin-bottom: 6px; }

.req-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-size: 13px;
  color: var(--muted);
}
.req-meta span { display: inline-flex; align-items: center; gap: 7px; }
.req-meta svg { width: 14px; height: 14px; color: var(--gold-dim); }

.req-status { text-align: right; flex: none; }

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.status-chip::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.status-confirmed { color: #8fbe9b; }
.status-arranging { color: var(--gold-bright); }
.status-awaiting { color: #a8b8d4; }
.status-received { color: var(--muted); }

.req-ref { font-size: 12px; color: var(--muted); }
.req-updated { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ---------- Concierge page ---------- */

.concierge-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 64px;
  align-items: stretch;
  padding-bottom: 88px;
}

.concierge-layout .concierge-card {
  display: flex;
  flex-direction: column;
}

.concierge-layout .concierge-card > div:last-child { margin-top: auto; }

.assurance-list { margin-top: 36px; display: flex; flex-direction: column; gap: 22px; }
.assurance {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.assurance svg { width: 20px; height: 20px; color: var(--gold); flex: none; margin-top: 3px; stroke-width: 1.2; }
.assurance b { display: block; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ivory); margin-bottom: 4px; }
.assurance p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ---------- Footer ---------- */

.site-footer {
  border-top: 1px solid var(--line-soft);
  background: #060f1d;
  padding: 64px 0 40px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-brand img { height: 30px; width: auto; margin-bottom: 20px; }

.footer-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 15.5px;
  color: var(--text-soft);
  max-width: 320px;
  line-height: 1.6;
}

.footer-nav { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-nav b {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.footer-nav a {
  display: block;
  font-size: 13.5px;
  color: var(--text-soft);
  margin-bottom: 10px;
  transition: color 0.25s ease;
}
.footer-nav a:hover { color: var(--ivory); }

.footer-bottom {
  margin-top: 52px;
  padding-top: 26px;
  border-top: 1px solid var(--line-soft);
  font-size: 12px;
  color: var(--muted);
}

/* ---------- Responsive ---------- */

@media (max-width: 1080px) {
  .request-layout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .concierge-layout { grid-template-columns: 1fr; }
  .feature-banner { min-height: 380px; }
}

@media (max-width: 1060px) {
  .site-nav {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--navy-2);
    border-bottom: 1px solid var(--line);
    padding: 6px 24px 8px;
    display: none;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; width: 100%; border-bottom: 1px solid var(--line-soft); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a.is-active::after { display: none; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .header-inner { height: 82px; }
  .brand img { height: 36px; }

  .pillars { grid-template-columns: repeat(2, 1fr); }
  .desk-panel { grid-template-columns: 1fr; gap: 32px; padding: 36px; }
  .desk-contacts { border-left: 0; border-top: 1px solid var(--line-soft); padding-left: 0; padding-top: 24px; }
  .hero-inner { padding: 72px 0 64px; }
  .page-hero .page-head { padding: 64px 0 48px; }
  .page-hero[style] { min-height: 400px; }
  .page-hero[style] .page-head { padding: 0 0 44px; }
  .feature-banner { min-height: 320px; }
  .banner-body { padding: 28px; }
  .service-row-list { padding-left: 38px; }
  .category-thumb { width: 168px; height: 102px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .shell { width: calc(100% - 40px); }
  .lede { font-size: 15px; }
  .pillars { grid-template-columns: 1fr; }
  .pillar { min-height: 240px; }
  .hero-bg { background-position: 68% center; }
  .services-cta { padding: 56px 0 80px; }
  .category-summary {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas:
      "icon main thumb chev"
      "icon count thumb chev";
    column-gap: 14px;
    row-gap: 6px;
    align-items: center;
    padding: 18px 2px;
  }
  .category-icon { grid-area: icon; align-self: start; margin-top: 3px; }
  .category-icon svg { width: 19px; height: 19px; }
  .category-summary-main { grid-area: main; align-self: end; }
  .category-summary-main h2 { font-size: 17px; }
  .category-summary-main p { display: none; }
  .category-count { grid-area: count; align-self: start; font-size: 10px; }
  .category-thumb { grid-area: thumb; width: 112px; height: 70px; }
  .chevron { grid-area: chev; }
  .service-row-list { padding-left: 0; }
  .service-row-item { gap: 14px; padding: 14px 0; }
  .service-row-name { font-size: 15.5px; }
  .service-row-desc { font-size: 12.5px; }
  .row-go { opacity: 1; transform: none; }
  .summary { padding: 24px; }
  #flowRoot { padding: 24px 20px; }
  .concierge-card { padding: 24px; }
  .card-media { margin: -24px -24px 22px; }
  .services-cta .cta-note { font-size: 17px; }
  .composer-row { flex-direction: column; }
  .trust-row { grid-template-columns: 1fr; gap: 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.span-2 { grid-column: span 1; }
  .stepper { flex-wrap: wrap; gap: 10px; }
  .step-line { display: none; }
  .step-tab { width: 100%; }
  .request-card { flex-wrap: wrap; }
  .req-status { text-align: left; width: 100%; }
  .band-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .step-actions { flex-direction: column-reverse; align-items: stretch; }
  .step-actions .btn { width: 100%; }
  .section { padding: 52px 0; }
  .section-tight { padding-top: 28px; }
  .page-hero .page-head { padding: 52px 0 40px; }
  .page-hero[style] { min-height: 320px; }
  .page-hero[style] .page-head { padding: 0 0 32px; }
  .request-layout, .concierge-layout { padding-bottom: 80px; }
  .request-list { padding-bottom: 80px; }
  .site-footer { padding: 52px 0 32px; }
  .footer-bottom { margin-top: 40px; }
}


/* ---------- Floating WhatsApp chat button ---------- */

.bsp-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32), 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.bsp-chat:hover {
  transform: translateY(-1px);
  background: #1ebe57;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.38), 0 3px 8px rgba(0, 0, 0, 0.22);
}
.bsp-chat:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.bsp-chat svg {
  width: 22px;
  height: 22px;
  flex: none;
  color: #fff;
}
.bsp-chat-label {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .bsp-chat { right: 14px; bottom: 14px; padding: 12px; }
  .bsp-chat-label { display: none; }
  .bsp-chat svg { width: 24px; height: 24px; }
}


/* ---------- Concierge application form ---------- */

.join-form { margin-top: 32px; }
.join-form .fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 22px;
  margin-top: 14px;
}
.join-form .field.span-2 { grid-column: 1 / -1; }
@media (max-width: 720px) { .join-form .fields-grid { grid-template-columns: 1fr; } }

.specialities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.spec-chip {
  position: relative;
  cursor: pointer;
  padding: 10px 16px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  color: var(--ivory);
  font-size: 14px;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
  user-select: none;
}
.spec-chip input { position: absolute; opacity: 0; pointer-events: none; }
.spec-chip:hover { border-color: var(--gold); }
.spec-chip.is-selected {
  background: rgba(165, 144, 108, 0.16);
  border-color: var(--gold);
  color: #fff;
}
.spec-hint {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
  letter-spacing: 0.02em;
}

/* ---------- Admin gate ---------- */

.admin-gate {
  max-width: 420px;
  margin: 60px auto;
  padding: 40px;
  background: var(--navy-panel);
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  text-align: center;
}
.admin-gate h2 { font-family: 'Cormorant Garamond', serif; font-size: 28px; margin: 0 0 8px; color: var(--ivory); }
.admin-gate p { color: var(--muted); font-size: 14px; margin: 0 0 24px; }
.admin-gate input {
  width: 100%;
  padding: 12px 16px;
  background: transparent;
  border: 1px solid var(--line-soft);
  color: var(--ivory);
  font-size: 15px;
  font-family: inherit;
  border-radius: 4px;
  margin-bottom: 14px;
}
.admin-gate input:focus { outline: 1px solid var(--gold); }
.admin-panel { display: none; }
.admin-panel.is-open { display: block; }
.admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.admin-card {
  padding: 26px;
  background: var(--navy-panel);
  border: 1px solid var(--line-soft);
  border-radius: 6px;
}
.admin-card b { display: block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.admin-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; margin: 0 0 8px; color: var(--ivory); }
.admin-card p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }
.admin-note { padding: 18px 22px; background: rgba(165, 144, 108, 0.08); border-left: 2px solid var(--gold); color: var(--ivory); font-size: 14px; line-height: 1.6; margin-top: 24px; }
