:root {
    --ink: #031221;
    --ink-2: #071d34;
    --ink-3: #0b2945;
    --cyan: #12c9e8;
    --cyan-soft: #8ceaf5;
    --blue: #1677ff;
    --amber: #f4b455;
    --paper: #f8fbfc;
    --mist: #eaf3f6;
    --line: rgba(7, 35, 57, .14);
    --white-line: rgba(255, 255, 255, .14);
    --text: #0a243b;
    --muted: #627787;
    --font-body: "Manrope", "Segoe UI", sans-serif;
    --font-display: "Space Grotesk", "Segoe UI", sans-serif;
    --shadow: 0 30px 80px rgba(1, 22, 39, .16);
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    background: var(--ink);
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    background: var(--paper);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}

.site-frame { min-height: 100vh; overflow: clip; }
main { min-height: 60vh; }
#blazor-error-ui { position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0; display: none; padding: .8rem 1.25rem; color: #5c3500; background: #fff4dc; box-shadow: 0 -1px 10px rgba(0,0,0,.15); }
#blazor-error-ui .dismiss { position: absolute; right: 1rem; cursor: pointer; }
#components-reconnect-modal { display: none !important; visibility: hidden !important; pointer-events: none !important; }

body::selection { background: var(--cyan); color: var(--ink); }

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.04; letter-spacing: -.04em; }

.shell {
    width: min(1320px, calc(100% - 64px));
    margin-inline: auto;
}

