/* ============================================================
   AASindila Advisory — Global Stylesheet
   Palette: deep aubergine ink + champagne gold + warm cream
   Type: Playfair Display (display) / Inter (text)
   ============================================================ */

:root {
  --ink:        #1E1022;   /* near-black plum — dark surfaces */
  --ink-soft:   #2B1730;   /* raised dark surface */
  --plum:       #4A1E52;   /* brand plum */
  --gold:       #C9A227;   /* champagne gold — on dark */
  --gold-ink:   #8A6A10;   /* gold for text on light (4.5:1) */
  --gold-soft:  #E7D9A9;
  --cream:      #FAF7F2;   /* page background */
  --paper:      #FFFFFF;
  --sand:       #F3EEE4;   /* alternate section band */
  --text:       #241A28;   /* body text on light */
  --muted:      #5F5566;   /* secondary text on light (4.5:1) */
  --line:       #E4DDD2;
  --line-dark:  rgba(255,255,255,.14);
  --on-dark:    #F5F1E9;
  --on-dark-muted: #C4BBC9;
  --error:      #B3261E;
  --radius:     2px;       /* deliberately sharp — engraved, not bubbly */
  --shadow-card: 0 1px 2px rgba(30,16,34,.05), 0 12px 32px -16px rgba(30,16,34,.18);
  --shadow-lift: 0 2px 4px rgba(30,16,34,.06), 0 24px 48px -20px rgba(30,16,34,.28);
  --ease: cubic-bezier(.22,.61,.36,1);
  --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3, .display {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.14;
  color: var(--ink);
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}

h1 { font-size: clamp(2.4rem, 5.2vw, 4.1rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.75rem); }
h3 { font-size: 1.35rem; line-height: 1.3; }

p { margin: 0 0 1.1em; }
a { color: var(--gold-ink); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--plum); }

:focus-visible {
  outline: 2px solid var(--gold-ink);
  outline-offset: 3px;
  border-radius: var(--radius);
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* ---------- Eyebrow / labels ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 34px; height: 1px;
  background: currentColor;
  opacity: .7;
}
.on-dark .eyebrow, .eyebrow.light { color: var(--gold); }

.lede { font-size: 1.16rem; line-height: 1.7; color: var(--muted); max-width: 62ch; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 32px;
  font-family: "Inter", sans-serif;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease), transform .25s var(--ease);
}
.btn svg { flex: 0 0 auto; transition: transform .25s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn:active { transform: translateY(1px); }

.btn-gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-gold:hover { background: #D9B540; border-color: #D9B540; color: var(--ink); }

.btn-ink { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }
.btn-ink:hover { background: var(--plum); border-color: var(--plum); color: #fff; }

.btn-ghost { background: transparent; color: var(--on-dark); border-color: rgba(255,255,255,.38); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.btn-ghost-dark { background: transparent; color: var(--ink); border-color: rgba(30,16,34,.3); }
.btn-ghost-dark:hover { border-color: var(--ink); color: var(--ink); }

.btn[disabled] { opacity: .45; cursor: not-allowed; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(30,16,34,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-dark);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--on-dark);
}
.brand:hover { color: var(--on-dark); }
.brand-mark {
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.brand-logo {
  height: 38px;
  width: auto;
  flex: 0 0 auto;
  object-fit: contain;
}
.brand-name {
  font-family: "Playfair Display", serif;
  font-size: 1.18rem;
  letter-spacing: .02em;
  line-height: 1.1;
}
.brand-name small {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 4px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  list-style: none;
  margin: 0; padding: 0;
}
.nav-links a {
  white-space: nowrap;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--on-dark-muted);
  padding: 8px 0;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ease);
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { margin-left: 6px; }
.nav-cta .btn { min-height: 44px; padding: 10px 22px; font-size: .72rem; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-dark);
  color: var(--on-dark);
  width: 46px; height: 46px;
  border-radius: var(--radius);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--on-dark);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 35%;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(24,11,28,.96) 0%, rgba(24,11,28,.88) 42%, rgba(24,11,28,.55) 100%),
    linear-gradient(to top, rgba(24,11,28,.9), transparent 40%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(90px, 12vw, 170px) 0 clamp(80px, 10vw, 150px);
  max-width: 780px;
}
.hero h1 { color: #fff; margin-bottom: 26px; }
.hero h1 em {
  font-style: italic;
  color: var(--gold);
}
.hero .lede { color: var(--on-dark-muted); font-size: 1.14rem; max-width: 58ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }

.hero-cred {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line-dark);
  padding: 22px 0;
}
.hero-cred ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 44px;
  list-style: none;
  margin: 0; padding: 0;
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--on-dark-muted);
}
.hero-cred li { display: flex; align-items: center; gap: 10px; }
.hero-cred li::before {
  content: "";
  width: 5px; height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  flex: 0 0 auto;
}

