*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --forest: #1A3B2E; --forest-deep: #0D1F18; --forest-mid: #254D3C; --forest-light: #2E6B52;
  --gold: #C9A84C; --gold-light: #E2C97A; --gold-pale: #F5EDD3;
  --forest-rgb: 26,59,46; --forest-deep-rgb: 13,31,24; --gold-rgb: 201,168,76;
  --cream: #F7F5F0; --white: #FFFFFF;
  --ink: #1A1A1A; --ink-muted: #4A5568; --ink-faint: #8A9BA8;
  --border: rgba(var(--gold-rgb),0.18); --radius: 2px; --radius-lg: 6px;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--cream); color: var(--ink); line-height: 1.65; -webkit-font-smoothing: antialiased; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(var(--forest-deep-rgb),0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(var(--gold-rgb),0.15); padding: 0 48px; height: 68px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: inline-flex; align-items: center; height: 68px; text-decoration: none; flex: 0 0 auto; }
.nav-logo img { display: block; width: auto; height: 34px; max-width: 176px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 22px; list-style: none; flex-wrap: nowrap; }
.nav-links > li { flex: 0 0 auto; }
.nav-links a, .nav-drop-trigger { color: rgba(255,255,255,0.78); text-decoration: none; font-size: 12px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-drop-trigger:hover, .nav-dropdown.open .nav-drop-trigger, .nav-dropdown:focus-within .nav-drop-trigger { color: var(--gold); }
.nav-drop-trigger { display: inline-flex; align-items: center; background: transparent; border: 0; font-family: inherit; cursor: pointer; padding: 24px 0; white-space: nowrap; }
.nav-drop-trigger::after { content: ''; display: inline-block; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); margin-left: 8px; margin-bottom: 3px; transition: transform 0.2s; }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown.open .nav-drop-trigger::after, .nav-dropdown:focus-within .nav-drop-trigger::after { transform: rotate(225deg); margin-bottom: 0; }
.nav-dropdown-menu { position: absolute; z-index: 120; top: calc(100% - 4px); left: -18px; width: 300px; max-width: min(300px, calc(100vw - 32px)); display: flex; flex-direction: column; gap: 2px; background: rgba(var(--forest-deep-rgb),0.98); border: 1px solid rgba(var(--gold-rgb),0.22); box-shadow: 0 18px 48px rgba(0,0,0,0.25); padding: 12px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity 0.18s, transform 0.18s, visibility 0.18s; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu, .nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.nav-dropdown-menu a { display: block; width: 100%; padding: 10px 12px; color: rgba(255,255,255,0.74); text-transform: none; letter-spacing: 0; font-size: 13px; line-height: 1.35; white-space: normal; }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a:focus { color: var(--gold); background: rgba(var(--gold-rgb),0.07); outline: none; }
.nav-mobile-toggle { display: none; background: transparent; border: 1px solid rgba(var(--gold-rgb),0.24); border-radius: var(--radius); padding: 9px; cursor: pointer; }
.nav-mobile-toggle span { display: block; width: 22px; height: 2px; background: rgba(255,255,255,0.78); border-radius: 2px; }
.nav-mobile-toggle span + span { margin-top: 5px; }
.mobile-nav { position: fixed; top: 68px; left: 0; right: 0; background: var(--forest-deep); border-bottom: 1px solid rgba(var(--gold-rgb),0.18); padding: 12px 20px 20px; box-shadow: 0 18px 40px rgba(0,0,0,0.22); }
.mobile-nav a, .mobile-nav summary { display: block; color: rgba(255,255,255,0.82); text-decoration: none; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; padding: 12px 0; cursor: pointer; }
.mobile-nav details a { padding-left: 16px; color: rgba(255,255,255,0.62); text-transform: none; letter-spacing: 0; }
.mobile-nav a:hover, .mobile-nav summary:hover { color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--forest-deep) !important; padding: 9px 22px; font-weight: 600 !important; font-size: 12px !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; border-radius: var(--radius); transition: background 0.2s !important; }
.nav-cta:hover { background: var(--gold-light) !important; }

@media (max-width: 1120px) {
  .nav-links { gap: 14px; }
  .nav-links a { font-size: 11px; letter-spacing: 0.03em; }
  .nav-cta { padding: 8px 16px; }
}

/* BUTTONS */
.btn-primary { background: var(--gold); color: var(--forest-deep); padding: 15px 34px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; border: none; border-radius: var(--radius); cursor: pointer; text-decoration: none; transition: background 0.2s, transform 0.15s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-ghost { color: rgba(255,255,255,0.7); font-size: 13px; font-weight: 400; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; }
.btn-ghost:hover { color: var(--gold); border-color: var(--gold); }
.btn-dark { background: var(--forest-deep); color: var(--white); padding: 14px 32px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; border: none; border-radius: var(--radius); cursor: pointer; text-decoration: none; transition: background 0.15s; white-space: nowrap; display: inline-block; }
.btn-dark:hover { background: var(--forest-mid); }

/* EYEBROW / TITLES */
.section-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.section-eyebrow::before { content: ''; display: block; width: 20px; height: 1px; background: var(--gold); }
.section-eyebrow.center { justify-content: center; }
.section-eyebrow.center::before, .section-eyebrow.light::before { display: none; }
.section-eyebrow.light { color: var(--gold); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(30px, 3.5vw, 44px); font-weight: 400; line-height: 1.18; color: var(--forest-deep); margin-bottom: 16px; }
.section-title.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-title em { font-style: italic; color: var(--forest-light); }
.section-title.light { color: var(--white); }
.section-lead { font-size: 16px; color: var(--ink-muted); max-width: 560px; line-height: 1.75; font-weight: 300; }
.section-lead.light { color: rgba(255,255,255,0.55); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid rgba(var(--forest-rgb),0.22); padding-bottom: 3px; transition: color 0.2s, border-color 0.2s; }
.text-link::after { content: '->'; color: var(--gold); }
.text-link:hover { color: var(--gold); border-color: var(--gold); }

/* HERO */
.hero { min-height: min(620px, calc(100vh - 180px)); background: var(--forest-deep); display: flex; align-items: center; padding: 92px 48px 44px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 65% 50%, rgba(var(--forest-rgb),0.7) 0%, transparent 70%); pointer-events: none; }
.hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(var(--gold-rgb),0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--gold-rgb),0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.hero-building { position: absolute; inset: 68px 0 0 auto; width: min(54vw, 800px); z-index: 1; pointer-events: none; opacity: 0.72; }
.hero-building::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--forest-deep) 0%, rgba(var(--forest-deep-rgb),0.96) 38%, rgba(var(--forest-deep-rgb),0.46) 68%, rgba(var(--forest-deep-rgb),0.1) 100%); }
.hero-building::after { content: ''; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(var(--forest-deep-rgb),0.22) 0%, rgba(var(--forest-deep-rgb),0.02) 45%, rgba(var(--forest-deep-rgb),0.82) 100%), linear-gradient(90deg, transparent 0%, rgba(var(--forest-deep-rgb),0.34) 58%, rgba(var(--forest-deep-rgb),0.86) 100%); }
.hero-building img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center right; filter: saturate(0.82) contrast(1.08); }
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.hero-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(38px, 4.4vw, 56px); font-weight: 400; line-height: 1.1; color: var(--white); margin-bottom: 16px; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.74); line-height: 1.6; max-width: 560px; margin-bottom: 26px; font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-stats { position: absolute; right: 48px; bottom: 48px; z-index: 2; display: flex; flex-direction: column; gap: 24px; }
.stat-item { text-align: right; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 400; color: var(--white); line-height: 1; text-shadow: 0 2px 18px rgba(0,0,0,0.42); }
.stat-num span { color: var(--gold); }
.stat-label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.64); margin-top: 4px; text-shadow: 0 1px 12px rgba(0,0,0,0.52); }

