/* ============================================================
   center-business.fr · L'Espace Entreprise
   Style: warm Mediterranean coworking + dining + community
   Visually DISTINCT from business-office.fr:
   — Display font: Newsreader (vs Fraunces on BO)
   — Palette: terracotta dominant + coffee + olive sand (vs sea blue + sun gold on BO)
   — Border-radius: 14/22 (more rounded vs 10/18 on BO)
   — Brand mark: rounded square dark (vs sharp square blue on BO)
   — Headers: more spacious vertical rhythm
   — Decorative: hand-drawn accents (rotated tags, slight tilts)
============================================================ */

:root {
  /* Palette: terracotta + coffee + olive — warm, Mediterranean, community */
  --terracotta:      #C0593F;
  --terracotta-deep: #9A3F25;
  --terracotta-wash: #FDE9DD;
  --coffee:          #5C4631;
  --coffee-deep:     #3F2F1F;
  --sun:             #D8973A;
  --sun-deep:        #B07820;
  --sun-light:       #F6E2B6;
  --ink:             #2B2218;
  --ink-2:           #1A130B;
  --slate:           #4D4032;
  --grey:            #6B6051;
  --sand:            #FBF6EB;
  --sand-warm:       #F4ECDA;
  --paper:           #FFFEFB;
  --line:            #E8DECE;
  --shadow-sm:       0 1px 2px rgba(43, 34, 24, .06), 0 2px 4px rgba(43, 34, 24, .04);
  --shadow:          0 4px 16px rgba(43, 34, 24, .08), 0 2px 6px rgba(43, 34, 24, .04);
  --shadow-lg:       0 20px 50px rgba(43, 34, 24, .14), 0 8px 18px rgba(43, 34, 24, .07);
  --radius:          14px;
  --radius-lg:       22px;
  --radius-xs:       8px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--slate);
  background: var(--sand);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--terracotta); text-decoration: none; transition: color .2s; }
a:hover { color: var(--terracotta-deep); }

::selection { background: var(--terracotta); color: white; }

/* Wrappers */
.w { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.w-narrow { width: 100%; max-width: 820px; margin: 0 auto; padding: 0 24px; }
@media (max-width: 600px) { .w, .w-narrow { padding: 0 18px; } }

/* ============ HEADER ============ */
.hdr {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(12px);
}
.hdr-in {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  max-width: 1240px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: var(--coffee);
  color: var(--sun-light);
  border-radius: var(--radius);
  font-family: 'Newsreader', 'Georgia', serif;
  font-weight: 500;
  font-size: 22px;
  font-style: italic;
  letter-spacing: -.04em;
  position: relative;
  transform: rotate(-2deg);
  box-shadow: var(--shadow-sm);
}
.brand-mark em { font-style: italic; color: var(--terracotta); margin-left: -2px; }
.brand-name {
  font-family: 'Newsreader', 'Georgia', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -.01em;
  line-height: 1.1;
}
.brand-name em { font-style: italic; color: var(--terracotta); font-weight: 400; }

.nav {
  display: flex; align-items: center; gap: 6px;
}
.nav a {
  color: var(--slate);
  font-weight: 500;
  font-size: 14.5px;
  padding: 8px 14px;
  border-radius: 999px;
  transition: all .2s;
  position: relative;
}
.nav a:hover { color: var(--terracotta); background: var(--terracotta-wash); }
.nav a[aria-current="page"] { color: var(--terracotta); background: var(--terracotta-wash); }
.nav-cta {
  background: var(--terracotta);
  color: white !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  margin-left: 6px;
}
.nav-cta:hover { background: var(--terracotta-deep) !important; }

@media (max-width: 980px) {
  .nav { display: none; }
}

.burger {
  display: none;
  background: var(--coffee);
  color: var(--sun-light);
  border: none;
  width: 44px; height: 44px;
  border-radius: var(--radius);
  cursor: pointer;
  align-items: center; justify-content: center;
}
.burger svg { width: 22px; height: 22px; }
@media (max-width: 980px) {
  .burger { display: inline-flex; }
}

.mobnav {
  position: fixed; inset: 0;
  background: var(--ink);
  color: var(--sand);
  z-index: 200;
  display: none;
  flex-direction: column;
  padding: 100px 32px 40px;
  gap: 6px;
}
.mobnav.open { display: flex; }
.mobnav a {
  color: var(--sand);
  font-family: 'Newsreader', serif;
  font-size: 28px;
  font-weight: 400;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mobnav a:last-of-type { border-bottom: none; }
.mobnav-close {
  position: absolute; top: 22px; right: 22px;
  width: 44px; height: 44px;
  background: rgba(255,255,255,.08);
  border: none;
  border-radius: 50%;
  color: var(--sand);
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}
.mobnav-close svg { width: 20px; height: 20px; }
.mobnav-cta { margin-top: 24px; }

/* ============ HERO ============ */
.hero {
  background: linear-gradient(180deg, var(--sand) 0%, var(--sand-warm) 100%);
  padding: 64px 0 80px;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 90%; max-width: 1100px; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--line) 50%, transparent 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero { padding: 40px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
}

.kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
  background: var(--terracotta-wash);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.kicker.light {
  color: var(--sun);
  background: rgba(216, 151, 58, .15);
}

h1, h2, h3, h4 {
  font-family: 'Newsreader', 'Georgia', serif;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -.01em;
  line-height: 1.15;
  margin: 0 0 18px;
}
h1 {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.02em;
}
h1 em { font-style: italic; color: var(--terracotta); font-weight: 400; }
h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  margin-bottom: 16px;
}
h2 em { font-style: italic; color: var(--terracotta); }
h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -.005em;
}

