/* =============================================================
   ProCare — Main Stylesheet
   Generated from design reference: procare-design.html
   ============================================================= */

:root {
  --primary: #A975C7;
  --primary-dark: #7B4A9C;
  --primary-deep: #5E3A82;
  --lavender: #EFEAF2;
  --cream: #FBF7F1;
  --gold: #C9A961;
  --gold-soft: #E2C98E;
  --gold-deep: #A88947;
  --ink: #1F1A24;
  --ink-soft: #3A3340;
  --muted: #76707E;
  --muted-soft: #A09BA6;
  --hairline: #EAE4EE;
  --display: 'Newsreader', Georgia, serif;
  --sans: 'Manrope', -apple-system, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: #fff;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: rgba(201, 169, 97, .35); color: var(--ink); }
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 64px; }

/* ============================================================
   HEADER — floating capsule, always fixed
   ============================================================ */
.top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  padding: 22px 0;
  pointer-events: none;
}
.top .container {
  max-width: 1400px; margin: 0 auto; padding: 0 28px;
  pointer-events: none;
}
.top .row {
  display: flex; align-items: center; gap: 40px;
  padding: 16px 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(31, 26, 36, .06);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .7) inset,
    0 22px 50px -22px rgba(31, 26, 36, .22),
    0 6px 18px -10px rgba(31, 26, 36, .14);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  pointer-events: auto;
}

.logo {
  font-family: var(--display); font-weight: 400; font-size: 23px;
  color: var(--ink); text-decoration: none; letter-spacing: -.015em; line-height: 1;
  flex: 1; min-width: 0; display: flex; align-items: center;
}
.logo-img {
  display: block;
  max-height: 40px;
  max-width: 180px;
  width: auto;
  height: auto;
}

.nav { display: flex; gap: 34px; justify-content: center; align-items: center; }
.nav li { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; }
.nav ul { display: contents; }
.nav a {
  text-decoration: none; color: var(--ink-soft);
  font-size: 13.5px; font-weight: 500; letter-spacing: .005em;
  transition: color .25s ease; position: relative;
}
.nav a:hover { color: var(--primary-deep); }
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s cubic-bezier(.2, .6, .3, 1);
}
.nav a:hover::after { transform: scaleX(1); }

.util { display: flex; align-items: center; gap: 22px; font-size: 12.5px; flex: 1; justify-content: flex-end; }
.util a { color: var(--ink); text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 10px; transition: color .25s ease; white-space: nowrap; }
.util a:hover { color: var(--primary-deep); }
.util .phone-text { display: flex; flex-direction: column; line-height: 1.15; }
.util .phone-num { font-size: 15.5px; font-weight: 600; letter-spacing: -.005em; }
.util .phone-sub { font-size: 12px; color: rgba(31, 26, 36, .7); letter-spacing: .01em; font-weight: 500; margin-top: 2px; white-space: nowrap; }
.util .phone-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--gold-deep);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background .25s ease;
}
.util .phone:hover .phone-icon { background: var(--primary-deep); }
.util .phone-icon svg { width: 14px; height: 14px; color: #fff; }
.lang { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: .04em; font-size: 11.5px; color: var(--muted-soft); }
.lang::before {
  content: "";
  width: 1px; height: 24px;
  background: rgba(31, 26, 36, .32);
  margin-right: 14px;
}
.lang b { color: var(--ink); }
.lang a {
  color: var(--muted-soft);
  text-decoration: none;
  transition: color .2s ease;
}
.lang a:hover { color: var(--ink); }

/* ============================================================
   HERO — full-bleed image, text overlay
   ============================================================ */
.hero {
  position: relative;
  scroll-margin-top: 0;
  min-height: 720px;
  color: #fff;
  overflow: hidden;
  display: flex; align-items: center;
  padding: 120px 0 130px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(115deg, #3a2740 0%, #5b3a73 35%, #7d5694 65%, #a98ac0 100%);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 70% 35%, rgba(255, 255, 255, .18), transparent 60%),
    radial-gradient(45% 60% at 30% 80%, rgba(31, 26, 36, .35), transparent 65%);
}
.hero-bg .placeholder-label {
  position: absolute; right: 64px; bottom: 200px;
  color: rgba(255, 255, 255, .55); font-size: 12px; font-weight: 500; letter-spacing: .18em; word-spacing: .35em; text-transform: uppercase;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 15, 25, .78) 0%, rgba(20, 15, 25, .55) 38%, rgba(20, 15, 25, .18) 62%, rgba(20, 15, 25, 0) 88%),
    linear-gradient(180deg, rgba(20, 15, 25, .35) 0%, transparent 25%, transparent 70%, rgba(20, 15, 25, .45) 100%);
}
.hero-grid { position: relative; z-index: 2; width: 100%; }
.hero-copy { max-width: 640px; }