/* ---------- Sections ---------- */
.section { padding: clamp(72px, 9vw, 130px) 0; }
.section-sand { background: var(--sand); }
.section-dark { background: var(--ink); color: var(--on-dark); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .lede { color: var(--on-dark-muted); }

.section-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 64px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::before { display: none; }
.section-head.center .lede { margin-inline: auto; }

/* ---------- Pillars ---------- */
.pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.pillar {
  background: var(--paper);
  padding: clamp(30px, 4vw, 48px);
  position: relative;
  transition: background .3s var(--ease);
}
.pillar:hover { background: #FDFCF9; }
.pillar-index {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: .95rem;
  color: var(--gold-ink);
  letter-spacing: .06em;
  display: block;
  margin-bottom: 20px;
}
.pillar-icon {
  width: 46px; height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--plum);
  margin-bottom: 24px;
}
.pillar h3 { margin-bottom: 14px; }
.pillar p { color: var(--muted); font-size: .98rem; margin: 0; }
.pillar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.pillar-link svg { transition: transform .25s var(--ease); }
.pillar-link:hover svg { transform: translateX(4px); }

/* ---------- Split feature ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.split-media {
  position: relative;
}
.split-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  box-shadow: var(--shadow-lift);
}
.split-media::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  border: 1px solid var(--gold);
  opacity: .55;
  pointer-events: none;
}
.feature-list { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 26px; }
.feature-list li { display: grid; grid-template-columns: 26px 1fr; gap: 18px; }
.feature-list .tick { color: var(--gold-ink); margin-top: 4px; }
.feature-list strong { display: block; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.feature-list span.desc { color: var(--muted); font-size: .96rem; }
.section-dark .feature-list strong { color: #fff; }
.section-dark .feature-list span.desc { color: var(--on-dark-muted); }
.section-dark .feature-list .tick { color: var(--gold); }

/* ---------- Process ---------- */
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 56px);
  counter-reset: step;
}
.process-step { position: relative; padding-top: 30px; }
.process-step::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 1px;
  background: var(--line-dark);
}
.process-step::after {
  content: "";
  position: absolute;
  top: -3px; left: 0;
  width: 46px; height: 3px;
  background: var(--gold);
}
.process-num {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1rem;
  display: block;
  margin-bottom: 14px;
}
.process-step h3 { font-size: 1.2rem; }
.process-step p { color: var(--on-dark-muted); font-size: .95rem; margin: 0; }