.hero-lead {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  color: var(--slate);
  margin: 0 0 28px;
  max-width: 540px;
}
.hero-lead strong { color: var(--ink); font-weight: 600; }

.hero-cta {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-bottom: 32px;
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s;
  border: 2px solid transparent;
  letter-spacing: -.005em;
}
.btn-primary {
  background: var(--ink);
  color: white;
}
.btn-primary:hover {
  background: var(--coffee);
  color: white;
  transform: translateY(-1px);
}
.btn-sun {
  background: var(--terracotta);
  color: white;
}
.btn-sun:hover {
  background: var(--terracotta-deep);
  color: white;
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: white;
}
.btn-arrow::after {
  content: '→';
  margin-left: 4px;
  transition: transform .2s;
  font-weight: 400;
}
.btn-arrow:hover::after { transform: translateX(4px); }

.hero-trust {
  display: flex; flex-wrap: wrap; gap: 24px;
  font-size: 13.5px;
  color: var(--slate);
}
.hero-trust span {
  display: inline-flex; align-items: center; gap: 8px;
}
.hero-trust svg { width: 16px; height: 16px; color: var(--terracotta); }

/* Hero photo block */
.hero-photo { position: relative; }
.hero-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3;
}
.hero-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.mosaic-tag {
  position: absolute;
  bottom: 16px; left: 16px;
  background: rgba(43, 34, 24, .92);
  color: var(--sand);
  padding: 7px 14px;
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

/* Hero mosaic (homepage) */
.hero-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 100%;
  min-height: 520px;
}
.hero-mosaic > div {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}
.hero-mosaic > div img {
  width: 100%; height: 100%; object-fit: cover;
}
.mosaic-big {
  grid-row: span 2;
}
.mosaic-big::after {
  content: '';
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  border: 3px solid var(--terracotta);
  border-radius: var(--radius-lg);
  pointer-events: none;
  transform: rotate(-1deg);
  opacity: .25;
}

@media (max-width: 600px) {
  .hero-mosaic { min-height: 380px; }
}

/* ============ SECTIONS ============ */
.s {
  padding: 80px 0;
}
@media (max-width: 600px) { .s { padding: 56px 0; } }

.s-sand { background: var(--sand); }
.s-sand2 { background: var(--sand-warm); }
.s-paper { background: var(--paper); }
.s-ink {
  background: var(--ink);
  color: rgba(251, 246, 235, .8);
}
.s-ink h1, .s-ink h2, .s-ink h3, .s-ink h4 { color: white; }
.s-ink h2 em { color: var(--sun); }
.s-ink p { color: rgba(251, 246, 235, .75); }
.s-ink .kicker {
  color: var(--sun);
  background: rgba(216, 151, 58, .15);
}
.s-terracotta {
  background: var(--terracotta);
  color: rgba(255, 255, 255, .92);
}
.s-terracotta h1, .s-terracotta h2, .s-terracotta h3 { color: white; }
.s-terracotta h2 em { color: var(--sun-light); font-style: italic; }
.s-terracotta .kicker {
  color: white;
  background: rgba(255, 255, 255, .18);
}

.sec-head {
  max-width: 720px;
  margin: 0 0 48px;
}
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head .lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--slate);
  margin: 12px 0 0;
}
.s-ink .sec-head .lead { color: rgba(251, 246, 235, .75); }