.eyebrow {
  display: inline-block;
  font-size: 14.5px; font-weight: 700; letter-spacing: .18em; word-spacing: .35em;
  text-transform: uppercase; color: var(--gold-soft);
  margin-bottom: 38px;
}
h1 {
  font-family: var(--display);
  font-weight: 300;
  font-size: 82px;
  line-height: 1.02;
  letter-spacing: -.025em;
  color: #fff;
  margin-bottom: 12px;
  text-wrap: balance;
}
h1 em { font-style: normal; font-weight: 300; color: #fff; }

.signature {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 20px; line-height: 1.4; letter-spacing: .005em;
  color: var(--gold-soft);
  margin-bottom: 36px;
}
.lede {
  font-size: 18px; line-height: 1.65;
  color: rgba(255, 255, 255, .85);
  max-width: 480px;
  margin-bottom: 46px;
  font-weight: 400;
}
.hero-cta { display: flex; align-items: center; gap: 32px; }
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-size: 13.5px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  padding: 18px 32px; border-radius: 999px;
  text-decoration: none; cursor: pointer; border: none;
  transition: transform .3s cubic-bezier(.2, .6, .3, 1), box-shadow .3s ease, background .3s ease;
}
.btn-primary {
  background: var(--primary-dark); color: #fff;
  box-shadow: 0 16px 36px -14px rgba(123, 74, 156, .6), 0 0 0 1px rgba(255, 255, 255, .06) inset;
}
.btn-primary:hover {
  background: var(--primary-deep);
  transform: translateY(-1px);
  box-shadow: 0 20px 42px -14px rgba(94, 58, 130, .7), 0 0 0 1px rgba(255, 255, 255, .08) inset;
}
.btn .arrow {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255, 255, 255, .16); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .3s ease, background .3s ease;
}
.btn .arrow svg { width: 12px; height: 12px; }
.btn:hover .arrow { transform: translateX(2px); background: rgba(255, 255, 255, .26); }

.quiet-cta {
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  color: #fff; text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 0;
  position: relative;
  transition: gap .25s ease;
}
.quiet-cta::after {
  content: ""; position: absolute; left: 0; right: 24px;
  bottom: 12px; height: 1px;
  background: rgba(255, 255, 255, .4);
  transition: background .3s ease;
}
.quiet-cta:hover { gap: 14px; }
.quiet-cta:hover::after { background: var(--gold-soft); }
.quiet-cta svg { width: 13px; height: 13px; color: var(--gold-soft); }

/* ============================================================
   WAVE — bottom of hero
   ============================================================ */
.wave {
  position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3;
  width: 100%; height: 160px;
  pointer-events: none;
  overflow: hidden;
}
.wave svg {
  display: block; position: absolute; left: -50%; top: 0;
  width: 200%; height: 100%;
  will-change: transform;
}
.wave .wave-back { opacity: .55; }
.wave .wave-front { filter: drop-shadow(0 -10px 24px rgba(31, 26, 36, .18)); }

/* ============================================================
   SECTION SYSTEM
   ============================================================ */
.sec { padding: 140px 0; position: relative; scroll-margin-top: 100px; }
.sec.tight { padding: 110px 0; }
.sec-cream { background: var(--cream); }
.sec-lavender { background: var(--cream); }
.sec-divider::before {
  content: ""; position: absolute; left: 50%; top: 0;
  transform: translateX(-50%);
  width: 80px; height: 1px; background: var(--gold); opacity: .5;
}
.sec-eyebrow {
  display: inline-block;
  font-size: 14.5px; font-weight: 700; letter-spacing: .18em; word-spacing: .35em;
  text-transform: uppercase; color: var(--gold-deep);
  margin-bottom: 22px;
}
.sec-head { max-width: 780px; margin: 0 0 80px; }
.sec-head.center { margin: 0 auto 80px; text-align: center; }
.sec-head h2 {
  font-family: var(--display); font-weight: 300;
  font-size: 54px; line-height: 1.06;
  letter-spacing: -.022em; color: var(--ink);
  margin-bottom: 24px; text-wrap: balance;
}
.sec-head h2 em { font-style: normal; font-weight: 300; color: var(--ink); }
.sec-head .sub { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 560px; }
.sec-head.center .sub { margin: 0 auto; }

/* ============================================================
   BIO BLOCK
   ============================================================ */
.bio { position: relative; }
.bio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 100px; align-items: start;
}
.bio-portrait {
  position: relative; aspect-ratio: 4/5;
  width: 100%; max-width: 480px;
  border-radius: 14px;
  background:
    radial-gradient(120% 80% at 50% 30%, rgba(255, 255, 255, .35), transparent 55%),
    linear-gradient(165deg, #E0CCED 0%, #EFE0F5 45%, #FBF7F1 100%);
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .6) inset,
    0 50px 90px -38px rgba(94, 58, 130, .32);
}
.bio-portrait img { width: 100%; height: 100%; object-fit: cover; }
.bio-portrait .ph {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 28px;
  text-align: center; color: var(--primary-deep); font-size: 12.5px; font-weight: 500;
  background: linear-gradient(transparent, rgba(255, 255, 255, .5));
}
.bio-copy h2 {
  font-family: var(--display); font-weight: 300;
  font-size: 54px; line-height: 1.06; letter-spacing: -.022em;
  color: var(--ink); margin-bottom: 28px; text-wrap: balance;
}
.bio-copy h2 em { font-style: normal; font-weight: 300; color: var(--ink); }
.bio-copy p {
  font-size: 18px; line-height: 1.65; color: var(--muted);
  max-width: 520px; margin-bottom: 18px;
}
.bio-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; margin-top: 18px;
  padding-bottom: 6px; border-bottom: 1px solid var(--ink);
  transition: color .25s ease, border-color .25s ease, gap .25s ease;
}
.bio-link:hover { color: var(--primary-deep); border-color: var(--gold); gap: 14px; }
.bio-link svg { width: 13px; height: 13px; color: var(--gold-deep); }
.bio-trust {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px; margin-top: 44px; max-width: 560px;
}
.bio-trust .bt-card {
  background: #fff; border: 1px solid var(--hairline); border-radius: 12px;
  padding: 20px 18px;
  transition: border-color .25s ease, transform .25s ease;
}
.bio-trust .bt-card:hover { border-color: rgba(201, 169, 97, .5); transform: translateY(-1px); }
.bio-trust .bt-num {
  font-family: var(--display); font-weight: 300;
  font-size: 30px; line-height: 1; letter-spacing: -.015em;
  color: var(--ink); display: block; margin-bottom: 6px;
}
.bio-trust .bt-lbl {
  font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); line-height: 1.3;
}
.bio-trust .bt-card.t-text .bt-num { font-size: 22px; line-height: 1.2; }

