
:root{
  --black:#0a0a0a;
  --charcoal:#171717;
  --white:#ffffff;
  --stone:#f2f0eb;
  --stone-2:#e6e3dc;
  --text:#111111;
  --muted:#666666;
  --line:#d4d1c9;
  --gold:#a47b37;
  --gold-light:#c19a59;
  --max:1440px;
  --sans:Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:var(--sans);line-height:1.5;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.skip{position:absolute;left:-9999px}
.skip:focus{left:16px;top:12px;background:#fff;padding:10px 14px;z-index:9999}
.container{max-width:var(--max);margin:auto;padding-left:56px;padding-right:56px}

/* FEATURED INSIGHT BAR */
.insight-bar{background:var(--black);color:#fff;height:44px;display:flex;align-items:center}
.insight-bar-inner{width:100%;max-width:var(--max);margin:auto;padding:0 34px;display:flex;align-items:center;gap:18px;font-size:11px}
.insight-label{color:var(--gold-light);text-transform:uppercase;letter-spacing:.12em;font-weight:700;white-space:nowrap}
.insight-title{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.insight-title:hover{text-decoration:underline}
.insight-arrow{margin-left:auto;color:var(--gold-light);font-size:17px}

/* HEADER */
.site-header{height:86px;background:#fff;border-bottom:1px solid #e6e3dc;position:sticky;top:0;z-index:100}
.nav{height:100%;max-width:var(--max);margin:auto;padding:0 34px;display:flex;align-items:center;gap:34px}
.brand{width:180px;flex:0 0 auto}
.brand img{height:61px;width:auto;object-fit:contain}
.navlinks{margin-left:auto;display:flex;align-items:center;gap:31px;font-size:11px;text-transform:uppercase;letter-spacing:.055em}
.navgroup{position:relative}
.navgroup>a,.navlinks>a{height:86px;display:flex;align-items:center;position:relative}
.navgroup>a::after,.navlinks>a:not(.contact-nav)::after{content:"";position:absolute;height:3px;background:var(--gold);left:0;right:100%;bottom:0;transition:right .2s ease}
.navgroup:hover>a::after,.navgroup.active>a::after,.navlinks>a.active::after{right:0}
.dropdown{display:none;position:absolute;top:86px;left:-24px;width:305px;background:#fff;border:1px solid var(--line);padding:14px 0;box-shadow:0 18px 42px rgba(0,0,0,.08)}
.navgroup:hover .dropdown,.navgroup:focus-within .dropdown{display:block}
.dropdown a{display:block;padding:10px 22px;font-size:13px;text-transform:none;letter-spacing:0}
.dropdown a:hover{background:var(--stone)}
.contact-nav{border:1px solid var(--black);padding:0 17px!important;height:38px!important}
.contact-nav:hover{background:var(--black);color:#fff}
.menu{display:none;margin-left:auto;border:0;background:none;font-size:25px}

/* TYPE */
.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:700;color:var(--gold)}
h1,h2,h3,h4{font-family:var(--sans);font-weight:400;letter-spacing:-.025em}
h1{font-size:72px;line-height:1.02;margin:13px 0 24px}
h2{font-size:43px;line-height:1.08;margin:0 0 22px}
h3{font-size:25px;line-height:1.16;margin:0 0 9px}
p{margin-top:0}
.lead{font-size:18px;line-height:1.6;max-width:700px}
.muted{color:var(--muted)}
.link{display:inline-flex;gap:12px;align-items:center;text-transform:uppercase;font-size:10px;letter-spacing:.08em;font-weight:700}
.link::after{content:"→";font-size:16px;color:var(--gold)}
.link:hover{text-decoration:underline}

/* HOME HERO */
.home-hero{max-width:var(--max);height:650px;margin:auto;position:relative;background:url('../images/hero-home.jpg') center/cover no-repeat;color:#fff}
.home-hero::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.38)}
.home-hero-copy{position:absolute;z-index:2;left:56px;bottom:62px;max-width:780px}
.home-hero h1{font-size:76px;max-width:800px}
.home-hero .lead{color:#efefef;max-width:670px}
.home-hero .link{margin-top:12px;color:#fff}

/* METRICS */
.metrics{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-bottom:1px solid var(--line)}
.metric{padding:30px 31px;border-right:1px solid var(--line);background:#fff}
.metric strong{display:block;font-size:34px;font-weight:400;letter-spacing:-.025em}
.metric span{display:block;margin-top:6px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}

/* SECTIONS */
.section{padding:82px 0}
.section.stone{background:var(--stone)}
.section.black{background:var(--black);color:#fff}
.section-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px;margin-bottom:48px;align-items:start}
.section-head p{color:var(--muted);max-width:710px}
.black .section-head p{color:#c6c6c6}

/* WHO WE SERVE */
.serve-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.serve-item{padding:38px 40px 42px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:255px;background:#fff}
.serve-item:nth-child(3),.serve-item:nth-child(4){background:#faf9f6}
.serve-item h3{font-size:31px}
.serve-item p{color:var(--muted);max-width:520px;font-size:14px}
.serve-item .link{margin-top:10px}

/* APPROACH FEATURE */
.approach-stage{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.05fr .95fr;min-height:510px;background:var(--black);color:#fff}
.approach-image{background:url('../images/hero-advisory.jpg') center/cover no-repeat}
.approach-copy{padding:66px 60px;display:flex;flex-direction:column;justify-content:center}
.approach-copy p{color:#d0d0d0}
.approach-points{border-top:1px solid rgba(255,255,255,.18);margin-top:22px}
.approach-point{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.18);font-size:13px;display:flex;justify-content:space-between;gap:20px}
.approach-point span:first-child{color:var(--gold-light);font-size:10px;text-transform:uppercase;letter-spacing:.09em}

/* STORIES */
.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.story{min-height:420px;position:relative;color:#fff;overflow:hidden}
.story img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.story::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.78))}
.story:hover img{transform:scale(1.025)}
.story-copy{position:absolute;z-index:2;left:26px;right:26px;bottom:28px}
.story-copy .eyebrow{color:var(--gold-light)}
.story-copy h3{font-size:28px;color:#fff}
.story-copy p{font-size:13px;color:#ededed}
.story-copy .source{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#c9c9c9}

/* MORE ABOUT */
.more-links{border-top:1px solid var(--line)}
.more-link{display:grid;grid-template-columns:1fr auto;align-items:center;padding:23px 0;border-bottom:1px solid var(--line)}
.more-link h3{margin:0;font-size:23px}
.more-link span{font-size:18px;color:var(--gold)}
.more-link:hover h3{text-decoration:underline}

/* PAGE HERO */
.page-hero{max-width:var(--max);margin:auto;display:grid;grid-template-columns:44% 56%;min-height:510px;background:#0c0c0c;color:#fff}
.page-hero-copy{padding:64px 56px;display:flex;flex-direction:column;justify-content:center}
.page-hero-copy .crumb{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#aaa;margin-bottom:30px}
.page-hero-copy .crumb a{color:#fff}
.page-hero-copy h1{font-size:58px}
.page-hero-copy p{color:#d4d4d4}
.page-hero-image{background-size:cover;background-position:center}
.hero-advisory{background-image:url('../images/hero-advisory.jpg')}
.hero-strategy{background-image:url('../images/hero-strategy.jpg')}
.hero-risk{background-image:url('../images/hero-risk.jpg')}
.hero-capital{background-image:url('../images/hero-capital.jpg')}
.hero-experience{background-image:url('../images/hero-experience.jpg')}
.hero-insights{background-image:url('../images/hero-insights.jpg')}
.hero-about{background-image:url('../images/hero-about.jpg')}

/* ADVISORY CAPABILITIES */
.capability-list{border-top:1px solid var(--line)}
.capability-row{display:grid;grid-template-columns:90px .9fr 1.35fr 110px;gap:34px;padding:36px 4px;border-bottom:1px solid var(--line);align-items:start}
.capability-row .num{font-size:29px;color:var(--gold)}
.capability-row p{margin:0;color:var(--muted);font-size:14px}
.capability-row .link{justify-self:end;padding-top:4px}

/* APPROACH PAGE */
.approach-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.approach-card{padding:34px 38px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:240px}
.approach-card h3{font-size:28px}
.approach-card p{color:var(--muted);font-size:14px}

/* AUDIENCE DETAIL */
.audience-block{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px;padding:42px 0;border-top:1px solid var(--line)}
.audience-block:last-child{border-bottom:1px solid var(--line)}
.audience-block p{color:var(--muted)}
.audience-list{list-style:none;padding:0;margin:0}
.audience-list li{padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}

/* CAPABILITY DETAIL */
.detail-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}
.detail-list{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}
.detail-list li{padding:15px 0;border-bottom:1px solid var(--line);font-size:14px}
.quote-section{background:var(--black);color:#fff}
.quote-wrap{display:grid;grid-template-columns:.55fr 1.45fr;gap:70px}
.quote{font-size:34px;line-height:1.35;font-weight:400;letter-spacing:-.02em}
.quote-source{margin-top:22px;color:#bdbdbd;font-size:11px}
.quote-context{color:#c8c8c8;font-size:13px;max-width:420px}

/* EXPERIENCE */
.timeline{border-top:1px solid var(--line)}
.timeline-row{display:grid;grid-template-columns:160px .75fr 1.25fr;gap:42px;padding:32px 0;border-bottom:1px solid var(--line)}
.timeline-row .tag{font-size:9px;color:var(--gold);text-transform:uppercase;letter-spacing:.09em;font-weight:700}
.timeline-row p{margin:0;color:var(--muted);font-size:14px}

/* INSIGHTS */
.insights-feature{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.08fr .92fr;min-height:500px;background:var(--black);color:#fff}
.insights-feature-img{background:url('../images/hero-insights.jpg') center/cover no-repeat}
.insights-feature-copy{padding:64px 56px;display:flex;flex-direction:column;justify-content:center}
.insights-feature-copy p{color:#d0d0d0}
.insight-list{border-top:1px solid var(--line)}
.insight-row{display:grid;grid-template-columns:150px 1fr 135px;gap:38px;padding:27px 0;border-bottom:1px solid var(--line)}
.insight-row .meta{font-size:9px;color:var(--gold);text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.insight-row h3{font-size:22px}
.insight-row p{font-size:13px;color:var(--muted)}
.insight-row .link{justify-self:end}

/* ABOUT */
.about-values{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.value{padding:31px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:210px}
.value p{color:var(--muted);font-size:13px}
.recognition-list{border-top:1px solid rgba(255,255,255,.2)}
.recognition-row{display:grid;grid-template-columns:180px 1fr 155px;gap:36px;padding:23px 0;border-bottom:1px solid rgba(255,255,255,.2)}
.recognition-row .meta{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-light);font-weight:700}
.recognition-row p{margin:0;color:#c8c8c8;font-size:13px}
.recognition-row a{justify-self:end;color:#fff}

/* PRINCIPAL */
.principal-hero{max-width:var(--max);margin:auto;display:grid;grid-template-columns:42% 58%;min-height:560px}
.principal-photo{background:var(--stone);display:flex;align-items:center;justify-content:center;padding:50px}
.principal-photo img{width:330px;height:330px;object-fit:cover;border-radius:50%}
.principal-copy{background:var(--black);color:#fff;padding:70px 60px;display:flex;flex-direction:column;justify-content:center}
.principal-copy p{color:#d2d2d2}
.cred-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.cred{padding:27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:150px}
.cred .meta{font-size:9px;color:var(--gold);text-transform:uppercase;letter-spacing:.08em;font-weight:700}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:85px}
.contact-note{background:var(--black);color:#fff;padding:30px}
.contact-note p{color:#c9c9c9;font-size:13px}
.form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:6px}
.field.full{grid-column:1/-1}
label{font-size:10px;text-transform:uppercase;letter-spacing:.06em}
input,select,textarea{border:1px solid #c9c6bf;background:#fff;padding:13px 14px;color:var(--text)}
textarea{min-height:160px;resize:vertical}
.honeypot{position:absolute;left:-9999px}
.btn{border:1px solid var(--black);background:var(--black);color:#fff;padding:13px 19px;text-transform:uppercase;font-size:10px;letter-spacing:.08em;cursor:pointer}
.btn:hover{background:#262626}
.status{display:none;margin-top:10px;background:var(--stone);padding:10px}

/* CTA / FOOTER */
.cta{border-top:1px solid var(--line);background:#fff}
.cta-inner{max-width:var(--max);margin:auto;padding:39px 56px;display:flex;justify-content:space-between;gap:30px;align-items:center}
.cta-inner h2{font-size:29px;margin:0}
.footer{background:var(--black);color:#aaa}
.footer-inner{max-width:var(--max);margin:auto;padding:30px 56px;display:grid;grid-template-columns:1.2fr 1fr auto;gap:30px;font-size:10px}
.footer-links{display:flex;gap:18px}
.footer a:hover{color:#fff}

/* LEGAL */
.legal{max-width:940px;margin:auto;padding:80px 56px}
.legal h1{font-size:50px}
.legal h2{font-size:27px;margin-top:38px}
.legal p,.legal li{color:#444}

/* RESPONSIVE */
@media(max-width:1050px){
  .site-header{height:78px}.nav{padding:0 24px}.brand img{height:54px}
  .navlinks{display:none}.menu{display:block}
  .site-header.open .navlinks{display:flex;position:absolute;top:78px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:17px 26px 26px;gap:0;box-shadow:0 18px 35px rgba(0,0,0,.08)}
  .site-header.open .navgroup>a,.site-header.open .navlinks>a{height:auto;padding:13px 0}
  .site-header.open .dropdown{position:static;display:block;box-shadow:none;border:0;padding:0 0 6px 14px}
  .home-hero{height:560px}.home-hero-copy{left:34px;bottom:48px}.home-hero h1{font-size:61px}
  .container{padding-left:34px;padding-right:34px}
  .metrics{grid-template-columns:1fr 1fr}
  .section-head,.detail-grid,.quote-wrap,.contact-grid{grid-template-columns:1fr;gap:35px}
  .serve-grid,.approach-grid,.about-values,.cred-grid{grid-template-columns:1fr 1fr}
  .approach-stage,.page-hero,.insights-feature,.principal-hero{grid-template-columns:1fr}
  .approach-image,.page-hero-image,.insights-feature-img{min-height:340px}
  .page-hero-image{order:-1}
  .capability-row{grid-template-columns:70px .9fr 1.2fr}.capability-row .link{grid-column:2;justify-self:start}
  .story-grid{grid-template-columns:1fr}
  .story{min-height:350px}
  .audience-block,.timeline-row,.insight-row,.recognition-row{grid-template-columns:130px 1fr}
  .insight-row .link,.recognition-row a{grid-column:2;justify-self:start}
  .footer-inner{grid-template-columns:1fr}
}
@media(max-width:680px){
  .insight-bar{height:auto}.insight-bar-inner{padding:10px 18px}
  .insight-title{white-space:normal}
  .home-hero{height:500px}.home-hero-copy{left:22px;right:22px;bottom:38px}.home-hero h1{font-size:44px}
  .container{padding-left:22px;padding-right:22px}
  h1{font-size:45px}h2{font-size:34px}
  .section{padding:58px 0}
  .metrics,.serve-grid,.approach-grid,.about-values,.cred-grid{grid-template-columns:1fr}
  .metric{border-bottom:1px solid var(--line)}
  .serve-item{min-height:auto}
  .approach-copy,.page-hero-copy,.insights-feature-copy,.principal-copy{padding:45px 22px}
  .capability-row,.audience-block,.timeline-row,.insight-row,.recognition-row{grid-template-columns:1fr;gap:9px}
  .capability-row .link,.insight-row .link,.recognition-row a{grid-column:auto}
  .quote{font-size:28px}
  .principal-photo img{width:245px;height:245px}
  .form{grid-template-columns:1fr}
  .cta-inner,.footer-inner,.legal{padding-left:22px;padding-right:22px}
  .cta-inner{align-items:flex-start;flex-direction:column}
}


/* ======================================================
   FINAL RESPONSIVE / ACCESSIBILITY POLISH
   ====================================================== */
body{overflow-x:hidden}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.menu{width:44px;height:44px;align-items:center;justify-content:center}
.submenu-toggle{
  display:none;
  border:0;
  background:transparent;
  color:var(--text);
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  font-size:18px;
  cursor:pointer;
}
.submenu-toggle::before{content:"+"}
.navgroup.expanded>.submenu-toggle::before{content:"−"}

/* Institutional footer */
.footer-inner{
  grid-template-columns:1.4fr .85fr .85fr .85fr;
  gap:44px;
  padding-top:38px;
  padding-bottom:38px;
}
.footer-brand-title{
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
  margin-bottom:8px;
}
.footer-brand-copy{
  color:#9f9f9f;
  max-width:330px;
  line-height:1.55;
}
.footer-heading{
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:9px;
  font-weight:700;
  margin-bottom:11px;
}
.footer-col{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-col a{
  min-height:24px;
  display:flex;
  align-items:center;
}
.footer-bottom{
  max-width:var(--max);
  margin:auto;
  padding:16px 56px 20px;
  border-top:1px solid rgba(255,255,255,.13);
  color:#818181;
  font-size:9px;
  display:flex;
  justify-content:space-between;
  gap:24px;
}

/* Evidence story click affordance */
.story:focus-visible{outline:3px solid var(--gold-light);outline-offset:3px}
.story-copy::after{
  content:"→";
  display:block;
  margin-top:14px;
  color:var(--gold-light);
  font-size:19px;
}

@media(max-width:1050px){
  .menu{display:flex}
  .navlinks{
    max-height:calc(100vh - 78px);
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  .site-header.open .navgroup{
    display:grid;
    grid-template-columns:1fr 44px;
    align-items:center;
    border-bottom:1px solid var(--line);
  }
  .site-header.open .navgroup>a{
    min-height:48px;
    padding:13px 0;
  }
  .site-header.open .navgroup>.submenu-toggle{
    display:flex;
  }
  .site-header.open .navgroup>.dropdown{
    display:none;
    grid-column:1/-1;
    padding:0 0 9px 14px;
    width:auto;
  }
  .site-header.open .navgroup.expanded>.dropdown{display:block}
  .site-header.open .navlinks>a{
    min-height:48px;
    padding:13px 0;
    border-bottom:1px solid var(--line);
  }
  .site-header.open .contact-nav{
    margin-top:12px;
    min-height:48px!important;
    justify-content:center;
    border-bottom:1px solid var(--black)!important;
  }
  .dropdown a{
    min-height:44px;
    display:flex;
    align-items:center;
    padding:10px 12px;
  }
  .footer-inner{
    grid-template-columns:1.35fr 1fr 1fr;
    padding-left:34px;
    padding-right:34px;
  }
  .footer-inner>.footer-col:last-child{grid-column:2/4}
  .footer-bottom{
    padding-left:34px;
    padding-right:34px;
  }
}

@media(max-width:680px){
  .insight-bar-inner{
    display:grid;
    grid-template-columns:1fr auto;
    gap:2px 12px;
    padding:8px 18px;
  }
  .insight-label{
    grid-column:1/-1;
    font-size:8px;
  }
  .insight-title{
    font-size:11px;
    line-height:1.35;
  }
  .insight-arrow{align-self:center}

  .home-hero{
    height:440px;
    min-height:440px;
  }
  .home-hero-copy{bottom:30px}
  .home-hero h1{
    font-size:41px;
    line-height:1.03;
  }
  .home-hero .lead{
    font-size:15px;
    line-height:1.5;
  }

  .metrics{grid-template-columns:1fr 1fr}
  .metric{
    min-height:126px;
    padding:24px 20px;
    border-bottom:1px solid var(--line);
  }
  .metric strong{font-size:28px}
  .metric span{font-size:8px;line-height:1.4}

  .page-hero-image,
  .approach-image,
  .insights-feature-img{min-height:260px}
  .page-hero{min-height:auto}
  .page-hero-copy{
    padding-top:40px;
    padding-bottom:44px;
  }
  .page-hero-copy h1{font-size:41px}
  .page-hero-copy .lead{font-size:15px}

  .serve-item{padding:30px 24px 33px}
  .serve-item h3{font-size:27px}

  .story{min-height:330px}
  .story-copy{left:22px;right:22px;bottom:23px}
  .story-copy h3{font-size:25px}

  .link,.contact-nav,.btn{
    min-height:44px;
    align-items:center;
  }

  .footer-inner{
    grid-template-columns:1fr;
    gap:28px;
    padding:34px 22px 26px;
  }
  .footer-inner>.footer-col:last-child{grid-column:auto}
  .footer-col{gap:5px}
  .footer-col a{min-height:40px}
  .footer-bottom{
    padding:16px 22px 22px;
    flex-direction:column;
    gap:6px;
  }
}


/* ======================================================
   STAGING ALIGNMENT HOTFIX — cache-safe build
   ====================================================== */
@media(min-width:1051px){
  button.submenu-toggle{
    display:none!important;
    appearance:none;
    -webkit-appearance:none;
    visibility:hidden!important;
    width:0!important;
    height:0!important;
    min-width:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    overflow:hidden!important;
    position:absolute!important;
    pointer-events:none!important;
  }
  .navgroup{
    display:flex;
    align-items:center;
    height:86px;
  }
  .navgroup>a{
    flex:0 0 auto;
  }
}

/* Keep page hero and following content on the same master grid */
.page-hero{
  width:100%;
  max-width:var(--max);
}
.page-hero-copy{
  min-width:0;
}
.page-hero-image{
  min-width:0;
}
.section>.container,
.cta>.cta-inner,
.footer>.footer-inner,
.footer>.footer-bottom{
  width:100%;
}

/* More consistent desktop content baselines */
@media(min-width:1051px){
  .section-head{
    align-items:start;
  }
  .section-head>div:first-child,
  .section-head>p,
  .section-head>div:last-child{
    min-width:0;
  }
  .detail-grid{
    align-items:start;
  }
  .capability-row,
  .timeline-row,
  .insight-row,
  .recognition-row{
    align-items:start;
  }
}

/* Safari rendering hygiene */
button{
  border-radius:0;
}
img{
  -webkit-user-drag:none;
}


/* ======================================================
   INTERNATIONAL PRESENCE
   ====================================================== */
.locations-section{
  background:#fff;
}
.locations-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.location-card{
  padding:34px 34px 38px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  min-height:250px;
  background:#fff;
}
.location-card:nth-child(2){background:#faf9f6}
.location-card h3{
  font-size:28px;
  margin:7px 0 14px;
}
.location-address{
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
  font-style:normal;
}
.location-contact{
  margin-top:19px;
  padding-top:14px;
  border-top:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:7px;
  font-size:11px;
}
.location-contact a:hover{text-decoration:underline}
.presence-line{
  margin-top:18px;
  color:var(--muted);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.075em;
}
.footer-locations{
  color:#a7a7a7;
  margin-top:10px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.075em;
}
.legal-location-list{
  border-top:1px solid var(--line);
  margin:20px 0 26px;
}
.legal-location{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:25px;
  padding:17px 0;
  border-bottom:1px solid var(--line);
}
.legal-location strong{font-weight:700}
.legal-location address{
  margin:0;
  color:#444;
  font-style:normal;
}

@media(max-width:900px){
  .locations-grid{grid-template-columns:1fr}
  .location-card{min-height:auto}
  .legal-location{grid-template-columns:1fr;gap:5px}
}


/* ======================================================
   PRODUCTION CONTACT ROUTES
   ====================================================== */
.contact-routes{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.contact-route{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:190px;
  padding:28px 30px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fff;
}
.contact-route:nth-child(2),
.contact-route:nth-child(3){background:#faf9f6}
.contact-route h3{font-size:23px;margin:6px 0 8px}
.contact-route p{font-size:12px;color:var(--muted);max-width:320px}
.contact-route a{
  margin-top:15px;
  font-size:11px;
  font-weight:700;
  word-break:break-word;
}
.contact-route a:hover{text-decoration:underline}
.production-note{
  margin-top:22px;
  border-top:1px solid var(--line);
  padding-top:17px;
  color:var(--muted);
  font-size:12px;
}
@media(max-width:680px){
  .contact-routes{grid-template-columns:1fr}
  .contact-route{min-height:auto}
}