/* ============ STATS BAND ============ */
.stats {
  background: var(--coffee);
  color: var(--sand);
  padding: 56px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 900px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
.stat-item {
  text-align: center;
  position: relative;
}
.stat-item:not(:last-child)::after {
  content: ''; position: absolute;
  top: 8px; bottom: 8px; right: -16px;
  width: 1px; background: rgba(251, 246, 235, .15);
}
@media (max-width: 900px) { .stat-item::after { display: none; } }
.stat-item .num {
  font-family: 'Newsreader', serif;
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 400;
  color: var(--sun-light);
  line-height: 1;
  font-style: italic;
}
.stat-item .num-label {
  margin-top: 10px;
  font-size: 13px;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(251, 246, 235, .65);
  line-height: 1.5;
}

/* ============ GRIDS ============ */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; gap: 18px; }
}

/* ============ CARDS ============ */
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: all .25s;
  position: relative;
}
.card:hover {
  transform: translateY(-4px) rotate(-.3deg);
  box-shadow: var(--shadow);
  border-color: var(--terracotta-wash);
}
.card .ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  font-size: 22px;
  background: var(--terracotta-wash);
  color: var(--terracotta);
  border-radius: var(--radius);
  margin-bottom: 18px;
  font-weight: 600;
}
.card h3 { color: var(--ink); }
.card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--slate);
  margin: 8px 0 12px;
}
.card p:last-child { margin-bottom: 0; }

.card-dark {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .08);
}
.card-dark:hover {
  background: rgba(255, 255, 255, .07);
  border-color: var(--sun);
}
.card-dark h3 { color: white; }
.card-dark p { color: rgba(251, 246, 235, .68); }
.card-dark .ico {
  background: rgba(216, 151, 58, .15);
  color: var(--sun);
}

/* ============ PAIR (text + image) ============ */
.pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 80px;
}
.pair:last-child { margin-bottom: 0; }
.pair.reverse { direction: rtl; }
.pair.reverse > * { direction: ltr; }
@media (max-width: 900px) {
  .pair { grid-template-columns: 1fr; gap: 32px; margin-bottom: 56px; direction: ltr; }
  .pair.reverse > * { direction: ltr; }
}
.pair-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
}
.pair-img img { width: 100%; height: 100%; object-fit: cover; }
.pair p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--slate);
  margin: 0 0 14px;
}
.pair p:last-child { margin-bottom: 0; }
.pair p strong { color: var(--ink); font-weight: 600; }
.pair ul {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}
.pair ul li {
  padding: 8px 0 8px 26px;
  position: relative;
  line-height: 1.6;
  color: var(--slate);
}
.pair ul li::before {
  content: '→';
  position: absolute; left: 0; top: 8px;
  color: var(--terracotta);
  font-weight: 600;
}

/* ============ GALLERY ============ */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .gallery { grid-template-columns: 1fr; gap: 14px; } }

.ph {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  transition: all .3s;
  aspect-ratio: 4 / 3;
}
.ph:hover { transform: translateY(-3px) rotate(-.5deg); box-shadow: var(--shadow); }
.ph-feature { grid-column: span 2; grid-row: span 2; aspect-ratio: 4 / 3; }
@media (max-width: 900px) { .ph-feature { grid-column: span 2; grid-row: auto; } }
@media (max-width: 600px) { .ph-feature { grid-column: span 1; } }

.ph img { width: 100%; height: 100%; object-fit: cover; }
.ph-tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255, 255, 255, .95);
  color: var(--coffee);
  padding: 5px 11px;
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
}
.ph-in {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 18px;
  background: linear-gradient(180deg, transparent 0%, rgba(43, 34, 24, .85) 70%);
  color: white;
}
.ph-name {
  font-family: 'Newsreader', serif;
  font-size: 18px;
  font-weight: 500;
}
.ph-cap {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .8);
  margin-top: 2px;
}