/* ============================================================
   TWO PATHS
   ============================================================ */
.paths .sec-head { margin-bottom: 56px; }
.paths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.path-card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 44px 40px;
  display: flex; flex-direction: column;
}
.path-label {
  display: inline-block;
  font-size: 12.5px; font-weight: 700; letter-spacing: .16em; word-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 22px;
}
.path-card h3 {
  font-family: var(--display); font-weight: 300;
  font-size: 30px; line-height: 1.12; letter-spacing: -.015em;
  color: var(--ink); margin: 0 0 18px;
}
.path-card > p {
  font-size: 16px; line-height: 1.6; color: var(--muted);
  margin: 0 0 28px;
}
.path-card .path-cta { align-self: flex-start; margin-bottom: 20px; }
.path-card .path-meta {
  font-size: 13.5px; color: var(--muted);
  margin: 0; letter-spacing: .005em;
}
.path-card .path-pay { margin-top: auto; gap: 14px; }
.path-card .path-pay .pay-item { font-size: 15.5px; }

/* ============================================================
   SERVICES — three cards
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  position: relative;
  background: #fff; border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset, 0 30px 60px -36px rgba(31, 26, 36, .25);
  transition: transform .35s cubic-bezier(.2, .6, .3, 1), box-shadow .35s ease;
  display: flex; flex-direction: column;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset, 0 40px 70px -34px rgba(94, 58, 130, .3);
}
.service-photo {
  aspect-ratio: 4/3;
  background:
    radial-gradient(120% 80% at 60% 30%, rgba(255, 255, 255, .35), transparent 60%),
    linear-gradient(155deg, #E0CCED 0%, #EFE0F5 50%, #FBF7F1 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-deep); font-size: 12.5px; font-weight: 500;
  position: relative;
  overflow: hidden;
}
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-body { padding: 36px 32px 36px; display: flex; flex-direction: column; flex: 1; }
.service-card h3 {
  font-family: var(--display); font-weight: 400;
  font-size: 24px; line-height: 1.2; letter-spacing: -.015em;
  color: var(--ink); margin-bottom: 12px;
}
.service-card p {
  font-size: 16px; line-height: 1.6; color: var(--muted); flex: 1; margin-bottom: 24px;
}
.service-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  padding-bottom: 6px; border-bottom: 1px solid var(--ink);
  align-self: flex-start;
  transition: color .25s ease, border-color .25s ease, gap .25s ease;
}
.service-link:hover { color: var(--primary-deep); border-color: var(--gold); gap: 14px; }
.service-link svg { width: 13px; height: 13px; color: var(--gold-deep); }

/* ============================================================
   HOW IT WORKS — four numbered steps
   ============================================================ */
.steps { position: relative; }
.steps-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; }
.step { position: relative; text-align: center; padding: 0 8px; }
.step-num {
  width: 64px; height: 64px; border-radius: 999px;
  background: #fff; border: 1px solid var(--hairline);
  margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 300; font-size: 26px;
  color: var(--ink); letter-spacing: -.01em;
  box-shadow: 0 22px 36px -22px rgba(31, 26, 36, .22);
}
.step h3 {
  font-family: var(--display); font-weight: 400;
  font-size: 22px; line-height: 1.2; color: var(--ink);
  letter-spacing: -.01em; margin-bottom: 10px;
}
.step p {
  font-size: 14.5px; line-height: 1.58; color: var(--muted);
  max-width: 240px; margin: 0 auto;
}

/* ============================================================
   DIASPORA CALLOUT
   ============================================================ */
