:root {
  --ink: #0a1729;
  --ink-soft: #46586f;
  --navy: #06182f;
  --blue: #1268e5;
  --cyan: #28bbdc;
  --teal: #0e9185;
  --magenta: #c91487;
  --amber: #c87823;
  --warm: #fbfaf7;
  --mist: #eff4f8;
  --white: #fff;
  --line: rgba(11, 35, 61, .14);
  --shell: min(1320px, calc(100vw - 96px));
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: #b9e8ff; color: #06152a; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section-space { padding: clamp(92px, 10vw, 160px) 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 12px 18px; transform: translateY(-160%); background: #fff; color: #06152a; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: #53667d; font-size: .69rem; font-weight: 650; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 29px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.67); }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 1px solid transparent; font-size: .77rem; font-weight: 680; letter-spacing: .04em; transition: background .3s, color .3s, border-color .3s; }
.button span, .text-link span { transition: transform .3s; }
.button:hover span, .text-link:hover span { transform: translateX(5px); }
.light-button { background: #fff; color: var(--ink); }
.light-button:hover { background: #dff7ff; }
.dark-button { background: var(--ink); color: #fff; }
.dark-button:hover { background: var(--blue); }
.outline-button { border-color: var(--line); }
.outline-button:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.text-link { width: fit-content; padding-bottom: 8px; display: inline-flex; align-items: center; gap: 26px; border-bottom: 1px solid currentColor; font-size: .76rem; font-weight: 650; letter-spacing: .05em; }
.light-link { color: #fff; }
.circle-link { width: 104px; height: 104px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 1.6rem; transition: background .3s, color .3s, transform .3s; }
.circle-link:hover { background: #fff; color: var(--ink); transform: rotate(-8deg); }
.dark-circle { border-color: var(--ink); }
.dark-circle:hover { background: var(--ink); color: #fff; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Header and navigation */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: var(--header); color: #fff; transition: height .35s, color .35s, background .35s, border-color .35s; }
body:not(.has-hero) .site-header, .site-header.is-scrolled, .site-header.mega-open { height: 72px; color: var(--ink); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(10,29,51,.1); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 42px; }
.brand { width: 111px; flex: 0 0 auto; }
.desktop-nav { height: 100%; margin-left: auto; display: flex; align-items: stretch; gap: clamp(13px, 1.6vw, 29px); }
.nav-link { position: relative; padding: 0; display: flex; align-items: center; gap: 5px; border: 0; background: transparent; font-size: .73rem; font-weight: 590; cursor: pointer; white-space: nowrap; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 21px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.nav-link:hover::after, .nav-link.is-active::after, .nav-link[aria-expanded="true"]::after { transform: scaleX(1); transform-origin: left; }
.nav-mega-wrap { display: flex; }
.mega-menu { position: absolute; top: 100%; left: 0; right: 0; visibility: hidden; opacity: 0; transform: translateY(-10px); background: rgba(255,255,255,.98); color: var(--ink); border-top: 1px solid var(--line); box-shadow: 0 28px 70px rgba(4,24,49,.14); transition: opacity .28s, transform .28s, visibility .28s; }
.mega-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.mega-grid { padding: 48px 0 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.mega-grid a { min-height: 190px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); transition: background .3s, color .3s, transform .3s; }
.mega-grid a:hover { color: #fff; background: var(--navy); transform: translateY(-4px); }
.mega-grid small { color: var(--blue); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.mega-grid strong { margin: auto 0 13px; font-size: 1.55rem; font-weight: 500; letter-spacing: -.035em; }
.mega-grid span { color: #617186; font-size: .76rem; line-height: 1.55; }
.mega-grid a:hover span { color: rgba(255,255,255,.67); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-contact { font-size: .68rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.menu-button { width: 42px; height: 42px; padding: 0 10px; display: none; flex-direction: column; justify-content: center; gap: 5px; border: 0; border-radius: 50%; background: rgba(120,150,180,.1); cursor: pointer; }
.menu-button span { width: 100%; height: 1px; background: currentColor; }
.mobile-navigation { position: fixed; z-index: 200; inset: 0; padding: 24px 0 48px; visibility: hidden; opacity: 0; clip-path: circle(0 at 95% 4%); background: #f5f9fc; transition: opacity .45s, clip-path .58s cubic-bezier(.22,1,.36,1), visibility .45s; overflow: auto; }
.mobile-navigation.is-open { visibility: visible; opacity: 1; clip-path: circle(150% at 95% 4%); }
.mobile-top { display: flex; justify-content: space-between; align-items: center; }
.menu-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.6rem; cursor: pointer; }
.mobile-links { margin-top: 60px; }
.mobile-links a { padding: 17px 0; display: grid; grid-template-columns: 42px 1fr; align-items: center; border-bottom: 1px solid var(--line); font-size: clamp(1.45rem, 7vw, 2.4rem); letter-spacing: -.04em; }
.mobile-links span { color: var(--blue); font-size: .6rem; letter-spacing: .1em; }

/* Hero */
.hero { position: relative; height: 100svh; min-height: 700px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity 1s ease, visibility 1s; }
.hero-slide.is-active { visibility: visible; opacity: 1; }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 8s linear; }
.hero-slide.is-active > img { transform: scale(1.07); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,12,28,.88), rgba(3,16,34,.5) 48%, rgba(3,12,27,.08)), linear-gradient(0deg, rgba(2,12,28,.58), transparent 48%); }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 58px; }
.hero-label { display: inline-flex; align-items: center; gap: 12px; font-size: .67rem; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.hero-label::before { content: ""; width: 34px; height: 1px; background: var(--cyan); }
.hero-content h1, .hero-content h2 { width: min(850px, 72vw); margin: 25px 0 24px; font-size: clamp(3.5rem, 6.6vw, 7.3rem); line-height: .9; letter-spacing: -.064em; font-weight: 420; text-wrap: balance; }
.hero-content p { width: min(630px, 72vw); margin: 0 0 34px; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.72; }
.hero-controls { position: absolute; z-index: 5; right: 0; left: 0; bottom: 45px; display: grid; grid-template-columns: minmax(80px,1fr) auto 44px 44px; align-items: center; gap: 13px; }
.hero-progress { height: 1px; background: rgba(255,255,255,.3); overflow: hidden; }
.hero-progress span { width: 100%; height: 100%; display: block; background: #fff; transform-origin: left; animation: heroProgress 7s linear; }
.hero-progress span.restart { animation: none; }
@keyframes heroProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero-count { font-size: .67rem; color: rgba(255,255,255,.55); }
.hero-count b { color: #fff; }
.hero-controls button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.hero-controls button:hover { background: rgba(255,255,255,.14); }

/* Homepage visual storytelling */
.visual-intro { background: #fff; }
.split-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(52px, 8vw, 120px); align-items: center; }
.intro-copy h2 { margin: 24px 0 30px; font-size: clamp(2.9rem, 5vw, 5.55rem); line-height: .98; letter-spacing: -.059em; font-weight: 410; }
.intro-copy > p { max-width: 680px; color: var(--ink-soft); line-height: 1.82; }
.inline-meta { margin: 30px 0; display: flex; flex-wrap: wrap; gap: 9px; }
.inline-meta span { padding: 9px 13px; border: 1px solid var(--line); font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.intro-image { height: min(68vw, 720px); margin: 0; overflow: hidden; }
.intro-image img { width: 100%; height: 100%; object-fit: cover; }
.image-reveal { overflow: hidden; }
.image-reveal img { transition: transform 1.1s cubic-bezier(.22,1,.36,1); }
.image-reveal:hover img { transform: scale(1.035); }
.stats-band { background: var(--warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { min-height: 230px; padding: 42px 36px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--line); }
.stats-grid > div:last-child { border-right: 1px solid var(--line); }
.stats-grid strong { font-size: clamp(3rem, 5vw, 5.4rem); line-height: 1; letter-spacing: -.06em; font-weight: 350; }
.stats-grid span { color: #5b6c80; font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; }
.business-story { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(420px, .72fr); padding-left: max(0px, calc((100vw - 1320px)/2)); background: #f2f6f9; }
.business-story.reverse { grid-template-columns: minmax(420px, .72fr) minmax(0, 1.28fr); padding-left: 0; padding-right: max(0px, calc((100vw - 1320px)/2)); background: #fff; }
.business-visual { height: clamp(620px, 66vw, 900px); margin: 0; }
.business-visual img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }
.business-copy { padding: clamp(40px, 6vw, 100px); align-self: center; }
.story-index { color: var(--blue); font-size: .65rem; font-weight: 680; letter-spacing: .13em; text-transform: uppercase; }
.event-accent { color: var(--magenta); }
.trade-accent { color: var(--amber); }
.business-copy h2 { margin: 25px 0 9px; font-size: clamp(2.8rem, 4.4vw, 5rem); line-height: .93; letter-spacing: -.06em; font-weight: 420; }
.business-copy h3 { margin: 0 0 25px; font-size: 1.18rem; line-height: 1.35; font-weight: 480; }
.business-copy > p { color: var(--ink-soft); line-height: 1.75; }
.business-copy .brand-line { margin: 0 0 20px; color: #6a798d; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.service-cloud { margin: 30px 0 34px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; list-style: none; }
.service-cloud li { padding: 11px 0; border-bottom: 1px solid var(--line); color: #405369; font-size: .73rem; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.future-visual { position: relative; min-height: 780px; display: flex; align-items: center; color: #fff; background: var(--future-image) center/cover no-repeat; }
.future-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,13,31,.9), rgba(2,19,42,.52) 58%, rgba(2,16,34,.28)); }
.future-content { position: relative; }
.future-content h2 { width: min(850px, 74vw); margin: 25px 0 28px; font-size: clamp(3.5rem, 6vw, 7rem); line-height: .92; letter-spacing: -.065em; font-weight: 410; }
.future-content p { max-width: 650px; margin: 0 0 32px; color: rgba(255,255,255,.76); line-height: 1.8; }
.trust-visual { background: var(--warm); }
.trust-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.trust-grid figure { min-height: 720px; margin: 0; }
.trust-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.trust-copy { padding: clamp(45px, 6vw, 95px); background: #fff; }
.trust-copy h2 { margin: 23px 0 50px; font-size: clamp(2.8rem, 4.7vw, 5rem); line-height: .98; letter-spacing: -.06em; font-weight: 410; }
.trust-standard { padding: 23px 0; display: grid; grid-template-columns: 48px 1fr; gap: 15px; border-top: 1px solid var(--line); }
.trust-standard > span { color: var(--blue); font-size: .65rem; }
.trust-standard strong { font-size: 1.35rem; font-weight: 500; }
.trust-standard p { margin: 7px 0 0; color: #607086; font-size: .77rem; }
.duns-panel { margin-top: 35px; padding: 25px; color: #fff; background: var(--navy); }
.duns-panel small { display: block; color: rgba(255,255,255,.59); font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; }
.duns-panel strong { display: block; margin-top: 9px; font-size: 2rem; font-weight: 430; letter-spacing: .05em; }
.brands-visual { background: #eef3f7; }
.section-heading { margin-bottom: 65px; }
.section-heading h2 { margin: 23px 0 0; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .96; letter-spacing: -.06em; font-weight: 410; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; }
.split-heading > p { margin: 0 0 7px; color: var(--ink-soft); line-height: 1.75; }
.brand-image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brand-image-card { position: relative; min-height: 520px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; overflow: hidden; isolation: isolate; }
.brand-image-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(2,12,28,.86), rgba(2,13,27,.05) 67%); }
.brand-image-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .75s; }
.brand-image-card:hover img { transform: scale(1.05); }
.brand-image-card span { font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.66); }
.brand-image-card h3 { margin: 12px 0 20px; font-size: clamp(2.1rem, 3vw, 3.4rem); line-height: .96; letter-spacing: -.05em; font-weight: 430; }
.brand-image-card b { font-size: .72rem; font-weight: 600; }
.insights-home { background: #fff; }
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(25px, 3vw, 46px); }
.insight-card { min-width: 0; }
.insight-image { height: 300px; display: block; overflow: hidden; }
.insight-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.insight-image:hover img { transform: scale(1.04); }
.insight-meta { margin: 23px 0 15px; display: flex; justify-content: space-between; gap: 10px; color: #66768a; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.insight-meta span { color: var(--blue); }
.insight-card h3 { margin: 0 0 15px; font-size: 1.45rem; line-height: 1.23; letter-spacing: -.03em; font-weight: 500; }
.insight-card > p { margin: 0 0 23px; color: var(--ink-soft); font-size: .84rem; line-height: 1.7; }
.center-action { margin-top: 65px; display: flex; justify-content: center; }
.image-cta { position: relative; min-height: 700px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.image-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.image-cta-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,13,31,.9), rgba(3,18,38,.42) 62%, rgba(3,15,33,.14)); }
.image-cta-content { position: relative; }
.image-cta h2 { margin: 24px 0; font-size: clamp(3.5rem, 6vw, 7rem); line-height: .9; letter-spacing: -.065em; font-weight: 410; }
.image-cta p { margin: 0 0 31px; color: rgba(255,255,255,.74); }
.contact-visual { background: #eaf2f8; }
.contact-visual-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: #fff; }
.contact-visual-grid figure { min-height: 570px; margin: 0; overflow: hidden; }
.contact-visual-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.contact-visual-copy { padding: clamp(45px, 6vw, 90px); display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
.contact-visual h2 { margin: 23px 0; font-size: clamp(3.5rem, 6vw, 7rem); line-height: .91; letter-spacing: -.065em; font-weight: 410; }
.contact-visual p { max-width: 560px; color: var(--ink-soft); }

/* Interior page system */
.page-hero { position: relative; min-height: 690px; height: 78svh; max-height: 900px; display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--navy); }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,13,30,.9), rgba(3,17,36,.48) 55%, rgba(3,14,31,.1)), linear-gradient(0deg, rgba(3,14,31,.5), transparent 55%); }
.page-hero-content { position: relative; z-index: 1; padding-bottom: 80px; }
.page-hero h1 { max-width: 1000px; margin: 24px 0; font-size: clamp(3.7rem, 6.3vw, 7.1rem); line-height: .9; letter-spacing: -.065em; font-weight: 420; }
.page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.04rem; line-height: 1.75; }
.breadcrumb { margin-bottom: 27px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.6); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a:hover { color: #fff; }
.editorial-section { background: #fff; }
.editorial-grid { display: grid; grid-template-columns: .48fr 1.52fr; gap: 8vw; }
.editorial-copy h2 { margin: 0 0 30px; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.06em; font-weight: 410; }
.editorial-copy > p { max-width: 790px; color: var(--ink-soft); line-height: 1.85; }
.principle-grid { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; }
.principle-grid div { min-height: 180px; padding: 25px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.principle-grid div:nth-child(even) { border-right: 0; }
.principle-grid span { color: var(--blue); font-size: .65rem; }
.principle-grid h3 { margin: 60px 0 0; font-size: 1.2rem; font-weight: 500; }
.content-split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.content-split > figure { min-height: 650px; margin: 0; }
.content-split > figure img { width: 100%; height: 100%; object-fit: cover; }
.content-panel { padding: clamp(55px, 8vw, 130px); background: var(--mist); }
.content-panel h2 { margin: 22px 0 26px; font-size: clamp(2.7rem, 4.7vw, 5rem); line-height: .97; letter-spacing: -.06em; font-weight: 410; }
.content-panel p { color: var(--ink-soft); line-height: 1.8; }
.content-panel ul { margin: 35px 0; padding: 0; list-style: none; }
.content-panel li { padding: 13px 0; border-bottom: 1px solid var(--line); color: #40546b; font-size: .82rem; }
.service-groups { background: var(--warm); }
.service-group { display: grid; grid-template-columns: .33fr 1.67fr; gap: 50px; padding: 65px 0; border-top: 1px solid var(--line); }
.service-group:last-child { border-bottom: 1px solid var(--line); }
.service-group > span { color: var(--blue); font-size: .66rem; letter-spacing: .12em; }
.service-group h2 { margin: 0 0 20px; font-size: clamp(2.5rem, 4.5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; font-weight: 420; }
.service-group p { max-width: 780px; color: var(--ink-soft); line-height: 1.8; }
.service-list { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.service-list div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.service-list strong { display: block; font-size: .91rem; font-weight: 520; }
.service-list small { display: block; margin-top: 6px; color: #64758a; line-height: 1.55; }
.page-cta { background: #dfeef8; }
.page-cta-inner { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.page-cta h2 { margin: 22px 0 0; font-size: clamp(3rem, 5vw, 5.8rem); line-height: .96; letter-spacing: -.06em; font-weight: 410; }

/* Insights */
.insights-directory { background: #fff; }
.all-insights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 40px; }
.all-insights .insight-image { height: 430px; }
.all-insights .insight-card h2 { margin: 0 0 15px; font-size: clamp(1.55rem, 2.3vw, 2.25rem); line-height: 1.15; letter-spacing: -.04em; font-weight: 500; }
.article-hero { padding: 175px 0 75px; background: #eaf2f8; }
.article-hero .breadcrumb { color: #62758b; }
.article-hero .eyebrow { color: var(--blue); }
.article-hero h1 { max-width: 1100px; margin: 25px 0 30px; font-size: clamp(3.4rem, 6vw, 6.6rem); line-height: .94; letter-spacing: -.064em; font-weight: 420; }
.article-hero p { max-width: 790px; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.8; }
.article-meta { margin-top: 28px; display: flex; gap: 24px; color: #617388; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.article-cover { margin-top: -1px; background: #eaf2f8; }
.article-cover img { width: var(--shell); height: min(66vw, 780px); margin: auto; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: .45fr 1.55fr; gap: 8vw; }
.article-share { position: sticky; top: 115px; align-self: start; }
.article-share span { display: block; color: #64758a; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.article-share a { margin-top: 16px; display: block; width: fit-content; font-size: .75rem; border-bottom: 1px solid var(--line); }
.article-body { max-width: 820px; }
.article-body section { margin-bottom: 55px; }
.article-body h2 { margin: 0 0 18px; font-size: clamp(2rem, 3.3vw, 3.3rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 460; }
.article-body p { color: var(--ink-soft); font-size: 1.03rem; line-height: 1.9; }
.article-cta { margin-top: 60px; padding: 38px; background: var(--mist); }
.article-cta h3 { margin: 0 0 20px; font-size: 1.7rem; font-weight: 480; }
.related-insights { background: var(--mist); }

/* Careers, contact and legal */
.career-tracks { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.career-track { min-height: 290px; padding: 34px; border-right: 1px solid var(--line); }
.career-track:last-child { border-right: 0; }
.career-track span { color: var(--blue); font-size: .65rem; }
.career-track h3 { margin: 90px 0 13px; font-size: 1.55rem; font-weight: 500; }
.career-track p { color: var(--ink-soft); font-size: .8rem; line-height: 1.65; }
.opening-state { margin-top: 80px; padding: 55px; background: var(--navy); color: #fff; }
.opening-state h2 { margin: 18px 0 14px; font-size: clamp(2.5rem, 4.6vw, 4.8rem); line-height: 1; letter-spacing: -.055em; font-weight: 420; }
.opening-state p { color: rgba(255,255,255,.7); }
.opening-state a { color: #75dfff; }
.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 9vw; }
.contact-details h2 { margin: 23px 0 40px; font-size: clamp(2.8rem, 4.8vw, 5.1rem); line-height: .98; letter-spacing: -.06em; font-weight: 410; }
.contact-details > a { padding: 19px 0; display: block; border-top: 1px solid var(--line); }
.contact-details small { display: block; margin-bottom: 5px; color: #637589; font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.office-panel { margin-top: 35px; padding: 28px; background: var(--mist); }
.office-panel strong { display: block; margin-bottom: 14px; font-size: 1.2rem; font-weight: 520; }
.office-panel address { color: var(--ink-soft); font-style: normal; line-height: 1.7; }
.office-panel .duns-line { margin-top: 19px; color: var(--blue); font-size: .72rem; letter-spacing: .05em; }
.contact-form { padding: 48px; background: var(--mist); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.contact-form label { margin-bottom: 25px; display: block; color: #52657b; font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #aab6c3; border-radius: 0; background: transparent; color: var(--ink); outline: none; font-size: .93rem; text-transform: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; gap: 10px; align-items: flex-start; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.contact-form .consent input { margin-top: 2px; accent-color: var(--blue); }
.form-notice { margin-bottom: 28px; padding: 15px 18px; font-size: .78rem; line-height: 1.55; }
.form-notice.success { color: #0b6e59; background: #def5ed; }
.form-notice.error { color: #9b2f2f; background: #ffe6e6; }
.form-notice ul { margin: 9px 0 0; padding-left: 18px; }
.contact-form .consent a { text-decoration: underline; text-underline-offset: 3px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.legal-hero { padding: 175px 0 85px; background: #eaf2f8; }
.legal-hero h1 { margin: 24px 0; font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: .94; letter-spacing: -.065em; font-weight: 420; }
.legal-copy { background: #fff; }
.legal-wrap { max-width: 850px; }
.legal-wrap h2 { margin: 50px 0 16px; font-size: 1.6rem; font-weight: 520; }
.legal-wrap h2:first-child { margin-top: 0; }
.legal-wrap p, .legal-wrap li { color: var(--ink-soft); line-height: 1.85; }
.legal-note { margin-top: 65px; padding: 24px; border-left: 3px solid var(--amber); background: #fff7e9; color: #71542b; font-size: .78rem; line-height: 1.65; }
.not-found { min-height: 100svh; padding: 130px 24px; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 50% 30%, #e2f2ff, #fff 62%); }
.not-found-inner { max-width: 760px; }
.not-found h1 { margin: 24px 0; font-size: clamp(3.6rem, 7vw, 7rem); line-height: .9; letter-spacing: -.065em; font-weight: 420; }
.not-found p { margin-bottom: 30px; color: var(--ink-soft); }

/* Footer and WhatsApp */
.site-footer { color: #fff; background: #061423; }
.footer-statement { min-height: 470px; display: flex; justify-content: space-between; align-items: center; gap: 50px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-statement h2 { margin: 25px 0 0; font-size: clamp(3.2rem, 5.5vw, 6.2rem); line-height: .92; letter-spacing: -.06em; font-weight: 410; }
.footer-main { padding: 78px 0; display: grid; grid-template-columns: 1.4fr repeat(3, .72fr) 1fr; gap: 38px; }
.footer-company img { width: 78px; margin-bottom: 24px; }
.footer-company h3 { max-width: 290px; margin: 0 0 22px; font-size: .82rem; line-height: 1.5; font-weight: 540; letter-spacing: .04em; }
.footer-company p { color: rgba(255,255,255,.54); font-size: .7rem; line-height: 1.65; }
.footer-company p strong { color: rgba(255,255,255,.8); }
.footer-company a { display: block; padding: 3px 0; color: rgba(255,255,255,.65); font-size: .7rem; }
.footer-column h3 { margin: 0 0 24px; font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { padding: 6px 0; display: block; color: rgba(255,255,255,.56); font-size: .72rem; }
.footer-column a:hover { color: #fff; }
.footer-trust { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.12); }
.footer-trust > span { color: rgba(255,255,255,.46); font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-trust > strong { margin: 15px 0 28px; display: block; font-size: 1.1rem; line-height: 1.5; font-weight: 520; }
.footer-trust p { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-trust small { color: rgba(255,255,255,.52); }
.footer-bottom { min-height: 105px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: .65rem; }
.whatsapp-widget { position: fixed; z-index: 90; right: 23px; bottom: 22px; }
.whatsapp-button { width: 58px; height: 58px; margin-left: auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #0aa05a; box-shadow: 0 12px 30px rgba(0,80,44,.28); }
.whatsapp-button span { width: 25px; height: 25px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; font-size: 0; }
.whatsapp-button span::after { content: ""; width: 7px; height: 11px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(38deg); }
.whatsapp-teaser { position: absolute; right: 0; bottom: 70px; width: 255px; padding: 23px; border: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: 0 18px 55px rgba(9,24,38,.18); }
.whatsapp-teaser[hidden] { display: none; }
.whatsapp-teaser button { position: absolute; top: 8px; right: 9px; border: 0; background: none; cursor: pointer; }
.whatsapp-teaser p { margin: 6px 0 14px; color: var(--ink-soft); font-size: .81rem; }
.whatsapp-teaser a { display: inline-flex; gap: 8px; color: #087941; font-size: .73rem; font-weight: 670; }

@media (max-width: 1120px) {
  :root { --shell: min(calc(100vw - 56px), 1050px); }
  .desktop-nav { gap: 14px; }
  .business-story { grid-template-columns: 1.05fr .95fr; padding-left: 0; }
  .business-story.reverse { grid-template-columns: .95fr 1.05fr; padding-right: 0; }
  .business-copy { padding: 54px 42px; }
  .footer-main { grid-template-columns: 1.3fr repeat(3, .8fr); }
  .footer-trust { grid-column: 1 / -1; padding: 28px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 900px) {
  :root { --shell: min(calc(100vw - 40px), 800px); }
  .section-space { padding: 100px 0; }
  .desktop-nav, .header-contact { display: none; }
  .menu-button { display: flex; }
  .header-actions { margin-left: auto; }
  .hero-content h1, .hero-content h2, .hero-content p { width: min(650px, 88vw); }
  .split-shell, .trust-grid, .content-split, .contact-grid { grid-template-columns: 1fr; }
  .contact-visual-grid { grid-template-columns: 1fr; }
  .contact-visual-grid figure { min-height: 480px; }
  .intro-image { height: min(85vw, 660px); }
  .business-story, .business-story.reverse { grid-template-columns: 1fr; padding: 0; }
  .business-story .business-visual, .business-story.reverse .business-visual { order: 1; }
  .business-story .business-copy, .business-story.reverse .business-copy { order: 2; }
  .business-visual { height: min(82vw, 670px); }
  .business-copy { padding: 70px max(28px, calc((100vw - 760px)/2)); }
  .future-visual { min-height: 680px; }
  .brand-image-grid, .insight-grid { grid-template-columns: 1fr; }
  .brand-image-card { min-height: 580px; }
  .insight-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 0 30px; align-items: start; }
  .insight-image { height: 260px; grid-row: span 5; }
  .insight-meta { margin-top: 0; }
  .editorial-grid, .article-layout { grid-template-columns: 1fr; gap: 45px; }
  .article-share { position: relative; top: auto; }
  .service-group { grid-template-columns: 70px 1fr; }
  .all-insights { grid-template-columns: 1fr; }
  .career-tracks { grid-template-columns: 1fr; }
  .career-track { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .career-track:last-child { border-bottom: 0; }
  .career-track h3 { margin-top: 50px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-company { grid-column: 1 / -1; }
  .footer-trust { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100vw - 32px); --header: 70px; }
  .site-header.is-scrolled, body:not(.has-hero) .site-header { height: 66px; }
  .brand { width: 92px; }
  .hero { min-height: 680px; }
  .hero-slide > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,12,28,.9), rgba(3,16,34,.48)), linear-gradient(0deg, rgba(2,12,28,.63), transparent 55%); }
  .hero-content { padding-top: 42px; }
  .hero-content h1, .hero-content h2 { width: 100%; font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-content p { width: 100%; font-size: .9rem; line-height: 1.6; }
  .hero-controls { grid-template-columns: 1fr auto 42px 42px; bottom: 20px; }
  .hero-controls { box-sizing: border-box; padding-right: 68px; }
  .hero-count { display: none; }
  .section-space { padding: 78px 0; }
  .intro-copy h2, .section-heading h2, .editorial-copy h2 { font-size: 2.65rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div { min-height: 180px; padding: 28px 20px; }
  .stats-grid > div:nth-child(2) { border-right: 1px solid var(--line); }
  .stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stats-grid strong { font-size: 3rem; }
  .stats-grid span { font-size: .58rem; }
  .business-visual { height: 116vw; max-height: 560px; }
  .business-copy { padding: 62px 22px; }
  .business-copy h2 { font-size: 2.75rem; }
  .service-cloud, .service-list, .principle-grid { grid-template-columns: 1fr; }
  .future-content h2 { width: 100%; font-size: 3.1rem; }
  .future-content p { font-size: .9rem; }
  .trust-grid figure { min-height: 460px; }
  .trust-copy { padding: 45px 25px; }
  .trust-copy h2 { font-size: 2.7rem; }
  .brand-image-card { min-height: 480px; padding: 26px; }
  .insight-card { display: block; }
  .insight-image { height: 260px; }
  .insight-meta { margin-top: 22px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .image-cta { min-height: 650px; }
  .image-cta h2, .contact-visual h2 { font-size: 3.35rem; }
  .page-cta-inner, .footer-statement { flex-direction: column; align-items: flex-start; }
  .contact-visual-grid figure { min-height: 82vw; }
  .contact-visual-copy { min-height: 430px; padding: 45px 24px; }
  .circle-link { width: 78px; height: 78px; }
  .page-hero { min-height: 620px; height: 82svh; }
  .page-hero-content { padding-bottom: 48px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .page-hero p { font-size: .9rem; }
  .editorial-grid { gap: 28px; }
  .content-split > figure { min-height: 460px; order: 1; }
  .content-panel { padding: 55px 22px; order: 2; }
  .service-group { grid-template-columns: 36px 1fr; gap: 12px; padding: 45px 0; }
  .service-group h2 { font-size: 2.45rem; }
  .page-cta h2 { font-size: 2.8rem; }
  .all-insights .insight-image { height: 270px; }
  .article-hero { padding: 145px 0 60px; }
  .article-hero h1 { font-size: 3.2rem; }
  .article-cover img { width: 100%; height: 70vw; }
  .article-body p { font-size: .95rem; }
  .opening-state { padding: 34px 25px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 32px 22px; }
  .footer-statement { min-height: 480px; justify-content: center; gap: 38px; }
  .footer-statement h2 { font-size: 3.15rem; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .footer-company, .footer-trust { grid-column: 1 / -1; }
  .footer-bottom { padding: 28px 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; }
  .whatsapp-widget { right: 14px; bottom: 14px; }
  .whatsapp-teaser { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