/* ============ STEPS ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }

.step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  position: relative;
}
.step-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  color: var(--terracotta);
  background: var(--terracotta-wash);
  padding: 5px 10px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 14px;
}
.step h3 {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.step p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.6;
  margin: 0;
}

/* ============ VS COMPARISON ============ */
.vs-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 32px;
}
@media (max-width: 900px) { .vs-wrap { grid-template-columns: 1fr; } }
.vs-card {
  background: var(--paper);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  border: 2px solid transparent;
}
.vs-card.vs-here {
  border-color: var(--terracotta);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.vs-card.vs-elsewhere {
  background: var(--sand-warm);
  border-color: var(--line);
}
.vs-tag {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.vs-here .vs-tag { background: var(--terracotta); color: white; }
.vs-elsewhere .vs-tag { background: var(--coffee); color: var(--sun-light); }
.vs-card h3 {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: var(--ink);
}
.vs-card .vs-sub {
  font-size: 13.5px;
  color: var(--grey);
  margin-bottom: 18px;
}
.vs-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.vs-card ul li {
  padding: 10px 0 10px 28px;
  position: relative;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--slate);
  border-bottom: 1px solid var(--line);
}
.vs-card ul li:last-child { border-bottom: none; }
.vs-here ul li::before {
  content: '✓';
  position: absolute; left: 0;
  color: var(--terracotta);
  font-weight: 700;
}
.vs-elsewhere ul li::before {
  content: '○';
  position: absolute; left: 0;
  color: var(--grey);
}
.vs-bottom {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--coffee);
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

/* ============ FAQ ============ */
.faq-cat {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
  background: var(--terracotta-wash);
  padding: 8px 16px;
  border-radius: 999px;
  margin: 40px 0 16px;
  width: fit-content;
}
.faq-list .faq-cat:first-child { margin-top: 0; }
.faq-item {
  background: var(--paper);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  margin-bottom: 12px;
  overflow: hidden;
  transition: all .2s;
}
.faq-item[open] {
  border-color: var(--terracotta);
  box-shadow: var(--shadow-sm);
}
.faq-q {
  padding: 18px 24px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: var(--ink);
  list-style: none;
  position: relative;
  padding-right: 56px;
  line-height: 1.4;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: '+';
  position: absolute;
  right: 24px; top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--terracotta-wash);
  color: var(--terracotta);
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
  transition: transform .2s;
}
.faq-item[open] .faq-q::after { content: '−'; transform: translateY(-50%) rotate(180deg); }
.faq-a {
  padding: 0 24px 22px;
}
.faq-a p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--slate);
  margin: 0 0 12px;
}
.faq-a p:last-child { margin-bottom: 0; }
.faq-a p strong { color: var(--ink); font-weight: 600; }
.faq-a p em { font-style: italic; }

/* ============ CTA BANNER ============ */
.cta-banner {
  background: var(--coffee);
  color: var(--sand);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 200px; height: 200px;
  background: var(--terracotta);
  border-radius: 50%;
  opacity: .15;
}
.cta-banner h2 {
  color: white;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 12px;
}
.cta-banner h2 em { color: var(--sun-light); }
.cta-banner p {
  color: rgba(251, 246, 235, .85);
  font-size: 1rem;
  max-width: 540px;
  margin: 0 auto 28px;
}
.cta-banner .hero-cta { justify-content: center; margin-bottom: 0; }

/* ============ FOOTER ============ */
.ft {
  background: var(--ink-2);
  color: rgba(251, 246, 235, .65);
  padding: 64px 0 32px;
}
.ft-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 900px) { .ft-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 600px) { .ft-grid { grid-template-columns: 1fr; } }
.ft .brand-mark { background: var(--terracotta); color: white; }
.ft .brand-mark em { color: var(--sun-light); }
.ft .brand-name { color: var(--sand); }
.ft .brand-name em { color: var(--sun-light); }
.ft-desc {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(251, 246, 235, .55);
}
.ft h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--sun);
  margin-bottom: 16px;
}
.ft ul { list-style: none; padding: 0; margin: 0; }
.ft li { margin-bottom: 8px; }
.ft a {
  color: rgba(251, 246, 235, .65);
  font-size: 14px;
  transition: color .2s;
}
.ft a:hover { color: var(--sun); }
.ft-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  margin-bottom: 24px;
}
.partner-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(251, 246, 235, .4);
}
.partner {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(251, 246, 235, .7);
}
.ft-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(251, 246, 235, .45);
}

/* ============ UTILITIES ============ */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mt-32 { margin-top: 32px; }

/* breadcrumb */
.crumb {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--grey);
  padding: 16px 0;
  background: var(--sand);
  border-bottom: 1px solid var(--line);
}
.crumb a { color: var(--terracotta); }
.crumb a:hover { color: var(--terracotta-deep); }
.crumb-sep { margin: 0 8px; color: var(--line); }

/* table */
.table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.table th, .table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
}
.table th {
  background: var(--sand-warm);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--ink);
  text-transform: uppercase;
}
.table tr:last-child td { border-bottom: none; }
.table td strong { color: var(--ink); font-weight: 600; }

/* dl glossary */
dl { margin: 0; }
dt {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--ink);
  margin-top: 32px;
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
}
dt .fr {
  font-family: 'JetBrains Mono', monospace;
  font-size: .7em;
  color: var(--grey);
  font-weight: 400;
  font-style: italic;
}
dd { color: var(--slate); margin: 10px 0 0; line-height: 1.7; }