@media (min-width: 1600px) {
  .hero {
    min-height: 480px;
    padding: 76px 36px 32px;
  }
  .hero-building {
    width: min(48vw, 980px);
  }
  .hero-content {
    max-width: 600px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero-sub {
    max-width: 540px;
    margin-bottom: 22px;
  }
  .hero-stats {
    right: 36px;
    bottom: 36px;
    gap: 18px;
  }
  .stat-num {
    font-size: 30px;
  }
}

/* TRUST BAR */
.trust-bar {
  background: var(--forest-deep);
  border-top: 1px solid rgba(var(--gold-rgb),0.12);
  border-bottom: 1px solid rgba(var(--gold-rgb),0.12);
  padding: 0 48px;
  display: flex; align-items: stretch;
  flex-wrap: nowrap; overflow: hidden;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  padding: 20px 28px;
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.62);
  white-space: nowrap;
  flex: 1; justify-content: center;
  border-right: 1px solid rgba(var(--gold-rgb),0.1);
  transition: background 0.2s, color 0.2s;
}
.trust-item:last-child { border-right: none; }
.trust-item:hover { background: rgba(var(--gold-rgb),0.05); color: rgba(255,255,255,0.8); }
.trust-icon {
  width: 18px; height: 18px;
  border: 1px solid rgba(var(--gold-rgb),0.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: border-color 0.2s;
}
.trust-item:hover .trust-icon { border-color: var(--gold); }
.trust-icon::after { content: '✓'; color: var(--gold); font-size: 9px; font-weight: 600; }

/* SERVICES GRID */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(var(--forest-rgb),0.08); border: 1px solid rgba(var(--forest-rgb),0.08); }
.service-card { background: var(--white); padding: 40px 36px; border-left: 3px solid transparent; transition: border-color 0.2s, background 0.2s; cursor: pointer; text-decoration: none; display: block; }
.service-card:hover { border-left-color: var(--gold); background: #FDFCF9; }
.service-num { font-family: 'Playfair Display', serif; font-size: 13px; color: var(--gold); letter-spacing: 0.06em; margin-bottom: 20px; display: block; }
.service-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--forest-deep); margin-bottom: 12px; line-height: 1.3; }
.service-card p { font-size: 14px; color: var(--ink-muted); line-height: 1.7; margin-bottom: 24px; font-weight: 300; }
.service-card .service-note { font-size: 12px; line-height: 1.65; color: var(--ink-faint); margin-top: -12px; }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.tag { font-size: 10px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--forest-light); background: rgba(var(--forest-rgb),0.07); padding: 4px 10px; border-radius: var(--radius); font-weight: 500; }
.service-link { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); font-weight: 500; display: flex; align-items: center; gap: 6px; }
.service-link::after { content: '→'; transition: transform 0.2s; }
.service-card:hover .service-link::after { transform: translateX(4px); }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr); gap: 56px; align-items: start; }
.about-intro { max-width: 560px; }
.about-intro p, .about-copy p { font-size: 16px; color: #334155; line-height: 1.85; font-weight: 300; margin-bottom: 20px; }
.about-intro .text-link { margin-top: 8px; }
.about-media { min-width: 0; }
.about-visual { margin-bottom: 16px; border: 1px solid rgba(var(--forest-rgb),0.1); border-radius: var(--radius-lg); overflow: hidden; background: var(--forest-deep); box-shadow: 0 18px 48px rgba(var(--forest-rgb),0.12); }
.about-visual img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.about-page-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center; }
.about-visual-large { margin-bottom: 0; }
.about-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 0; }
.about-highlights span { background: var(--white); border: 1px solid rgba(var(--forest-rgb),0.08); border-left: 3px solid var(--gold); padding: 14px 16px; font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--forest-deep); font-weight: 600; line-height: 1.45; }