.diaspora { background: #fff; }
.diaspora-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.diaspora-fig {
  aspect-ratio: 5/4; border-radius: 14px;
  background:
    radial-gradient(120% 80% at 35% 25%, rgba(255, 255, 255, .4), transparent 55%),
    linear-gradient(155deg, #D9C0EA 0%, #E8D2F1 45%, #F4E7F7 100%);
  box-shadow: 0 50px 90px -40px rgba(94, 58, 130, .35);
  display: flex; align-items: flex-end; justify-content: center;
  color: var(--primary-deep); font-size: 12.5px; font-weight: 500;
  padding: 24px;
  overflow: hidden;
}
.diaspora-fig img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.diaspora-copy h2 {
  font-family: var(--display); font-weight: 300;
  font-size: 50px; line-height: 1.06; letter-spacing: -.022em;
  color: var(--ink); margin-bottom: 24px; text-wrap: balance;
}
.diaspora-copy h2 em { font-style: normal; font-weight: 300; color: var(--ink); }
.diaspora-copy p { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 480px; }
.pay-row { display: flex; gap: 18px; margin-top: 34px; flex-wrap: wrap; align-items: center; }
.pay-row .pay-item {
  font-family: var(--display); font-weight: 400; font-style: italic;
  font-size: 17px; color: var(--ink-soft); letter-spacing: .005em;
}
.pay-row .pay-dot {
  width: 3px; height: 3px; border-radius: 50%;
  background: var(--gold-deep); opacity: .7;
  flex-shrink: 0;
}

/* ============================================================
   USP GRID — 6 reasons
   ============================================================ */
.usp-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--hairline);
  border: 1px solid var(--hairline); border-radius: 18px; overflow: hidden;
}
.usp {
  background: #fff; padding: 60px 38px;
  display: flex; flex-direction: column;
  transition: background .3s ease;
}
.usp:hover { background: #fcfbfd; }
.usp h3 {
  font-family: var(--display); font-weight: 400;
  font-size: 26px; line-height: 1.2; color: var(--ink);
  letter-spacing: -.01em; margin-bottom: 14px;
}
.usp p { font-size: 16px; line-height: 1.6; color: var(--muted); }
.usp-head { margin-bottom: 56px; }

/* ============================================================
   INCLUSION — care packages
   ============================================================ */
.inclusion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.pack {
  background: #fff; border-radius: 20px;
  padding: 42px 38px;
  border: 1px solid var(--hairline);
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.pack:hover {
  transform: translateY(-3px);
  box-shadow: 0 36px 60px -34px rgba(31, 26, 36, .2);
}
.pack.featured {
  background: linear-gradient(180deg, #fbf6ff 0%, #fff 100%);
  border-color: transparent;
  box-shadow: 0 30px 60px -32px rgba(94, 58, 130, .28);
}
.pack-label {
  font-family: var(--display); font-weight: 400; font-style: italic;
  font-size: 15px; color: var(--gold-deep);
  margin-bottom: 10px; display: block;
}
.pack h3 {
  font-family: var(--display); font-weight: 400;
  font-size: 28px; line-height: 1.1; color: var(--ink);
  letter-spacing: -.015em; margin-bottom: 22px;
}
.pack-list { list-style: none; padding: 0; margin: 0; }
.pack-list li {
  font-size: 15.5px; color: var(--ink-soft); line-height: 1.6;
  padding: 7px 0;
  display: flex; align-items: flex-start; gap: 12px;
}
.pack-list .ck {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--primary-deep); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto; margin-top: 5px;
}
.pack-list .ck svg { width: 8px; height: 8px; }

/* ============================================================
   AREA MAP
   ============================================================ */
.area-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.area-copy h2 {
  font-family: var(--display); font-weight: 300;
  font-size: 50px; line-height: 1.06; letter-spacing: -.022em;
  color: var(--ink); margin-bottom: 24px; text-wrap: balance;
}
.area-copy h2 em { font-style: normal; font-weight: 300; color: var(--ink); }
.area-copy p { font-size: 17px; line-height: 1.6; color: var(--muted); margin-bottom: 30px; }
.area-list {
  display: flex; flex-wrap: wrap; gap: 8px 32px;
  border-top: 1px solid rgba(31, 26, 36, .12); padding-top: 24px;
}
.area-list .at {
  font-family: var(--display); font-weight: 400;
  font-size: 16px; color: var(--ink); letter-spacing: -.005em;
  line-height: 1.4;
}
.area-map-fig {
  aspect-ratio: 4/3; border-radius: 14px; overflow: hidden;
  background:
    radial-gradient(60% 70% at 40% 50%, rgba(169, 117, 199, .12), transparent 60%),
    linear-gradient(165deg, #F4EEF8 0%, #FBF7F1 100%);
  border: 1px solid var(--hairline);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted-soft); font-size: 12.5px; font-weight: 500;
}
.area-map-fig::before {
  content: ""; position: absolute; left: 42%; top: 48%;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--primary-deep);
  box-shadow: 0 0 0 6px rgba(94, 58, 130, .15);
}
.area-map-fig iframe { width: 100%; height: 100%; border: 0; }

/* ============================================================
   CERTIFICATES
   ============================================================ */
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.cert {
  aspect-ratio: 3/4; border-radius: 12px;
  background:
    radial-gradient(120% 80% at 50% 35%, rgba(255, 255, 255, .55), transparent 60%),
    linear-gradient(165deg, #F4EEF8 0%, #FBF7F1 100%);
  border: 1px solid var(--hairline);
  position: relative; overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
  cursor: pointer;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 24px;
}
.cert:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 50px -30px rgba(31, 26, 36, .22);
}
.cert img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.cert .cert-label {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 14px; color: var(--gold-deep); letter-spacing: .005em;
  position: relative; z-index: 1;
}
.cert .cert-name {
  font-family: var(--display); font-weight: 400;
  font-size: 17px; line-height: 1.25; color: var(--ink);
  letter-spacing: -.005em;
  position: relative; z-index: 1;
}
.cert-note {
  text-align: center; margin-top: 32px;
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 15px; color: var(--muted);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.faq-intro h2 {
  font-family: var(--display); font-weight: 300;
  font-size: 48px; line-height: 1.05; letter-spacing: -.022em;
  color: var(--ink); margin-bottom: 22px; text-wrap: balance;
}
.faq-intro h2 em { font-style: normal; font-weight: 300; color: var(--ink); }
.faq-intro p { font-size: 17px; line-height: 1.6; color: var(--muted); max-width: 340px; }
.faq { margin: 0; }
.faq-item {
  border-top: 1px solid rgba(31, 26, 36, .12);
  padding: 22px 0;
  cursor: pointer;
}
.faq-item:last-child { border-bottom: 1px solid rgba(31, 26, 36, .12); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq-q .q-text {
  font-family: var(--display); font-weight: 400;
  font-size: 20px; line-height: 1.3; color: var(--ink);
  letter-spacing: -.005em; flex: 1;
}
.faq-q .q-mark {
  width: 30px; height: 30px; border-radius: 999px;
  border: 1px solid var(--hairline);
  display: flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
  font-family: var(--sans); font-weight: 300; font-size: 16px;
  color: var(--ink-soft);
  transition: transform .3s ease, border-color .3s ease, color .3s ease;
}
.faq-item.open .q-mark {
  transform: rotate(45deg);
  border-color: var(--primary-dark); color: var(--primary-dark);
}
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s cubic-bezier(.2, .6, .3, 1), padding .4s ease;
  padding: 0;
}
.faq-item.open .faq-a { max-height: 240px; padding: 14px 0 0; }
.faq-a p { font-size: 16px; line-height: 1.62; color: var(--muted); max-width: 600px; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust {
  padding: 64px 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: #fcfbfd;
}
.trust-row { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.trust-item .ti-label {
  font-size: 14.5px; font-weight: 700; letter-spacing: .18em; word-spacing: .35em; text-transform: uppercase;
  color: var(--gold-deep);
}
.trust-item .ti-value {
  font-family: var(--display); font-weight: 400;
  font-size: 19px; color: var(--ink); letter-spacing: -.005em;
  line-height: 1.3;
}

/* ============================================================
   CTA BANNER + CLOSING BLOCK
   ============================================================ */
.closing-block {
  background:
    radial-gradient(ellipse 1100px 700px at 50% 22%, rgba(122, 72, 165, .5) 0%, transparent 65%),
    radial-gradient(ellipse 800px 600px at 88% 55%, rgba(94, 58, 130, .28) 0%, transparent 60%),
    #2A2230;
  position: relative;
}
.cta-banner {
  background: transparent;
  color: #fff; text-align: center;
  padding: 96px 0;
  position: relative; overflow: hidden;
}
.cta-banner .wrap { position: relative; z-index: 1; }
.cta-banner .sec-eyebrow { color: var(--gold-soft); margin-bottom: 20px; }
.cta-banner h2 {
  font-family: var(--display); font-weight: 300;
  font-size: 44px; line-height: 1.06; letter-spacing: -.022em;
  color: #fff; margin-bottom: 20px; text-wrap: balance;
  max-width: 680px; margin-left: auto; margin-right: auto;
}
.cta-banner h2 em { font-style: normal; font-weight: 300; color: #fff; }
.cta-banner .sub {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 17px; color: var(--gold-soft); margin-bottom: 32px;
}
.cta-banner .btn { background: #fff; color: var(--ink); }
.cta-banner .btn:hover { background: var(--gold-soft); transform: translateY(-1px); }
.cta-banner .btn .arrow { background: var(--ink); color: #fff; }
.cta-banner .btn:hover .arrow { background: var(--ink); color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: transparent;
  color: rgba(255, 255, 255, .7);
  padding: 0 0 28px;
  position: relative;
}
.footer-cols {
  max-width: 1100px; margin: 0 auto;
  padding: 80px 0 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 96px;
  align-items: start;
}
.footer-col { display: flex; flex-direction: column; min-width: 0; }
.footer-brand-name {
  font-family: var(--display); font-weight: 300;
  font-size: 34px; line-height: 1; letter-spacing: -.01em;
  color: #fff;
  margin-bottom: 14px;
  display: block;
}
.footer-logo-img {
  display: block;
  max-height: 44px;
  max-width: 200px;
  width: auto;
  height: auto;
  filter: brightness(0) invert(1);
}
.footer-brand-tagline {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 15px; color: var(--gold-soft);
  margin: 0 0 24px; letter-spacing: .005em;
}
.footer-brand-desc {
  font-size: 14px; line-height: 1.65;
  color: rgba(255, 255, 255, .72);
  max-width: 320px; margin: 0;
}
.footer-col-label {
  font-size: 11.5px; font-weight: 700; letter-spacing: .16em; word-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 28px;
}
.footer-nav-list { list-style: none; padding: 0; margin: 0; }
.footer-nav-list li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.footer-nav-list li:first-child { padding-top: 0; }
.footer-nav-list li:last-child { border-bottom: none; padding-bottom: 0; }
.footer-col a {
  color: rgba(255, 255, 255, .78); text-decoration: none;
  font-size: 14px; letter-spacing: .005em;
  transition: color .25s ease;
}
.footer-col a:hover { color: #fff; }
.footer-phone {
  font-family: var(--display); font-weight: 300;
  font-size: 26px; line-height: 1; letter-spacing: -.005em;
  color: #fff; text-decoration: none;
  margin-bottom: 22px; display: inline-block;
  transition: color .25s ease;
}
.footer-phone:hover { color: var(--gold-soft); }
.footer-contact-secondary {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 22px;
}
.footer-contact-secondary li { padding: 0; border-bottom: none; }
.footer-contact-secondary a {
  color: rgba(255, 255, 255, .65); text-decoration: none;
  font-size: 13.5px; letter-spacing: .005em;
  transition: color .25s ease;
}
.footer-contact-secondary a:hover { color: #fff; }
.footer-contact-secondary .footer-hours { color: rgba(255, 255, 255, .5); font-size: 13.5px; letter-spacing: .005em; }
.footer-legal {
  max-width: 1100px; margin: 0 auto;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 14px;
  font-size: 11.5px;
  color: rgba(255, 255, 255, .4);
  letter-spacing: .01em;
}
.footer-legal a { color: rgba(255, 255, 255, .4); text-decoration: none; transition: color .25s ease; }
.footer-legal a:hover { color: rgba(255, 255, 255, .7); }
.footer-pay {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 13px; color: var(--gold-soft); letter-spacing: .005em;
}

/* ============================================================
   MOBILE MENU
   ============================================================ */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--ink);
}
.mobile-menu-btn svg { width: 22px; height: 22px; }
.mobile-nav {
  display: none;
  pointer-events: auto;
  margin: 10px 28px 0;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(31,26,36,.06);
  box-shadow:
    0 1px 0 rgba(255,255,255,.7) inset,
    0 22px 50px -22px rgba(31,26,36,.22),
    0 6px 18px -10px rgba(31,26,36,.14);
  overflow: hidden;
}
.mobile-nav.active { display: block; }
.mobile-nav .mobile-nav-inner { padding: 4px 0; }
.mobile-nav ul { list-style: none; padding: 0; margin: 0; }
.mobile-nav ul li a {
  display: block;
  padding: 14px 24px;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid rgba(31,26,36,.05);
  transition: color .2s ease, background .2s ease;
}
.mobile-nav ul li:last-child a { border-bottom: none; }
.mobile-nav ul li a:hover { color: var(--primary-deep); background: rgba(94,58,130,.04); }
@media (max-width: 1100px) {
  .mobile-menu-btn { display: flex; align-items: center; justify-content: center; }
  .logo-img { height: 36px; max-width: 160px; }
}

@media (max-width: 640px) {
  .logo { flex: 0 1 auto; min-width: 0; }
  .logo-img { max-height: 28px; max-width: 120px; }
  .util { flex: 0 0 auto; }
}

/* ============================================================
   SCROLL FADE-IN
   ============================================================ */
.fade-in-section { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .6, .3, 1); }
.fade-in-section.is-visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   CONTACT FORM 7
   ============================================================ */
.wpcf7-form { max-width: 580px; margin: 32px auto 0; text-align: left; }
.wpcf7-form p { margin-bottom: 16px; text-align: left; }
.wpcf7-form label { text-align: left; display: block; }
.wpcf7-form .wpcf7-submit-container,
.wpcf7-form p:has(> input[type="submit"]) {
  text-align: center;
}

/* Image Captcha (cf7ic) — remove border only */
.captcha-image,
.captcha-image .wpcf7-form-control {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.wpcf7-spinner:not(.is-active) {
  display: none !important;
}
.wpcf7-spinner.is-active {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-family: var(--sans);
  font-size: 15px;
  transition: border-color .25s ease, background .25s ease;
  outline: none;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder { color: rgba(255, 255, 255, .4); }
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .12);
}
.wpcf7-form textarea { min-height: 120px; resize: vertical; }
.wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background .3s ease, transform .3s ease;
}
.wpcf7-form input[type="submit"]:hover {
  background: var(--gold-soft);
  transform: translateY(-1px);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .wrap { padding: 0 36px; }
  .hero { min-height: 620px; padding: 110px 0 140px; }
  h1 { font-size: 60px; }
  .signature { font-size: 17px; }
  .nav { display: none; }
  .sec { padding: 100px 0; }
  .sec-head { margin-bottom: 56px; }
  .sec-head h2, .bio-copy h2 { font-size: 42px; }
  .bio-grid { grid-template-columns: 1fr; gap: 60px; }
  .bio-portrait { margin: 0 auto; }
  .bio-trust { max-width: none; }
  .services-grid { grid-template-columns: 1fr; gap: 20px; }
  .paths-grid { grid-template-columns: 1fr; gap: 16px; }
  .path-card { padding: 36px 28px; }
  .path-card h3 { font-size: 26px; }
  .steps-track { grid-template-columns: 1fr 1fr; gap: 50px 24px; }
  .diaspora-grid, .area-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq-intro h2 { font-size: 38px; }
  .diaspora-copy h2, .area-copy h2 { font-size: 38px; }
  .usp-grid { grid-template-columns: 1fr 1fr; }
  .inclusion-grid { grid-template-columns: 1fr; gap: 18px; }
  .cert-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 48px; padding: 56px 0 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand-desc { max-width: 520px; }
  .cta-banner { padding: 96px 0; }
  .cta-banner h2 { font-size: 42px; }
  .trust-row { gap: 40px 30px; }
}

@media (max-width: 640px) {
  .wrap { padding: 0 22px; }
  .hero { min-height: 540px; padding: 100px 0 120px; }
  h1 { font-size: 40px; line-height: 1.05; }
  .signature { font-size: 15px; }
  .lede { font-size: 15.5px; }
  .hero-cta { flex-direction: column; align-items: flex-start; gap: 18px; }
  .util .phone { display: none; }
  .hero-overlay { background: linear-gradient(180deg, rgba(20, 15, 25, .45) 0%, rgba(20, 15, 25, .7) 70%); }
  .hero-bg .placeholder-label { right: 22px; bottom: 140px; }
  .sec { padding: 80px 0; }
  .sec-head h2, .bio-copy h2, .diaspora-copy h2, .area-copy h2 { font-size: 32px; }
  .steps-track { grid-template-columns: 1fr; }
  .usp-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr 1fr; }
  .footer-cols { grid-template-columns: 1fr; gap: 36px; padding: 44px 0 28px; }
  .footer-brand { grid-column: auto; }
  .footer-legal { flex-direction: column; align-items: flex-start; gap: 10px; }
  .cta-banner h2 { font-size: 32px; }
  .faq-q .q-text { font-size: 17px; }
  .faq-intro h2 { font-size: 30px; }
  .trust-row { flex-direction: column; align-items: flex-start; gap: 26px; }
  .bio-trust { grid-template-columns: 1fr; gap: 10px; }
}

/* ============================================================
   CERT LIGHTBOX
   ============================================================ */
.cert-lightbox {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.cert-lightbox[hidden] { display: none; }
.cert-lightbox-backdrop {
  position: absolute; inset: 0;
  background: rgba(20, 15, 25, .82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}
.cert-lightbox-inner {
  position: relative; z-index: 1;
  max-width: 720px; width: 100%;
  animation: lbIn .28s cubic-bezier(.2,.6,.3,1);
}
@keyframes lbIn {
  from { opacity: 0; transform: scale(.94) translateY(10px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.cert-lightbox-close {
  position: absolute; top: -16px; right: -16px;
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(20,15,25,.25);
  transition: background .2s ease, transform .2s ease;
  z-index: 2;
}
.cert-lightbox-close:hover { background: var(--cream); transform: scale(1.08); }
.cert-lightbox-close svg { width: 16px; height: 16px; color: var(--ink); }
.cert-lightbox-fig {
  background: #fff; border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(20,15,25,.5);
}
.cert-lightbox-img {
  display: block; width: 100%; height: auto;
  max-height: 75vh; object-fit: contain;
  background: var(--cream);
}
.cert-lightbox-caption {
  padding: 20px 28px;
  display: flex; flex-direction: column; gap: 4px;
  border-top: 1px solid var(--hairline);
}
.cert-lightbox-label {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 13px; color: var(--gold-deep);
}
.cert-lightbox-name {
  font-family: var(--display); font-weight: 400;
  font-size: 18px; color: var(--ink); letter-spacing: -.005em;
}
/* no-image state */
.cert-lightbox-fig.no-image .cert-lightbox-img { display: none; }
.cert-lightbox-fig.no-image .cert-lightbox-caption {
  padding: 48px 40px;
  border-top: none;
}
.cert-lightbox-fig.no-image .cert-lightbox-name { font-size: 26px; }

/* ============================================================
   ARCHIVE — blog list page
   ============================================================ */
.archive-hero {
  background: var(--ink);
  padding: 140px 0 80px;
  text-align: center;
}
.archive-hero .sec-eyebrow {
  color: var(--gold);
  border-color: rgba(197,160,99,.3);
}
.archive-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--cream);
  margin: 20px 0 0;
}
.archive-desc {
  color: var(--muted-soft);
  font-size: 17px;
  max-width: 560px;
  margin: 20px auto 0;
  line-height: 1.7;
}

.archive-body {
  padding: 80px 0 120px;
  background: var(--cream);
}

/* Post grid */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Post card */
.post-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s ease, transform .25s ease;
}
.post-card:hover {
  box-shadow: 0 20px 48px -16px rgba(31,26,36,.14);
  transform: translateY(-4px);
}
.post-card-img {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.post-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.post-card:hover .post-card-img img { transform: scale(1.04); }

.post-card-body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px;
}
.post-card-cat {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: rgba(197,160,99,.12);
  border-radius: 100px;
  padding: 3px 10px;
}
.post-card-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin: 0 0 12px;
}
.post-card-title a {
  color: var(--ink);
  text-decoration: none;
  transition: color .2s ease;
}
.post-card-title a:hover { color: var(--gold-deep); }

.post-card-excerpt {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 24px;
  flex: 1;
}
.post-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  transition: color .2s ease, gap .2s ease;
  margin-top: auto;
}
.post-card-link svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform .2s ease; }
.post-card-link:hover { color: var(--gold-deep); gap: 10px; }
.post-card-link:hover svg { transform: translateX(3px); }

/* Pagination */
.archive-pagination {
  margin-top: 64px;
}
.archive-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--hairline);
  background: #fff;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.archive-pagination .page-numbers:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.archive-pagination .page-numbers.current {
  background: var(--gold-deep);
  border-color: var(--gold-deep);
  color: #fff;
  font-weight: 700;
}
.archive-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
}
.archive-pagination .prev.page-numbers,
.archive-pagination .next.page-numbers {
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .03em;
  padding: 0 18px;
}
.archive-pagination .prev.page-numbers svg,
.archive-pagination .next.page-numbers svg { width: 16px; height: 16px; }