/* ---------- Founder ---------- */
.founder-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.founder-card {
  background: var(--ink);
  color: var(--on-dark);
  padding: 48px 40px 40px;
  position: sticky;
  top: 110px;
  box-shadow: var(--shadow-lift);
}
.founder-monogram {
  width: 84px; height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: 1.9rem;
  margin-bottom: 28px;
}
.founder-card h3 { color: #fff; font-size: 1.6rem; margin-bottom: 6px; }
.founder-role {
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
}
.founder-creds { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.founder-creds li {
  display: flex;
  gap: 12px;
  font-size: .88rem;
  color: var(--on-dark-muted);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-dark);
}
.founder-creds li:last-child { border-bottom: 0; padding-bottom: 0; }
.founder-creds svg { color: var(--gold); flex: 0 0 auto; margin-top: 3px; }
.founder-body p { color: var(--muted); }
.founder-body .drop {
  font-size: 1.18rem;
  color: var(--text);
  line-height: 1.7;
}

/* ---------- Quote band ---------- */
.quote-band { text-align: center; max-width: 860px; margin: 0 auto; }
.quote-band blockquote {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-style: italic;
  line-height: 1.45;
  color: #fff;
}
.quote-band blockquote em { color: var(--gold); }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { color: #fff; max-width: 640px; margin-inline: auto; }
.cta-band p { color: var(--on-dark-muted); max-width: 52ch; margin: 0 auto 36px; }

/* ---------- Desk strip (travel desk teaser) ---------- */
.desk-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: clamp(28px, 4vw, 44px) clamp(28px, 4vw, 52px);
  box-shadow: var(--shadow-card);
}
.desk-strip h3 { margin-bottom: 8px; }
.desk-strip p { color: var(--muted); margin: 0; max-width: 68ch; font-size: .97rem; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  background: var(--ink);
  color: var(--on-dark);
  padding: clamp(64px, 9vw, 120px) 0;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "AA";
  position: absolute;
  right: -40px;
  bottom: -90px;
  font-family: "Playfair Display", serif;
  font-size: 380px;
  line-height: 1;
  color: rgba(255,255,255,.03);
  pointer-events: none;
  z-index: 1;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
}
.page-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(24,11,28,.96) 0%, rgba(24,11,28,.86) 45%, rgba(24,11,28,.62) 100%),
    linear-gradient(to top, rgba(24,11,28,.75), transparent 50%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 4.5vw, 3.4rem); max-width: 18ch; }
.page-hero .lede { color: var(--on-dark-muted); }

/* ---------- Service detail cards ---------- */
.detail-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.detail-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  padding: 38px 32px;
  box-shadow: var(--shadow-card);
}
.detail-card h3 { font-size: 1.22rem; margin-bottom: 12px; }
.detail-card p { color: var(--muted); font-size: .96rem; margin: 0; }
.detail-card .pillar-icon { margin-bottom: 22px; }

/* ---------- Accreditation ---------- */
.accreds { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.accred {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 10px 18px;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.accred svg { color: var(--gold-ink); }
.on-dark .accred, .section-dark .accred {
  background: transparent;
  border-color: var(--line-dark);
  color: var(--on-dark-muted);
}
.section-dark .accred svg { color: var(--gold); }

/* ============================================================
   QUESTIONNAIRE (consultation page)
   ============================================================ */
.consult-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.qnr {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lift);
}
.qnr-head {
  padding: 34px clamp(26px, 4vw, 48px) 0;
}
.qnr-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.qnr-progress .step-label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-ink);
}
.qnr-progress .step-count {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: var(--muted);
  font-size: .95rem;
}
.qnr-bar {
  height: 3px;
  background: var(--sand);
  overflow: hidden;
}
.qnr-bar span {
  display: block;
  height: 100%;
  background: var(--gold);
  transition: width .4s var(--ease);
}

.qnr-body { padding: 34px clamp(26px, 4vw, 48px) 44px; }
.qnr fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.qnr legend, .qnr .qnr-q {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 8px;
  padding: 0;
}
.qnr-sub { color: var(--muted); font-size: .95rem; margin-bottom: 28px; }