.section-split, .proof-layout, .location-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: start; margin-bottom: 48px; }
.proof-layout, .location-grid { margin-bottom: 0; }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.proof-card { background: var(--white); border: 1px solid rgba(var(--forest-rgb),0.08); border-left: 3px solid var(--gold); padding: 24px; min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.2s, box-shadow 0.2s; }
.proof-card:hover, .resource-card:hover, .location-card:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(var(--forest-rgb),0.1); }
.proof-card strong { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 500; color: var(--forest-deep); line-height: 1.1; }
.proof-card span { font-size: 13px; color: var(--ink-muted); line-height: 1.5; }
.proof-card.pending { border-left-color: rgba(var(--gold-rgb),0.45); background: #FBFAF6; }
.resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 28px; }
.resources-grid-large { grid-template-columns: repeat(4, 1fr); margin-bottom: 0; }
.resource-card { display: flex; flex-direction: column; min-height: 260px; background: var(--white); border: 1px solid rgba(var(--forest-rgb),0.08); border-top: 3px solid var(--gold); border-radius: var(--radius-lg); padding: 28px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.resource-card span { font-size: 11px; color: var(--forest-light); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; margin-bottom: 18px; }
.resource-card h3 { font-family: 'Playfair Display', serif; color: var(--forest-deep); font-size: 22px; font-weight: 500; line-height: 1.25; margin-bottom: 14px; }
.resource-card p { color: var(--ink-muted); font-size: 14px; line-height: 1.7; font-weight: 300; margin-top: auto; }
.location-card { background: var(--forest); color: var(--white); border: 1px solid rgba(var(--gold-rgb),0.22); border-radius: var(--radius-lg); padding: 36px; transition: transform 0.2s, box-shadow 0.2s; }
.location-card h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 500; margin-bottom: 12px; }
.location-card p { color: rgba(255,255,255,0.7); line-height: 1.75; margin-bottom: 24px; }
.location-card a { color: var(--gold-light); text-decoration: none; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }
.legal-content { max-width: 820px; margin: 0 auto; }
.legal-content h2 { font-family: 'Playfair Display', serif; color: var(--forest-deep); font-size: 28px; font-weight: 500; margin: 34px 0 10px; }
.legal-content p { color: var(--ink-muted); font-size: 16px; line-height: 1.85; font-weight: 300; margin-bottom: 16px; }
.legal-content a { color: var(--forest); font-weight: 600; }
.legal-note { background: var(--cream); border-left: 3px solid var(--gold); padding: 16px 18px; }

/* CLIENTS */
.clients-section { padding: 96px 48px; background: var(--cream); }
.clients-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.client-logo { background: var(--white); border: 1px solid rgba(var(--forest-rgb),0.08); border-radius: var(--radius-lg); padding: 24px 16px; text-align: center; transition: border-color 0.2s, box-shadow 0.2s; }
.client-logo:hover { border-color: rgba(var(--gold-rgb),0.3); box-shadow: 0 4px 16px rgba(var(--forest-rgb),0.08); }
.client-initial { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; color: var(--forest); width: 48px; height: 48px; border: 1px solid rgba(var(--gold-rgb),0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.client-name { font-size: 14px; font-weight: 500; color: var(--forest-deep); margin-bottom: 4px; }
.client-sector { font-size: 11px; color: var(--ink-faint); font-weight: 300; }

/* WHY GRID */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 60px; border: 1px solid rgba(var(--gold-rgb),0.12); }
.why-item { padding: 44px 40px; border-right: 1px solid rgba(var(--gold-rgb),0.12); border-bottom: 1px solid rgba(var(--gold-rgb),0.12); transition: background 0.2s; }
.why-item:hover { background: rgba(var(--gold-rgb),0.04); }
.why-item:nth-child(2n) { border-right: none; }
.why-num { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 400; color: rgba(var(--gold-rgb),0.35); line-height: 1; margin-bottom: 16px; }
.why-item h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--white); margin-bottom: 12px; }
.why-item p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.75; font-weight: 300; }

/* PROCESS */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 60px; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 30px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.process-step { padding: 0 20px; text-align: center; }
.step-dot { width: 60px; height: 60px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; background: var(--white); position: relative; z-index: 1; }
.step-dot-num { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--gold); font-weight: 400; }
.process-step h4 { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 500; color: var(--forest-deep); margin-bottom: 10px; }
.process-step p { font-size: 13px; color: var(--ink-muted); line-height: 1.65; font-weight: 300; }

/* ══════════════════════════════════════════
   CONTACT FORM — BOLD & PROMINENT
══════════════════════════════════════════ */
.contact-section { background: var(--forest-deep); padding: 0; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; }
.contact-header { background: var(--forest); padding: 80px 56px; display: flex; flex-direction: column; justify-content: center; }
.contact-info-stack { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-info-icon { width: 36px; height: 36px; border: 1px solid rgba(var(--gold-rgb),0.3); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; }
.contact-info-text h4 { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.contact-info-text p { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 300; }
.contact-info-text a { color: inherit; text-decoration: none; }
.contact-info-text a:hover { color: var(--gold-light); }

.contact-form-wrap { background: var(--cream); padding: 64px 56px; display: flex; align-items: stretch; }
.form-card { background: var(--white); border: 2px solid var(--forest); border-radius: 12px; padding: 44px 40px; width: 100%; box-shadow: 0 8px 48px rgba(var(--forest-rgb),0.15); }
.form-card-header { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 2px solid rgba(var(--forest-rgb),0.08); }
.form-card-header h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 500; color: var(--forest-deep); margin-bottom: 6px; }
.form-card-header p { font-size: 14px; color: var(--ink-muted); font-weight: 300; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--forest-deep); margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: var(--cream); border: 2px solid rgba(var(--forest-rgb),0.15); border-radius: var(--radius-lg); padding: 13px 16px; font-family: 'Inter', sans-serif; font-size: 14px; color: var(--ink); outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--ink-faint); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(var(--forest-rgb),0.08); }
.form-group select { color: var(--ink); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit { width: 100%; background: var(--forest); color: var(--white); border: none; border-radius: var(--radius-lg); padding: 18px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 0.04em; cursor: pointer; transition: background 0.15s, transform 0.1s; margin-top: 8px; }
.form-submit:hover { background: var(--forest-mid); transform: translateY(-1px); }
.form-submit:active { transform: translateY(0); }
.form-privacy { font-size: 12px; color: var(--ink-faint); text-align: center; margin-top: 12px; font-weight: 300; }

/* SERVICE PAGE CONTACT FORM — same bold style, dark bg */
.contact-section.dark-form .contact-form-wrap { background: rgba(255,255,255,0.04); }
.contact-section.dark-form .form-card { background: var(--white); }

/* FAQ */
.faq-section { background: var(--white); padding: 96px 48px; }
.faq-list { margin: 48px auto 0; max-width: 780px; }
.faq-item { border-bottom: 1px solid rgba(var(--forest-rgb),0.1); padding: 24px 0; }
.faq-question { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 500; color: var(--forest-deep); cursor: pointer; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; line-height: 1.3; }
.faq-toggle { width: 28px; height: 28px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); font-size: 18px; transition: transform 0.25s, background 0.2s; margin-top: 0; }
.faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--gold); color: var(--forest-deep); }
.faq-answer { font-size: 15px; color: var(--ink-muted); line-height: 1.8; font-weight: 300; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s ease; }
.faq-item.open .faq-answer { max-height: 600px; padding-top: 16px; }