.archive-empty { text-align: center; padding: 80px 0; color: var(--muted); font-size: 17px; }

/* ============================================================
   SINGLE POST
   ============================================================ */
.single-hero {
  background: var(--ink);
  padding: 130px 0 72px;
}
.single-hero .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted-soft);
  text-decoration: none;
  margin-bottom: 28px;
  transition: color .2s ease, gap .2s ease;
}
.single-back svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform .2s ease; }
.single-back:hover { color: var(--gold); gap: 10px; }
.single-back:hover svg { transform: translateX(-3px); }

.single-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
}

.single-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(32px, 5.5vw, 58px);
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--cream);
  margin: 0 0 28px;
  max-width: 820px;
}
.single-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: var(--muted-soft);
}
.single-meta time { font-variant-numeric: tabular-nums; }
.single-read-time::before {
  content: '·';
  margin-right: 16px;
}

/* Featured image */
.single-img-wrap {
  background: var(--ink);
  padding-bottom: 0;
}
.single-img-wrap .wrap { padding-bottom: 0; }
.single-featured-img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}

/* Post body */
.single-body {
  background: var(--cream);
  padding: 72px 0 100px;
}
.single-content {
  max-width: 760px;
  margin: 0 auto;
}

/* Entry content typography */
.entry-content {
  font-size: 18px;
  line-height: 1.78;
  color: var(--ink);
}
.entry-content h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 56px 0 20px;
  color: var(--ink);
}
.entry-content h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(20px, 2.5vw, 26px);
  letter-spacing: -.01em;
  margin: 40px 0 16px;
  color: var(--ink);
}
.entry-content p { margin: 0 0 28px; }
.entry-content ul,
.entry-content ol { margin: 0 0 28px; padding-left: 24px; }
.entry-content li { margin-bottom: 10px; }
.entry-content a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.entry-content a:hover { color: var(--ink); }
.entry-content strong { font-weight: 700; }
.entry-content em { font-style: italic; }
.entry-content blockquote {
  border-left: 3px solid var(--gold);
  margin: 40px 0;
  padding: 4px 0 4px 28px;
  font-family: var(--display);
  font-size: clamp(19px, 2.2vw, 24px);
  font-style: italic;
  color: var(--ink);
  line-height: 1.5;
}
.entry-content figure { margin: 40px 0; }
.entry-content figure img {
  display: block;
  width: 100%;
  border-radius: 12px;
}
.entry-content figcaption {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  margin-top: 10px;
}
.entry-content hr {
  border: none;
  border-top: 1px solid var(--hairline);
  margin: 48px 0;
}
.entry-content pre {
  background: var(--ink);
  color: var(--cream);
  border-radius: 10px;
  padding: 24px 28px;
  font-size: 14px;
  overflow-x: auto;
  margin: 32px 0;
}
.entry-content code {
  background: rgba(31,26,36,.07);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: .9em;
}
.entry-content pre code { background: transparent; padding: 0; }