.qnr-options { display: grid; gap: 12px; }
.qnr-option { position: relative; }
.qnr-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.qnr-option label {
  display: grid;
  grid-template-columns: 34px 1fr 22px;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: var(--cream);
  cursor: pointer;
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
  min-height: 60px;
}
.qnr-option label:hover { border-color: var(--gold-ink); background: #fff; }
.qnr-option input:focus-visible + label {
  outline: 2px solid var(--gold-ink);
  outline-offset: 2px;
}
.qnr-option input:checked + label {
  border-color: var(--gold-ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--gold-ink), var(--shadow-card);
}
.qnr-key {
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: .95rem;
  color: var(--muted);
  background: var(--paper);
  transition: all .2s var(--ease);
}
.qnr-option input:checked + label .qnr-key {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--gold);
}
.qnr-option .opt-title { font-weight: 600; color: var(--ink); font-size: .98rem; display: block; }
.qnr-option .opt-desc { color: var(--muted); font-size: .85rem; display: block; margin-top: 2px; }
.qnr-check { color: var(--gold-ink); opacity: 0; transition: opacity .2s var(--ease); }
.qnr-option input:checked + label .qnr-check { opacity: 1; }

/* step 5 fields */
.qnr-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.qnr-fields .full { grid-column: 1 / -1; }
.field label {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
}
.field label .req { color: var(--error); }
.field input {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  font: inherit;
  font-size: 1rem;
  color: var(--text);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.field input:focus {
  outline: none;
  border-color: var(--gold-ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--gold-ink);
}
.field .hint { font-size: .8rem; color: var(--muted); margin-top: 6px; }
.field .error-msg {
  display: none;
  font-size: .82rem;
  color: var(--error);
  margin-top: 6px;
}
.field.invalid input { border-color: var(--error); box-shadow: inset 0 0 0 1px var(--error); }
.field.invalid .error-msg { display: block; }

.qnr-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.qnr-back {
  background: none;
  border: 0;
  font: inherit;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 6px;
}
.qnr-back:hover { color: var(--ink); }
.qnr-error-summary {
  display: none;
  border: 1px solid var(--error);
  background: #FDF3F2;
  color: var(--error);
  padding: 14px 18px;
  font-size: .9rem;
  margin-bottom: 24px;
}

/* result panels */
.qnr-result { text-align: center; padding: 26px 0 10px; }
.qnr-result-icon {
  width: 72px; height: 72px;
  margin: 0 auto 26px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-ink);
  color: var(--gold-ink);
  border-radius: 50%;
}
.qnr-result h3 { font-size: 1.6rem; }
.qnr-result p { color: var(--muted); max-width: 46ch; margin: 0 auto 1.1em; }
.qnr-ref {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink);
  border: 1px dashed var(--gold-ink);
  padding: 10px 24px;
  margin-bottom: 26px;
}