/* CTA SECTION */
.cta-section { background: var(--forest); padding: 80px 48px; text-align: center; }
.cta-section .section-eyebrow { color: var(--gold-light); margin-left: auto; margin-right: auto; }
.cta-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(30px, 4vw, 48px); font-weight: 400; line-height: 1.18; color: var(--white); max-width: 760px; margin: 0 auto 18px; }
.cta-section p { font-size: 16px; color: rgba(255,255,255,0.62); line-height: 1.75; font-weight: 300; max-width: 680px; margin: 0 auto 28px; }
.cta-section span { display: block; color: rgba(255,255,255,0.45); font-size: 12px; margin-top: 14px; letter-spacing: 0.04em; }

/* FOOTER */
footer { background: var(--forest-deep); padding: 60px 48px 32px; border-top: 1px solid rgba(var(--gold-rgb),0.12); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-logo { display: inline-flex; align-items: center; text-decoration: none; }
.footer-logo img { display: block; width: auto; height: 38px; max-width: 200px; object-fit: contain; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.75; margin-top: 16px; font-weight: 300; max-width: 280px; }
.footer-col h4 { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 500; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.45); text-decoration: none; font-weight: 300; transition: color 0.2s; }
.footer-col a:hover { color: rgba(255,255,255,0.8); }
.footer-bottom { border-top: 1px solid rgba(var(--gold-rgb),0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.25); font-weight: 300; }

/* ══════════════════════════════════════════
   SERVICE PAGES
══════════════════════════════════════════ */
.service-hero { background: var(--forest-deep); padding: 140px 48px 80px; position: relative; overflow: hidden; }
.service-hero::before { content: ''; position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 70% 60% at 68% 48%, rgba(var(--forest-rgb),0.62) 0%, transparent 70%); pointer-events: none; }
.service-hero-grid { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(rgba(var(--gold-rgb),0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--gold-rgb),0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.service-hero-image { position: absolute; inset: 68px 0 0 auto; width: min(54vw, 800px); z-index: 1; pointer-events: none; opacity: 0.68; }
.service-hero-image::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--forest-deep) 0%, rgba(var(--forest-deep-rgb),0.96) 36%, rgba(var(--forest-deep-rgb),0.48) 68%, rgba(var(--forest-deep-rgb),0.1) 100%); }
.service-hero-image::after { content: ''; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(var(--forest-deep-rgb),0.22) 0%, rgba(var(--forest-deep-rgb),0.02) 45%, rgba(var(--forest-deep-rgb),0.82) 100%), linear-gradient(90deg, transparent 0%, rgba(var(--forest-deep-rgb),0.34) 58%, rgba(var(--forest-deep-rgb),0.86) 100%); }
.service-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center right; filter: saturate(0.82) contrast(1.08); }
.service-hero-image.hero-image-visible { opacity: 0.8; }
.service-hero-image.hero-image-visible::before { background: linear-gradient(90deg, var(--forest-deep) 0%, rgba(var(--forest-deep-rgb),0.9) 32%, rgba(var(--forest-deep-rgb),0.32) 62%, rgba(var(--forest-deep-rgb),0) 100%); }
.service-hero-image.hero-image-visible::after { background: linear-gradient(180deg, rgba(var(--forest-deep-rgb),0.12) 0%, rgba(var(--forest-deep-rgb),0) 45%, rgba(var(--forest-deep-rgb),0.48) 100%), linear-gradient(90deg, transparent 0%, rgba(var(--forest-deep-rgb),0.18) 58%, rgba(var(--forest-deep-rgb),0.5) 100%); }
.service-hero-image.hero-image-visible img { filter: saturate(0.92) contrast(1.04); }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 24px; position: relative; z-index: 2; }
.breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }
.service-hero-content { position: relative; z-index: 2; max-width: 700px; }
.service-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 4.5vw, 56px); font-weight: 400; line-height: 1.12; color: var(--white); margin-bottom: 20px; }
.service-hero h1 em { font-style: italic; color: var(--gold); }
.service-hero-lead { font-size: 17px; color: rgba(255,255,255,0.62); line-height: 1.75; font-weight: 300; max-width: 580px; margin-bottom: 40px; }
.service-hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

.detail-section { padding: 80px 48px; background: var(--cream); }
.detail-section.alt { background: var(--white); }
.detail-grid-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.detail-card { background: var(--white); border: 1px solid rgba(var(--forest-rgb),0.08); border-left: 3px solid var(--gold); border-radius: var(--radius-lg); padding: 32px 28px; }
.detail-section.alt .detail-card { background: var(--cream); }
.detail-card h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 500; color: var(--forest-deep); margin-bottom: 10px; }
.detail-card p { font-size: 14px; color: var(--ink-muted); line-height: 1.75; font-weight: 300; }

/* INCLUDES + SIDEBAR CTA */
.includes-wrap { display: grid; grid-template-columns: 1fr 380px; gap: 48px; margin-top: 40px; align-items: start; }
.includes-list { list-style: none; }
.includes-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--ink-muted); padding: 11px 0; border-bottom: 1px solid rgba(var(--forest-rgb),0.06); font-weight: 300; line-height: 1.5; }
.includes-list li:last-child { border-bottom: none; }
.includes-list li::before { content: '✓'; color: var(--gold); font-size: 12px; font-weight: 600; flex-shrink: 0; margin-top: 3px; }

