/*
 * v68 — approved homepage photograph integration and responsive refinement.
 * Scope: global brand mark/header polish; homepage-only layout under .v67-home.
 * This file intentionally avoids rewriting earlier CSS layers.
 */
:root{
  --v67-ink:#06111c;
  --v67-ink-2:#0a1825;
  --v67-panel:#0d1c29;
  --v67-panel-2:#132433;
  --v67-gold:#d6a23c;
  --v67-gold-light:#f1ca72;
  --v67-cream:#f5f0e6;
  --v67-white:#fffdf8;
  --v67-muted:#c6d0d7;
  --v67-line:rgba(214,162,60,.42);
  --v67-shadow:0 28px 70px rgba(0,0,0,.34);
}

/* Correct the visible firm identity without depending on the legacy image logo. */
.site-header .brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  text-decoration:none;
}
body.v56-editorial .site-header .brand img,
body.v56-inner .site-header .brand img{
  display:none!important;
}
.site-header .v67-brand-shield{
  display:inline-flex;
  width:34px;
  height:40px;
  flex:0 0 34px;
  color:var(--v67-gold);
}
.site-header .v67-brand-shield svg{width:100%;height:100%;display:block}
body.v56-editorial .site-header .brand .v56-brand-text,
body.v56-inner .site-header .brand .v56-brand-text{
  display:flex!important;
  flex-direction:column;
  align-items:flex-start;
  gap:1px;
  line-height:1;
}
.site-header .v56-brand-text strong{
  color:var(--v67-white);
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  font-weight:700;
  letter-spacing:.01em;
}
.site-header .v56-brand-text small{
  color:var(--v67-gold-light);
  font-size:10px;
  font-weight:800;
  letter-spacing:.19em;
  text-transform:uppercase;
}
body.v56-editorial .site-header,
body.v56-inner .site-header{
  background:rgba(5,14,23,.97);
  border-bottom:1px solid rgba(214,162,60,.2);
}
body.v56-editorial .nav-wrap,
body.v56-inner .nav-wrap{
  width:min(1420px,95vw);
  height:74px;
  gap:18px;
}
body.v56-editorial .main-nav,
body.v56-inner .main-nav{gap:clamp(10px,1.35vw,21px)}
body.v56-editorial .main-nav a,
body.v56-inner .main-nav a{
  font-size:12px;
  font-weight:750;
  letter-spacing:.015em;
}
body.v56-editorial .phone-pill,
body.v56-inner .phone-pill{
  min-height:40px;
  padding:9px 15px;
  border:1px solid var(--v67-gold)!important;
  border-radius:4px;
  background:transparent!important;
  color:var(--v67-gold-light)!important;
  font-size:13px;
  letter-spacing:.02em;
}
body.v56-editorial .phone-pill::before,
body.v56-inner .phone-pill::before{content:"☎";margin-right:7px;font-size:13px}
body.v56-editorial .site-header.is-compact .nav-wrap,
body.v56-inner .site-header.is-compact .nav-wrap{height:66px}

.v67-footer-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  color:var(--v67-white);
}
.v67-footer-brand .v67-brand-shield{width:38px;height:45px;color:var(--v67-gold)}
.v67-footer-brand .v67-brand-shield svg{width:100%;height:100%}
.v67-footer-brand strong{display:block;font:700 28px/1 Georgia,"Times New Roman",serif}
.v67-footer-brand small{display:block;margin-top:5px;color:var(--v67-gold-light);font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}

/* Homepage shell */
body.v67-home{background:var(--v67-ink);color:var(--v67-white)}
body.v67-home .notice-bar{display:none}
body.v67-home .site-header{position:sticky;top:0;z-index:100}
main.v67-home-main{overflow:hidden;background:var(--v67-ink)}

