/*
Theme Name: IVM Group
Theme URI: https://ivm-group.ru/
Author: IVM Group
Description: Custom editorial WordPress theme for the IVM Group digital studio.
Version: 1.1.0
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: ivm-group
Tags: custom-logo, featured-images, block-styles, wide-blocks, accessibility-ready
*/

:root {
  --ink: #071a24;
  --ink-soft: #16303b;
  --paper: #f7f7f2;
  --white: #fff;
  --muted: #60717a;
  --line: rgba(7,26,36,.14);
  --cyan: #52d6c5;
  --orange: #ff7b4b;
  --blue: #5478ff;
  --lime: #b5e66d;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(7,26,36,.12);
  --container: min(1320px, calc(100vw - 64px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.intro-playing { overflow:hidden; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"Manrope", "Helvetica Neue", sans-serif; font-size:17px; line-height:1.62; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
img, video { max-width:100%; height:auto; }
button, input, textarea, select { font:inherit; }
button, .button { cursor:pointer; }
:focus-visible { outline:3px solid var(--orange); outline-offset:4px; }
.skip-link { position:fixed; z-index:9999; top:12px; left:12px; padding:12px 18px; background:#fff; transform:translateY(-160%); }
.skip-link:focus { transform:none; }
#content:focus { outline:none; }
.screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.site-intro { position:fixed; z-index:5000; inset:0; overflow:hidden; color:#fff; background:#06151d; opacity:1; transition:opacity .55s ease,visibility .55s ease; }
.site-intro[hidden], html.intro-seen .site-intro { display:none; }
.site-intro.is-leaving { opacity:0; visibility:hidden; }
.site-intro video { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; }
.intro-top { position:absolute; z-index:2; top:34px; left:clamp(22px,4vw,64px); right:clamp(22px,4vw,64px); display:flex; justify-content:space-between; gap:20px; font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.intro-skip { position:absolute; z-index:3; left:50%; bottom:clamp(44px,6vw,76px); min-height:50px; padding:0 22px; border:1px solid rgba(255,255,255,.75); border-radius:999px; color:#fff; background:rgba(3,14,21,.28); backdrop-filter:blur(12px); font-weight:800; transform:translateX(-50%); transition:background .2s,transform .2s; }
.intro-skip:hover { background:#fff; color:var(--ink); transform:translate(-50%,-2px); }
.intro-progress { position:absolute; z-index:3; left:clamp(22px,4vw,64px); right:clamp(22px,4vw,64px); bottom:24px; height:2px; background:rgba(255,255,255,.25); overflow:hidden; }
.intro-progress span { display:block; width:100%; height:100%; background:#fff; transform:scaleX(0); transform-origin:left; }
.container { width:var(--container); margin-inline:auto; }
.site-header { position:fixed; z-index:1000; inset:0 0 auto; color:#fff; transition:background .25s,color .25s,box-shadow .25s; }
.site-header.is-scrolled, body:not(.home) .site-header { color:var(--ink); background:rgba(247,247,242,.92); backdrop-filter:blur(18px); box-shadow:0 1px 0 var(--line); }
.header-inner { min-height:88px; display:flex; align-items:center; gap:34px; }
.site-brand { display:flex; align-items:center; gap:10px; margin-inline-end:auto; font-size:20px; font-weight:800; letter-spacing:-.03em; }
.site-brand img { width:41px; height:34px; object-fit:contain; object-position:left center; flex:none; border-radius:9px; }
.primary-nav ul { display:flex; list-style:none; gap:28px; margin:0; padding:0; font-size:14px; font-weight:750; }
.primary-nav a { position:relative; }
.primary-nav a:after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:2px; background:var(--orange); transition:right .2s; }
.primary-nav a:hover:after, .primary-nav .current-menu-item a:after { right:0; }
.language-switcher { position:relative; display:grid; flex:none; width:112px; gap:3px; }
.language-switcher__label { font-size:9px; line-height:1; font-weight:800; letter-spacing:.08em; }
.language-switcher select { width:100%; height:30px; padding:0 4px; border:0; border-bottom:1px solid currentColor; border-radius:0; color:inherit; background:transparent; cursor:pointer; font:800 12px/1 "Manrope", sans-serif; }
.language-switcher option { color:var(--ink); background:#fff; }
.header-cta, .button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:50px; border:1px solid currentColor; border-radius:999px; padding:0 22px; font-weight:800; font-size:14px; transition:transform .2s,background .2s,color .2s; }
.header-cta:hover, .button:hover { transform:translateY(-2px); }
.button--accent { border-color:var(--orange); background:var(--orange); color:var(--ink); }
.button--light { border-color:#fff; background:#fff; color:var(--ink); }
.button--ghost { background:transparent; }
.menu-toggle { display:none; width:48px; height:48px; border:1px solid currentColor; border-radius:50%; color:inherit; background:transparent; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content:""; display:block; width:19px; height:2px; background:currentColor; margin:4px auto; transition:.2s; }
body.lang-ar { direction:rtl; font-family:"Noto Sans Arabic", "Manrope", sans-serif; }
body.lang-zh { font-family:"Noto Sans SC", "Manrope", sans-serif; }
body.lang-ar h1, body.lang-ar h2, body.lang-ar h3 { line-height:1.14; letter-spacing:0; }
body.lang-zh h1, body.lang-zh h2, body.lang-zh h3 { line-height:1.08; letter-spacing:-.02em; }
body.lang-ar .section-number, body.lang-ar .eyebrow, body.lang-ar .case-kind, body.lang-ar .team-card-kicker, body.lang-ar .footer-nav h3, body.lang-ar .footer-contact h3, body.lang-ar .field label { letter-spacing:0; }
.hero { position:relative; min-height:100svh; display:flex; align-items:flex-end; color:#fff; overflow:hidden; background:var(--ink); }
.hero-media, .hero-media:after { position:absolute; inset:0; }
.hero-media img { width:100%; height:100%; object-fit:cover; opacity:.88; }
.hero-media:after { content:""; background:linear-gradient(180deg,rgba(3,14,21,.18),rgba(3,14,21,.82) 90%),linear-gradient(90deg,rgba(3,14,21,.5),transparent 60%); }
.hero-content { position:relative; z-index:2; padding:180px 0 74px; }
.eyebrow { display:inline-flex; align-items:center; gap:10px; margin:0 0 24px; font-size:12px; line-height:1.2; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.eyebrow:before { content:""; width:9px; height:9px; border-radius:50%; background:var(--orange); box-shadow:22px 0 0 var(--cyan); margin-right:16px; }
.hero h1 { max-width:1120px; margin:0; font-size:clamp(52px,8.2vw,126px); line-height:.91; letter-spacing:-.07em; font-weight:800; }
.hero-lower { margin-top:46px; display:grid; grid-template-columns:minmax(280px,620px) 1fr; align-items:end; gap:40px; }
.hero-copy { margin:0; max-width:620px; font-size:clamp(18px,2vw,26px); line-height:1.4; color:rgba(255,255,255,.82); }
.hero-actions { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:12px; }
.hero-reel { position:absolute; right:28px; top:50%; z-index:3; writing-mode:vertical-rl; transform:translateY(-50%); font-size:11px; text-transform:uppercase; letter-spacing:.18em; opacity:.7; }
.section { padding:clamp(76px,8vw,124px) 0; position:relative; overflow:hidden; }
.section--white { background:#fff; }
.section--ink { background:var(--ink); color:#fff; }
.section--gradient { background:radial-gradient(circle at 90% 0,rgba(82,214,197,.4),transparent 32%),radial-gradient(circle at 5% 100%,rgba(255,123,75,.3),transparent 35%),#eef2ed; }
.section-head { display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,520px); gap:36px; align-items:end; margin-bottom:48px; }
.section-number { display:block; margin-bottom:12px; color:var(--orange); font:800 13px/1 "Manrope",sans-serif; letter-spacing:.16em; }
.section-title { margin:0; max-width:900px; font-size:clamp(40px,5vw,72px); line-height:.98; letter-spacing:-.055em; }
.section-intro { margin:0; color:var(--muted); font-size:19px; }
.section--ink .section-intro { color:rgba(255,255,255,.64); }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.service-card { position:relative; min-height:300px; padding:34px 26px 32px 0; border-bottom:1px solid var(--line); border-right:1px solid var(--line); transition:background .25s,padding .25s; }
.service-card:nth-child(3n+2), .service-card:nth-child(3n+3) { padding-left:26px; }
.service-card:nth-child(3n) { border-right:0; }
.service-card:hover { background:rgba(82,214,197,.12); padding-left:26px; }
.service-index { color:var(--orange); font-size:12px; font-weight:800; letter-spacing:.12em; }
.service-card h3 { margin:68px 0 14px; font-size:29px; line-height:1.05; letter-spacing:-.04em; }
.service-card p { margin:0; color:var(--muted); font-size:15px; }
.service-arrow { position:absolute; right:24px; top:28px; font-size:28px; }
.case-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:28px; }
.case-card { grid-column:span 6; position:relative; min-height:620px; border-radius:var(--radius); overflow:hidden; background:#172b35; color:#fff; box-shadow:var(--shadow); }
.case-card:nth-child(3n) { grid-column:span 12; min-height:720px; }
.case-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:top center; transition:transform .7s cubic-bezier(.2,.7,.2,1); }
.case-card:hover img { transform:scale(1.035); }
.case-card:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 38%,rgba(3,14,21,.9)); }
.case-card-content { position:absolute; z-index:2; inset:auto 34px 30px; }
.case-kind { display:inline-block; margin-bottom:12px; padding:6px 10px; background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.3); border-radius:999px; backdrop-filter:blur(8px); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.case-card h3 { margin:0 0 10px; font-size:clamp(32px,4vw,56px); line-height:1; letter-spacing:-.05em; }
.case-card p { max-width:760px; margin:0; color:rgba(255,255,255,.75); }
.case-more { margin-top:44px; display:flex; justify-content:center; }
.process { counter-reset:steps; }
.process-step { display:grid; grid-template-columns:120px 1fr 1fr; gap:36px; padding:42px 0; border-top:1px solid rgba(255,255,255,.16); }
.process-step:before { counter-increment:steps; content:"0" counter(steps); color:var(--cyan); font-weight:800; }
.process-step h3 { margin:0; font-size:32px; line-height:1.05; letter-spacing:-.04em; }
.process-step p { margin:0; color:rgba(255,255,255,.63); }
.team-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:20px; }
.team-card { position:relative; min-height:520px; border-radius:var(--radius); overflow:hidden; background:#dfe8e4; color:var(--ink); text-decoration:none; }
.team-card img { display:block; width:100%; height:100%; object-fit:cover; filter:saturate(.8); }
.team-placeholder { position:absolute; inset:0; display:grid; place-items:center; background:linear-gradient(145deg,#d9e5df,#b8d7d0); color:rgba(7,26,36,.55); font-size:68px; font-weight:800; }
.team-card-info { position:absolute; z-index:2; inset:auto 16px 16px; padding:18px; border-radius:18px; background:rgba(255,255,255,.9); backdrop-filter:blur(12px); }
.team-card h3 { margin:0; font-size:20px; }
.team-card p { margin:4px 0 0; font-size:13px; color:var(--muted); }
.team-grid--archive { grid-template-columns:repeat(5,1fr); }
.team-grid--archive .team-card { display:flex; min-height:0; flex-direction:column; border:1px solid var(--line); background:#fff; }
.team-grid--archive .team-card img { height:auto; aspect-ratio:4/5; object-fit:cover; }
.team-grid--archive .team-card-info { position:static; display:flex; flex:1; flex-direction:column; padding:20px; border-radius:0; background:#fff; backdrop-filter:none; }
.team-grid--archive .team-card h2 { margin:4px 0 5px; font-size:24px; line-height:1.08; letter-spacing:-.04em; }
.team-grid--archive .team-card small { display:block; margin-top:10px; color:var(--muted); line-height:1.4; }
.team-card-kicker { color:#be3f1e; font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.team-card-link { display:block; margin-top:auto; padding-top:16px; color:#be3f1e; font-size:12px; font-weight:800; }
.geography-teaser-grid { display:grid; grid-template-columns:1.25fr .8fr .9fr; gap:70px; align-items:center; }
.geography-teaser-copy p { margin:0 0 28px; color:rgba(255,255,255,.65); font-size:19px; }
.geography-orbit { position:relative; aspect-ratio:1; border:1px solid rgba(255,255,255,.2); border-radius:50%; background:radial-gradient(circle at 35% 30%,rgba(82,214,197,.8),rgba(84,120,255,.34) 48%,transparent 49%); box-shadow:inset -24px -18px 60px rgba(3,14,21,.65); }
.geography-orbit:before, .geography-orbit:after { content:""; position:absolute; inset:20%; border:1px solid rgba(255,255,255,.42); border-radius:50%; transform:rotate(58deg) scaleX(.34); }
.geography-orbit:after { inset:7%; transform:rotate(-22deg) scaleY(.34); }
.geography-orbit span { position:absolute; width:14px; height:14px; right:13%; top:25%; border-radius:50%; background:var(--orange); box-shadow:0 0 0 8px rgba(255,123,75,.18); }
.geography-hero { color:#fff; background:radial-gradient(circle at 78% 28%,rgba(82,214,197,.35),transparent 30%),radial-gradient(circle at 88% 80%,rgba(84,120,255,.34),transparent 34%),var(--ink); }
.geography-hero p { color:rgba(255,255,255,.7); }
.geography-content { background:#eef2ed; }
.globe-layout { display:grid; grid-template-columns:minmax(320px,.78fr) minmax(520px,1.22fr); gap:64px; align-items:center; }
.globe-copy h2 { margin:0 0 28px; font-size:clamp(44px,5vw,72px); line-height:.96; letter-spacing:-.06em; }
.globe-copy > p { color:var(--muted); font-size:18px; }
.globe-points { list-style:none; margin:34px 0 0; padding:0; border-top:1px solid var(--line); }
.globe-points li { padding:14px 0; border-bottom:1px solid var(--line); font-weight:700; }
.world-globe { position:relative; min-width:0; padding:22px; border-radius:38px; overflow:hidden; color:#fff; background:radial-gradient(circle at 50% 42%,#173b49,#071a24 66%); box-shadow:var(--shadow); }
.globe-stage { width:100%; min-height:420px; touch-action:none; cursor:grab; }
.globe-stage:active { cursor:grabbing; }
.globe-stage svg { display:block; width:100%; height:auto; overflow:visible; }
.globe-sphere { fill:#0d2935; stroke:rgba(255,255,255,.22); stroke-width:1.4; }
.globe-graticule { fill:none; stroke:rgba(255,255,255,.08); stroke-width:.7; pointer-events:none; }
.globe-country { fill:#355968; stroke:#86a2ab; stroke-width:.45; vector-effect:non-scaling-stroke; transition:fill .18s,filter .18s; cursor:pointer; }
.globe-country:hover, .globe-country:focus, .globe-country.is-active { fill:var(--cyan); filter:drop-shadow(0 0 5px rgba(82,214,197,.65)); outline:none; }
.globe-country.is-unavailable { fill:#263840; opacity:.55; cursor:not-allowed; }
.globe-country.is-unavailable:hover { fill:#263840; filter:none; }
.globe-crimea { fill:#355968; stroke:#86a2ab; stroke-width:.45; vector-effect:non-scaling-stroke; cursor:pointer; }
.globe-crimea:hover, .globe-crimea:focus, .globe-crimea.is-active { fill:var(--cyan); filter:drop-shadow(0 0 5px rgba(82,214,197,.65)); outline:none; }
.globe-status { position:absolute; left:28px; top:26px; display:flex; flex-direction:column; max-width:250px; pointer-events:none; }
.globe-status strong { font-size:22px; line-height:1.1; }
.globe-status span { margin-top:4px; color:rgba(255,255,255,.56); font-size:11px; }
.globe-controls { display:flex; align-items:center; justify-content:center; gap:8px; }
.globe-controls button { min-height:40px; border:1px solid rgba(255,255,255,.22); border-radius:999px; padding:0 14px; color:#fff; background:rgba(255,255,255,.06); font-size:12px; }
.globe-controls button:hover { background:rgba(255,255,255,.14); }
.globe-legend { display:flex; justify-content:center; flex-wrap:wrap; gap:18px; margin-top:15px; color:rgba(255,255,255,.6); font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.globe-legend i { display:inline-block; width:8px; height:8px; margin-right:5px; border-radius:50%; background:var(--cyan); }
.globe-legend i.is-unavailable { background:#52636a; }
.geography-cta { display:flex; justify-content:space-between; align-items:center; gap:30px; margin-top:70px; padding:34px 40px; border-radius:24px; background:#fff; }
.geography-cta p { margin:0; font-size:24px; font-weight:800; letter-spacing:-.03em; }
.insight-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.insight-card { display:flex; min-height:330px; flex-direction:column; padding:30px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; transition:transform .2s,box-shadow .2s; }
.insight-card:hover { transform:translateY(-6px); box-shadow:var(--shadow); }
.insight-card time { color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.09em; }
.insight-card h3 { margin:auto 0 20px; font-size:28px; line-height:1.08; letter-spacing:-.04em; }
.insight-card span { color:var(--orange); font-weight:800; }
.cta-panel { position:relative; padding:clamp(46px,8vw,100px); border-radius:42px; overflow:hidden; color:#fff; background:var(--ink); }
.cta-panel:before { content:""; position:absolute; width:620px; height:620px; right:-190px; top:-280px; border-radius:50%; background:conic-gradient(var(--cyan),var(--blue),var(--orange),var(--cyan)); filter:blur(12px); opacity:.8; }
.cta-panel > * { position:relative; z-index:1; }
.cta-panel h2 { max-width:900px; margin:0 0 34px; font-size:clamp(46px,7vw,96px); line-height:.93; letter-spacing:-.065em; }
.site-footer { padding:72px 0 28px; background:#06151d; color:#fff; }
.footer-main { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:80px; padding-bottom:64px; }
.footer-logo { display:inline-flex; align-items:center; gap:12px; margin-bottom:28px; color:#fff; font-size:24px; font-weight:800; letter-spacing:-.04em; }
.footer-logo img { width:49px; height:40px; object-fit:contain; object-position:left center; border-radius:10px; }
.footer-brand p { max-width:420px; color:rgba(255,255,255,.6); }
.footer-nav h3, .footer-contact h3 { margin:0 0 18px; color:rgba(255,255,255,.58); font-size:11px; text-transform:uppercase; letter-spacing:.14em; }
.footer-nav ul { list-style:none; margin:0; padding:0; }
.footer-nav li + li { margin-top:9px; }
.footer-contact a { display:block; font-size:24px; font-weight:750; letter-spacing:-.03em; }
.footer-bottom { display:flex; justify-content:space-between; gap:24px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.48); font-size:12px; }
.cookie-settings-link { display:inline; margin:0; border:0; padding:0; color:inherit; background:transparent; font:inherit; text-decoration:underline; text-decoration-color:transparent; text-underline-offset:3px; }
.cookie-settings-link:hover { color:#fff; text-decoration-color:currentColor; }
.analytics-consent { position:fixed; z-index:4900; right:20px; bottom:20px; left:20px; display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:24px; width:min(860px,calc(100% - 40px)); margin-inline:auto; padding:20px 22px; border:1px solid rgba(255,255,255,.16); border-radius:20px; color:#fff; background:rgba(6,21,29,.96); box-shadow:0 20px 60px rgba(3,14,21,.34); backdrop-filter:blur(16px); }
.analytics-consent[hidden] { display:none; }
.analytics-consent__text { margin:0; color:rgba(255,255,255,.78); font-size:13px; line-height:1.5; }
.analytics-consent__text a { color:#fff; text-decoration:underline; text-underline-offset:3px; }
.analytics-consent__actions { display:flex; gap:10px; }
.analytics-consent__button { min-height:42px; border:1px solid rgba(255,255,255,.45); border-radius:999px; padding:0 17px; color:#fff; background:transparent; font-size:12px; font-weight:800; white-space:nowrap; }
.analytics-consent__button--primary { border-color:var(--orange); color:var(--ink); background:var(--orange); }
.analytics-consent__button:hover { transform:translateY(-1px); }
.page-hero { padding:190px 0 90px; background:radial-gradient(circle at 85% 10%,rgba(82,214,197,.5),transparent 35%),var(--paper); }
.page-hero h1 { max-width:1100px; margin:0; font-size:clamp(58px,8vw,116px); line-height:.92; letter-spacing:-.07em; }
.page-hero p { max-width:760px; margin:34px 0 0; font-size:22px; color:var(--muted); }
.page-hero.geography-hero h1 { color:var(--ink); }
.content-wrap { padding:80px 0 140px; }
.prose { max-width:820px; font-size:19px; }
.seo-prose { max-width:1080px; }
.seo-lead { max-width:900px; margin:0 0 56px; font-size:clamp(24px,3.2vw,38px); line-height:1.24; letter-spacing:-.035em; }
.seo-service-intro { margin-bottom:72px; }
.seo-facts { display:flex; flex-wrap:wrap; gap:10px; }
.seo-facts span { padding:9px 14px; border:1px solid var(--line); border-radius:999px; color:var(--muted); font-size:12px; font-weight:800; }
.seo-grid, .seo-columns { display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:start; }
.seo-panel { padding:28px; border:1px solid var(--line); border-radius:24px; background:#fff; }
.seo-panel h3 { margin-top:0; }
.seo-panel--accent { background:rgba(82,214,197,.16); }
.seo-steps { margin:0; padding:0; list-style:none; border-top:1px solid var(--line); }
.seo-steps li { display:grid; grid-template-columns:minmax(220px,.7fr) 1.3fr; gap:30px; padding:24px 0; border-bottom:1px solid var(--line); }
.seo-steps span { color:var(--muted); }
.seo-faq details { padding:20px 0; border-top:1px solid var(--line); }
.seo-faq details:last-child { border-bottom:1px solid var(--line); }
.seo-faq summary { cursor:pointer; font-weight:800; }
.seo-faq p { color:var(--muted); }
.seo-related { margin-top:72px; padding:32px; border-radius:28px; background:#eef2ed; }
.seo-related h2 { margin-top:0; font-size:34px; }
.prose h2 { margin:2em 0 .6em; font-size:46px; line-height:1; letter-spacing:-.05em; }
.prose h3 { margin:1.6em 0 .5em; font-size:30px; line-height:1.1; }
.prose a { color:#be3f1e; text-decoration:underline; text-underline-offset:3px; }
.archive-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.archive-card { border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:#fff; }
.archive-card img { width:100%; aspect-ratio:16/10; object-fit:cover; object-position:top; }
.archive-card-content { padding:26px; }
.archive-card h2 { margin:0 0 12px; font-size:30px; line-height:1.05; letter-spacing:-.04em; }
.archive-card p { margin:0; color:var(--muted); }
.case-single-image { margin-top:48px; border-radius:var(--radius); box-shadow:var(--shadow); }
.team-profile { display:grid; grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr); gap:72px; align-items:start; }
.team-profile-photo { position:sticky; top:120px; margin:0; border-radius:var(--radius); overflow:hidden; background:#dfe8e4; box-shadow:var(--shadow); }
.team-profile-photo img { display:block; width:100%; aspect-ratio:4/5; object-fit:cover; }
.team-profile-copy { max-width:none; }
.lead-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:start; }
.lead-form { padding:40px; border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field--full { grid-column:1/-1; }
.field label { display:block; margin-bottom:7px; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.field input, .field textarea, .field select { width:100%; border:1px solid var(--line); border-radius:14px; padding:15px 16px; background:#fbfcfa; color:var(--ink); }
.field textarea { min-height:140px; resize:vertical; }
.field--hp { position:absolute; left:-9999px; }
.checkbox { display:flex; gap:10px; align-items:flex-start; font-size:13px; color:var(--muted); }
.form-status { padding:15px 18px; margin-bottom:20px; border-radius:14px; background:#dff7e8; }
.form-status--error { background:#ffe2d8; }
.reveal { opacity:0; transform:translateY(28px); transition:opacity .7s,transform .7s; }
.reveal.is-visible { opacity:1; transform:none; }
@media (max-width: 1360px) {
  .primary-nav, .header-cta { display:none; }
  .menu-toggle { display:block; }
  .primary-nav.is-open { display:block; position:fixed; inset:82px 20px auto auto; width:min(360px,calc(100vw - 40px)); max-height:calc(100svh - 102px); overflow:auto; padding:14px 20px; border:1px solid rgba(255,255,255,.14); border-radius:24px; background:#071a24; color:#fff; box-shadow:0 24px 70px rgba(3,14,21,.36); animation:menu-in .18s ease-out; }
  .primary-nav.is-open ul { display:block; }
  .primary-nav.is-open li { margin:0; border-bottom:1px solid rgba(255,255,255,.1); }
  .primary-nav.is-open li:last-child { border-bottom:0; }
  .primary-nav.is-open a { display:block; padding:13px 2px; font-size:22px; line-height:1.15; }
  .primary-nav.is-open a:after { display:none; }
  .menu-toggle[aria-expanded="true"] span { display:none; }
  .menu-toggle[aria-expanded="true"]:before { transform:translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"]:after { transform:translateY(-3px) rotate(-45deg); }
  @keyframes menu-in { from { opacity:0; transform:translateY(-8px) scale(.98); } }
}
@media (max-width: 1050px) {
  :root { --container:min(100% - 40px, 920px); }
  .primary-nav, .header-cta { display:none; }
  .menu-toggle { display:block; }
  .primary-nav.is-open { display:block; position:fixed; inset:82px 20px auto auto; width:min(360px,calc(100vw - 40px)); max-height:calc(100svh - 102px); overflow:auto; padding:14px 20px; border:1px solid rgba(255,255,255,.14); border-radius:24px; background:#071a24; color:#fff; box-shadow:0 24px 70px rgba(3,14,21,.36); animation:menu-in .18s ease-out; }
  .primary-nav.is-open ul { display:block; }
  .primary-nav.is-open li { margin:0; border-bottom:1px solid rgba(255,255,255,.1); }
  .primary-nav.is-open li:last-child { border-bottom:0; }
  .primary-nav.is-open a { display:block; padding:13px 2px; font-size:22px; line-height:1.15; }
  .primary-nav.is-open a:after { display:none; }
  .menu-toggle[aria-expanded="true"] span { display:none; }
  .menu-toggle[aria-expanded="true"]:before { transform:translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"]:after { transform:translateY(-3px) rotate(-45deg); }
  @keyframes menu-in { from { opacity:0; transform:translateY(-8px) scale(.98); } }
  .section-head, .lead-layout, .team-profile, .seo-grid, .seo-columns { grid-template-columns:1fr; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .service-card, .service-card:nth-child(3n+2), .service-card:nth-child(3n+3) { padding-left:22px; border-right:1px solid var(--line); }
  .service-card:nth-child(2n) { border-right:0; }
  .case-card, .case-card:nth-child(3n) { grid-column:span 12; min-height:620px; }
  .team-grid { grid-template-columns:repeat(2,1fr); }
  .team-grid--archive { grid-template-columns:repeat(2,1fr); }
  .geography-teaser-grid { grid-template-columns:1fr 260px; }
  .geography-teaser-copy { grid-column:1/-1; }
  .globe-layout { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .archive-grid { grid-template-columns:repeat(2,1fr); }
  .team-profile-photo { position:static; max-width:620px; }
}
@media (max-width: 680px) {
  :root { --container:calc(100% - 28px); --radius:20px; }
  body { font-size:16px; }
  .header-inner { min-height:72px; gap:12px; }
  .language-switcher { width:90px; }
  .language-switcher__label { font-size:8px; }
  .site-brand img { width:37px; height:30px; }
  .hero-content { padding:130px 0 42px; }
  .hero h1 { font-size:clamp(48px,15vw,76px); }
  .hero-lower { grid-template-columns:1fr; gap:26px; }
  .hero-actions { justify-content:flex-start; }
  .hero-reel { display:none; }
  .section { padding:64px 0; }
  .section-head { margin-bottom:28px; gap:16px; }
  .section-number { margin-bottom:10px; }
  .section-title { font-size:40px; line-height:1; letter-spacing:-.05em; }
  .section-intro { font-size:17px; line-height:1.5; }
  .services-grid, .team-grid, .insight-grid, .archive-grid { grid-template-columns:1fr; }
  .service-card, .service-card:nth-child(n) { min-height:240px; border-right:0; padding:24px 18px; }
  .service-card h3 { margin-top:54px; }
  .case-card, .case-card:nth-child(3n) { min-height:480px; }
  .case-card-content { inset:auto 22px 22px; }
  .process-step { grid-template-columns:48px 1fr; gap:18px; }
  .process-step p { grid-column:2; }
  .team-card { min-height:480px; }
  .team-grid--archive { grid-template-columns:1fr; }
  .geography-teaser-grid { grid-template-columns:1fr; gap:36px; }
  .geography-teaser-copy { grid-column:auto; }
  .geography-orbit { width:min(76vw,300px); margin-inline:auto; }
  .world-globe { padding:14px; border-radius:24px; }
  .globe-stage { min-height:360px; }
  .globe-status { left:20px; top:20px; }
  .globe-controls button { padding-inline:11px; }
  .geography-cta { display:block; padding:28px 22px; }
  .geography-cta .button { margin-top:20px; }
  .footer-main { grid-template-columns:1fr; gap:40px; }
  .footer-brand { grid-column:auto; }
  .footer-bottom { display:block; }
  .footer-bottom > * { display:block; margin-top:8px; }
  .analytics-consent { right:14px; bottom:14px; left:14px; grid-template-columns:1fr; gap:16px; width:auto; padding:18px; }
  .analytics-consent__actions { display:grid; grid-template-columns:1fr 1fr; }
  .analytics-consent__button { width:100%; }
  .page-hero { padding:150px 0 70px; }
  .page-hero h1 { font-size:56px; }
  .form-grid { grid-template-columns:1fr; }
  .field--full { grid-column:auto; }
  .lead-form { padding:24px 18px; }
  .seo-steps li { grid-template-columns:1fr; gap:8px; }
  .seo-panel, .seo-related { padding:22px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*:before,*:after { animation-duration:.01ms!important; transition-duration:.01ms!important; }
  .reveal { opacity:1; transform:none; }
}