/* Tags */
.single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--hairline);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.single-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--hairline);
  border-radius: 100px;
  padding: 6px 14px;
  background: #fff;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.single-tag:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

/* Post nav prev/next */
.single-nav-wrap {
  background: var(--ink);
  padding: 56px 0;
}
.single-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.single-nav-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  padding: 24px 28px;
  border-radius: 16px;
  border: 1px solid rgba(197,160,99,.18);
  transition: background .25s ease, border-color .25s ease;
}
.single-nav-item:hover {
  background: rgba(197,160,99,.08);
  border-color: rgba(197,160,99,.4);
}
.single-nav-next { text-align: right; }
.single-nav-dir {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
}
.single-nav-dir svg { width: 14px; height: 14px; flex-shrink: 0; }
.single-nav-label {
  font-family: var(--display);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: var(--cream);
  letter-spacing: -.01em;
}

/* ============================================================
   BLOG — responsive breakpoints
   ============================================================ */
@media (max-width: 1024px) {
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .archive-hero { padding: 110px 0 60px; }
  .archive-body { padding: 56px 0 80px; }
  .post-grid { grid-template-columns: 1fr; gap: 20px; }
  .post-card-body { padding: 20px 20px 24px; }
  .post-card-title { font-size: 19px; }

  .single-hero { padding: 110px 0 56px; }
  .single-featured-img { border-radius: 12px 12px 0 0; max-height: 280px; }
  .single-body { padding: 48px 0 72px; }
  .entry-content { font-size: 16px; line-height: 1.72; }
  .entry-content h2 { margin-top: 40px; }
  .single-nav { grid-template-columns: 1fr; }
  .single-nav-next { text-align: left; }
  .single-nav-wrap { padding: 40px 0; }
}