/* consultation sidebar */
.consult-aside { display: grid; gap: 24px; position: sticky; top: 110px; }
.aside-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 30px 28px;
}
.aside-card.dark { background: var(--ink); border-color: var(--ink); color: var(--on-dark); }
.aside-card h3 { font-size: 1.05rem; margin-bottom: 16px; }
.aside-card.dark h3 { color: #fff; }
.aside-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.aside-card li { display: flex; gap: 12px; font-size: .9rem; color: var(--muted); }
.aside-card.dark li { color: var(--on-dark-muted); }
.aside-card li svg { flex: 0 0 auto; color: var(--gold-ink); margin-top: 3px; }
.aside-card.dark li svg { color: var(--gold); }
.aside-note { font-size: .82rem; color: var(--muted); line-height: 1.6; margin: 0; }
.aside-card.dark .aside-note { color: var(--on-dark-muted); }

/* ---------- Travel desk: services strip ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.svc-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 34px 28px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.svc-card h3 { font-size: 1.08rem; margin: 20px 0 8px; }
.svc-card p { color: var(--muted); font-size: .9rem; margin: 0; }

/* ---------- Travel desk: journey/package cards ---------- */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pkg-card {
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.pkg-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.pkg-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.pkg-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.pkg-card:hover .pkg-media img { transform: scale(1.05); }
.pkg-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(24,11,28,.82);
  color: var(--gold);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 7px 14px;
  backdrop-filter: blur(4px);
}
.pkg-price {
  position: absolute;
  bottom: 0; right: 0;
  background: var(--gold);
  color: var(--ink);
  padding: 10px 18px;
  text-align: right;
  line-height: 1.15;
}
.pkg-price .big { font-family: "Playfair Display", serif; font-size: 1.15rem; font-weight: 600; }
.pkg-price .small { font-size: .66rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.pkg-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.pkg-body h3 { font-size: 1.18rem; margin-bottom: 10px; }
.pkg-body > p { color: var(--muted); font-size: .92rem; margin-bottom: 16px; }
.pkg-includes {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: .84rem;
  color: var(--muted);
}
.pkg-includes li { display: flex; gap: 10px; align-items: flex-start; }
.pkg-includes li::before {
  content: "";
  width: 5px; height: 5px;
  background: var(--gold-ink);
  transform: rotate(45deg);
  flex: 0 0 auto;
  margin-top: 7px;
}
.pkg-cta { margin-top: auto; }
.pkg-cta .btn { width: 100%; min-height: 46px; padding: 10px 18px; font-size: .74rem; }

/* ---------- Travel desk: destinations ---------- */
.dest-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.dest-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  display: block;
}
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.dest-card:hover img { transform: scale(1.06); }
.dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(24,11,28,.85), rgba(24,11,28,.05) 55%);
}
.dest-info {
  position: absolute;
  left: 18px; right: 18px; bottom: 16px;
  z-index: 1;
  color: #fff;
}
.dest-info .dest-tag {
  display: inline-block;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.dest-info h3 { color: #fff; font-size: 1.02rem; margin: 0; }
.dest-info p { font-size: .78rem; color: var(--on-dark-muted); margin: 4px 0 0; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.contact-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  padding: 36px 30px;
  box-shadow: var(--shadow-card);
}
.contact-card .pillar-icon { margin-bottom: 20px; }
.contact-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.contact-card p { color: var(--muted); font-size: .94rem; margin: 0 0 6px; }

/* ---------- Footer ---------- */
.site-footer {
  background: #150A18;
  color: var(--on-dark-muted);
  padding: clamp(56px, 8vw, 90px) 0 0;
  font-size: .92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: clamp(32px, 5vw, 64px);
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line-dark);
}
.footer-grid h4 {
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 22px;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-grid a { color: var(--on-dark-muted); }
.footer-grid a:hover { color: #fff; }
.footer-brand p { max-width: 34ch; font-size: .9rem; line-height: 1.7; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact svg { color: var(--gold); flex: 0 0 auto; margin-top: 4px; }

.footer-disclaimer {
  padding: 34px 0;
  border-bottom: 1px solid var(--line-dark);
}
.footer-disclaimer p {
  font-size: .8rem;
  line-height: 1.7;
  color: #8E8296;
  max-width: 100ch;
  margin: 0;
}
.footer-disclaimer strong { color: var(--on-dark-muted); font-weight: 600; }

.footer-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 26px 0;
  font-size: .8rem;
  color: #8E8296;
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

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

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .pillars { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .pkg-grid { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-card { position: static; max-width: 480px; }
  .consult-layout { grid-template-columns: 1fr; }
  .consult-aside { position: static; grid-template-columns: 1fr 1fr; }
  .detail-cards { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 1150px) {
  .nav-links {
    position: fixed;
    top: 78px;
    left: 0; right: 0;
    background: var(--ink);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 28px;
    border-bottom: 1px solid var(--line-dark);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { border-bottom: 1px solid var(--line-dark); }
  .nav-links li:last-child, .nav-links li.nav-cta { border-bottom: 0; }
  .nav-links a { display: block; padding: 16px 4px; }
  .nav-links a::after { display: none; }
  .nav-cta { margin: 18px 0 0; }
  .nav-cta .btn { width: 100%; }
  .nav-toggle { display: inline-flex; }
  .split { grid-template-columns: 1fr; }
  .split-media img { min-height: 300px; }
  .split-media::before { display: none; }
  .desk-strip { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .consult-aside { grid-template-columns: 1fr; }
  .qnr-fields { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .svc-grid { grid-template-columns: 1fr; }
  .pkg-grid { grid-template-columns: 1fr; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-cred ul { gap: 10px 24px; }
  .page-hero::after { display: none; }
}