/* SERVICE CTA BOX (sidebar) */
.service-cta-box { background: var(--forest); border-radius: 12px; padding: 36px 32px; border: 1px solid rgba(var(--gold-rgb),0.2); position: sticky; top: 88px; }
.scb-eyebrow { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.scb-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--white); margin-bottom: 12px; line-height: 1.3; }
.scb-body { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; font-weight: 300; margin-bottom: 24px; }
.scb-trust { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.scb-trust span { font-size: 12px; color: rgba(255,255,255,0.45); font-weight: 300; }

/* STEPS */
.steps-list { margin-top: 40px; max-width: 640px; }
.step-row { display: flex; gap: 28px; padding: 24px 0; border-bottom: 1px solid rgba(var(--forest-rgb),0.08); align-items: flex-start; }
.step-row:last-child { border-bottom: none; }
.step-num { font-family: 'Playfair Display', serif; font-size: 32px; color: var(--gold); font-weight: 400; line-height: 1; flex-shrink: 0; width: 48px; }
.step-body h4 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 500; color: var(--forest-deep); margin-bottom: 6px; }
.step-body p { font-size: 14px; color: var(--ink-muted); line-height: 1.75; font-weight: 300; }

/* CTA BANNER */
.cta-banner { background: var(--gold); padding: 48px 64px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.cta-banner-text h2 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 500; color: var(--forest-deep); margin-bottom: 6px; }
.cta-banner-text p { font-size: 15px; color: rgba(var(--forest-deep-rgb),0.65); font-weight: 300; }

/* ── CLIENTS SECTION OVERRIDES ── */
.clients-sub {
  text-align: center; font-size: 15px; color: var(--ink-muted);
  font-weight: 300; margin-bottom: 52px; max-width: 520px;
  margin-left: auto; margin-right: auto;
}
.clients-disclaimer {
  text-align: center; font-size: 12px; color: var(--ink-faint);
  margin-top: 36px; font-weight: 300;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.client-logo {
  background: var(--white);
  border: 1px solid rgba(var(--forest-rgb),0.08);
  border-radius: var(--radius-lg);
  padding: 28px 20px 20px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.client-logo:hover {
  border-color: rgba(var(--gold-rgb),0.35);
  box-shadow: 0 4px 20px rgba(var(--forest-rgb),0.1);
  transform: translateY(-2px);
}
.client-img-wrap {
  width: 64px; height: 40px;
  display: flex; align-items: center; justify-content: center;
}
.client-img-wrap img {
  max-width: 64px; max-height: 36px;
  width: auto; height: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.65);
  transition: filter 0.2s;
}
.client-logo:hover .client-img-wrap img {
  filter: grayscale(0%) opacity(1);
}
.client-fallback {
  width: 44px; height: 44px;
  background: var(--forest);
  border-radius: 50%;
  font-family: 'Playfair Display', serif;
  font-size: 16px; color: var(--gold);
  align-items: center; justify-content: center;
}
.client-name {
  font-size: 13px; font-weight: 600;
  color: var(--forest-deep);
}
.client-sector {
  font-size: 11px; color: var(--ink-faint);
  font-weight: 300; line-height: 1.4;
}

/* ── SERVICES GRID fix: exactly 4 cols, no orphan ── */
.services-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}

