@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../font/plus-jakarta-sans-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../font/plus-jakarta-sans-latin-ext.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --primary: #500350;
    --primary-soft: #6b2168;
    --primary-light: #ffd7f5;
    --accent: #ff8928;
    --accent-dark: #d76108;
    --tertiary: #272454;
    --tertiary-soft: #3d3b6c;
    --ink: #131b2e;
    --muted: #5f5865;
    --surface: #faf8ff;
    --surface-low: #f2f3ff;
    --surface-mid: #eaedff;
    --white: #fff;
    --border: rgba(80, 3, 80, 0.1);
    --shadow: 0 20px 60px -28px rgba(80, 3, 80, 0.26);
    --shadow-soft: 0 12px 32px -14px rgba(19, 27, 46, 0.16);
    --container: 1344px;
    --header-height: 80px;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -0.035em; }
h1, h2, h3 { overflow-wrap: anywhere; hyphens: auto; }
h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 5.1vw, 4.4rem); font-weight: 800; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.7vw, 3.1rem); font-weight: 750; }
h3 { font-size: 1.2rem; font-weight: 700; }
em { color: var(--primary); font-style: normal; }
:focus-visible { outline: 3px solid rgba(255, 137, 40, 0.6); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-160%); border-radius: 8px; background: var(--white); color: var(--primary); box-shadow: var(--shadow-soft); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { width: min(var(--container), calc(100% - 128px)); margin-inline: auto; }
.section { padding-block: 104px; }
.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid transparent; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(18px); transition: box-shadow 180ms ease, border-color 180ms ease; }
.site-header.is-scrolled { border-color: var(--border); box-shadow: 0 8px 34px rgba(80, 3, 80, 0.07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-height); gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-lockup { display: inline-flex; align-items: center; gap: 7px; }
.brand-symbol { display: block; width: 36px; height: 36px; flex: 0 0 auto; }
.brand-symbol img { width: 100%; height: 100%; object-fit: contain; }
.brand-wordmark { display: block; width: 91px; height: 36px; overflow: hidden; flex: 0 0 auto; }
.brand-wordmark img { width: auto; max-width: none; height: 36px; }
.brand-badge { padding: 4px 8px; border-radius: 999px; color: #8b3c00; background: rgba(255, 137, 40, 0.15); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.1vw, 34px); }
.desktop-nav > a { position: relative; padding-block: 28px; color: var(--muted); font-size: 14px; font-weight: 650; white-space: nowrap; }
.desktop-nav > a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; content: ""; transform: scaleX(0); border-radius: 2px; background: var(--accent); transition: transform 180ms ease; }
.desktop-nav > a:hover, .desktop-nav > a[aria-current="page"] { color: var(--primary); }
.desktop-nav > a[aria-current="page"]::after, .desktop-nav > a:hover::after { transform: scaleX(1); }
.mega-nav-item { display: flex; align-items: center; align-self: stretch; }
.mega-menu-toggle { position: relative; display: flex; height: 100%; align-items: center; gap: 5px; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 14px; font-weight: 650; cursor: pointer; }
.mega-menu-toggle::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; content: ""; transform: scaleX(0); border-radius: 2px; background: var(--accent); transition: transform 180ms ease; }
.mega-menu-toggle:hover, .mega-menu-toggle.is-current, .mega-menu-toggle[aria-expanded="true"] { color: var(--primary); }
.mega-menu-toggle:hover::after, .mega-menu-toggle.is-current::after, .mega-menu-toggle[aria-expanded="true"]::after { transform: scaleX(1); }
.mega-menu-toggle .icon { width: 16px; height: 16px; transition: transform 180ms ease; }
.mega-menu-toggle[aria-expanded="true"] .icon { transform: rotate(180deg); }
.mega-menu { position: fixed; z-index: 99; top: var(--header-height); right: 0; left: 0; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; border-top: 1px solid var(--border); background: rgba(255, 255, 255, 0.98); box-shadow: 0 26px 55px -28px rgba(42, 6, 46, 0.32); backdrop-filter: blur(18px); }
.mega-menu-inner { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 44px; padding-block: 34px 38px; }
.mega-menu-intro { padding: 9px 30px 0 0; border-right: 1px solid var(--border); }
.mega-menu-intro h2 { margin-bottom: 11px; font-size: 25px; }
.mega-menu-intro > p:not(.eyebrow) { margin-bottom: 20px; color: var(--muted); font-size: 12px; }
.mega-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px 18px; }
.mega-service-grid a { display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 8px; min-height: 43px; padding: 5px 7px; border-radius: 8px; transition: color 150ms ease, background 150ms ease; }
.mega-service-grid a:hover, .mega-service-grid a:focus-visible { color: var(--primary); background: var(--surface-low); outline: none; }
.mega-service-grid span { color: var(--accent-dark); font-size: 9px; font-weight: 800; }
.mega-service-grid strong { font-size: 11px; font-weight: 700; line-height: 1.3; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switcher { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255, 255, 255, 0.72); }
.language-switcher a { display: grid; min-width: 29px; height: 29px; place-items: center; border-radius: 999px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 0.04em; }
.language-switcher a:hover, .language-switcher a[aria-current="page"] { color: var(--white); background: var(--primary); }
.language-switcher-mobile { display: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--primary); transition: 180ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: var(--header-height) 0 auto; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; border-top: 1px solid var(--border); background: rgba(250, 248, 255, 0.98); box-shadow: var(--shadow); }
.mobile-nav-inner { display: grid; gap: 0; padding-block: 18px 26px; }
.mobile-nav a:not(.button) { padding: 15px 2px; border-bottom: 1px solid var(--border); color: var(--ink); font-size: 18px; font-weight: 700; }
.mobile-nav .button { margin-top: 18px; }
.mobile-services-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 15px 2px; border: 0; border-bottom: 1px solid var(--border); background: transparent; color: var(--ink); font-size: 18px; font-weight: 700; text-align: left; cursor: pointer; }
.mobile-services-toggle .icon { transition: transform 180ms ease; }
.mobile-services-toggle[aria-expanded="true"] .icon { transform: rotate(180deg); }
.mobile-services-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 9px; border-bottom: 1px solid var(--border); background: var(--surface-low); }
.mobile-services-list a { min-width: 0; padding: 9px 8px !important; border: 0 !important; color: var(--muted) !important; font-size: 11px !important; font-weight: 650 !important; line-height: 1.35; }
.mobile-services-list a:hover { color: var(--primary) !important; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 24px; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: 14px; font-weight: 750; line-height: 1.2; transition: transform 180ms var(--ease), background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--white); background: var(--accent); box-shadow: 0 12px 28px -10px rgba(255, 137, 40, 0.72); }
.button-accent:hover { background: var(--accent-dark); }
.button-ghost { border-color: rgba(80, 3, 80, 0.16); color: var(--primary); background: rgba(255, 255, 255, 0.64); }
.button-ghost:hover { background: var(--white); box-shadow: var(--shadow-soft); }
.button-ghost-light { border-color: rgba(255, 255, 255, 0.22); color: var(--white); background: rgba(255, 255, 255, 0.09); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 14px; font-weight: 750; }
.text-link:hover { color: var(--accent-dark); }
.text-link .icon { transition: transform 180ms ease; }
.text-link:hover .icon { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: calc(var(--header-height) + 94px) 0 0; background: linear-gradient(150deg, #f4f1ff 0%, var(--surface) 60%, #fff7f0 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 610px; grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr); align-items: center; gap: 80px; padding-bottom: 76px; }
.hero-content { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--primary-soft); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.eyebrow-light { color: #ffd6b6; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255, 137, 40, 0.13); }
.hero h1 em, .subpage-hero h1 em { position: relative; color: var(--accent); }
.hero h1 em::after, .subpage-hero h1 em::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 4px; content: ""; border-radius: 4px; background: rgba(255, 137, 40, 0.27); }
.hero-copy { max-width: 720px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.award-note { display: flex; align-items: center; gap: 13px; width: fit-content; margin-top: 28px; padding: 12px 16px; border: 1px solid rgba(80, 3, 80, 0.1); border-radius: 12px; background: rgba(255, 255, 255, 0.72); box-shadow: 0 10px 30px -22px rgba(80, 3, 80, 0.5); }
.award-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px; color: var(--accent); background: #fff1e7; font-size: 22px; }
.award-note strong, .award-note span { display: block; }
.award-note strong { color: var(--primary); font-size: 13px; }
.award-note div span { color: var(--muted); font-size: 11px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { top: 18%; right: 10%; width: 370px; height: 370px; background: radial-gradient(circle, rgba(107, 33, 104, 0.14), transparent 68%); }
.hero-glow-two { right: 35%; bottom: -120px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(255, 137, 40, 0.12), transparent 70%); }
.hero-visual { position: relative; display: grid; min-height: 500px; place-items: center; }
.engine-card { position: relative; z-index: 3; width: min(100%, 510px); overflow: hidden; padding: 28px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 28px; color: var(--white); background: linear-gradient(150deg, #211b4a, #500350 58%, #7a2a66); box-shadow: 0 38px 90px -36px rgba(80, 3, 80, 0.68); transform: rotate(1.5deg); }
.engine-card::after { position: absolute; top: -90px; right: -80px; width: 230px; height: 230px; content: ""; border-radius: 50%; background: rgba(255, 137, 40, 0.2); filter: blur(25px); }
.engine-topline, .engine-flow, .engine-tags { display: flex; align-items: center; }
.engine-topline { position: relative; z-index: 1; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; }
.live-badge { padding: 5px 9px; border-radius: 999px; color: #dfffea; background: rgba(36, 185, 110, 0.2); }
.engine-core { position: relative; z-index: 1; padding: 52px 0 42px; }
.engine-kicker { display: block; margin-bottom: 8px; color: #ffbd87; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.engine-core strong { display: block; max-width: 390px; margin-bottom: 15px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.08; letter-spacing: -0.045em; }
.engine-core p { max-width: 390px; margin: 0; color: #d5d1ee; font-size: 14px; }
.engine-flow { position: relative; z-index: 1; justify-content: space-between; padding: 18px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 14px; background: rgba(255, 255, 255, 0.06); font-size: 11px; font-weight: 700; }
.engine-flow i { height: 1px; flex: 1; margin: 0 10px; background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), var(--accent)); }
.engine-tags { position: relative; z-index: 1; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.engine-tags span { padding: 6px 10px; border-radius: 999px; color: #eeeaff; background: rgba(255, 255, 255, 0.08); font-size: 10px; font-weight: 700; }
.orbit { position: absolute; border: 1px solid rgba(80, 3, 80, 0.1); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 390px; height: 390px; }
.floating-proof { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(80, 3, 80, 0.09); border-radius: 14px; background: rgba(255, 255, 255, 0.9); box-shadow: var(--shadow-soft); backdrop-filter: blur(10px); }
.floating-proof strong { color: var(--primary); font-size: 20px; }
.floating-proof span { max-width: 105px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.proof-top { top: 38px; right: 0; }
.proof-bottom { bottom: 38px; left: -20px; }
.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 0; padding: 26px 34px; border: 1px solid rgba(80, 3, 80, 0.08); border-radius: 22px 22px 0 0; background: rgba(255, 255, 255, 0.86); box-shadow: 0 -8px 30px -20px rgba(80, 3, 80, 0.26); }
.trust-strip div { padding-inline: 24px; border-right: 1px solid var(--border); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--primary); font-size: 22px; line-height: 1.2; letter-spacing: -0.03em; }
.trust-strip span { margin-top: 3px; color: var(--muted); font-size: 11px; }

.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 16px; }
.section-copy, .split-heading > p, .process-intro > p, .faq-layout > div > p { max-width: 680px; color: var(--muted); font-size: 16px; }
.section-heading-center { margin-inline: auto; text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.section-heading-center .section-copy { margin-inline: auto; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr); align-items: end; gap: 70px; margin-bottom: 46px; }
.split-heading .section-heading { margin-bottom: 0; }
.split-heading > p { margin-bottom: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.compact-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-card { position: relative; padding: 32px; overflow: hidden; border: 1px solid rgba(19, 27, 46, 0.07); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 12px 34px -30px rgba(80, 3, 80, 0.35); transition: transform 220ms var(--ease), box-shadow 220ms ease, border-color 220ms ease; scroll-margin-top: 110px; }
.service-card::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; content: ""; transform: scaleX(0); transform-origin: left; background: var(--primary); transition: transform 220ms ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(80, 3, 80, 0.2); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scaleX(1); }
.service-card-orange::before { background: var(--accent); }
.service-card-indigo::before { background: var(--tertiary); }
.card-icon { display: grid; width: 48px; height: 48px; margin-bottom: 22px; place-items: center; border-radius: 12px; color: var(--primary); background: #fae8f7; }
.service-card-orange .card-icon { color: #9d4300; background: #fff0e5; }
.service-card-indigo .card-icon { color: var(--tertiary); background: #ebeaff; }
.card-icon .icon { width: 23px; height: 23px; }
.service-card-link { display: flex; height: 100%; flex-direction: column; }
.service-category { margin-bottom: 7px; color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 11px; }
.service-card-link > p { color: var(--muted); font-size: 14px; }
.feature-list { display: grid; gap: 7px; padding: 0; margin: 22px 0 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 8px; color: #3c3540; font-size: 12px; }
.feature-list .icon { width: 14px; height: 14px; color: var(--accent-dark); }
.compact-grid .service-card { padding: 25px; }
.compact-grid .service-card-link > p { min-height: 92px; }
.compact-grid .feature-list { display: none; }
.service-card-cta { display: flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 24px; color: var(--primary); font-size: 11px; font-weight: 750; }
.service-card-cta .icon { transition: transform 180ms ease; }
.service-card:hover .service-card-cta .icon { transform: translateX(4px); }
.section-action { display: flex; justify-content: center; margin-top: 42px; }

.service-carousel { position: relative; }
.service-carousel-controls { display: flex; justify-content: flex-end; gap: 9px; margin: -18px 0 18px; }
.service-carousel-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--primary); background: #fff; cursor: pointer; transition: color 180ms ease, background 180ms ease, border-color 180ms ease; }
.service-carousel-controls button:hover, .service-carousel-controls button:focus-visible { border-color: var(--primary); color: #fff; background: var(--primary); }
.service-carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 4); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 5px 2px 20px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.service-carousel-track::-webkit-scrollbar { display: none; }
.service-carousel-track .service-card { min-height: 315px; scroll-snap-align: start; }
.compact-service-grid .service-card { padding: 25px; }
.compact-service-grid .service-card-link > p { min-height: 92px; }
.compact-service-grid .feature-list { display: none; }

.video-showcase-section { overflow: hidden; color: var(--white); background: #0d091a; }
.video-showcase-section .section-heading { margin-bottom: 0; }
.video-showcase-section .section-heading h2 { color: var(--white); }
.video-showcase-section .section-copy { color: #aaa7c3; }
.video-showcase-section .eyebrow { color: #ffb477; }
.video-showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.video-controls { display: flex; flex: 0 0 auto; gap: 9px; }
.video-controls button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; color: var(--white); background: rgba(255, 255, 255, 0.06); cursor: pointer; transition: 180ms ease; }
.video-controls button:hover { border-color: var(--accent); background: var(--accent); }
.video-showcase-track { display: flex; gap: 20px; width: calc(100vw - max(0px, (100vw - var(--container)) / 2)); padding: 6px max(64px, calc((100vw - var(--container)) / 2)) 28px 0; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.video-showcase-track::-webkit-scrollbar { display: none; }
.video-card { width: 286px; height: 510px; flex: 0 0 auto; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 24px; background: #211c35; box-shadow: 0 28px 50px -32px #000; scroll-snap-align: start; transition: transform 230ms var(--ease), border-color 230ms ease; }
.video-card:hover { transform: translateY(-6px); border-color: rgba(255, 137, 40, 0.7); }
.video-card a, .video-card button { position: relative; display: block; width: 100%; height: 100%; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.video-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.video-card:hover img { transform: scale(1.045); }
.video-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 9, 26, 0.05) 35%, rgba(13, 9, 26, 0.96) 100%); }
.video-play { position: absolute; top: 50%; left: 50%; display: grid; width: 60px; height: 60px; place-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 50%; color: var(--white); background: rgba(80, 3, 80, 0.72); backdrop-filter: blur(8px); transition: transform 180ms ease, background 180ms ease; }
.video-play .icon { width: 27px; height: 27px; margin-left: 3px; }
.video-card:hover .video-play { transform: translate(-50%, -50%) scale(1.08); background: var(--accent); }
.video-card-copy { position: absolute; right: 22px; bottom: 22px; left: 22px; display: grid; gap: 5px; }
.video-card-copy small { color: #ffbd87; font-size: 9px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.video-card-copy strong { color: var(--white); font-size: 17px; line-height: 1.35; }
.video-index { position: absolute; top: 18px; right: 18px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--white); background: rgba(13, 9, 26, 0.66); font-size: 9px; font-weight: 800; backdrop-filter: blur(8px); }
.video-showcase-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.video-showcase-footer p { max-width: 650px; margin: 0; color: #aaa7c3; font-size: 13px; }

.service-detail-hero { padding-bottom: 94px; }
.service-detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.55fr); align-items: center; gap: 76px; }
.service-detail-summary { padding: 32px; border: 1px solid rgba(80, 3, 80, 0.1); border-radius: 22px; background: rgba(255, 255, 255, 0.86); box-shadow: var(--shadow-soft); }
.service-detail-summary > p { margin: 0 0 14px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.service-detail-summary ul { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; }
.service-detail-summary li { display: flex; align-items: start; gap: 9px; color: var(--ink); font-size: 13px; font-weight: 650; }
.service-detail-summary li .icon { margin-top: 3px; color: var(--accent-dark); }
.service-detail-overview { background: var(--white); }
.service-overview-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 0.75fr); gap: 100px; }
.service-intro { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.service-benefits { display: grid; align-content: start; }
.service-benefits article { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 13px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.service-benefits article > span { color: var(--accent-dark); font-size: 10px; font-weight: 800; }
.service-benefits article p { margin: 0; font-size: 14px; font-weight: 650; }
.service-deliverables-section { background: var(--surface-low); }
.deliverables-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.deliverables-grid article { min-height: 195px; padding: 28px; border-radius: 17px; background: var(--white); }
.deliverables-grid span { color: var(--accent-dark); font-size: 11px; font-weight: 800; }
.deliverables-grid h3 { margin: 66px 0 0; font-size: 18px; }
.service-process-section { background: var(--white); }
.service-method-grid article { border: 1px solid var(--border); background: var(--surface); }
.service-request-section { color: var(--white); background: linear-gradient(145deg, var(--tertiary), #3a1450 55%, var(--primary)); }
.service-request-layout { display: grid; grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr); align-items: start; gap: 70px; }
.service-request-copy { position: sticky; top: 112px; }
.service-request-copy h2 { color: var(--white); }
.service-request-copy > p:not(.eyebrow) { max-width: 540px; color: #d6d2e8; }
.request-proof { display: grid; width: fit-content; margin-top: 34px; padding: 18px 22px; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 14px; background: rgba(255, 255, 255, 0.07); }
.request-proof strong { color: #ffb477; font-size: 24px; }
.request-proof span { color: #d6d2e8; font-size: 10px; }
.service-request-panel { scroll-margin-top: 110px; padding: 42px; border-radius: 22px; color: var(--ink); background: var(--white); box-shadow: 0 34px 70px -38px #000; }
.related-services-section { background: var(--surface); }
.related-service-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-service-links a { position: relative; display: grid; min-height: 150px; align-content: end; gap: 5px; padding: 24px 54px 24px 24px; border: 1px solid var(--border); border-radius: 16px; background: var(--white); transition: transform 180ms var(--ease), box-shadow 180ms ease; }
.related-service-links a:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.related-service-links span { color: var(--accent-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.related-service-links strong { font-size: 17px; }
.related-service-links .icon { position: absolute; right: 22px; bottom: 25px; color: var(--primary); }

.showcase-section { overflow: hidden; color: var(--white); background: #0d091a; }
.showcase-section .section-heading h2 { color: var(--white); }
.showcase-section .section-copy { color: #aaa7c3; }
.showcase-section .eyebrow { color: #ffb477; }
.showcase-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.showcase-card { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 22px; background: #211c35; box-shadow: 0 28px 50px -32px #000; }
.showcase-card:nth-child(even) { transform: translateY(28px); }
.showcase-card::after { position: absolute; inset: 40% 0 0; content: ""; background: linear-gradient(transparent, rgba(13, 9, 26, 0.96)); }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: saturate(0.9); transition: transform 500ms var(--ease), filter 300ms ease; }
.showcase-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.showcase-card div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 24px; }
.showcase-card span, .showcase-card strong { display: block; }
.showcase-card span { color: #ffb477; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.showcase-card strong { margin-top: 5px; font-size: 18px; }

.global-partnership-section { overflow: hidden; color: #fff; background: linear-gradient(135deg, #11102a, var(--tertiary) 58%, #631d5f); }
.global-partnership-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.75fr); align-items: center; gap: 90px; }
.global-partnership-copy h2 { max-width: 850px; color: #fff; }
.global-partnership-copy > p:not(.eyebrow) { max-width: 760px; color: #c8c4dd; }
.global-partnership-copy .eyebrow { color: #ffb477; }
.region-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 32px; }
.region-list span { padding: 8px 13px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; color: #f3effa; background: rgba(255, 255, 255, 0.06); font-size: 10px; font-weight: 700; }
.global-partnership-visual { position: relative; display: grid; min-height: 430px; place-items: center; }
.global-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 50%; }
.global-orbit-one { width: 390px; height: 390px; }
.global-orbit-two { width: 270px; height: 270px; border-color: rgba(255, 137, 40, 0.24); }
.global-core { position: relative; z-index: 2; display: grid; width: 156px; height: 156px; place-content: center; place-items: center; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; background: linear-gradient(145deg, var(--primary), #892f70); box-shadow: 0 25px 65px rgba(0, 0, 0, 0.35); }
.global-core .icon { width: 30px; height: 30px; color: #ffb477; }
.global-core strong { margin-top: 8px; font-size: 30px; line-height: 1; }
.global-core span { margin-top: 5px; color: #d7d1e4; font-size: 9px; letter-spacing: 0.13em; }
.global-node { position: absolute; z-index: 3; display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 50%; background: rgba(24, 20, 55, 0.9); box-shadow: var(--shadow); font-size: 10px; font-weight: 800; }
.node-eu { top: 32px; right: 52px; }.node-tr { right: 5px; bottom: 85px; }.node-me { bottom: 22px; left: 38px; }

.why-section { background: var(--surface-low); }
.why-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); align-items: center; gap: 90px; }
.why-visual { position: relative; max-width: 640px; padding: 20px 0 42px; }
.browser-frame { overflow: hidden; border: 8px solid var(--white); border-radius: 22px; background: var(--white); box-shadow: 0 30px 70px -34px rgba(19, 27, 46, 0.42); }
.browser-bar { display: flex; gap: 5px; height: 28px; align-items: center; padding-inline: 10px; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #d5d1dc; }
.browser-frame img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: center top; }
.quote-card { position: absolute; right: -25px; bottom: 0; width: min(310px, 78%); padding: 23px; border-radius: 16px; color: var(--white); background: var(--tertiary); box-shadow: var(--shadow); }
.quote-card .icon { width: 25px; height: 25px; color: var(--accent); }
.quote-card p { margin: 12px 0 0; font-size: 14px; font-weight: 600; }
.why-content > h2 { max-width: 720px; }
.why-content > p { color: var(--muted); }
.reason-list { display: grid; gap: 8px; margin-top: 28px; }
.reason-list article { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 17px 18px; border: 1px solid rgba(80, 3, 80, 0.07); border-radius: 12px; background: rgba(255, 255, 255, 0.67); }
.reason-list article > span { padding-top: 2px; color: var(--accent-dark); font-size: 11px; font-weight: 800; }
.reason-list h3 { margin-bottom: 4px; font-size: 15px; }
.reason-list p { margin: 0; color: var(--muted); font-size: 12px; }

.projects-preview { background: var(--surface); }
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.project-card { position: relative; min-height: 310px; padding: 30px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); transition: transform 220ms var(--ease), box-shadow 220ms ease; }
.project-card::after { position: absolute; right: -50px; bottom: -70px; width: 160px; height: 160px; content: ""; border-radius: 50%; background: rgba(255, 137, 40, 0.08); }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-index { position: absolute; top: 20px; right: 22px; color: rgba(80, 3, 80, 0.11); font-size: 42px; font-weight: 800; line-height: 1; }
.project-category { display: inline-block; margin-bottom: 26px; color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.project-card h3, .project-card h2 { position: relative; z-index: 1; margin-bottom: 12px; font-size: 23px; }
.project-card p { position: relative; z-index: 1; color: var(--muted); font-size: 13px; }
.project-card a { position: absolute; z-index: 2; right: 30px; bottom: 26px; left: 30px; display: flex; align-items: center; justify-content: space-between; color: var(--primary); font-size: 12px; font-weight: 750; }
.references-preview, .logo-section { background: var(--surface-low); }
.logo-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.logo-card { display: grid; min-height: 112px; place-items: center; padding: 20px; border: 1px solid rgba(80, 3, 80, 0.07); border-radius: 12px; background: rgba(255, 255, 255, 0.86); }
.logo-card img { width: 100%; max-width: 118px; max-height: 58px; object-fit: contain; filter: grayscale(1); opacity: 0.64; transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease; }
.logo-card:hover img { transform: scale(1.04); filter: grayscale(0); opacity: 1; }

.cta-section { padding-block: 82px; background: var(--surface); }
.cta-panel { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; overflow: hidden; padding: 58px 64px; border-radius: 24px; color: var(--white); background: linear-gradient(120deg, var(--tertiary), var(--primary) 56%, #8a315e); box-shadow: 0 26px 60px -30px rgba(80, 3, 80, 0.62); }
.cta-panel::after { position: absolute; top: -150px; right: 6%; width: 330px; height: 330px; content: ""; border-radius: 50%; background: rgba(255, 137, 40, 0.15); filter: blur(10px); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 760px; margin-bottom: 12px; color: var(--white); }
.cta-panel p:not(.eyebrow) { max-width: 650px; margin: 0; color: #d8d4eb; }
.cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; min-width: 230px; }

.site-footer { padding: 76px 0 24px; color: #f4f2ff; background: var(--tertiary); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 70px; padding-bottom: 54px; }
.brand-footer img { filter: brightness(0) invert(1); }
.brand-footer .brand-symbol { width: 42px; height: 42px; }
.brand-footer .brand-wordmark { width: 106px; height: 42px; }
.brand-footer .brand-wordmark img { height: 42px; }
.footer-brand > p { max-width: 470px; margin: 22px 0; color: #b8b5d6; font-size: 13px; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 8px; color: #fff; background: var(--tertiary-soft); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.site-footer h2 { margin-bottom: 18px; color: #fff; font-size: 15px; letter-spacing: -0.01em; }
.site-footer ul { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.site-footer li, .site-footer address { color: #aaa7cb; font-size: 12px; font-style: normal; }
.site-footer li a:hover, .site-footer address a:hover { color: #fff; }
.site-footer address strong { display: inline-block; margin-bottom: 5px; color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #8f8caf; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.footer-bottom nav a:hover { color: #fff; }

.subpage-hero { position: relative; overflow: hidden; padding: calc(var(--header-height) + 76px) 0 84px; background: linear-gradient(150deg, var(--surface-low), var(--surface) 64%, #fff6ef); }
.subpage-hero::after { position: absolute; top: 25%; right: -120px; width: 420px; height: 420px; content: ""; border: 1px solid rgba(80, 3, 80, 0.07); border-radius: 50%; box-shadow: 0 0 0 80px rgba(80, 3, 80, 0.02), 0 0 0 160px rgba(80, 3, 80, 0.015); }
.subpage-hero .container { position: relative; z-index: 2; }
.subpage-hero h1 { max-width: 950px; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 50px; color: #776f79; font-size: 11px; }
.breadcrumbs a:hover { color: var(--primary); }
.narrow-hero { max-width: 1100px; margin-left: max(64px, calc((100% - var(--container)) / 2)); }
.subpage-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr); align-items: center; gap: 90px; }
.about-visual { display: grid; min-height: 430px; place-items: center; }
.about-orbit { position: relative; display: grid; width: 350px; height: 350px; place-items: center; border: 1px solid rgba(80, 3, 80, 0.15); border-radius: 50%; box-shadow: 0 0 0 54px rgba(80, 3, 80, 0.035), 0 0 0 108px rgba(255, 137, 40, 0.025); }
.about-core { display: grid; width: 160px; height: 160px; place-content: center; border-radius: 50%; color: #fff; text-align: center; background: linear-gradient(145deg, var(--tertiary), var(--primary-soft)); box-shadow: var(--shadow); }
.about-core strong, .about-core span { display: block; }
.about-core strong { font-size: 42px; line-height: 1; }
.about-core span { margin-top: 6px; color: #e4dff0; font-size: 11px; }
.satellite { position: absolute; padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; color: var(--primary); background: #fff; box-shadow: var(--shadow-soft); font-size: 10px; font-weight: 750; }
.sat-one { top: 8px; left: 36px; }.sat-two { top: 70px; right: -24px; }.sat-three { right: 0; bottom: 38px; }.sat-four { bottom: 22px; left: 4px; }
.company-story-section { background: #fff; }
.company-story-grid { display: grid; grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr); align-items: center; gap: 90px; }
.company-year { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 260px; border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(145deg, var(--surface-low), #fff6ef); box-shadow: var(--shadow-soft); }
.company-year strong, .company-year em { font-size: clamp(2.3rem, 5vw, 4.4rem); font-weight: 800; letter-spacing: -0.05em; }
.company-year strong { color: var(--primary); }.company-year em { color: var(--accent-dark); }
.company-year span { color: var(--muted); font-size: 26px; }
.company-story-copy h2 { max-width: 820px; }
.company-story-copy > p { color: var(--muted); }
.company-story-copy .story-lead { color: var(--ink); font-size: 18px; font-weight: 650; }
.story-facts { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; }
.story-facts span { display: flex; align-items: center; gap: 7px; color: var(--primary); font-size: 12px; font-weight: 700; }
.story-facts .icon { color: var(--accent-dark); }
.sector-expertise-section { color: #fff; background: linear-gradient(135deg, var(--tertiary), #3d1552); }
.sector-expertise-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 90px; }
.sector-expertise-grid > div:first-child { align-self: center; }
.sector-expertise-grid h2 { color: #fff; }
.sector-expertise-grid > div:first-child > p:not(.eyebrow) { color: #c5c1d8; }
.sector-proof-list { display: grid; gap: 12px; }
.sector-proof-list article { display: grid; grid-template-columns: 38px minmax(170px, 0.5fr) 1fr; align-items: start; gap: 18px; padding: 22px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; background: rgba(255, 255, 255, 0.055); }
.sector-proof-list article > span { color: #ffb477; font-size: 10px; font-weight: 800; }
.sector-proof-list h3 { margin: 0; color: #fff; font-size: 17px; }
.sector-proof-list p { margin: 0; color: #bbb6d1; font-size: 12px; }
.team-section { background: var(--surface-low); }
.team-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.team-card { min-height: 300px; overflow: hidden; border: 1px solid var(--border); border-radius: 17px; background: #fff; transition: transform 180ms var(--ease), box-shadow 180ms ease; }
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.team-photo { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 18%; background: var(--surface-low); filter: saturate(0.92); }
.team-card-body { padding: 20px 22px 23px; }
.team-card h3 { margin: 0 0 7px; color: var(--primary); font-size: 17px; }
.team-card p { margin: 0; color: var(--muted); font-size: 11px; }
.manifesto-section { background: #fff; }
.manifesto-grid { display: grid; grid-template-columns: 100px 1fr 0.8fr; gap: 46px; align-items: start; }
.manifesto-mark { color: var(--accent); font-family: Georgia, serif; font-size: 112px; line-height: 0.8; }
.manifesto-grid h2 { color: var(--primary); }
.manifesto-copy { padding-top: 30px; color: var(--muted); }
.values-section { background: var(--surface-low); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { min-height: 270px; padding: 30px; border: 1px solid rgba(80, 3, 80, 0.07); border-radius: 16px; background: #fff; }
.value-card > span { color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; }
.value-card h3 { margin: 25px 0 12px; color: var(--primary); font-size: 20px; }
.value-card p { color: var(--muted); font-size: 13px; }
.dark-section { color: #fff; background: var(--tertiary); }
.dark-section .section-heading h2 { color: #fff; }
.dark-section .section-copy { color: #bdb9dd; }
.dark-section .eyebrow { color: #ffb477; }
.department-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.department-grid article { min-height: 260px; padding: 28px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 15px; background: rgba(255, 255, 255, 0.055); }
.department-grid article > span { color: #ffb477; font-size: 11px; font-weight: 800; }
.department-grid h3 { margin: 44px 0 12px; color: #fff; font-size: 18px; }
.department-grid p { color: #bdb9d5; font-size: 12px; }
.four-columns { grid-template-columns: repeat(4, 1fr); }
.process-section { background: #fff; }
.process-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 100px; }
.process-intro { position: sticky; top: 130px; height: fit-content; }
.timeline { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding-bottom: 45px; }
.timeline li::before { position: absolute; top: 44px; bottom: 0; left: 22px; width: 1px; content: ""; background: rgba(80, 3, 80, 0.15); }
.timeline li:last-child::before { display: none; }
.timeline li > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; color: #fff; background: var(--primary); font-size: 11px; font-weight: 800; }
.timeline li:nth-child(even) > span { background: var(--accent-dark); }
.timeline h3 { margin: 2px 0 7px; }
.timeline p { margin: 0; color: var(--muted); font-size: 14px; }

.pill-nav { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 34px; }
.pill-nav a { padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; color: var(--primary); background: rgba(255, 255, 255, 0.68); font-size: 10px; font-weight: 700; }
.pill-nav a:hover { color: #fff; background: var(--primary); }
.service-catalog { background: #fff; }
.method-section { background: var(--surface-low); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.method-grid article { padding: 30px; border-radius: 16px; background: #fff; }
.method-grid span { color: var(--accent-dark); font-size: 12px; font-weight: 800; }
.method-grid h3 { margin: 34px 0 10px; }
.method-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.comparison-section { background: #fff; }
.comparison-table { overflow: hidden; border: 1px solid var(--border); border-radius: 17px; }
.comparison-row { display: grid; grid-template-columns: 0.7fr 1fr 1.25fr; }
.comparison-row > * { padding: 20px 24px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 13px; }
.comparison-row > * + * { border-left: 1px solid var(--border); }
.comparison-row > :last-child { color: var(--primary); background: #fbf0fa; font-weight: 650; }
.comparison-row:last-child > * { border-bottom: 0; }
.comparison-head > * { color: #fff; background: var(--tertiary); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.comparison-head > :last-child { color: #fff; background: var(--primary); }

.references-hero { background: linear-gradient(150deg, #fff, var(--surface-low) 70%, #fff0e5); }
.reference-privacy-section { padding-block: 70px; background: #fff; }
.reference-privacy-panel { display: grid; grid-template-columns: 74px minmax(0, 1fr) minmax(260px, 0.5fr); align-items: center; gap: 32px; padding: 44px 48px; border-radius: 24px; color: #fff; background: linear-gradient(125deg, #171530, var(--tertiary) 62%, #6f245f); box-shadow: var(--shadow); }
.reference-privacy-icon { display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 18px; color: #ffb477; background: rgba(255, 255, 255, 0.07); }
.reference-privacy-icon .icon { width: 33px; height: 33px; }
.reference-privacy-panel h2 { margin-bottom: 10px; color: #fff; font-size: 35px; }
.reference-privacy-panel p:not(.eyebrow) { max-width: 760px; margin: 0; color: #c7c3d9; }
.privacy-principles { display: grid; gap: 10px; }
.privacy-principles span { display: flex; align-items: center; gap: 8px; color: #f6f3ff; font-size: 11px; font-weight: 700; }
.privacy-principles .icon { color: #ffb477; }
.reference-categories-section { overflow: hidden; background: var(--surface-low); }
.reference-categories-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.reference-carousel-controls { display: flex; gap: 9px; margin-bottom: 48px; }
.reference-carousel-controls button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--primary); background: #fff; cursor: pointer; }
.reference-carousel-controls button:hover { color: #fff; background: var(--primary); }
.reference-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 26px; border-bottom: 1px solid var(--border); }
.reference-tabs button { display: flex; align-items: center; gap: 9px; padding: 17px 14px; border: 0; border-bottom: 3px solid transparent; color: var(--muted); background: transparent; font-size: 12px; font-weight: 750; text-align: left; cursor: pointer; }
.reference-tabs button > span { color: var(--accent-dark); font-size: 9px; }
.reference-tabs button[aria-selected="true"] { border-color: var(--accent); color: var(--primary); background: rgba(255, 255, 255, 0.55); }
.reference-category-panel[hidden] { display: none; }
.reference-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.reference-work-card { overflow: hidden; border: 1px solid var(--border); border-radius: 17px; background: #fff; box-shadow: 0 20px 45px -38px rgba(24, 11, 38, 0.5); }
.reference-work-visual { display: grid; aspect-ratio: 16 / 10; place-items: center; overflow: hidden; background: var(--surface-mid); }
.reference-work-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 350ms var(--ease); }
.reference-work-card:hover .reference-work-visual img { transform: scale(1.035); }
.reference-work-art { position: relative; color: #fff; background: linear-gradient(145deg, var(--tertiary), var(--primary)); }
.reference-work-art::after { position: absolute; right: -35px; bottom: -55px; width: 150px; height: 150px; content: ""; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.04); }
.reference-work-art .icon { width: 43px; height: 43px; color: #ffb477; }
.reference-work-art > span { position: absolute; top: 17px; right: 19px; color: rgba(255, 255, 255, 0.45); font-size: 22px; font-weight: 800; }
.reference-work-art.art-software { background: linear-gradient(145deg, #171b36, #323871); }
.reference-work-body { min-height: 145px; padding: 22px; }
.reference-work-body > span { color: var(--accent-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.reference-work-body h3 { margin: 9px 0 16px; font-size: 18px; }
.reference-work-body a { display: flex; align-items: center; gap: 7px; color: var(--primary); font-size: 11px; font-weight: 750; }
.reference-work-action { display: flex; align-items: center; gap: 7px; padding: 0; border: 0; color: var(--primary); background: transparent; font: inherit; font-size: 11px; font-weight: 750; cursor: pointer; }
.reference-work-action .icon { width: 17px; height: 17px; }
.reference-category-action { display: flex; justify-content: flex-end; margin-top: 28px; }
.case-study-section { background: #fff; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.filter-bar button { min-height: 42px; padding: 8px 15px; border: 1px solid var(--border); border-radius: 999px; color: var(--primary); background: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.filter-bar button:hover, .filter-bar button.is-active { color: #fff; background: var(--primary); }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.case-card { overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); transition: transform 220ms var(--ease), box-shadow 220ms ease; }
.case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.case-card[hidden] { display: none; }
.case-image { overflow: hidden; aspect-ratio: 16 / 9; background: var(--surface-mid); }
.case-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms var(--ease); }
.case-card:hover .case-image img { transform: scale(1.025); }
.case-body { padding: 26px; }
.case-body > span { color: var(--accent-dark); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.case-body h2 { margin: 8px 0 18px; font-size: 24px; }
.case-body ul { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; list-style: none; }
.case-body li { padding: 5px 9px; border-radius: 999px; color: var(--primary); background: #f5eaf4; font-size: 10px; font-weight: 650; }
.large-logo-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.large-logo-grid .logo-card { min-height: 160px; }
.large-logo-grid .logo-card img { max-width: 160px; max-height: 76px; }
.large-logo-grid a.logo-card { display: grid; place-items: center; transition: transform 180ms var(--ease), border-color 180ms ease, box-shadow 180ms ease; }
.large-logo-grid a.logo-card:hover, .large-logo-grid a.logo-card:focus-visible { transform: translateY(-3px); border-color: rgba(80, 3, 80, 0.22); box-shadow: var(--shadow-soft); outline: none; }
.other-references-heading { max-width: 720px; margin: 76px 0 30px; }
.other-references-heading h2 { margin: 0 0 12px; }
.other-references-heading > p:last-child { margin: 0; color: var(--muted); }
.expandable-logo-grid:not(.is-expanded) [data-logo-card]:nth-child(n+9) { display: none; }
.logo-toggle-row { display: flex; justify-content: center; margin-top: 30px; }
.logo-toggle-row button { color: var(--primary); }
.logo-toggle-row .icon { transition: transform 180ms ease; }
.logo-toggle-row button[aria-expanded="true"] .icon { transform: rotate(180deg); }

.reference-archive-hero { background: linear-gradient(150deg, #fff, var(--surface-low) 72%, #fff0e5); }
.reference-archive-navigation { position: sticky; z-index: 8; top: var(--header-height); border-block: 1px solid var(--border); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(16px); }
.reference-archive-tabs { display: flex; gap: 5px; padding-block: 10px; overflow-x: auto; scrollbar-width: none; }
.reference-archive-tabs::-webkit-scrollbar { display: none; }
.reference-archive-tabs a { min-width: max-content; padding: 10px 14px; border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 750; }
.reference-archive-tabs a:hover, .reference-archive-tabs a[aria-current="page"] { color: #fff; background: var(--primary); }
.reference-archive-section { background: var(--surface-low); }
.reference-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.reference-archive-grid .reference-work-card { scroll-margin-top: calc(var(--header-height) + 80px); }
.reference-archive-grid .reference-work-body { min-height: 154px; }
.reference-archive-grid .reference-work-body h2 { margin: 9px 0 16px; font-size: 20px; }
.archive-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.archive-video-card { overflow: hidden; border-radius: 18px; background: #17132a; box-shadow: 0 24px 46px -35px #000; }
.archive-video-card button { position: relative; display: block; width: 100%; aspect-ratio: 3 / 2; padding: 0; overflow: hidden; border: 0; color: #fff; background: #17132a; text-align: left; cursor: pointer; }
.archive-video-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms var(--ease); }
.archive-video-card:hover img { transform: scale(1.035); }
.archive-video-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 9, 26, 0.04) 30%, rgba(13, 9, 26, 0.92) 100%); }
.archive-video-copy { position: absolute; right: 20px; bottom: 18px; left: 20px; display: grid; gap: 4px; }
.archive-video-copy small { color: #ffbd87; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.archive-video-copy strong { font-size: 16px; line-height: 1.35; }
.archive-video-card .video-play { width: 52px; height: 52px; }
.reference-archive-back { display: flex; justify-content: center; margin-top: 46px; }

.video-lightbox { width: min(1080px, calc(100% - 40px)); max-width: none; padding: 0; overflow: visible; border: 0; border-radius: 20px; color: #fff; background: #0d091a; box-shadow: 0 40px 110px rgba(0, 0, 0, .62); }
.video-lightbox::backdrop { background: rgba(8, 5, 15, .88); backdrop-filter: blur(8px); }
.video-lightbox-panel { position: relative; padding: 12px 12px 20px; }
.video-lightbox-frame { overflow: hidden; aspect-ratio: 16 / 9; border-radius: 13px; background: #000; }
.video-lightbox-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-lightbox h2 { margin: 17px 12px 0; color: #fff; font-size: 17px; }
.video-lightbox-close { position: absolute; z-index: 2; top: -18px; right: -18px; display: grid; width: 44px; height: 44px; place-items: center; border: 2px solid rgba(255, 255, 255, .75); border-radius: 50%; color: #fff; background: var(--primary); font-size: 28px; line-height: 1; cursor: pointer; }

.partnership-network { position: relative; display: grid; min-height: 430px; place-items: center; }
.partnership-network::before, .partnership-network::after { position: absolute; width: 330px; height: 330px; content: ""; border: 1px solid rgba(80, 3, 80, 0.14); border-radius: 50%; }
.partnership-network::after { width: 230px; height: 230px; border-color: rgba(255, 137, 40, 0.23); }
.network-core { position: relative; z-index: 2; display: grid; width: 145px; height: 145px; place-content: center; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--tertiary), var(--primary-soft)); box-shadow: var(--shadow); }
.network-core .icon { width: 28px; color: #ffb477; }.network-core strong { margin-top: 6px; font-size: 25px; }.network-core span { font-size: 10px; }
.network-region { position: absolute; z-index: 3; padding: 8px 13px; border: 1px solid var(--border); border-radius: 999px; color: var(--primary); background: #fff; box-shadow: var(--shadow-soft); font-size: 10px; font-weight: 750; }
.region-1 { top: 38px; left: 25px; }.region-2 { top: 52px; right: 18px; }.region-3 { top: 50%; right: -12px; }.region-4 { right: 35px; bottom: 38px; }.region-5 { bottom: 48px; left: 8px; }
.partnership-intro-section { background: #fff; }
.partnership-intro-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 90px; }
.partnership-intro-copy { color: var(--muted); font-size: 16px; }
.partnership-services-section { background: var(--surface-low); }
.partnership-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.partnership-service-grid article { min-height: 255px; padding: 30px; border: 1px solid var(--border); border-radius: 17px; background: #fff; }
.partnership-service-grid article > span { color: var(--accent-dark); font-size: 10px; font-weight: 800; }
.partnership-service-grid h3 { margin: 48px 0 12px; color: var(--primary); font-size: 20px; }
.partnership-service-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.partnership-model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.partnership-model-grid article { min-height: 250px; padding: 30px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 17px; background: rgba(255, 255, 255, 0.055); }
.partnership-model-grid article > span { color: #ffb477; font-size: 10px; font-weight: 800; }
.partnership-model-grid h3 { margin: 50px 0 12px; color: #fff; font-size: 20px; }
.partnership-model-grid p { margin: 0; color: #bdb9d5; font-size: 12px; }

.projects-page-section { background: #fff; }
.project-grid-large { grid-template-columns: repeat(3, 1fr); }
.project-grid-large .project-card { min-height: 340px; }

.contact-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: center; gap: 90px; }
.response-note { padding: 28px; border: 1px solid rgba(80, 3, 80, 0.08); border-radius: 18px; background: rgba(255, 255, 255, 0.82); box-shadow: var(--shadow-soft); }
.response-note span, .response-note strong { display: block; }
.response-note span { color: var(--accent-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.response-note strong { margin: 10px 0 4px; color: var(--primary); font-size: 28px; }
.response-note p { margin: 0; color: var(--muted); font-size: 11px; }
.contact-section { background: var(--surface); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr); align-items: start; gap: 36px; }
.contact-form-panel { padding: 46px; border: 1px solid var(--border); border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.form-heading { margin-bottom: 30px; }
.form-heading h2 { margin-bottom: 7px; font-size: 34px; }
.form-heading > p:last-child { margin: 0; color: var(--muted); font-size: 11px; }
.contact-form { display: grid; gap: 22px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid > .input:last-child:nth-child(odd) { grid-column: 1 / -1; }
.contact-form .input, .contact-form > .input, .admin-form .input { display: grid; gap: 7px; }
.contact-form label, .contact-form legend { color: #312b36; font-size: 12px; font-weight: 700; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form select, .contact-form textarea {
    width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #d8d4de; border-radius: 9px; color: var(--ink); background: #fff; outline: none; transition: border 150ms ease, box-shadow 150ms ease;
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--primary-soft); box-shadow: 0 0 0 3px rgba(107, 33, 104, 0.12); }
.service-choices { padding: 0; margin: 2px 0 0; border: 0; }
.service-choices legend { margin-bottom: 10px; }
.field-hint { margin: -4px 0 12px; color: var(--muted); font-size: 12px; }
.other-service-field[hidden] { display: none; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; inset: 0 auto auto 0; opacity: 0; }
.choice-grid span { display: flex; min-height: 45px; align-items: center; padding: 9px 12px; border: 1px solid #e1dce3; border-radius: 9px; color: var(--muted); background: var(--surface); font-size: 11px; font-weight: 650; transition: 150ms ease; }
.choice-grid input:checked + span { border-color: var(--primary); color: var(--primary); background: #f8ebf7; box-shadow: inset 3px 0 var(--primary); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(255, 137, 40, 0.55); outline-offset: 2px; }
.consent-row { display: grid; grid-template-columns: 19px 1fr; align-items: start; gap: 11px; font-weight: 500 !important; line-height: 1.55; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--primary); }
.consent-row a { color: var(--primary); text-decoration: underline; }
.submit-button { justify-self: start; border: 0; cursor: pointer; }
.honeypot { position: absolute; left: -10000px; }
.contact-sidebar { display: grid; gap: 18px; position: sticky; top: 110px; }
.direct-contact-card, .address-card, .project-request-card { padding: 30px; border-radius: 18px; }
.direct-contact-card { color: #fff; background: var(--tertiary); box-shadow: var(--shadow); }
.direct-contact-card h2 { margin-bottom: 26px; color: #fff; font-size: 26px; }
.direct-contact-card > a { display: block; padding: 15px 0; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.direct-contact-card a span, .direct-contact-card a strong { display: block; }
.direct-contact-card a span { color: #aaa7cc; font-size: 10px; text-transform: uppercase; }
.direct-contact-card a strong { margin-top: 3px; font-size: 14px; }
.address-card { border: 1px solid var(--border); background: #fff; }
.address-card address { margin-bottom: 20px; color: var(--muted); font-size: 13px; font-style: normal; }
.project-request-card { grid-column: 1 / -1; border: 1px solid rgba(107, 33, 104, 0.14); background: #f8eff8; }
.project-request-card h2 { margin: 4px 0 12px; font-size: 22px; }
.project-request-card > p:not(.eyebrow) { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.map-section { background: #fff; }
.map-heading { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr); align-items: end; gap: 70px; margin-bottom: 34px; }
.map-heading h2 { margin: 0; font-size: 40px; }
.map-heading > p { margin: 0; color: var(--muted); }
.map-frame { min-height: 470px; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-soft); }
.map-frame iframe { display: block; width: 100%; height: 470px; border: 0; }
.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 90px; }
.accordion { border-top: 1px solid var(--border); }
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-item h3 { margin: 0; }
.accordion-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion-item button span { font-size: 14px; font-weight: 700; }
.accordion-item button i { position: relative; width: 20px; height: 20px; flex: 0 0 auto; }
.accordion-item button i::before, .accordion-item button i::after { position: absolute; top: 9px; left: 3px; width: 14px; height: 2px; content: ""; background: var(--primary); transition: transform 160ms ease; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.accordion-panel { padding: 0 40px 22px 0; color: var(--muted); font-size: 13px; }
.accordion-panel p { margin: 0; }
.legal-hero .narrow-hero { max-width: 980px; }
.legal-effective-date { display: inline-flex; margin: 26px 0 0; padding: 8px 12px; border: 1px solid rgba(80, 3, 80, 0.1); border-radius: 999px; color: var(--primary); background: rgba(255, 255, 255, 0.66); font-size: 11px; font-weight: 750; }
.legal-section { background: #fff; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); align-items: start; gap: clamp(48px, 7vw, 96px); }
.legal-sidebar { position: sticky; top: calc(var(--header-height) + 30px); }
.legal-navigation { display: grid; overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--surface-low); box-shadow: var(--shadow-soft); }
.legal-navigation a { padding: 15px 17px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 12px; font-weight: 680; line-height: 1.4; }
.legal-navigation a:last-child { border-bottom: 0; }
.legal-navigation a:hover { color: var(--primary); background: #fff; }
.legal-navigation a[aria-current="page"] { position: relative; color: #fff; background: var(--primary); }
.legal-navigation a[aria-current="page"]::before { position: absolute; top: 0; bottom: 0; left: 0; width: 4px; content: ""; background: var(--accent); }
.legal-content { max-width: 900px; min-width: 0; }
.legal-document-section { padding: 0 0 32px; margin: 0 0 34px; border-bottom: 1px solid var(--border); scroll-margin-top: calc(var(--header-height) + 28px); }
.legal-document-section h2, .legal-contact-card h2 { margin: 0 0 16px; font-size: clamp(1.35rem, 2.2vw, 1.65rem); line-height: 1.25; }
.legal-document-section p, .legal-document-section li, .legal-contact-card p, .legal-contact-card address { color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-document-section p { margin: 0 0 13px; }
.legal-document-section ul { display: grid; gap: 9px; padding-left: 21px; margin: 10px 0 0; }
.legal-document-section li::marker { color: var(--accent); }
.legal-table-wrap { max-width: 100%; overflow-x: auto; margin-top: 22px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.legal-table-wrap:focus-visible { outline: 3px solid rgba(80, 3, 80, 0.2); outline-offset: 3px; }
.legal-table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; }
.legal-table-wrap caption { padding: 15px 18px; color: var(--primary); background: var(--surface-low); font-size: 12px; font-weight: 780; text-align: left; }
.legal-table-wrap th, .legal-table-wrap td { padding: 14px 16px; border-top: 1px solid var(--border); vertical-align: top; color: var(--muted); font-size: 12px; line-height: 1.65; text-align: left; }
.legal-table-wrap thead th, .legal-table-wrap tbody th { color: var(--text); font-weight: 740; }
.legal-table-wrap thead th { background: #fffaf6; }
.legal-contact-card { padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(80, 3, 80, 0.1); border-radius: 18px; background: linear-gradient(145deg, var(--surface-low), #fff7f0); }
.legal-contact-card p { margin: 0 0 8px; }
.legal-contact-card address { margin-bottom: 8px; font-style: normal; }
.legal-contact-card a { color: var(--primary); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.message { position: relative; z-index: 20; width: min(680px, calc(100% - 40px)); margin: 22px auto -48px; padding: 16px 48px 16px 18px; border: 1px solid rgba(80, 3, 80, 0.15); border-radius: 10px; color: var(--primary); background: #fff; box-shadow: var(--shadow-soft); }
.message.success { border-color: rgba(22, 125, 75, 0.25); color: #0d6339; background: #effbf4; }
.message.error { border-color: rgba(186, 26, 26, 0.25); color: #8e1515; background: #fff1f0; }
.message .close { position: absolute; top: 8px; right: 10px; padding: 7px; border: 0; background: transparent; font-size: 20px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 600ms var(--ease), transform 600ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
[data-reveal-delay="1"] { transition-delay: 120ms; }

@media (max-width: 1199px) {
    .desktop-nav { display: none; }
    .menu-toggle { display: block; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr); gap: 45px; }
    .compact-grid { grid-template-columns: repeat(2, 1fr); }
    .compact-grid .service-card-link > p { min-height: auto; }
    .service-carousel-track { grid-auto-columns: calc((100% - 32px) / 3); }
    .showcase-card { min-height: 440px; }
    .project-grid { grid-template-columns: repeat(2, 1fr); }
    .logo-grid { grid-template-columns: repeat(4, 1fr); }
    .department-grid { grid-template-columns: repeat(3, 1fr); }
    .team-grid, .partnership-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .reference-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reference-archive-grid, .archive-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .expandable-logo-grid:not(.is-expanded) [data-logo-card]:nth-child(n+9) { display: none; }
    .footer-grid { grid-template-columns: 1.7fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 1023px) {
    .container { width: calc(100% - 80px); }
    .section { padding-block: 82px; }
    .service-carousel-track { grid-auto-columns: calc((100% - 16px) / 2); }
    .hero-grid { grid-template-columns: 1fr; padding-top: 28px; }
    .hero-content { max-width: 820px; }
    .hero-visual { min-height: 480px; }
    .engine-card { width: min(580px, 86%); }
    .trust-strip { margin-top: 0; }
    .why-grid, .subpage-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 55px; }
    .why-visual { max-width: 720px; }
    .global-partnership-grid, .company-story-grid, .sector-expertise-grid, .partnership-intro-grid { grid-template-columns: minmax(0, 1fr); gap: 50px; }
    .global-partnership-visual { min-height: 390px; }
    .sector-proof-list { max-width: 780px; }
    .reference-privacy-panel { grid-template-columns: 68px minmax(0, 1fr); }
    .privacy-principles { grid-column: 2; }
    .partnership-model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .showcase-track { display: flex; width: calc(100vw - 40px); overflow-x: auto; gap: 14px; padding: 0 40px 38px 0; scroll-snap-type: x mandatory; }
    .showcase-card { min-width: 285px; scroll-snap-align: start; }
    .showcase-card:nth-child(even) { transform: none; }
    .split-heading { grid-template-columns: 1fr; gap: 10px; }
    .cta-panel { grid-template-columns: 1fr; gap: 30px; }
    .cta-actions { flex-direction: row; min-width: 0; }
    .about-visual { min-height: 460px; }
    .manifesto-grid { grid-template-columns: 70px 1fr; }
    .manifesto-copy { grid-column: 2; padding-top: 0; }
    .value-grid, .method-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: minmax(0, 1fr); gap: 50px; }
    .process-intro, .contact-sidebar { position: static; }
    .contact-layout { grid-template-columns: minmax(0, 1fr); }
    .contact-sidebar { grid-template-columns: repeat(2, 1fr); }
    .map-heading { grid-template-columns: minmax(0, 1fr); gap: 14px; }
    .faq-layout { grid-template-columns: minmax(0, 1fr); gap: 35px; }
    .legal-layout { grid-template-columns: minmax(0, 1fr); gap: 42px; }
    .legal-sidebar { position: static; }
    .legal-navigation { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .legal-navigation a { border-right: 1px solid var(--border); }
    .legal-navigation a:nth-child(2n) { border-right: 0; }
    .legal-navigation a:nth-last-child(-n+2) { border-bottom: 0; }
    .service-detail-hero-grid, .service-overview-grid, .service-request-layout { grid-template-columns: minmax(0, 1fr); gap: 45px; }
    .service-detail-summary { max-width: 600px; }
    .service-request-copy { position: static; }
    .deliverables-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    :root { --header-height: 70px; }
    .container { width: calc(100% - 40px); }
    .section { padding-block: 64px; }
    h1 { font-size: clamp(2.4rem, 11vw, 3.1rem); }
    h2 { font-size: clamp(1.85rem, 8vw, 2.5rem); }
    .brand { gap: 8px; }
    .brand-lockup { gap: 5px; }
    .brand-symbol { width: 31px; height: 31px; }
    .brand-wordmark { width: 78px; height: 31px; }
    .brand-wordmark img { height: 31px; }
    .brand-badge, .header-cta { display: none; }
    .language-switcher { gap: 0; padding: 2px; }
    .language-switcher a { min-width: 26px; height: 26px; font-size: 8px; }
    .header-inner { gap: 10px; }
    .hero { padding-top: calc(var(--header-height) + 55px); }
    .hero-grid { min-height: auto; gap: 42px; padding-bottom: 58px; }
    .hero-copy { font-size: 16px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .award-note { width: 100%; }
    .hero-visual { min-height: 390px; }
    .engine-card { width: 94%; padding: 22px; border-radius: 22px; transform: none; }
    .engine-core { padding: 38px 0 32px; }
    .engine-core strong { font-size: 29px; }
    .orbit-one { width: 390px; height: 390px; }
    .orbit-two { width: 290px; height: 290px; }
    .floating-proof { padding: 10px 12px; }
    .proof-top { top: 4px; right: -4px; }
    .proof-bottom { bottom: 3px; left: 0; }
    .trust-strip { grid-template-columns: repeat(2, 1fr); padding: 0; overflow: hidden; border-radius: 18px 18px 0 0; }
    .trust-strip div { padding: 20px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .trust-strip div:nth-child(even) { border-right: 0; }
    .trust-strip div:nth-last-child(-n+2) { border-bottom: 0; }
    .trust-strip strong { font-size: 18px; }
    .service-grid, .compact-grid { grid-template-columns: 1fr; }
    .service-carousel-controls { margin-top: -8px; }
    .service-carousel-track { grid-auto-columns: min(84vw, 310px); }
    .service-carousel-track .service-card { min-height: 285px; }
    .compact-service-grid .service-card-link > p { min-height: auto; }
    .service-card { padding: 26px; }
    .compact-grid .feature-list { display: grid; }
    .service-card-cta { padding-top: 20px; }
    .video-showcase-heading, .video-showcase-footer { align-items: flex-start; flex-direction: column; }
    .video-controls { align-self: flex-end; }
    .video-showcase-track { width: calc(100vw - 20px); padding-right: 20px; }
    .video-card { width: 255px; height: 455px; }
    .showcase-track { width: calc(100vw - 20px); padding-right: 20px; }
    .showcase-card { min-width: 255px; min-height: 430px; }
    .why-grid { gap: 58px; }
    .why-visual { padding-top: 0; }
    .quote-card { right: -6px; }
    .global-partnership-visual { min-height: 330px; }
    .global-orbit-one { width: 310px; height: 310px; }
    .global-orbit-two { width: 220px; height: 220px; }
    .global-core { width: 132px; height: 132px; }
    .global-node { width: 54px; height: 54px; }
    .company-year { min-height: 190px; gap: 12px; }
    .sector-proof-list article { grid-template-columns: 30px 1fr; }
    .sector-proof-list article p { grid-column: 2; }
    .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .team-card { min-height: 235px; }
    .team-card-body { padding: 16px 15px 19px; }
    .reference-privacy-section { padding-block: 48px; }
    .reference-privacy-panel { grid-template-columns: 1fr; gap: 22px; padding: 32px 25px; }
    .reference-privacy-panel h2 { font-size: 29px; }
    .privacy-principles { grid-column: auto; }
    .reference-categories-heading { align-items: flex-start; flex-direction: column; }
    .reference-carousel-controls { align-self: flex-end; margin: -30px 0 8px; }
    .reference-tabs { display: flex; width: calc(100vw - 20px); overflow-x: auto; padding-right: 20px; scrollbar-width: none; }
    .reference-tabs::-webkit-scrollbar { display: none; }
    .reference-tabs button { min-width: 210px; }
    .reference-category-grid { display: flex; width: calc(100vw - 20px); overflow-x: auto; gap: 14px; padding-right: 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .reference-category-grid::-webkit-scrollbar { display: none; }
    .reference-work-card { width: 280px; flex: 0 0 auto; scroll-snap-align: start; }
    .reference-category-action { justify-content: flex-start; }
    .reference-archive-navigation .container { width: calc(100% - 20px); margin-right: 0; }
    .reference-archive-grid, .archive-video-grid { grid-template-columns: 1fr; }
    .reference-archive-grid .reference-work-card { width: auto; }
    .expandable-logo-grid:not(.is-expanded) [data-logo-card]:nth-child(n+5) { display: none; }
    .other-references-heading { margin-top: 58px; }
    .video-lightbox { width: calc(100% - 24px); }
    .video-lightbox-panel { padding: 7px 7px 16px; }
    .video-lightbox-close { top: -16px; right: -7px; width: 40px; height: 40px; }
    .partnership-network { min-height: 360px; overflow: hidden; }
    .partnership-network::before { width: 290px; height: 290px; }
    .partnership-network::after { width: 205px; height: 205px; }
    .network-region { font-size: 8px; }
    .region-3 { right: 2px; }
    .partnership-service-grid, .partnership-model-grid { grid-template-columns: 1fr; }
    .partnership-service-grid article, .partnership-model-grid article { min-height: 210px; }
    .project-grid, .project-grid-large { grid-template-columns: 1fr; }
    .project-card { min-height: 290px; }
    .logo-grid, .large-logo-grid { grid-template-columns: repeat(2, 1fr); }
    .logo-card, .large-logo-grid .logo-card { min-height: 105px; padding: 16px; }
    .cta-section { padding-block: 58px; }
    .cta-panel { padding: 36px 25px; }
    .cta-actions { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
    .footer-bottom nav { justify-content: flex-start; }
    .subpage-hero { padding: calc(var(--header-height) + 45px) 0 62px; }
    .breadcrumbs { margin-bottom: 34px; }
    .narrow-hero { max-width: none; margin-left: auto; }
    .about-visual { min-height: 390px; overflow: hidden; }
    .about-orbit { width: 290px; height: 290px; }
    .about-core { width: 135px; height: 135px; }
    .about-core strong { font-size: 36px; }
    .sat-two { right: -5px; }
    .manifesto-grid { grid-template-columns: 1fr; gap: 12px; }
    .manifesto-mark { font-size: 70px; }
    .manifesto-copy { grid-column: auto; }
    .value-grid, .method-grid, .department-grid, .four-columns { grid-template-columns: 1fr; }
    .value-card, .department-grid article { min-height: 220px; }
    .comparison-table { overflow-x: auto; }
    .comparison-row { min-width: 700px; }
    .case-grid { grid-template-columns: 1fr; }
    .contact-hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .response-note { max-width: 300px; }
    .contact-form-panel { padding: 28px 20px; }
    .form-grid, .choice-grid, .contact-sidebar { grid-template-columns: 1fr; }
    .form-grid > .input:last-child:nth-child(odd) { grid-column: auto; }
    .map-heading h2 { font-size: 32px; }
    .map-frame, .map-frame iframe { height: 390px; min-height: 390px; }
    .submit-button { width: 100%; }
    .service-detail-hero-grid { gap: 34px; }
    .service-detail-summary { padding: 25px; }
    .service-overview-grid { gap: 42px; }
    .service-intro { font-size: 16px; }
    .deliverables-grid, .related-service-links { grid-template-columns: 1fr; }
    .deliverables-grid article { min-height: 150px; }
    .deliverables-grid h3 { margin-top: 38px; }
    .service-request-panel { padding: 28px 20px; }
    .legal-navigation { grid-template-columns: 1fr; }
    .legal-navigation a { border-right: 0; }
    .legal-navigation a:nth-last-child(2) { border-bottom: 1px solid var(--border); }
    .legal-document-section { padding-bottom: 26px; margin-bottom: 28px; }
    .legal-document-section p, .legal-document-section li, .legal-contact-card p, .legal-contact-card address { font-size: 13px; }
    .legal-table-wrap table { min-width: 620px; }
}

@media (max-width: 420px) {
    .engine-flow { padding: 14px 10px; }
    .engine-flow i { margin-inline: 5px; }
    .engine-tags { gap: 5px; }
    .floating-proof strong { font-size: 17px; }
    .floating-proof span { max-width: 90px; font-size: 9px; }
    .logo-card { min-height: 92px; }
}

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