/* =============================================================
   business-office.fr — Design system
   Premium editorial · Mediterranean palette · UK-business tone
   ============================================================= */

:root {
  /* Palette : bleu Méditerranée + or soleil + terre cuite */
  --ink:        #1B2530;       /* deep slate — main text */
  --ink-2:      #0F1A26;       /* darker variant */
  --slate:      #3A4654;       /* secondary text */
  --grey:       #6B7689;       /* tertiary, captions */
  --grey-light: #B8C0CC;       /* metadata, faint */
  --sand:       #FAF5EC;       /* main background (cream sand) */
  --sand-2:     #F3EBDB;       /* alternate cream */
  --bone:       #FFFFFF;
  --border:     #E5DDC9;       /* subtle border on cream */

  --sea:        #154E63;       /* primary accent — deep Mediterranean blue */
  --sea-deep:   #0D3848;
  --sea-light:  #DBEDF3;

  --sun:        #E9A93C;       /* warm sun gold — secondary accent */
  --sun-deep:   #C48820;
  --sun-light:  #FBE9C0;

  --clay:       #BF5037;       /* terracotta — for warning, highlights */
  --clay-deep:  #9A3D27;

  --green-ok:   #2C8456;

  --maxw: 1240px;
  --r-sm: 4px;
  --r:    10px;
  --r-lg: 18px;
  --shadow-1: 0 1px 3px rgba(27,37,48,.06), 0 2px 10px rgba(27,37,48,.05);
  --shadow-2: 0 4px 14px rgba(27,37,48,.08), 0 16px 40px rgba(27,37,48,.07);
  --tap: 44px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) { body { font-size: 18px; } }

/* Typo : Fraunces pour display (serif moderne), Inter pour le corps */
h1, h2, h3, .display {
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 30, "WONK" 0;
  letter-spacing: -.015em;
  color: var(--ink);
  margin: 0 0 .6em;
  line-height: 1.1;
}
h1 {
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -.025em;
}
h2 { font-size: clamp(1.7rem, 4vw, 2.8rem); }
h3 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
  font-family: 'Inter', system-ui, sans-serif;
  letter-spacing: -.01em;
}
h4 { font-size: 1rem; font-weight: 700; margin: 0 0 .5em; }
p { margin: 0 0 1em; color: var(--slate); }
strong { color: var(--ink); font-weight: 600; }
em { font-style: italic; color: var(--sea); font-family: 'Fraunces', serif; }
a { color: var(--sea); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .15s; }
a:hover { color: var(--sea-deep); text-decoration-thickness: 2px; }
img { max-width: 100%; display: block; height: auto; }

/* Labels & kickers — petits mono caps */
.kicker, .label {
  display: inline-block;
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 500;
  margin-bottom: 1rem;
}
.kicker.light { color: var(--sun-light); }
.kicker.sea { color: var(--sea); }
.label-sm { font-size: .65rem; letter-spacing: .14em; }

.mono { font-family: 'JetBrains Mono', monospace; font-feature-settings: 'tnum'; }

/* Containers */
.w { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.w-narrow { max-width: 720px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .w, .w-narrow { padding: 0 32px; } }

/* ============ HEADER ============ */
.hdr {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,245,236,.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.hdr-in {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 768px) { .hdr-in { padding: 18px 32px; } }

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
  font-family: 'Fraunces', serif;
  font-weight: 500;
  letter-spacing: -.02em;
  font-size: 19px;
}
.brand:hover { color: var(--sea); text-decoration: none; }
.brand-mark {
  width: 38px; height: 38px;
  background: var(--sea);
  color: var(--sun);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.02em;
  flex-shrink: 0;
}
.brand-name em { color: var(--sea); font-family: 'Fraunces', serif; font-style: italic; font-weight: 400; }

.nav { display: none; gap: 28px; align-items: center; }
.nav a {
  color: var(--slate);
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -.005em;
  position: relative;
  padding: 4px 0;
}
.nav a:hover { color: var(--ink); text-decoration: none; }
.nav a[aria-current="page"] { color: var(--sea); }
.nav a[aria-current="page"]::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -4px;
  height: 2px; background: var(--sun);
}
.nav .nav-cta {
  background: var(--ink);
  color: var(--bone);
  padding: 10px 18px;
  border-radius: var(--r);
  font-weight: 600;
  letter-spacing: -.005em;
}
.nav .nav-cta:hover { background: var(--sea); color: var(--bone); }
@media (min-width: 960px) { .nav { display: flex; } }