.section { position: relative; padding: 128px 0; }
.home-section--compact { padding: 92px 0; }
.home-page .display-title { max-width: 760px; font-size: clamp(2.25rem, 3.8vw, 4.15rem); line-height: 1.04; letter-spacing: -.052em; }
.home-page .section-heading { grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr); gap: clamp(30px, 5vw, 68px); margin-bottom: 48px; }
.home-page .section-heading > p { margin: 0; font-size: .96rem; line-height: 1.7; }
.home-page .intro-section .split-layout { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(35px, 7vw, 88px); align-items: center; }
.home-page .intro-section__body { padding-top: 0; }
.home-page .intro-section__body p { margin-bottom: 24px; font-size: 1rem; line-height: 1.72; }
.home-page .statistics { margin-top: 55px; }
.home-page .statistic { min-height: 125px; padding: 24px; }
.home-page .statistic strong { font-size: clamp(2rem, 3vw, 3.2rem); }
.home-page .services-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.home-page .vision-panel { grid-template-columns: minmax(300px, .85fr) minmax(0, 1fr); gap: clamp(35px, 6vw, 78px); }
.home-page .vision-panel__visual { min-height: 390px; }
.home-page .vision-panel__copy > p:not(.eyebrow) { margin-bottom: 25px; font-size: 1rem; line-height: 1.72; }
.home-page .process-rail { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.home-page .process-step { min-height: 220px; padding: 25px; }
.home-page .thrive-section .split-layout { grid-template-columns: minmax(0, .9fr) minmax(340px, 1fr); gap: clamp(35px, 6vw, 78px); align-items: center; }
.home-page .thrive-section .large-copy { margin: 0; font-size: 1rem; line-height: 1.72; }
.home-page .cta-section { padding: 100px 0; }
.home-page .cta-section h2 { max-width: 750px; font-size: clamp(2.55rem, 5vw, 5.25rem); line-height: 1.02; letter-spacing: -.055em; }
@media (max-width: 900px) { .home-page .section-heading, .home-page .intro-section .split-layout, .home-page .vision-panel, .home-page .thrive-section .split-layout { grid-template-columns: 1fr; gap: 32px; } .home-page .statistics { margin-top: 38px; } .home-page .vision-panel__visual { min-height: 320px; } }
.section--light { background: var(--paper); }
.section--mist { background: var(--mist); }
.section--ink { color: #fff; background: var(--ink-2); }
.section--deep { color: #fff; background: #020d18; }

.display-title {
    max-width: 800px;
    margin-bottom: 28px;
    font-size: clamp(2.7rem, 5.2vw, 5.8rem);
    font-weight: 600;
}

.large-copy { font-size: clamp(1.12rem, 1.7vw, 1.45rem); line-height: 1.75; }

.eyebrow {
    display: flex;
    gap: 11px;
    align-items: center;
    margin-bottom: 24px;
    color: var(--cyan-soft);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.eyebrow > span {
    width: 24px;
    height: 1px;
    background: currentColor;
    box-shadow: 8px 0 16px currentColor;
}

.eyebrow--dark { color: #087f98; }

.button {
    position: relative;
    display: inline-flex;
    gap: 34px;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 25px;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .02em;
    cursor: pointer;
    transition: color .35s ease, background .35s ease, transform .35s ease, box-shadow .35s ease;
}

.button::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.28), transparent 70%);
    content: "";
    transform: translateX(-130%);
    transition: transform .7s ease;
}

.button:hover::before { transform: translateX(130%); }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.1em; transition: transform .3s ease; }
.button:hover span { transform: translate(2px, -2px); }
.button--primary { color: var(--ink); background: var(--cyan); box-shadow: 0 12px 38px rgba(18, 201, 232, .26); }
.button--primary:hover { color: var(--ink); background: #70ecfa; box-shadow: 0 18px 45px rgba(18, 201, 232, .38); }
.button--dark { color: #fff; background: var(--ink); }
.button--dark:hover { color: var(--ink); background: var(--cyan); }
.button--light { color: var(--ink); background: #fff; }
.button--light:hover { color: var(--ink); background: var(--cyan-soft); }

.text-link {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    font-size: .86rem;
    font-weight: 800;
}
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

/* Header and horizontal navigation */
.site-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(2, 14, 27, .76), rgba(2, 14, 27, .2));
    backdrop-filter: blur(10px);
    transition: background .4s ease, box-shadow .4s ease, transform .4s ease;
}

.site-header.is-scrolled {
    background: rgba(3, 18, 33, .92);
    box-shadow: 0 14px 50px rgba(0,0,0,.22);
    backdrop-filter: blur(22px) saturate(140%);
}

.nav-shell { display: flex; align-items: center; min-height: 88px; }

.brand { display: inline-flex; gap: 13px; align-items: center; flex: 0 0 auto; }
.brand__logo { display: block; width: auto; height: 43px; object-fit: contain; }
.brand__mark { position: relative; display: inline-block; width: 42px; height: 42px; }
.brand__mark::before {
    position: absolute;
    inset: 3px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    content: "";
    box-shadow: inset 0 0 15px rgba(18,201,232,.2);
}
.brand__mark i { position: absolute; left: 10px; width: 23px; height: 7px; border: 2px solid var(--cyan); border-top: 0; border-radius: 0 0 50% 50%; transform: rotate(-8deg); }
.brand__mark i:nth-child(1) { top: 10px; }
.brand__mark i:nth-child(2) { top: 17px; width: 19px; left: 12px; opacity: .78; }
.brand__mark i:nth-child(3) { top: 24px; width: 14px; left: 15px; opacity: .55; }
.brand__copy { display: flex; flex-direction: column; line-height: 1; }
.brand__copy strong { font-family: var(--font-display); font-size: .95rem; letter-spacing: .13em; }
.brand__copy small { margin-top: 6px; color: var(--cyan-soft); font-size: .51rem; font-weight: 800; letter-spacing: .48em; }

.primary-nav { display: flex; gap: 2px; align-items: center; margin-left: auto; }
.nav-entry { position: relative; }
.nav-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    color: rgba(255,255,255,.72);
    border-radius: 999px;
    font-size: .83rem;
    font-weight: 700;
    letter-spacing: .02em;
    transition: color .25s ease, background .25s ease;
}
.nav-link::after { position: absolute; right: 18px; bottom: 7px; left: 18px; height: 1px; background: var(--cyan); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.nav-link:hover, .nav-link.active { color: #fff; background: rgba(255,255,255,.06); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.nav-link--cta { margin-left: 10px; padding-inline: 21px; color: var(--ink); background: var(--cyan); }
.nav-link--cta:hover, .nav-link--cta.active { color: var(--ink); background: #86edfa; }
.nav-link--cta::after { display: none; }


.nav-entry--has-children > .nav-link { padding-right: 28px; }
.nav-entry--has-children > .nav-link::before { position: absolute; top: 17px; right: 13px; width: 6px; height: 6px; border-right: 1px solid; border-bottom: 1px solid; content: ""; transform: rotate(45deg); transition: transform .25s ease; }
.nav-entry--has-children:hover > .nav-link::before { transform: translateY(3px) rotate(225deg); }
.nav-dropdown {
    position: absolute;
    top: calc(100% + 17px);
    left: 50%;
    width: 270px;
    padding: 16px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(4, 23, 40, .96);
    box-shadow: 0 25px 70px rgba(0,0,0,.36);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 10px) scale(.97);
    transition: opacity .25s ease, transform .25s ease;
}
.nav-dropdown::before { position: absolute; top: -18px; left: 0; width: 100%; height: 20px; content: ""; }
.nav-entry:hover .nav-dropdown, .nav-entry:focus-within .nav-dropdown { opacity: 1; pointer-events: auto; transform: translate(-50%, 0) scale(1); }
.nav-dropdown__eyebrow { display: block; padding: 4px 10px 11px; color: var(--cyan-soft); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.nav-dropdown__link { display: flex; align-items: center; justify-content: space-between; padding: 13px 11px; border-top: 1px solid rgba(255,255,255,.08); font-family: var(--font-display); font-size: 1rem; }
.nav-dropdown__link b { color: var(--cyan); font-weight: 500; transition: transform .25s ease; }
.nav-dropdown__link:hover b { transform: translate(3px, -3px); }
.nav-toggle, .nav-toggle-button { display: none; }

.account-nav { display: flex; gap: 4px; align-items: center; margin-left: 12px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.13); }
.account-nav__form { display: contents; }
.account-link { position: relative; display: inline-flex; gap: 7px; align-items: center; justify-content: center; min-height: 39px; padding: 0 11px; color: #a9c1cd; border: 1px solid transparent; border-radius: 999px; font: 700 .72rem/1 var(--font-body); letter-spacing: .02em; transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease; }
.account-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.account-link:hover { color: #fff; border-color: rgba(109,229,246,.22); background: rgba(109,229,246,.08); transform: translateY(-2px); }
.account-link--dashboard { color: var(--cyan-soft); background: rgba(18,201,232,.08); }
.account-link--register { color: var(--ink); background: #fff; }
.account-link--register:hover { color: var(--ink); background: var(--cyan-soft); }
.account-link--button { appearance: none; cursor: pointer; background: transparent; }

/* Hero system */
.page-hero {
    position: relative;
    display: flex;
    min-height: 94svh;
    padding: 150px 0 90px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(2,14,27,.98) 0%, rgba(2,14,27,.82) 43%, rgba(2,14,27,.22) 78%, rgba(2,14,27,.32) 100%),
        linear-gradient(0deg, rgba(2,14,27,.95), transparent 45%),
        var(--hero-image, linear-gradient(135deg, #04182b, #092e4b));
    background-position: center calc(50% + var(--hero-shift, 0px));
    background-size: cover;
}
.page-hero--compact { min-height: 72svh; padding-bottom: 80px; background: linear-gradient(90deg, rgba(2,14,27,.98) 0%, rgba(2,14,27,.82) 43%, rgba(2,14,27,.22) 78%, rgba(2,14,27,.32) 100%), linear-gradient(0deg, rgba(2,14,27,.95), transparent 45%), var(--hero-image, linear-gradient(135deg, #031221, #082944)); background-position: center; background-size: cover; }
.page-hero--short { min-height: 84svh; padding-bottom: 70px; }
.page-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 70px; align-items: center; }
.page-hero__copy { min-width: 0; max-width: 770px; }
.page-hero h1 { max-width: 800px; margin-bottom: 26px; font-size: clamp(3.65rem, 7.3vw, 7.6rem); font-weight: 600; letter-spacing: -.065em; }
.page-hero h1::first-line { color: #fff; }
.page-hero__lead { max-width: 680px; margin-bottom: 19px; color: #d8edf3; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.5; }
.page-hero__body { max-width: 660px; margin-bottom: 33px; color: #9cb7c6; font-size: 1rem; line-height: 1.8; }
.page-hero--compact h1 { font-size: clamp(3.2rem, 6vw, 6.7rem); }
.page-hero--compact .page-hero__copy { max-width: 860px; }

.hero-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(109,216,238,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(109,216,238,.11) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent 88%); animation: grid-drift 24s linear infinite; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; pointer-events: none; }
.orb--one { top: 17%; right: 8%; width: 280px; height: 280px; border: 1px solid rgba(18,201,232,.27); box-shadow: inset 0 0 90px rgba(18,201,232,.08), 0 0 80px rgba(18,201,232,.1); animation: float-orb 8s ease-in-out infinite; }
.orb--two { right: 28%; bottom: 6%; width: 90px; height: 90px; background: rgba(244,180,85,.16); filter: blur(20px); animation: float-orb 7s ease-in-out -2s infinite reverse; }

.page-hero__signal { position: relative; width: min(36vw, 470px); aspect-ratio: 1; justify-self: end; }
.page-hero__signal-core { position: absolute; inset: 41%; border-radius: 50%; background: #fff; box-shadow: 0 0 20px #fff, 0 0 65px var(--cyan), 0 0 150px rgba(18,201,232,.8); animation: core-pulse 2.7s ease-in-out infinite; }
.page-hero__signal-ring { position: absolute; border: 1px solid rgba(113,231,247,.3); border-radius: 50%; }
.page-hero__signal-ring::after { position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 17px var(--cyan); content: ""; }
.page-hero__signal-ring--one { inset: 30%; animation: spin 8s linear infinite; }
.page-hero__signal-ring--two { inset: 15%; border-style: dashed; animation: spin 18s linear infinite reverse; }
.page-hero__signal-ring--three { inset: 0; border-color: rgba(255,255,255,.1); animation: spin 29s linear infinite; }

.page-hero__media { position: relative; isolation: isolate; justify-self: end; width: 100%; max-width: 560px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 32px; background: rgba(255,255,255,.05); box-shadow: 0 35px 100px rgba(0,0,0,.4); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.page-hero__media::after { position: absolute; inset: 9px; z-index: 2; border: 1px solid rgba(255,255,255,.12); border-radius: 23px; content: ""; pointer-events: none; }
.page-hero__media img { width: 100%; min-height: 350px; object-fit: cover; border-radius: 23px; }
.page-hero__media-glow { position: absolute; z-index: -1; inset: 15%; background: var(--cyan); filter: blur(80px); opacity: .35; }

/* Home */
.home-ideas-hero { position: relative; min-height: 96svh; padding: 150px 0 78px; overflow: hidden; color: #fff; isolation: isolate; background: radial-gradient(circle at 76% 48%, rgba(14,120,184,.33), transparent 27%), radial-gradient(circle at 34% 88%, rgba(5,91,133,.25), transparent 34%), #020e1a; }.home-ideas-hero::before { position: absolute; z-index: -2; inset: 0; opacity: .5; background: linear-gradient(90deg, #020d19 0%, rgba(2,13,25,.85) 38%, rgba(2,13,25,.12) 100%), url('/images/banners/home-hero/blue-well-ideas.jpg') center / cover; content: ""; }.home-ideas-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, #020e1a, transparent 42%); content: ""; }.home-ideas-hero__grid { position: absolute; z-index: -1; inset: 0; opacity: .24; background-image: linear-gradient(rgba(114,228,247,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(114,228,247,.13) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 80%); animation: grid-drift 24s linear infinite; }.home-ideas-hero__beam { position: absolute; z-index: -1; width: 55vw; height: 10vw; opacity: .4; background: linear-gradient(90deg, transparent, #38dff4, transparent); filter: blur(22px); transform-origin: right; }.home-ideas-hero__beam--one { top: 12%; right: -2%; transform: rotate(140deg); }.home-ideas-hero__beam--two { right: 9%; bottom: 4%; opacity: .23; transform: rotate(36deg); }.home-ideas-hero__inner { display: grid; grid-template-columns: minmax(0, .95fr) minmax(510px, 1.05fr); gap: clamp(35px, 5vw, 85px); align-items: center; min-height: calc(96svh - 228px); }.home-ideas-hero__copy { position: relative; z-index: 3; max-width: 670px; }.home-ideas-hero h1 { max-width: 740px; margin-bottom: 25px; font-size: clamp(3.9rem, 6.5vw, 7.45rem); font-weight: 600; letter-spacing: -.065em; }.home-ideas-hero__lead { max-width: 620px; margin-bottom: 18px; color: #d7f3f7; font-size: clamp(1.16rem, 1.7vw, 1.47rem); line-height: 1.5; }.home-ideas-hero__body { max-width: 590px; margin-bottom: 31px; color: #9ebdc9; line-height: 1.76; }.home-ideas-hero__legend { display: flex; flex-wrap: wrap; gap: 15px 24px; margin-top: 37px; color: #b9d7de; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.home-ideas-hero__legend span { display: inline-flex; gap: 8px; align-items: center; }.home-ideas-hero__legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }.home-ideas-hero__visual { position: relative; z-index: 2; min-height: 570px; }.home-ideas-card { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(202,247,255,.26); background: #08223b; box-shadow: 0 25px 70px rgba(0,0,0,.34); transition: filter .38s ease, box-shadow .38s ease; }.home-ideas-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .3s ease, filter .3s ease; }.home-ideas-card:hover img { transform: scale(1.06); }.home-ideas-card::after { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(6,107,168,.25), transparent 47%, rgba(2,9,24,.52)); content: ""; pointer-events: none; }.home-ideas-card figcaption { position: absolute; z-index: 2; right: 14px; bottom: 12px; left: 14px; display: flex; gap: 9px; align-items: center; color: #e5fbff; font-size: .57rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.home-ideas-card figcaption span { color: var(--cyan); }.home-ideas-card--main { top: 35px; right: 6%; width: 76%; height: 405px; border-radius: 24px; transform: rotate(2deg); }.home-ideas-card--design { bottom: 0; left: 0; width: 35%; height: 230px; border-radius: 18px; transform: rotate(-6deg); }.home-ideas-card--build { right: 0; bottom: 17px; width: 36%; height: 210px; border-radius: 18px; transform: rotate(5deg); }.home-ideas-card--detail { top: 0; left: 3%; z-index: 3; width: 28%; height: 155px; border-radius: 15px; transform: rotate(-4deg); }.home-ideas-card.is-shuffling { filter: brightness(1.24) saturate(1.22); box-shadow: 0 0 0 1px rgba(199,251,255,.34), 0 0 32px rgba(43,216,241,.52), 0 25px 70px rgba(0,0,0,.34); }.home-ideas-card.is-shuffling img { opacity: .54; filter: blur(1.6px); }.home-ideas-well { position: absolute; z-index: 4; top: 50%; left: 47%; display: grid; place-items: center; width: 115px; height: 115px; border: 1px solid rgba(175,244,254,.57); border-radius: 50%; background: radial-gradient(circle, #d7ffff 0 7%, #2fd5ed 10%, rgba(16,121,196,.66) 33%, rgba(3,19,42,.86) 69%); box-shadow: 0 0 0 12px rgba(47,210,235,.09), 0 0 45px rgba(42,211,240,.68), 0 0 125px rgba(35,137,229,.5); transform: translate(-50%, -50%); animation: core-pulse 3s ease-in-out infinite; }.home-ideas-well::before, .home-ideas-well::after { position: absolute; border: 1px solid rgba(154,239,249,.43); border-radius: 50%; content: ""; }.home-ideas-well::before { inset: -18px; animation: spin 12s linear infinite; }.home-ideas-well::after { inset: -37px; border-style: dashed; animation: spin 20s linear infinite reverse; }.home-ideas-well span { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px #fff; }.home-ideas-well i { position: absolute; top: -73px; width: 1px; height: 68px; background: linear-gradient(#c8fbff, transparent); }.home-ideas-well b { position: relative; z-index: 1; color: #ecffff; font: 800 .48rem/.95 var(--font-body); letter-spacing: .16em; text-align: center; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 100px; align-items: start; }
.split-layout--wide { grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr); }
.intro-section__body { padding-top: 50px; }
.intro-section__body p { margin-bottom: 35px; color: var(--muted); font-size: 1.08rem; }
.home-intro-image { display: block; width: 100%; height: 170px; margin-top: 35px; border-radius: 18px; object-fit: cover; box-shadow: 0 18px 45px rgba(7,36,60,.12); }
.home-image-strip { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 54px; }
.home-image-strip img { width: 100%; height: 210px; border-radius: 18px; object-fit: cover; box-shadow: 0 16px 42px rgba(7,36,60,.1); }
.statistics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statistic { display: flex; flex-direction: column; min-height: 185px; padding: 35px; border-right: 1px solid var(--line); }
.statistic:last-child { border-right: 0; }
.statistic strong { color: var(--ink-2); font-family: var(--font-display); font-size: clamp(2.6rem, 4vw, 4.5rem); font-weight: 600; letter-spacing: -.06em; }
.statistic span { margin-top: auto; color: var(--muted); font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); gap: 80px; align-items: end; margin-bottom: 75px; }
.section-heading > p { margin-bottom: 24px; color: #9cb5c4; font-size: 1.05rem; }
.section-heading--light > p { color: var(--muted); }
.services-section { overflow: hidden; }
.services-heading__aside { display: grid; grid-template-columns: 1fr 150px; gap: 20px; align-items: center; }
.services-heading__aside p { margin: 0; color: #9cb5c4; font-size: .96rem; line-height: 1.65; }
.services-heading__aside img { width: 150px; height: 100px; border-radius: 14px; object-fit: cover; box-shadow: 0 14px 35px rgba(0,0,0,.2); transition: transform .4s ease; }
.services-heading__aside:hover img { transform: scale(1.04) rotate(1deg); }
.services-section::before { position: absolute; top: -200px; left: 50%; width: 600px; height: 600px; border-radius: 50%; background: rgba(18,201,232,.08); filter: blur(120px); content: ""; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 380px; padding: 29px; overflow: hidden; border-right: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); transition: background .4s ease, transform .4s ease; }
.service-card::before { position: absolute; inset: auto 0 0; height: 0; background: linear-gradient(0deg, rgba(18,201,232,.13), transparent); content: ""; transition: height .45s ease; }
.service-card:hover { background: rgba(255,255,255,.035); transform: translateY(-7px); }
.service-card:hover::before { height: 70%; }
.service-card__topline { position: relative; display: flex; align-items: center; margin-bottom: 38px; color: #6e8998; font-family: var(--font-display); font-size: .72rem; }
.service-card__topline i { flex: 1; height: 1px; margin-left: 17px; background: var(--white-line); }
.icon-orbit { position: relative; display: grid; place-items: center; width: 68px; height: 68px; margin-bottom: 30px; color: var(--cyan); border: 1px solid rgba(18,201,232,.25); border-radius: 50%; background: rgba(18,201,232,.06); }
.icon-orbit::before { position: absolute; inset: -7px; border: 1px dashed rgba(18,201,232,.17); border-radius: 50%; content: ""; animation: spin 14s linear infinite; }
.marketing-icon { width: 28px; height: 28px; }
.service-card h3 { position: relative; margin-bottom: 16px; font-size: 1.7rem; }
.service-card > p { position: relative; color: #b4c8d2; }
.service-card__details { position: relative; max-height: 0; overflow: hidden; color: #8ca7b6; font-size: .84rem; opacity: 0; transition: max-height .5s ease, opacity .4s ease; }
.service-card:hover .service-card__details { max-height: 100px; opacity: 1; }
.service-card > a { position: relative; display: flex; justify-content: space-between; margin-top: auto; padding-top: 25px; color: var(--cyan-soft); border-top: 1px solid var(--white-line); font-size: .78rem; font-weight: 800; }

.vision-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.vision-panel__visual { position: relative; min-height: 590px; border-radius: 32px; background: radial-gradient(circle, rgba(18,201,232,.34), transparent 28%), linear-gradient(145deg, #061b30, #082b47); box-shadow: var(--shadow); overflow: hidden; }
.home-vision-image img { width: 100%; height: 100%; object-fit: cover; }
.home-vision-image::after { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(2,16,29,.16), rgba(3,21,36,.42)); content: ""; }
.vision-panel__visual::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 45px 45px; content: ""; mask-image: radial-gradient(circle, black, transparent 70%); }
.vision-panel__disc { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(112,229,246,.27); border-radius: 50%; transform: translate(-50%,-50%) rotateX(70deg); }
.vision-panel__disc--one { width: 420px; height: 420px; animation: disc-pulse 5s ease-in-out infinite; }
.vision-panel__disc--two { width: 280px; height: 280px; animation: disc-pulse 5s ease-in-out -1s infinite reverse; }
.vision-panel__core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 100px; height: 100px; color: #fff; border-radius: 50%; background: rgba(18,201,232,.14); box-shadow: 0 0 70px var(--cyan); font-family: var(--font-display); font-weight: 700; letter-spacing: .08em; transform: translate(-50%,-50%); }
.vision-panel__copy > p:not(.eyebrow) { margin: 0 0 35px; color: var(--muted); font-size: 1.06rem; }

.process-section .section-heading > p { max-width: 580px; }
.process-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); }
.process-step { position: relative; min-height: 370px; padding: 38px 30px; border-right: 1px solid var(--white-line); }
.process-step:last-child { border-right: 0; }
.process-step__number { display: block; margin-bottom: 70px; color: #557080; font-family: var(--font-display); font-size: .72rem; }
.process-step .marketing-icon { margin-bottom: 28px; color: var(--cyan); }
.process-step h3 { font-size: 1.45rem; }
.process-step p { color: #8fa7b5; font-size: .9rem; }
.process-step::after { position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); content: ""; }
.thrive-section .large-copy { color: #4f6574; }
.home-thrive-image { display: block; width: min(100%, 390px); height: 145px; margin-top: 36px; border-radius: 18px; object-fit: cover; box-shadow: 0 16px 36px rgba(7,36,60,.12); }
.capability-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.capability-pills > span { display: inline-flex; gap: 10px; align-items: center; padding: 12px 17px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .78rem; font-weight: 700; }
.capability-pills .marketing-icon { width: 18px; height: 18px; color: #058da5; }

.cta-section { position: relative; padding: 140px 0; overflow: hidden; color: #fff; background: linear-gradient(120deg, #044864, #087f98 54%, #0da2b8); }
.cta-section--short { padding: 110px 0; }
.cta-section__inner { position: relative; z-index: 2; text-align: center; }
.cta-section .eyebrow { justify-content: center; color: #d6faff; }
.cta-section h2 { max-width: 950px; margin: 0 auto 22px; font-size: clamp(3rem, 6.8vw, 7.3rem); font-weight: 600; }
.cta-section p:not(.eyebrow) { max-width: 650px; margin: 0 auto 35px; color: #cdebf1; font-size: 1.06rem; }
.cta-section__rings { position: absolute; top: 50%; left: 50%; width: 1050px; height: 1050px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.cta-section__rings::before, .cta-section__rings::after { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.cta-section__rings::before { inset: 18%; animation: spin 30s linear infinite; border-style: dashed; }
.cta-section__rings::after { inset: 37%; box-shadow: 0 0 90px rgba(255,255,255,.12); }

/* About */
.story-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, .86fr) minmax(260px, .72fr); gap: clamp(28px, 5vw, 78px); align-items: center; }
.story-grid__body { padding-top: 60px; }
.story-grid__body .large-copy { color: #465d6d; }
.story-section__image { position: relative; align-self: stretch; min-height: 300px; overflow: hidden; border-radius: 26px; background: var(--ink); box-shadow: 0 28px 70px rgba(7,36,60,.16); }
.story-section__image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,14,27,.38), transparent 55%), linear-gradient(0deg, rgba(2,14,27,.6), transparent 44%); content: ""; pointer-events: none; }
.story-section__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .8s ease; }
.story-section__image:hover img { filter: saturate(1.08); transform: scale(1.045); }
.story-section__image-caption { position: absolute; z-index: 1; bottom: 26px; left: 30px; display: flex; gap: 14px; align-items: center; color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-section__image-caption i { width: 42px; height: 1px; background: var(--cyan); }
/* About: restrained editorial composition */
.about-opening { padding: 86px 0 72px; }
.about-opening .story-grid { grid-template-columns: minmax(210px, .55fr) minmax(280px, .85fr) minmax(300px, .9fr); gap: clamp(24px, 4vw, 62px); }
.about-opening .display-title { max-width: 420px; font-size: clamp(2.4rem, 4.1vw, 4.45rem); line-height: 1.02; letter-spacing: -.055em; }
.about-opening .story-grid__body { padding-top: 0; }
.about-opening .story-grid__body .large-copy { margin: 0 0 26px; font-size: 1.02rem; line-height: 1.8; }
.about-opening .story-section__image { min-height: 270px; border-radius: 20px; box-shadow: 0 22px 55px rgba(7,36,60,.15); animation: about-image-in .8s cubic-bezier(.2,.75,.2,1) both; }
.about-opening .story-manifesto { justify-content: flex-start; gap: 18px; margin-top: 58px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .67rem; }
.about-editorial { padding: 74px 0; }
.about-editorial .about-visual-grid { grid-template-columns: 1.08fr .92fr; gap: 26px; }
.about-editorial .about-visual-grid__image--primary { grid-row: span 2; min-height: 490px; }
.about-editorial .about-visual-grid__image--secondary { min-height: 190px; }
.about-editorial .about-visual-grid__copy { align-self: end; padding: 20px 22px; }
.about-editorial .about-visual-grid__copy h2 { margin: 10px 0 16px; font-size: clamp(2rem, 3.4vw, 3.55rem); line-height: 1.05; letter-spacing: -.045em; }
.about-purpose { padding: 72px 0; }
.about-purpose .purpose-grid { max-width: 1100px; gap: 16px; }
.about-purpose .purpose-card { min-height: 300px; padding: 38px; }
.about-purpose .purpose-card h2 { max-width: 500px; font-size: clamp(1.85rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -.04em; }
.about-beliefs { padding: 80px 0; }
.about-beliefs .belief-grid { grid-template-columns: minmax(260px, .7fr) minmax(400px, 1fr); gap: 70px; }
.about-beliefs .display-title { font-size: clamp(2.2rem, 3.8vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.about-beliefs .belief-list li { padding: 19px 0; }
.about-beliefs .about-wide-image { height: min(25vw, 330px); margin-top: 58px; border-radius: 20px; }
@keyframes about-image-in { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 900px) { .about-opening .story-grid, .about-editorial .about-visual-grid, .about-beliefs .belief-grid { grid-template-columns: 1fr; } .about-opening .story-section__image { min-height: 290px; } .about-editorial .about-visual-grid__image--primary { grid-row: auto; min-height: 330px; } .about-editorial .about-visual-grid__image--secondary { min-height: 220px; } .about-beliefs .about-wide-image { height: 240px; } }
@media (prefers-reduced-motion: reduce) { .about-opening .story-section__image { animation: none; } }
.story-manifesto { display: flex; align-items: center; justify-content: space-between; margin-top: 110px; padding: 35px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-2); font-family: var(--font-display); font-size: clamp(1rem, 2vw, 1.5rem); font-weight: 600; }
.story-manifesto i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.about-visual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.about-visual-grid__image { min-height: 330px; overflow: hidden; border-radius: 24px; box-shadow: 0 24px 60px rgba(7,36,60,.13); }
.about-visual-grid__image img, .about-wide-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.about-visual-grid__image:hover img, .about-wide-image:hover img { transform: scale(1.04); }
.about-visual-grid__copy { padding: clamp(12px, 3vw, 44px); }
.about-visual-grid__copy h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 4vw, 4.5rem); }
.about-visual-grid__copy p:not(.eyebrow) { max-width: 570px; color: var(--muted); line-height: 1.75; }
.about-visual-grid__image--secondary { min-height: 245px; }
.about-wide-image { height: min(32vw, 420px); margin-top: 80px; overflow: hidden; border-radius: 24px; }
.purpose-card { position: relative; min-height: 590px; padding: 55px; overflow: hidden; border: 1px solid var(--white-line); border-radius: 28px; background: rgba(255,255,255,.025); }
.purpose-card--accent { background: linear-gradient(145deg, rgba(18,201,232,.13), rgba(255,255,255,.02)); }
.purpose-card__index { display: block; margin-bottom: 100px; color: #5e7888; font-size: .72rem; }
.purpose-card h2 { max-width: 530px; font-size: clamp(2.3rem, 4vw, 4.6rem); }
.purpose-card > p:last-of-type { position: relative; z-index: 2; max-width: 570px; color: #a6bdc8; }
.purpose-card__beam { position: absolute; right: -80px; bottom: -110px; width: 330px; height: 330px; border: 1px solid rgba(18,201,232,.2); border-radius: 50%; box-shadow: 0 0 90px rgba(18,201,232,.11); }
.belief-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 110px; }
.belief-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.belief-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.belief-list li > span { color: #0790a9; font-family: var(--font-display); font-size: .72rem; }
.belief-list strong { display: block; margin-bottom: 8px; font-family: var(--font-display); font-size: 1.25rem; }
.belief-list p { margin-bottom: 0; color: var(--muted); }

/* Team */
.team-list { display: grid; gap: 110px; }
.team-member { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(380px, 1fr); gap: 100px; align-items: center; }
.team-member:nth-child(even) .team-member__portrait { order: 2; }
.team-member__portrait { position: relative; min-height: 600px; padding: 15px; background: var(--ink); border-radius: 28px; overflow: hidden; }
.team-member__portrait img { width: 100%; height: 570px; object-fit: cover; object-position: center 20%; border-radius: 19px; filter: saturate(.78) contrast(1.03); transition: filter .6s ease, transform .7s ease; }
.team-member__placeholder { display: grid; place-items: center; width: 100%; height: 570px; color: var(--cyan-soft); border-radius: 19px; background: radial-gradient(circle, rgba(18,201,232,.18), transparent 45%), linear-gradient(145deg, #082b47, #031423); font-family: var(--font-display); font-size: clamp(4rem, 9vw, 8rem); font-weight: 600; letter-spacing: -.06em; }
.team-member:hover img { filter: saturate(1); transform: scale(1.025); }
.team-member__number { position: absolute; z-index: 2; right: 28px; bottom: 25px; display: grid; place-items: center; width: 55px; height: 55px; color: var(--ink); border-radius: 50%; background: var(--cyan); font-size: .72rem; font-weight: 800; }
.team-member__frame { position: absolute; inset: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; pointer-events: none; }
.team-member__copy h2 { margin-bottom: 25px; font-size: clamp(3rem, 5.2vw, 5.8rem); }
.team-member__copy > p:not(.eyebrow) { margin-bottom: 35px; color: var(--muted); font-size: 1.05rem; }
.team-quote { padding: 130px 0; color: #fff; text-align: center; background: #061a2c; }
.team-quote p { max-width: 1050px; margin: 0 auto 25px; font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: 1.12; letter-spacing: -.05em; }
.team-quote span { color: var(--cyan-soft); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

/* Industries */
.industries-intro { margin-bottom: 75px; }
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-card { position: relative; min-height: 390px; padding: 34px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .4s ease, background .4s ease, transform .4s ease; }
.industry-card::before { position: absolute; inset: 100% 0 0; background: var(--ink-2); content: ""; transition: inset .45s cubic-bezier(.2,.8,.2,1); }
.industry-card:hover { color: #fff; transform: translateY(-5px); }
.industry-card:hover::before { inset: 0; }
.industry-card__header { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 80px; color: #087f98; font-size: .72rem; }
.industry-card__header .marketing-icon { width: 32px; height: 32px; }
.industry-card h3 { position: relative; z-index: 1; font-size: 1.55rem; }
.industry-card p { position: relative; z-index: 1; color: var(--muted); font-size: .9rem; transition: color .4s ease; }
.industry-card:hover p { color: #a9bec9; }
.industry-card > a { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 28px; color: #087f98; font-size: .76rem; font-weight: 800; }
.industry-card:hover > a { color: var(--cyan-soft); }

/* Clients */
.clients-section { padding-top: 92px; }
.clients-intro { position: relative; }
.clients-intro::before { position: absolute; top: 0; right: 0; width: 72px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--cyan), #087f98); content: ""; }
.clients-intro__meta { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 0 0 19px; border-bottom: 1px solid var(--line); }
.clients-intro__meta .eyebrow { margin: 0; }
.clients-intro__count { color: #718894; font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.clients-intro__body { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .55fr); gap: clamp(42px, 7vw, 100px); align-items: end; padding-top: 31px; }
.clients-intro__body h2 { max-width: 820px; margin: 0; font-size: clamp(2.55rem, 4.5vw, 4.75rem); line-height: .98; letter-spacing: -.06em; }
.clients-intro__body > p { max-width: 500px; margin: 0 0 5px; padding-left: 21px; color: var(--muted); border-left: 2px solid rgba(8,143,169,.35); font-size: .91rem; line-height: 1.75; }
.client-list { display: grid; gap: 28px; margin-top: 52px; }
.client-project { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; min-height: 360px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: 0 16px 45px rgba(7,36,60,.06); transition: border-color .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2,.75,.2,1); }
.client-project::after { position: absolute; z-index: 3; inset: 0; background: linear-gradient(112deg, transparent 28%, rgba(255,255,255,.35) 47%, transparent 66%); content: ""; pointer-events: none; transform: translateX(-125%); transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.client-project--linked { cursor: pointer; }
.client-project:hover, .client-project:focus-within { border-color: rgba(7,151,180,.42); box-shadow: 0 26px 62px rgba(7,36,60,.14), 0 0 0 1px rgba(18,201,232,.1); transform: translateY(-5px); }
.client-project:hover::after, .client-project:focus-within::after { transform: translateX(125%); }
.client-project__link { position: absolute; z-index: 5; inset: 0; border-radius: inherit; }
.client-project__link:focus-visible { outline: 3px solid #099fba; outline-offset: -6px; }
.client-project__logo { position: relative; display: grid; place-items: center; min-height: 360px; padding: 48px; background: radial-gradient(circle at 50% 50%, #fff, #eaf2f5); }
.client-project__logo::before { position: absolute; inset: 20px; border: 1px solid rgba(7,36,60,.1); border-radius: 17px; content: ""; }
.client-project__logo img { position: relative; z-index: 1; max-width: 280px; max-height: 150px; object-fit: contain; transition: transform .4s cubic-bezier(.2,.75,.2,1); }
.client-project--linked:hover .client-project__logo img, .client-project--linked:focus-within .client-project__logo img { transform: scale(1.045); }
.client-project__status { position: absolute; z-index: 2; bottom: 30px; left: 30px; padding: 8px 13px; color: #fff; border-radius: 999px; background: var(--ink); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.client-project__copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 42px 54px; background: #fff; }
.client-project__number { position: absolute; top: 35px; right: 40px; color: #78909d; font-size: .72rem; }
.client-project__copy h3 { margin: 8px 0 12px; font-size: clamp(2.25rem, 4vw, 4.1rem); }
.client-project__copy > p:not(.eyebrow) { color: var(--muted); }
.js-enabled .client-project--linked.is-visible:hover, .js-enabled .client-project--linked.is-visible:focus-within { transform: translateY(-5px); }
@media (prefers-reduced-motion: reduce) { .client-project, .client-project::after, .client-project__logo img { transition: none; } .client-project:hover, .client-project:focus-within { transform: none; } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.contact-aside { position: sticky; top: 125px; }
.contact-aside > p:not(.eyebrow) { color: var(--muted); }
.contact-details { display: grid; margin-top: 45px; border-top: 1px solid var(--line); }
.contact-details a { display: grid; grid-template-columns: 65px 1fr auto; gap: 15px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-details span { color: #6a818f; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { font-size: .9rem; }
.contact-details b { color: #088ea6; font-weight: 500; transition: transform .25s ease; }
.contact-details a:hover b { transform: translate(3px,-3px); }
.contact-locations { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 35px; }
.contact-locations span { color: #078ca5; font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.contact-locations p { color: var(--muted); font-size: .77rem; }
.inquiry-card { min-height: 700px; padding: 45px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.inquiry-card__heading { display: flex; justify-content: space-between; margin-bottom: 42px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: #6a818f; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; }
.field { position: relative; }
.field--wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; color: #3b5363; font-size: .72rem; font-weight: 800; }
.field input:not([type="checkbox"]), .field textarea, .field select { width: 100%; min-height: 53px; padding: 13px 15px; color: var(--ink); border: 1px solid #ccdae0; border-radius: 10px; outline: 0; background: #f9fcfd; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field textarea { min-height: 155px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: #099fba; background: #fff; box-shadow: 0 0 0 4px rgba(18,201,232,.1); }
.field input.invalid, .field textarea.invalid, .field select.invalid { border-color: #c74444; }
.field .validation-message { display: block; margin-top: 5px; color: #a93232; font-size: .69rem; }
.field--honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.consent-field label { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; }
.consent-field input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: #078ca5; }
.submit-button { width: 100%; margin-top: 30px; }
.submit-button:disabled { opacity: .55; cursor: wait; transform: none; }
.form-error, .delivery-note { margin-top: 20px; padding: 13px 16px; border-radius: 10px; background: #fff0f0; color: #912d2d; font-size: .82rem; }
.inquiry-success { display: flex; flex-direction: column; justify-content: center; min-height: 600px; text-align: center; }
.inquiry-success__mark { display: grid; place-items: center; width: 100px; height: 100px; margin: 0 auto 35px; color: var(--ink); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 12px rgba(18,201,232,.1), 0 20px 60px rgba(18,201,232,.25); font-size: 2rem; }
.inquiry-success .eyebrow { justify-content: center; }
.inquiry-success h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.inquiry-success > p { max-width: 550px; margin-inline: auto; color: var(--muted); }
.reference-number { display: inline-block; align-self: center; margin: 18px 0 35px; padding: 12px 20px; color: #087e96; border: 1px solid rgba(8,126,150,.2); border-radius: 10px; background: #effbfc; font-family: var(--font-display); letter-spacing: .08em; }
.inquiry-success .button { align-self: center; }

/* Footer */
.site-footer { position: relative; padding: 90px 0 25px; overflow: hidden; color: #a3bac5; background: #020d18; }
.site-footer__glow { position: absolute; right: -150px; bottom: -250px; width: 600px; height: 600px; border-radius: 50%; background: rgba(18,201,232,.07); filter: blur(100px); }
.site-footer__grid { position: relative; display: grid; grid-template-columns: 1.4fr .65fr .85fr 1fr; gap: 70px; padding-bottom: 70px; }
.brand--footer { color: #fff; margin-bottom: 25px; }
.brand--footer .brand__logo { height: 55px; }
.site-footer__brand > p { max-width: 320px; color: #728d9b; font-size: 1.04rem; }
.site-footer__label { margin-bottom: 25px; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.site-footer__grid > div:not(.site-footer__brand) > a { display: block; margin-bottom: 12px; font-size: .89rem; transition: color .2s ease, transform .2s ease; }
.site-footer__grid > div:not(.site-footer__brand) > a:hover { color: var(--cyan-soft); transform: translateX(3px); }
.site-footer__locations p:not(.site-footer__label) { margin-bottom: 18px; font-size: .82rem; }
.site-footer__locations strong { color: #fff; font-size: .7rem; letter-spacing: .1em; }
.social-links { display: flex; gap: 10px; margin-top: 25px; }
.social-links a { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; border: 1px solid var(--white-line); border-radius: 50%; font-size: .72rem; font-weight: 800; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover { color: var(--cyan); border-color: var(--cyan); transform: translateY(-3px); }
.site-footer__bottom { position: relative; display: flex; justify-content: space-between; padding-top: 25px; color: #587281; border-top: 1px solid var(--white-line); font-size: .73rem; }

/* Animated 404 signal */
.not-found-page { position: relative; display: grid; min-height: 100svh; padding: 145px 0 90px; overflow: hidden; color: #fff; background: radial-gradient(circle at 50% 42%, rgba(0,179,215,.16), transparent 31%), radial-gradient(circle at 84% 70%, rgba(244,180,85,.08), transparent 24%), linear-gradient(145deg, #020d18, #062942); }
.not-found-page__grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(109,216,238,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(109,216,238,.08) 1px, transparent 1px); background-size: 68px 68px; mask-image: radial-gradient(ellipse at center, #000 0, transparent 76%); animation: not-found-grid 25s linear infinite; }
.not-found-page__glow { position: absolute; top: 40%; left: 50%; width: min(75vw, 900px); height: 260px; border-radius: 50%; background: rgba(0,190,222,.12); filter: blur(100px); transform: translate(-50%,-50%); animation: not-found-glow 4s ease-in-out infinite; }
.not-found-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
.not-found-status { display: inline-flex; gap: 10px; align-items: center; padding: 9px 14px; color: #8eb2c0; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.04); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(12px); animation: not-found-enter .7s ease both; }
.not-found-status__dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: #f2a65a; box-shadow: 0 0 15px #f2a65a; animation: not-found-blink 1.6s ease-in-out infinite; }
.not-found-code { display: flex; align-items: center; justify-content: center; min-height: 320px; margin: 5px 0 -8px; font-family: var(--font-display); font-size: clamp(9rem, 21vw, 19rem); font-weight: 600; line-height: 1; letter-spacing: -.1em; }
.not-found-code > span { color: transparent; background: linear-gradient(160deg, #fff 12%, #85dfeb 48%, rgba(54,128,151,.25) 90%); background-clip: text; -webkit-background-clip: text; filter: drop-shadow(0 18px 40px rgba(0,0,0,.28)); animation: not-found-digit 5s ease-in-out infinite; }
.not-found-code > span:last-child { animation-delay: -2.5s; }
.not-found-portal { position: relative; flex: 0 0 auto; width: clamp(150px, 20vw, 270px); aspect-ratio: 1; margin: 0 clamp(2px, 1vw, 18px); }
.not-found-portal > i { position: absolute; border: 1px solid rgba(103,226,243,.28); border-radius: 50%; }
.not-found-portal > i:nth-child(1) { inset: 3%; border-style: dashed; animation: spin 17s linear infinite; }
.not-found-portal > i:nth-child(2) { inset: 15%; border-color: rgba(255,255,255,.16); animation: spin 11s linear infinite reverse; }
.not-found-portal > i:nth-child(3) { inset: 28%; border-color: rgba(109,229,246,.4); box-shadow: 0 0 40px rgba(18,201,232,.12), inset 0 0 30px rgba(18,201,232,.1); animation: not-found-ring 3.2s ease-in-out infinite; }
.not-found-portal > i::after { position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); content: ""; }
.not-found-portal__core { position: absolute; inset: 35%; display: grid; place-items: center; border-radius: 50%; background: #052338; box-shadow: 0 0 22px rgba(255,255,255,.35), 0 0 55px var(--cyan), 0 0 120px rgba(18,201,232,.48); animation: not-found-core 3s ease-in-out infinite; }
.not-found-portal__core img { width: 68%; height: 68%; object-fit: contain; }
.not-found-copy { max-width: 740px; animation: not-found-enter .8s .15s ease both; }
.not-found-copy .eyebrow { justify-content: center; margin-bottom: 16px; }
.not-found-copy h1 { max-width: 700px; margin: 0 auto 20px; color: #fff; font-size: clamp(2.6rem, 5.2vw, 5.1rem); line-height: 1.02; letter-spacing: -.06em; }
.not-found-copy > p:not(.eyebrow) { max-width: 640px; margin: 0 auto; color: #9ab6c2; font-size: clamp(.92rem, 1.3vw, 1.05rem); line-height: 1.8; }
.not-found-copy code { padding: 3px 7px; color: #bdf4fa; border: 1px solid rgba(109,229,246,.16); border-radius: 6px; background: rgba(109,229,246,.07); font-family: var(--font-body); font-size: .8em; overflow-wrap: anywhere; }
.not-found-actions { display: flex; gap: 25px; align-items: center; justify-content: center; margin-top: 34px; }
.not-found-contact { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; color: #a8c2cc; border-bottom: 1px solid rgba(168,194,204,.45); font-size: .76rem; font-weight: 800; transition: color .25s ease, border-color .25s ease, transform .25s ease; }
.not-found-contact:hover { color: var(--cyan-soft); border-color: var(--cyan-soft); transform: translateY(-2px); }
.not-found-signal { display: flex; gap: 5px; align-items: center; height: 30px; margin-top: 52px; opacity: .45; }
.not-found-signal span { width: 2px; height: 8px; border-radius: 2px; background: var(--cyan-soft); animation: not-found-wave 1.4s ease-in-out infinite; }
.not-found-signal span:nth-child(2), .not-found-signal span:nth-child(8) { animation-delay: -.15s; }
.not-found-signal span:nth-child(3), .not-found-signal span:nth-child(7) { animation-delay: -.3s; }
.not-found-signal span:nth-child(4), .not-found-signal span:nth-child(6) { animation-delay: -.45s; }
.not-found-signal span:nth-child(5) { animation-delay: -.6s; }
.not-found-particles i { position: absolute; z-index: 1; width: 4px; height: 4px; border-radius: 50%; background: #80ecf8; box-shadow: 0 0 14px #5ee2f2; animation: not-found-particle 8s ease-in-out infinite; }
.not-found-particles i:nth-child(1) { top: 22%; left: 13%; }
.not-found-particles i:nth-child(2) { top: 35%; right: 12%; animation-delay: -2s; }
.not-found-particles i:nth-child(3) { bottom: 18%; left: 20%; animation-delay: -4s; }
.not-found-particles i:nth-child(4) { right: 23%; bottom: 14%; animation-delay: -6s; }
.not-found-particles i:nth-child(5) { top: 16%; right: 31%; animation-delay: -1s; }
.not-found-particles i:nth-child(6) { top: 51%; left: 8%; animation-delay: -5s; }
@keyframes not-found-enter { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes not-found-grid { to { background-position: 68px 68px; } }
@keyframes not-found-blink { 0%,100% { opacity: .35; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes not-found-glow { 0%,100% { opacity: .6; transform: translate(-50%,-50%) scale(.9); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.08); } }
@keyframes not-found-digit { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes not-found-ring { 0%,100% { opacity: .45; transform: scale(.88); } 50% { opacity: 1; transform: scale(1.06); } }
@keyframes not-found-core { 0%,100% { transform: scale(.88) rotate(-3deg); } 50% { transform: scale(1.08) rotate(3deg); } }
@keyframes not-found-wave { 0%,100% { height: 5px; opacity: .35; } 50% { height: 28px; opacity: 1; } }
@keyframes not-found-particle { 0%,100% { opacity: .15; transform: translate(0,20px) scale(.7); } 50% { opacity: .9; transform: translate(15px,-25px) scale(1.3); } }

/* Focused account experience */
.identity-page { position: relative; min-height: 100vh; padding: 155px 0 105px; overflow: hidden; color: #fff; background: radial-gradient(circle at 14% 22%, rgba(0,196,225,.17), transparent 28%), radial-gradient(circle at 88% 76%, rgba(244,180,85,.1), transparent 25%), linear-gradient(145deg, #020d18, #06263f); }
.identity-page__grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(112,229,246,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(112,229,246,.08) 1px, transparent 1px); background-size: 62px 62px; mask-image: radial-gradient(circle at 50% 45%, #000, transparent 76%); animation: identity-grid 26s linear infinite; }
.identity-orb { position: absolute; border: 1px solid rgba(99,225,243,.2); border-radius: 50%; box-shadow: inset 0 0 80px rgba(18,201,232,.05), 0 0 80px rgba(18,201,232,.08); animation: identity-float 9s ease-in-out infinite; }
.identity-orb--one { top: 8%; right: 5%; width: 340px; height: 340px; }
.identity-orb--two { bottom: 2%; left: 3%; width: 180px; height: 180px; animation-delay: -3s; }
.identity-shell { position: relative; z-index: 2; }
.identity-panel { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(420px, 1.18fr); max-width: 1080px; min-height: 680px; margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 34px; background: rgba(255,255,255,.055); box-shadow: 0 45px 120px rgba(0,0,0,.38); backdrop-filter: blur(24px); animation: identity-enter .8s cubic-bezier(.2,.75,.2,1) both; }
.identity-visual { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 68px); overflow: hidden; background: linear-gradient(145deg, rgba(0,157,190,.2), rgba(2,20,35,.65)); }
.identity-visual::after { position: absolute; right: -120px; bottom: -150px; width: 330px; height: 330px; border: 1px dashed rgba(112,229,246,.23); border-radius: 50%; content: ""; animation: spin 25s linear infinite; }
.identity-visual__mark { position: relative; width: 112px; height: 112px; margin-bottom: 55px; }
.identity-visual__mark img { position: absolute; inset: 26px; z-index: 2; width: 60px; height: 60px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(71,219,240,.35)); }
.identity-visual__mark span { position: absolute; inset: 0; border: 1px solid rgba(112,229,246,.27); border-radius: 50%; animation: identity-ring 5s ease-in-out infinite; }
.identity-visual__mark span:nth-child(2) { inset: 11px; animation-delay: -.7s; }
.identity-visual__mark span:nth-child(3) { inset: 22px; animation-delay: -1.4s; }
.identity-eyebrow { margin: 0 0 14px !important; color: var(--cyan-soft) !important; font-size: .64rem !important; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.identity-visual h2 { max-width: 420px; margin-bottom: 22px; color: #fff; font-size: clamp(2.7rem, 4.2vw, 4.7rem); line-height: .98; letter-spacing: -.065em; }
.identity-visual > p:not(.identity-eyebrow) { max-width: 420px; color: #9fb9c5; font-size: .91rem; line-height: 1.8; }
.identity-trust { z-index: 1; display: grid; gap: 11px; margin-top: 46px; }
.identity-trust span { display: flex; gap: 11px; align-items: center; color: #b7ced7; font-size: .72rem; font-weight: 700; }
.identity-trust i { display: grid; place-items: center; width: 21px; height: 21px; color: #061824; border-radius: 50%; background: var(--cyan); font-size: .66rem; font-style: normal; }
.identity-content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(40px, 6vw, 78px); color: var(--ink); background: rgba(255,255,255,.97); }
.identity-heading { margin-bottom: 30px; }
.identity-heading > p { margin-bottom: 9px; color: #0587a2; font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.identity-heading h1, .identity-content > h1, .identity-content > h3 { margin: 0 0 12px; color: var(--ink); font-size: clamp(2.45rem, 4.5vw, 4.1rem); line-height: 1.02; letter-spacing: -.06em; }
.identity-heading > span, .identity-content > p, .identity-content > header p { color: #6c818a; font-size: .91rem; line-height: 1.7; }
.identity-content > h2 { margin: -2px 0 24px; color: #6c818a; font: 500 .93rem/1.6 var(--font-body); }
.identity-content > hr { width: 100%; margin: 0 0 25px; border: 0; border-top: 1px solid #dce7ea; opacity: 1; }
.identity-content .row { display: block; margin: 0; }
.identity-content .row > [class*="col-"] { width: 100%; max-width: none; padding: 0; }
.identity-content .row > [class*="col-"] + [class*="col-"] { display: none; }
.identity-form, .identity-content form { display: grid; gap: 19px; }
.identity-field { display: grid; gap: 8px; color: #31545f; font-size: .71rem; font-weight: 800; letter-spacing: .025em; }
.identity-field input, .identity-content .form-control { width: 100%; min-height: 53px; padding: 14px 16px; color: var(--ink); border: 1px solid #cbdde2; border-radius: 13px; outline: none; background: #f7fafb; font: 500 .91rem/1.4 var(--font-body); box-shadow: none; transition: border-color .22s ease, box-shadow .22s ease, background .22s ease, transform .22s ease; }
.identity-field input:focus, .identity-content .form-control:focus { border-color: #10a5c1; background: #fff; box-shadow: 0 0 0 4px rgba(18,201,232,.11); transform: translateY(-1px); }
.identity-content .form-floating { position: relative; margin-bottom: 17px !important; }
.identity-content .form-floating > label { color: #69818a; }
.identity-content .form-floating > .form-control:focus ~ label { color: #087f97; }
.identity-field .validation-message, .identity-content .validation-message, .identity-content .text-danger { color: #a82e3a !important; font-size: .72rem; }
.identity-form__options { display: flex; gap: 18px; align-items: center; justify-content: space-between; }
.identity-form__options > a, .identity-secondary-links a, .identity-content a { color: #007f99; font-size: .73rem; font-weight: 800; }
.identity-content a:hover { color: #005f73; }
.identity-remember { display: inline-flex; gap: 11px; align-items: center; min-width: 0; color: #365a66; cursor: pointer; user-select: none; }
.identity-switch { position: relative; flex: 0 0 auto; width: 46px; height: 26px; }
.identity-switch input { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); border: 0; white-space: nowrap; }
.identity-switch__track { position: absolute; inset: 0; padding: 3px; border: 1px solid #bfd4da; border-radius: 999px; background: #dfeaec; box-shadow: inset 0 1px 3px rgba(8,47,59,.1); transition: border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.identity-switch__thumb { display: block; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgba(8,47,59,.27); transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease; }
.identity-switch input:checked + .identity-switch__track { border-color: #049ab6; background: linear-gradient(90deg, #08a9c7, #4cd9ea); box-shadow: 0 0 0 3px rgba(18,201,232,.1), inset 0 1px 2px rgba(0,83,101,.15); }
.identity-switch input:checked + .identity-switch__track .identity-switch__thumb { box-shadow: 0 2px 9px rgba(1,66,81,.34); transform: translateX(20px); }
.identity-switch input:focus-visible + .identity-switch__track { outline: 3px solid rgba(0,127,153,.24); outline-offset: 3px; }
.identity-remember:hover .identity-switch__thumb { box-shadow: 0 3px 10px rgba(8,47,59,.34); }
.identity-remember__copy { display: grid; gap: 2px; line-height: 1.25; }
.identity-remember__copy strong { color: #365a66; font-size: .72rem; font-weight: 800; }
.identity-remember__copy small { color: #7a9098; font-size: .64rem; font-weight: 500; }
.identity-submit, .identity-content .btn-primary { display: flex; gap: 12px; align-items: center; justify-content: center; width: 100%; min-height: 54px; margin-top: 4px; padding: 0 22px; color: #031720; border: 0; border-radius: 999px; background: linear-gradient(90deg, #12c9e8, #6de5f4); box-shadow: 0 13px 32px rgba(0,166,197,.22); font: 800 .79rem/1 var(--font-body); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, filter .25s ease; }
.identity-submit:hover, .identity-content .btn-primary:hover { color: #031720; box-shadow: 0 18px 42px rgba(0,166,197,.32); filter: brightness(1.04); transform: translateY(-2px); }
.identity-submit span { font-size: 1.1rem; transition: transform .25s ease; }
.identity-submit:hover span { transform: translateX(4px); }
.identity-secondary-links { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 27px; padding-top: 22px; color: #778b93; border-top: 1px solid #dde8ea; font-size: .73rem; }
.identity-secondary-links a:last-child:not(:nth-child(2)) { width: 100%; color: #63808a; }
.identity-status { margin-bottom: 22px; padding: 13px 15px; border: 1px solid; border-radius: 12px; font-size: .76rem; font-weight: 700; line-height: 1.55; }
.identity-status--success { color: #176656; border-color: #b9dfd6; background: #eaf8f4; }
.identity-status--error { color: #91313a; border-color: #e9c3c7; background: #fff0f1; }
.identity-notice { position: relative; padding: 22px 22px 22px 66px; overflow: hidden; border: 1px solid #cce5e9; border-radius: 16px; background: linear-gradient(135deg, #effbfc, #f8fcfd); }
.identity-notice::before { position: absolute; top: 21px; left: 22px; display: grid; place-items: center; width: 29px; height: 29px; color: #fff; border-radius: 50%; background: #00a5c3; content: "✓"; font-size: .75rem; font-weight: 900; }
.identity-notice strong { color: #123c49; font-family: var(--font-display); font-size: .92rem; }
.identity-notice p { margin: 5px 0 0; color: #6b828a; font-size: .78rem; line-height: 1.65; }
.identity-content .alert { margin-bottom: 22px; border-radius: 12px; font-size: .77rem; }
.identity-content .btn-link { width: auto; min-height: 0; margin-top: 9px; padding: 0; color: #007f99; border: 0; background: transparent; font-size: .72rem; font-weight: 800; }
.identity-content--manage { justify-content: flex-start; padding-top: 65px; }
.identity-panel--manage { grid-template-columns: 300px minmax(0, 1fr); min-height: 650px; }
.identity-manage-nav { display: flex; flex-direction: column; padding: 42px 28px; background: linear-gradient(160deg, rgba(5,42,66,.94), rgba(2,17,30,.98)); }
.identity-manage-nav__home { display: flex; gap: 13px; align-items: center; margin-bottom: 38px; }
.identity-manage-nav__home img { width: 45px; height: 45px; object-fit: contain; }
.identity-manage-nav__home span { display: flex; flex-direction: column; }
.identity-manage-nav__home small { color: #7699a8; font-size: .57rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.identity-manage-nav__home strong { color: #fff; font-family: var(--font-display); font-size: 1rem; letter-spacing: .02em; }
.identity-manage-nav > p { margin-bottom: 28px; color: #7895a2; font-size: .76rem; }
.identity-manage-links { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.identity-manage-links a { display: flex; gap: 12px; align-items: center; min-height: 49px; padding: 0 15px; color: #98b1bd; border: 1px solid transparent; border-radius: 12px; font-size: .76rem; font-weight: 800; transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease; }
.identity-manage-links a:hover, .identity-manage-links a.active { color: #fff; border-color: rgba(112,229,246,.16); background: rgba(112,229,246,.1); transform: translateX(3px); }
.identity-manage-links svg { width: 19px; height: 19px; fill: none; stroke: var(--cyan-soft); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.identity-manage-nav__dashboard { display: flex; justify-content: space-between; margin-top: auto; padding: 15px 0 3px; color: var(--cyan-soft); border-top: 1px solid rgba(255,255,255,.1); font-size: .69rem; font-weight: 800; }

@keyframes identity-enter { from { opacity: 0; transform: translateY(30px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes identity-grid { to { background-position: 62px 62px; } }
@keyframes identity-float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-24px) rotate(4deg); } }
@keyframes identity-ring { 0%,100% { opacity: .35; transform: scale(.9); } 50% { opacity: .85; transform: scale(1.08); } }

/* Administrator workspace */
.admin-page { min-height: 100vh; color: var(--ink); background: #f3f7f8; }
.admin-hero { position: relative; min-height: 430px; padding: 160px 0 85px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 20%, rgba(18,201,232,.2), transparent 27%), linear-gradient(135deg, #02101d, #082c47); }
.admin-hero:not(.admin-hero--compact) { background: linear-gradient(90deg, rgba(2, 14, 27, .94) 0%, rgba(2, 14, 27, .78) 48%, rgba(2, 14, 27, .46) 100%), radial-gradient(circle at 78% 20%, rgba(18,201,232,.24), transparent 30%), url('/images/banners/analytics-review.jpg') center / cover; }
.admin-hero--compact { min-height: 370px; padding-top: 135px; }
.admin-hero__mesh { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(109,216,238,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(109,216,238,.09) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent, #000 45%, transparent); animation: grid-drift 24s linear infinite; }
.admin-hero__content { position: relative; z-index: 1; }
.admin-hero h1 { max-width: 900px; margin: 12px 0 18px; font-size: clamp(3rem, 6vw, 6.2rem); letter-spacing: -.065em; }
.admin-hero--compact h1 { font-size: clamp(3rem, 5vw, 5rem); }
.admin-hero__content > p:last-child { max-width: 700px; color: #a9c4d0; font-size: 1.08rem; }
.admin-back { display: inline-flex; margin-bottom: 28px; color: var(--cyan-soft); font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.admin-workspace { padding-top: 72px; padding-bottom: 110px; }
.admin-heading { display: flex; gap: 30px; align-items: end; justify-content: space-between; margin-bottom: 35px; }
.admin-heading h2, .admin-editor h2 { margin-top: 5px; font-size: clamp(2rem, 3.4vw, 3.6rem); letter-spacing: -.05em; }
.admin-kicker { color: #438093; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.admin-secure-badge { display: inline-flex; gap: 9px; align-items: center; padding: 10px 15px; color: #166477; border: 1px solid #cce4e9; border-radius: 999px; background: #fff; font-size: .7rem; font-weight: 800; }
.admin-secure-badge svg { width: 17px; height: 17px; fill: none; stroke: #00a6c5; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.admin-resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 18px; }
.admin-resource-card { position: relative; display: flex; flex-direction: column; min-height: 390px; padding: 30px; overflow: hidden; color: var(--ink); border: 1px solid #dce8eb; border-radius: 26px; background: rgba(255,255,255,.9); box-shadow: 0 20px 55px rgba(15,47,61,.06); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.admin-resource-card::after { position: absolute; right: -90px; bottom: -110px; width: 230px; height: 230px; border-radius: 50%; background: rgba(18,201,232,.08); content: ""; transition: transform .45s ease; }
.admin-resource-card--active:hover { color: var(--ink); border-color: rgba(0,166,197,.4); box-shadow: 0 28px 70px rgba(0,113,143,.13); transform: translateY(-7px); }
.admin-resource-card--active:hover::after { transform: scale(1.35); }
.admin-resource-card__icon { display: grid; place-items: center; width: 52px; height: 52px; color: #008daa; border: 1px solid #bce1e8; border-radius: 16px; background: #eefbfc; }
.admin-resource-card__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.admin-resource-card__count { margin: 32px 0 2px; color: #9aafb7; font-family: var(--font-display); font-size: .8rem; }
.admin-resource-card strong { font-family: var(--font-display); font-size: 1.7rem; }
.admin-resource-card small { margin-top: 13px; color: #647b85; font-size: .86rem; line-height: 1.7; }
.admin-resource-card b { z-index: 1; display: flex; gap: 10px; align-items: center; margin-top: auto; color: #007d98; font-size: .76rem; }
.admin-resource-card__soon { color: #879aa2 !important; font-weight: 700 !important; }
.admin-loading { display: flex; gap: 8px; justify-content: center; padding: 90px; }
.admin-loading span { width: 9px; height: 9px; border-radius: 50%; background: #00a9c8; animation: core-pulse 1.2s ease-in-out infinite; }
.admin-loading span:nth-child(2) { animation-delay: .15s; }
.admin-loading span:nth-child(3) { animation-delay: .3s; }
.admin-button { display: inline-flex; gap: 8px; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; color: var(--ink); border: 1px solid #cadce1; border-radius: 999px; background: #fff; font-size: .76rem; font-weight: 800; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.admin-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(12,56,72,.1); }
.admin-button--primary { color: #031822; border-color: var(--cyan); background: var(--cyan); }
.admin-button--primary:hover { background: #6de5f4; }
.admin-button:disabled { cursor: wait; opacity: .6; transform: none; }
.admin-alert { margin-bottom: 24px; padding: 14px 18px; border: 1px solid; border-radius: 13px; font-size: .84rem; font-weight: 700; }
.admin-alert--success { color: #145f53; border-color: #b7ddd5; background: #eaf8f4; }
.admin-alert--error { color: #8b3137; border-color: #edc8cb; background: #fff0f1; }
.admin-editor { margin-bottom: 30px; padding: 34px; border: 1px solid #d5e5e8; border-radius: 26px; background: #fff; box-shadow: 0 25px 70px rgba(13,53,68,.09); }
.admin-editor__heading { display: flex; justify-content: space-between; margin-bottom: 30px; }
.admin-icon-button { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; color: #4c6a75; border: 1px solid #d5e3e6; border-radius: 50%; background: #fff; font-size: 1.4rem; cursor: pointer; transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease; }
.admin-icon-button:hover { color: #007f99; border-color: #83ceda; background: #effbfd; transform: translateY(-2px); }
.admin-icon-button--danger:hover { color: #a62834; border-color: #e8aeb4; background: #fff1f2; }
.admin-icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.admin-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px; }
.admin-form-grid--footer { margin-top: 24px; align-items: end; }
.admin-field { display: flex; flex-direction: column; gap: 8px; color: #31545f; font-size: .72rem; font-weight: 800; letter-spacing: .025em; }
.admin-field--wide { grid-column: 1 / -1; }
.admin-field input:not([type="file"]), .admin-field textarea { width: 100%; min-height: 50px; padding: 13px 15px; color: var(--ink); border: 1px solid #ccdfe3; border-radius: 12px; outline: none; background: #f9fbfc; font: 500 .9rem/1.5 var(--font-body); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.admin-field textarea { resize: vertical; }
.admin-field input:focus, .admin-field textarea:focus { border-color: #19a9c3; background: #fff; box-shadow: 0 0 0 4px rgba(18,201,232,.11); }
.admin-field .validation-message, .admin-upload__error { color: #a72d39; font-size: .72rem; }
.admin-upload { display: grid; grid-template-columns: 210px 1fr; gap: 26px; align-items: center; margin-top: 24px; padding: 22px; border: 1px dashed #bdd7dd; border-radius: 18px; background: #f7fbfc; }
.admin-upload__preview { display: grid; place-items: center; min-height: 125px; padding: 18px; color: #8ba0a8; border-radius: 13px; background: #eaf2f4; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.admin-upload__preview img { max-width: 100%; max-height: 105px; object-fit: contain; }
.admin-upload__preview--portrait { min-height: 180px; padding: 10px; }
.admin-upload__preview--portrait img { width: 140px; height: 160px; max-height: none; border-radius: 11px; object-fit: cover; object-position: center 20%; }
.admin-upload__controls { display: flex; flex-direction: column; gap: 9px; }
.admin-upload__controls small { color: #718991; font-size: .72rem; }
.admin-upload__error { margin: 0; font-weight: 700; }
.admin-text-button { align-self: flex-start; padding: 0 0 3px; color: #9c3440; border: 0; border-bottom: 1px solid currentColor; background: none; font-size: .72rem; font-weight: 800; cursor: pointer; }
.admin-check { display: flex; gap: 12px; align-items: center; min-height: 50px; color: #31545f; font-size: .8rem; font-weight: 700; cursor: pointer; }
.admin-check input { width: 19px; height: 19px; accent-color: #00a8c7; }
.admin-switch { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 50px; color: #31545f; font-size: .8rem; font-weight: 700; cursor: pointer; }
.admin-switch input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.admin-switch i { position: relative; width: 48px; height: 26px; border-radius: 999px; background: #b7c8cd; box-shadow: inset 0 0 0 1px rgba(15,57,68,.12); transition: background .2s ease; }
.admin-switch i::before { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.2); content: ""; transition: transform .2s ease; }
.admin-switch i::after { position: absolute; right: 6px; top: 7px; color: #fff; content: "OFF"; font-size: .55rem; font-style: normal; font-weight: 900; letter-spacing: .04em; }
.admin-switch input:checked + i { background: #009bb8; }
.admin-switch input:checked + i::before { transform: translateX(22px); }
.admin-switch input:checked + i::after { right: auto; left: 7px; content: "ON"; }
.admin-switch input:focus-visible + i { outline: 3px solid rgba(18,201,232,.35); outline-offset: 3px; }
.faq-list { display: grid; gap: 12px; margin-top: 32px; }
.faq-list details { padding: 19px 22px; border: 1px solid #d6e3e6; border-radius: 15px; background: #fff; }
.faq-list summary { color: var(--ink); cursor: pointer; font-family: var(--font-display); font-size: 1.08rem; font-weight: 700; }
.faq-list p { max-width: 760px; margin: 14px 0 0; color: #58717a; }
.admin-editor__actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 30px; padding-top: 25px; border-top: 1px solid #e1eaec; }
.admin-client-list { display: grid; gap: 13px; }
.admin-client-row { display: grid; grid-template-columns: 135px minmax(0, 1fr) 120px auto; gap: 24px; align-items: center; padding: 19px; border: 1px solid #dce7e9; border-radius: 20px; background: #fff; box-shadow: 0 13px 35px rgba(23,60,73,.045); transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease; }
.admin-client-row:hover { border-color: #b6d9df; box-shadow: 0 20px 48px rgba(18,77,94,.09); transform: translateY(-2px); }
.admin-client-row__logo { display: grid; place-items: center; width: 135px; height: 95px; padding: 15px; color: #008ba6; border-radius: 13px; background: #edf4f5; font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; }
.admin-client-row__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.admin-client-row__copy { min-width: 0; }
.admin-client-row__copy > span { color: #4f8796; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-client-row__copy h3 { margin: 3px 0 7px; font-size: 1.25rem; }
.admin-client-row__copy p { display: -webkit-box; margin: 0; overflow: hidden; color: #73878e; font-size: .78rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.admin-client-row__meta { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; color: #789099; font-size: .68rem; font-weight: 700; }
.admin-client-row__meta b { padding: 5px 8px; color: #875c1a; border-radius: 999px; background: #fff0d5; font-size: .6rem; }
.admin-client-row__actions { display: flex; gap: 7px; }
.admin-team-row__portrait { height: 110px; padding: 7px; }
.admin-team-row__portrait img { width: 100%; height: 100%; border-radius: 9px; object-fit: cover; object-position: center 20%; }
.admin-client-row__meta a { color: #087f98; font-size: .68rem; font-weight: 800; }
.admin-empty { display: flex; flex-direction: column; gap: 7px; align-items: center; padding: 80px 20px; color: #70868e; border: 1px dashed #bfd4d9; border-radius: 20px; background: #fff; }
.admin-empty strong { color: var(--ink); font-family: var(--font-display); font-size: 1.4rem; }
.admin-upload-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.admin-upload--compact { min-height: 180px; grid-template-columns: 125px 1fr; padding: 14px; }.admin-upload--compact .admin-upload__preview { min-height: 145px; }.admin-upload--compact .admin-upload__preview img { width: 100%; height: 145px; object-fit: cover; }

/* Loading and reveal animation */
.loading-stage { display: flex; gap: 10px; align-items: center; justify-content: center; min-height: 100vh; background: var(--ink); }
.loading-stage span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); animation: loader 1s ease-in-out infinite; }
.loading-stage span:nth-child(2) { animation-delay: .12s; }
.loading-stage span:nth-child(3) { animation-delay: .24s; }
.js-enabled [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2,.75,.2,1), transform .9s cubic-bezier(.2,.75,.2,1); }
.js-enabled [data-reveal="right"] { transform: translateX(44px); }
.js-enabled [data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes grid-drift { to { background-position: 70px 70px; } }
@keyframes float-orb { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-25px); } }
@keyframes core-pulse { 0%,100% { transform: scale(.9); opacity: .75; } 50% { transform: scale(1.15); opacity: 1; } }
@keyframes disc-pulse { 0%,100% { transform: translate(-50%,-50%) rotateX(70deg) scale(.86); opacity: .35; } 50% { transform: translate(-50%,-50%) rotateX(70deg) scale(1.12); opacity: .8; } }
@keyframes scan { 0%,100% { transform: translateX(-420px); opacity: 0; } 15%,85% { opacity: 1; } 50% { transform: translateX(420px); } }
@keyframes loader { 0%,100% { transform: translateY(0); opacity: .35; } 50% { transform: translateY(-10px); opacity: 1; } }

/* Validation and account fallbacks */
.valid.modified:not([type=checkbox]) { outline: 1px solid #1b9c70; }
.invalid { outline: 1px solid #bd3838; }
.validation-message { color: #a93232; }
.blazor-error-boundary { padding: 1rem; color: white; background: #9b2c2c; }
h1:focus { outline: none; }
.content { padding-top: 7rem; }

@media (max-width: 1120px) {
    .primary-nav { gap: 0; }
    .nav-link { padding-inline: 12px; font-size: .76rem; }
    .nav-link--cta { margin-left: 4px; padding-inline: 16px; }
    .account-link span { display: none; }
    .account-link { width: 39px; padding: 0; }
    .page-hero__inner { grid-template-columns: 1.25fr .75fr; gap: 35px; }
    .services-grid, .industries-grid { grid-template-columns: repeat(2, 1fr); }
    .process-rail { grid-template-columns: repeat(2, 1fr); }
    .process-step:nth-child(2) { border-right: 0; }
    .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--white-line); }
    .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .site-footer__locations { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
    /* Keep the full-screen menu fixed to the viewport, rather than the blurred header. */
    .site-header, .site-header.is-scrolled { backdrop-filter: none; }
    .shell { width: min(100% - 40px, 1320px); }
    .section { padding: 90px 0; }
    .nav-shell { min-height: 74px; }
    .nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
    .nav-toggle-button { position: relative; z-index: 1002; display: flex; flex-direction: column; gap: 8px; justify-content: center; width: 48px; height: 48px; margin-left: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; cursor: pointer; }
    .nav-toggle-button span { width: 19px; height: 1px; margin-inline: auto; background: #fff; transition: transform .3s ease; }
    .nav-toggle:checked + .nav-toggle-button span:first-child { transform: translateY(4.5px) rotate(45deg); }
    .nav-toggle:checked + .nav-toggle-button span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
    .primary-nav { position: fixed; inset: 0; z-index: 1001; box-sizing: border-box; display: flex; flex-direction: column; gap: 2px; align-items: stretch; justify-content: flex-start; min-height: 100dvh; height: 100dvh; padding: max(90px, calc(74px + env(safe-area-inset-top))) 25px max(30px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: #020e1a; opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .35s ease, transform .35s ease; }
    .nav-toggle:checked ~ .primary-nav { opacity: 1; pointer-events: auto; transform: none; }
    .nav-entry { width: min(100%, 520px); margin: 0 auto; }
    .nav-link { justify-content: space-between; min-height: 56px; padding: 0 5px; border-bottom: 1px solid var(--white-line); border-radius: 0; font-family: var(--font-display); font-size: 1.42rem; }
    .nav-link::after { display: none; }
    .nav-link--cta { justify-content: center; margin: 18px 0 0; border: 0; border-radius: 999px; font-family: var(--font-body); font-size: .9rem; }
    .nav-entry--artist { margin-top: 16px; }
    .nav-entry--has-children > .nav-link::before { display: none; }
    .nav-dropdown { position: static; width: 100%; padding: 5px 0 8px 22px; border: 0; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
    .nav-entry:hover .nav-dropdown, .nav-entry:focus-within .nav-dropdown { transform: none; }
    .nav-dropdown__eyebrow { display: none; }
    .nav-dropdown__link { padding: 7px 0; border: 0; color: #8ea8b5; font-size: .9rem; }
    .account-nav { width: min(100%, 520px); margin: 18px auto 0; padding: 18px 0 0; justify-content: center; border-top: 1px solid var(--white-line); border-left: 0; }
    .account-link { width: auto; min-width: 48px; padding: 0 14px; border-color: rgba(255,255,255,.12); }
    .account-link span { display: inline; }
    .page-hero { min-height: 860px; padding: 130px 0 80px; }
    .page-hero--compact { min-height: 700px; }
    .page-hero__inner { grid-template-columns: 1fr; }
    .page-hero__signal { position: absolute; z-index: -1; right: -80px; bottom: -250px; width: 500px; opacity: .55; }
    .page-hero__media { max-width: 600px; justify-self: start; transform: none; }
    .page-hero__media img { min-height: 260px; }
    .home-ideas-hero { min-height: 990px; padding-top: 130px; }.home-ideas-hero__inner { grid-template-columns: 1fr; min-height: auto; gap: 32px; }.home-ideas-hero__copy { max-width: 720px; }.home-ideas-hero__visual { min-height: 460px; max-width: 690px; width: 100%; }.home-ideas-card--main { right: 7%; width: 72%; height: 340px; }.home-ideas-card--design { width: 34%; height: 190px; }.home-ideas-card--build { width: 36%; height: 180px; }.home-ideas-card--detail { width: 25%; height: 120px; }.home-ideas-well { left: 49%; width: 96px; height: 96px; }
    .split-layout, .vision-panel, .story-grid, .belief-grid, .team-member, .storiscope-grid, .contact-grid, .about-visual-grid { grid-template-columns: 1fr; gap: 35px; }
    .about-visual-grid__image { min-height: 280px; }
    .about-wide-image { height: 260px; margin-top: 50px; }
    .intro-section__body, .story-grid__body { padding-top: 0; }
    .home-image-strip { margin-top: 35px; }
    .statistics { grid-template-columns: repeat(2, 1fr); }
    .statistic:nth-child(2) { border-right: 0; }
    .statistic:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .section-heading { grid-template-columns: 1fr; gap: 15px; }
    .clients-section { padding-top: 72px; }
    .clients-intro__body { grid-template-columns: 1fr; gap: 22px; }
    .clients-intro__body > p { max-width: 720px; }
    .vision-panel__visual { min-height: 480px; }
    .purpose-grid { grid-template-columns: 1fr; }
    .team-member:nth-child(even) .team-member__portrait { order: initial; }
    .team-member__copy { max-width: 700px; }
    .client-project { grid-template-columns: 1fr; }
    .client-project__logo { min-height: 300px; }
    .contact-aside { position: static; }
    .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
    .not-found-page { padding-top: 125px; }
    .not-found-code { min-height: 260px; }
    .identity-page { padding-top: 120px; }
    .identity-panel { grid-template-columns: 1fr; max-width: 680px; }
    .identity-visual { min-height: 390px; }
    .identity-visual__mark { margin-bottom: 30px; }
    .identity-trust { grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 30px; }
    .identity-trust span { align-items: flex-start; font-size: .63rem; }
    .identity-panel--manage { grid-template-columns: 1fr; }
    .identity-manage-nav { padding: 30px; }
    .identity-manage-nav__home { margin-bottom: 20px; }
    .identity-manage-nav > p { margin-bottom: 18px; }
    .identity-manage-links { grid-template-columns: repeat(3, 1fr); }
    .identity-manage-links a { justify-content: center; }
    .identity-manage-nav__dashboard { margin-top: 25px; }
    .admin-resource-grid { grid-template-columns: 1fr; }
    .admin-resource-card { min-height: 310px; }
    .admin-client-row { grid-template-columns: 110px minmax(0, 1fr) auto; }
    .admin-client-row__logo { width: 110px; }
    .admin-client-row__meta { display: none; }
    .admin-upload-grid { grid-template-columns: 1fr; }

}

@media (max-width: 620px) {
    .shell { width: min(100% - 28px, 1320px); }
    .section { padding: 75px 0; }
    .display-title { font-size: clamp(2.4rem, 13vw, 4rem); }
    .clients-intro::before { width: 46px; }
    .clients-intro__meta { gap: 15px; }
    .clients-intro__count { font-size: .56rem; letter-spacing: .09em; }
    .clients-intro__body { padding-top: 25px; }
    .clients-intro__body h2 { font-size: clamp(2.4rem, 12vw, 3.7rem); }
    .clients-intro__body > p { padding-left: 16px; font-size: .84rem; }
    .clients-section .client-list { margin-top: 38px; }
    .brand__copy strong { font-size: .8rem; }
    .brand__mark { width: 38px; height: 38px; }
    .brand__logo { height: 36px; }
    .brand--footer .brand__logo { height: 48px; }
    .page-hero { min-height: 780px; padding-top: 120px; }
    .page-hero--compact { min-height: 650px; }
    .page-hero h1 { max-width: 100%; font-size: clamp(2.75rem, 12vw, 4.25rem); overflow-wrap: break-word; }
    .page-hero__lead { font-size: 1.08rem; }
    .page-hero__lead, .page-hero__body { max-width: 100%; }
    .page-hero .button { max-width: 100%; }
    .home-ideas-hero { min-height: 830px; padding: 116px 0 60px; }.home-ideas-hero h1 { font-size: clamp(3rem, 13.5vw, 4.4rem); }.home-ideas-hero__lead { font-size: 1.06rem; }.home-ideas-hero__body { font-size: .92rem; }.home-ideas-hero__legend { gap: 11px 17px; margin-top: 26px; font-size: .55rem; }.home-ideas-hero__visual { min-height: 310px; }.home-ideas-card--main { top: 22px; right: 6%; width: 78%; height: 250px; }.home-ideas-card--design { width: 36%; height: 125px; }.home-ideas-card--build { bottom: 5px; width: 39%; height: 118px; }.home-ideas-card--detail { width: 28%; height: 82px; }.home-ideas-well { width: 67px; height: 67px; }.home-ideas-well i { top: -45px; height: 43px; }.home-ideas-well::before { inset: -11px; }.home-ideas-well::after { inset: -21px; }.home-ideas-well b { font-size: .36rem; }.home-ideas-card figcaption { right: 8px; bottom: 7px; left: 8px; font-size: .42rem; }
    .services-grid, .industries-grid, .process-rail { grid-template-columns: 1fr; }
    .home-section--compact { padding: 72px 0; }
    .home-image-strip { grid-template-columns: 1fr; gap: 12px; }
    .home-image-strip img { height: 175px; }
    .service-card { min-height: 430px; }
    .process-step { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--white-line); }
    .statistics { grid-template-columns: 1fr 1fr; }
    .statistic { min-height: 145px; padding: 24px 18px; }
    .statistic strong { font-size: 2.7rem; }
    .statistic span { font-size: .62rem; }
    .vision-panel__visual { min-height: 380px; }
    .vision-panel__disc--one { width: 300px; height: 300px; }
    .vision-panel__disc--two { width: 190px; height: 190px; }
    .purpose-card { min-height: 510px; padding: 35px 27px; }
    .purpose-card__index { margin-bottom: 65px; }
    .story-manifesto { flex-wrap: wrap; gap: 18px; justify-content: center; }
    .team-member__portrait { min-height: 440px; }
    .team-member__portrait img { height: 410px; }
    .team-member__placeholder { height: 410px; }
    .client-project__copy { padding: 45px 26px; }
    .client-project__logo { min-height: 230px; padding: 50px; }
    .inquiry-card { padding: 28px 20px; }
    .inquiry-card__heading { display: grid; gap: 5px; }
    .form-grid { grid-template-columns: 1fr; }
    .field--wide { grid-column: auto; }
    .contact-locations { grid-template-columns: 1fr; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
    .site-footer__locations { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
    .site-footer__locations .site-footer__label { grid-column: 1 / -1; }
    .site-footer__bottom { flex-direction: column; gap: 7px; }
    .cta-section { padding: 100px 0; }
    .cta-section h2 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
    .not-found-page { min-height: 850px; padding: 110px 0 70px; }
    .not-found-status { font-size: .54rem; }
    .not-found-code { min-height: 190px; margin: 18px 0 4px; font-size: clamp(7rem, 31vw, 10rem); }
    .not-found-portal { width: clamp(105px, 27vw, 145px); }
    .not-found-copy h1 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
    .not-found-actions { align-items: stretch; flex-direction: column; gap: 20px; }
    .not-found-contact { align-self: center; }
    .not-found-signal { margin-top: 38px; }
    .identity-page { padding: 100px 0 75px; }
    .identity-panel { border-radius: 24px; }
    .identity-visual { min-height: 330px; padding: 34px 25px; }
    .identity-visual__mark { width: 88px; height: 88px; margin-bottom: 25px; }
    .identity-visual__mark img { inset: 21px; width: 46px; height: 46px; }
    .identity-visual h2 { font-size: 2.8rem; }
    .identity-trust { grid-template-columns: 1fr; }
    .identity-content { padding: 42px 24px; }
    .identity-form__options { align-items: flex-start; flex-direction: column; }
    .identity-manage-links { grid-template-columns: 1fr; }
    .identity-manage-links a { justify-content: flex-start; }
    .identity-content--manage { padding-top: 42px; }
    .admin-hero { min-height: 390px; padding: 130px 0 65px; }
    .admin-hero--compact { min-height: 340px; }
    .admin-workspace { padding-top: 52px; padding-bottom: 80px; }
    .admin-heading { align-items: flex-start; flex-direction: column; }
    .admin-secure-badge { align-self: flex-start; }
    .admin-resource-card { min-height: 330px; padding: 25px; }
    .admin-editor { padding: 25px 18px; }
    .admin-form-grid, .admin-upload { grid-template-columns: 1fr; }
    .admin-upload__preview { min-height: 150px; }
    .admin-client-row { grid-template-columns: 76px minmax(0, 1fr); gap: 14px; padding: 14px; }
    .admin-client-row__logo { width: 76px; height: 76px; padding: 10px; }
    .admin-client-row__actions { grid-column: 2; }
    .admin-editor__actions { flex-wrap: wrap; }

}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js-enabled [data-reveal] { opacity: 1; transform: none; }
    .home-ideas-card.is-shuffling { filter: none; box-shadow: 0 25px 70px rgba(0,0,0,.34); }
    .home-ideas-card.is-shuffling img { opacity: 1; filter: none; }
}
/* Reusable administrative edit modal. The backdrop intentionally has no click handler. */
.admin-modal{position:fixed;z-index:2000;inset:0;display:grid;place-items:center;padding:22px;isolation:isolate}.admin-modal__backdrop{position:absolute;inset:0;background:rgba(7,20,27,.7);backdrop-filter:blur(7px);animation:admin-modal-fade .24s ease both}.admin-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(940px,100%);max-height:calc(100dvh - 44px);overflow:hidden;border:1px solid rgba(138,208,220,.5);border-radius:18px;background:#f8fcfc;box-shadow:0 32px 90px rgba(0,0,0,.42);animation:admin-modal-unfold .36s cubic-bezier(.2,.85,.2,1) both}.admin-modal__dialog--closing{animation:admin-modal-fold .22s cubic-bezier(.55,0,.75,.2) both}.admin-modal__glow{position:absolute;inset:0 0 auto;height:116px;background:radial-gradient(ellipse at 15% 0,rgba(37,166,190,.22),transparent 62%);pointer-events:none}.admin-modal__content{position:relative;overflow:auto;overscroll-behavior:contain;padding:24px}.admin-modal__content>.admin-editor{margin:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-modal__close{position:absolute;z-index:2;right:16px;top:15px;display:grid;place-items:center;width:33px;height:33px;border:1px solid #b8d7dd;border-radius:50%;background:rgba(255,255,255,.83);color:#1b6878;font-size:1.4rem;line-height:1;cursor:pointer;transition:transform .2s ease,background .2s}.admin-modal__close:hover{transform:rotate(90deg);background:#e1f6f8}body:has(.admin-modal){overflow:hidden;overscroll-behavior:none}@keyframes admin-modal-fade{from{opacity:0}to{opacity:1}}@keyframes admin-modal-unfold{from{opacity:0;transform:translateY(22px) scaleY(.72) scaleX(.94)}60%{opacity:1}to{transform:translateY(0) scale(1)}}@keyframes admin-modal-fold{to{opacity:0;transform:translateY(14px) scaleY(.76) scaleX(.95)}}@media (max-width:700px){.admin-modal{padding:10px}.admin-modal__dialog{max-height:calc(100dvh - 20px);border-radius:14px}.admin-modal__content{padding:18px 14px}.admin-modal__close{right:10px;top:10px}.admin-modal__content .admin-editor__heading{padding-right:39px}}

/* A smaller, high-energy treatment for the home proposition. */
.home-ideas-hero h1 { position: relative; max-width: 610px; margin: 0 0 28px; padding: 18px 26px 22px; color: transparent; background: linear-gradient(105deg, #ffffff 12%, #baf8ff 42%, #5adcf0 53%, #ffffff 68%); background-size: 220% 100%; background-clip: text; -webkit-background-clip: text; font-size: clamp(2.4rem, 4vw, 4.45rem); font-weight: 650; line-height: 1.02; letter-spacing: -.06em; text-wrap: balance; animation: home-proposition-shimmer 7s ease-in-out infinite; }
.home-ideas-hero h1::before { position: absolute; top: 0; left: 0; width: 58px; height: 3px; border-radius: 99px; background: #5fe5f4; box-shadow: 0 0 18px rgba(95,229,244,.9); content: ""; animation: home-proposition-signal 2.8s ease-in-out infinite; }
.home-ideas-hero h1::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, rgba(95,229,244,.85), rgba(95,229,244,.12) 62%, transparent); box-shadow: 0 8px 30px rgba(55,205,231,.22); content: ""; }
@keyframes home-proposition-shimmer { 0%, 100% { background-position: 100% 0; } 50% { background-position: 0 0; } }
@keyframes home-proposition-signal { 0%, 100% { width: 58px; opacity: .8; } 50% { width: 138px; opacity: 1; } }
@media (max-width: 700px) { .home-ideas-hero h1 { max-width: 100%; padding: 14px 18px 18px; font-size: clamp(2rem, 8.8vw, 3.15rem); } }

/* Services mirrors the home proposition treatment while retaining the existing page hero layout. */
.services-page-hero .page-hero__copy { max-width: 690px; }
.services-page-hero h1 { position: relative; max-width: 650px; margin: 0 0 28px; padding: 18px 26px 22px; color: transparent; background: linear-gradient(105deg, #fff 12%, #baf8ff 42%, #5adcf0 53%, #fff 68%); background-size: 220% 100%; background-clip: text; -webkit-background-clip: text; font-size: clamp(2.4rem, 4vw, 4.45rem); font-weight: 650; line-height: 1.02; letter-spacing: -.06em; text-wrap: balance; animation: home-proposition-shimmer 7s ease-in-out infinite; }
.services-page-hero h1::before { position: absolute; top: 0; left: 0; width: 58px; height: 3px; border-radius: 99px; background: #5fe5f4; box-shadow: 0 0 18px rgba(95,229,244,.9); content: ""; animation: home-proposition-signal 2.8s ease-in-out infinite; }
.services-page-hero h1::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, rgba(95,229,244,.85), rgba(95,229,244,.12) 62%, transparent); box-shadow: 0 8px 30px rgba(55,205,231,.22); content: ""; }
@media (max-width: 700px) { .services-page-hero h1 { max-width: 100%; padding: 14px 18px 18px; font-size: clamp(2rem, 8.8vw, 3.15rem); } }

/* Legacy modernization callout: deliberately energetic, with slow ambient motion for comfortable reading. */
.legacy-rescue { position: relative; isolation: isolate; overflow: hidden; padding: clamp(76px, 9vw, 132px) 0; color: #fff; background: radial-gradient(circle at 78% 35%, rgba(25,204,231,.2), transparent 24%), radial-gradient(circle at 16% 90%, rgba(18,111,187,.26), transparent 36%), #041827; }
.legacy-rescue::before { position: absolute; z-index: -1; inset: 14px; border: 1px solid rgba(142,239,249,.16); border-radius: 28px; content: ""; }
.legacy-rescue__grid { position: absolute; z-index: -1; inset: 0; opacity: .25; background-image: linear-gradient(rgba(125,235,247,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(125,235,247,.12) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(110deg, #000, transparent 86%); animation: legacy-grid-drift 22s linear infinite; }
.legacy-rescue__inner { position: relative; max-width: 1040px; }
.legacy-rescue .eyebrow { margin-top: 27px; }
.legacy-rescue h2 { max-width: 980px; margin: 0 0 24px; color: #b8dfe5; font-size: clamp(2.1rem, 4.35vw, 4.55rem); line-height: 1.04; letter-spacing: .015em; text-wrap: balance; }
.legacy-rescue h2 span { display: inline-block; margin-right: .26em; color: #b8dfe5; text-shadow: none; animation: legacy-reading-word 10s ease-in-out infinite; animation-delay: calc(var(--word-index) * .28s); }
.legacy-rescue__inner > p:not(.eyebrow) { max-width: 760px; margin-bottom: 31px; color: #b6d4dd; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.72; }
.legacy-rescue__signal { display: inline-flex; gap: 10px; align-items: center; padding: 9px 13px; color: #c9f9fc; border: 1px solid rgba(133,237,247,.28); border-radius: 999px; background: rgba(11,91,119,.24); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(8px); }
.legacy-rescue__signal i { width: 8px; height: 8px; border-radius: 50%; background: #68ecf4; box-shadow: 0 0 0 0 rgba(104,236,244,.65); animation: legacy-signal-pulse 2.4s ease-out infinite; }
.legacy-rescue .button { box-shadow: 0 14px 38px rgba(34,208,231,.2); }
@keyframes legacy-grid-drift { from { background-position: 0 0; } to { background-position: 46px 46px; } }
@keyframes legacy-signal-pulse { 0% { box-shadow: 0 0 0 0 rgba(104,236,244,.58); } 70%, 100% { box-shadow: 0 0 0 10px rgba(104,236,244,0); } }
@keyframes legacy-reading-word { 0%, 2% { color: #fff5f5; text-shadow: 0 0 10px rgba(255,47,47,.95), 0 0 24px rgba(255,20,20,.78), 0 0 42px rgba(214,0,0,.52); transform: translateY(-.04em); } 7%, 100% { color: #b8dfe5; text-shadow: none; transform: translateY(0); } }
@media (max-width: 700px) { .legacy-rescue { padding: 72px 0; } .legacy-rescue::before { inset: 8px; border-radius: 18px; } .legacy-rescue h2 { font-size: clamp(1.9rem, 8.5vw, 2.9rem); } }