.v67-hero{
  position:relative;
  isolation:isolate;
  background:
    radial-gradient(circle at 74% 18%,rgba(214,162,60,.11),transparent 29%),
    linear-gradient(108deg,#06111c 0%,#081521 48%,#0d1c29 100%);
  border-bottom:1px solid rgba(214,162,60,.18);
}
.v67-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.16;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:36px 36px;
  mask-image:linear-gradient(to bottom,black,transparent 86%);
}
 .v67-hero-shell{
  width:min(1460px,96vw);
  min-height:590px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,3fr) minmax(250px,1fr);
  grid-template-areas:"scene steps";
  align-items:stretch;
}
.v67-hero-copy{
  grid-area:scene;
  align-self:center;
  width:min(680px,56%);
  padding:76px clamp(28px,4vw,70px) 72px clamp(28px,4vw,64px);
  position:relative;
  z-index:3;
}
.v67-eyebrow{
  margin:0 0 20px;
  color:var(--v67-gold-light);
  font-size:12px;
  font-weight:850;
  letter-spacing:.13em;
  line-height:1.55;
  text-transform:uppercase;
}
.v67-hero h1{
  max-width:650px;
  margin:0;
  color:var(--v67-white);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,4.4vw,70px);
  font-weight:500;
  letter-spacing:-.038em;
  line-height:.99;
  text-wrap:balance;
}
.v67-title-rule{display:block;width:70px;height:3px;margin:24px 0;background:var(--v67-gold)}
.v67-hero-lead{
  max-width:590px;
  margin:0;
  color:#e0e7eb;
  font-size:clamp(16px,1.25vw,20px);
  line-height:1.62;
}
.v67-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:29px}
.v67-button{
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border:1px solid var(--v67-gold);
  border-radius:3px;
  color:var(--v67-white);
  font-size:13px;
  font-weight:850;
  letter-spacing:.015em;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.v67-button:hover,.v67-button:focus-visible{transform:translateY(-2px)}
.v67-button.primary{background:linear-gradient(135deg,#d8aa50,#b98325);border-color:#d8aa50;color:#08111c;box-shadow:0 12px 28px rgba(214,162,60,.18)}
.v67-button.secondary{background:rgba(5,14,23,.34)}
.v67-button.secondary::before{content:"☎";margin-right:8px}
.v67-deadline{display:flex;align-items:flex-start;gap:9px;margin:18px 0 0;color:#d5dde2;font-size:13px;line-height:1.5}
.v67-deadline svg{flex:0 0 18px;width:18px;height:18px;margin-top:1px;color:var(--v67-gold)}
.v67-deadline strong{color:var(--v67-gold-light)}

.v67-hero-visual{
  grid-area:scene;
  position:relative;
  min-width:0;
  overflow:hidden;
  z-index:0;
  border-right:1px solid rgba(214,162,60,.15);
}
.v67-hero-visual picture,.v67-hero-visual img{display:block;width:100%;height:100%}
.v67-hero-visual img{object-fit:cover;object-position:center center}
.v67-hero-visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(6,17,28,.98) 0%,rgba(6,17,28,.92) 28%,rgba(6,17,28,.67) 42%,rgba(6,17,28,.24) 60%,rgba(6,17,28,.04) 78%),
    linear-gradient(0deg,rgba(6,17,28,.38),transparent 42%);
}
.v67-image-disclosure{
  position:absolute;
  left:14px;
  bottom:12px;
  z-index:2;
  margin:0;
  padding:4px 7px;
  border:1px solid rgba(255,255,255,.23);
  border-radius:3px;
  background:rgba(5,14,23,.72);
  color:#d9e0e5;
  font-size:9px;
  letter-spacing:.04em;
}

.v67-hero-steps{
  grid-area:steps;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:3px;
  margin:0;
  padding:48px clamp(20px,2vw,36px) 48px 34px;
  list-style:none;
  background:linear-gradient(180deg,rgba(7,18,29,.73),rgba(7,18,29,.96));
}
.v67-hero-steps::before{content:"";position:absolute;left:48px;top:105px;bottom:105px;width:1px;background:var(--v67-gold)}
.v67-step{position:relative;display:grid;grid-template-columns:38px 1fr;gap:14px;align-items:start;min-height:95px;padding:8px 0}
.v67-step-number{
  position:relative;
  z-index:2;
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  border:1px solid var(--v67-gold);
  border-radius:50%;
  background:var(--v67-ink-2);
  color:var(--v67-gold-light);
  font:700 16px/1 Georgia,"Times New Roman",serif;
}
.v67-step h2{margin:2px 0 5px;color:var(--v67-white);font:600 19px/1.1 Georgia,"Times New Roman",serif;letter-spacing:0}
.v67-step p{margin:0;color:#cbd4da;font-size:13px;line-height:1.45}

.v67-proof{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr) minmax(0,.9fr) minmax(0,1fr);
  width:min(1460px,96vw);
  margin:0 auto;
  border-top:1px solid rgba(214,162,60,.18);
  border-bottom:1px solid rgba(214,162,60,.18);
  background:#07131f;
}
.v67-proof-intro{min-width:0;padding:26px clamp(22px,2.6vw,40px);border-right:1px solid rgba(214,162,60,.22)}
.v67-proof-kicker{margin:0;color:var(--v67-gold-light);font-size:11px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.v67-proof-intro h2{max-width:430px;margin:7px 0 17px;color:var(--v67-white);font:600 clamp(22px,1.7vw,28px)/1.12 Georgia,"Times New Roman",serif;letter-spacing:-.015em}
.v67-proof-credentials{display:grid;gap:7px;margin:0;padding:0;list-style:none}
.v67-proof-credentials li{position:relative;padding-left:19px;color:#cbd4da;font-size:12px;font-weight:750;line-height:1.35}
.v67-proof-credentials li::before{position:absolute;left:0;color:var(--v67-gold-light);content:"✓";font-weight:900}
.v67-proof-stat{display:flex;min-width:0;min-height:166px;flex-direction:column;justify-content:center;padding:26px clamp(18px,2vw,32px);border-right:1px solid rgba(214,162,60,.22)}
.v67-proof-stat:last-child{border-right:0}
.v67-proof-stat h3{margin:0;color:var(--v67-white);font:600 18px/1.15 Georgia,"Times New Roman",serif;letter-spacing:0}
.v67-proof-number{display:block;margin-bottom:7px;color:var(--v67-gold-light);font:700 clamp(25px,2vw,31px)/1 Georgia,"Times New Roman",serif}
.v67-proof-stat p{margin:9px 0 0;color:#c6d0d7;font-size:12px;line-height:1.45}

.v67-services{padding:70px 0 78px;background:linear-gradient(180deg,#06111c,#081724);color:var(--v67-white);border-bottom:1px solid rgba(214,162,60,.18)}
.v67-services-wrap{width:min(1400px,92vw);margin:0 auto}
.v67-section-label{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 0 10px;color:var(--v67-gold-light);font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.v67-section-label::before,.v67-section-label::after{content:"";width:42px;height:1px;background:var(--v67-gold)}
.v67-services h2{margin:0 0 31px;color:var(--v67-white);font:500 clamp(34px,3vw,49px)/1.05 Georgia,"Times New Roman",serif;text-align:center;letter-spacing:-.025em}
.v67-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.v67-service-card{display:flex;min-height:390px;flex-direction:column;overflow:hidden;border:1px solid rgba(214,162,60,.58);border-radius:3px;background:#091824;box-shadow:0 18px 44px rgba(0,0,0,.2);transition:transform .2s ease,border-color .2s ease}
.v67-service-card:hover{transform:translateY(-4px);border-color:var(--v67-gold-light)}
.v67-service-image{height:132px;overflow:hidden;border-bottom:1px solid rgba(214,162,60,.45);background:#101d27}
.v67-service-image img{width:100%;height:100%;object-fit:cover}
.v67-service-body{display:flex;flex:1;flex-direction:column;padding:23px 22px 20px}
.v67-service-card h3{margin:0 0 12px;color:var(--v67-white);font:600 24px/1.1 Georgia,"Times New Roman",serif}
.v67-service-card p{margin:0;color:#c9d2d8;font-size:14px;line-height:1.58}
.v67-service-card a{margin-top:auto;padding-top:18px;color:var(--v67-gold-light);font-size:13px;font-weight:850;text-decoration:none}

/* Keep all retained v64/v57 content readable after the new dark opening. */
body.v67-home .v57-outcomes{background:#f2f0eb;color:#111820}
body.v67-home .v64-section:not(.v67-services){color:#111820}
body.v67-home .v64-engagement{color:#f8fbff}
body.v67-home .v56-final{color:#fff}

@media(max-width:1220px){
  .v67-hero-shell{grid-template-columns:minmax(0,3fr) minmax(220px,1fr)}
  .v67-hero-copy{width:min(620px,58%);padding-left:28px;padding-right:30px}
  .v67-hero h1{font-size:clamp(45px,4.5vw,62px)}
  .v67-step{gap:10px}.v67-hero-steps{padding-left:26px;padding-right:20px}.v67-hero-steps::before{left:40px}
  .v67-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:1120px){
  body.v56-editorial .main-nav,body.v56-inner .main-nav,body.v56-editorial .phone-pill,body.v56-inner .phone-pill{display:none}
  body.v56-editorial .menu-toggle,body.v56-inner .menu-toggle{display:block;margin-left:auto}
  .v67-hero-shell{
    width:100%;
    min-height:0;
    grid-template-columns:1fr;
    grid-template-areas:"visual" "copy" "steps";
  }
  .v67-hero-copy{grid-area:copy;width:auto}
  .v67-hero-visual{grid-area:visual;height:clamp(320px,52vw,560px);border:0;border-bottom:1px solid rgba(214,162,60,.2)}
  .v67-hero-visual::before{background:linear-gradient(0deg,rgba(6,17,28,.28),transparent 45%)}
  .v67-hero-visual img{object-position:center center}
  .v67-hero-copy{padding:38px max(24px,5vw) 34px}
  .v67-eyebrow{max-width:660px;margin-bottom:14px;font-size:11px}
  .v67-hero h1{max-width:760px;font-size:clamp(42px,7.2vw,66px)}
  .v67-title-rule{margin:20px 0}
  .v67-hero-lead{max-width:760px}
  .v67-hero-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px max(24px,5vw) 38px;background:#07131f}
  .v67-hero-steps::before{display:none}
  .v67-step{min-height:0;padding:17px;border:1px solid rgba(214,162,60,.22);border-radius:4px;background:#0c1c29}
  .v67-proof{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}
  .v67-proof-intro{grid-column:1/-1;border-right:0;border-bottom:1px solid rgba(214,162,60,.22)}
  .v67-proof-credentials{grid-template-columns:repeat(2,max-content);gap:8px 26px}
}

@media(max-width:700px){
  body.v56-editorial .nav-wrap,body.v56-inner .nav-wrap{width:92vw;height:66px}
  body.v67-home .v56-final > .container,
  body.v67-home .site-footer > .container{width:calc(100% - 42px)}
  .site-header .v67-brand-shield{width:28px;height:34px;flex-basis:28px}
  .site-header .v56-brand-text strong{font-size:20px}
  .site-header .v56-brand-text small{font-size:8px}
  .v67-hero-visual{height:auto;aspect-ratio:5/4}
  .v67-hero-copy{padding:30px 22px 28px}
  .v67-eyebrow{line-height:1.75}
  .v67-hero h1{font-size:clamp(38px,11vw,52px);line-height:1.02}
  .v67-hero-lead{font-size:16px;line-height:1.58}
  .v67-actions{display:grid;grid-template-columns:1fr;margin-top:24px}
  .v67-button{width:100%;min-height:54px}
  .v67-deadline{font-size:12px}
  .v67-hero-steps{grid-template-columns:1fr;padding:8px 20px 30px}
  .v67-step{grid-template-columns:36px 1fr;min-height:0;padding:14px 15px}
  .v67-step h2{font-size:18px}
  .v67-proof{grid-template-columns:1fr}
  .v67-proof-intro{grid-column:auto;padding:24px 22px}
  .v67-proof-intro h2{font-size:24px}
  .v67-proof-credentials{grid-template-columns:1fr;gap:7px}
  .v67-proof-stat{min-height:0;padding:22px;border-right:0;border-bottom:1px solid rgba(214,162,60,.22)}
  .v67-proof-stat:last-child{border-bottom:0}
  .v67-proof-stat h3{font-size:17px}
  .v67-proof-number{font-size:27px}
  .v67-services{padding:54px 0 62px}.v67-services-wrap{width:min(92vw,620px)}
  .v67-services h2{font-size:38px;margin-bottom:24px}
  .v67-service-grid{grid-template-columns:1fr}
  .v67-service-card{min-height:0}.v67-service-image{height:154px}
}

@media(max-width:430px){
  .site-header .v56-brand-text strong{font-size:18px}
  .site-header .v56-brand-text small{letter-spacing:.14em}
  .v67-hero-copy{padding-left:18px;padding-right:18px}
  .v67-hero h1{font-size:39px}
  .v67-services-wrap{width:min(100% - 28px,620px)}
}

@media(prefers-reduced-motion:reduce){
  .v67-button,.v67-service-card{transition:none}
}