.burger {
  display: grid; place-items: center;
  width: var(--tap); height: var(--tap);
  margin-right: -10px;
  background: none; border: none; cursor: pointer;
  color: var(--ink);
}
.burger svg { width: 24px; height: 24px; }
@media (min-width: 960px) { .burger { display: none; } }

.mobnav {
  position: fixed; inset: 0;
  background: var(--sand);
  z-index: 70;
  padding: 88px 24px 32px;
  transform: translateY(-100%);
  transition: transform .25s ease;
  overflow-y: auto;
}
.mobnav.open { transform: translateY(0); }
.mobnav a {
  display: flex; align-items: center;
  min-height: var(--tap);
  padding: 14px 4px;
  color: var(--ink);
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  letter-spacing: -.015em;
}
.mobnav a:hover { color: var(--sea); }
.mobnav-close {
  position: absolute; top: 18px; right: 18px;
  width: var(--tap); height: var(--tap);
  background: none; border: none; cursor: pointer;
  color: var(--ink);
  display: grid; place-items: center;
}
.mobnav-close svg { width: 24px; height: 24px; }
.mobnav-cta { margin-top: 28px; padding: 16px 0; }

/* ============ SECTIONS ============ */
.s { padding: 56px 0; }
@media (min-width: 768px) { .s { padding: 88px 0; } }
@media (min-width: 1100px) { .s { padding: 112px 0; } }
.s-sand  { background: var(--sand); }
.s-sand2 { background: var(--sand-2); }
.s-ink   { background: var(--ink); color: var(--bone); }
.s-ink h1, .s-ink h2, .s-ink h3 { color: var(--bone); }
.s-ink p { color: rgba(255,255,255,.78); }
.s-ink em { color: var(--sun); }
.s-ink strong { color: var(--bone); }
.s-ink .kicker { color: var(--sun); }
.s-sea   { background: var(--sea); color: var(--bone); }
.s-sea h1, .s-sea h2, .s-sea h3 { color: var(--bone); }
.s-sea p { color: rgba(255,255,255,.82); }
.s-sea em { color: var(--sun); }
.s-sea .kicker { color: var(--sun-light); }

.sec-head { margin-bottom: 40px; max-width: 740px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head p.lead { font-size: 1.08rem; color: var(--slate); }
.s-ink .sec-head p.lead, .s-sea .sec-head p.lead { color: rgba(255,255,255,.85); }
@media (min-width: 768px) { .sec-head { margin-bottom: 56px; } }

/* ============ HERO ============ */
.hero {
  padding: 48px 0 32px;
  background: var(--sand);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .hero { padding: 72px 0 64px; } }
@media (min-width: 1100px) { .hero { padding: 96px 0 88px; } }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 56px; } }

.hero-lead {
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.6;
  color: var(--slate);
  max-width: 540px;
  margin-bottom: 28px;
  font-weight: 400;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 14px 28px;
  font-size: 13.5px;
  color: var(--grey);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: -.005em;
}
.hero-trust > * { display: flex; align-items: center; gap: 6px; }
.hero-trust svg { width: 14px; height: 14px; color: var(--green-ok); flex-shrink: 0; }

