/* ICS Global Group v4 - blueprint-driven premium experience */
:root {
  --ics-navy: #0b3c5d;
  --ics-navy-2: #062b43;
  --ics-teal: #064c35;
  --ics-orange: #f97316;
  --ics-cream: #fbfaf7;
  --ics-soft-green: #eef5f1;
  --ics-sky: #eef4f7;
  --ics-ink: #1d3039;
  --ics-muted: #66777d;
  --ics-line: #d9e3df;
  --ics-radius: 18px;
  --ics-radius-lg: 28px;
  --ics-shadow: 0 22px 60px rgba(7, 44, 68, .12);
  --ics-shadow-hover: 0 30px 72px rgba(7, 44, 68, .18);
}

body { font-size: 15px; line-height: 1.65; background: #fff; }
h1 { font-size: clamp(2.45rem, 4.9vw, 4.85rem); }
h2 { font-size: clamp(1.9rem, 3vw, 3rem); }
h3 { font-size: clamp(1.06rem, 1.45vw, 1.35rem); }
.section { padding: 84px 0; }
.lead-copy { font-size: clamp(1.03rem, 1.35vw, 1.17rem); color: #3f555e; }
.button-glass { border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(10px); }
.button-glass:hover { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.18); color: #fff; }
.button-small { min-height: 39px; padding: 9px 14px; font-size: .78rem; }

/* Refined global header */
.site-header { position: sticky; top: 0; z-index: 200; }
.trust-bar { background: var(--ics-navy-2); }
.trust-bar-inner { min-height: 31px; }
.main-header { border-bottom: 1px solid rgba(11,60,93,.06); }
.header-inner { min-height: 74px; }
.primary-navigation ul { gap: 0; }
.primary-navigation a { position: relative; padding: 13px 10px; font-size: .81rem; letter-spacing: -.01em; }
.primary-navigation > ul > li > a::after { content: ""; position: absolute; right: 10px; bottom: 7px; left: 10px; height: 2px; transform: scaleX(0); background: var(--ics-orange); transform-origin: left; transition: transform .22s; }
.primary-navigation > ul > li > a:hover::after, .primary-navigation .current-menu-item > a::after { transform: scaleX(1); }
.header-cta { min-height: 42px; padding: 10px 16px; }

/* Four-division cinematic slider */
.blueprint-hero { position: relative; height: min(780px, calc(100vh - 105px)); min-height: 650px; overflow: hidden; background: var(--ics-navy-2); color: #fff; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { visibility: hidden; opacity: 0; transform: scale(1.025); transition: opacity .8s ease, transform 1.4s ease, visibility .8s; }
.hero-slide.is-active { visibility: visible; opacity: 1; transform: scale(1); }
.hero-slide::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg,rgba(4,31,49,.98) 0%,rgba(11,60,93,.9) 36%,rgba(6,76,53,.3) 70%,rgba(4,31,49,.12) 100%),var(--slide-image); background-size: cover; background-position: center; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 64%,rgba(4,31,49,.66)); }
.hero-slide-inner { position: relative; z-index: 2; display: flex; height: 100%; align-items: center; padding-bottom: 115px; }
.hero-global-copy { position: absolute; z-index: 7; top: 57px; right: 0; left: 0; pointer-events: none; }
.hero-global-copy h1 { max-width: 730px; margin-bottom: 10px; color: #fff; font-size: clamp(2.3rem,4vw,4rem); }
.hero-global-copy p { max-width: 620px; color: rgba(255,255,255,.68); font-size: .98rem; }
.hero-slide-inner { align-items: flex-start; padding-top: 315px; }
.hero-slide-copy { width: min(710px, 66%); }
.hero-kicker { display: inline-flex; padding: 7px 11px; margin-bottom: 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.07); color: #ffd1b0; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(8px); }
.division-brand { display: block; margin-bottom: 10px; color: rgba(255,255,255,.72); font-family: Manrope,sans-serif; font-size: .86rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-slide h2 { max-width: 690px; margin-bottom: 14px; color: #fff; font-size: clamp(1.55rem,2.4vw,2.45rem); }
.hero-slide-copy > p { max-width: 630px; color: rgba(255,255,255,.78); font-size: clamp(1rem,1.25vw,1.14rem); }
.hero-service-line { display: flex; flex-wrap: wrap; gap: 11px 20px; padding: 0; margin: 27px 0 0; list-style: none; color: rgba(255,255,255,.76); font-size: .78rem; }
.hero-service-line li { display: flex; align-items: center; gap: 7px; }
.hero-service-line svg { color: #8fd0ad; }
.slider-controls { position: absolute; z-index: 8; right: 0; bottom: 28px; left: 0; display: flex; align-items: flex-end; justify-content: space-between; }
.slider-dots { display: grid; width: min(850px, calc(100% - 140px)); grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(4,31,49,.58); backdrop-filter: blur(16px); }
.slider-dot { position: relative; display: flex; min-height: 72px; align-items: center; gap: 11px; padding: 13px 17px; border: 0; border-right: 1px solid rgba(255,255,255,.11); background: transparent; color: rgba(255,255,255,.6); text-align: left; cursor: pointer; }
.slider-dot:last-child { border-right: 0; }
.slider-dot::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; transform: scaleX(0); background: var(--ics-orange); transform-origin: left; transition: transform .3s; }
.slider-dot.is-active { color: #fff; background: rgba(255,255,255,.08); }
.slider-dot.is-active::after { transform: scaleX(1); }
.slider-dot span { color: #ffad73; font-size: .72rem; font-weight: 800; }
.slider-dot strong { font-size: .75rem; }
.slider-arrows { display: flex; gap: 7px; }
.slider-arrows button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(4,31,49,.55); color: #fff; cursor: pointer; backdrop-filter: blur(10px); }
.slider-arrows button:hover { background: var(--ics-orange); border-color: var(--ics-orange); }

/* Blueprint homepage */
.impact-strip { position: relative; z-index: 9; background: var(--ics-navy); color: #fff; }
.impact-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.impact-grid div { padding: 24px 23px; border-right: 1px solid rgba(255,255,255,.11); }
.impact-grid div:first-child { border-left: 1px solid rgba(255,255,255,.11); }
.impact-grid strong, .impact-grid span { display: block; }
.impact-grid strong { color: #ff9c57; font-family: Manrope,sans-serif; font-size: 1.55rem; }
.impact-grid span { color: rgba(255,255,255,.65); font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.blueprint-heading h2 { max-width: 720px; }
.architecture-section { background: linear-gradient(180deg,#fff,var(--ics-cream)); }
.architecture-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.architecture-card { display: grid; min-height: 430px; grid-template-columns: .88fr 1.12fr; overflow: hidden; border: 1px solid var(--ics-line); border-radius: var(--ics-radius-lg); background: #fff; box-shadow: 0 14px 40px rgba(7,44,68,.06); transition: transform .28s,box-shadow .28s; }
.architecture-card:hover { transform: translateY(-6px); box-shadow: var(--ics-shadow-hover); }
.architecture-media { position: relative; min-height: 100%; overflow: hidden; }
.architecture-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent,rgba(6,43,67,.35)); }
.architecture-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.architecture-card:hover .architecture-media img { transform: scale(1.045); }
.architecture-media > span { position: absolute; z-index: 2; top: 17px; left: 17px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #fff; color: var(--ics-navy); font-family: Manrope,sans-serif; font-size: .78rem; font-weight: 800; }
.architecture-content { display: flex; flex-direction: column; align-items: flex-start; padding: 31px 28px; }
.architecture-content h3 { margin-bottom: 11px; }
.architecture-content p { color: var(--ics-muted); font-size: .86rem; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 4px 0 22px; list-style: none; }
.service-tags li { padding: 6px 9px; border: 1px solid var(--ics-line); border-radius: 999px; color: #486058; font-size: .66rem; font-weight: 600; }
.architecture-content .text-link { margin-top: auto; }
.sectors-blueprint { background: var(--ics-navy-2); color: #fff; }
.sectors-intro { display: grid; grid-template-columns: 1fr 300px; align-items: end; gap: 60px; margin-bottom: 36px; }
.sectors-intro > p { color: rgba(255,255,255,.62); }
.sectors-banner { position: relative; min-height: 370px; overflow: hidden; border-radius: var(--ics-radius-lg); }
.sectors-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,31,49,.9),rgba(4,31,49,.1)); }
.sectors-banner img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.sectors-banner > div { position: relative; z-index: 2; display: flex; width: 55%; min-height: 370px; flex-direction: column; justify-content: flex-end; padding: 42px; }
.sectors-banner h2 { color: #fff; }
.sector-blueprint-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.sector-blueprint-card { position: relative; min-height: 250px; padding: 23px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.055); color: #fff; transition: transform .25s,background .25s,border .25s; }
.sector-blueprint-card:hover { transform: translateY(-5px); border-color: rgba(249,115,22,.55); background: rgba(255,255,255,.095); color: #fff; }
.sector-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 27px; border-radius: 11px; background: rgba(249,115,22,.15); color: #ff9c57; }
.sector-count { position: absolute; top: 24px; right: 21px; color: #a6dac3; font-weight: 800; }
.sector-count small { display: block; color: rgba(255,255,255,.43); font-size: .59rem; font-weight: 600; }
.sector-blueprint-card h3 { color: #fff; }
.sector-blueprint-card p { color: rgba(255,255,255,.57); font-size: .77rem; line-height: 1.55; }
.sector-arrow { position: absolute; right: 22px; bottom: 21px; left: 22px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 700; }
.mission-section { background: var(--ics-cream); }
.mission-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.mission-image { position: relative; min-height: 570px; }
.mission-image::before { content: ""; position: absolute; right: -18px; bottom: -18px; width: 72%; height: 72%; border-radius: 24px; background: var(--ics-orange); }
.mission-image img { position: absolute; z-index: 2; width: 100%; height: 100%; object-fit: cover; border-radius: var(--ics-radius-lg); box-shadow: var(--ics-shadow); }
.mission-badge { position: absolute; z-index: 3; right: -34px; bottom: 34px; display: flex; width: 155px; height: 155px; flex-direction: column; align-items: center; justify-content: center; border: 8px solid var(--ics-cream); border-radius: 50%; background: var(--ics-teal); color: #fff; text-align: center; }
.mission-badge strong { font-family: Manrope,sans-serif; font-size: 2.7rem; line-height: 1; }
.mission-badge span { max-width: 92px; font-size: .68rem; }
.mission-copy > p { color: var(--ics-muted); }
.mission-values { display: grid; gap: 13px; margin: 28px 0; }
.mission-values > div { display: grid; grid-template-columns: 130px 1fr; padding-bottom: 12px; border-bottom: 1px solid var(--ics-line); }
.mission-values strong { color: var(--ics-teal); }
.mission-values span { color: var(--ics-muted); }
.partner-showcase { padding-top: 0; background: var(--ics-cream); }
.partner-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; padding: 58px 64px; overflow: hidden; border-radius: var(--ics-radius-lg); background: linear-gradient(125deg,var(--ics-navy-2),var(--ics-navy) 62%,var(--ics-teal)); color: rgba(255,255,255,.72); box-shadow: var(--ics-shadow); }
.partner-panel h2 { color: #fff; }
.partner-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; margin: 0; list-style: none; }
.partner-benefits li { display: flex; min-height: 82px; align-items: center; gap: 12px; padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.06); color: #fff; font-size: .8rem; font-weight: 600; }
.partner-benefits svg { flex: 0 0 auto; color: #ff9c57; }
.trust-section { background: #fff; }
.trust-blueprint-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.trust-blueprint-grid article { position: relative; min-height: 250px; padding: 30px; overflow: hidden; border: 1px solid var(--ics-line); border-radius: var(--ics-radius); background: linear-gradient(145deg,#fff,#f9fbfa); transition: transform .25s,box-shadow .25s,border .25s; }
.trust-blueprint-grid article:hover { transform: translateY(-5px); border-color: rgba(249,115,22,.34); box-shadow: var(--ics-shadow); }
.trust-number { position: absolute; top: 18px; right: 21px; color: rgba(11,60,93,.12); font-family: Manrope,sans-serif; font-size: 2rem; font-weight: 800; }
.trust-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 29px; border-radius: 13px; background: var(--ics-soft-green); color: var(--ics-teal); }
.trust-blueprint-grid p { color: var(--ics-muted); font-size: .84rem; }
.leadership-section { background: var(--ics-sky); }
.leadership-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 20px; }
.leader-card { overflow: hidden; border: 1px solid var(--ics-line); border-radius: var(--ics-radius-lg); background: #fff; box-shadow: 0 16px 40px rgba(7,44,68,.07); }
.leader-photo { position: relative; height: 390px; overflow: hidden; }
.leader-photo::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(4,31,49,.82)); }
.leader-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.leader-photo > span { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; color: rgba(255,255,255,.78); font-size: .69rem; font-weight: 600; }
.leader-copy { position: relative; padding: 27px; }
.quote-mark { position: absolute; top: 12px; right: 22px; color: rgba(249,115,22,.18); font-family: Georgia,serif; font-size: 5rem; line-height: 1; }
.leader-copy blockquote { position: relative; z-index: 2; min-height: 150px; margin: 0 0 22px; color: #50636b; font-size: .82rem; font-style: normal; }
.leader-copy h3 { margin-bottom: 3px; }
.leader-copy > p { margin: 0; color: var(--ics-teal); font-size: .72rem; font-weight: 700; }
.leader-card-chairman .leader-photo { height: 430px; }
.jobs-blueprint { background: var(--ics-cream); }
.vacancy-board { overflow: hidden; border: 1px solid var(--ics-line); border-radius: var(--ics-radius); background: #fff; box-shadow: 0 14px 38px rgba(7,44,68,.06); }
.vacancy-board-head, .vacancy-row { display: grid; grid-template-columns: 1.45fr 1.2fr .8fr 1fr 105px; align-items: center; gap: 18px; }
.vacancy-board-head { padding: 13px 22px; background: var(--ics-navy); color: rgba(255,255,255,.7); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vacancy-row { min-height: 95px; padding: 17px 22px; border-bottom: 1px solid var(--ics-line); }
.vacancy-row:last-child { border-bottom: 0; }
.vacancy-row > span { color: #53666e; font-size: .78rem; }
.vacancy-row > span:first-child strong, .vacancy-row > span:first-child small { display: block; }
.vacancy-row > span:first-child small { color: var(--ics-orange); font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.vacancy-row > span:first-child strong { color: var(--ics-navy); font-family: Manrope,sans-serif; font-size: .91rem; }
.vacancy-row svg { width: 15px; margin-right: 5px; color: var(--ics-teal); }
.flagship-section { background: #fff; }
.flagship-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.flagship-grid .program-image { height: 185px; }
.flagship-grid .program-card-content { padding: 21px; }
.proof-section { background: var(--ics-soft-green); }
.proof-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.proof-image { position: relative; min-height: 560px; }
.proof-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; border-radius: var(--ics-radius-lg); box-shadow: var(--ics-shadow); }
.proof-stamp { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 11px; padding: 15px 18px; border-radius: 13px; background: rgba(255,255,255,.93); color: var(--ics-navy); box-shadow: 0 13px 34px rgba(0,0,0,.13); }
.proof-stamp > svg { color: var(--ics-teal); }
.proof-stamp strong, .proof-stamp small { display: block; }
.proof-stamp small { color: var(--ics-muted); font-size: .65rem; }
.testimonial-stack { display: grid; gap: 13px; margin: 27px 0; }
.testimonial-stack blockquote { padding: 22px; margin: 0; border: 1px solid var(--ics-line); border-radius: 14px; background: #fff; }
.testimonial-stack blockquote p { margin: 7px 0; color: #4c6068; font-size: .88rem; }
.stars { color: var(--ics-orange); letter-spacing: .05em; }
.testimonial-stack cite { color: var(--ics-teal); font-size: .72rem; font-style: normal; font-weight: 700; }

/* Shared image-led inner heroes */
.landing-hero, .division-archive-hero, .programs-hero, .taxonomy-hero, .stories-hero { position: relative; min-height: 620px; overflow: hidden; background: var(--ics-navy-2); color: #fff; }
.landing-hero-bg, .stories-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.landing-hero::before, .division-archive-hero::before, .programs-hero::before, .taxonomy-hero::before, .stories-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(4,31,49,.97),rgba(11,60,93,.82) 47%,rgba(4,31,49,.16)); }
.landing-hero-content, .stories-hero-content { position: relative; z-index: 2; display: flex; min-height: 620px; flex-direction: column; align-items: flex-start; justify-content: center; }
.landing-hero-content h1, .stories-hero-content h1 { max-width: 800px; color: #fff; }
.landing-hero-content > p, .stories-hero-content > p { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.04rem; }

/* About */
.about-story { background: #fff; }
.about-story-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 85px; }
.about-stat-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--ics-radius-lg); background: var(--ics-navy); box-shadow: var(--ics-shadow); }
.about-stat-panel div { min-height: 155px; padding: 30px; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.about-stat-panel strong, .about-stat-panel span { display: block; }
.about-stat-panel strong { color: #ff9c57; font-family: Manrope,sans-serif; font-size: 2.2rem; }
.about-stat-panel span { color: rgba(255,255,255,.66); font-size: .74rem; }
.mission-vision-section { background: var(--ics-soft-green); }
.mission-vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.mission-vision-grid article { position: relative; min-height: 390px; padding: 48px; overflow: hidden; border-radius: var(--ics-radius-lg); background: #fff; }
.mission-vision-grid article:last-child { background: var(--ics-navy); color: rgba(255,255,255,.68); }
.mission-vision-grid article:last-child h2 { color: #fff; }
.mission-vision-grid article > span { display: grid; width: 55px; height: 55px; place-items: center; margin-bottom: 65px; border-radius: 15px; background: var(--ics-soft-green); color: var(--ics-teal); }
.mission-vision-grid article:last-child > span { background: rgba(249,115,22,.16); color: #ff9c57; }
.mission-vision-grid small { color: var(--ics-orange); font-weight: 800; text-transform: uppercase; }
.process-section { background: #fff; }
.process-timeline { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.process-timeline::before { content: ""; position: absolute; top: 31px; right: 9%; left: 9%; height: 1px; background: var(--ics-line); }
.process-timeline article { position: relative; z-index: 2; padding: 0 12px; text-align: center; }
.process-timeline article > span { display: grid; width: 62px; height: 62px; place-items: center; margin: 0 auto 24px; border: 8px solid #fff; border-radius: 50%; background: var(--ics-orange); color: #fff; font-size: .72rem; font-weight: 800; box-shadow: 0 0 0 1px var(--ics-line); }
.process-timeline h3 { font-size: .95rem; }
.process-timeline p { color: var(--ics-muted); font-size: .76rem; }
.about-values { background: var(--ics-cream); }
.about-leadership { background: var(--ics-sky); }
.leadership-grid-compact { grid-template-columns: repeat(3,1fr); }
.leader-profile { position: relative; height: 460px; overflow: hidden; border-radius: var(--ics-radius-lg); box-shadow: var(--ics-shadow); }
.leader-profile::after { content: ""; position: absolute; inset: 46% 0 0; background: linear-gradient(transparent,rgba(4,31,49,.92)); }
.leader-profile img { width: 100%; height: 100%; object-fit: cover; }
.leader-profile > div { position: absolute; z-index: 2; right: 27px; bottom: 24px; left: 27px; }
.leader-profile h3 { margin: 0; color: #fff; }
.leader-profile p { margin: 4px 0 0; color: #ffb27d; font-size: .72rem; }

/* Partner landing */
.partner-types { background: #fff; }
.partner-type-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.partner-type-grid article { min-height: 305px; padding: 30px; border: 1px solid var(--ics-line); border-radius: var(--ics-radius); background: #fff; transition: transform .25s,box-shadow .25s; }
.partner-type-grid article:hover { transform: translateY(-5px); box-shadow: var(--ics-shadow); }
.partner-type-grid article > span { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 65px; border-radius: 14px; background: var(--ics-soft-green); color: var(--ics-teal); }
.partner-type-grid p { color: var(--ics-muted); font-size: .82rem; }
.partner-advantages { background: var(--ics-cream); }
.partner-advantages-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }
.partner-advantages-image { min-height: 550px; overflow: hidden; border-radius: var(--ics-radius-lg); box-shadow: var(--ics-shadow); }
.partner-advantages-image img { width: 100%; height: 100%; object-fit: cover; }
.advantage-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 28px; }
.advantage-list > div { display: flex; align-items: center; gap: 10px; padding: 16px; border: 1px solid var(--ics-line); border-radius: 12px; background: #fff; color: #40565e; font-size: .78rem; font-weight: 600; }
.advantage-list svg { color: var(--ics-orange); }
.partner-process { background: #fff; }
.partner-form-section { background: var(--ics-navy-2); color: rgba(255,255,255,.7); }
.form-landing-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.form-landing-grid h2 { color: #fff; }
.form-landing-grid > div:first-child img { width: 100%; height: 290px; margin-top: 30px; object-fit: cover; border-radius: var(--ics-radius); }
.form-landing-grid .ics-lead-form { margin: 0; border-color: rgba(255,255,255,.1); background: #fff; }

/* Contact and apply */
.contact-hero, .apply-hero { padding: 74px 0; background: linear-gradient(125deg,var(--ics-navy-2),var(--ics-navy)); color: #fff; }
.contact-hero-grid, .apply-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.contact-hero h1, .apply-hero h1 { color: #fff; }
.contact-hero p, .apply-hero p { color: rgba(255,255,255,.7); }
.contact-hero-image, .apply-hero-image { position: relative; height: 440px; overflow: hidden; border: 8px solid rgba(255,255,255,.08); border-radius: var(--ics-radius-lg); box-shadow: 0 25px 70px rgba(0,0,0,.24); }
.contact-hero-image img, .apply-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.contact-direct { display: grid; gap: 10px; margin-top: 28px; }
.contact-direct a { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.06); color: #fff; }
.contact-direct a > svg { color: #ff9c57; }
.contact-direct small, .contact-direct strong { display: block; }
.contact-direct small { color: rgba(255,255,255,.48); font-size: .64rem; }
.contact-main-grid { display: grid; grid-template-columns: 1.2fr .65fr; gap: 70px; }
.contact-main-grid .ics-lead-form { padding: 0; border: 0; background: transparent; }
.contact-side-panel { padding: 32px; border-radius: var(--ics-radius); background: var(--ics-soft-green); }
.contact-side-panel ul { display: grid; gap: 13px; padding: 0; list-style: none; }
.contact-side-panel li { display: flex; align-items: flex-start; gap: 9px; color: #53666d; font-size: .82rem; }
.contact-side-panel li svg { flex: 0 0 auto; margin-top: 4px; color: var(--ics-teal); }
.response-card { padding: 24px; margin-top: 30px; border-radius: 14px; background: var(--ics-navy); color: rgba(255,255,255,.66); }
.response-card > span { color: #ff9c57; }
.response-card strong { display: block; margin-top: 12px; color: #fff; }
.offices-section { background: var(--ics-cream); }
.office-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.office-grid article { position: relative; min-height: 280px; padding: 38px; overflow: hidden; border-radius: var(--ics-radius-lg); background: #fff; box-shadow: 0 14px 38px rgba(7,44,68,.07); }
.office-grid article > span { position: absolute; top: 25px; right: 28px; color: rgba(11,60,93,.12); font-family: Manrope,sans-serif; font-size: 3rem; font-weight: 800; }
.office-grid article a { color: var(--ics-orange); font-weight: 700; }
.apply-hero-image > span { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 10px; background: rgba(255,255,255,.94); color: var(--ics-teal); font-size: .72rem; font-weight: 700; }
.assessment-section { background: var(--ics-cream); }
.assessment-grid { display: grid; grid-template-columns: 1.2fr .75fr; gap: 55px; }
.assessment-form-wrap { padding: 40px; border-radius: var(--ics-radius-lg); background: #fff; box-shadow: var(--ics-shadow); }
.assessment-form-wrap .ics-lead-form { padding: 0; margin: 25px 0 0; border: 0; background: transparent; }
.assessment-guide { padding: 38px; border-radius: var(--ics-radius-lg); background: var(--ics-navy); color: rgba(255,255,255,.66); }
.guide-label { display: block; margin-bottom: 28px; color: #ff9c57; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-step { display: flex; gap: 15px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.guide-step > span { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(249,115,22,.16); color: #ff9c57; font-size: .7rem; font-weight: 800; }
.guide-step h3 { margin: 0 0 5px; color: #fff; font-size: .91rem; }
.guide-step p { margin: 0; font-size: .75rem; }
.assessment-notice { padding: 18px; border-radius: 12px; background: rgba(255,255,255,.07); }
.assessment-notice strong { color: #fff; }
.assessment-notice p { margin: 6px 0 0; font-size: .75rem; }
.responsible-section { background: #fff; }
.responsible-panel { display: flex; align-items: center; gap: 24px; padding: 35px; border: 1px solid rgba(249,115,22,.25); border-radius: var(--ics-radius); background: #fff8f2; }
.responsible-panel > span { display: grid; width: 60px; height: 60px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #fff; color: var(--ics-orange); }
.responsible-panel h2 { margin-bottom: 5px; font-size: 1.4rem; }
.responsible-panel p { margin: 0; color: var(--ics-muted); }

/* Division, program and archive landing pages */
.division-chapters { background: var(--ics-cream); }
.division-chapter-list { display: grid; gap: 85px; }
.division-chapter { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.division-chapter.is-reversed .division-chapter-image { order: 2; }
.division-chapter-image { position: relative; height: 520px; overflow: hidden; border-radius: var(--ics-radius-lg); box-shadow: var(--ics-shadow); }
.division-chapter-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.division-chapter-image:hover img { transform: scale(1.035); }
.division-chapter-image > span { position: absolute; right: 22px; bottom: 20px; color: rgba(255,255,255,.9); font-family: Manrope,sans-serif; font-size: 4rem; font-weight: 800; text-shadow: 0 4px 20px rgba(0,0,0,.3); }
.division-chapter h3 { color: var(--ics-teal); font-size: 1.08rem; }
.chapter-services { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 0; margin: 25px 0; list-style: none; }
.chapter-services li { display: flex; align-items: center; gap: 8px; color: #4b6068; font-size: .78rem; }
.chapter-services svg { color: var(--ics-orange); }
.division-cross-cta { padding-top: 0; background: var(--ics-cream); }
.program-streams { background: var(--ics-navy); color: #fff; }
.program-streams > .container { display: grid; grid-template-columns: repeat(4,1fr); }
.program-streams .container > div { display: grid; min-height: 135px; grid-template-columns: auto 1fr; align-content: center; gap: 2px 12px; padding: 24px; border-right: 1px solid rgba(255,255,255,.1); }
.program-streams span { grid-row: 1/3; color: #ff9c57; }
.program-streams strong { font-family: Manrope,sans-serif; }
.program-streams small { color: rgba(255,255,255,.54); font-size: .68rem; }
.program-grid-expanded { grid-template-columns: repeat(3,1fr); }
.program-process { background: #fff; }
.taxonomy-hero { min-height: 520px; }
.taxonomy-hero .landing-hero-content { min-height: 520px; }
.result-pill { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(249,115,22,.16); color: #ffb17a; font-size: .72rem; font-weight: 700; }
.stories-hero { min-height: 610px; }
.story-stats { background: var(--ics-navy); color: #fff; }
.story-stats > .container { display: grid; grid-template-columns: repeat(3,1fr); }
.story-stats div { padding: 24px; border-right: 1px solid rgba(255,255,255,.1); text-align: center; }
.story-stats strong, .story-stats span { display: block; }
.story-stats strong { color: #ff9c57; font-family: Manrope,sans-serif; font-size: 1.7rem; }
.story-stats span { color: rgba(255,255,255,.58); font-size: .7rem; }
.story-list-section { background: var(--ics-cream); }
.story-editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.story-editorial-card { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 390px; overflow: hidden; border-radius: var(--ics-radius-lg); background: #fff; box-shadow: 0 15px 42px rgba(7,44,68,.08); }
.story-card-image { position: relative; }
.story-card-image img { width: 100%; height: 100%; object-fit: cover; }
.story-card-image > span { position: absolute; right: 14px; bottom: 14px; padding: 6px 8px; border-radius: 7px; background: rgba(4,31,49,.8); color: #ff9c57; font-size: .62rem; }
.story-editorial-card > div:last-child { padding: 32px; }
.story-editorial-card small { color: var(--ics-orange); font-weight: 700; }
.story-editorial-card blockquote { margin: 18px 0; color: #53666e; font-size: .86rem; }
.proof-gallery-section { background: #fff; }
.proof-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 15px; }
.proof-gallery > div { position: relative; height: 390px; overflow: hidden; border-radius: var(--ics-radius); }
.proof-gallery img { width: 100%; height: 100%; object-fit: cover; }
.proof-gallery span { position: absolute; right: 15px; bottom: 15px; left: 15px; padding: 10px 12px; border-radius: 9px; background: rgba(4,31,49,.82); color: #fff; font-size: .72rem; font-weight: 700; }

/* Single division */
.division-detail-hero { position: relative; min-height: 670px; overflow: hidden; color: #fff; }
.division-detail-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(4,31,49,.97),rgba(11,60,93,.81) 47%,rgba(4,31,49,.2)); }
.division-detail-hero-grid { position: relative; z-index: 2; display: grid; min-height: 670px; grid-template-columns: 1fr 350px; align-items: center; gap: 80px; }
.division-detail-hero h1 { max-width: 740px; color: #fff; }
.division-detail-hero p { max-width: 650px; color: rgba(255,255,255,.72); }
.division-detail-hero aside { padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--ics-radius); background: rgba(4,31,49,.48); backdrop-filter: blur(16px); }
.division-detail-hero aside small { color: #ff9c57; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.division-detail-hero aside ul { display: grid; gap: 13px; padding: 0; margin: 22px 0 0; list-style: none; }
.division-detail-hero aside li { display: flex; align-items: center; gap: 9px; font-size: .8rem; }
.division-detail-hero aside svg { color: #9bd4b9; }
.division-switcher { background: var(--ics-navy); color: #fff; }
.division-switcher .container { display: grid; grid-template-columns: repeat(4,1fr); }
.division-switcher a { display: grid; min-height: 95px; grid-template-columns: auto 1fr; align-content: center; column-gap: 10px; padding: 17px; border-right: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.62); }
.division-switcher a.is-current { background: var(--ics-teal); color: #fff; }
.division-switcher span { grid-row: 1/3; color: #ff9c57; font-weight: 800; }
.division-switcher strong { font-size: .76rem; }
.division-switcher small { font-size: .62rem; }
.division-overview { background: #fff; }
.division-overview-grid { display: grid; grid-template-columns: 1fr 350px; gap: 80px; }
.division-overview .entry-content { max-width: none; }
.division-promise { align-self: start; padding: 31px; border-radius: var(--ics-radius); background: var(--ics-soft-green); }
.division-promise > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 25px; border-radius: 13px; background: #fff; color: var(--ics-teal); }
.division-promise p { color: var(--ics-muted); font-size: .82rem; }
.division-services-section { background: var(--ics-cream); }
.division-service-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }
.division-service-grid article { position: relative; min-height: 295px; padding: 25px; overflow: hidden; border: 1px solid var(--ics-line); border-radius: 15px; background: #fff; }
.division-service-grid article > span { position: absolute; top: 16px; right: 18px; color: rgba(11,60,93,.15); font-weight: 800; }
.division-service-grid article > div { display: grid; width: 45px; height: 45px; place-items: center; margin: 35px 0 34px; border-radius: 12px; background: var(--ics-soft-green); color: var(--ics-teal); }
.division-service-grid p { color: var(--ics-muted); font-size: .75rem; }
.division-process-section { background: #fff; }
.related-programs-section { background: var(--ics-sky); }
.division-final-cta { background: var(--ics-sky); padding-top: 0; }

/* Footer blueprint */
.footer-main { padding: 70px 0 58px; }
.footer-blueprint-grid { display: grid; grid-template-columns: 1.25fr .9fr .95fr 1fr; gap: 42px; }
.footer-socials { display: flex; gap: 8px; margin: 20px 0; }
.footer-socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; color: #fff; font-size: .67rem; text-transform: uppercase; }
.footer-contact .contact-list span small { display: block; color: rgba(255,255,255,.4); font-size: .59rem; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { display: block; color: #fff; font-weight: 600; }
.footer-links a small { display: block; color: rgba(255,255,255,.4); font-size: .6rem; font-weight: 500; }
.footer-sector-title { margin-top: 30px; }
.footer-sector-list { color: rgba(255,255,255,.52); font-size: .72rem; line-height: 1.8; }
.footer-newsletter p { color: rgba(255,255,255,.55); font-size: .78rem; }
.footer-newsletter form { display: grid; grid-template-columns: 1fr 45px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.06); }
.footer-newsletter input { width: 100%; min-height: 47px; padding: 11px 13px; border: 0; background: transparent; color: #fff; outline: none; }
.footer-newsletter button { border: 0; background: var(--ics-orange); color: #fff; cursor: pointer; }
.footer-newsletter > small { display: block; margin-top: 9px; color: rgba(255,255,255,.38); font-size: .6rem; }
.editor-content-section { background: #fff; }

@media (max-width: 1120px) {
  .blueprint-hero { min-height: 650px; }
  .architecture-grid { grid-template-columns: 1fr; }
  .architecture-card { min-height: 390px; }
  .sector-blueprint-grid { grid-template-columns: repeat(2,1fr); }
  .flagship-grid { grid-template-columns: repeat(2,1fr); }
  .division-service-grid { grid-template-columns: repeat(3,1fr); }
  .footer-blueprint-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-newsletter { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .section { padding: 68px 0; }
  .primary-navigation { inset: 105px 0 0; }
  .blueprint-hero { height: auto; min-height: 780px; }
  .hero-slide-inner { min-height: 780px; align-items: flex-start; padding-top: 105px; padding-bottom: 190px; }
	.hero-global-copy { top: 55px; }
	.hero-slide-inner { padding-top: 300px; }
  .hero-slide-copy { width: min(690px,100%); }
  .slider-dots { width: calc(100% - 115px); grid-template-columns: 1fr 1fr; }
  .slider-dot { min-height: 56px; }
  .impact-grid { grid-template-columns: repeat(3,1fr); }
  .mission-layout, .proof-layout, .about-story-grid, .partner-advantages-grid, .contact-hero-grid, .apply-hero-grid, .assessment-grid, .division-chapter, .division-detail-hero-grid, .division-overview-grid { grid-template-columns: 1fr; }
  .mission-image, .proof-image { min-height: 480px; }
  .mission-badge { right: 18px; }
  .partner-panel { grid-template-columns: 1fr; gap: 35px; padding: 45px; }
  .trust-blueprint-grid { grid-template-columns: repeat(2,1fr); }
  .leadership-grid { grid-template-columns: 1fr 1fr; }
  .leader-card-chairman { grid-column: 1/-1; display: grid; grid-template-columns: .8fr 1.2fr; }
  .leader-card-chairman .leader-photo { height: 100%; min-height: 430px; }
  .vacancy-board-head { display: none; }
  .vacancy-row { grid-template-columns: 1.4fr 1fr 1fr; }
  .vacancy-row > span:nth-child(4), .vacancy-row > span:nth-child(5) { grid-column: auto; }
  .sectors-intro { grid-template-columns: 1fr; gap: 20px; }
  .sectors-banner > div { width: 70%; }
  .process-timeline { grid-template-columns: repeat(3,1fr); row-gap: 40px; }
  .process-timeline::before { display: none; }
  .partner-type-grid { grid-template-columns: 1fr 1fr; }
  .form-landing-grid { grid-template-columns: 1fr; gap: 40px; }
  .division-chapter.is-reversed .division-chapter-image { order: initial; }
  .division-detail-hero-grid { padding: 90px 0; }
  .division-switcher .container { grid-template-columns: 1fr 1fr; }
  .story-editorial-grid { grid-template-columns: 1fr; }
  .footer-blueprint-grid { grid-template-columns: 1fr 1fr; }
  .footer-newsletter { grid-column: auto; }
}

@media (max-width: 640px) {
  .section { padding: 54px 0; }
  .blueprint-hero { min-height: 760px; }
  .hero-slide::before { background-image: linear-gradient(90deg,rgba(4,31,49,.96),rgba(11,60,93,.72)),var(--slide-image); background-position: 62% center; }
  .hero-slide-inner { min-height: 760px; padding-top: 72px; padding-bottom: 180px; }
	.hero-global-copy { top: 40px; }
	.hero-global-copy h1 { font-size: clamp(2.1rem,9vw,3rem); }
	.hero-global-copy p { font-size: .84rem; }
	.hero-slide-inner { padding-top: 275px; }
	.hero-slide h2 { font-size: clamp(1.35rem,6vw,1.85rem); }
  .hero-service-line { display: grid; }
  .slider-controls { bottom: 18px; align-items: center; }
  .slider-dots { width: calc(100% - 82px); }
  .slider-dot { min-height: 51px; padding: 9px; }
  .slider-dot strong { font-size: .61rem; }
  .slider-arrows { display: none; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .impact-grid div:last-child { grid-column: 1/-1; text-align: center; }
  .architecture-card { grid-template-columns: 1fr; }
  .architecture-media { height: 220px; }
  .architecture-content { padding: 24px; }
  .sector-blueprint-grid, .trust-blueprint-grid, .partner-benefits, .leadership-grid, .flagship-grid, .mission-vision-grid, .process-timeline, .leadership-grid-compact, .partner-type-grid, .advantage-list, .office-grid, .program-streams > .container, .division-switcher .container, .division-service-grid, .story-stats > .container, .proof-gallery { grid-template-columns: 1fr; }
  .sectors-banner { min-height: 330px; }
  .sectors-banner > div { width: 100%; min-height: 330px; padding: 27px; }
  .sector-blueprint-card { min-height: 225px; }
  .mission-image, .proof-image { min-height: 350px; }
  .mission-badge { width: 116px; height: 116px; border-width: 5px; }
  .mission-badge strong { font-size: 2rem; }
  .partner-panel { padding: 32px 24px; }
  .leader-card-chairman { display: block; grid-column: auto; }
  .leader-card-chairman .leader-photo, .leader-photo { height: 390px; min-height: 0; }
  .vacancy-row { grid-template-columns: 1fr 1fr; gap: 10px; padding: 19px; }
  .vacancy-row > span:first-child { grid-column: 1/-1; }
  .vacancy-row > span:nth-child(5) { text-align: right; }
  .landing-hero, .division-archive-hero, .programs-hero, .taxonomy-hero, .stories-hero { min-height: 560px; }
  .landing-hero-content, .stories-hero-content, .taxonomy-hero .landing-hero-content { min-height: 560px; }
  .about-stat-panel { grid-template-columns: 1fr 1fr; }
  .about-stat-panel div { min-height: 125px; padding: 22px; }
  .mission-vision-grid article { min-height: 330px; padding: 32px 25px; }
  .mission-vision-grid article > span { margin-bottom: 40px; }
  .leader-profile { height: 410px; }
  .contact-hero, .apply-hero { padding: 55px 0; }
  .contact-hero-image, .apply-hero-image { height: 300px; border-width: 5px; }
  .contact-main-grid, .form-landing-grid { grid-template-columns: 1fr; }
  .assessment-form-wrap, .assessment-guide { padding: 25px 20px; }
  .division-chapter-list { gap: 60px; }
  .division-chapter-image { height: 340px; }
  .chapter-services { grid-template-columns: 1fr; }
  .program-streams .container > div { min-height: 100px; }
  .story-editorial-card { grid-template-columns: 1fr; }
  .story-card-image { height: 250px; }
  .proof-gallery > div { height: 270px; }
  .division-detail-hero { min-height: 650px; }
  .division-detail-hero-grid { min-height: 650px; gap: 35px; }
  .footer-blueprint-grid { grid-template-columns: 1fr; }
}

/* V5.3 — simplified tab hero, uncropped media and division-specific brand systems */
.blueprint-hero {
  height: 700px;
  min-height: 700px;
  background: #f4f7f6;
  color: var(--ics-navy);
}
.blueprint-hero .hero-slides,
.blueprint-hero .hero-slide { position: absolute; inset: 0; }
.blueprint-hero .hero-slide { transform: translateY(10px); background: linear-gradient(135deg,#f8fbfa 0%,#edf4f1 100%); }
.blueprint-hero .hero-slide.is-active { transform: translateY(0); }
.blueprint-hero .hero-slide::before,
.blueprint-hero .hero-slide::after { display: none; background: none; }
.blueprint-hero .hero-slide-inner {
  display: grid;
  height: 100%;
  min-height: 700px;
  grid-template-columns: minmax(0,.92fr) minmax(440px,1.08fr);
  align-items: center;
  gap: clamp(42px,6vw,86px);
  padding-top: 52px;
  padding-bottom: 126px;
}
.blueprint-hero .hero-slide-copy { width: auto; }
.blueprint-hero .hero-kicker {
  margin-bottom: 16px;
  border-color: rgba(11,60,93,.13);
  background: #fff;
  color: var(--ics-orange);
  box-shadow: 0 8px 20px rgba(4,31,49,.05);
}
.hero-division-logo {
  display: block;
  width: auto;
  max-width: 210px;
  height: auto;
  max-height: 64px;
  margin: 0 0 18px;
  object-fit: contain;
  object-position: left center;
}
.hero-brand-prime-route-global .hero-division-logo { max-width: 96px; max-height: 88px; }
.blueprint-hero .hero-slide h1,
.blueprint-hero .hero-slide h2 {
  max-width: 650px;
  margin: 0 0 16px;
  color: var(--ics-navy);
  font-size: clamp(2.15rem,3.5vw,3.75rem);
  line-height: 1.06;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.blueprint-hero .hero-slide-copy > p { max-width: 610px; color: #53666e; font-size: .96rem; line-height: 1.7; }
.blueprint-hero .button-glass { border-color: rgba(11,60,93,.2); background: transparent; color: var(--ics-navy); backdrop-filter: none; }
.blueprint-hero .button-glass:hover { border-color: var(--ics-navy); background: var(--ics-navy); color: #fff; }
.blueprint-hero .hero-service-line { gap: 9px 18px; margin-top: 24px; color: #435d56; font-size: .69rem; }
.blueprint-hero .hero-service-line svg { color: var(--ics-teal); }
.hero-slide-media { min-width: 0; }
.hero-photo-frame {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 24px;
  background: #e9efed;
  box-shadow: 0 28px 70px rgba(4,31,49,.17);
}
.hero-photo-frame::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 14px; pointer-events: none; }
.hero-photo-frame > img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-photo-frame > span { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; padding: 13px 15px; border-radius: 11px; background: rgba(4,31,49,.86); color: #fff; backdrop-filter: blur(9px); }
.hero-photo-frame strong,.hero-photo-frame small { display: block; }
.hero-photo-frame strong { font: 700 .74rem/1.35 var(--ics-display); }
.hero-photo-frame small { margin-top: 2px; color: rgba(255,255,255,.61); font-size: .58rem; }
.hero-brand-deutsche-konnect { background: linear-gradient(135deg,#f8f7f3 0%,#f2eee4 100%) !important; }
.hero-brand-deutsche-konnect .hero-kicker { color: #a36b00; }
.hero-brand-prime-route-global { background: linear-gradient(135deg,#f7f9fd 0%,#eaf0fb 100%) !important; }
.hero-brand-prime-route-global .hero-kicker { color: #315ba7; }
.hero-brand-innova-rise { background: linear-gradient(135deg,#fbf8fc 0%,#f3eaf5 100%) !important; }
.hero-brand-innova-rise .hero-kicker { color: #8b1d92; }
.blueprint-hero .slider-controls { bottom: 22px; align-items: center; }
.blueprint-hero .slider-dots { width: min(980px,calc(100% - 130px)); border-color: rgba(11,60,93,.12); background: rgba(255,255,255,.9); box-shadow: 0 15px 38px rgba(4,31,49,.1); backdrop-filter: blur(16px); }
.blueprint-hero .slider-dot { min-height: 68px; border-right-color: rgba(11,60,93,.09); color: #75858a; }
.blueprint-hero .slider-dot.is-active { background: #f4f8f6; color: var(--ics-navy); }
.blueprint-hero .slider-dot span { color: var(--ics-orange); }
.blueprint-hero .slider-arrows button { border-color: rgba(11,60,93,.14); background: #fff; color: var(--ics-navy); box-shadow: 0 10px 24px rgba(4,31,49,.08); backdrop-filter: none; }

/* Corporate photos keep their natural 16:9 composition instead of portrait cropping. */
.architecture-card { display: flex; min-height: 0; flex-direction: column; }
.architecture-media { width: 100%; min-height: 0; aspect-ratio: 16/9; flex: 0 0 auto; background: #edf2f0; }
.architecture-media img { object-fit: contain; object-position: center; }
.architecture-content { flex: 1; justify-content: flex-start; padding: 34px; }
.architecture-content h3 { font-size: clamp(1.25rem,1.8vw,1.7rem); }
.architecture-content p { font-size: .82rem; }

/* One structure, four recognisably different specialist brands. */
.division-detail { --division-primary:#0b3c5d; --division-secondary:#064c35; --division-accent:#f97316; --division-soft:#eef5f1; }
.division-deutsche-konnect { --division-primary:#36394a; --division-secondary:#202331; --division-accent:#ffb544; --division-soft:#fff8e9; }
.division-prime-route-global { --division-primary:#315ba7; --division-secondary:#24477f; --division-accent:#e99a00; --division-soft:#edf3fc; }
.division-innova-rise { --division-primary:#7d238f; --division-secondary:#4d1a67; --division-accent:#b742b5; --division-soft:#f8edf9; }
.division-detail .division-detail-hero {
  min-height: 0;
  padding: 70px 0 76px;
  background: linear-gradient(135deg,var(--division-secondary),var(--division-primary));
  color: #fff;
}
.division-detail .division-detail-hero::before { content: ""; position: absolute; inset: auto -140px -210px auto; width: 520px; height: 520px; border: 100px solid color-mix(in srgb,var(--division-accent) 18%,transparent); border-radius: 50%; background: none; }
.division-detail .division-detail-hero-grid {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0,1fr) minmax(420px,.9fr);
  align-items: center;
  gap: clamp(45px,6vw,82px);
}
.division-detail-copy { position: relative; z-index: 2; }
.division-detail .hero-kicker { border-color: rgba(255,255,255,.2); color: #fff; }
.division-detail-logo-wrap { display: flex; width: max-content; max-width: 240px; min-height: 74px; align-items: center; padding: 10px 14px; margin-bottom: 20px; border-radius: 12px; background: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.14); }
.division-detail .division-detail-logo { width: auto; max-width: 205px; height: auto; max-height: 64px; padding: 0; margin: 0; border-radius: 0; background: transparent; object-fit: contain; }
.division-prime-route-global .division-detail-logo-wrap { max-width: 128px; }
.division-prime-route-global .division-detail-logo { max-width: 92px; max-height: 94px; }
.division-detail .division-detail-hero h1 { max-width: 720px; margin: 0 0 18px; font-size: clamp(2.35rem,4vw,4.35rem); line-height: 1.04; letter-spacing: -.045em; }
.division-detail .division-detail-hero p { max-width: 650px; color: rgba(255,255,255,.73); font-size: .96rem; line-height: 1.75; }
.division-brand-promise { display: flex; max-width: 650px; align-items: center; gap: 10px; padding: 13px 15px; margin: 24px 0 0; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; font-size: .7rem; font-weight: 700; }
.division-brand-promise svg { flex: 0 0 auto; color: var(--division-accent); }
.division-detail .button { background: var(--division-accent); }
.division-detail .button:hover { filter: brightness(.94); }
.division-detail .button-glass { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: #fff; }
.division-detail-media { position: relative; z-index: 2; aspect-ratio: 16/10; overflow: hidden; border: 10px solid rgba(255,255,255,.96); border-radius: 24px; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.division-detail-media > img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.division-detail-media > span { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 13px 15px; border-radius: 10px; background: rgba(4,31,49,.86); color: #fff; backdrop-filter: blur(8px); }
.division-detail-media small,.division-detail-media strong { display: block; }
.division-detail-media small { color: rgba(255,255,255,.57); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.division-detail-media strong { margin-top: 2px; font-size: .74rem; }
.division-deutsche-konnect .division-detail-media { border-radius: 8px; }
.division-prime-route-global .division-detail-media { border-radius: 70px 18px 70px 18px; }
.division-innova-rise .division-detail-media { border-radius: 50% 50% 18px 18px / 24% 24% 18px 18px; }
.division-detail .division-switcher { background: #fff; color: var(--ics-navy); box-shadow: 0 12px 28px rgba(4,31,49,.08); }
.division-detail .division-switcher a { border-right-color: rgba(11,60,93,.09); color: #708087; }
.division-detail .division-switcher a.is-current { background: var(--division-soft); color: var(--division-primary); box-shadow: inset 0 -3px 0 var(--division-accent); }
.division-detail .division-switcher span { color: var(--division-accent); }
.division-detail .division-overview .eyebrow,
.division-detail .division-services-section .eyebrow,
.division-detail .division-process-section .eyebrow,
.division-detail .faq-section .eyebrow { color: var(--division-primary); }
.division-detail .division-promise { background: var(--division-soft); }
.division-detail .division-promise > span { color: var(--division-primary); }
.division-detail .division-audience { border-left-color: var(--division-accent); background: var(--division-soft); }
.division-detail .division-audience li { color: var(--division-primary); }
.division-detail .division-services-section { background: var(--division-soft); }
.division-detail .division-service-grid article > div { background: var(--division-soft); color: var(--division-primary); }
.division-detail .division-service-grid article { min-height: 280px; border-color: color-mix(in srgb,var(--division-primary) 14%,#fff); }
.division-detail .division-process-section .process-timeline article { border-top-color: var(--division-accent); }
.division-detail .faq-section { background: var(--division-soft); }
.division-detail .faq-list details { border-color: color-mix(in srgb,var(--division-primary) 15%,#fff); }
.division-detail .faq-list summary span { background: var(--division-soft); color: var(--division-primary); }
.division-detail .division-final-cta .partner-panel { background: linear-gradient(135deg,var(--division-secondary),var(--division-primary)); }
.division-deutsche-konnect .bilateral-programs { background: #202331; }
.division-deutsche-konnect .bilateral-program-grid article > span { color: #ffb544; }

@media (max-width:1120px) {
  .blueprint-hero,
  .blueprint-hero .hero-slide-inner { height: 720px; min-height: 720px; }
  .blueprint-hero .hero-slide-inner { grid-template-columns: minmax(0,.95fr) minmax(360px,1.05fr); gap: 38px; }
  .division-detail .division-detail-hero-grid { grid-template-columns: 1fr 400px; gap: 44px; }
}
@media (max-width:900px) {
  .blueprint-hero,
  .blueprint-hero .hero-slide-inner { height: 930px; min-height: 930px; }
  .blueprint-hero .hero-slide-inner { grid-template-columns: 1fr; align-content: start; gap: 28px; padding-top: 44px; padding-bottom: 142px; }
  .hero-slide-media { width: min(100%,620px); }
  .blueprint-hero .slider-dots { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .blueprint-hero .slider-dot { min-width: 215px; flex: 0 0 215px; }
  .architecture-card,.architecture-card:nth-child(n) { display: flex; }
  .architecture-media { height: auto; aspect-ratio: 16/9; }
  .division-detail .division-detail-hero { padding: 58px 0 64px; }
  .division-detail .division-detail-hero-grid { grid-template-columns: 1fr; gap: 34px; padding: 0; }
  .division-detail-media { width: min(100%,680px); }
}
@media (max-width:640px) {
  .blueprint-hero,
  .blueprint-hero .hero-slide-inner { height: 910px; min-height: 910px; }
  .blueprint-hero .hero-slide-inner { gap: 23px; padding-top: 30px; padding-bottom: 130px; }
  .blueprint-hero .hero-slide h1,
  .blueprint-hero .hero-slide h2 { font-size: 2.05rem; }
  .hero-division-logo { max-width: 175px; max-height: 52px; margin-bottom: 13px; }
  .hero-photo-frame { border-width: 6px; border-radius: 16px; }
  .hero-photo-frame > span { right: 10px; bottom: 10px; left: 10px; }
  .blueprint-hero .slider-controls { gap: 10px; }
  .blueprint-hero .slider-dots { width: calc(100% - 58px); }
  .blueprint-hero .slider-dot { min-width: 175px; flex-basis: 175px; min-height: 61px; padding: 10px 12px; }
  .blueprint-hero .slider-dot strong { font-size: .66rem; }
  .blueprint-hero .slider-arrows { display: grid; gap: 4px; }
  .blueprint-hero .slider-arrows button { width: 36px; height: 30px; border-radius: 9px; }
  .architecture-content { padding: 25px; }
  .division-detail .division-detail-hero h1 { font-size: 2.3rem; }
  .division-detail .division-detail-hero p { font-size: .84rem; }
  .division-detail-logo-wrap { min-height: 62px; }
  .division-detail .division-detail-logo { max-width: 170px; max-height: 50px; }
  .division-detail-media { border-width: 6px; border-radius: 16px; }
  .division-prime-route-global .division-detail-media,
  .division-innova-rise .division-detail-media { border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; transform: none; }
}

/* ========================================================================
   V4.1 SCREENSHOT-LED REFINEMENT
   ======================================================================== */

/* Screenshot 1: guarantee enough vertical room for content, tabs and bullets */
.blueprint-hero { height: 840px; min-height: 840px; max-height: none; }
.hero-slide-inner { height: 840px; min-height: 840px; padding-top: 350px; padding-bottom: 170px; }
.hero-global-copy { top: 66px; }
.hero-global-copy h1 { max-width: 760px; font-size: clamp(2.7rem,4.2vw,4.35rem); }
.hero-slide-copy { width: min(720px,66%); }
.hero-slide h2 { font-size: clamp(1.65rem,2.15vw,2.25rem); }
.hero-slide-copy > p { max-width: 660px; }
.hero-actions { margin-top: 20px; }
.hero-service-line { margin-top: 18px; }
.slider-controls { bottom: 28px; }

/* Screenshot 2: four full-width, alternating editorial division rows */
.architecture-grid { grid-template-columns: 1fr; gap: 34px; }
.architecture-card,.architecture-card:nth-child(n) { min-height: 500px; grid-template-columns: 1.05fr .95fr; border: 1px solid rgba(11,60,93,.09); background: #fff; }
.architecture-card:nth-child(even) .architecture-media { order: 2; }
.architecture-card:nth-child(even) .architecture-content { order: 1; }
.architecture-media { min-height: 500px; }
.architecture-content { justify-content: center; padding: 54px; }
.architecture-content h3 { margin: 4px 0 14px; font-size: clamp(1.45rem,2vw,2rem); }
.architecture-content p { max-width: 540px; font-size: .92rem; }
.service-tags { max-width: 540px; margin-top: 14px; }
.service-tags li { padding: 7px 11px; background: #f8fbf9; }
.architecture-content .text-link { margin-top: 20px; }

/* Screenshot 3: calm icon-box sector architecture */
.sectors-blueprint { padding: 94px 0 104px; background: #062b43; }
.sectors-banner { min-height: 330px; }
.sectors-banner > div { min-height: 330px; width: 60%; padding: 44px; }
.sectors-banner h2 { max-width: 670px; font-size: clamp(2rem,3.25vw,3.35rem); }
.sector-icon-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }
.sector-icon-card { position: relative; display: flex; min-height: 285px; grid-column: span 3; flex-direction: column; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.065); color: #fff; transition: transform .25s ease,background .25s ease,border-color .25s ease; }
.sector-icon-card:nth-child(n+5) { grid-column: span 4; }
.sector-icon-card:hover { transform: translateY(-5px); border-color: rgba(249,115,22,.6); background: rgba(255,255,255,.1); color: #fff; }
.sector-icon-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 38px; }
.sector-icon-card .sector-icon { position: static; display: grid; width: 48px; height: 48px; place-items: center; margin: 0; border-radius: 12px; background: #fff; color: var(--ics-navy); }
.sector-icon-card .sector-count { position: static; padding: 0; color: #a9dfc3; font: 800 1rem var(--ics-display); text-align: right; }
.sector-icon-card .sector-count small { display: block; color: rgba(255,255,255,.42); font: 600 .57rem var(--ics-body); text-transform: uppercase; }
.sector-destination { color: #ffad73; font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sector-icon-card h3 { margin: 7px 0 10px; color: #fff; font-size: 1.08rem; }
.sector-icon-card p { margin: 0 0 22px; color: rgba(255,255,255,.58); font-size: .74rem; line-height: 1.55; }
.sector-icon-card .sector-arrow { position: static; display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: auto; color: #fff; }

/* Screenshot 4: completed program process cards */
.program-process { background: linear-gradient(180deg,#fff,#f7faf9); }
.program-process-heading { align-items: end; }
.program-stage-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 45px; }
.program-stage-grid article { min-height: 330px; padding: 28px; border: 1px solid var(--ics-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(7,44,68,.06); }
.program-stage-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 56px; }
.program-stage-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 13px; background: var(--ics-soft-green); color: var(--ics-teal); }
.program-stage-icon svg { width: 21px; }
.program-stage-top strong { color: rgba(11,60,93,.17); font: 800 2rem var(--ics-display); }
.program-stage-grid h3 { margin-bottom: 12px; font-size: 1.05rem; }
.program-stage-grid p { color: var(--ics-muted); font-size: .77rem; }
.program-process-note { display: flex; align-items: center; gap: 14px; padding: 18px 21px; margin-top: 18px; border: 1px solid rgba(249,115,22,.2); border-radius: 13px; background: #fff8f2; color: #53666e; }
.program-process-note > span { color: var(--ics-orange); }
.program-process-note p { margin: 0; font-size: .75rem; }

/* About page: clean split hero and structured editorial sections */
.about-hero-v41 { padding: 80px 0 92px; overflow: hidden; background: linear-gradient(135deg,#f6faf8,#eef4f7); }
.about-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 74px; }
.about-hero-copy h1 { max-width: 690px; margin: 14px 0 22px; color: var(--ics-navy); font-size: clamp(2.8rem,4.6vw,4.9rem); }
.about-hero-copy > p { max-width: 600px; color: var(--ics-muted); font-size: 1rem; }
.about-hero-trust { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 30px; }
.about-hero-trust span { display: flex; align-items: center; gap: 8px; color: var(--ics-teal); font-size: .72rem; font-weight: 700; }
.about-hero-trust svg { width: 17px; }
.about-hero-visual { position: relative; min-height: 610px; }
.about-hero-visual::before { content: ""; position: absolute; top: -26px; right: -32px; width: 70%; height: 70%; border-radius: 50%; background: rgba(249,115,22,.11); }
.about-hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 210px 24px 24px 24px; box-shadow: var(--ics-shadow); }
.about-visual-card { position: absolute; right: -28px; bottom: 34px; display: flex; width: 230px; align-items: center; gap: 14px; padding: 20px; border-radius: 15px; background: #fff; box-shadow: var(--ics-shadow); }
.about-visual-card strong { color: var(--ics-orange); font: 800 2rem var(--ics-display); }
.about-visual-card span { color: var(--ics-muted); font-size: .67rem; line-height: 1.35; }
.about-metric-bar { background: var(--ics-navy); color: #fff; }
.about-metric-bar .container { display: grid; grid-template-columns: repeat(4,1fr); }
.about-metric-bar .container > div { padding: 25px; border-right: 1px solid rgba(255,255,255,.1); text-align: center; }
.about-metric-bar strong,.about-metric-bar span { display: block; }
.about-metric-bar strong { color: #ff9c57; font: 800 1.6rem var(--ics-display); }
.about-metric-bar span { color: rgba(255,255,255,.57); font-size: .66rem; text-transform: uppercase; }
.about-intro-v41 { background: #fff; }
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 84px; }
.about-intro-image { position: relative; height: 570px; }
.about-intro-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.about-intro-image > span { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 16px 18px; border-radius: 11px; background: rgba(4,31,49,.83); color: #fff; font-size: .75rem; font-weight: 700; backdrop-filter: blur(10px); }
.about-principles { display: grid; gap: 10px; margin-top: 27px; }
.about-principles > div { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid var(--ics-line); border-radius: 11px; }
.about-principles span { color: var(--ics-orange); }
.about-principles strong { font-size: .77rem; }
.mission-vision-v41 { background: var(--ics-soft-green); }
.mission-vision-grid-v41 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.mission-vision-grid-v41 article { min-height: 350px; padding: 34px; border-radius: 18px; background: #fff; }
.mission-vision-grid-v41 article:nth-child(2) { background: var(--ics-navy); color: rgba(255,255,255,.65); }
.mission-vision-grid-v41 article:nth-child(2) h3 { color: #fff; }
.mission-vision-grid-v41 article > span { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 72px; border-radius: 13px; background: var(--ics-soft-green); color: var(--ics-teal); }
.mission-vision-grid-v41 article:nth-child(2) > span { background: rgba(249,115,22,.14); color: #ff9c57; }
.mission-vision-grid-v41 small { color: var(--ics-orange); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mission-vision-grid-v41 h3 { margin: 8px 0 12px; font-size: 1.2rem; }
.mission-vision-grid-v41 p { color: var(--ics-muted); font-size: .78rem; }
.mission-vision-grid-v41 article:nth-child(2) p { color: rgba(255,255,255,.62); }
.about-process-v41 { background: #fff; }
.about-process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.about-process-grid article { padding: 23px; border-top: 3px solid var(--ics-orange); border-radius: 0 0 13px 13px; background: var(--ics-cream); }
.about-process-grid article > span { color: rgba(11,60,93,.2); font: 800 1.7rem var(--ics-display); }
.about-process-grid h3 { margin-top: 38px; font-size: .9rem; }
.about-process-grid p { color: var(--ics-muted); font-size: .7rem; }
.about-values-v41 { background: var(--ics-cream); }
.about-leadership-v41 { background: var(--ics-sky); }

/* Screenshot 5 and partners page: no oversized floating text panel */
.partners-hero-v41 { padding: 82px 0; background: linear-gradient(135deg,#041f31,#0b3c5d 64%,#064c35); color: #fff; }
.partners-hero-grid { display: grid; min-height: 610px; grid-template-columns: 1fr .92fr; align-items: center; gap: 74px; }
.partners-hero-copy h1 { max-width: 710px; margin: 14px 0 22px; color: #fff; font-size: clamp(2.75rem,4.45vw,4.7rem); }
.partners-hero-copy > p { max-width: 620px; color: rgba(255,255,255,.67); font-size: .97rem; }
.partners-trust-line { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 32px; }
.partners-trust-line span { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 650; }
.partners-trust-line svg { color: #ff9c57; }
.partners-hero-image { position: relative; height: 610px; }
.partners-hero-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 24px 180px 24px 24px; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.partner-image-note { position: absolute; bottom: 24px; left: -30px; padding: 18px 21px; border-radius: 13px; background: #fff; box-shadow: var(--ics-shadow); }
.partner-image-note strong,.partner-image-note span { display: block; }
.partner-image-note strong { color: var(--ics-navy); }
.partner-image-note span { color: var(--ics-muted); font-size: .66rem; }
.partner-types-v41 { background: #fff; }
.partner-type-grid-v41 { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.partner-type-grid-v41 article { min-height: 310px; padding: 28px; border: 1px solid var(--ics-line); border-radius: 16px; background: #fff; }
.partner-type-grid-v41 article > div { display: flex; align-items: center; justify-content: space-between; margin-bottom: 64px; }
.partner-type-grid-v41 article > div > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; background: var(--ics-soft-green); color: var(--ics-teal); }
.partner-type-grid-v41 article small { color: rgba(11,60,93,.16); font: 800 1.7rem var(--ics-display); }
.partner-type-grid-v41 p { color: var(--ics-muted); font-size: .77rem; }
.partner-advantages-v41 { background: var(--ics-cream); }
.partner-advantages-grid-v41 { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 78px; }
.partner-advantages-grid-v41 .partner-advantages-image { position: relative; height: 570px; }
.partner-advantages-grid-v41 .partner-advantages-image > div { position: absolute; right: 20px; bottom: 20px; width: 145px; padding: 18px; border-radius: 13px; background: var(--ics-orange); color: #fff; }
.partner-advantages-grid-v41 .partner-advantages-image strong,.partner-advantages-grid-v41 .partner-advantages-image span { display: block; }
.partner-advantages-grid-v41 .partner-advantages-image strong { font: 800 2rem var(--ics-display); }
.partner-advantages-grid-v41 .partner-advantages-image span { font-size: .65rem; }
.advantage-list-v41 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.advantage-list-v41 > div { display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--ics-line); border-radius: 11px; background: #fff; }
.advantage-list-v41 span { color: var(--ics-orange); font: 800 .67rem var(--ics-display); }
.advantage-list-v41 strong { color: #40545d; font-size: .73rem; }
.partner-process-v41 { background: #fff; }
.partner-process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.partner-process-grid article { padding: 26px 22px; border-radius: 14px; background: var(--ics-soft-green); }
.partner-process-grid article > span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 42px; border-radius: 50%; background: var(--ics-teal); color: #fff; font-size: .65rem; font-weight: 800; }
.partner-process-grid h3 { font-size: .94rem; }
.partner-process-grid p { color: var(--ics-muted); font-size: .71rem; }
.partner-form-section-v41 { background: #041f31; }
.form-landing-grid-v41 { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; }
.form-landing-grid-v41 h2 { color: #fff; }
.form-landing-grid-v41 > div:first-child > p { color: rgba(255,255,255,.62); }
.partner-form-points { display: grid; gap: 12px; margin-top: 30px; }
.partner-form-points span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.76); font-size: .75rem; }
.partner-form-points svg { color: #ff9c57; }
.partner-form-card .ics-lead-form { margin: 0; background: #fff; }

/* Contact: light, consultation-led and clearly routed */
.contact-hero-v41 { padding: 82px 0 92px; background: #f4f8f6; }
.contact-hero-grid-v41 { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 78px; }
.contact-hero-image-v41 { position: relative; height: 600px; }
.contact-hero-image-v41 > img { width: 100%; height: 100%; object-fit: cover; border-radius: 24px 190px 24px 24px; box-shadow: var(--ics-shadow); }
.contact-image-badge { position: absolute; right: -25px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 17px 19px; border-radius: 13px; background: #fff; box-shadow: var(--ics-shadow); }
.contact-image-badge > span { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 10px; background: var(--ics-soft-green); color: var(--ics-teal); }
.contact-image-badge strong,.contact-image-badge small { display: block; }
.contact-image-badge small { color: var(--ics-muted); font-size: .61rem; }
.contact-hero-copy-v41 h1 { margin: 13px 0 20px; color: var(--ics-navy); font-size: clamp(2.8rem,4.5vw,4.7rem); }
.contact-hero-copy-v41 > p { color: var(--ics-muted); font-size: .96rem; }
.contact-direct-v41 { display: grid; gap: 10px; margin-top: 28px; }
.contact-direct-v41 a { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--ics-line); border-radius: 12px; background: #fff; }
.contact-direct-v41 a > span { color: var(--ics-orange); }
.contact-direct-v41 small,.contact-direct-v41 strong { display: block; }
.contact-direct-v41 small { color: var(--ics-muted); font-size: .61rem; }
.contact-route-strip { background: var(--ics-navy); color: #fff; }
.contact-route-strip .container { display: grid; grid-template-columns: repeat(4,1fr); }
.contact-route-strip .container > div { display: grid; min-height: 118px; grid-template-columns: auto 1fr; align-content: center; gap: 2px 12px; padding: 22px; border-right: 1px solid rgba(255,255,255,.1); }
.contact-route-strip span { grid-row: 1/3; color: #ff9c57; }
.contact-route-strip strong { font-size: .8rem; }
.contact-route-strip small { color: rgba(255,255,255,.48); font-size: .62rem; }
.contact-form-v41 { background: #fff; }
.contact-main-grid-v41 { display: grid; grid-template-columns: 1.15fr .75fr; gap: 60px; }
.contact-form-card-v41 { padding: 42px; border-radius: 20px; background: var(--ics-cream); }
.contact-form-card-v41 .ics-lead-form { padding: 0; margin: 25px 0 0; border: 0; background: transparent; }
.contact-guidance-v41 { padding: 38px; border-radius: 20px; background: var(--ics-navy); color: rgba(255,255,255,.65); }
.contact-guidance-v41 h2 { color: #fff; font-size: 1.5rem; }
.contact-guidance-v41 ul { display: grid; gap: 13px; padding: 0; margin: 25px 0; list-style: none; }
.contact-guidance-v41 li { display: flex; gap: 10px; font-size: .76rem; }
.contact-guidance-v41 li svg { flex: 0 0 auto; margin-top: 4px; color: #ff9c57; }
.response-card-v41 { padding: 20px; border-radius: 12px; background: rgba(255,255,255,.07); }
.response-card-v41 strong { color: #fff; }
.response-card-v41 p { margin: 6px 0 0; font-size: .7rem; }
.offices-v41 { background: var(--ics-soft-green); }
.office-grid-v41 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.office-grid-v41 article { display: grid; min-height: 280px; grid-template-columns: 90px 1fr; align-items: start; gap: 25px; padding: 38px; border-radius: 18px; background: #fff; }
.office-grid-v41 article > span { color: rgba(11,60,93,.12); font: 800 2.6rem var(--ics-display); }
.office-grid-v41 small { color: var(--ics-orange); font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.office-grid-v41 a { color: var(--ics-teal); font-weight: 700; }

/* Testimonials: intentionally simple and calm */
.testimonials-hero-v41 { padding: 106px 0 95px; background: linear-gradient(135deg,#eef5f1,#eef4f7); text-align: center; }
.testimonials-hero-inner { display: flex; max-width: 860px; flex-direction: column; align-items: center; }
.testimonials-hero-inner h1 { margin: 14px 0 20px; color: var(--ics-navy); font-size: clamp(2.8rem,4.6vw,4.8rem); }
.testimonials-hero-inner p { max-width: 690px; color: var(--ics-muted); }
.testimonial-metrics-v41 { background: var(--ics-navy); }
.testimonial-metrics-v41 .container { display: grid; grid-template-columns: repeat(3,1fr); }
.testimonial-metrics-v41 .container > div { padding: 22px; border-right: 1px solid rgba(255,255,255,.1); text-align: center; }
.testimonial-metrics-v41 strong,.testimonial-metrics-v41 span { display: block; }
.testimonial-metrics-v41 strong { color: #ff9c57; font: 800 1.55rem var(--ics-display); }
.testimonial-metrics-v41 span { color: rgba(255,255,255,.53); font-size: .65rem; text-transform: uppercase; }
.testimonial-list-v41 { background: #fff; }
.testimonial-card-grid-v41 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.testimonial-card-grid-v41 article { display: flex; min-height: 355px; flex-direction: column; padding: 28px; border: 1px solid var(--ics-line); border-radius: 16px; background: #fff; }
.testimonial-person-v41 { display: flex; align-items: center; gap: 12px; }
.testimonial-person-v41 > img { width: 54px; height: 54px; flex: 0 0 auto; object-fit: cover; border-radius: 50%; }
.testimonial-person-v41 h3 { margin: 0 0 2px; font-size: .9rem; }
.testimonial-person-v41 small { color: var(--ics-muted); font-size: .62rem; }
.testimonial-stars-v41 { margin: 35px 0 12px; color: var(--ics-orange); letter-spacing: .09em; }
.testimonial-card-grid-v41 blockquote { margin: 0 0 24px; color: #4e626a; font-size: .82rem; font-style: normal; line-height: 1.7; }
.testimonial-card-grid-v41 .text-link { margin-top: auto; }
.testimonial-proof-v41 { background: var(--ics-cream); }
.testimonial-proof-grid-v41 { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 75px; }
.testimonial-proof-images { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 190px 190px; gap: 12px; }
.testimonial-proof-images img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.testimonial-proof-images img:first-child { grid-row: 1/3; }

/* Real footer logo */
.footer-custom-logo { display: block; width: max-content; max-width: 220px; margin-bottom: 22px; }
.footer-custom-logo img { display: block; width: auto; max-width: 210px; max-height: 80px; object-fit: contain; }
.footer-custom-logo .custom-logo-link { display: block; }
.site-footer .footer-brand .custom-logo { filter: none; }

@media (max-width:1120px) {
  .blueprint-hero,.hero-slide-inner { height: 820px; min-height: 820px; }
  .hero-slide-copy { width: 78%; }
  .sector-icon-card { grid-column: span 6; }
  .sector-icon-card:nth-child(n+5) { grid-column: span 4; }
  .program-stage-grid,.partner-type-grid-v41 { grid-template-columns: 1fr 1fr; }
  .about-hero-grid,.partners-hero-grid,.contact-hero-grid-v41 { gap: 48px; }
  .about-process-grid,.partner-process-grid { grid-template-columns: repeat(3,1fr); }
  .testimonial-card-grid-v41 { grid-template-columns: 1fr 1fr; }
}

@media (max-width:900px) {
  .blueprint-hero,.hero-slide-inner { height: 880px; min-height: 880px; }
  .hero-slide-inner { padding-top: 365px; padding-bottom: 190px; }
  .hero-slide-copy { width: 100%; }
  .architecture-card,.architecture-card:nth-child(n) { min-height: 0; grid-template-columns: 1fr; }
  .architecture-card:nth-child(even) .architecture-media { order: initial; }
  .architecture-card:nth-child(even) .architecture-content { order: initial; }
  .architecture-media { height: 390px; min-height: 0; }
  .architecture-content { padding: 38px; }
  .about-hero-grid,.about-intro-grid,.partners-hero-grid,.partner-advantages-grid-v41,.form-landing-grid-v41,.contact-hero-grid-v41,.contact-main-grid-v41,.testimonial-proof-grid-v41 { grid-template-columns: 1fr; }
  .about-hero-visual,.partners-hero-image,.contact-hero-image-v41 { height: 520px; min-height: 0; }
  .about-visual-card,.contact-image-badge { right: 18px; }
  .partner-image-note { left: 18px; }
  .mission-vision-grid-v41 { grid-template-columns: 1fr; }
  .mission-vision-grid-v41 article { min-height: 290px; }
  .mission-vision-grid-v41 article > span { margin-bottom: 45px; }
  .contact-route-strip .container { grid-template-columns: 1fr 1fr; }
}

@media (max-width:640px) {
  .blueprint-hero,.hero-slide-inner { height: 880px; min-height: 880px; }
  .hero-global-copy { top: 38px; }
  .hero-global-copy h1 { font-size: 2.35rem; }
  .hero-slide-inner { padding-top: 330px; padding-bottom: 190px; }
  .hero-slide h2 { font-size: 1.55rem; }
  .hero-slide-copy > p { font-size: .82rem; }
  .hero-service-line { display: none; }
  .slider-controls { bottom: 20px; }
  .architecture-media { height: 280px; }
  .architecture-content { padding: 28px 23px; }
  .sectors-banner { min-height: 350px; }
  .sectors-banner > div { min-height: 350px; width: 100%; padding: 25px; }
  .sector-icon-grid { grid-template-columns: 1fr; }
  .sector-icon-card,.sector-icon-card:nth-child(n+5) { min-height: 260px; grid-column: 1; }
  .program-stage-grid,.partner-type-grid-v41,.about-metric-bar .container,.about-process-grid,.partner-process-grid,.advantage-list-v41,.contact-route-strip .container,.office-grid-v41,.testimonial-metrics-v41 .container,.testimonial-card-grid-v41 { grid-template-columns: 1fr; }
  .program-stage-grid article { min-height: 285px; }
  .about-hero-v41,.partners-hero-v41,.contact-hero-v41 { padding: 58px 0; }
  .about-hero-copy h1,.partners-hero-copy h1,.contact-hero-copy-v41 h1,.testimonials-hero-inner h1 { font-size: 2.45rem; }
  .about-hero-visual,.partners-hero-image,.contact-hero-image-v41 { height: 390px; }
  .about-hero-visual img,.contact-hero-image-v41 > img { border-radius: 120px 18px 18px 18px; }
  .partners-hero-image img { border-radius: 18px 120px 18px 18px; }
  .about-visual-card,.partner-image-note,.contact-image-badge { position: absolute; right: 12px; bottom: 12px; left: 12px; width: auto; }
  .about-intro-image { height: 380px; }
  .about-metric-bar .container > div,.testimonial-metrics-v41 .container > div { border-bottom: 1px solid rgba(255,255,255,.1); }
  .partner-type-grid-v41 article { min-height: 270px; }
  .partner-type-grid-v41 article > div { margin-bottom: 40px; }
  .partner-advantages-grid-v41 .partner-advantages-image { height: 380px; }
  .contact-form-card-v41,.contact-guidance-v41 { padding: 26px 20px; }
  .office-grid-v41 article { grid-template-columns: 1fr; padding: 28px; }
  .testimonials-hero-v41 { padding: 75px 0 68px; }
  .testimonial-proof-images { grid-template-columns: 1fr; grid-template-rows: repeat(3,220px); }
  .testimonial-proof-images img:first-child { grid-row: auto; }
}

/* ========================================================================
   ICS GLOBAL GROUP V4 - editorial image system and unique page silhouettes
   ======================================================================== */
:root {
  --ics-radius: 16px;
  --ics-radius-lg: 26px;
  --ics-display: "Manrope", system-ui, sans-serif;
  --ics-body: "DM Sans", system-ui, sans-serif;
}
body { font-family: var(--ics-body); color: #263b44; font-size: 14.5px; letter-spacing: -.006em; }
h1,h2,h3,h4,h5,h6 { font-family: var(--ics-display); letter-spacing: -.045em; line-height: 1.08; }
h1 { font-weight: 650; }
h2 { font-weight: 640; }
h3 { font-weight: 650; letter-spacing: -.025em; }
p { line-height: 1.72; }
.eyebrow { font-size: .65rem; letter-spacing: .16em; }
.button { min-height: 44px; border-radius: 9px; font-size: .76rem; box-shadow: none; }
.button-primary { background: var(--ics-orange); }
.button-primary:hover { background: #db5d07; }
.section { padding: 96px 0; }
.container { width: min(1240px, calc(100% - 48px)); }

/* Compact premium navigation */
.trust-bar { background: #041f31; }
.trust-bar-inner { min-height: 34px; }
.trust-bar p,.trust-contacts a { font-size: .64rem; letter-spacing: .035em; }
.main-header { background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; }
.text-logo strong { letter-spacing: -.035em; }
.primary-navigation a { padding: 14px 11px; font-size: .76rem; font-weight: 600; }
.header-cta { border-radius: 8px; }

/* Hero: one memorable editorial composition */
.blueprint-hero { height: min(790px, calc(100vh - 112px)); min-height: 690px; }
.hero-slide::before { background-position: center 38%; }
.hero-slide::after { background: linear-gradient(180deg,rgba(4,31,49,.06) 45%,rgba(4,31,49,.92)); }
.hero-global-copy { top: 74px; }
.hero-global-copy::before { content: "ICS / GLOBAL MOBILITY"; display: block; width: max-content; margin-bottom: 20px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; color: rgba(255,255,255,.7); font: 700 .6rem/1 var(--ics-display); letter-spacing: .16em; }
.hero-global-copy > .eyebrow { display: none; }
.hero-global-copy h1 { max-width: 770px; margin-bottom: 16px; font-size: clamp(2.8rem,4.7vw,4.8rem); text-wrap: balance; }
.hero-global-copy p { max-width: 540px; font-size: .95rem; }
.hero-slide-inner { padding-top: 365px; padding-bottom: 128px; }
.hero-slide-copy { width: min(680px,63%); padding-left: 23px; border-left: 3px solid var(--ics-orange); }
.hero-slide h2 { max-width: 610px; font-size: clamp(1.55rem,2.25vw,2.25rem); }
.hero-slide-copy > p { max-width: 600px; font-size: .93rem; }
.hero-service-line { margin-top: 20px; font-size: .72rem; }
.slider-dots { border-radius: 12px; }
.slider-dot { min-height: 68px; }
.slider-dot strong { font-size: .71rem; }
.impact-grid div { padding: 21px 23px; }
.impact-grid strong { font-size: 1.7rem; }

/* Division architecture becomes less card-like and more editorial */
.architecture-section { padding-top: 112px; }
.architecture-grid { gap: 28px; }
.architecture-card { min-height: 470px; border: 0; border-radius: 22px; box-shadow: 0 18px 55px rgba(4,31,49,.09); }
.architecture-card:nth-child(2),.architecture-card:nth-child(3) { grid-template-columns: 1.12fr .88fr; }
.architecture-card:nth-child(2) .architecture-media,.architecture-card:nth-child(3) .architecture-media { order: 2; }
.architecture-content { padding: 38px 34px; }
.architecture-content h3 { font-size: 1.25rem; }

/* Seven truly image-led sector cards */
.sectors-blueprint { padding: 108px 0; background: #041f31; }
.sectors-intro { display: block; margin-bottom: 28px; }
.sectors-banner { min-height: 420px; border-radius: 24px; }
.sectors-banner::after { background: linear-gradient(90deg,rgba(4,31,49,.96),rgba(11,60,93,.72) 46%,rgba(4,31,49,.06)); }
.sectors-banner > div { width: 62%; min-height: 420px; padding: 54px; }
.sectors-banner > div p { max-width: 520px; color: rgba(255,255,255,.62); }
.sector-image-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 230px; gap: 15px; }
.sector-image-card { grid-column: span 4; min-height: 0; padding: 0; border: 0; border-radius: 18px; background: #0b3c5d; }
.sector-image-card-featured { grid-column: span 6; grid-row: span 2; }
.sector-image-card:nth-child(2) { grid-column: span 6; }
.sector-image-card:nth-child(3),.sector-image-card:nth-child(4),.sector-image-card:nth-child(5) { grid-column: span 4; }
.sector-image-card:nth-child(6),.sector-image-card:nth-child(7) { grid-column: span 6; }
.sector-image-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.65,.25,1); }
.sector-image-card:hover > img { transform: scale(1.05); }
.sector-card-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,31,49,.05) 20%,rgba(4,31,49,.95)); }
.sector-image-card .sector-icon { position: absolute; z-index: 2; top: 18px; left: 18px; margin: 0; background: rgba(4,31,49,.65); color: #fff; backdrop-filter: blur(9px); }
.sector-image-card .sector-count { z-index: 2; top: 18px; right: 18px; padding: 8px 10px; border-radius: 8px; background: rgba(4,31,49,.62); color: #b5e8ce; backdrop-filter: blur(9px); }
.sector-image-content { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; }
.sector-image-content > small { color: #ffad73; font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sector-image-content h3 { margin: 5px 0 6px; color: #fff; font-size: 1.15rem; }
.sector-image-content p { max-width: 500px; margin: 0 0 9px; color: rgba(255,255,255,.64); font-size: .7rem; line-height: 1.48; }
.sector-image-content .sector-arrow { position: static; display: flex; width: max-content; gap: 8px; color: #fff; }
.sector-image-card:not(.sector-image-card-featured) .sector-image-content p { display: none; }

/* Programs and people */
.flagship-grid { gap: 20px; }
.flagship-grid .program-card { border: 0; border-radius: 18px; box-shadow: 0 16px 46px rgba(4,31,49,.09); }
.flagship-grid .program-image { height: 230px; }
.program-image img { transition: transform .55s ease; }
.program-card:hover .program-image img { transform: scale(1.045); }
.leadership-grid { gap: 24px; }
.leader-card { border: 0; border-radius: 22px; box-shadow: 0 18px 55px rgba(4,31,49,.1); }
.leader-copy blockquote { font-size: .77rem; line-height: 1.65; }

/* Inner-page hero art direction: every route gets a different silhouette */
.landing-hero,.division-archive-hero,.programs-hero,.taxonomy-hero,.stories-hero { min-height: 660px; }
.landing-hero-content,.stories-hero-content { min-height: 660px; }
.landing-hero-content h1,.stories-hero-content h1 { font-size: clamp(2.65rem,4.5vw,4.7rem); }
.landing-hero-about::before { background: linear-gradient(90deg,rgba(4,31,49,.98) 0%,rgba(11,60,93,.78) 48%,rgba(4,31,49,.04) 76%); }
.landing-hero-about .landing-hero-bg { object-position: center 30%; }
.landing-hero-partners::before { background: linear-gradient(90deg,rgba(4,31,49,.2),rgba(4,31,49,.5) 42%,rgba(4,31,49,.96) 74%); }
.landing-hero-partners .landing-hero-bg { object-position: left center; }
.landing-hero-partners .landing-hero-content { width: min(620px,calc(100% - 48px)); margin-right: max(24px,calc((100vw - 1240px)/2)); margin-left: auto; padding: 45px; min-height: auto; top: 118px; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: rgba(4,31,49,.69); backdrop-filter: blur(17px); }
.division-archive-hero::before { background: linear-gradient(110deg,rgba(4,31,49,.96),rgba(6,76,53,.7) 48%,rgba(4,31,49,.07)); }
.programs-hero::before { background: linear-gradient(90deg,rgba(4,31,49,.97),rgba(11,60,93,.8) 46%,rgba(4,31,49,.08)); }
.programs-hero .landing-hero-content { padding-left: 32px; border-left: 4px solid var(--ics-orange); }
.taxonomy-hero::before { background: linear-gradient(0deg,rgba(4,31,49,.96),rgba(4,31,49,.14) 70%); }
.taxonomy-hero .landing-hero-content { min-height: 520px; justify-content: flex-end; padding-bottom: 64px; }
.stories-hero::before { background: linear-gradient(90deg,rgba(4,31,49,.84),rgba(4,31,49,.35)); }
.stories-hero-content { max-width: 820px; align-items: center; margin: auto; text-align: center; }

/* Contact: conversational editorial; Apply: assessment dashboard */
.contact-hero { padding: 90px 0; background: #041f31; }
.contact-hero-grid { grid-template-columns: .78fr 1.22fr; }
.contact-hero-image { height: 540px; border: 0; border-radius: 180px 24px 24px 24px; }
.contact-direct { grid-template-columns: 1fr 1fr; }
.apply-hero { padding: 76px 0; background: linear-gradient(135deg,#041f31,#0b3c5d 60%,#064c35); }
.apply-hero-grid { grid-template-columns: 1.05fr .95fr; }
.apply-hero-image { height: 520px; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; transform: rotate(1.5deg); }
.apply-hero-image::before { content: "01"; position: absolute; z-index: 3; top: 18px; left: 18px; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--ics-orange); color: #fff; font: 800 .72rem var(--ics-display); }
.contact-main-grid { grid-template-columns: 1.15fr .72fr; }

/* About, partners, stories and archives get different content rhythms */
.about-story { padding: 120px 0; }
.mission-vision-grid article:first-child { transform: translateY(-20px); }
.mission-vision-grid article:last-child { transform: translateY(20px); }
.partner-type-grid article:nth-child(even) { transform: translateY(18px); }
.division-chapter-list { gap: 120px; }
.division-chapter-image { height: 570px; border-radius: 22px; }
.story-editorial-card:nth-child(3n+1) { grid-column: 1/-1; grid-template-columns: 1.15fr .85fr; min-height: 470px; }
.story-editorial-card { border-radius: 20px; }
.office-grid article:first-child { background: linear-gradient(140deg,#fff,#eef5f1); }
.office-grid article:last-child { background: linear-gradient(140deg,#fff,#eef4f7); }

/* Individual story is a full editorial landing page, not a generic blog post */
.story-detail-hero { position: relative; min-height: 690px; overflow: hidden; background: #041f31; color: #fff; }
.story-detail-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(4,31,49,.97),rgba(11,60,93,.72) 48%,rgba(4,31,49,.16)); }
.story-detail-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-detail-hero-inner { position: relative; z-index: 2; display: grid; min-height: 690px; grid-template-columns: 1fr 350px; align-items: end; gap: 85px; padding-bottom: 80px; }
.story-detail-copy h1 { max-width: 760px; color: #fff; font-size: clamp(3rem,5vw,5.4rem); }
.story-detail-copy p { color: rgba(255,255,255,.7); }
.story-rating { margin: 20px 0 10px; color: #ff9c57; letter-spacing: .12em; }
.story-detail-hero aside { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(4,31,49,.62); backdrop-filter: blur(16px); }
.story-detail-hero aside > small { color: #ffad73; font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-detail-hero dl { margin-bottom: 0; }
.story-detail-hero dl div { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.story-detail-hero dt { color: rgba(255,255,255,.46); font-size: .62rem; }
.story-detail-hero dd { margin: 3px 0 0; color: #fff; font-size: .8rem; }
.story-detail-body { background: var(--ics-cream); }
.story-detail-grid { display: grid; grid-template-columns: 1fr 350px; gap: 85px; }
.story-detail-grid > article { position: relative; padding: 45px; border-radius: 22px; background: #fff; box-shadow: var(--ics-shadow); }
.story-detail-grid .quote-mark { position: absolute; top: 8px; right: 28px; color: rgba(249,115,22,.14); font: 7rem Georgia,serif; }
.story-lead { position: relative; z-index: 2; margin-bottom: 28px; color: var(--ics-navy); font: 600 1.2rem/1.6 var(--ics-display); }
.story-proof-note { align-self: start; padding: 32px; border-radius: 18px; background: var(--ics-navy); color: rgba(255,255,255,.66); }
.story-proof-note > span { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 45px; border-radius: 14px; background: rgba(249,115,22,.14); color: #ff9c57; }
.story-proof-note h2 { color: #fff; font-size: 1.25rem; }
.story-next-step { padding-top: 0; background: var(--ics-cream); }

@media (max-width:1120px) {
  .container { width: min(100% - 38px,1050px); }
  .hero-slide-copy { width: 74%; }
  .sector-image-card,.sector-image-card:nth-child(n) { grid-column: span 6; }
  .sector-image-card-featured { grid-row: span 2; }
  .landing-hero-partners .landing-hero-content { margin-right: 24px; }
}

@media (max-width:900px) {
  .section { padding: 76px 0; }
  .blueprint-hero,.hero-slide-inner { min-height: 790px; }
  .hero-global-copy { top: 55px; }
  .hero-slide-inner { padding-top: 355px; }
  .hero-slide-copy { width: 100%; }
  .architecture-card:nth-child(n) { grid-template-columns: .92fr 1.08fr; }
  .architecture-card:nth-child(2) .architecture-media,.architecture-card:nth-child(3) .architecture-media { order: initial; }
  .landing-hero-partners .landing-hero-content { top: 85px; width: calc(100% - 48px); }
  .contact-hero-grid,.apply-hero-grid { grid-template-columns: 1fr; }
  .story-detail-hero-inner,.story-detail-grid { grid-template-columns: 1fr; }
  .story-detail-hero-inner { align-content: end; gap: 35px; padding-top: 100px; }
  .contact-hero-image,.apply-hero-image { height: 430px; transform: none; }
}

@media (max-width:640px) {
  .container { width: calc(100% - 30px); }
  body { font-size: 14px; }
  .section { padding: 60px 0; }
  .trust-bar-inner p { display: none; }
  .blueprint-hero,.hero-slide-inner { min-height: 805px; }
  .hero-global-copy { top: 42px; }
  .hero-global-copy h1 { font-size: 2.55rem; }
  .hero-global-copy p { max-width: 95%; }
  .hero-slide-inner { padding-top: 350px; padding-bottom: 180px; }
  .hero-slide-copy { padding-left: 16px; }
  .hero-service-line { display: none; }
  .slider-dots { width: 100%; }
  .slider-dot span { display: none; }
  .slider-dot strong { font-size: .56rem; }
  .architecture-card:nth-child(n) { grid-template-columns: 1fr; min-height: 0; }
  .architecture-media { height: 260px; }
  .sectors-blueprint { padding: 70px 0; }
  .sectors-banner { min-height: 390px; }
  .sectors-banner > div { min-height: 390px; padding: 28px; }
  .sector-image-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .sector-image-card,.sector-image-card:nth-child(n) { grid-column: 1; grid-row: auto; }
  .sector-image-card:not(.sector-image-card-featured) .sector-image-content p { display: block; }
  .landing-hero,.division-archive-hero,.programs-hero,.stories-hero { min-height: 600px; }
  .landing-hero-content,.stories-hero-content { min-height: 600px; }
  .landing-hero-partners .landing-hero-content { top: 54px; width: calc(100% - 30px); margin-right: 15px; padding: 28px 22px; }
  .landing-hero-content h1,.stories-hero-content h1 { font-size: 2.55rem; }
  .contact-hero-image { height: 340px; border-radius: 110px 18px 18px 18px; }
  .apply-hero-image { height: 340px; }
  .contact-direct { grid-template-columns: 1fr; }
  .mission-vision-grid article:first-child,.mission-vision-grid article:last-child,.partner-type-grid article:nth-child(even) { transform: none; }
  .story-editorial-card:nth-child(n) { grid-column: auto; grid-template-columns: 1fr; min-height: 0; }
  .story-card-image { height: 280px; }
}

/* V4.1 final precedence - placed after the original V4 responsive layer. */
.blueprint-hero { height: 840px; min-height: 840px; max-height: none; }
.hero-slide-inner { height: 840px; min-height: 840px; padding-top: 350px; padding-bottom: 170px; }
.hero-global-copy { top: 66px; }
.hero-global-copy h1 { max-width: 760px; font-size: clamp(2.7rem,4.2vw,4.35rem); }
.hero-slide-copy { width: min(720px,66%); }
.architecture-grid { grid-template-columns: 1fr; gap: 34px; }
.architecture-card,.architecture-card:nth-child(n) { min-height: 500px; grid-template-columns: 1.05fr .95fr; }
.architecture-card:nth-child(even) .architecture-media { order: 2; }
.architecture-card:nth-child(even) .architecture-content { order: 1; }
.architecture-media { min-height: 500px; }
.architecture-content { justify-content: center; padding: 54px; }
.sectors-banner { min-height: 330px; }
.sectors-banner > div { min-height: 330px; width: 60%; padding: 44px; }

@media (max-width:900px) {
  .blueprint-hero,.hero-slide-inner { height: 880px; min-height: 880px; }
  .hero-slide-inner { padding-top: 365px; padding-bottom: 190px; }
  .hero-slide-copy { width: 100%; }
  .architecture-card,.architecture-card:nth-child(n) { min-height: 0; grid-template-columns: 1fr; }
  .architecture-card:nth-child(even) .architecture-media,.architecture-card:nth-child(even) .architecture-content { order: initial; }
  .architecture-media { height: 390px; min-height: 0; }
  .architecture-content { padding: 38px; }
}

@media (max-width:640px) {
  .blueprint-hero,.hero-slide-inner { height: 880px; min-height: 880px; }
  .hero-global-copy { top: 38px; }
  .hero-global-copy h1 { font-size: 2.35rem; }
  .hero-slide-inner { padding-top: 330px; padding-bottom: 190px; }
  .architecture-media { height: 280px; }
  .architecture-content { padding: 28px 23px; }
  .sectors-banner { min-height: 350px; }
  .sectors-banner > div { min-height: 350px; width: 100%; padding: 25px; }
}

/* ========================================================================
   ICS GLOBAL GROUP V4.2 - internal-page hierarchy and viewport-safe heroes
   ======================================================================== */
.landing-page > .breadcrumbs {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #61757e;
  line-height: 1.2;
}

.about-hero-v41,
.contact-hero-v41 {
  padding: 62px 0 70px;
}
.about-hero-grid {
  min-height: 540px;
  grid-template-columns: 1fr 1.05fr;
  gap: 62px;
}
.about-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 590px;
}
.about-hero-copy h1,
.partners-hero-copy h1,
.contact-hero-copy-v41 h1,
.testimonials-hero-inner h1 {
  text-wrap: balance;
}
.about-hero-copy h1 {
  max-width: 580px;
  margin: 16px 0 20px;
  font-size: clamp(2.85rem,3.2vw,3.85rem);
  line-height: 1.035;
}
.about-hero-copy > p {
  max-width: 540px;
  font-size: .93rem;
  line-height: 1.7;
}
.about-hero-v41 .hero-actions,
.partners-hero-v41 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.about-hero-v41 .hero-actions .button-outline {
  border-color: rgba(11,60,93,.24);
  color: var(--ics-navy);
  background: rgba(255,255,255,.62);
}
.about-hero-v41 .hero-actions .button-outline:hover {
  border-color: var(--ics-navy);
  background: #fff;
}
.about-hero-trust {
  margin-top: 25px;
}
.about-hero-visual {
  min-height: 0;
  height: 540px;
}
.about-hero-visual::before {
  top: -20px;
  right: -20px;
  width: 62%;
  height: 62%;
}
.about-hero-visual img {
  border-radius: 30px 150px 30px 30px;
  object-position: center 38%;
}
.about-visual-card {
  right: 18px;
  bottom: 20px;
  width: 220px;
  border: 1px solid rgba(11,60,93,.08);
}
.about-metric-bar .container > div {
  padding: 22px 18px;
}
.about-intro-grid {
  gap: 70px;
}
.about-intro-image {
  height: 520px;
}
.mission-vision-grid-v41 article {
  min-height: 320px;
  padding: 31px;
  border: 1px solid rgba(11,60,93,.06);
  box-shadow: 0 14px 38px rgba(7,44,68,.045);
}
.mission-vision-grid-v41 article > span {
  margin-bottom: 54px;
}
.about-process-grid article,
.partner-process-grid article {
  min-height: 230px;
  transition: transform .22s ease, box-shadow .22s ease;
}
.about-process-grid article:hover,
.partner-process-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(7,44,68,.08);
}
.about-process-grid h3 {
  margin-top: 28px;
}
.about-landing-v41 .section-heading h2,
.about-landing-v41 .split-heading h2,
.partners-landing-v41 .section-heading h2,
.partners-landing-v41 .split-heading h2,
.contact-landing-v41 .split-heading h2,
.testimonials-page-v41 .split-heading h2,
.programs-landing .split-heading h2 {
  max-width: 720px;
  font-size: clamp(1.85rem,2.65vw,2.75rem);
  line-height: 1.12;
  text-wrap: balance;
}

.partners-hero-v41 {
  padding: 66px 0 72px;
}
.partners-hero-grid {
  min-height: 540px;
  grid-template-columns: 1fr .94fr;
  gap: 62px;
}
.partners-hero-copy h1 {
  max-width: 650px;
  margin: 16px 0 20px;
  font-size: clamp(2.85rem,3.35vw,4rem);
  line-height: 1.04;
}
.partners-hero-copy > p {
  max-width: 560px;
  font-size: .92rem;
}
.partners-hero-image {
  height: 540px;
}
.partners-hero-image img {
  border-radius: 30px 145px 30px 30px;
  object-position: center;
}
.partner-image-note {
  left: 20px;
  bottom: 20px;
}
.partner-type-grid-v41 article {
  min-height: 285px;
  padding: 27px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.partner-type-grid-v41 article:hover {
  transform: translateY(-5px);
  border-color: rgba(6,76,53,.2);
  box-shadow: 0 18px 42px rgba(7,44,68,.07);
}
.partner-type-grid-v41 article > div {
  margin-bottom: 48px;
}
.partner-advantages-grid-v41 {
  gap: 66px;
}
.partner-advantages-grid-v41 .partner-advantages-image {
  height: 520px;
}
.partner-advantages-grid-v41 .partner-advantages-image img {
  border-radius: 22px;
}
.partner-process-grid article {
  min-height: 225px;
  border: 1px solid rgba(6,76,53,.06);
}
.partner-process-grid article > span {
  margin-bottom: 31px;
}

.contact-hero-grid-v41 {
  grid-template-columns: 1.02fr .98fr;
  gap: 68px;
}
.contact-hero-image-v41 {
  height: 520px;
}
.contact-hero-image-v41 > img {
  border-radius: 140px 28px 28px 28px;
  object-position: center 35%;
}
.contact-image-badge {
  right: 18px;
  bottom: 18px;
}
.contact-hero-copy-v41 h1 {
  max-width: 570px;
  font-size: clamp(2.75rem,3.2vw,3.8rem);
  line-height: 1.045;
}
.contact-direct-v41 a {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.contact-direct-v41 a:hover {
  transform: translateX(4px);
  border-color: rgba(6,76,53,.22);
  box-shadow: 0 10px 25px rgba(7,44,68,.055);
}
.contact-form-card-v41,
.contact-guidance-v41 {
  min-height: 100%;
}
.office-grid-v41 article {
  min-height: 250px;
  border: 1px solid rgba(11,60,93,.06);
  box-shadow: 0 12px 34px rgba(7,44,68,.045);
}

.programs-hero,
.programs-hero .landing-hero-content {
  min-height: 580px;
}
.programs-hero .landing-hero-content {
  max-width: 760px;
  padding-top: 82px;
  padding-bottom: 82px;
}
.programs-hero .landing-hero-content h1 {
  max-width: 690px;
  font-size: clamp(2.9rem,3.65vw,4.3rem);
  line-height: 1.045;
  text-wrap: balance;
}
.programs-hero .landing-hero-content p {
  max-width: 610px;
}
.program-streams .container > div {
  transition: background .2s ease, transform .2s ease;
}
.program-streams .container > div:hover {
  transform: translateY(-3px);
  background: #fff;
}
.program-stage-grid article {
  min-height: 300px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.program-stage-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(6,76,53,.18);
  box-shadow: 0 20px 45px rgba(7,44,68,.09);
}
.program-stage-top {
  margin-bottom: 42px;
}

.testimonials-hero-v41 {
  padding: 84px 0 80px;
}
.testimonials-hero-inner {
  max-width: 800px;
}
.testimonials-hero-inner h1 {
  max-width: 760px;
  font-size: clamp(2.8rem,3.55vw,4.15rem);
  line-height: 1.045;
}
.testimonial-card-grid-v41 article {
  min-height: 320px;
  box-shadow: 0 10px 30px rgba(7,44,68,.035);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.testimonial-card-grid-v41 article:hover {
  transform: translateY(-4px);
  border-color: rgba(6,76,53,.18);
  box-shadow: 0 18px 40px rgba(7,44,68,.075);
}
.testimonial-stars-v41 {
  margin-top: 28px;
}

@media (max-width:1120px) {
  .about-hero-grid,
  .partners-hero-grid,
  .contact-hero-grid-v41 {
    gap: 42px;
  }
  .about-hero-copy h1,
  .partners-hero-copy h1,
  .contact-hero-copy-v41 h1 {
    font-size: clamp(2.65rem,4.5vw,3.35rem);
  }
  .about-hero-visual,
  .partners-hero-image,
  .contact-hero-image-v41 {
    height: 500px;
  }
}

@media (max-width:900px) {
  .about-hero-v41,
  .partners-hero-v41,
  .contact-hero-v41 {
    padding: 52px 0 62px;
  }
  .about-hero-grid,
  .partners-hero-grid,
  .contact-hero-grid-v41 {
    min-height: 0;
    gap: 45px;
  }
  .about-hero-copy,
  .partners-hero-copy,
  .contact-hero-copy-v41 {
    max-width: 680px;
  }
  .about-hero-copy h1,
  .partners-hero-copy h1,
  .contact-hero-copy-v41 h1 {
    max-width: 670px;
    font-size: 3.25rem;
  }
  .about-hero-visual,
  .partners-hero-image,
  .contact-hero-image-v41 {
    height: 470px;
  }
  .programs-hero,
  .programs-hero .landing-hero-content {
    min-height: 540px;
  }
  .programs-hero .landing-hero-content h1 {
    font-size: 3.35rem;
  }
}

@media (max-width:640px) {
  .landing-page > .breadcrumbs {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .about-hero-v41,
  .partners-hero-v41,
  .contact-hero-v41 {
    padding: 42px 0 52px;
  }
  .about-hero-copy h1,
  .partners-hero-copy h1,
  .contact-hero-copy-v41 h1,
  .testimonials-hero-inner h1 {
    margin: 12px 0 17px;
    font-size: 2.35rem;
    line-height: 1.07;
  }
  .about-hero-copy > p,
  .partners-hero-copy > p,
  .contact-hero-copy-v41 > p {
    font-size: .86rem;
  }
  .about-hero-v41 .hero-actions,
  .partners-hero-v41 .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .about-hero-v41 .hero-actions .button,
  .partners-hero-v41 .hero-actions .button {
    width: 100%;
    justify-content: space-between;
  }
  .about-hero-trust,
  .partners-trust-line {
    gap: 10px 16px;
    margin-top: 22px;
  }
  .about-hero-visual,
  .partners-hero-image,
  .contact-hero-image-v41 {
    height: 350px;
  }
  .about-hero-visual img,
  .partners-hero-image img,
  .contact-hero-image-v41 > img {
    border-radius: 22px 90px 22px 22px;
  }
  .about-visual-card,
  .partner-image-note,
  .contact-image-badge {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .about-intro-image,
  .partner-advantages-grid-v41 .partner-advantages-image {
    height: 340px;
  }
  .mission-vision-grid-v41 article,
  .partner-type-grid-v41 article,
  .program-stage-grid article,
  .testimonial-card-grid-v41 article {
    min-height: 0;
  }
  .about-process-grid article,
  .partner-process-grid article {
    min-height: 205px;
  }
  .programs-hero,
  .programs-hero .landing-hero-content {
    min-height: 500px;
  }
  .programs-hero .landing-hero-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .programs-hero .landing-hero-content h1 {
    font-size: 2.5rem;
  }
  .testimonials-hero-v41 {
    padding: 64px 0 60px;
  }
}
/* Editable Our Partners logo carousel */
.partners-carousel-section { overflow: hidden; background: #fff; }
.partners-carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 34px; }
.partners-carousel-heading > div:first-child { max-width: 720px; }
.partners-carousel-heading h2 { margin-bottom: 10px; }
.partners-carousel-heading p { max-width: 680px; margin: 0; color: var(--ics-muted); }
.partners-carousel-controls { display: flex; flex: 0 0 auto; gap: 10px; }
.partners-carousel-controls button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--ics-line); border-radius: 50%; background: #fff; color: var(--ics-navy); font-size: 1rem; cursor: pointer; transition: .25s ease; }
.partners-carousel-controls button:hover,.partners-carousel-controls button:focus-visible { border-color: var(--ics-teal); background: var(--ics-teal); color: #fff; transform: translateY(-2px); }
.partners-carousel-viewport { position: relative; }
.partners-carousel-viewport::before,.partners-carousel-viewport::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 12px; width: 34px; pointer-events: none; }
.partners-carousel-viewport::before { left: 0; background: linear-gradient(90deg,#fff,rgba(255,255,255,0)); }
.partners-carousel-viewport::after { right: 0; background: linear-gradient(270deg,#fff,rgba(255,255,255,0)); }
.partners-carousel-track { display: flex; gap: 18px; overflow-x: auto; padding: 4px 5px 18px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.partners-carousel-track::-webkit-scrollbar { display: none; }
.partner-logo-card { display: grid; min-width: calc((100% - 54px)/4); min-height: 184px; flex: 0 0 calc((100% - 54px)/4); align-content: center; justify-items: center; gap: 16px; padding: 26px; border: 1px solid var(--ics-line); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(4,31,49,.055); scroll-snap-align: start; transition: .3s ease; }
.partner-logo-card:hover { border-color: rgba(6,76,53,.28); box-shadow: 0 20px 44px rgba(4,31,49,.1); transform: translateY(-4px); }
.partner-logo-card img { width: 100%; max-width: 170px; height: 82px; object-fit: contain; }
.partner-logo-card span { color: var(--ics-navy); font-size: .72rem; font-weight: 700; text-align: center; }

@media (max-width: 900px) {
  .partner-logo-card { min-width: calc((100% - 18px)/2); flex-basis: calc((100% - 18px)/2); }
}

@media (max-width: 600px) {
  .partners-carousel-heading { align-items: flex-start; gap: 20px; }
  .partners-carousel-heading p { font-size: .8rem; }
  .partners-carousel-controls button { width: 40px; height: 40px; }
  .partner-logo-card { min-width: 82%; flex-basis: 82%; min-height: 165px; }
}

/* ========================================================================== */
/* ICS-DEV-2026-V1 — unified V5 components                                   */
/* ========================================================================== */
.header-inner { gap: 22px; }
.site-branding,.header-cta { flex: 0 0 auto; }
.primary-navigation { display: flex; min-width: 0; align-self: stretch; align-items: center; gap: 2px; }
.primary-navigation > ul { flex-wrap: nowrap; }
.primary-navigation > ul > li { flex: 0 0 auto; }
.primary-navigation > ul > li > a { white-space: nowrap; }
.about-hero-copy h1,.partners-hero-copy h1,.contact-hero-copy-v41 h1,.programs-hero .landing-hero-content h1,.testimonials-hero-inner h1 { font-size: clamp(2.2rem,3vw,3.35rem); line-height: 1.08; }
.hero-global-copy h1 { font-size: clamp(2.35rem,3.6vw,3.8rem); line-height: 1.05; }
.offices-menu { position: relative; align-self: stretch; display: flex; align-items: center; }
.offices-menu-toggle { display: flex; align-items: center; gap: 7px; height: 100%; padding: 0 10px; border: 0; background: transparent; color: var(--ics-navy); font: 700 .76rem/1 Manrope,sans-serif; cursor: pointer; }
.offices-menu-toggle > span { color: var(--ics-orange); font-size: 1rem; transition: transform .2s ease; }
.offices-menu.is-open .offices-menu-toggle > span { transform: rotate(180deg); }
.offices-mega-menu { position: absolute; z-index: 100; top: calc(100% + 14px); right: -165px; width: min(880px,calc(100vw - 48px)); padding: 28px; border: 1px solid rgba(11,60,93,.12); border-radius: 20px; background: #fff; box-shadow: 0 28px 70px rgba(4,31,49,.2); visibility: hidden; opacity: 0; transform: translateY(10px); transition: opacity .2s ease,transform .2s ease,visibility .2s; }
.offices-menu.is-open .offices-mega-menu,.offices-menu:hover .offices-mega-menu,.offices-menu:focus-within .offices-mega-menu { visibility: visible; opacity: 1; transform: none; }
.offices-mega-menu::before { content: ""; position: absolute; top: -7px; right: 205px; width: 14px; height: 14px; border-top: 1px solid rgba(11,60,93,.12); border-left: 1px solid rgba(11,60,93,.12); background: #fff; transform: rotate(45deg); }
.offices-mega-intro { display: grid; grid-template-columns: 1fr 1.4fr; align-items: end; gap: 4px 30px; padding-bottom: 20px; border-bottom: 1px solid var(--ics-line); }
.offices-mega-intro .eyebrow { grid-column: 1/-1; }
.offices-mega-intro h2 { margin: 0; font-size: 1.3rem; }
.offices-mega-intro p { margin: 0; color: var(--ics-muted); font-size: .74rem; }
.offices-mega-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 18px 0; }
.offices-mega-grid a { display: grid; grid-template-columns: 40px 1fr; gap: 12px; min-width: 0; padding: 14px; border-radius: 12px; background: var(--ics-cream); color: var(--ics-navy); }
.offices-mega-grid a:hover { background: var(--ics-soft-green); transform: translateY(-2px); }
.offices-mega-grid a > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; background: var(--ics-teal); color: #fff; font-size: .64rem; font-weight: 800; }
.offices-mega-grid small,.offices-mega-grid strong,.offices-mega-grid em { display: block; overflow: hidden; text-overflow: ellipsis; }
.offices-mega-grid small { color: var(--ics-orange); font-size: .53rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.offices-mega-grid strong { margin: 3px 0; font-size: .73rem; }
.offices-mega-grid em { color: var(--ics-muted); font-size: .6rem; font-style: normal; }
.offices-mega-all,.footer-office-directory { display: inline-flex; align-items: center; gap: 8px; color: var(--ics-teal); font-size: .72rem; font-weight: 800; }

/* WCAG-friendly media treatment: a 40% radial layer plus directional contrast. */
.blueprint-hero .hero-slide::before { background-image: linear-gradient(90deg,rgba(4,31,49,.94) 0%,rgba(11,60,93,.78) 42%,rgba(6,76,53,.22) 76%,rgba(4,31,49,.16) 100%),radial-gradient(circle at 28% 55%,rgba(4,31,49,.4),rgba(4,31,49,.4)),var(--slide-image); }
.event-ticker { display: grid; grid-template-columns: 230px 1fr; min-height: 92px; overflow: hidden; border-bottom: 1px solid rgba(11,60,93,.1); background: #fff; }
.event-ticker-label { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 16px 24px 16px max(24px,calc((100vw - 1240px)/2)); background: var(--ics-teal); color: #fff; }
.event-ticker-label span { color: #ffad75; font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.event-ticker-label strong { margin-top: 4px; font: 700 .82rem/1.25 Manrope,sans-serif; }
.event-ticker-viewport { display: flex; overflow: hidden; }
.event-ticker-track { display: flex; width: max-content; animation: icsTicker 32s linear infinite; }
.event-ticker:hover .event-ticker-track,.event-ticker:focus-within .event-ticker-track { animation-play-state: paused; }
.event-ticker-set { display: flex; align-items: center; }
.event-ticker-card { display: grid; width: 330px; grid-template-columns: 60px 1fr; align-items: center; gap: 13px; padding: 12px 20px; border-right: 1px solid var(--ics-line); }
.event-ticker-card img { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; }
.event-ticker-card strong,.event-ticker-card span { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; }
.event-ticker-card strong { color: var(--ics-navy); font-size: .72rem; line-height: 1.35; -webkit-line-clamp: 2; }
.event-ticker-card span { margin-top: 4px; color: var(--ics-muted); font-size: .6rem; line-height: 1.35; -webkit-line-clamp: 2; }
@keyframes icsTicker { to { transform: translateX(-50%); } }

.division-identity { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.division-identity > img { width: auto; max-width: 160px; height: 48px; object-fit: contain; }
.division-wordmark { color: var(--ics-navy); font: 800 .9rem/1.15 Manrope,sans-serif; text-transform: uppercase; }
.bilateral-flags { display: inline-flex; align-items: center; gap: 8px; font-size: 1.2rem; }
.bilateral-flags i { width: 30px; height: 2px; background: linear-gradient(90deg,#101010 0 33%,#dd0000 33% 66%,#ffce00 66%); }
.division-program-list { display: grid; gap: 9px; margin: 14px 0 22px; padding: 0; list-style: none; counter-reset: programs; }
.division-program-list li { position: relative; padding: 9px 12px 9px 38px; border-radius: 9px; background: var(--ics-soft-green); color: var(--ics-navy); font-size: .7rem; font-weight: 700; counter-increment: programs; }
.division-program-list li::before { content: counter(programs); position: absolute; left: 10px; color: var(--ics-orange); }
.architecture-links { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; }
.portal-link { color: var(--ics-orange); font-size: .68rem; font-weight: 800; }
.mission-image img { border-radius: 12px; box-shadow: 0 22px 55px rgba(4,31,49,.15); }

.leadership-v5 { background: linear-gradient(180deg,#fff,var(--ics-cream)); }
.leadership-flow { display: grid; gap: 72px; }
.executive-row { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 70px; }
.executive-row.is-reversed .executive-photo { order: 2; }
.executive-row.is-reversed .executive-message { order: 1; }
.executive-photo { position: relative; height: 480px; overflow: hidden; border-radius: 20px 80px 20px 20px; background: var(--ics-soft-green); box-shadow: 0 22px 55px rgba(4,31,49,.12); }
.executive-tier-1 .executive-photo { height: 570px; }
.executive-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.executive-photo > span { position: absolute; top: 20px; left: 20px; padding: 8px 12px; border-radius: 999px; background: var(--ics-orange); color: #fff; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.executive-message { position: relative; padding: 45px; }
.executive-message::before { content: "“"; position: absolute; top: -32px; left: 20px; color: rgba(249,115,22,.14); font: 800 9rem/1 Georgia,serif; }
.executive-message h3 { position: relative; margin: 8px 0 22px; font-size: clamp(1.5rem,2.5vw,2.35rem); }
.executive-message blockquote { position: relative; margin: 0; color: var(--ics-muted); font-size: .9rem; line-height: 1.85; }
.executive-tier-1 .executive-message blockquote { color: var(--ics-navy); font-size: 1rem; }

.opportunities-v5 { background: var(--ics-cream); }
.opportunity-grid-v5 { display: grid; gap: 12px; margin-top: 36px; }
.opportunity-card-v5 { display: grid; grid-template-columns: 58px minmax(0,1fr) 210px 46px; align-items: center; gap: 20px; padding: 21px 24px; border: 1px solid var(--ics-line); border-radius: 15px; background: #fff; box-shadow: 0 10px 28px rgba(4,31,49,.04); transition: .25s ease; }
.opportunity-card-v5:hover { border-color: rgba(6,76,53,.24); box-shadow: 0 16px 36px rgba(4,31,49,.09); transform: translateY(-2px); }
.opportunity-number { color: rgba(11,60,93,.26); font: 800 1.2rem/1 Manrope,sans-serif; }
.opportunity-main > span,.proof-card-v5 > div > small { color: var(--ics-orange); font-size: .56rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.opportunity-main h3 { margin: 4px 0 5px; font-size: 1rem; }
.opportunity-main p { margin: 0; color: var(--ics-muted); font-size: .7rem; }
.opportunity-destination { display: flex; align-items: center; gap: 11px; color: var(--ics-teal); }
.opportunity-destination span,.opportunity-destination small { display: block; }
.opportunity-destination small { color: var(--ics-muted); font-size: .54rem; }
.opportunity-destination strong { color: var(--ics-navy); font-size: .68rem; }
.opportunity-arrow { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--ics-soft-green); color: var(--ics-teal); }
[data-reveal-group] .is-collapsed { display: none; }
[data-reveal-group].is-expanded .is-collapsed { display: grid; animation: revealItem .35s ease both; }
.proof-gallery-v5.is-expanded .proof-card-v5.is-collapsed { display: block; }
.reveal-actions { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 28px; }
.reveal-actions [aria-expanded="true"] svg { transform: rotate(180deg); }
@keyframes revealItem { from { opacity: 0; transform: translateY(12px); } }

.proof-gallery-v5 { background: #fff; }
.proof-card-grid-v5 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 34px; }
.proof-card-v5 { display: block; overflow: hidden; border: 1px solid var(--ics-line); border-radius: 18px; background: #fff; box-shadow: 0 15px 38px rgba(4,31,49,.07); }
.proof-card-media { position: relative; display: block; height: 330px; overflow: hidden; background: var(--ics-soft-green); }
.proof-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.proof-card-v5:hover .proof-card-media img { transform: scale(1.025); }
.proof-card-media > span { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 9px; background: rgba(4,31,49,.88); color: #fff; font-size: .6rem; font-weight: 700; }
.proof-card-v5 > div { padding: 23px; }
.proof-card-v5 h3 { margin: 6px 0 8px; font-size: .98rem; }
.proof-card-v5 p { margin: 0; color: var(--ics-muted); font-size: .7rem; }
.admin-media-note { margin-top: 18px; color: var(--ics-muted); font-size: .66rem; text-align: center; }

.offices-hero,.program-hero-v5 { position: relative; overflow: hidden; background: linear-gradient(135deg,#062b45,#0b3c5d 55%,#064c35); color: #fff; }
.offices-hero::after,.program-hero-v5::after { content: ""; position: absolute; right: -150px; bottom: -230px; width: 540px; height: 540px; border: 100px solid rgba(249,115,22,.09); border-radius: 50%; }
.offices-hero-grid { position: relative; z-index: 1; display: grid; min-height: 540px; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 80px; }
.offices-hero h1,.program-hero-v5 h1 { max-width: 800px; color: #fff; }
.offices-hero p { max-width: 680px; color: rgba(255,255,255,.72); }
.offices-hero aside { padding: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.offices-hero aside > span { color: #ff9c57; }
.offices-hero aside strong { display: block; margin: 18px 0 4px; color: #fff; font: 800 4rem/1 Manrope,sans-serif; }
.offices-directory { background: var(--ics-cream); }
.offices-directory-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 38px; }
.office-directory-card { padding: 30px; border: 1px solid var(--ics-line); border-radius: 18px; background: #fff; box-shadow: 0 13px 35px rgba(4,31,49,.05); scroll-margin-top: 140px; }
.office-directory-card.is-head-office { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1.3fr; gap: 24px 48px; border-top: 4px solid var(--ics-orange); }
.office-card-head { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 14px; }
.office-card-head > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 14px; background: var(--ics-teal); color: #fff; font-size: .68rem; font-weight: 800; }
.office-card-head small,.office-card-head em { display: block; color: var(--ics-muted); font-size: .6rem; font-style: normal; }
.office-card-head small { color: var(--ics-orange); font-weight: 800; text-transform: uppercase; }
.office-card-head h3 { margin: 3px 0; font-size: 1.2rem; }
.office-directory-card address { margin: 24px 0 18px; color: var(--ics-muted); font-size: .78rem; font-style: normal; line-height: 1.7; }
.office-directory-card ul { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 0 0 15px; padding: 0; list-style: none; }
.office-directory-card li { display: flex; align-items: center; gap: 8px; color: var(--ics-teal); font-size: .72rem; }
.map-pending { color: var(--ics-muted); font-size: .61rem; }
.office-routing { background: #fff; }
.office-routing-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.routing-cards { display: grid; gap: 10px; }
.routing-cards a { display: grid; grid-template-columns: 46px 1fr 24px; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--ics-line); border-radius: 13px; color: var(--ics-navy); }
.routing-cards a:hover { border-color: var(--ics-teal); background: var(--ics-soft-green); }
.routing-cards a > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 12px; background: var(--ics-navy); color: #fff; }
.routing-cards strong,.routing-cards small { display: block; }
.routing-cards small { color: var(--ics-muted); font-size: .62rem; }

.faq-section { background: var(--ics-soft-green); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-layout > div:first-child p { color: var(--ics-muted); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 22px; border: 1px solid rgba(6,76,53,.14); border-radius: 13px; background: #fff; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; color: var(--ics-navy); font: 700 .82rem/1.45 Manrope,sans-serif; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--ics-soft-green); color: var(--ics-teal); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 0 20px; color: var(--ics-muted); font-size: .73rem; }

.division-detail-logo { width: auto; max-width: 180px; height: 58px; margin-bottom: 20px; padding: 8px 12px; border-radius: 10px; background: rgba(255,255,255,.92); object-fit: contain; }
.division-audience { margin-top: 32px; padding: 24px; border-left: 4px solid var(--ics-orange); background: var(--ics-cream); }
.division-audience ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 15px 0 0; padding: 0; list-style: none; }
.division-audience li { display: flex; align-items: center; gap: 7px; color: var(--ics-teal); font-size: .7rem; font-weight: 700; }
.bilateral-programs { background: var(--ics-navy); color: #fff; }
.bilateral-programs h2,.bilateral-programs h3 { color: #fff; }
.bilateral-programs-head { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 60px; }
.bilateral-programs-head > p { color: rgba(255,255,255,.62); }
.bilateral-program-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.bilateral-program-grid article { padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.055); }
.bilateral-program-grid article > span { color: #ff9c57; font: 800 .74rem/1 Manrope,sans-serif; }
.bilateral-program-grid h3 { margin: 28px 0 10px; font-size: 1rem; }
.bilateral-program-grid p { color: rgba(255,255,255,.62); font-size: .7rem; }

.program-hero-grid-v5 { position: relative; z-index: 1; display: grid; min-height: 640px; grid-template-columns: 1fr .82fr; align-items: center; gap: 70px; padding-top: 65px; padding-bottom: 65px; }
.program-hero-v5 p { max-width: 660px; color: rgba(255,255,255,.72); }
.program-hero-facts { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.program-hero-facts > div { display: flex; min-width: 190px; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.06); }
.program-hero-facts svg { color: #ff9c57; }
.program-hero-facts small,.program-hero-facts strong { display: block; }
.program-hero-facts small { color: rgba(255,255,255,.55); font-size: .55rem; }
.program-hero-facts strong { color: #fff; font-size: .67rem; }
.program-hero-image-v5 { position: relative; height: 470px; }
.program-hero-image-v5 img { width: 100%; height: 100%; border-radius: 70px 20px 20px; object-fit: cover; box-shadow: 0 28px 65px rgba(0,0,0,.24); }
.program-hero-image-v5 > span { position: absolute; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 10px; background: #fff; color: var(--ics-teal); font-size: .62rem; font-weight: 800; }
.program-copy-grid-v5 { display: grid; grid-template-columns: 1.15fr .65fr; align-items: start; gap: 75px; }
.program-summary-v5 { position: sticky; top: 130px; padding: 30px; border-top: 4px solid var(--ics-orange); border-radius: 16px; background: var(--ics-cream); box-shadow: 0 16px 38px rgba(4,31,49,.07); }
.program-summary-v5 h2 { font-size: 1.2rem; }
.program-summary-v5 dl > div { padding: 14px 0; border-bottom: 1px solid var(--ics-line); }
.program-summary-v5 dt { color: var(--ics-muted); font-size: .58rem; text-transform: uppercase; }
.program-summary-v5 dd { margin: 4px 0 0; color: var(--ics-navy); font-size: .75rem; font-weight: 700; }
.program-readiness-v5 { background: var(--ics-cream); }
.program-readiness-grid-v5 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 34px; }
.program-readiness-grid-v5 article { padding: 32px; border-radius: 17px; background: #fff; box-shadow: 0 12px 32px rgba(4,31,49,.055); }
.program-readiness-grid-v5 article > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; background: var(--ics-soft-green); color: var(--ics-teal); }
.program-readiness-grid-v5 h3 { margin: 32px 0 10px; font-size: 1rem; }
.program-readiness-grid-v5 p { color: var(--ics-muted); font-size: .73rem; }
.program-process-v5 { background: #fff; }

@media (max-width: 1100px) {
  .offices-menu-toggle { padding: 0 5px; }
  .offices-mega-menu { right: -100px; }
  .executive-row { gap: 40px; }
  .opportunity-card-v5 { grid-template-columns: 48px minmax(0,1fr) 170px 42px; }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .trust-bar-inner { min-height: 32px; }
  .header-inner { min-height: 72px; }
  .custom-logo-link img { max-width: 150px; max-height: 48px; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-cta { display: none; }
  .primary-navigation { position: fixed; inset: 104px 0 0; display: none; align-items: flex-start; padding: 24px max(24px,calc((100vw - 1140px)/2)); overflow-y: auto; background: #fff; box-shadow: inset 0 1px 0 var(--ics-line); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation > ul { display: block; }
  .primary-navigation a { padding: 14px 0; border-bottom: 1px solid var(--ics-line); font-size: .88rem; }
  .primary-navigation > ul > li > a::after { display: none; }
  .primary-navigation .sub-menu { position: static; display: block; width: auto; padding: 0 0 0 16px; border: 0; box-shadow: none; }
  .offices-menu { display: block; width: 100%; }
  .offices-menu-toggle { width: 100%; height: auto; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--ics-line); }
  .offices-mega-menu { position: static; display: none; width: 100%; margin-top: 4px; padding: 15px; border-radius: 13px; box-shadow: none; visibility: visible; opacity: 1; transform: none; }
  .offices-menu.is-open .offices-mega-menu { display: block; }
  .offices-mega-menu::before,.offices-mega-intro { display: none; }
  .offices-mega-grid { grid-template-columns: 1fr 1fr; margin-top: 0; }
}
@media (max-width: 900px) {
  .primary-navigation { display: none; align-items: flex-start; }
  .primary-navigation.is-open { display: block; }
  .offices-menu { display: block; width: 100%; }
  .offices-menu-toggle { width: 100%; height: auto; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--ics-line); }
  .offices-mega-menu { position: static; display: none; width: 100%; margin-top: 4px; padding: 15px; border-radius: 13px; box-shadow: none; visibility: visible; opacity: 1; transform: none; }
  .offices-menu.is-open .offices-mega-menu { display: block; }
  .offices-mega-menu::before,.offices-mega-intro { display: none; }
  .offices-mega-grid { grid-template-columns: 1fr 1fr; margin-top: 0; }
  .event-ticker { grid-template-columns: 160px 1fr; }
  .executive-row,.executive-row.is-reversed { grid-template-columns: 1fr; gap: 24px; }
  .executive-row.is-reversed .executive-photo,.executive-row.is-reversed .executive-message { order: initial; }
  .executive-photo,.executive-tier-1 .executive-photo { height: 520px; }
  .opportunity-card-v5 { grid-template-columns: 44px minmax(0,1fr) 42px; }
  .opportunity-destination { grid-column: 2; }
  .opportunity-arrow { grid-column: 3; grid-row: 1/3; }
  .proof-card-grid-v5 { grid-template-columns: repeat(2,1fr); }
  .offices-hero-grid,.office-routing-grid,.program-hero-grid-v5,.program-copy-grid-v5,.faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .offices-hero-grid { padding-top: 70px; padding-bottom: 70px; }
  .office-directory-card.is-head-office { display: block; }
  .program-summary-v5 { position: static; }
  .program-readiness-grid-v5,.bilateral-program-grid { grid-template-columns: 1fr; }
  .bilateral-programs-head { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 640px) {
  .about-hero-copy h1,.partners-hero-copy h1,.contact-hero-copy-v41 h1,.programs-hero .landing-hero-content h1,.testimonials-hero-inner h1,.offices-hero h1,.program-hero-v5 h1 { font-size: 2.1rem; line-height: 1.1; }
  .offices-mega-grid,.offices-directory-grid,.proof-card-grid-v5 { grid-template-columns: 1fr; }
  .event-ticker { grid-template-columns: 118px 1fr; }
  .event-ticker-label { padding: 12px; }
  .event-ticker-label strong { font-size: .68rem; }
  .event-ticker-card { width: 280px; grid-template-columns: 48px 1fr; padding: 10px 14px; }
  .event-ticker-card img { width: 48px; height: 48px; }
  .architecture-links,.reveal-actions { align-items: stretch; flex-direction: column; }
  .executive-photo,.executive-tier-1 .executive-photo { height: 390px; }
  .executive-message { padding: 28px 6px; }
  .opportunity-card-v5 { grid-template-columns: 35px minmax(0,1fr) 36px; gap: 10px; padding: 17px 14px; }
  .opportunity-destination { grid-column: 2/4; }
  .opportunity-arrow { width: 36px; height: 36px; }
  .proof-card-media { height: 300px; }
  .office-directory-card { padding: 22px; }
  .program-hero-grid-v5 { min-height: 0; padding-top: 58px; padding-bottom: 58px; }
  .program-hero-image-v5 { height: 320px; }
  .program-readiness-grid-v5 article { padding: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  .event-ticker-track { animation: none; }
}

/* V5.1 — visible media controls across every content family */
.partner-showcase .partner-panel { grid-template-columns: .85fr .72fr 1fr; gap: 30px; padding: 38px; }
.partner-showcase-media { position: relative; min-height: 350px; overflow: hidden; border-radius: 18px; }
.partner-showcase-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 50%,rgba(4,31,49,.78)); }
.partner-showcase-media img { width: 100%; height: 100%; object-fit: cover; }
.partner-showcase-media > span { position: absolute; z-index: 2; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; gap: 8px; color: #fff; font-size: .62rem; font-weight: 700; }
.partner-showcase .partner-benefits { grid-template-columns: 1fr; gap: 8px; }
.partner-showcase .partner-benefits li { min-height: 54px; padding: 12px 14px; }

.opportunity-card-v5 { grid-template-columns: 48px 84px minmax(0,1fr) 190px 42px; }
.opportunity-image { display: block; width: 84px; height: 70px; overflow: hidden; border-radius: 11px; background: var(--ics-soft-green); }
.opportunity-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.opportunity-card-v5:hover .opportunity-image img { transform: scale(1.06); }

.job-card { padding: 0; overflow: hidden; }
.job-card-media { display: block; height: 185px; overflow: hidden; background: var(--ics-soft-green); }
.job-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.job-card:hover .job-card-media img { transform: scale(1.045); }
.job-card > :not(.job-card-media) { margin-right: 24px; margin-left: 24px; }
.job-card > .job-card-top { margin-top: 21px; }
.job-card > .job-card-bottom { margin-bottom: 24px; }
.job-hero[style*="--job-image"] { background-image: linear-gradient(90deg,rgba(4,31,49,.96),rgba(11,60,93,.88) 55%,rgba(6,76,53,.62)),var(--job-image); background-position: center; background-size: cover; }

.office-directory-card { padding: 0; overflow: hidden; }
.office-card-image { position: relative; height: 210px; overflow: hidden; background: var(--ics-soft-green); }
.office-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 52%,rgba(4,31,49,.52)); }
.office-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.office-directory-card:hover .office-card-image img { transform: scale(1.035); }
.office-card-image > span { position: absolute; z-index: 2; right: 16px; bottom: 14px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; background: var(--ics-orange); color: #fff; font-size: .65rem; font-weight: 800; }
.office-card-content { padding: 27px; }
.office-directory-card.is-head-office { gap: 0; }
.office-directory-card.is-head-office .office-card-image { height: 100%; min-height: 330px; }
.office-card-content .office-card-head { grid-template-columns: 1fr; }
.office-card-content .office-card-head > span { display: none; }

@media (max-width: 1120px) {
  .partner-showcase .partner-panel { grid-template-columns: 1fr 1fr; }
  .partner-showcase .partner-benefits { grid-column: 1/-1; grid-template-columns: repeat(3,1fr); }
  .opportunity-card-v5 { grid-template-columns: 42px 76px minmax(0,1fr) 160px 40px; }
}
@media (max-width: 900px) {
  .partner-showcase .partner-panel { grid-template-columns: 1fr; }
  .partner-showcase .partner-benefits { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .opportunity-card-v5 { grid-template-columns: 40px 76px minmax(0,1fr) 40px; }
  .opportunity-destination { grid-column: 3; }
  .opportunity-arrow { grid-column: 4; grid-row: 1/3; }
}
@media (max-width: 640px) {
  .partner-showcase .partner-panel { padding: 24px; }
  .partner-showcase-media { min-height: 280px; }
  .partner-showcase .partner-benefits { grid-template-columns: 1fr; }
  .opportunity-card-v5 { grid-template-columns: 34px 62px minmax(0,1fr); }
  .opportunity-image { width: 62px; height: 58px; }
  .opportunity-main { grid-column: 3; }
  .opportunity-destination { grid-column: 2/4; margin-top: 4px; }
  .opportunity-arrow { display: none; }
  .office-directory-card.is-head-office { display: block; }
  .office-directory-card.is-head-office .office-card-image { height: 230px; min-height: 0; }
}

/* V5.2 - client media, cleaner brand hierarchy and executive layout */
.bundled-site-logo { display: flex; width: 184px; height: 72px; align-items: center; }
.bundled-site-logo img { display: block; width: 100%; height: 62px; object-fit: contain; object-position: left center; }
.bundled-footer-logo { display: inline-flex; max-width: 230px; padding: 11px 14px; border-radius: 13px; background: #fff; }
.bundled-footer-logo img { width: 100%; height: 68px; object-fit: contain; }

.architecture-card { position: relative; border-top: 4px solid transparent; }
.architecture-card:nth-child(4n+1) { border-top-color: var(--ics-navy); }
.architecture-card:nth-child(4n+2) { border-top-color: #f5ad22; }
.architecture-card:nth-child(4n+3) { border-top-color: #315ba7; }
.architecture-card:nth-child(4n+4) { border-top-color: #8b1d92; }
.architecture-card:hover { box-shadow: 0 26px 58px rgba(4,31,49,.13); transform: translateY(-6px); }
.division-identity { min-height: 68px; padding: 8px 10px; border-radius: 12px; background: #fff; }
.division-identity > img { max-width: 176px; max-height: 58px; height: auto; }
.architecture-tier-3 .division-identity > img { max-width: 92px; max-height: 72px; }

.leadership-v52 { overflow: hidden; background: radial-gradient(circle at 92% 10%,rgba(249,115,22,.08),transparent 28%),linear-gradient(180deg,#fff 0%,#f3f7f6 100%); }
.leadership-hierarchy { display: grid; gap: 26px; margin-top: 38px; }
.executive-feature-card { position: relative; display: grid; min-height: 590px; grid-template-columns: .82fr 1.18fr; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg,#062b45,#0b3c5d 60%,#064c35); box-shadow: 0 30px 70px rgba(4,31,49,.2); }
.executive-feature-card::after { content: ""; position: absolute; right: -120px; bottom: -180px; width: 420px; height: 420px; border: 90px solid rgba(249,115,22,.1); border-radius: 50%; pointer-events: none; }
.executive-feature-photo { position: relative; min-height: 590px; overflow: hidden; }
.executive-feature-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 62%,rgba(6,43,69,.88)); }
.executive-feature-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.executive-feature-photo > span { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(4,31,49,.72); color: #fff; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.executive-feature-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 64px 68px; }
.executive-feature-copy .eyebrow { color: #ffad75; }
.executive-feature-copy h3 { margin: 10px 0 24px; color: #fff; font-size: clamp(2rem,3.2vw,3.15rem); }
.executive-feature-copy blockquote { margin: 0; color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.9; }
.executive-signature { display: flex; align-items: center; gap: 14px; margin-top: 30px; color: #fff; font-size: .66rem; font-weight: 700; }
.executive-signature i { width: 46px; height: 3px; background: var(--ics-orange); }
.executive-secondary-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.executive-secondary-card { display: grid; min-height: 345px; grid-template-columns: 205px 1fr; overflow: hidden; border: 1px solid rgba(11,60,93,.1); border-radius: 22px; background: #fff; box-shadow: 0 18px 42px rgba(4,31,49,.08); transition: transform .3s ease,box-shadow .3s ease; }
.executive-secondary-card:hover { box-shadow: 0 24px 52px rgba(4,31,49,.13); transform: translateY(-5px); }
.executive-secondary-photo { min-height: 345px; overflow: hidden; background: var(--ics-soft-green); }
.executive-secondary-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.executive-secondary-card > div:last-child { padding: 34px 30px; }
.executive-secondary-card h3 { margin: 7px 0 15px; font-size: 1.25rem; }
.executive-secondary-card p { margin: 0; color: var(--ics-muted); font-size: .72rem; line-height: 1.8; }

.about-leadership-hierarchy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 36px; }
.about-leader-card { display: grid; grid-template-columns: 190px 1fr; min-height: 280px; overflow: hidden; border: 1px solid var(--ics-line); border-radius: 20px; background: #fff; box-shadow: 0 16px 38px rgba(4,31,49,.07); }
.about-leader-card.is-featured { grid-column: 1/-1; grid-template-columns: .72fr 1.28fr; min-height: 450px; background: var(--ics-navy); }
.about-leader-card img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; object-position: center top; }
.about-leader-card > div { display: flex; flex-direction: column; justify-content: center; padding: 32px; }
.about-leader-card > div > span { color: var(--ics-orange); font-size: .62rem; font-weight: 800; }
.about-leader-card h3 { margin: 7px 0 5px; font-size: 1.25rem; }
.about-leader-card p,.about-leader-card blockquote { margin: 0; color: var(--ics-muted); font-size: .72rem; line-height: 1.75; }
.about-leader-card.is-featured h3 { color: #fff; font-size: clamp(1.9rem,3vw,2.8rem); }
.about-leader-card.is-featured p,.about-leader-card.is-featured blockquote { color: rgba(255,255,255,.76); }
.about-leader-card.is-featured blockquote { margin-top: 24px; padding-left: 20px; border-left: 3px solid var(--ics-orange); }

@media (max-width: 1120px) {
  .executive-feature-copy { padding: 50px 46px; }
  .executive-secondary-card { grid-template-columns: 170px 1fr; }
}
@media (max-width: 900px) {
  .bundled-site-logo { width: 166px; height: 64px; }
  .executive-feature-card { grid-template-columns: 1fr; }
  .executive-feature-photo { min-height: 520px; }
  .executive-feature-photo::after { background: linear-gradient(180deg,transparent 65%,rgba(6,43,69,.9)); }
  .executive-secondary-grid { grid-template-columns: 1fr; }
  .executive-secondary-card { grid-template-columns: 220px 1fr; }
}
@media (max-width: 640px) {
  .bundled-site-logo { width: 144px; height: 58px; }
  .bundled-site-logo img { height: 52px; }
  .executive-feature-card { min-height: 0; border-radius: 20px; }
  .executive-feature-photo { min-height: 400px; }
  .executive-feature-copy { padding: 38px 25px 46px; }
  .executive-feature-copy blockquote { font-size: .78rem; }
  .executive-secondary-card { display: block; }
  .executive-secondary-photo { min-height: 360px; height: 360px; }
  .about-leadership-hierarchy { grid-template-columns: 1fr; }
  .about-leader-card,.about-leader-card.is-featured { display: block; grid-column: auto; min-height: 0; }
  .about-leader-card img,.about-leader-card.is-featured img { height: 380px; min-height: 0; }
}

/* V5.3 final precedence */
.blueprint-hero { height: 700px; min-height: 700px; max-height: none; background: #f4f7f6; color: var(--ics-navy); }
.blueprint-hero .hero-slide { transform: translateY(10px); }
.blueprint-hero .hero-slide.is-active { transform: none; }
.blueprint-hero .hero-slide::before,.blueprint-hero .hero-slide::after { display: none; background: none; }
.blueprint-hero .hero-slide-inner { display: grid; width: min(1240px,calc(100% - 48px)); height: 700px; min-height: 700px; grid-template-columns: minmax(0,.92fr) minmax(440px,1.08fr); align-items: center; gap: clamp(42px,6vw,86px); padding-top: 52px; padding-bottom: 126px; }
.blueprint-hero .hero-slide-copy { width: auto; }
.blueprint-hero .hero-slide h1,.blueprint-hero .hero-slide h2 { color: var(--ics-navy); font-size: clamp(2.15rem,3.5vw,3.75rem); line-height: 1.06; }
.blueprint-hero .hero-slide-copy > p { color: #53666e; font-size: .96rem; }
.blueprint-hero .hero-service-line { margin-top: 24px; color: #435d56; }
.blueprint-hero .slider-controls { bottom: 22px; }
.blueprint-hero .slider-dots { width: min(980px,calc(100% - 130px)); border-color: rgba(11,60,93,.12); background: rgba(255,255,255,.92); }
.blueprint-hero .slider-dot { min-height: 68px; color: #75858a; }
.blueprint-hero .slider-dot.is-active { color: var(--ics-navy); background: #f4f8f6; }
.blueprint-hero .slider-arrows { display: flex; }
.architecture-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.architecture-card,.architecture-card:nth-child(n) { display: flex; min-height: 0; grid-template-columns: none; flex-direction: column; }
.architecture-card:nth-child(even) .architecture-media,.architecture-card:nth-child(even) .architecture-content { order: initial; }
.architecture-media { width: 100%; height: auto; min-height: 0; aspect-ratio: 16/9; }
.architecture-media img { object-fit: contain; object-position: center; }
.architecture-content { flex: 1; justify-content: flex-start; padding: 34px; }
.division-detail .division-detail-hero { min-height: 0; }
.division-detail .division-detail-hero-grid { min-height: 0; }
.division-detail .division-detail-logo { width: auto; max-width: 205px; height: auto; max-height: 64px; padding: 0; margin: 0; border-radius: 0; background: transparent; object-fit: contain; }
.division-prime-route-global .division-detail-logo { max-width: 92px; max-height: 94px; }

@media (max-width:1120px) {
  .blueprint-hero,.blueprint-hero .hero-slide-inner { height: 720px; min-height: 720px; }
  .blueprint-hero .hero-slide-inner { grid-template-columns: minmax(0,.95fr) minmax(360px,1.05fr); gap: 38px; padding-top: 52px; padding-bottom: 126px; }
  .division-detail .division-detail-hero-grid { grid-template-columns: 1fr 400px; gap: 44px; }
}
@media (max-width:900px) {
  .blueprint-hero,.blueprint-hero .hero-slide-inner { height: 930px; min-height: 930px; }
  .blueprint-hero .hero-slide-inner { grid-template-columns: 1fr; align-content: start; gap: 28px; padding-top: 44px; padding-bottom: 142px; }
  .blueprint-hero .hero-slide-copy { width: 100%; }
  .blueprint-hero .slider-dots { display: flex; overflow-x: auto; }
  .blueprint-hero .slider-dot { min-width: 215px; flex: 0 0 215px; }
  .architecture-grid { grid-template-columns: 1fr; }
  .architecture-card,.architecture-card:nth-child(n) { display: flex; min-height: 0; }
  .architecture-media { width: 100%; height: auto; min-height: 0; aspect-ratio: 16/9; }
  .division-detail .division-detail-hero-grid { grid-template-columns: 1fr; gap: 34px; padding: 0; }
}
@media (max-width:640px) {
  .blueprint-hero,.blueprint-hero .hero-slide-inner { height: 910px; min-height: 910px; }
  .blueprint-hero .hero-slide-inner { gap: 23px; padding-top: 30px; padding-bottom: 130px; }
  .blueprint-hero .hero-slide h1,.blueprint-hero .hero-slide h2 { font-size: 2.05rem; }
  .blueprint-hero .slider-dots { width: calc(100% - 58px); }
  .blueprint-hero .slider-dot { min-width: 175px; min-height: 61px; flex-basis: 175px; }
  .blueprint-hero .slider-arrows { display: grid; }
  .architecture-media { height: auto; aspect-ratio: 16/9; }
  .architecture-content { padding: 25px; }
}

/* V5.4 — clean office hero and address-led live maps */
.offices-landing .offices-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg,#f8fbfa 0%,#eef5f1 58%,#edf3f7 100%);
  color: var(--ics-navy);
}
.offices-landing .offices-hero::before { content: ""; position: absolute; top: -220px; right: -170px; width: 520px; height: 520px; border: 92px solid rgba(249,115,22,.07); border-radius: 50%; }
.offices-landing .offices-hero::after { content: ""; position: absolute; bottom: -170px; left: -130px; width: 400px; height: 400px; border: 80px solid rgba(6,76,53,.055); border-radius: 50%; }
.offices-landing .offices-hero-grid { position: relative; z-index: 2; display: grid; min-height: 610px; grid-template-columns: minmax(0,1.05fr) minmax(390px,.75fr); align-items: center; gap: clamp(54px,7vw,100px); padding-top: 68px; padding-bottom: 76px; }
.offices-landing .offices-hero .eyebrow { color: var(--ics-teal); }
.offices-landing .offices-hero h1 { max-width: 720px; margin: 13px 0 20px; color: var(--ics-navy); font-size: clamp(2.5rem,4vw,4.3rem); line-height: 1.035; letter-spacing: -.05em; text-wrap: balance; }
.offices-landing .offices-hero p { max-width: 650px; color: #5e7178; font-size: .94rem; line-height: 1.75; }
.offices-hero-trust { display: flex; flex-wrap: wrap; gap: 11px 20px; margin-top: 27px; }
.offices-hero-trust span { display: inline-flex; align-items: center; gap: 7px; color: var(--ics-teal); font-size: .68rem; font-weight: 750; }
.offices-hero-trust svg { width: 16px; }
.offices-landing .offices-hero .button-outline { border-color: rgba(11,60,93,.2); background: #fff; color: var(--ics-navy); }
.offices-landing .offices-hero .button-outline:hover { border-color: var(--ics-navy); background: var(--ics-navy); color: #fff; }
.offices-landing .offices-network-card { padding: 22px; border: 1px solid rgba(11,60,93,.1); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 26px 64px rgba(4,31,49,.13); backdrop-filter: blur(12px); }
.offices-network-head { display: flex; align-items: center; gap: 13px; padding: 4px 4px 18px; border-bottom: 1px solid var(--ics-line); }
.offices-network-head > span { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border-radius: 13px; background: var(--ics-orange); color: #fff; }
.offices-landing .offices-network-head strong,.offices-landing .offices-network-head small { display: block; margin: 0; color: var(--ics-navy); font: 700 .82rem/1.35 var(--ics-display); }
.offices-landing .offices-network-head small { margin-top: 3px; color: var(--ics-muted); font: 500 .62rem/1.4 var(--ics-body); }
.offices-network-list { display: grid; gap: 7px; margin-top: 14px; }
.offices-network-list a { display: grid; grid-template-columns: 42px minmax(0,1fr) 20px; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 11px; color: var(--ics-navy); transition: background .2s ease,transform .2s ease; }
.offices-network-list a:hover { background: var(--ics-soft-green); color: var(--ics-teal); transform: translateX(3px); }
.offices-network-list a > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; background: var(--ics-navy); color: #fff; font-size: .58rem; font-weight: 800; }
.offices-network-list strong,.offices-network-list small { display: block; }
.offices-network-list strong { font-size: .72rem; }
.offices-network-list small { overflow: hidden; color: var(--ics-muted); font-size: .56rem; text-overflow: ellipsis; white-space: nowrap; }
.offices-network-list svg { width: 16px; }
.offices-landing .offices-directory { background: #f7f9f8; }
.offices-landing .offices-directory-grid { gap: 22px; }
.offices-landing .office-directory-card { display: block; padding: 0; overflow: hidden; border: 1px solid rgba(11,60,93,.1); border-radius: 19px; background: #fff; box-shadow: 0 14px 38px rgba(4,31,49,.065); transition: transform .25s ease,box-shadow .25s ease; }
.offices-landing .office-directory-card:hover { box-shadow: 0 22px 52px rgba(4,31,49,.11); transform: translateY(-4px); }
.offices-landing .office-directory-card.is-head-office { display: grid; grid-template-columns: 1.12fr .88fr; gap: 0; border-top: 4px solid var(--ics-orange); }
.office-card-map { position: relative; height: 285px; overflow: hidden; background: #e8eeeb; }
.office-card-map iframe { display: block; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(.96); }
.office-card-map > span { position: absolute; z-index: 2; top: 14px; left: 14px; display: grid; width: 44px; height: 44px; place-items: center; border: 3px solid #fff; border-radius: 12px; background: var(--ics-orange); color: #fff; box-shadow: 0 10px 24px rgba(4,31,49,.2); font-size: .62rem; font-weight: 800; pointer-events: none; }
.offices-landing .office-directory-card.is-head-office .office-card-map { height: 100%; min-height: 390px; }
.offices-landing .office-card-content { display: flex; min-height: 285px; flex-direction: column; align-items: flex-start; padding: 28px; }
.offices-landing .office-directory-card.is-head-office .office-card-content { min-height: 390px; justify-content: center; padding: 42px; }
.offices-landing .office-card-head { width: 100%; grid-template-columns: 1fr; }
.offices-landing .office-card-head > span { display: none; }
.offices-landing .office-directory-card address { margin: 20px 0 17px; }
.offices-landing .office-directory-card .text-link { margin-top: auto; }
.offices-landing .office-directory-card .text-link svg { transition: transform .2s ease; }
.offices-landing .office-directory-card .text-link:hover svg { transform: translateX(3px); }

@media (max-width:900px) {
  .offices-landing .offices-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 38px; padding-top: 58px; padding-bottom: 64px; }
  .offices-landing .offices-network-card { max-width: 650px; }
  .offices-landing .office-directory-card.is-head-office { grid-template-columns: 1fr; }
  .offices-landing .office-directory-card.is-head-office .office-card-map { height: 330px; min-height: 0; }
  .offices-landing .office-directory-card.is-head-office .office-card-content { min-height: 0; padding: 32px; }
}
@media (max-width:640px) {
  .offices-landing .offices-hero-grid { padding-top: 48px; padding-bottom: 54px; }
  .offices-landing .offices-hero h1 { font-size: 2.35rem; }
  .offices-hero-trust { display: grid; }
  .offices-landing .offices-network-card { padding: 16px; border-radius: 17px; }
  .offices-network-list a { padding: 9px 8px; }
  .offices-landing .offices-directory-grid { grid-template-columns: 1fr; }
  .office-card-map,.offices-landing .office-directory-card.is-head-office .office-card-map { height: 250px; }
  .offices-landing .office-card-content,.offices-landing .office-directory-card.is-head-office .office-card-content { min-height: 0; padding: 24px; }
}

/* V5.5 — final hero repairs and motion system */
.blueprint-hero { height: 740px; min-height: 740px; background: linear-gradient(135deg,#edf4f1,#f7f9f8) !important; }
.blueprint-hero .hero-slide { background: transparent !important; }
.blueprint-hero .hero-slide-inner { width: min(1280px,calc(100% - 48px)); height: 740px; min-height: 740px; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); gap: 30px; padding-top: 42px; padding-bottom: 122px; }
.blueprint-hero .hero-slide-copy { position: relative; overflow: hidden; padding: clamp(34px,4vw,54px); border-radius: 24px; background: linear-gradient(140deg,#062b43 0%,#0b3c5d 64%,#064c35 130%); color: #fff !important; box-shadow: 0 28px 65px rgba(4,31,49,.18); }
.blueprint-hero .hero-slide-copy::after { content: ""; position: absolute; right: -120px; bottom: -150px; width: 330px; height: 330px; border: 70px solid rgba(249,115,22,.09); border-radius: 50%; pointer-events: none; }
.blueprint-hero .hero-slide-copy > * { position: relative; z-index: 1; }
.blueprint-hero .hero-slide h1,.blueprint-hero .hero-slide h2 { max-width: 650px; color: #fff !important; font-size: clamp(2.15rem,3.15vw,3.45rem); text-shadow: none; }
.blueprint-hero .hero-slide-copy > p { color: rgba(255,255,255,.75) !important; font-size: .9rem; }
.blueprint-hero .hero-kicker { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #ffb37e; box-shadow: none; }
.blueprint-hero .hero-division-logo { max-width: 190px; max-height: 58px; padding: 7px 10px; border-radius: 9px; background: #fff; }
.blueprint-hero .hero-brand-prime-route-global .hero-division-logo { max-width: 82px; max-height: 78px; }
.blueprint-hero .hero-service-line { color: rgba(255,255,255,.76) !important; }
.blueprint-hero .hero-service-line svg { color: #80d3aa; }
.blueprint-hero .button-glass { border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.08); color: #fff !important; }
.blueprint-hero .button-glass:hover { border-color: #fff; background: #fff; color: var(--ics-navy) !important; }
.blueprint-hero .hero-photo-frame { border-width: 8px; background: #fff; }
.blueprint-hero .hero-photo-frame > img { object-fit: contain !important; }

/* Prevent the legacy office-aside typography from expanding the location card. */
.offices-landing .offices-hero aside.offices-network-card { height: auto; min-height: 0; padding: 22px; }
.offices-landing .offices-hero aside.offices-network-card .offices-network-head strong { display: block; margin: 0; color: var(--ics-navy); font: 700 .82rem/1.35 Manrope,sans-serif; }
.offices-landing .offices-hero aside.offices-network-card .offices-network-head small { display: block; margin: 3px 0 0; color: var(--ics-muted); font: 500 .62rem/1.4 "DM Sans",sans-serif; }
.offices-landing .offices-hero aside.offices-network-card .offices-network-list strong { display: block; margin: 0 0 2px; color: var(--ics-navy); font: 700 .72rem/1.3 Manrope,sans-serif; }
.offices-landing .offices-hero aside.offices-network-card .offices-network-list small { display: block; margin: 0; color: var(--ics-muted); font: 500 .56rem/1.35 "DM Sans",sans-serif; }
.offices-landing .offices-hero-grid { min-height: 590px; padding-top: 56px; padding-bottom: 62px; }
.offices-landing .offices-hero-copy { align-self: center; }
.offices-landing .offices-network-list { max-height: none; }

/* Programs use a professional split hero so the supplied photo is fully visible. */
.programs-landing .programs-hero { position: relative; min-height: 0; overflow: hidden; background: linear-gradient(135deg,#062b43 0%,#0b3c5d 68%,#064c35 130%); color: #fff; }
.programs-landing .programs-hero::before { content: ""; position: absolute; top: -190px; left: -170px; width: 440px; height: 440px; border: 85px solid rgba(255,255,255,.035); border-radius: 50%; background: none; }
.programs-landing .programs-hero::after { content: ""; position: absolute; right: -120px; bottom: -190px; width: 430px; height: 430px; border: 85px solid rgba(249,115,22,.08); border-radius: 50%; }
.programs-hero-grid-clean { position: relative; z-index: 2; display: grid; min-height: 640px; grid-template-columns: minmax(0,.95fr) minmax(470px,1.05fr); align-items: center; gap: clamp(45px,6vw,82px); padding-top: 64px; padding-bottom: 68px; }
.programs-hero-copy-clean h1 { max-width: 690px; margin: 14px 0 20px; color: #fff; font-size: clamp(2.65rem,4vw,4.45rem); line-height: 1.035; letter-spacing: -.05em; text-wrap: balance; }
.programs-hero-copy-clean > p { max-width: 620px; color: rgba(255,255,255,.72); font-size: .94rem; line-height: 1.75; }
.programs-hero-points { display: flex; flex-wrap: wrap; gap: 9px 17px; margin: 25px 0 30px; }
.programs-hero-points span { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.78); font-size: .66rem; font-weight: 700; }
.programs-hero-points svg { color: #82d4aa; }
.programs-hero-media-clean { position: relative; aspect-ratio: 16/10; overflow: hidden; border: 9px solid rgba(255,255,255,.95); border-radius: 24px; background: #fff; box-shadow: 0 30px 72px rgba(0,0,0,.28); }
.programs-hero-media-clean > img { display: block; width: 100%; height: 100%; object-fit: contain !important; object-position: center; }
.programs-hero-media-clean > span { position: absolute; right: 17px; bottom: 17px; left: 17px; padding: 13px 15px; border-radius: 10px; background: rgba(4,31,49,.87); color: #fff; backdrop-filter: blur(9px); }
.programs-hero-media-clean small,.programs-hero-media-clean strong { display: block; }
.programs-hero-media-clean small { color: rgba(255,255,255,.57); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.programs-hero-media-clean strong { margin-top: 2px; font-size: .73rem; }

/* Scroll reveal is enabled only after JavaScript is ready, so content never stays hidden. */
.ics-motion-ready [data-ics-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.65,.25,1),transform .7s cubic-bezier(.2,.65,.25,1); transition-delay: var(--ics-reveal-delay,0ms); }
.ics-motion-ready [data-ics-reveal].is-visible { opacity: 1; transform: none; }
.hero-slide.is-active .hero-slide-copy { animation: icsHeroCopy .72s cubic-bezier(.2,.7,.2,1) both; }
.hero-slide.is-active .hero-slide-media { animation: icsHeroMedia .82s cubic-bezier(.2,.7,.2,1) .08s both; }
.offices-hero-copy { animation: icsHeroCopy .72s cubic-bezier(.2,.7,.2,1) both; }
.offices-network-card { animation: icsHeroMedia .82s cubic-bezier(.2,.7,.2,1) .08s both; }
.programs-hero-copy-clean { animation: icsHeroCopy .72s cubic-bezier(.2,.7,.2,1) both; }
.programs-hero-media-clean { animation: icsHeroMedia .82s cubic-bezier(.2,.7,.2,1) .08s both; }
@keyframes icsHeroCopy { from { opacity: 0; transform: translateX(-28px); } to { opacity: 1; transform: none; } }
@keyframes icsHeroMedia { from { opacity: 0; transform: translateX(28px) scale(.985); } to { opacity: 1; transform: none; } }

@media (max-width:1120px) {
  .blueprint-hero,.blueprint-hero .hero-slide-inner { height: 760px; min-height: 760px; }
  .blueprint-hero .hero-slide-inner { grid-template-columns: minmax(0,.95fr) minmax(410px,1.05fr); }
  .programs-hero-grid-clean { grid-template-columns: minmax(0,1fr) minmax(400px,.9fr); gap: 42px; }
}
@media (max-width:900px) {
  .blueprint-hero,.blueprint-hero .hero-slide-inner { height: 1060px; min-height: 1060px; }
  .blueprint-hero .hero-slide-inner { grid-template-columns: 1fr; gap: 26px; padding-top: 34px; padding-bottom: 132px; }
  .blueprint-hero .hero-slide-copy { padding: 35px; }
  .offices-landing .offices-hero-grid { min-height: 0; }
  .programs-hero-grid-clean { min-height: 0; grid-template-columns: 1fr; gap: 36px; padding-top: 56px; padding-bottom: 62px; }
  .programs-hero-media-clean { width: min(100%,680px); }
}
@media (max-width:640px) {
  .blueprint-hero,.blueprint-hero .hero-slide-inner { height: 1020px; min-height: 1020px; }
  .blueprint-hero .hero-slide-inner { padding-top: 22px; padding-bottom: 120px; }
  .blueprint-hero .hero-slide-copy { padding: 27px 23px; border-radius: 18px; }
  .blueprint-hero .hero-slide h1,.blueprint-hero .hero-slide h2 { font-size: 1.9rem; }
  .offices-landing .offices-hero aside.offices-network-card { padding: 16px; }
  .programs-hero-grid-clean { padding-top: 45px; padding-bottom: 52px; }
  .programs-hero-copy-clean h1 { font-size: 2.35rem; }
  .programs-hero-points { display: grid; }
  .programs-hero-media-clean { border-width: 6px; border-radius: 17px; }
}
@media (prefers-reduced-motion:reduce) {
  .ics-motion-ready [data-ics-reveal],.hero-slide.is-active .hero-slide-copy,.hero-slide.is-active .hero-slide-media,.offices-hero-copy,.offices-network-card,.programs-hero-copy-clean,.programs-hero-media-clean { opacity: 1; transform: none; animation: none; transition: none; }
}
.ics-cache-toast { position: fixed; z-index: 999999; right: 22px; bottom: 22px; padding: 13px 18px; border-radius: 10px; background: #064c35; color: #fff; box-shadow: 0 16px 42px rgba(4,31,49,.24); font-size: .75rem; font-weight: 700; animation: icsCacheToast .35s ease both; }
@keyframes icsCacheToast { from { opacity: 0; transform: translateY(12px); } }

/* V5.6 — unified premium homepage hero and fixed division media order */
.blueprint-hero {
  height: 680px;
  min-height: 680px;
  background:
    radial-gradient(circle at 92% 14%,rgba(249,115,22,.15),transparent 23%),
    radial-gradient(circle at 70% 105%,rgba(69,171,121,.19),transparent 34%),
    linear-gradient(125deg,#041f31 0%,#0b3c5d 58%,#064c35 145%) !important;
  color: #fff;
}
.blueprint-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -230px;
  right: -175px;
  width: 520px;
  height: 520px;
  border: 95px solid rgba(255,255,255,.035);
  border-radius: 50%;
  pointer-events: none;
}
.blueprint-hero .hero-slide { background: transparent !important; }
.blueprint-hero .hero-slide-inner {
  width: min(1320px,calc(100% - 64px));
  height: 680px;
  min-height: 680px;
  grid-template-columns: minmax(0,.92fr) minmax(500px,1.08fr);
  align-items: center;
  gap: clamp(50px,5vw,82px);
  padding-top: 40px;
  padding-bottom: 118px;
}
.blueprint-hero .hero-slide-copy {
  overflow: visible;
  padding: 5px 0 5px 30px;
  border-left: 3px solid var(--ics-orange);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.blueprint-hero .hero-slide-copy::after { display: none; }
.blueprint-hero .hero-kicker {
  margin-bottom: 16px;
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.07);
  color: #ffb37e;
  box-shadow: none;
  backdrop-filter: blur(10px);
}
.blueprint-hero .hero-division-logo {
  max-width: 170px;
  max-height: 58px;
  margin-bottom: 17px;
  padding: 7px 10px;
  border-radius: 9px;
  background: #fff;
}
.blueprint-hero .hero-brand-prime-route-global .hero-division-logo { max-width: 76px; max-height: 72px; }
.blueprint-hero .hero-slide h1,
.blueprint-hero .hero-slide h2 {
  max-width: 610px;
  margin-bottom: 16px;
  color: #fff !important;
  font-size: clamp(2.35rem,3vw,3.25rem);
  line-height: 1.06;
  letter-spacing: -.045em;
  text-shadow: none;
}
.blueprint-hero .hero-slide-copy > p {
  max-width: 590px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.72) !important;
  font-size: .84rem;
  line-height: 1.7;
}
.blueprint-hero .hero-actions { gap: 12px; }
.blueprint-hero .button { min-height: 50px; padding: 0 22px; }
.blueprint-hero .button-glass {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.07);
  color: #fff !important;
}
.blueprint-hero .button-glass:hover { border-color: #fff; background: #fff; color: var(--ics-navy) !important; }
.blueprint-hero .hero-service-line {
  gap: 8px 17px;
  margin-top: 20px;
  color: rgba(255,255,255,.72) !important;
  font-size: .61rem;
}
.blueprint-hero .hero-service-line svg { color: #82d4aa; }
.blueprint-hero .hero-slide-media { min-width: 0; }
.blueprint-hero .hero-photo-frame {
  aspect-ratio: 16/10;
  overflow: hidden;
  border: 5px solid rgba(255,255,255,.94);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 34px 80px rgba(0,0,0,.3);
}
.blueprint-hero .hero-photo-frame::before { border-radius: 17px; }
.blueprint-hero .hero-photo-frame > img { object-fit: contain !important; object-position: center; }
.blueprint-hero .hero-photo-frame > span {
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 15px;
  background: rgba(4,31,49,.9);
}
.blueprint-hero .slider-controls { bottom: 18px; }
.blueprint-hero .slider-dots {
  width: min(1010px,calc(100% - 124px));
  border-color: rgba(255,255,255,.13);
  background: rgba(4,31,49,.74);
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
  backdrop-filter: blur(16px);
}
.blueprint-hero .slider-dot { min-height: 66px; border-right-color: rgba(255,255,255,.1); color: rgba(255,255,255,.58); }
.blueprint-hero .slider-dot.is-active { background: rgba(255,255,255,.1); color: #fff; }
.blueprint-hero .slider-dot span { color: #ff9b54; }
.blueprint-hero .slider-arrows button {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.1);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.blueprint-hero .slider-arrows button:hover { border-color: #fff; background: #fff; color: var(--ics-navy); }

/* Every division card owns a predictable image-first stack. */
.architecture-card,
.architecture-card:nth-child(n) { display: flex; flex-direction: column; }
.architecture-card:nth-child(n) > .architecture-media { order: 0 !important; }
.architecture-card:nth-child(n) > .architecture-content { order: 1 !important; }
.architecture-media {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16/9;
  flex: 0 0 auto;
  background: #edf3f1;
}
.architecture-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

@media (max-width:1120px) {
  .blueprint-hero,.blueprint-hero .hero-slide-inner { height: 700px; min-height: 700px; }
  .blueprint-hero .hero-slide-inner { grid-template-columns: minmax(0,.95fr) minmax(410px,1.05fr); gap: 42px; }
  .blueprint-hero .hero-slide h1,.blueprint-hero .hero-slide h2 { font-size: 2.65rem; }
}
@media (max-width:900px) {
  .blueprint-hero,.blueprint-hero .hero-slide-inner { height: 1040px; min-height: 1040px; }
  .blueprint-hero .hero-slide-inner { width: min(720px,calc(100% - 44px)); grid-template-columns: 1fr; align-content: start; gap: 30px; padding-top: 42px; padding-bottom: 132px; }
  .blueprint-hero .hero-slide-copy { padding-left: 25px; }
  .blueprint-hero .hero-slide-media { width: 100%; }
  .blueprint-hero .slider-dots { display: flex; overflow-x: auto; width: calc(100% - 62px); }
  .blueprint-hero .slider-dot { min-width: 205px; flex: 0 0 205px; }
}
@media (max-width:640px) {
  .blueprint-hero,.blueprint-hero .hero-slide-inner { height: 930px; min-height: 930px; }
  .blueprint-hero .hero-slide-inner { width: min(100% - 30px,560px); gap: 23px; padding-top: 24px; padding-bottom: 118px; }
  .blueprint-hero .hero-slide-copy { padding-left: 18px; }
  .blueprint-hero .hero-kicker { margin-bottom: 12px; font-size: .55rem; }
  .blueprint-hero .hero-division-logo { max-width: 145px; max-height: 50px; margin-bottom: 13px; }
  .blueprint-hero .hero-slide h1,.blueprint-hero .hero-slide h2 { margin-bottom: 12px; font-size: clamp(1.82rem,8.4vw,2.25rem); }
  .blueprint-hero .hero-slide-copy > p { font-size: .75rem; line-height: 1.55; }
  .blueprint-hero .hero-actions { display: grid; grid-template-columns: 1fr; }
  .blueprint-hero .button { width: 100%; }
  .blueprint-hero .hero-service-line { display: none; }
  .blueprint-hero .hero-photo-frame { border-width: 4px; border-radius: 16px; }
  .blueprint-hero .slider-dot { min-width: 165px; min-height: 58px; flex-basis: 165px; }
  .blueprint-hero .slider-arrows { display: grid; }
  .architecture-media { aspect-ratio: 16/10; }
}

/* V5.7 — active image-backed hero and real privacy-safe proof media */
.blueprint-hero .hero-slide::before {
  display: block !important;
  z-index: 0;
  background-image:
    linear-gradient(90deg,rgba(4,31,49,.97) 0%,rgba(4,31,49,.91) 42%,rgba(6,76,53,.7) 72%,rgba(4,31,49,.58) 100%),
    var(--slide-image) !important;
  background-size: cover !important;
  background-position: center 42% !important;
  filter: saturate(.8) contrast(1.02);
}
.blueprint-hero .hero-slide::after {
  display: block !important;
  z-index: 1;
  background:
    linear-gradient(180deg,rgba(4,31,49,.08),rgba(4,31,49,.3)),
    radial-gradient(circle at 78% 25%,rgba(249,115,22,.12),transparent 28%) !important;
  pointer-events: none;
}
.blueprint-hero .hero-slide-inner { z-index: 2; }
.blueprint-hero .hero-slide-copy { text-shadow: 0 2px 20px rgba(0,0,0,.12); }
.blueprint-hero .hero-photo-frame { box-shadow: 0 34px 85px rgba(0,0,0,.38); }

.proof-gallery-v5 { background: linear-gradient(180deg,#fff 0%,#f5f8f7 100%); }
.proof-card-grid-v5 { align-items: stretch; }
.proof-card-v5 { border-color: rgba(11,60,93,.1); box-shadow: 0 18px 44px rgba(4,31,49,.09); }
.proof-card-media { height: auto; aspect-ratio: 3/2; background: #e9f1ee; }
.proof-card-media img { object-fit: cover; object-position: center; }
.proof-card-media::after {
  content: "Verified outcome";
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  background: rgba(4,31,49,.78);
  color: #fff;
  font-size: .51rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.proof-card-media > span { z-index: 3; }

/* Mobile navigation uses one breakpoint and the actual header bottom. */
.submenu-toggle { display: none; }
@media (max-width:1180px) {
  /* A backdrop-filter creates a containing block and clips fixed descendants. */
  .site-header .main-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #fff; }
  .site-header .header-inner { flex-wrap: nowrap; }
  .site-header .menu-toggle { display: flex; align-items: center; justify-content: center; flex: 0 0 46px; width: 46px; min-height: 46px; margin-left: auto; cursor: pointer; }
  .site-header .header-cta { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close-icon { display: inline-flex; }
  .site-header .primary-navigation {
    position: fixed; inset: var(--ics-menu-top,110px) 0 0; z-index: 201;
    display: none; width: 100%; height: auto; max-height: calc(100dvh - var(--ics-menu-top,110px));
    padding: 16px 24px calc(28px + env(safe-area-inset-bottom));
    overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
    background: #fff; color: var(--ics-navy); transform: none;
  }
  .site-header .primary-navigation.is-open { display: block; }
  .site-header .primary-navigation ul { display: block; width: 100%; }
  .site-header .primary-navigation li { display: block; position: relative; }
  .site-header .primary-navigation a { display: block; padding: 14px 44px 14px 0; white-space: normal; font-size: 15px; }
  .site-header .primary-navigation > ul > li > a::after { display: none; }
  .site-header .primary-navigation .sub-menu { display: none; position: static; width: 100%; padding: 0 0 0 16px; border: 0; box-shadow: none; }
  .site-header .primary-navigation li.is-submenu-open > .sub-menu { display: block; }
  .site-header .primary-navigation li:not(.is-submenu-open) > .sub-menu { display: none; }
  .site-header .primary-navigation .submenu-toggle { position: absolute; top: 3px; right: 0; display: block; width: 44px; height: 44px; border: 0; border-radius: 8px; background: #eef4f1; color: var(--ics-navy); cursor: pointer; }
  .submenu-toggle[aria-expanded="true"] { font-size: 0; }
  .submenu-toggle[aria-expanded="true"]::after { content: "−"; font-size: 20px; }
  .site-header .offices-menu { display: block; width: 100%; }
  .site-header .offices-mega-menu { display: none; position: static; width: 100%; visibility: visible; opacity: 1; transform: none; box-shadow: none; }
  .site-header .offices-menu.is-open .offices-mega-menu { display: block; }
  .site-header .offices-menu-toggle { width: 100%; min-height: 48px; justify-content: space-between; }
  .site-header .offices-mega-grid { grid-template-columns: 1fr; }
  .site-header .offices-mega-intro,.site-header .offices-mega-menu::before { display: none; }
  body.menu-open { overflow: hidden; }
}

/* V5.9.2 — keep the image-backed gradient, remove only the repeated hero card. */
.blueprint-hero,
.blueprint-hero .hero-slide-inner { height: 680px; min-height: 680px; }
.blueprint-hero .hero-slide-inner {
  display: flex;
  align-items: center;
  width: min(1320px,calc(100% - 64px));
  padding-top: 34px;
  padding-bottom: 118px;
}
.blueprint-hero .hero-slide-copy {
  width: min(720px,62%);
  padding-left: 34px;
}
.blueprint-hero .hero-slide h1,
.blueprint-hero .hero-slide h2 { max-width: 690px; }
.blueprint-hero .hero-slide-copy > p { max-width: 640px; }
.blueprint-hero .hero-slide::before {
  display: block !important;
  background-image:
    linear-gradient(90deg,rgba(4,31,49,.98) 0%,rgba(4,31,49,.94) 35%,rgba(11,60,93,.75) 58%,rgba(6,76,53,.42) 78%,rgba(4,31,49,.28) 100%),
    var(--slide-image) !important;
  background-size: cover !important;
  background-position: center 42% !important;
}
.footer-white-logo {
  max-width: 270px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.footer-white-logo img {
  width: auto;
  max-width: 260px;
  height: auto;
  max-height: 94px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width:900px) {
  .blueprint-hero,
  .blueprint-hero .hero-slide-inner { height: 760px; min-height: 760px; }
  .blueprint-hero .hero-slide-inner {
    display: flex;
    width: min(720px,calc(100% - 44px));
    align-items: center;
    padding-top: 34px;
    padding-bottom: 132px;
  }
  .blueprint-hero .hero-slide-copy { width: min(650px,90%); padding-left: 26px; }
  .blueprint-hero .hero-slide::before { background-position: 62% center !important; }
}
@media (max-width:640px) {
  .blueprint-hero,
  .blueprint-hero .hero-slide-inner { height: 720px; min-height: 720px; }
  .blueprint-hero .hero-slide-inner {
    width: min(100% - 30px,560px);
    align-items: center;
    padding-top: 18px;
    padding-bottom: 112px;
  }
  .blueprint-hero .hero-slide-copy { width: 100%; padding-left: 18px; }
  .blueprint-hero .hero-slide::before {
    background-image:
      linear-gradient(90deg,rgba(4,31,49,.96),rgba(4,31,49,.82)),
      var(--slide-image) !important;
    background-position: center !important;
  }
}