/* ══════════════════════════════════════════════
   RESPONSIVE — TABLET (≤ 1024px)
══════════════════════════════════════════════ */
@media (max-width: 1024px) {

  /* Nav */
  nav { padding: 0 24px; }

  /* Hero */
  .hero { min-height: 540px; padding: 96px 24px 130px; }
  .hero-building { width: 64vw; opacity: 0.48; }
  .hero-stats { right: 24px; bottom: 40px; flex-direction: row; gap: 28px; }
  .stat-num { font-size: 28px; }

  /* Services */
  .services-grid,
  .services-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }

  /* Trust bar */
  .trust-bar { padding: 0 24px; gap: 0; }
  .trust-item { padding: 18px 12px; font-size: 10px; }

  /* Clients */
  .clients-grid { grid-template-columns: repeat(4, 1fr); }
  .section-split, .proof-layout, .location-grid, .about-page-grid { grid-template-columns: 1fr; gap: 32px; }
  .resources-grid, .resources-grid-large { grid-template-columns: repeat(2, 1fr); }

  /* Why grid */
  .why-grid { grid-template-columns: 1fr 1fr; }

  /* Process */
  .process-steps { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .process-steps::before { display: none; }

  /* Contact */
  .contact-inner { grid-template-columns: 1fr; }
  .contact-header { padding: 60px 40px 40px; }
  .contact-form-wrap { padding: 40px; }

  /* Service pages */
  .service-hero { padding: 110px 24px 60px; }
  .service-hero-image { width: 64vw; opacity: 0.48; }
  .service-hero-image.hero-image-visible { opacity: 0.62; }
  .detail-section { padding: 60px 24px; }
  .detail-grid-three { grid-template-columns: repeat(2, 1fr); }
  .includes-wrap { grid-template-columns: 1fr; }
  .service-cta-box { position: static; margin-top: 32px; }

  /* Footer */
  footer { padding: 48px 24px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 768px)
══════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* Nav — hide links, keep logo + CTA */
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-logo img { height: 28px; max-width: 148px; }

  /* Mobile menu toggle (CSS-only hamburger) */
  .nav-mobile-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
  }
  .nav-mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    transition: background 0.2s;
  }

  /* Hero */
  .hero { padding: 88px 20px 132px; min-height: auto; }
  .hero-building { inset: 68px 0 110px auto; width: 82vw; opacity: 0.2; }
  .hero h1 { font-size: 36px; }
  .hero-sub { font-size: 15px; }
  .hero-stats {
    right: 20px; bottom: 32px;
    flex-direction: row; gap: 20px;
    flex-wrap: wrap; justify-content: flex-end;
  }
  .stat-num { font-size: 24px; }
  .stat-label { font-size: 10px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 14px; }
  .btn-primary { width: 100%; text-align: center; padding: 14px 24px; }

  /* Trust bar — stack 2x2 */
  .trust-bar {
    flex-wrap: wrap;
    padding: 0;
  }
  .trust-item {
    width: 50%;
    flex: none;
    padding: 16px 12px;
    font-size: 10px;
    border-right: 1px solid rgba(var(--gold-rgb),0.1);
    border-bottom: 1px solid rgba(var(--gold-rgb),0.1);
  }
  .trust-item:nth-child(2n) { border-right: none; }
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) { border-bottom: none; }

  /* Section padding */
  section, .detail-section { padding: 60px 20px !important; }

  /* Section titles */
  .section-title { font-size: 28px; }
  .section-lead { font-size: 15px; }

  /* Services grid — single column */
  .services-grid,
  .services-grid { grid-template-columns: 1fr !important; }
  .service-card { padding: 28px 24px; }
  .about-highlights { grid-template-columns: 1fr; }
  .proof-grid, .resources-grid, .resources-grid-large { grid-template-columns: 1fr !important; }
  .section-split, .proof-layout, .location-grid, .about-page-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .resource-card { min-height: auto; }
  .location-card { padding: 28px 24px; }

  /* Detail cards — single column */
  .detail-grid-three { grid-template-columns: 1fr !important; }

  /* Why grid */
  .why-grid { grid-template-columns: 1fr; }
  .why-item { border-right: none !important; }
  .why-num { font-size: 32px; }

  /* Process — single column */
  .process-steps {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .process-steps::before { display: none; }
  .process-step { padding: 24px 0; border-bottom: 1px solid rgba(var(--forest-rgb),0.08); }
  .step-dot { margin-left: 0; }

  /* Contact */
  .contact-inner { grid-template-columns: 1fr; }
  .contact-header { padding: 48px 20px 36px; }
  .contact-form-wrap { padding: 24px 20px 40px; }
  .form-card { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  /* CTA banner */
  .cta-banner { padding: 36px 20px; flex-direction: column; align-items: flex-start; }
  .cta-banner-text h2 { font-size: 22px; }
  .btn-dark { width: 100%; text-align: center; }

  /* Clients */
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .clients-section { padding: 60px 20px; }

  /* FAQ */
  .faq-section { padding: 60px 20px; }
  .faq-question { font-size: 16px; }

  /* Service hero */
  .service-hero { padding: 100px 20px 52px; }
  .service-hero-image { inset: 68px 0 40px auto; width: 82vw; opacity: 0.24; }
  .service-hero-image.hero-image-visible { opacity: 0.34; }
  .service-hero h1 { font-size: 32px; }
  .service-hero-lead { font-size: 15px; }
  .service-hero-actions { flex-direction: column; align-items: flex-start; gap: 14px; }

  /* Includes wrap */
  .includes-wrap { grid-template-columns: 1fr; gap: 28px; }
  .service-cta-box { position: static; }

  /* Steps */
  .steps-list { max-width: 100%; }
  .step-num { font-size: 24px; width: 36px; }

  /* Footer */
  footer { padding: 40px 20px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }

  /* Breadcrumb */
  .breadcrumb { font-size: 11px; flex-wrap: wrap; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — SMALL MOBILE (≤ 420px)
══════════════════════════════════════════════ */
@media (max-width: 420px) {
  .hero h1 { font-size: 30px; }
  .section-title { font-size: 24px; }
  .form-card { padding: 24px 16px; }
  .service-hero h1 { font-size: 28px; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════════════
   SECTION UTILITY CLASSES (replaces inline styles)
══════════════════════════════════════════════ */
.page-section          { padding: 96px 48px; }
.bg-white              { background: var(--white); }
.bg-cream              { background: var(--cream); }
.bg-forest-deep        { background: var(--forest-deep); }
#about.page-section    { padding-bottom: 44px; }
#proof.page-section    { padding-top: 32px; }
.bg-forest-deep .section-title { color: var(--white); }
.bg-forest-deep .why-item h3   { color: var(--white); }
.bg-forest-deep .why-item p    { color: rgba(255,255,255,0.5); }
.bg-forest-deep .step-dot      { background: var(--forest-deep); }
.bg-forest-deep .process-step h4 { color: var(--white); }
.bg-forest-deep .process-step p  { color: rgba(255,255,255,0.5); }

/* Override: contact-inner always stacks on mobile */
@media (max-width: 1024px) {
  .page-section { padding: 72px 32px; }
}

@media (max-width: 768px) {
  /* Nuclear override for ALL sections */
  .page-section,
  section,
  .detail-section,
  .faq-section,
  .clients-section,
  .contact-section { padding: 52px 18px !important; }

  /* Nav: force hide links, show hamburger */
  .nav-links { display: none !important; }
  .nav-mobile-toggle { display: flex !important; }

  /* Hero full reset for mobile */
  .hero {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 82px 18px 34px !important;
    min-height: auto !important;
  }
  .hero-building {
    inset: 68px 0 0 auto !important;
    width: 88vw !important;
    opacity: 0.16 !important;
  }
  .hero-content { width: 100% !important; max-width: 100% !important; }
  .hero h1 { font-size: clamp(28px, 8vw, 38px) !important; }
  .hero-sub { font-size: 15px !important; line-height: 1.6 !important; margin-bottom: 22px !important; max-width: 100% !important; }
  .hero-actions { flex-direction: column !important; width: 100%; }
  .hero-actions .btn-primary,
  .hero-actions .btn-ghost { width: 100%; text-align: center; justify-content: center; }

  /* Stats sit in normal flow on phones to avoid CTA overlap. */
  .hero-stats {
    position: relative !important;
    left: auto !important; right: auto !important; bottom: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    margin-top: 30px !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    gap: 18px 12px !important;
  }
  .stat-item { text-align: center !important; }
  .stat-num { font-size: 22px !important; }
  .stat-label { font-size: 9px !important; }

  /* Trust bar 2-column grid with the fifth item spanning cleanly. */
  .trust-bar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 0 !important;
  }
  .trust-item {
    width: auto !important; flex: none !important;
    padding: 14px 10px !important;
    font-size: 9px !important;
    letter-spacing: 0.06em !important;
    border-right: 1px solid rgba(var(--gold-rgb),0.1) !important;
    border-bottom: 1px solid rgba(var(--gold-rgb),0.1) !important;
  }
  .trust-item:nth-child(2n) { border-right: none !important; }
  .trust-item:last-child {
    grid-column: 1 / -1 !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  /* Services: 1 col */
  .services-grid { grid-template-columns: 1fr !important; gap: 1px !important; }
  .about-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .about-highlights { grid-template-columns: 1fr !important; }
  .proof-grid, .resources-grid, .resources-grid-large { grid-template-columns: 1fr !important; }
  .section-split, .proof-layout, .location-grid, .about-page-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .about-visual { margin-bottom: 14px !important; }
  #about.page-section { padding-bottom: 30px !important; }
  #proof.page-section { padding-top: 28px !important; }
  .resource-card { min-height: auto !important; padding: 24px 20px !important; }
  .proof-card { min-height: auto !important; padding: 22px 20px !important; }
  .location-card { padding: 28px 22px !important; }
  .cta-section { padding: 52px 18px !important; }

  /* Section titles */
  .section-title { font-size: clamp(24px, 7vw, 32px) !important; }

  /* Why grid: 1 col */
  .why-grid { grid-template-columns: 1fr !important; border: none !important; }
  .why-item {
    border-right: none !important;
    border-left: 3px solid rgba(var(--gold-rgb),0.2) !important;
    padding: 24px 20px !important;
  }

  /* Process: 1 col */
  .process-steps {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    gap: 0 !important;
  }
  .process-steps::before { display: none !important; }
  .process-step {
    display: flex; align-items: flex-start; gap: 16px;
    text-align: left !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(var(--forest-rgb),0.08);
  }
  .process-step:last-child { border-bottom: none; }
  .step-dot { flex-shrink: 0; width: 44px !important; height: 44px !important; margin: 0 !important; }
  .step-dot-num { font-size: 15px !important; }
  .process-step h4 { font-size: 15px !important; margin-bottom: 4px !important; }
  .process-step p { font-size: 13px !important; }

  /* Contact form */
  .contact-inner { grid-template-columns: 1fr !important; min-height: auto !important; }
  .contact-header { padding: 40px 18px 32px !important; }
  .contact-form-wrap { padding: 24px 18px 40px !important; background: var(--cream) !important; }
  .form-card { padding: 24px 16px !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .form-submit { font-size: 13px !important; padding: 16px !important; }

  /* CTA banner */
  .cta-banner { padding: 32px 18px !important; flex-direction: column !important; }
  .cta-banner-text h2 { font-size: 20px !important; }
  .btn-dark { width: 100% !important; text-align: center !important; }

  /* Service hero */
  .service-hero { padding: 90px 18px 44px !important; }
  .service-hero-image { inset: 68px 0 36px auto !important; width: 82vw !important; opacity: 0.18 !important; }
  .service-hero-image.hero-image-visible { opacity: 0.28 !important; }
  .service-hero h1 { font-size: clamp(26px, 7.5vw, 36px) !important; }
  .service-hero-lead { font-size: 15px !important; }
  .service-hero-actions { flex-direction: column !important; }
  .service-hero-actions .btn-primary,
  .service-hero-actions .btn-ghost { width: 100% !important; text-align: center !important; justify-content: center !important; }

  /* Detail cards */
  .detail-grid-three { grid-template-columns: 1fr !important; }
  .includes-wrap { grid-template-columns: 1fr !important; }
  .service-cta-box { position: static !important; margin-top: 28px !important; }

  /* Footer */
  footer { padding: 36px 18px 20px !important; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .footer-bottom { flex-direction: column !important; gap: 4px !important; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 26px !important; }
  .service-hero h1 { font-size: 24px !important; }
  .trust-item { font-size: 8px !important; padding: 12px 8px !important; }
  .hero-stats { display: grid !important; gap: 16px 10px !important; }
}

/* ══════════════════════════════════════════
   BLOG LISTING
══════════════════════════════════════════ */
.blog-section { min-height: 60vh; }
.blog-header { max-width: 760px; margin-bottom: 60px; }
.blog-header .section-title { font-size: clamp(32px, 4vw, 48px); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--white); border: 1px solid rgba(var(--forest-rgb),0.08); border-top: 3px solid var(--gold); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.blog-card:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(var(--forest-rgb),0.1); }
.blog-card.no-image { border-top-color: var(--gold); }
.blog-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--forest-deep); }
.blog-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.blog-card:hover .blog-card-image img { transform: scale(1.03); }
.blog-card-content { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.blog-card-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--forest-light); margin-bottom: 12px; }
.blog-card-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; line-height: 1.3; margin-bottom: 12px; }
.blog-card-title a { color: var(--forest-deep); text-decoration: none; transition: color 0.2s; }
.blog-card-title a:hover { color: var(--gold); }
.blog-card-excerpt { font-size: 14px; color: var(--ink-muted); line-height: 1.7; font-weight: 300; margin-bottom: 18px; flex: 1; }
.blog-card-meta { display: flex; align-items: center; gap: 14px; font-size: 12px; color: var(--ink-faint); margin-bottom: 18px; }
.blog-card-meta span { position: relative; }
.blog-card-meta span + span::before { content: ''; position: absolute; left: -8px; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.blog-card-link { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.blog-card-link::after { content: '→'; transition: transform 0.2s; }
.blog-card:hover .blog-card-link::after { transform: translateX(4px); }
.blog-empty { text-align: center; padding: 80px 20px; color: var(--ink-muted); font-size: 16px; }

/* Pagination */
.blog-section .epcl-pagination { margin-top: 60px; }
.blog-section .epcl-pagination .nav { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.blog-section .epcl-pagination a { background: var(--forest-deep); color: var(--white); padding: 12px 24px; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: var(--radius); transition: background 0.2s; }
.blog-section .epcl-pagination a:hover { background: var(--forest-mid); }
.blog-section .epcl-pagination .page-number { font-size: 13px; color: var(--ink-muted); }

@media (max-width: 1024px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .blog-header { margin-bottom: 40px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card-content { padding: 22px; }
  .blog-section .epcl-pagination .nav { flex-direction: column; }
  .blog-section .epcl-pagination a { width: 100%; text-align: center; }
}

/* ══════════════════════════════════════════
   SINGLE POST
══════════════════════════════════════════ */
.post-hero { background: var(--forest-deep); padding: 100px 48px 60px; position: relative; overflow: hidden; }
.post-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(var(--gold-rgb),0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--gold-rgb),0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.post-hero-content { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; text-align: center; }
.post-hero .breadcrumb { display: flex; justify-content: center; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 24px; flex-wrap: wrap; }
.post-hero .breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.post-hero .breadcrumb a:hover { color: var(--gold); }
.post-hero .breadcrumb span { color: var(--gold); }
.post-title { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4.5vw, 52px); font-weight: 400; line-height: 1.12; color: var(--white); margin-bottom: 20px; }
.post-excerpt { font-size: 18px; color: rgba(255,255,255,0.62); line-height: 1.75; font-weight: 300; max-width: 680px; margin: 0 auto 28px; }
.post-meta { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 0.04em; }
.post-meta-tag { background: rgba(var(--gold-rgb),0.15); color: var(--gold); padding: 4px 12px; border-radius: var(--radius); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }

.post-featured-image { background: var(--cream); padding: 0 48px; }
.post-featured-image figure { max-width: 1100px; max-height: 500px; margin: 0 auto; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 18px 48px rgba(var(--forest-rgb),0.12); transform: translateY(-60px); margin-bottom: -60px; }
.post-featured-image img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 6; object-fit: cover; }
.post-featured-image figcaption { text-align: center; font-size: 13px; color: var(--ink-muted); padding: 16px; background: var(--white); font-style: italic; }

.post-content-wrap { background: var(--white); padding: 80px 48px; }
.post-article { max-width: 760px; margin: 0 auto; }
.post-content { font-size: 17px; line-height: 1.85; color: var(--ink); font-weight: 300; }
.post-content > * + * { margin-top: 1.5em; }
.post-content h1, .post-content h2, .post-content h3, .post-content h4 { font-family: 'Playfair Display', serif; font-weight: 500; color: var(--forest-deep); line-height: 1.25; margin-top: 2em; }
.post-content h2 { font-size: 32px; }
.post-content h3 { font-size: 24px; }
.post-content h4 { font-size: 20px; }
.post-content p { margin-bottom: 1.5em; }
.post-content a { color: var(--forest); font-weight: 500; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.post-content a:hover { color: var(--gold); }
.post-content ul, .post-content ol { padding-left: 28px; margin-bottom: 1.5em; }
.post-content li { margin-bottom: 0.5em; }
.post-content blockquote { border-left: 3px solid var(--gold); padding: 16px 24px; margin: 2em 0; background: var(--cream); font-family: 'Playfair Display', serif; font-size: 20px; color: var(--forest-deep); font-style: italic; }
.post-content img { border-radius: var(--radius-lg); max-width: 100%; height: auto; }
.post-content figure { margin: 2em 0; }
.post-content figcaption { text-align: center; font-size: 13px; color: var(--ink-muted); margin-top: 8px; font-style: italic; }
.post-content code { background: var(--cream); padding: 2px 6px; border-radius: var(--radius); font-size: 0.9em; color: var(--forest-deep); }
.post-content pre { background: var(--forest-deep); color: var(--white); padding: 20px; border-radius: var(--radius-lg); overflow-x: auto; font-size: 14px; }
.post-content pre code { background: transparent; padding: 0; color: inherit; }
.post-content hr { border: 0; height: 1px; background: rgba(var(--forest-rgb),0.12); margin: 3em 0; }
.post-content table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: 15px; }
.post-content th, .post-content td { padding: 12px 16px; border-bottom: 1px solid rgba(var(--forest-rgb),0.08); text-align: left; }
.post-content th { font-weight: 600; color: var(--forest-deep); background: var(--cream); }

.post-footer-meta { margin-top: 60px; padding-top: 40px; border-top: 1px solid rgba(var(--forest-rgb),0.08); }
.post-share { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.post-share span { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--forest-deep); }
.post-share a { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--forest-light); text-decoration: none; padding: 8px 16px; border: 1px solid rgba(var(--forest-rgb),0.12); border-radius: var(--radius); transition: all 0.2s; }
.post-share a:hover { border-color: var(--gold); color: var(--gold); }
.post-tags { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.post-tags span { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--forest-deep); }
.post-tags a { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--forest-light); background: rgba(var(--forest-rgb),0.06); padding: 6px 12px; border-radius: var(--radius); text-decoration: none; transition: all 0.2s; }
.post-tags a:hover { background: var(--gold); color: var(--forest-deep); }
.post-last-update { font-size: 13px; color: var(--ink-muted); }

.post-siblings-section { background: var(--cream); padding: 80px 48px; }
.post-siblings { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.post-sibling { display: flex; flex-direction: column; gap: 8px; padding: 32px; background: var(--white); border: 1px solid rgba(var(--forest-rgb),0.08); border-left: 3px solid var(--gold); border-radius: var(--radius-lg); text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.post-sibling:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(var(--forest-rgb),0.1); }
.post-sibling span { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.post-sibling h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--forest-deep); line-height: 1.3; }
.post-sibling.next { border-left: none; border-right: 3px solid var(--gold); text-align: right; }

.post-comments-section { background: var(--white); padding: 0 48px 80px; }
.post-comments-section #comments { max-width: 760px; margin: 0 auto; }
.author-avatar-large { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); margin-top: 28px; }

/* CTA for paywalled posts */
.post-content-wrap .subscribe-cta { background: var(--cream); border: 1px solid rgba(var(--forest-rgb),0.08); border-left: 3px solid var(--gold); border-radius: var(--radius-lg); padding: 40px; text-align: center; margin-top: 40px; }
.post-content-wrap .subscribe-cta h3 { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--forest-deep); margin-bottom: 12px; }
.post-content-wrap .subscribe-cta p { color: var(--ink-muted); font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
.post-content-wrap .subscribe-cta .button { display: inline-block; background: var(--gold); color: var(--forest-deep); padding: 14px 32px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: var(--radius); transition: background 0.2s; }
.post-content-wrap .subscribe-cta .button:hover { background: var(--gold-light); }
.post-content-wrap .subscribe-cta .sign-in { margin-top: 16px; font-size: 13px; color: var(--ink-muted); }
.post-content-wrap .subscribe-cta .sign-in a { color: var(--forest); font-weight: 600; }

@media (max-width: 768px) {
  .post-hero { padding: 80px 24px 40px; }
  .post-title { font-size: clamp(28px, 7vw, 38px); }
  .post-meta { gap: 12px; }
  .post-featured-image { padding: 0 24px; }
  .post-featured-image figure { transform: translateY(-60px); margin-bottom: -60px; }
  .post-content-wrap { padding: 60px 24px; }
  .post-content { font-size: 16px; }
  .post-content h2 { font-size: 26px; }
  .post-content h3 { font-size: 22px; }
  .post-siblings-section { padding: 60px 24px; }
  .post-siblings { grid-template-columns: 1fr; }
  .post-sibling.next { border-right: none; border-left: 3px solid var(--gold); text-align: left; }
  .post-comments-section { padding: 0 24px 60px; }
}