/* Hero image / mosaic */
.hero-photo { position: relative; min-height: 280px; }
.hero-mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 180px 160px;
  gap: 10px;
}
@media (min-width: 600px) { .hero-mosaic { grid-template-rows: 260px 200px; } }
@media (min-width: 960px) { .hero-mosaic { grid-template-rows: 320px 220px; gap: 12px; } }
.hero-mosaic > div { position: relative; border-radius: var(--r); overflow: hidden; background: var(--sand-2); }
.hero-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hero-mosaic > div:hover img { transform: scale(1.04); }
.hero-mosaic .mosaic-big { grid-column: span 2; }
.mosaic-tag {
  position: absolute; left: 10px; bottom: 10px;
  background: rgba(27,37,48,.82);
  backdrop-filter: blur(6px);
  color: var(--bone);
  font-size: 10.5px;
  font-family: 'JetBrains Mono', monospace;
  padding: 5px 10px;
  border-radius: 4px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Single hero image (no mosaic) */
.hero-img {
  aspect-ratio: 4/3;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--sand-2);
  position: relative;
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-img .mosaic-tag { left: 14px; bottom: 14px; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--tap);
  padding: 12px 22px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.005em;
  text-decoration: none;
  border-radius: var(--r);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all .15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--ink);
  color: var(--bone);
  border-color: var(--ink);
}
.btn-primary:hover {
  background: var(--sea);
  border-color: var(--sea);
  color: var(--bone);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(21,78,99,.32);
}
.btn-sun {
  background: var(--sun);
  color: var(--ink);
  border-color: var(--sun);
}
.btn-sun:hover {
  background: var(--sun-deep);
  border-color: var(--sun-deep);
  color: var(--ink);
  text-decoration: none;
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--bone); text-decoration: none; }
.s-ink .btn-ghost, .s-sea .btn-ghost { color: var(--bone); border-color: rgba(255,255,255,.4); }
.s-ink .btn-ghost:hover, .s-sea .btn-ghost:hover { background: var(--bone); color: var(--ink); border-color: var(--bone); }
.btn-arrow::after { content: ' →'; font-weight: 400; transition: transform .15s; display: inline-block; }
.btn-arrow:hover::after { transform: translateX(3px); }

/* ============ STATS BAND ============ */
.stats {
  background: var(--ink);
  color: var(--bone);
  padding: 36px 0;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(4, 1fr); gap: 32px; } }
.stat-item .num {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -.025em;
  color: var(--sun);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-item .num-label {
  font-size: 13px;
  color: rgba(255,255,255,.75);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: .04em;
  line-height: 1.4;
}

/* ============ CARDS ============ */
.card {
  background: var(--bone);
  border-radius: var(--r-lg);
  padding: 28px;
  box-shadow: var(--shadow-1);
  border: 1px solid var(--border);
  transition: all .2s ease;
}
.card:hover {
  box-shadow: var(--shadow-2);
  transform: translateY(-3px);
  border-color: var(--sun);
}
.card h3 { margin-top: 0; }
.card p:last-child { margin-bottom: 0; }
.card .ico {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--sea-light);
  color: var(--sea);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.card-dark {
  background: var(--ink-2);
  color: var(--bone);
  border-color: rgba(255,255,255,.06);
  box-shadow: none;
}
.card-dark h3 { color: var(--bone); }
.card-dark p { color: rgba(255,255,255,.78); }
.card-dark:hover { border-color: var(--sun); }

.grid-2, .grid-3, .grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 600px) {
  .grid-2 { grid-template-columns: 1fr 1fr; gap: 20px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (min-width: 960px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .grid-2, .grid-3, .grid-4 { gap: 24px; }
}

/* ============ FEATURE PAIR (image + text) ============ */
.pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 56px;
}
@media (min-width: 768px) { .pair { grid-template-columns: 1fr 1fr; gap: 48px; } }
.pair.reverse > :first-child { order: 2; }
@media (max-width: 767px) { .pair.reverse > :first-child { order: 0; } }
.pair-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
}
.pair-img img { width: 100%; height: 100%; object-fit: cover; }

/* ============ PHOTO GALLERY ============ */
.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 600px) { .gallery { grid-template-columns: 1fr 1fr; gap: 16px; } }
@media (min-width: 960px) { .gallery { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

.ph {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--sand-2);
}
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ph:hover img { transform: scale(1.05); }
.ph-in {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(27,37,48,.85) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 16px 18px;
  color: var(--bone);
}
.ph-tag {
  display: inline-flex; align-items: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--sun);
  background: rgba(27,37,48,.82);
  padding: 4px 10px;
  border-radius: 4px;
  position: absolute;
  top: 12px; left: 12px;
  font-weight: 600;
}
.ph-name {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -.015em;
  color: var(--bone);
}
.ph-cap {
  font-size: 13.5px;
  color: rgba(255,255,255,.85);
  margin-top: 2px;
  line-height: 1.4;
}
@media (min-width: 960px) { .gallery .ph.ph-feature { grid-column: span 2; aspect-ratio: 16/9; } }

/* ============ STEPS ============ */
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) { .steps { grid-template-columns: 1fr 1fr; gap: 20px; } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(4, 1fr); gap: 20px; } }
.step {
  background: var(--bone);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: all .2s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}
.step:hover {
  border-color: var(--sun);
  transform: translateY(-3px);
  box-shadow: var(--shadow-2);
  text-decoration: none;
}
.step-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--clay);
  margin-bottom: 12px;
  font-weight: 600;
}
.step h3 { font-family: 'Inter', sans-serif; font-size: 18px; margin-bottom: 8px; line-height: 1.3; color: var(--ink); }
.step p { font-size: 14.5px; color: var(--grey); margin-bottom: 16px; }
.step-link { font-size: 13px; font-weight: 600; color: var(--sea); display: inline-flex; align-items: center; gap: 4px; }
.step-link::after { content: '→'; transition: transform .15s; }
.step:hover .step-link::after { transform: translateX(3px); }

/* ============ COMPARISON VS ============ */
.vs-wrap { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .vs-wrap { grid-template-columns: 1fr 1fr; gap: 24px; } }
.vs-card { border-radius: var(--r-lg); padding: 32px 28px; position: relative; }
.vs-card.vs-here { background: var(--ink); color: var(--bone); }
.vs-card.vs-here h3 { color: var(--bone); }
.vs-card.vs-here .vs-tag { background: var(--sun); color: var(--ink); }
.vs-card.vs-here ul li::before { color: var(--green-ok); content: '✓'; }
.vs-card.vs-elsewhere { background: var(--bone); color: var(--ink); border: 1px solid var(--border); }
.vs-card.vs-elsewhere .vs-tag { background: var(--clay); color: var(--bone); }
.vs-card.vs-elsewhere ul li::before { color: var(--clay); content: '−'; }
.vs-tag { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; padding: 5px 12px; border-radius: 4px; margin-bottom: 18px; font-weight: 600; }
.vs-card h3 { font-size: clamp(1.4rem, 3vw, 1.7rem); margin-bottom: 4px; font-family: 'Fraunces', serif; font-weight: 500; }
.vs-sub { font-size: 14px; color: var(--grey-light); margin-bottom: 24px; }
.vs-card.vs-elsewhere .vs-sub { color: var(--grey); }
.vs-card ul { list-style: none; padding: 0; margin: 0 0 24px; }
.vs-card ul li { padding-left: 28px; position: relative; margin-bottom: 12px; font-size: 15px; line-height: 1.5; }
.vs-card.vs-here ul li { color: rgba(255,255,255,.88); }
.vs-card ul li::before { position: absolute; left: 0; top: 1px; font-weight: 700; font-size: 14px; }
.vs-bottom { font-size: 13px; font-family: 'JetBrains Mono', monospace; letter-spacing: .04em; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.vs-card.vs-elsewhere .vs-bottom { border-top-color: var(--border); color: var(--grey); }

/* ============ FAQ ACCORDION ============ */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-cat {
  display: block;
  margin: 36px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
  font-family: 'JetBrains Mono', monospace;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 600;
}
.faq-cat:first-child { margin-top: 0; }
.faq-item {
  background: var(--bone);
  border: 1px solid var(--border);
  border-radius: var(--r);
  margin-bottom: 10px;
  overflow: hidden;
  transition: all .15s;
}
.faq-item:hover { border-color: var(--grey-light); }
.faq-item[open] { border-color: var(--sea); box-shadow: var(--shadow-1); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  min-height: var(--tap);
  padding: 18px 20px;
  font-family: 'Fraunces', serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  line-height: 1.35;
  list-style: none;
  letter-spacing: -.01em;
}
.faq-q::-webkit-details-marker { display: none; }
@media (min-width: 768px) { .faq-q { font-size: 18px; padding: 22px 26px; } }
.faq-q::after {
  content: '+';
  flex-shrink: 0;
  width: 28px; height: 28px;
  display: grid; place-items: center;
  background: var(--sea-light);
  color: var(--sea);
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  transition: all .2s;
}
.faq-item[open] .faq-q::after { content: '−'; background: var(--sea); color: var(--bone); }
.faq-a {
  padding: 0 20px 22px;
  color: var(--slate);
  font-size: 15.5px;
  line-height: 1.65;
}
@media (min-width: 768px) { .faq-a { padding: 0 26px 26px; font-size: 16px; } }
.faq-a p { margin-bottom: .9em; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-a strong { color: var(--ink); }
.faq-a ul { padding-left: 22px; margin-bottom: 1em; }
.faq-a li { margin-bottom: 6px; }

/* ============ CTA BANNER ============ */
.cta-banner {
  background: var(--sea);
  background-image: radial-gradient(circle at 80% 20%, rgba(233,169,60,.18), transparent 60%);
  color: var(--bone);
  border-radius: var(--r-lg);
  padding: 40px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .cta-banner { padding: 64px 48px; } }
.cta-banner h2 { color: var(--bone); margin-bottom: 14px; }
.cta-banner p { color: rgba(255,255,255,.82); max-width: 560px; margin: 0 auto 28px; font-size: 1.05rem; }
.cta-banner em { color: var(--sun); }
.cta-banner .hero-cta { justify-content: center; margin-bottom: 0; }
.cta-banner .btn-ghost { color: var(--bone); border-color: rgba(255,255,255,.5); }
.cta-banner .btn-ghost:hover { background: var(--bone); color: var(--sea); border-color: var(--bone); }

/* ============ FOOTER ============ */
.ft {
  background: var(--ink);
  color: var(--grey-light);
  padding: 64px 0 32px;
}
.ft-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 48px;
}
@media (min-width: 600px) { .ft-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
@media (min-width: 960px) { .ft-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; } }
.ft .brand { color: var(--bone); }
.ft .brand-name { color: var(--bone); }
.ft h4 {
  color: var(--bone);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.ft ul { list-style: none; padding: 0; margin: 0; }
.ft li { margin-bottom: 10px; }
.ft a {
  color: var(--grey-light);
  font-size: 14.5px;
  text-decoration: none;
}
.ft a:hover { color: var(--sun); text-decoration: none; }
.ft-desc { font-size: 14.5px; margin-top: 16px; max-width: 320px; line-height: 1.55; color: var(--grey-light); }

/* Partners band */
.ft-partners {
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 28px 0;
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--grey-light);
}
.ft-partners .partner-label {
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--grey);
  margin-right: 12px;
}
.ft-partners .partner {
  color: var(--grey-light);
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}

.ft-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  font-size: 12.5px;
  color: var(--grey);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: .04em;
}

/* ============ BREADCRUMB ============ */
.bc {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px;
  padding: 20px 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--grey);
}
.bc a { color: var(--grey); text-decoration: none; }
.bc a:hover { color: var(--sea); }
.bc .sep { color: var(--grey-light); }

/* ============ UTILS ============ */
.sep { height: 1px; background: var(--border); border: none; margin: 32px 0; }
.s-ink .sep, .s-sea .sep { background: rgba(255,255,255,.1); }
.text-center { text-align: center; }
.text-balance { text-wrap: balance; }
.muted { color: var(--grey); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
:focus-visible { outline: 2px solid var(--sea); outline-offset: 3px; border-radius: 2px; }
.btn:focus-visible { outline-offset: 4px; }

@media print {
  .hdr, .ft, .burger, .mobnav, .btn { display: none !important; }
  body { background: white; color: black; }
}
