/* ==========================================================================
   Athena — public site.
   Loads after tokens.css and base.css. base.css owns the non-negotiables
   (pointer cursors, no link underlines, focus rings, reduced motion);
   nothing here reintroduces what that file removes.
   ========================================================================== */

/* ---------- Self-hosted type. No third-party CDN on a production site. --- */
@font-face { font-family: 'Inter';       src: url('../fonts/inter-latin.woff2') format('woff2');
             font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto';      src: url('../fonts/roboto-latin.woff2') format('woff2');
             font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto Mono'; src: url('../fonts/roboto-mono-latin.woff2') format('woff2');
             font-weight: 100 700; font-style: normal; font-display: swap; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body.site { max-width: 100%; overflow-x: hidden; background: var(--dk-bg); color: var(--dk-text); font-size: 1rem; line-height: 1.6; }
@supports (overflow: clip) {
    html,
    body.site { overflow-x: clip; }
}

.shell { width: 100%; max-width: var(--shell-max); margin-inline: auto; padding-inline: clamp(1rem, .35rem + 2.6vw, 2.5rem); }

/* ==========================================================================
   Section surfaces
   ========================================================================== */
.band { position: relative; }
.band--dark  { background: var(--dk-bg);   color: var(--dk-text); }
.band--deep  { background: var(--dk-bg-deep); color: var(--dk-text); }
.band--light { background: var(--paper);   color: var(--text-default); }
.band--white { background: #fff;           color: var(--text-default); }
.band__inner { padding-block: var(--section-y); position: relative; z-index: 1; }

/* A single hairline of brand gradient marks every band change. */
.band + .band::before {
    content: ''; position: absolute; inset-inline: 0; top: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 194, 220, .38) 22%, rgba(8, 119, 225, .38) 78%, transparent);
}

/* ==========================================================================
   Type
   ========================================================================== */
.eyebrow {
    font-size: .6875rem; font-weight: 600; letter-spacing: var(--ls-caps);
    text-transform: uppercase; display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem;
}
.eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--brand-gradient); border-radius: 2px; }
.band--dark .eyebrow, .band--deep .eyebrow, .hero .eyebrow { color: var(--brand-cyan-lift); }
.band--light .eyebrow, .band--white .eyebrow { color: var(--a-700); }

.h-display {
    font-size: var(--ms-display); line-height: 1.05; font-weight: 600;
    letter-spacing: -.035em; margin: 0;
}
.h-section {
    font-size: var(--ms-h2); line-height: 1.14; font-weight: 600;
    letter-spacing: -.026em; margin: 0 0 .75rem;
}
.band--dark .h-display, .band--deep .h-display, .hero .h-display,
.band--dark .h-section, .band--deep .h-section, .hero .h-section { color: var(--dk-text-strong); }

.grad {
    background: var(--brand-gradient); -webkit-background-clip: text; background-clip: text;
    color: transparent; padding-right: .06em;
}
/* Windows High Contrast strips the clip and would leave invisible text. */
@media (forced-colors: active) { .grad { color: CanvasText; -webkit-text-fill-color: CanvasText; } }

.lead { font-family: var(--font-body); font-size: var(--ms-lead); line-height: 1.68; margin: 1.125rem 0 0; max-width: 56ch; }
.band--dark .lead, .band--deep .lead, .hero .lead { color: var(--dk-text-mute); }
.band--light .lead, .band--white .lead { color: var(--n-600); }

.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 1.2rem + 2.4vw, 3.25rem); }
.section-head .lead { margin-top: .75rem; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    min-height: 48px; padding: 0 1.625rem; border-radius: 8px; border: 1px solid transparent;
    font-family: var(--font-ui); font-size: .9375rem; font-weight: 600; letter-spacing: -.005em;
    text-align: center; background: none; color: inherit; white-space: nowrap;
    transition: transform var(--dur-micro) var(--ease-out), box-shadow var(--dur-micro) var(--ease-out),
                background-color var(--dur-micro) var(--ease-out), border-color var(--dur-micro) var(--ease-out);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--brand-gradient); color: #fff; box-shadow: 0 6px 18px rgba(8, 119, 225, .30); }
.btn--primary:hover { color: #fff; box-shadow: 0 10px 26px rgba(8, 119, 225, .42); }
.btn--ghost { border-color: var(--dk-line); color: var(--dk-text-strong); background: rgba(255, 255, 255, .04); }
.btn--ghost:hover { border-color: rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .09); color: #fff; }
.btn--onlight { border-color: var(--n-300); color: var(--n-800); background: #fff; }
.btn--onlight:hover { border-color: var(--a-600); color: var(--a-700); }
.btn--sm { min-height: 40px; padding: 0 1.125rem; font-size: .875rem; }
.btn--block { width: 100%; }
.btn:disabled, .btn[aria-disabled="true"] { transform: none; box-shadow: none; }

/* Any inline icon without its own sizing class. */
svg:not([class]), svg[class=""] { width: 1.125em; height: 1.125em; flex: none; }
.btn__arrow { width: 1.05em; height: 1.05em; flex: none; transition: transform var(--dur-micro) var(--ease-out); }
.btn:hover .btn__arrow { transform: translateX(3px); }

/* ==========================================================================
   Announce bar
   ========================================================================== */
.announce {
    background: var(--brand-gradient); color: #fff; font-size: .8125rem; font-weight: 500;
    position: relative; z-index: 60;
}
.announce__in { display: flex; align-items: center; justify-content: center; gap: .875rem; flex-wrap: wrap;
                min-height: 40px; padding-block: .4375rem; text-align: center; }
.announce a { color: #fff; font-weight: 700; background: rgba(0, 0, 0, .18); border-radius: 5px;
               display: inline-flex; align-items: center; min-height: 24px; padding: 0 .5625rem; }
.announce a:hover { color: #fff; background: rgba(0, 0, 0, .34); }
.announce__tag {
    font-family: var(--font-mono); font-size: .625rem; letter-spacing: .09em; text-transform: uppercase;
    background: rgba(0, 0, 0, .22); border-radius: 999px; padding: .25rem .625rem; font-weight: 700;
}

/* ==========================================================================
   Header
   ========================================================================== */
.hdr {
    position: sticky; top: 0; z-index: 50;
    background: rgba(3, 12, 28, .78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid transparent;
    transition: background-color var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
}
.hdr.is-stuck { background: rgba(3, 12, 28, .96); border-bottom-color: var(--dk-line); }
.hdr__in { display: flex; align-items: center; gap: 1.25rem; min-height: 72px; }
.hdr__logo { display: flex; align-items: center; flex: none; }
.hdr__logo img { height: 34px; width: auto; }
.hdr__nav { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.hdr__link {
    font-size: .875rem; font-weight: 500; color: var(--dk-text); padding: .5rem .75rem; border-radius: 6px;
    position: relative; transition: color var(--dur-micro) var(--ease-out), background-color var(--dur-micro) var(--ease-out);
}
.hdr__link:hover { color: #fff; background: rgba(255, 255, 255, .07); }
.hdr__link[aria-current="page"] { color: #fff; }
.hdr__link[aria-current="page"]::after {
    content: ''; position: absolute; left: .75rem; right: .75rem; bottom: .1875rem;
    height: 2px; border-radius: 2px; background: var(--brand-gradient);
}
.hdr__cta { margin-left: .625rem; flex: none; }
.hdr__tel { display: inline-flex; align-items: center; gap: .4375rem; font-family: var(--font-mono);
            font-size: .8125rem; color: var(--dk-text); padding: .5rem .625rem; border-radius: 6px;
            white-space: nowrap; flex: none; }
.hdr__tel svg { width: 15px; height: 15px; flex: none; }
.hdr__tel:hover { color: var(--brand-cyan-lift); background: rgba(255, 255, 255, .07); }

.burger {
    display: none; margin-left: auto; width: 44px; height: 44px; border-radius: 8px;
    border: 1px solid var(--dk-line); background: rgba(255, 255, 255, .04); align-items: center; justify-content: center;
}
.burger svg { width: 20px; height: 20px; }
.burger:hover { background: rgba(255, 255, 255, .1); }

.drawer {
    position: fixed; inset: 0 0 0 auto; width: min(88vw, 360px); z-index: 210;
    background: var(--dk-bg-deep); border-left: 1px solid var(--dk-line);
    padding: 1.25rem 1.25rem 2rem; display: flex; flex-direction: column; gap: .25rem;
    transform: translateX(100%); transition: transform var(--dur-overlay) var(--ease-out); overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.drawer__top img { height: 30px; width: auto; }
.drawer__close { width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--dk-line);
                 background: none; color: var(--dk-text); display: grid; place-items: center; }
.drawer__close:hover { background: rgba(255, 255, 255, .09); color: #fff; }
.drawer__link { display: block; padding: .875rem .75rem; border-radius: 8px; font-size: 1rem; font-weight: 500;
                color: var(--dk-text); min-height: 48px; }
.drawer__link:hover { background: rgba(255, 255, 255, .07); color: #fff; }
.drawer__foot { margin-top: auto; padding-top: 1.25rem; border-top: 1px solid var(--dk-line); display: grid; gap: .625rem; }
.scrim { position: fixed; inset: 0; z-index: 200; background: rgba(1, 7, 15, .68);
         opacity: 0; visibility: hidden; transition: opacity var(--dur-overlay) var(--ease-out), visibility var(--dur-overlay); }
.scrim.is-open { opacity: 1; visibility: visible; }

/* ==========================================================================
   Hero — the particle field is the page's signature, taken from the brand art
   ========================================================================== */
.hero { position: relative; overflow: hidden; background: var(--dk-bg); isolation: isolate; }
.hero::before {
    content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background:
      radial-gradient(920px 520px at 78% 8%, rgba(8, 119, 225, .26), transparent 62%),
      radial-gradient(680px 440px at 8% 62%, rgba(0, 194, 220, .12), transparent 66%);
}
.hero__wave { position: absolute; inset-inline: 0; bottom: 0; height: 46%; z-index: 0; pointer-events: none; }
.hero__wave canvas { display: block; width: 100%; height: 100%; }
.hero__in {
    position: relative; z-index: 2; display: grid; gap: clamp(2.5rem, 1rem + 5vw, 4rem);
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center;
    padding-block: clamp(2.5rem, 1.25rem + 4vw, 4.5rem) clamp(2.75rem, 1.4rem + 4.4vw, 4.75rem);
}
.hero h1 { max-width: 18ch; }
.hero .lead { max-width: 46ch; }
.hero__promise {
    max-width: 48ch; margin: 1rem 0 0; font-family: var(--font-body);
    font-size: 1rem; line-height: 1.7; color: var(--dk-text);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.55rem; }
.hero-proof {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .625rem; max-width: 42rem; margin-top: 1rem;
}
.hero-proof__item {
    min-width: 0; border: 1px solid var(--dk-line); border-radius: 8px;
    background: rgba(255, 255, 255, .045); padding: .7rem .8rem;
}
.hero-proof__item strong {
    display: block; font-family: var(--font-mono); font-size: clamp(1.25rem, 1rem + .7vw, 1.65rem);
    line-height: 1.05; color: #fff; letter-spacing: -.025em;
}
.hero-proof__item span {
    display: block; margin-top: .35rem; font-size: .6875rem; font-weight: 700;
    letter-spacing: var(--ls-caps); text-transform: uppercase; color: var(--brand-cyan-lift);
}
.hero-proof__item small {
    display: block; margin-top: .3rem; font-family: var(--font-body); font-size: .75rem;
    line-height: 1.45; color: var(--dk-text-mute);
}
.hero__trust { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-top: 1.1rem;
               padding-top: 1rem; border-top: 1px solid var(--dk-line-soft); }
.hero__trust li { display: flex; align-items: center; gap: .5rem; font-size: .8125rem;
                  color: var(--dk-text-mute); white-space: nowrap; }
.hero__trust--stack { flex-direction: column; align-items: flex-start; gap: .75rem; }
.hero__trust--stack li { white-space: normal; align-items: flex-start; }
.hero__trust--stack svg { margin-top: .1875rem; }
@media (max-width: 780px) { .hero__trust li { white-space: normal; align-items: flex-start; }
                            .hero__trust svg { margin-top: .1875rem; } }
.hero__trust svg { width: 15px; height: 15px; color: var(--brand-cyan); flex: none; }
.hero__visual { display: grid; gap: 1.15rem; align-content: center; }

/* Tilted stack of real interfaces — the thesis of the page is the work itself. */
.stack { position: relative; aspect-ratio: 4 / 3.32; perspective: 1600px; margin-bottom: 1rem; }
.stack__item {
    position: absolute; inset: 0; border-radius: 12px; overflow: hidden;
    box-shadow: 0 28px 64px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .10);
    opacity: 0; transition: opacity 620ms var(--ease-out);
}
.stack__item img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.stack__item.is-on { opacity: 1; }
.stack__item:nth-child(1) { transform: rotate(-4.5deg) translate(-4%, 4%) scale(.9); z-index: 1; filter: brightness(.6); }
.stack__item:nth-child(2) { transform: rotate(-2.2deg) translate(0, 0) scale(.95); z-index: 2; filter: brightness(.8); }
.stack__item.is-front { transform: rotate(0deg) translate(4%, -4%) scale(1); z-index: 3; filter: none; opacity: 1; }
.stack__cap {
    position: absolute; left: 4%; bottom: -1.25rem; z-index: 4; display: flex; align-items: center; gap: .5rem;
    font-family: var(--font-mono); font-size: .6875rem; letter-spacing: .06em; text-transform: uppercase;
    color: var(--dk-text-mute);
}
.stack__cap b { color: var(--brand-cyan-lift); font-weight: 600; }
.stack__dots { display: flex; gap: .3125rem; margin-left: .375rem; }
.stack__dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, .22); }
.stack__dot.is-on { background: var(--brand-cyan); }

.decision-card {
    width: min(100%, 31rem); margin: -3.7rem 0 0 auto; position: relative; z-index: 6;
    border: 1px solid var(--dk-line);
    border-radius: 8px; background: rgba(1, 7, 15, .72);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28); padding: 1.1rem;
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.decision-card__head {
    display: flex; justify-content: space-between; align-items: center; gap: 1rem;
    padding-bottom: .85rem; border-bottom: 1px solid var(--dk-line-soft);
}
.decision-card__head span {
    font-size: .6875rem; font-weight: 700; letter-spacing: var(--ls-caps);
    text-transform: uppercase; color: var(--dk-text-mute);
}
.decision-card__head strong {
    font-family: var(--font-mono); font-size: .8rem; color: #06101d;
    background: var(--brand-cyan); border-radius: 999px; padding: .2rem .55rem;
}
.decision-card__steps { list-style: none; margin: .9rem 0 0; padding: 0; display: grid; gap: .75rem; }
.decision-card__steps li {
    display: grid; grid-template-columns: 2.2rem minmax(0, 1fr); gap: .55rem .8rem;
    align-items: start;
}
.decision-card__steps li > span {
    grid-row: span 2; font-family: var(--font-mono); font-size: .75rem;
    font-weight: 700; color: var(--brand-cyan-lift); padding-top: .1rem;
}
.decision-card__steps b { color: #fff; font-size: .95rem; line-height: 1.25; }
.decision-card__steps small {
    grid-column: 2; color: var(--dk-text-mute); font-family: var(--font-body);
    font-size: .82rem; line-height: 1.45;
}
.decision-card__link {
    display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem;
    color: var(--brand-cyan-lift); font-size: .86rem; font-weight: 700;
}
.decision-card__link:hover { color: #fff; }

.conversion-strip__in { padding-block: clamp(2.25rem, 1.4rem + 2.4vw, 4rem); }
.conversion-strip__head {
    display: flex; align-items: end; justify-content: space-between; gap: 2rem;
    margin-bottom: 1.5rem;
}
.conversion-strip__head .eyebrow { margin-bottom: .45rem; }
.conversion-strip__head .h-section { max-width: 16ch; margin-bottom: 0; }
.conversion-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.conversion-card {
    border: 1px solid var(--n-200); border-radius: 8px; background: #fff;
    padding: 1.2rem; min-height: 100%; box-shadow: 0 10px 28px rgba(15, 18, 24, .05);
}
.conversion-card__icon {
    width: 2.35rem; height: 2.35rem; display: grid; place-items: center;
    color: var(--a-700); margin-bottom: .95rem;
}
.conversion-card__icon svg { width: 100%; height: 100%; }
.conversion-card h3 { font-size: 1rem; line-height: 1.3; color: var(--n-900); margin-bottom: .45rem; }
.conversion-card p {
    font-family: var(--font-body); font-size: .9rem; line-height: 1.62;
    color: var(--n-600); margin: 0;
}
.conversion-card--cta {
    background: linear-gradient(135deg, var(--nv-900), var(--nv-750));
    border-color: rgba(8, 119, 225, .45); color: var(--dk-text);
}
.conversion-card--cta h3 { color: #fff; }
.conversion-card--cta p { color: var(--dk-text-mute); margin-bottom: 1rem; }

/* ==========================================================================
   Pillar strip — the four capabilities from the brand artwork
   ========================================================================== */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); }
.pillar { padding: clamp(1.5rem, 1rem + 1.6vw, 2.25rem) clamp(1rem, .5rem + 1.4vw, 1.75rem); position: relative; }
.pillar + .pillar::before {
    content: ''; position: absolute; left: 0; top: 18%; bottom: 18%; width: 1px;
    background: linear-gradient(180deg, transparent, rgba(0, 194, 220, .28), transparent);
}
.pillar__icon { width: 40px; height: 40px; color: var(--brand-cyan); margin-bottom: 1rem; }
.pillar__icon svg { width: 100%; height: 100%; }
.pillar h3 { font-size: .8125rem; font-weight: 600; letter-spacing: var(--ls-caps); text-transform: uppercase;
             color: #fff; margin-bottom: .5rem; }
.pillar p { font-family: var(--font-body); font-size: .875rem; line-height: 1.65; color: var(--dk-text-mute); margin: 0; }

.strapline {
    display: flex; align-items: center; justify-content: center; gap: 1.25rem;
    padding-block: 1.5rem; border-top: 1px solid var(--dk-line-soft);
    font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
    color: var(--dk-text); text-align: center;
}
.strapline b { color: var(--brand-cyan); font-weight: 600; }
.strapline::before, .strapline::after {
    content: ''; height: 1px; flex: 1; max-width: 120px;
    background: linear-gradient(90deg, transparent, rgba(0, 194, 220, .5));
}
.strapline::after { background: linear-gradient(90deg, rgba(0, 194, 220, .5), transparent); }

/* ==========================================================================
   Services
   ========================================================================== */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.svc {
    background: #fff; border: 1px solid var(--n-200); border-radius: 14px;
    padding: clamp(1.5rem, 1rem + 1.2vw, 2rem); position: relative; overflow: hidden;
    transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out),
                transform var(--dur-base) var(--ease-out);
}
.svc::after {
    content: ''; position: absolute; inset-inline: 0; top: 0; height: 3px;
    background: var(--brand-gradient); transform: scaleX(0); transform-origin: left;
    transition: transform var(--dur-base) var(--ease-out);
}
.svc:hover { border-color: var(--a-200); box-shadow: 0 12px 34px rgba(8, 119, 225, .10); transform: translateY(-2px); }
.svc:hover::after { transform: scaleX(1); }
.svc__icon { width: 38px; height: 38px; color: var(--a-600); margin-bottom: 1.125rem; }
.svc__icon svg { width: 100%; height: 100%; }
.svc h3 { font-size: var(--ms-h3); font-weight: 600; letter-spacing: -.012em; color: var(--n-900); margin-bottom: .375rem; }
.svc__strap { font-size: .875rem; font-weight: 500; color: var(--a-700); margin-bottom: .875rem; }
.svc p { font-family: var(--font-body); font-size: .9375rem; line-height: 1.68; color: var(--n-600); margin: 0; }
.svc__list { margin-top: 1.125rem; padding-top: 1.125rem; border-top: 1px solid var(--n-100); display: grid; gap: .5rem; }
.svc__list li { display: flex; gap: .5rem; font-size: .8125rem; color: var(--n-600); align-items: flex-start; }
.svc__list svg { width: 14px; height: 14px; color: var(--a-500); flex: none; margin-top: .1875rem; }

/* ==========================================================================
   Work / portfolio
   ========================================================================== */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.75rem; }
.filter {
    min-height: 38px; padding: 0 1rem; border-radius: 999px; font-size: .8125rem; font-weight: 500;
    border: 1px solid var(--dk-line); background: rgba(255, 255, 255, .035); color: var(--dk-text);
    display: inline-flex; align-items: center; gap: .5rem;
    transition: border-color var(--dur-micro) var(--ease-out), background-color var(--dur-micro) var(--ease-out),
                color var(--dur-micro) var(--ease-out);
}
.filter:hover { border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .08); color: #fff; }
.filter[aria-pressed="true"] { background: var(--brand-gradient); border-color: transparent; color: #fff; font-weight: 600; }
.filter__n { font-family: var(--font-mono); font-size: .6875rem; opacity: .8; }

.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.work-grid--three { grid-template-columns: repeat(3, 1fr); }
.work {
    display: block; border-radius: 14px; overflow: hidden; position: relative;
    background: var(--dk-panel); border: 1px solid var(--dk-line);
    transition: border-color var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out),
                box-shadow var(--dur-base) var(--ease-out);
}
.work:hover { transform: translateY(-3px); border-color: rgba(255, 255, 255, .26); box-shadow: 0 20px 46px rgba(0, 0, 0, .42); }
.work__shot { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--nv-850); }
.work__shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left;
                  transition: transform 520ms var(--ease-out); }
.work:hover .work__shot img { transform: scale(1.028); }
.work__shot::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(3, 12, 28, .82) 100%);
}
.work__cat {
    position: absolute; left: .875rem; top: .875rem; z-index: 2;
    font-family: var(--font-mono); font-size: .625rem; letter-spacing: .08em; text-transform: uppercase;
    background: rgba(1, 7, 15, .78); border: 1px solid rgba(255, 255, 255, .16); color: #fff;
    border-radius: 999px; padding: .3125rem .6875rem; backdrop-filter: blur(6px);
}
.work__body { padding: 1.25rem 1.375rem 1.375rem; }
.work__title { display: flex; align-items: baseline; gap: .625rem; flex-wrap: wrap; }
.work__title h2,
.work__title h3 { font-size: 1.1875rem; font-weight: 600; color: #fff; letter-spacing: -.018em; }
.work__sector { font-size: .75rem; color: var(--dk-text-mute); }
.work p { font-family: var(--font-body); font-size: .9375rem; line-height: 1.62; color: var(--dk-text-mute);
          margin: .5rem 0 0; }
.work__meta { display: flex; align-items: center; gap: .5rem; margin-top: 1rem; flex-wrap: wrap; }
.tag {
    font-family: var(--font-mono); font-size: .6875rem; color: var(--dk-text-mute);
    border: 1px solid var(--dk-line); border-radius: 5px; padding: .1875rem .5rem;
}
.work__more { margin-left: auto; font-size: .8125rem; font-weight: 600; color: var(--brand-cyan-lift);
              display: inline-flex; align-items: center; gap: .375rem; }
.work:hover .work__more .btn__arrow { transform: translateX(3px); }
.work.is-hidden { display: none; }

.work-note {
    margin-top: 1.5rem; font-size: .8125rem; color: var(--dk-text-mute);
    display: flex; gap: .625rem; align-items: flex-start; max-width: 78ch;
}
.work-note svg { width: 15px; height: 15px; color: var(--brand-cyan); flex: none; margin-top: .1875rem; }

/* ==========================================================================
   Process — a real sequence, so the numbering carries information
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem 1.5rem; counter-reset: step; }
.step { position: relative; padding-top: 2.5rem; }
.step::before {
    counter-increment: step; content: counter(step, decimal-leading-zero);
    position: absolute; top: 0; left: 0;
    font-family: var(--font-mono); font-size: .8125rem; font-weight: 700; color: var(--a-600);
}
.step::after {
    content: ''; position: absolute; top: 1.75rem; left: 0; right: 0; height: 1px; background: var(--n-200);
}
.step:hover::after { background: var(--brand-gradient); }
.step h3 { font-size: 1.0625rem; font-weight: 600; color: var(--n-900); margin-bottom: .4375rem; letter-spacing: -.012em; }
.step p { font-family: var(--font-body); font-size: .9375rem; line-height: 1.66; color: var(--n-600); margin: 0; }

/* ==========================================================================
   Risk reversal
   ========================================================================== */
.risk-head { text-align: center; margin-bottom: clamp(2rem, 1.4rem + 1.8vw, 3rem); }
.risk-head .h-section { margin-inline: auto; }
.risks { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 1rem + 1.6vw, 2.5rem); }
.risk { display: flex; gap: 1.125rem; position: relative; }
.risk + .risk::before {
    content: ''; position: absolute; left: calc(-1 * clamp(.75rem, .5rem + .8vw, 1.25rem)); top: 6%; bottom: 6%;
    width: 1px; background: var(--n-300);
}
.risk__icon { width: 56px; height: 56px; flex: none; border-radius: 50%; display: grid; place-items: center;
              border: 2px solid var(--a-600); color: var(--a-600); }
.risk__icon svg { width: 26px; height: 26px; }
.risk h3 { font-size: 1.0625rem; font-weight: 700; color: var(--n-900); line-height: 1.28; margin-bottom: .4375rem; }
.risk p { font-family: var(--font-body); font-size: .9375rem; line-height: 1.62; color: var(--n-600); margin: 0; }

/* ==========================================================================
   About / proof
   ========================================================================== */
.about { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(2rem, 1rem + 4vw, 4rem); align-items: start; }
.about .lead { max-width: none; }
.proof { display: grid; gap: .875rem; }
.proof__item {
    background: var(--dk-panel); border: 1px solid var(--dk-line); border-radius: 12px;
    padding: 1.125rem 1.25rem; display: flex; gap: 1rem; align-items: flex-start;
}
.proof__k { font-family: var(--font-mono); font-size: 1.375rem; font-weight: 600; color: var(--brand-cyan-lift);
            line-height: 1.2; flex: none; min-width: 4.5rem; }
.proof__t { font-size: .875rem; font-weight: 600; color: #fff; }
.proof__s { font-family: var(--font-body); font-size: .8125rem; color: var(--dk-text-mute); margin-top: .1875rem; line-height: 1.55; }

.stack-strip { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.75rem; padding-top: 1.75rem;
               border-top: 1px solid var(--dk-line-soft); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { max-width: 62rem; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--n-200); }
.faq__item[open] { background: #fff; border-radius: 10px; border-bottom-color: transparent;
                   box-shadow: 0 1px 2px rgba(15, 18, 24, .06); }
.faq__q {
    list-style: none; display: flex; align-items: flex-start; gap: 1rem;
    padding: 1.125rem 1.25rem; font-size: 1.0625rem; font-weight: 600; color: var(--n-900);
    line-height: 1.45; letter-spacing: -.01em;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--a-700); }
.faq__sign { margin-left: auto; flex: none; width: 22px; height: 22px; position: relative; margin-top: .1875rem; }
.faq__sign::before, .faq__sign::after {
    content: ''; position: absolute; inset: 50% 0 auto; height: 2px; background: var(--a-600); border-radius: 2px;
    transition: transform var(--dur-base) var(--ease-out);
}
.faq__sign::after { transform: rotate(90deg); }
.faq__item[open] .faq__sign::after { transform: rotate(0deg); }
.faq__a { padding: 0 3.5rem 1.375rem 1.25rem; }
.faq__a p { font-family: var(--font-body); font-size: .9375rem; line-height: 1.72; color: var(--n-600); margin: 0; }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(2rem, 1rem + 4vw, 4rem); align-items: start; }
.contact__aside { position: sticky; top: 96px; }
.ways { display: grid; gap: .75rem; margin-top: 2rem; }
.way {
    display: flex; align-items: center; gap: .875rem; padding: 1rem 1.125rem;
    background: var(--dk-panel); border: 1px solid var(--dk-line); border-radius: 12px;
    transition: border-color var(--dur-micro) var(--ease-out), background-color var(--dur-micro) var(--ease-out);
}
.way:hover { border-color: rgba(0, 194, 220, .45); background: var(--dk-panel-2); }
.way__icon { width: 40px; height: 40px; flex: none; border-radius: 10px; display: grid; place-items: center;
             background: rgba(0, 194, 220, .12); color: var(--brand-cyan); }
.way__icon svg { width: 19px; height: 19px; }
.way__l { font-size: .6875rem; font-weight: 600; letter-spacing: var(--ls-caps); text-transform: uppercase; color: var(--dk-text-mute); }
.way__v { font-size: .9375rem; font-weight: 600; color: #fff; margin-top: .125rem; }
.way__v.mono { font-family: var(--font-mono); letter-spacing: -.01em; }

/* ---------- Form ---------- */
.form {
    background: rgba(255, 255, 255, .035); border: 1px solid var(--dk-line); border-radius: 16px;
    padding: clamp(1.5rem, 1rem + 1.6vw, 2.25rem);
}
.form-promise {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .6rem; margin: 0 0 1.25rem;
}
.form-promise span {
    display: flex; align-items: flex-start; gap: .45rem; min-width: 0;
    border: 1px solid var(--dk-line); border-radius: 8px;
    background: rgba(255, 255, 255, .04); padding: .7rem .75rem;
    color: var(--dk-text);
}
.form-promise svg { width: 16px; height: 16px; flex: none; color: var(--brand-cyan); margin-top: .1rem; }
.form-promise strong { font-size: .78rem; line-height: 1.35; font-weight: 700; }
.form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.125rem; }
.fld { display: flex; flex-direction: column; gap: .4375rem; min-width: 0; }
.fld--full { grid-column: 1 / -1; }
.fld label { font-size: .8125rem; font-weight: 600; color: var(--dk-text); }
.fld .req { color: var(--brand-cyan); margin-left: .1875rem; }
.fld .hint { font-size: .75rem; color: var(--dk-text-mute); }
.fld input, .fld select, .fld textarea {
    width: 100%; min-height: 48px; padding: .75rem .875rem; border-radius: 8px;
    background: rgba(1, 7, 15, .5); border: 1px solid rgba(255, 255, 255, .16); color: #fff;
    font-family: var(--font-ui); font-size: .9375rem;
    transition: border-color var(--dur-micro) var(--ease-out), background-color var(--dur-micro) var(--ease-out);
}
.fld textarea { min-height: 128px; resize: vertical; font-family: var(--font-body); line-height: 1.6; }
.fld select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%239aa6bb' stroke-width='1.8'%3E%3Cpath d='M4 6.5 8 10.5l4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right .875rem center; background-size: 16px; padding-right: 2.5rem;
}
.fld input::placeholder, .fld textarea::placeholder { color: var(--dk-placeholder); }
.fld input:hover, .fld select:hover, .fld textarea:hover { border-color: rgba(255, 255, 255, .3); }
.fld input:focus, .fld select:focus, .fld textarea:focus { border-color: var(--brand-cyan); background: rgba(1, 7, 15, .72); }
.fld [aria-invalid="true"] { border-color: var(--dk-err-line); background: rgba(207, 58, 48, .10); }
.fld__err { display: flex; align-items: flex-start; gap: .375rem; font-size: .8125rem; color: var(--dk-err-line); font-weight: 500; }
.fld__err svg { width: 14px; height: 14px; flex: none; margin-top: .125rem; }

.check { display: flex; gap: .75rem; align-items: flex-start; cursor: pointer; }
.check input { width: 24px; height: 24px; min-height: 0; flex: none; margin-top: 0; accent-color: var(--brand-blue); }
.check span { font-family: var(--font-body); font-size: .8125rem; line-height: 1.6; color: var(--dk-text-faint); }
.check a { color: #fff; font-weight: 600; background: rgba(255, 255, 255, .12);
           border-radius: 4px; padding: .0625rem .3125rem; }
.check a:hover { color: #fff; background: rgba(0, 194, 220, .34); }

.form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.5rem;
              padding-top: 1.5rem; border-top: 1px solid var(--dk-line-soft); }
.form__note { font-size: .8125rem; color: var(--dk-text-mute); flex: 1; min-width: 15rem; }
.form__foot .btn { white-space: normal; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.alert { display: flex; gap: .75rem; padding: 1rem 1.125rem; border-radius: 10px; margin-bottom: 1.5rem;
         font-size: .9375rem; line-height: 1.6; border: 1px solid; align-items: flex-start; }
.alert svg { width: 18px; height: 18px; flex: none; margin-top: .125rem; }
.alert--ok  { background: rgba(23, 145, 90, .12); border-color: rgba(23, 145, 90, .42); color: var(--dk-ok-fg); }
.alert--err { background: rgba(207, 58, 48, .12); border-color: rgba(207, 58, 48, .42); color: var(--dk-err-fg); }
.alert strong { color: #fff; }
.alert--ok strong { color: var(--dk-ok-strong); }

.is-busy { position: relative; }
.spin { width: 15px; height: 15px; border: 2px solid rgba(255, 255, 255, .35); border-top-color: #fff;
        border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .spin { animation-duration: 2.4s; } }

/* ==========================================================================
   Project detail
   ========================================================================== */
.crumbs { display: flex; flex-wrap: wrap; gap: .4375rem; font-size: .8125rem; color: var(--dk-text-mute);
          padding-block: 1.25rem; align-items: center; }
.crumbs a { color: var(--dk-text-mute); display: inline-flex; align-items: center; min-height: 28px;
            padding-inline: .375rem; margin-inline: -.375rem; border-radius: 5px; }
.crumbs a:hover { color: var(--brand-cyan-lift); background: rgba(255, 255, 255, .06); }
.crumbs [aria-current] { color: #fff; font-weight: 500; }
.crumbs svg { width: 13px; height: 13px; opacity: .5; }

.proj-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .82fr); gap: clamp(2rem, 1rem + 3vw, 3.5rem); align-items: center; }
.proj-shot { border-radius: 14px; overflow: hidden; border: 1px solid var(--dk-line);
             box-shadow: 0 26px 60px rgba(0, 0, 0, .5); }
.proj-shot img { width: 100%; height: auto; display: block; }
.proj-shot figcaption { font-size: .75rem; color: var(--dk-text-mute); padding: .75rem 1rem;
                        background: rgba(1, 7, 15, .5); border-top: 1px solid var(--dk-line-soft); }
.proj-body { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: clamp(2rem, 1rem + 4vw, 4rem); align-items: start; }
.prose-block + .prose-block { margin-top: 2.25rem; }
.prose-block h2 { font-size: 1.25rem; font-weight: 600; color: var(--n-900); margin-bottom: .625rem; letter-spacing: -.015em; }
.prose-block p { font-family: var(--font-body); font-size: 1rem; line-height: 1.75; color: var(--n-600); margin: 0; }
.side-card { background: #fff; border: 1px solid var(--n-200); border-radius: 14px; padding: 1.5rem; }
.side-card + .side-card { margin-top: 1rem; }
.side-card h2 { font-size: .75rem; font-weight: 600; letter-spacing: var(--ls-caps); text-transform: uppercase;
                color: var(--n-600); margin-bottom: .875rem; }
.cap-list { display: grid; gap: .625rem; }
.cap-list li { display: flex; gap: .5625rem; font-size: .875rem; line-height: 1.55; color: var(--n-700); align-items: flex-start; }
.cap-list svg { width: 15px; height: 15px; color: var(--a-500); flex: none; margin-top: .1875rem; }
.tag--light { color: var(--n-600); border-color: var(--n-300); background: var(--n-50); }

.pager { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.pager__i { border: 1px solid var(--dk-line); border-radius: 12px; padding: 1.125rem 1.25rem; background: var(--dk-panel); }
.pager__i:hover { border-color: rgba(255, 255, 255, .26); background: var(--dk-panel-2); }
.pager__l { font-size: .6875rem; letter-spacing: var(--ls-caps); text-transform: uppercase; color: var(--dk-text-mute); }
.pager__n { font-size: 1.0625rem; font-weight: 600; color: #fff; margin-top: .25rem; }
.pager__i--next { text-align: right; }

/* ==========================================================================
   Footer
   ========================================================================== */
.ftr { background: var(--dk-bg-deep); border-top: 1px solid var(--dk-line); position: relative; overflow: hidden; }
.ftr__in { padding-block: clamp(2.5rem, 1.5rem + 3vw, 4rem) 1.5rem; position: relative; z-index: 1; }
.ftr__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 2rem; }
.ftr__logo { height: 34px; width: auto; margin-bottom: 1rem; }
.ftr p { font-family: var(--font-body); font-size: .875rem; line-height: 1.7; color: var(--dk-text-mute); margin: 0; max-width: 34ch; }
.ftr h2 { font-size: .6875rem; font-weight: 600; letter-spacing: var(--ls-caps); text-transform: uppercase;
          color: var(--dk-text-mute); margin-bottom: .875rem; }
.ftr__list { display: grid; gap: .375rem; }
.ftr__list a, .ftr__list span { font-size: .875rem; color: var(--dk-text); }
.ftr__list a { display: inline-flex; align-items: center; min-height: 28px; align-self: start;
               padding-inline: .375rem; margin-inline: -.375rem; border-radius: 5px; }
.ftr__list a:hover { background: rgba(255, 255, 255, .07); }
.ftr__list a:hover { color: var(--brand-cyan-lift); }
.ftr__bottom { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; align-items: center;
               margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--dk-line-soft);
               font-size: .8125rem; color: var(--dk-text-mute); }
.ftr__bottom nav { display: flex; gap: 1.25rem; margin-left: auto; flex-wrap: wrap; }
.ftr__bottom a { color: var(--dk-text-mute); display: inline-flex; align-items: center; min-height: 28px;
                 padding-inline: .375rem; margin-inline: -.375rem; border-radius: 5px; }
.ftr__bottom a:hover { color: var(--brand-cyan-lift); background: rgba(255, 255, 255, .07); }

/* ==========================================================================
   Simple content pages
   ========================================================================== */
.doc { max-width: 46rem; }
.doc h2 { font-size: 1.25rem; font-weight: 600; color: var(--n-900); margin: 2.25rem 0 .625rem; letter-spacing: -.015em; }
.doc h2:first-of-type { margin-top: 1.5rem; }
.doc p, .doc li { font-family: var(--font-body); font-size: 1rem; line-height: 1.75; color: var(--n-600); }
.doc p { margin: 0 0 1rem; }
.doc ul { margin: 0 0 1rem; padding-left: 1.125rem; display: grid; gap: .5rem; list-style: disc; }
.doc a { color: var(--a-700); font-weight: 600; border-radius: 3px; }
.doc a:hover { color: var(--a-800); background: var(--a-50); box-shadow: 0 0 0 3px var(--a-50); }
.doc__meta { font-size: .8125rem; color: var(--n-600); font-family: var(--font-mono); }

.center-page { text-align: center; max-width: 40rem; margin-inline: auto; }
.center-page .lead { margin-inline: auto; }
.center-page .hero__actions { justify-content: center; }
.ref-badge {
    display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-mono); font-size: .9375rem;
    background: rgba(0, 194, 220, .12); border: 1px solid rgba(0, 194, 220, .35); color: var(--brand-cyan-lift);
    border-radius: 999px; padding: .5rem 1.125rem; margin-top: 1.5rem;
}

/* ==========================================================================
   Reveal on scroll — opacity and transform only
   ========================================================================== */
/* Hidden only when the script that reveals it is confirmed to be running. */
.js .reveal { opacity: 0; transform: translateY(14px);
              transition: opacity 620ms var(--ease-out), transform 620ms var(--ease-out); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
    .hero__in { grid-template-columns: 1fr; }
    .hero__visual { max-width: 720px; width: 100%; margin-inline: auto; }
    .stack { max-width: 620px; margin: 1rem auto 1rem; }
    .decision-card { margin-inline: auto; }
    .about, .contact, .proj-head, .proj-body { grid-template-columns: 1fr; }
    .contact__aside { position: static; }
    .ftr__grid { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .hdr__nav, .hdr__cta, .hdr__tel, .hdr__portal { display: none; }
    .burger { display: inline-flex; }
    .pillars { grid-template-columns: repeat(2, 1fr); }
    .pillar:nth-child(3)::before { display: none; }
    .pillar:nth-child(n+3) { border-top: 1px solid var(--dk-line-soft); }
    .risks { grid-template-columns: 1fr; }
    .risk + .risk::before { display: none; }
    .risk + .risk { padding-top: 1.5rem; border-top: 1px solid var(--n-300); }
    .conversion-strip__head { display: block; }
    .conversion-strip__head .h-section { max-width: 22ch; }
    .conversion-strip__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1080px) {
    .work-grid--three { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
    .svc-grid, .work-grid, .work-grid--three, .form__grid, .pager { grid-template-columns: 1fr; }
    .hero-proof, .conversion-strip__grid, .form-promise { grid-template-columns: 1fr; }
    .hero__in { padding-block: 1.7rem 2.25rem; gap: 1.5rem; }
    .hero .lead { line-height: 1.56; margin-top: .85rem; }
    .hero__promise { line-height: 1.56; margin-top: .75rem; }
    .hero__actions { margin-top: 1.25rem; }
    .hero__visual, .hero-proof, .hero__trust { display: none; }
    .steps { grid-template-columns: 1fr; }
    .strapline::before, .strapline::after { display: none; }
    .strapline { letter-spacing: .12em; font-size: .6875rem; }
    .ftr__bottom nav { margin-left: 0; }
}
@media (max-width: 560px) {
    .pillars { grid-template-columns: 1fr; }
    .pillar + .pillar::before { display: none; }
    .pillar + .pillar { border-top: 1px solid var(--dk-line-soft); }
    .ftr__grid { grid-template-columns: 1fr; }
    .btn { width: 100%; }
    .hero__actions .btn { width: 100%; }
    .stack__cap { position: static; margin-top: 2rem; }
}

/* Keep data tables and long strings from forcing a scrollbar at 320px. */
@media (max-width: 380px) {
    .way__v.mono { font-size: .875rem; }
    .h-display { letter-spacing: -.028em; }
}

@media print {
    html body .hdr, html body .announce, html body .drawer, html body .scrim,
    html body .hero__wave, html body .filters, html body .form,
    html body .ftr__bottom nav { display: none; }
    html body .band--dark, html body .band--deep, html body .hero { background: #fff; color: #000; }
    html body .h-display, html body .h-section,
    html body .work__title h2, html body .work__title h3 { color: #000; }
    html body .grad { color: #000; -webkit-text-fill-color: #000; background: none; }
    html body .lead, html body .band--dark .lead, html body .hero .lead { color: #222; }
}

/* ==========================================================================
   Portfolio carousel — one project at a time, so each build gets its own
   moment instead of eleven cards reading as one texture.
   ========================================================================== */
.carousel { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto;
            align-items: center; gap: clamp(.5rem, .2rem + 1vw, 1.25rem); }
.carousel__viewport {
    overflow: hidden;
    overflow: clip;
    min-width: 0;
    max-width: 100%;
    border-radius: 16px;
    contain: layout paint;
}
.carousel__track {
    display: flex; width: 100%; margin: 0; padding: 0; list-style: none;
    transition: transform 620ms var(--ease-out);
}
@media (prefers-reduced-motion: reduce) { .carousel__track { transition: none; } }
.carousel__slide { flex: 0 0 100%; min-width: 0; }

.carousel__nav {
    width: 48px; height: 48px; flex: none; border-radius: 50%;
    border: 1px solid var(--dk-line); background: rgba(255, 255, 255, .05); color: var(--dk-text-strong);
    display: grid; place-items: center;
    transition: background-color var(--dur-micro) var(--ease-out), border-color var(--dur-micro) var(--ease-out),
                transform var(--dur-micro) var(--ease-out);
}
.carousel__nav svg { width: 20px; height: 20px; }
.carousel__nav--prev svg { transform: rotate(180deg); }
.carousel__nav:hover { background: var(--brand-gradient); border-color: transparent; transform: scale(1.06); }
.carousel__nav:disabled { opacity: .35; transform: none; background: rgba(255, 255, 255, .05); }

.carousel__foot { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.carousel__dots { display: flex; gap: .4375rem; flex-wrap: wrap; }
.carousel__dot {
    width: 30px; height: 24px; padding: 0; border: 0; background: none; position: relative;
}
.carousel__dot::after {
    content: ''; position: absolute; inset: 50% 2px auto; height: 3px; border-radius: 3px;
    background: rgba(255, 255, 255, .22); transform: translateY(-50%);
    transition: background-color var(--dur-micro) var(--ease-out);
}
.carousel__dot:hover::after { background: rgba(255, 255, 255, .48); }
.carousel__dot[aria-selected="true"]::after { background: var(--brand-gradient); }
.carousel__counter { font-family: var(--font-mono); font-size: .8125rem; color: var(--dk-text-mute); margin: 0; }
.carousel__play {
    margin-left: auto; display: inline-flex; align-items: center; gap: .5rem; min-height: 36px;
    padding: 0 .875rem; border-radius: 999px; border: 1px solid var(--dk-line);
    background: rgba(255, 255, 255, .04); color: var(--dk-text); font-size: .8125rem;
}
.carousel__play:hover { border-color: rgba(255, 255, 255, .3); color: #fff; }
.carousel__play-icon { width: 9px; height: 10px; flex: none; background: currentColor;
    clip-path: polygon(0 0, 100% 50%, 0 100%); }
.carousel__play[aria-pressed="true"] .carousel__play-icon {
    clip-path: polygon(0 0, 35% 0, 35% 100%, 0 100%, 0 0, 65% 0, 100% 0, 100% 100%, 65% 100%, 65% 0);
}

/* ---------- the slide itself ---------- */
.showcase {
    display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(0, 1fr);
    background: var(--dk-panel); border: 1px solid var(--dk-line); border-radius: 16px; overflow: hidden;
    min-height: 460px;
}
.showcase__shot { position: relative; overflow: hidden; background: var(--nv-850); display: block; }
.showcase__shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left; display: block; }
.showcase__shot::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(100deg, transparent 58%, rgba(3, 12, 28, .55) 100%);
}
.showcase__body { padding: clamp(1.5rem, 1rem + 1.6vw, 2.25rem); display: flex; flex-direction: column;
                  border-left: 1px solid var(--dk-line-soft); }
.showcase__eyebrow {
    display: flex; align-items: center; gap: .5rem; margin: 0 0 .625rem;
    font-family: var(--font-mono); font-size: .6875rem; letter-spacing: .07em; text-transform: uppercase;
    color: var(--dk-text-mute);
}
.showcase__dot { width: 8px; height: 8px; border-radius: 50%; flex: none;
                 background: var(--proj-accent, var(--brand-cyan)); }
.showcase__name { font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem); font-weight: 600; color: #fff;
                  letter-spacing: -.026em; margin: 0 0 .5rem; line-height: 1.12; }
.showcase__strap { font-family: var(--font-body); font-size: 1rem; line-height: 1.6;
                   color: var(--dk-text); margin: 0 0 1.25rem; }
.showcase__caps { display: grid; gap: .5rem; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.showcase__caps li { display: flex; gap: .5rem; align-items: flex-start; font-size: .875rem;
                     line-height: 1.5; color: var(--dk-text-mute); }
.showcase__caps svg { width: 14px; height: 14px; flex: none; margin-top: .1875rem;
                      color: var(--proj-accent, var(--brand-cyan)); }
.showcase__meta { display: flex; flex-wrap: wrap; gap: .375rem; margin-bottom: 1.5rem; }
.showcase__actions { display: flex; flex-wrap: wrap; gap: .625rem; margin-top: auto; }

/* ==========================================================================
   Headline statistics
   ========================================================================== */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: clamp(1rem, .6rem + 1.4vw, 2rem); }
.stat-cell { position: relative; padding-left: 1.125rem; }
.stat-cell::before {
    content: ''; position: absolute; left: 0; top: .25rem; bottom: .25rem; width: 2px; border-radius: 2px;
    background: var(--brand-gradient);
}
.stat-cell__v { font-family: var(--font-mono); font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.5rem);
                font-weight: 600; color: #fff; letter-spacing: -.03em; line-height: 1.05; margin: 0; }
.stat-cell__l { font-size: .8125rem; font-weight: 600; letter-spacing: var(--ls-caps); text-transform: uppercase;
                color: var(--brand-cyan-lift); margin: .4375rem 0 0; }
.stat-cell__n { font-family: var(--font-body); font-size: .8125rem; line-height: 1.55;
                color: var(--dk-text-mute); margin: .375rem 0 0; }

/* ==========================================================================
   Value-added service — what comes with every engagement
   ========================================================================== */
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.included {
    position: relative; background: #fff; border: 1px solid var(--n-200); border-radius: 14px;
    padding: 1.75rem 1.5rem 1.5rem;
    transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out),
                transform var(--dur-base) var(--ease-out);
}
.included:hover { border-color: var(--a-200); box-shadow: 0 12px 30px rgba(8, 119, 225, .10); transform: translateY(-2px); }
.included__n { position: absolute; top: 1rem; right: 1.25rem; font-family: var(--font-mono);
               font-size: .75rem; font-weight: 700; color: var(--n-300); }
.included__icon { width: 34px; height: 34px; color: var(--a-600); margin-bottom: 1rem; }
.included__icon svg { width: 100%; height: 100%; }
.included h3 { font-size: 1.0625rem; font-weight: 600; color: var(--n-900); letter-spacing: -.012em;
               margin-bottom: .3125rem; }
.included__strap { font-size: .875rem; font-weight: 500; color: var(--a-700); margin-bottom: .75rem; }
.included p { font-family: var(--font-body); font-size: .9375rem; line-height: 1.66; color: var(--n-600); margin: 0; }

.included__cta {
    display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 1.75rem;
    padding: clamp(1.5rem, 1rem + 1.4vw, 2rem); border-radius: 14px;
    background: linear-gradient(102deg, var(--nv-900), var(--nv-750));
}
.included__cta h3 { font-size: 1.25rem; font-weight: 600; color: #fff; letter-spacing: -.018em; margin-bottom: .375rem; }
.included__cta p { font-family: var(--font-body); font-size: .9375rem; line-height: 1.65;
                   color: var(--dk-text-mute); margin: 0; max-width: 62ch; }
.included__cta .btn { margin-left: auto; flex: none; }

/* ==========================================================================
   HTML sitemap
   ========================================================================== */
.sitemap { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 1rem + 2vw, 2.75rem); }
.sitemap section h2 { font-size: .75rem; font-weight: 600; letter-spacing: var(--ls-caps); text-transform: uppercase;
                      color: var(--n-500); margin-bottom: .875rem; padding-bottom: .625rem;
                      border-bottom: 1px solid var(--n-200); }
.sitemap ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .25rem; }
.sitemap a { display: inline-flex; align-items: center; min-height: 28px; padding-inline: .375rem;
             margin-inline: -.375rem; border-radius: 5px; font-size: .9375rem; color: var(--n-700); font-weight: 500; }
.sitemap a:hover { color: var(--a-700); background: var(--a-50); }
.sitemap li span { display: block; font-size: .8125rem; color: var(--n-500); padding-inline: .375rem;
                   margin: -.125rem 0 .375rem; }

@media (max-width: 1080px) {
    .stats { grid-template-columns: repeat(2, 1fr); }
    .included-grid, .sitemap { grid-template-columns: repeat(2, 1fr); }
    .showcase { grid-template-columns: 1fr; min-height: 0; }
    .showcase__shot { aspect-ratio: 16 / 10; }
    .showcase__body { border-left: 0; border-top: 1px solid var(--dk-line-soft); }
    .included__cta .btn { margin-left: 0; }
}
@media (max-width: 720px) {
    .stats, .included-grid, .sitemap { grid-template-columns: 1fr; }
    .carousel { grid-template-columns: 1fr; }
    .carousel__nav { display: none; }
    .carousel__foot { justify-content: space-between; }
    .carousel__play { margin-left: 0; }
    .showcase__caps li:nth-child(n+4) { display: none; }
}

.doc h3 { font-size: 1.0625rem; font-weight: 600; color: var(--n-800); margin: 1.75rem 0 .5rem;
          letter-spacing: -.008em; }
.doc h2 + h3 { margin-top: 1rem; }
.doc strong { color: var(--n-800); font-weight: 600; }

/* The whole slide is clickable through the one real link, so the screenshot
   does not need to be a second link to the same place. */
.showcase { position: relative; }
.showcase__link::after { content: ''; position: absolute; inset: 0; z-index: 1; border-radius: 16px; }
.showcase__actions .btn { position: relative; z-index: 2; }
.showcase:hover .showcase__shot img { transform: scale(1.015); }
.showcase__shot img { transition: transform 520ms var(--ease-out); }

/* ==========================================================================
   Client sign-in on the home page
   ========================================================================== */
.signin { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
          gap: clamp(2rem, 1rem + 4vw, 4rem); align-items: center; }
.signin__panel { background: rgba(255, 255, 255, .035); border: 1px solid var(--dk-line);
                 border-radius: 16px; padding: clamp(1.5rem, 1rem + 1.6vw, 2.25rem); }
.signin__panel .form { background: none; border: 0; border-radius: 0; padding: 0; }
.signin__title { font-size: 1.375rem; font-weight: 600; color: #fff; letter-spacing: -.02em; margin: 0 0 .375rem; }
.signin__sub { font-family: var(--font-body); font-size: .9375rem; line-height: 1.6;
               color: var(--dk-text-mute); margin: 0; }
.signin__foot { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin-top: 1.25rem;
                padding-top: 1.25rem; border-top: 1px solid var(--dk-line-soft); }
.signin__foot a { display: inline-flex; align-items: center; min-height: 28px; padding-inline: .375rem;
                  margin-inline: -.375rem; border-radius: 5px; font-size: .875rem; font-weight: 600;
                  color: var(--brand-cyan-lift); }
.signin__foot a:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.signin__note { font-family: var(--font-body); font-size: .8125rem; line-height: 1.6;
                color: var(--dk-text-mute); margin: 1rem 0 0; }
.signin__note a { color: var(--brand-cyan-lift); font-weight: 600; }
.signin__note a:hover { color: #fff; }

.hdr__portal { display: inline-flex; align-items: center; gap: .4375rem; flex: none; }
.hdr__portal svg { width: 15px; height: 15px; }

@media (max-width: 1180px) { .hdr__tel { display: none; } }
@media (max-width: 1080px) { .signin { grid-template-columns: 1fr; } }

/* ==================================================== client testimonials
   Borrowed courage, placed where doubt peaks. Renders only once a quote is
   collected and published — the site never speaks in a client's voice. */
.tsay { margin: 1.6rem 0 0; padding: 0 0 0 1.1rem; border-left: 3px solid var(--brand-cyan); }
.tsay__q { margin: 0; font-size: 1.02rem; line-height: 1.65; font-style: italic; color: inherit; quotes: '\201C' '\201D'; }
.tsay__q::before { content: open-quote; } .tsay__q::after { content: close-quote; }
.tsay__by { margin-top: .45rem; font-size: .86rem; font-weight: 600; opacity: .85; }
.tsay__org { font-weight: 400; opacity: .8; }
.tsay--hero { max-width: 34rem; }
.tsay--hero .tsay__q { font-size: .98rem; }
.tsay--form { margin-top: 1.4rem; }
.tsay--case { margin: 0 0 1.4rem; }
.about-proof { margin-top: 1.1rem; font-size: .95rem; line-height: 1.7; opacity: .85; }
.contact-human { margin: .9rem 0 0; font-size: .95rem; font-weight: 600; }
.contact-privacy { display: block; font-weight: 400; opacity: .8; margin-top: .25rem; }
.announce__until { opacity: .85; font-weight: 600; }

/* ------------------------------------------------- enquiry attachments */
.attach input[type="file"] { width: 100%; padding: .8rem; border: 1.5px dashed var(--dk-line, #2a3a5c);
    border-radius: 10px; background: transparent; color: inherit; cursor: pointer; }
.attach input[type="file"]::file-selector-button { background: var(--brand-cyan); color: #04121f;
    border: 0; border-radius: 8px; padding: .5rem .9rem; font: inherit; font-weight: 600;
    margin-right: .8rem; cursor: pointer; }
.attach__hint { margin: .45rem 0 0; font-size: .84rem; opacity: .75; line-height: 1.55; }
.attach__list { list-style: none; margin: .6rem 0 0; padding: 0; display: grid; gap: 4px;
    font-size: .86rem; }
.attach__list li { padding-left: 1.1rem; position: relative; }
.attach__list li::before { content: '\2713'; position: absolute; left: 0; color: var(--brand-cyan); }
.attach__list li.is-over { color: #ffb4b7; } .attach__list li.is-over::before { content: '\2717'; color: #ffb4b7; }

/* ---------------------------------------------------------- NDA on-form */
.nda { margin-top: 1.1rem; border: 1px solid var(--dk-line, #2a3a5c); border-radius: 12px;
       padding: .95rem 1.05rem; background: rgba(0, 167, 196, .05); }
.nda__row { display: flex; gap: .8rem; align-items: center; flex-wrap: wrap; }
.nda__icon { display: flex; color: var(--brand-cyan); } .nda__icon svg { width: 20px; height: 20px; }
.nda__text { flex: 1 1 24rem; font-size: .9rem; line-height: 1.6; }
.nda__done { display: flex; gap: .55rem; align-items: center; font-size: .9rem; }
.nda__done svg { width: 17px; height: 17px; color: var(--brand-cyan); flex: none; }
.nda__remove { background: none; border: 0; color: inherit; opacity: .7; text-decoration: underline;
    cursor: pointer; font: inherit; font-size: .84rem; margin-left: auto; }

/* ------------------------------------------------------------ NDA modal */
.ndam { position: fixed; inset: 0; z-index: 1200; display: flex; align-items: center;
        justify-content: center; padding: 1rem; }
.ndam[hidden] { display: none !important; }
html.nda-lock, html.nda-lock body { overflow: hidden; }
.ndam__scrim { position: absolute; inset: 0; background: rgba(3, 12, 28, .78); }
.ndam__panel { position: relative; width: min(860px, 100%); max-height: 94vh;
    max-height: calc(100dvh - 2rem); display: flex;
    /* An opaque surface, deliberately not the glass token: a floating dialog
       must never let the page ghost through it. */
    flex-direction: column; background: #0a1626; color: var(--dk-text, #dbe4f3);
    border: 1px solid var(--dk-line, #17233f); border-radius: 16px; overflow: hidden; }
.ndam__head { display: flex; align-items: center; justify-content: space-between;
    padding: .95rem 1.2rem; border-bottom: 1px solid var(--dk-line, #17233f); }
.ndam__head h3 { margin: 0; font-size: 1.05rem; color: #fff; }
.ndam__x { background: none; border: 0; color: inherit; font-size: 1.6rem; line-height: 1;
    cursor: pointer; opacity: .8; padding: 0 .2rem; }
.ndam__x:hover { opacity: 1; }
.ndam__toolbar { margin: 0; padding: .55rem 1.1rem; font-size: .84rem; opacity: .85;
                 border-bottom: 1px solid var(--dk-line, #17233f); }
.ndam__doc { flex: 0 1 auto; min-height: 200px; max-height: clamp(260px, 44vh, 520px);
             overflow-y: auto; background: #1c2333; padding: .9rem;
             scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.ndam__doc:focus-visible { outline: 2px solid var(--brand-cyan); outline-offset: -2px; }
.ndam__doc img { display: block; width: 100%; height: auto; margin: 0 auto .9rem;
                 border-radius: 6px; box-shadow: 0 2px 14px rgba(0, 0, 0, .45); background: #fff; }
.ndam__doc img:last-child { margin-bottom: 0; }
@media (max-height: 720px) { .ndam__doc { max-height: 30vh; } }
.ndam__sign { flex: 1 1 auto; min-height: 0; padding: 1rem 1.2rem 1.2rem; overflow: auto; }
.ndam__lead { margin: 0 0 .9rem; font-size: .84rem; line-height: 1.6; opacity: .8; }
.ndam__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.ndam__sign input[type="text"], .ndam__sigslot input { font-size: max(16px, 1rem); }
.ndam__sigslot { display: block; }
.ndam__sigslot input { display: block; width: 100%; color: inherit;
    background: var(--dk-bg, #070f22); border: 1px solid var(--dk-line, #17233f);
    border-radius: 10px; padding: .55rem .7rem; cursor: pointer; }
.ndam__sigslot input::file-selector-button { background: var(--brand-cyan); color: #04121f;
    border: 0; border-radius: 7px; padding: .4rem .8rem; margin-right: .7rem;
    font: inherit; font-weight: 600; cursor: pointer; }
@media (max-width: 640px) { .ndam__grid { grid-template-columns: 1fr; } }
.ndam__agree { margin: .7rem 0 0; }
.ndam__actions { display: flex; justify-content: flex-end; gap: .7rem; margin-top: 1rem;
    position: sticky; bottom: -1.2rem; background: #0a1626; padding: .8rem 0 1.2rem;
    margin-bottom: -1.2rem; }
.attach__list li { display: flex; align-items: center; gap: .6rem; }
.attach__rm { margin-left: auto; background: none; border: 1px solid var(--dk-line, #2a3a5c);
    color: inherit; border-radius: 7px; font: inherit; font-size: .78rem; padding: .12rem .55rem;
    cursor: pointer; opacity: .8; }
.attach__rm:hover { opacity: 1; border-color: var(--brand-cyan); }

/* ============================================================ refer page */
.refer .band__inner { padding-top: 4.5rem; }
.refer__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 3rem; }
@media (max-width: 900px) { .refer__grid { grid-template-columns: 1fr; } }
.refer__points { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: .6rem; }
.refer__points li { display: flex; gap: .55rem; align-items: flex-start; }
.refer__points svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--brand-cyan); }
.refer__formwrap { background: var(--dk-panel, rgba(255,255,255,.035)); border: 1px solid var(--dk-line, #17233f);
    border-radius: 16px; padding: 1.8rem 1.6rem; }
.refer__sub { font-size: 1rem; margin: 1.3rem 0 .8rem; color: inherit; }
.refer__sub:first-of-type { margin-top: 0; }
.refer__privacy { font-size: .85rem; opacity: .8; margin: 1rem 0 1.2rem; }
.refer__hp { position: absolute; left: -9999px; }
.refer__thanks { text-align: center; padding: 1.4rem .6rem; }
.refer__thanks svg { width: 44px; height: 44px; color: var(--brand-cyan); margin-bottom: .6rem; }
.refer__thanks h2 { margin: 0 0 .7rem; }
.refer__thanks p { margin: 0 0 1.3rem; line-height: 1.7; opacity: .9; }
.check-line { display: flex; gap: .6rem; align-items: flex-start; margin: 0 0 .9rem; cursor: pointer;
    font-size: .95rem; line-height: 1.55; }
.check-line input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--brand-cyan);
    cursor: pointer; flex: none; }

/* ============================================ AI & machine learning ==== */
.intel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: clamp(1rem, .6rem + 1.2vw, 1.6rem); margin-top: 2.4rem; }
.intel { background: var(--dk-panel, rgba(255,255,255,.035)); border: 1px solid var(--dk-line, #17233f);
    border-radius: 14px; padding: 1.4rem; }
.intel__ico { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
    background: rgba(0,167,196,.14); margin-bottom: .8rem; }
.intel__ico svg { width: 20px; height: 20px; color: var(--brand-cyan, #00A7C4); }
.intel h3 { margin: 0 0 .45rem; font-size: 1.05rem; color: var(--dk-text-strong, #fff); }
.intel p { margin: 0; line-height: 1.65; color: var(--dk-text-mute, #9aa7bf); font-size: .95rem; }
.intel__proof { margin-top: 2rem; display: grid; gap: .9rem; }
.intel__proof p { display: flex; gap: .7rem; align-items: flex-start; margin: 0; line-height: 1.7; }
.intel__proof svg { width: 20px; height: 20px; flex: none; margin-top: 3px; color: var(--brand-cyan, #00A7C4); }
.intel__caveat { opacity: .8; font-size: .93rem; }
.intel__caveat svg { color: var(--dk-text-mute, #9aa7bf); }

/* ==================================================== speed to deliver ==== */
.speed-steps { list-style: none; counter-reset: sp; margin: 2.2rem 0 0; padding: 0;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.4rem; }
.speed-steps li { display: flex; gap: .9rem; align-items: flex-start; }
.speed-steps__n { width: 2rem; height: 2rem; flex: none; border-radius: 50%; display: grid; place-items: center;
    background: var(--brand-cyan, #00A7C4); color: #04121f; font-weight: 700; }
.speed-steps h3 { margin: .15rem 0 .35rem; font-size: 1.02rem; color: inherit; }
.speed-steps p { margin: 0; line-height: 1.65; font-size: .95rem; }
.speed-note { display: flex; gap: .7rem; align-items: flex-start; margin: 2rem 0 0;
    padding: 1rem 1.2rem; border-radius: 12px; background: rgba(0,167,196,.07);
    border: 1px solid rgba(0,167,196,.25); line-height: 1.65; }
.speed-note svg { width: 20px; height: 20px; flex: none; margin-top: 2px; color: var(--brand-cyan, #00A7C4); }

/* ======================================================== free quote ==== */
.fq { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: clamp(1.6rem, 1rem + 2vw, 3rem); align-items: start; }
@media (max-width: 900px) { .fq { grid-template-columns: 1fr; } }
.fq__list { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: .8rem; }
.fq__list li { display: flex; gap: .7rem; align-items: flex-start; line-height: 1.65; }
.fq__list svg { width: 19px; height: 19px; flex: none; margin-top: 3px; color: var(--brand-cyan, #00A7C4); }
.fq__actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.fq__side { background: var(--lt-panel, #f4f7fb); border: 1px solid var(--lt-line, #e2e8f2);
    border-radius: 16px; padding: 1.6rem; }
.fq__side h3 { margin: 0 0 .5rem; font-size: 1.1rem; }
.fq__side-lead { margin: 0 0 1rem; font-size: .95rem; line-height: 1.6; opacity: .85; }
.fq__ask { margin: 0 0 1.2rem; padding-left: 1.1rem; display: grid; gap: .55rem; line-height: 1.55; font-size: .95rem; }
.fq__side-foot { display: flex; gap: .6rem; align-items: flex-start; margin: 0; font-size: .87rem;
    line-height: 1.6; opacity: .8; }
.fq__side-foot svg { width: 16px; height: 16px; flex: none; margin-top: 3px; }
/* A secondary action that stays legible on light bands. */
.btn--outline { background: transparent; color: var(--lt-ink, #101828);
    border: 1px solid var(--lt-line, #cfd8e6); }
.btn--outline:hover { border-color: var(--brand-cyan, #00A7C4); color: var(--brand-cyan, #00A7C4); }
.fq__list li > span { display: block; }

/* =============================================================================
   LAYOUT RHYTHM — no orphan rows
   =============================================================================
   A grid that leaves one lonely card on a row reads as unfinished. Two rules
   are used here: where the number of items is fixed in the markup, the column
   count is chosen so the items always divide evenly; where an administrator can
   add or remove items, the columns are capped and the row is centred, so an odd
   final item sits deliberately rather than stranded against the left edge.
   ============================================================================= */

/* Six capability cards: three and three, then two and two, then one. */
.intel-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1150px) { .intel-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px)  { .intel-grid { grid-template-columns: 1fr; } }

/* Four delivery steps: four across, or two by two. Never a stranded fourth. */
.speed-steps { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1150px) { .speed-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px)  { .speed-steps { grid-template-columns: 1fr; } }

/* Counts the administrator controls, statistics and service pillars.
   Flex rather than grid here on purpose: grid's justify-content centres the
   whole block of tracks, which still leaves a final lone item pinned to the
   left with the rest of the row empty. Flex wrapping centres each row on its
   own, so five items read as three and two rather than four and a straggler. */
.stats, .pillars {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.stats > *, .pillars > * { flex: 1 1 12.5rem; max-width: 15rem; }
@media (max-width: 620px) {
    .stats > *, .pillars > * { flex: 1 1 100%; max-width: none; }
}

/* A lone final service card takes the full width rather than leaving a hole. */
.svc-grid > :last-child:nth-child(odd) { grid-column: 1 / -1; }
@media (max-width: 620px) { .svc-grid > :last-child:nth-child(odd) { grid-column: auto; } }

/* ============================================================ Careers / jobs
   Public job board, role page and application form. Uses the shared band /
   shell / form primitives; everything below derives from the design tokens. */
.band--soft { background: var(--n-50); color: var(--text-default); }

.careers-hero__count { display: inline-flex; align-items: center; gap: var(--space-2);
    margin-top: var(--space-6); padding: var(--space-2) var(--space-4);
    border: 1px solid var(--dk-line); border-radius: var(--radius-pill);
    font: 600 var(--fs-sm, .875rem)/1 var(--font-ui); color: var(--brand-cyan-lift); }
.careers-hero__count svg { width: 18px; height: 18px; }

.careers-filter { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-bottom: var(--space-8); }
.chip { display: inline-flex; align-items: center; gap: var(--space-2);
    padding: var(--space-2) var(--space-4); border: 1px solid var(--border-default);
    border-radius: var(--radius-pill); background: #fff; color: var(--text-default);
    font: 500 .875rem/1 var(--font-ui); transition: border-color var(--dur-micro) var(--ease-out), background var(--dur-micro) var(--ease-out); }
.chip:hover { border-color: var(--a-500); background: var(--a-50); }
.chip.is-on { background: var(--a-600); border-color: var(--a-600); color: #fff; }
.chip__n { font: 600 .75rem/1 var(--font-mono); opacity: .8; }

.careers-empty { text-align: center; max-width: 640px; margin-inline: auto; padding: var(--space-12) 0; }
.careers-empty svg { width: 40px; height: 40px; color: var(--a-600); }
.careers-empty h2 { font: 600 var(--ms-h3) var(--font-ui); margin: var(--space-4) 0 var(--space-3); }
.careers-empty p { color: var(--text-muted); margin-bottom: var(--space-6); }

.job-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--space-4); }
.job-card { position: relative; display: flex; align-items: stretch;
    border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); background: #fff;
    transition: border-color var(--dur-micro) var(--ease-out), box-shadow var(--dur-micro) var(--ease-out), transform var(--dur-micro) var(--ease-out); }
.job-card:hover { border-color: var(--a-500); box-shadow: 0 6px 22px -14px rgba(8,119,225,.5); transform: translateY(-1px); }
.job-card__main { display: block; flex: 1; padding: var(--space-6); }
.job-card__head { display: flex; align-items: center; gap: var(--space-3); flex-wrap: wrap; }
.job-card__title { font: 600 1.25rem/1.3 var(--font-ui); color: var(--text-strong); }
.job-card__flag { font: 600 .6875rem/1 var(--font-ui); letter-spacing: var(--ls-caps); text-transform: uppercase;
    color: var(--ok-700); background: var(--ok-50); border: 1px solid var(--ok-500); padding: 3px 8px; border-radius: var(--radius-pill); }
.job-card__sum { color: var(--text-muted); margin: var(--space-2) 0 var(--space-4); max-width: 68ch; }
.job-card__meta { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-6); }
.job-card__meta li { display: inline-flex; align-items: center; gap: 6px; font: 500 .8125rem/1.2 var(--font-ui); color: var(--text-default); }
.job-card__meta svg { width: 15px; height: 15px; color: var(--text-subtle); }
.job-card__pay { color: var(--a-700) !important; font-family: var(--font-mono) !important; }
.job-card__go { display: grid; place-items: center; width: 56px; color: var(--text-subtle);
    border-left: 1px solid var(--border-subtle); }
.job-card:hover .job-card__go { color: var(--a-600); }
.job-card__go svg { width: 20px; height: 20px; transition: transform var(--dur-micro) var(--ease-out); }
.job-card:hover .job-card__go svg { transform: translateX(3px); }

.job-hero__meta { list-style: none; margin: var(--space-4) 0 var(--space-6); padding: 0;
    display: flex; flex-wrap: wrap; gap: var(--space-3) var(--space-6); }
.job-hero__meta li { display: inline-flex; align-items: center; gap: 7px; font: 500 .9375rem/1.2 var(--font-ui); color: var(--dk-text); }
.job-hero__meta svg { width: 17px; height: 17px; color: var(--brand-cyan-lift); }
.job-hero__pay { font-family: var(--font-mono); color: var(--brand-cyan-lift) !important; }
.job-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-4); }
.job-hero__deadline { display: inline-flex; align-items: center; gap: 7px; font: 500 .875rem/1 var(--font-ui); color: var(--warn-500); }
.job-hero__deadline svg { width: 16px; height: 16px; }

.job-body { display: grid; grid-template-columns: 1fr; gap: var(--space-12); }
@media (min-width: 900px) { .job-body { grid-template-columns: minmax(0,1fr) 320px; align-items: start; } }
.job-body__main .prose p { color: var(--text-default); margin-bottom: var(--space-4); max-width: 72ch; }
.job-sec { margin-top: var(--space-8); }
.job-sec__h { font: 600 var(--ms-h3) var(--font-ui); color: var(--text-strong); margin-bottom: var(--space-4); }
.job-sec__list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--space-3); }
.job-sec__list li { display: flex; gap: var(--space-3); align-items: flex-start; color: var(--text-default); max-width: 72ch; }
.job-sec__list svg { width: 18px; height: 18px; color: var(--ok-500); flex: none; margin-top: 3px; }

.job-facts { position: sticky; top: var(--space-8); border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg); background: #fff; padding: var(--space-6); }
.job-facts__h { font: 600 1rem/1.2 var(--font-ui); margin-bottom: var(--space-4); color: var(--text-strong); }
.job-facts__dl { margin: 0 0 var(--space-6); display: grid; grid-template-columns: auto 1fr; gap: var(--space-3) var(--space-4); }
.job-facts__dl dt { font: 500 .8125rem/1.3 var(--font-ui); color: var(--text-subtle); }
.job-facts__dl dd { font: 500 .875rem/1.3 var(--font-ui); color: var(--text-default); text-align: right; }

.job-apply { max-width: 860px; margin-inline: auto; }
.job-apply__head { text-align: center; margin-bottom: var(--space-8); }
.job-apply__head .lead { margin-inline: auto; }
.apply-form .form__sub { font: 600 1rem/1.2 var(--font-ui); color: var(--text-strong);
    margin: var(--space-8) 0 var(--space-4); padding-bottom: var(--space-2); border-bottom: 1px solid var(--border-subtle); }
.apply-form .form__sub:first-of-type { margin-top: var(--space-2); }
.fld__hint { font: 400 .75rem/1 var(--font-body); color: var(--text-subtle); }
.check-grid { display: grid; gap: var(--space-2); grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
.apply-consent { margin-top: var(--space-6); }
.apply-form__foot { display: flex; align-items: center; gap: var(--space-2); margin-top: var(--space-4);
    font: 400 .8125rem/1.4 var(--font-body); color: var(--text-muted); }
.apply-form__foot svg { width: 16px; height: 16px; color: var(--ok-500); flex: none; }
.apply-form input[type="file"] { width: 100%; padding: var(--space-3); border: 1px dashed var(--border-default);
    border-radius: var(--radius-md); background: var(--n-50); font: 400 .875rem var(--font-body); cursor: pointer; }
.apply-form input[type="file"]:hover { border-color: var(--a-500); }

.apply-thanks { text-align: center; max-width: 640px; margin-inline: auto; padding: var(--space-8) 0; }
.apply-thanks svg { width: 44px; height: 44px; color: var(--ok-500); }
.apply-thanks h2 { font: 600 var(--ms-h3) var(--font-ui); margin: var(--space-4) 0 var(--space-3); }
.apply-thanks p { color: var(--text-muted); margin-bottom: var(--space-6); }

/* Apply form sits on a light band, so the shared dark-band field styling is
   overridden here to white surfaces with dark text (labels, inputs, consent). */
.apply-form .fld label { color: var(--text-strong); }
.apply-form .fld .req { color: var(--a-600); }
.apply-form .fld input, .apply-form .fld select, .apply-form .fld textarea {
    background: #fff; border-color: var(--border-default); color: var(--text-default); }
.apply-form .fld input::placeholder, .apply-form .fld textarea::placeholder { color: var(--text-subtle); }
.apply-form .fld input:hover, .apply-form .fld select:hover, .apply-form .fld textarea:hover { border-color: var(--border-strong); }
.apply-form .fld input:focus, .apply-form .fld select:focus, .apply-form .fld textarea:focus {
    border-color: var(--a-500); background: #fff; box-shadow: 0 0 0 3px var(--a-50); outline: none; }
.apply-form .check-line, .job-apply .check-line { color: var(--text-default); }
.apply-form .check-line a, .job-apply .check-line a { color: var(--text-link); font-weight: 600; }
.apply-form .apply-consent .req { color: var(--a-600); }

/* ==========================================================================
   Bright premium marketing direction
   ========================================================================== */
:root {
    --spark-ink: #111827;
    --spark-copy: #334155;
    --spark-muted: #64748b;
    --spark-blue: #006dff;
    --spark-cyan: #00c2dc;
    --spark-violet: #7c3aed;
    --spark-rose: #ff3d81;
    --spark-gold: #ffb703;
    --spark-mint: #12d18e;
    --brand-gradient: linear-gradient(104deg, var(--spark-blue) 0%, var(--spark-cyan) 32%, var(--spark-violet) 65%, var(--spark-rose) 100%);
    --brand-gradient-hot: linear-gradient(104deg, #ff7a18 0%, var(--spark-rose) 34%, var(--spark-violet) 68%, var(--spark-blue) 100%);
    --brand-gradient-soft: linear-gradient(104deg, rgba(0,109,255,.12) 0%, rgba(0,194,220,.13) 32%, rgba(124,58,237,.12) 65%, rgba(255,61,129,.13) 100%);
    --paper: #fff8ee;
    --premium-shadow: 0 24px 70px rgba(15, 23, 42, .13);
    --premium-shadow-soft: 0 14px 40px rgba(15, 23, 42, .09);
}

html { scroll-padding-top: 118px; }
body.site {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbff 35%, #fff8ee 76%, #ffffff 100%);
    color: var(--spark-ink);
}

.band--light {
    background:
        linear-gradient(135deg, rgba(255, 247, 237, .98) 0%, rgba(239, 248, 255, .98) 52%, rgba(246, 255, 246, .98) 100%);
    color: var(--spark-ink);
}
.band--white {
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    color: var(--spark-ink);
}
.band--dark,
.band--deep {
    overflow: hidden;
    background:
        linear-gradient(135deg, #10205c 0%, #064a6b 43%, #4b176b 74%, #751d63 100%);
    color: #f8fbff;
}
.band--deep {
    background:
        linear-gradient(135deg, #0d1b4b 0%, #053f67 48%, #45186b 100%);
}
.band--dark::after,
.band--deep::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(115deg, transparent 0 18%, rgba(255,255,255,.08) 18% 18.4%, transparent 18.4% 36%, rgba(255,183,3,.08) 36% 36.4%, transparent 36.4% 100%),
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px;
    opacity: .68;
}
.band--dark > *,
.band--deep > * {
    position: relative;
    z-index: 1;
}
.band + .band::before {
    height: 2px;
    background: linear-gradient(90deg, var(--spark-blue), var(--spark-cyan), var(--spark-gold), var(--spark-rose), var(--spark-violet));
    opacity: .82;
}

.h-display,
.h-section,
.svc h3,
.showcase__name,
.included h3,
.work__title h2,
.work__title h3,
.signin__title,
.job-card__title {
    letter-spacing: 0;
}

.grad {
    background: linear-gradient(100deg, var(--spark-blue) 0%, var(--spark-cyan) 25%, var(--spark-violet) 54%, var(--spark-rose) 76%, #ff7a18 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.btn--primary {
    background: var(--brand-gradient);
    color: #fff;
    box-shadow: 0 16px 36px rgba(0, 109, 255, .23), 0 9px 28px rgba(255, 61, 129, .18);
}
.btn--primary:hover {
    box-shadow: 0 20px 46px rgba(0, 109, 255, .28), 0 12px 34px rgba(255, 61, 129, .22);
}
.btn--outline,
.btn--onlight {
    background: #fff;
    border-color: rgba(15, 23, 42, .12);
    color: var(--spark-ink);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}
.btn--outline:hover,
.btn--onlight:hover {
    border-color: rgba(0, 109, 255, .35);
    color: var(--spark-blue);
    background: #f8fbff;
}

.announce {
    background: linear-gradient(90deg, #006dff 0%, #00c2dc 24%, #12d18e 48%, #ffb703 69%, #ff3d81 100%);
    box-shadow: 0 8px 30px rgba(0, 109, 255, .18);
}
.announce__tag,
.announce a {
    background: rgba(255, 255, 255, .22);
    color: #fff;
}
.announce a:hover { background: rgba(255, 255, 255, .32); }

.hdr {
    background: rgba(255, 255, 255, .86);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}
.hdr.is-stuck {
    background: rgba(255, 255, 255, .96);
    border-bottom-color: rgba(15, 23, 42, .1);
}
.hdr__link,
.hdr__tel {
    color: #25324a;
}
.hdr__link:hover,
.hdr__tel:hover {
    color: var(--spark-blue);
    background: rgba(0, 109, 255, .07);
}
.hdr__link[aria-current="page"] { color: var(--spark-violet); }
.hdr__link[aria-current="page"]::after {
    background: var(--brand-gradient-hot);
}
.hdr__cta { box-shadow: 0 14px 30px rgba(0, 109, 255, .22); }
.hdr__pulse {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    min-height: 36px;
    padding: 0 .68rem;
    border: 1px solid rgba(18, 209, 142, .28);
    border-radius: 999px;
    background: linear-gradient(110deg, rgba(236, 253, 245, .92), rgba(239, 248, 255, .92));
    color: var(--spark-ink);
    box-shadow: 0 12px 28px rgba(18, 209, 142, .12);
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
}
.hdr__pulse:hover {
    color: var(--spark-blue);
    border-color: rgba(0, 109, 255, .26);
    background: #fff;
}
.hdr__pulse time {
    color: var(--spark-violet);
}
.hdr__pulse-dot,
.hero-current__dot {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: var(--spark-mint);
    box-shadow: 0 0 0 5px rgba(18, 209, 142, .15);
    flex: none;
    animation: signalPulse 1800ms ease-out infinite;
}
.burger {
    border-color: rgba(15, 23, 42, .12);
    background: #fff;
    color: var(--spark-ink);
}
.burger:hover { background: #f3f8ff; }
.drawer {
    background: #ffffff;
    color: var(--spark-ink);
    border-left: 1px solid rgba(15, 23, 42, .12);
    box-shadow: -20px 0 55px rgba(15, 23, 42, .16);
}
.drawer__close,
.drawer__link {
    color: var(--spark-copy);
}
.drawer__close {
    border-color: rgba(15, 23, 42, .12);
    background: #fff;
}
.drawer__close:hover,
.drawer__link:hover {
    color: var(--spark-blue);
    background: rgba(0, 109, 255, .07);
}
.drawer__foot { border-top-color: rgba(15, 23, 42, .1); }
.drawer .btn--ghost {
    background: #f8fbff;
    border-color: rgba(15, 23, 42, .12);
    color: var(--spark-ink);
}
.drawer__pulse {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin: .45rem 0;
    padding: .85rem .75rem;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: linear-gradient(120deg, rgba(239, 248, 255, .92), rgba(255, 244, 251, .92));
    color: var(--spark-ink);
}
.drawer__pulse:hover {
    color: var(--spark-blue);
    border-color: rgba(0, 109, 255, .24);
}
.drawer__pulse svg {
    width: 20px;
    height: 20px;
    flex: none;
    color: var(--spark-violet);
}
.drawer__pulse span {
    display: grid;
    gap: .12rem;
    min-width: 0;
}
.drawer__pulse b {
    font-size: .9rem;
}
.drawer__pulse small {
    color: var(--spark-muted);
    font-family: var(--font-body);
    font-size: .78rem;
    line-height: 1.35;
}

.hero {
    color: var(--spark-ink);
    background:
        linear-gradient(160deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.62) 24%, rgba(255,255,255,0) 58%),
        linear-gradient(118deg, #f7fbff 0%, #eaf8ff 27%, #fff2fb 56%, #fff7df 78%, #edfff7 100%);
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(112deg, transparent 0 9%, rgba(0,109,255,.13) 9% 19%, transparent 19% 29%, rgba(0,194,220,.13) 29% 41%, transparent 41% 52%, rgba(255,183,3,.18) 52% 64%, transparent 64% 73%, rgba(255,61,129,.13) 73% 86%, transparent 86% 100%),
        linear-gradient(rgba(0,109,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124,58,237,.045) 1px, transparent 1px);
    background-size: auto, 46px 46px, 46px 46px;
}
.hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.86) 82%, #fff 100%);
}
.hero__wave {
    height: 50%;
    opacity: .54;
    mix-blend-mode: multiply;
}
.hero__in {
    padding-block: 3rem 3.75rem;
}
.hero .eyebrow {
    color: var(--spark-violet);
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(124, 58, 237, .15);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(124, 58, 237, .08);
    padding: .42rem .75rem .42rem .55rem;
}
.hero .eyebrow::before {
    width: 24px;
    height: 3px;
    background: var(--brand-gradient-hot);
}
.hero .h-display,
.hero .h-section {
    color: #08111f;
}
.hero h1 { max-width: 13.5ch; }
.hero .lead,
.hero__promise {
    color: var(--spark-copy);
}
.hero__promise {
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(15, 23, 42, .08);
    border-left: 4px solid var(--spark-gold);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .07);
    padding: .9rem 1rem;
    font-weight: 500;
}
.hero-current {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
    gap: .45rem;
    align-items: stretch;
    max-width: 48rem;
    margin-top: .85rem;
    padding: .42rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.hero-current__signal,
.hero-current > span {
    min-width: 0;
    border-radius: 6px;
}
.hero-current__signal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .68rem .8rem;
    background: var(--brand-gradient);
    color: #fff;
    font-size: .78rem;
    font-weight: 850;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(0, 109, 255, .18);
}
.hero-current__signal:hover {
    color: #fff;
    box-shadow: 0 16px 34px rgba(255, 61, 129, .2);
}
.hero-current__signal .hero-current__dot {
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
}
.hero-current > span {
    display: grid;
    gap: .18rem;
    padding: .55rem .65rem;
    background: rgba(255, 255, 255, .7);
}
.hero-current strong {
    color: #08111f;
    font-size: .86rem;
    line-height: 1.2;
}
.hero-current small {
    color: var(--spark-muted);
    font-family: var(--font-body);
    font-size: .74rem;
    line-height: 1.35;
}
.hero .btn--primary {
    min-height: 54px;
    padding-inline: 1.85rem;
}
.hero .btn--ghost {
    background: rgba(255, 255, 255, .76);
    border-color: rgba(15, 23, 42, .12);
    color: var(--spark-ink);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .07);
}
.hero .btn--ghost:hover {
    background: #fff;
    border-color: rgba(0, 109, 255, .32);
    color: var(--spark-blue);
}
.hero-proof__item {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, .84);
    border-color: rgba(15, 23, 42, .09);
    box-shadow: var(--premium-shadow-soft);
}
.hero-proof__item::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--brand-gradient-hot);
}
.hero-proof__item:nth-child(2)::before { background: linear-gradient(90deg, var(--spark-cyan), var(--spark-mint)); }
.hero-proof__item:nth-child(3)::before { background: linear-gradient(90deg, var(--spark-violet), var(--spark-rose)); }
.hero-proof__item strong { color: #08111f; }
.hero-proof__item span { color: var(--spark-blue); }
.hero-proof__item small { color: var(--spark-muted); }
.hero__trust {
    border-top: 0;
    padding-top: .25rem;
}
.hero__trust li {
    color: var(--spark-copy);
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
    padding: .42rem .7rem;
}
.hero__trust svg { color: var(--spark-mint); }
.hero .tsay {
    color: var(--spark-copy);
    background: rgba(255,255,255,.66);
    border: 1px solid rgba(15, 23, 42, .08);
    border-left: 4px solid var(--spark-rose);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
    padding: 1rem 1rem 1rem 1.15rem;
}

.hero__visual {
    align-content: center;
    transform: translateY(.35rem);
}
.sales-film {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 10px;
    background: #08111f;
    border: 1px solid rgba(255, 255, 255, .68);
    box-shadow: 0 32px 88px rgba(15, 23, 42, .2), 0 0 0 1px rgba(15, 23, 42, .04);
    aspect-ratio: 16 / 9;
}
.sales-film::before {
    content: '';
    position: absolute;
    inset: -2px;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(110deg, rgba(255,255,255,.55), transparent 22% 70%, rgba(255,255,255,.28)),
        linear-gradient(90deg, var(--spark-blue), var(--spark-cyan), var(--spark-gold), var(--spark-rose), var(--spark-violet));
    mix-blend-mode: screen;
    opacity: .18;
}
.sales-film::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(5, 10, 22, .68));
}
.sales-film__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #08111f;
}
.sales-film__caption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 4;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    color: #fff;
}
.sales-film__caption span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0 .72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .22);
    font-family: var(--font-mono);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}
.sales-film__caption strong {
    max-width: 18rem;
    font-size: .92rem;
    line-height: 1.25;
    text-align: right;
    text-shadow: 0 2px 16px rgba(0,0,0,.35);
}
.sales-film--hero {
    transform: rotate(.35deg);
}
.sales-film--hero::before {
    opacity: .22;
}
.sales-film--hero::after,
.sales-film--proof::after {
    height: 18%;
    opacity: .28;
}
.sales-film--hero .sales-film__caption {
    display: none;
}
.sales-film--hero .sales-film__caption strong {
    text-align: right;
}
.sales-film--proof {
    min-height: 0;
}
.sales-film--proof .sales-film__caption {
    display: none;
}
.sales-film--proof video[controls] {
    cursor: pointer;
}
.stack {
    isolation: isolate;
    filter: saturate(1.12) contrast(1.02);
}
.stack::before {
    content: '';
    position: absolute;
    inset: 8% -3% -5% 5%;
    z-index: -1;
    background:
        linear-gradient(135deg, rgba(0,109,255,.18), rgba(0,194,220,.16) 34%, rgba(255,183,3,.16) 62%, rgba(255,61,129,.17));
    border-radius: 8px;
    transform: rotate(-2deg);
}
.stack__item {
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .24), 0 0 0 1px rgba(255,255,255,.72);
}
.stack__item:nth-child(1) { filter: saturate(.95) brightness(.9); }
.stack__item:nth-child(2) { filter: saturate(1.05) brightness(.96); }
.stack__cap {
    color: var(--spark-muted);
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
    padding: .45rem .75rem;
}
.stack__cap b { color: var(--spark-violet); }
.stack__dot { background: rgba(15, 23, 42, .2); }
.stack__dot.is-on { background: var(--spark-rose); }

.decision-card {
    border-color: rgba(15, 23, 42, .09);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .17);
}
.decision-card__head {
    border-bottom-color: rgba(15, 23, 42, .09);
}
.decision-card__head span { color: var(--spark-muted); }
.decision-card__head strong {
    color: #fff;
    background: var(--brand-gradient-hot);
}
.decision-card__steps li > span { color: var(--spark-rose); }
.decision-card__steps b { color: var(--spark-ink); }
.decision-card__steps small { color: var(--spark-muted); }
.decision-card__link { color: var(--spark-blue); }
.decision-card__link:hover { color: var(--spark-rose); }

.current-pulse {
    background:
        linear-gradient(135deg, #ffffff 0%, #eff9ff 34%, #fff4fb 66%, #f2fff7 100%);
}
.current-pulse__in {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(2rem, 1.25rem + 3vw, 4rem);
    align-items: center;
    padding-block: clamp(3rem, 1.6rem + 4vw, 5.4rem);
}
.current-pulse .h-section {
    max-width: 14ch;
}
.current-pulse .lead {
    max-width: 48ch;
}
.current-pulse__copy .btn {
    margin-top: 1.5rem;
}
.current-board {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background:
        linear-gradient(112deg, rgba(255,255,255,.94), rgba(255,255,255,.72)),
        linear-gradient(112deg, transparent 0 11%, rgba(0,109,255,.1) 11% 20%, transparent 20% 31%, rgba(0,194,220,.11) 31% 42%, transparent 42% 54%, rgba(255,183,3,.13) 54% 65%, transparent 65% 76%, rgba(255,61,129,.1) 76% 88%, transparent 88% 100%),
        linear-gradient(rgba(0,109,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124,58,237,.04) 1px, transparent 1px);
    background-size: auto, auto, 38px 38px, 38px 38px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .15);
}
.current-board::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--spark-blue), var(--spark-cyan), var(--spark-mint), var(--spark-gold), var(--spark-rose));
}
.current-board__top {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-height: 58px;
    padding: .8rem 1rem .75rem;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .66);
}
.current-board__top strong {
    color: var(--spark-ink);
    font-size: .86rem;
}
.current-board__lights {
    display: inline-flex;
    gap: .32rem;
}
.current-board__lights i {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: var(--spark-blue);
}
.current-board__lights i:nth-child(2) { background: var(--spark-gold); }
.current-board__lights i:nth-child(3) { background: var(--spark-mint); }
.current-board__clock {
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: .78rem;
    font-weight: 850;
    color: var(--spark-violet);
    white-space: nowrap;
}
.current-board__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .55rem 1rem;
    align-items: end;
    padding: clamp(1.25rem, .95rem + 1.2vw, 1.85rem) clamp(1.1rem, .85rem + 1.4vw, 1.75rem);
}
.current-board__hero span {
    color: var(--spark-blue);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: var(--ls-caps);
    text-transform: uppercase;
}
.current-board__hero strong {
    grid-column: 1;
    color: transparent;
    background: var(--brand-gradient-hot);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(3.1rem, 2.1rem + 4.4vw, 5.6rem);
    font-weight: 900;
    line-height: .92;
}
.current-board__hero small {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    max-width: 18rem;
    color: var(--spark-copy);
    font-family: var(--font-body);
    font-size: .95rem;
    line-height: 1.55;
}
.current-board__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .72);
}
.current-board__cell {
    display: grid;
    align-content: start;
    gap: .45rem;
    min-width: 0;
    min-height: 12rem;
    padding: 1.05rem;
}
.current-board__cell + .current-board__cell {
    border-left: 1px solid rgba(15, 23, 42, .08);
}
.current-board__icon {
    display: grid;
    place-items: center;
    width: 2.45rem;
    height: 2.45rem;
    border: 1px solid rgba(124, 58, 237, .16);
    border-radius: 8px;
    background: var(--brand-gradient-soft);
    color: var(--spark-violet);
}
.current-board__icon svg {
    width: 1.2rem;
    height: 1.2rem;
}
.current-board__label {
    color: var(--spark-blue);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: var(--ls-caps);
    text-transform: uppercase;
}
.current-board__cell strong {
    color: var(--spark-ink);
    font-size: clamp(1.05rem, .95rem + .45vw, 1.35rem);
    line-height: 1.18;
}
.current-board__cell small {
    color: var(--spark-muted);
    font-family: var(--font-body);
    font-size: .82rem;
    line-height: 1.48;
}

@keyframes signalPulse {
    0% { box-shadow: 0 0 0 0 rgba(18, 209, 142, .3); }
    70% { box-shadow: 0 0 0 8px rgba(18, 209, 142, 0); }
    100% { box-shadow: 0 0 0 0 rgba(18, 209, 142, 0); }
}

.conversion-strip {
    background:
        linear-gradient(135deg, #ffffff 0%, #f0fbff 36%, #fff6e4 67%, #fff 100%);
}
.sales-suite {
    background:
        linear-gradient(135deg, #f6fbff 0%, #fff4fb 42%, #fff9e7 74%, #f0fff8 100%);
}
.sales-suite__in {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: clamp(2rem, 1.2rem + 3vw, 4rem);
    align-items: center;
    padding-block: clamp(3rem, 1.5rem + 4vw, 5.5rem);
}
.sales-suite .h-section {
    max-width: 15ch;
}
.sales-suite .lead {
    max-width: 50ch;
}
.sales-suite__proof {
    list-style: none;
    margin: 1.45rem 0 0;
    padding: 0;
    display: grid;
    gap: .7rem;
}
.sales-suite__proof li {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    color: var(--spark-copy);
    font-family: var(--font-body);
    font-size: .95rem;
    line-height: 1.58;
}
.sales-suite__proof svg {
    width: 18px;
    height: 18px;
    flex: none;
    margin-top: .25rem;
    color: var(--spark-mint);
}
.sales-suite__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.65rem;
}
.sales-suite__media {
    min-width: 0;
}
.conversion-card,
.svc,
.included,
.fq__side,
.faq__item[open],
.job-card,
.signin__panel {
    border-radius: 8px;
}
.conversion-card {
    position: relative;
    overflow: hidden;
    border-color: rgba(15, 23, 42, .09);
    box-shadow: var(--premium-shadow-soft);
}
.conversion-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--brand-gradient);
}
.conversion-card:nth-child(2)::before { background: linear-gradient(90deg, var(--spark-cyan), var(--spark-mint)); }
.conversion-card:nth-child(3)::before { background: linear-gradient(90deg, var(--spark-violet), var(--spark-rose)); }
.conversion-card__icon {
    color: #fff;
    background: var(--brand-gradient);
    border-radius: 8px;
    padding: .48rem;
}
.conversion-card--cta {
    background: var(--brand-gradient-hot);
    color: #fff;
    border-color: transparent;
}
.conversion-card--cta::before { background: rgba(255,255,255,.7); }
.conversion-card--cta p { color: rgba(255,255,255,.9); }
.conversion-card--cta .btn--primary {
    background: #fff;
    color: var(--spark-violet);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
}

.pillars {
    gap: .8rem;
    padding-block: 1.4rem;
}
.pillar {
    margin: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.105);
    box-shadow: 0 16px 40px rgba(0,0,0,.16);
    backdrop-filter: blur(10px);
}
.pillar + .pillar::before { display: none; }
.pillar__icon { color: var(--spark-gold); }
.pillar h3 { color: #fff; }
.pillar p { color: rgba(248,251,255,.82); }
.strapline {
    border-top-color: rgba(255,255,255,.16);
    color: rgba(248,251,255,.82);
}
.strapline b { color: var(--spark-gold); }

.svc {
    border-color: rgba(15, 23, 42, .08);
    box-shadow: var(--premium-shadow-soft);
}
.svc::after {
    height: 4px;
    background: var(--brand-gradient-hot);
}
.svc:hover {
    border-color: rgba(0, 109, 255, .24);
    box-shadow: 0 20px 48px rgba(15, 23, 42, .12);
}
.svc__icon,
.included__icon,
.risk__icon,
.speed-steps__n {
    background: var(--brand-gradient-soft);
    color: var(--spark-violet);
}
.svc__strap,
.included__strap,
.step::before {
    color: var(--spark-violet);
}

.intel,
.proof__item,
.signin__panel {
    background: rgba(255,255,255,.105);
    border-color: rgba(255,255,255,.18);
    box-shadow: 0 18px 44px rgba(0,0,0,.14);
    backdrop-filter: blur(10px);
}
.intel__ico {
    background: rgba(255,255,255,.14);
    color: var(--spark-gold);
}
.intel__ico svg,
.intel__proof svg,
.proof__k {
    color: var(--spark-gold);
}

.filters .filter {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.2);
    color: rgba(248,251,255,.92);
}
.filters .filter:hover {
    background: rgba(255,255,255,.18);
    border-color: rgba(255,255,255,.34);
}
.filters .filter[aria-pressed="true"] {
    background: #fff;
    color: var(--spark-violet);
    box-shadow: 0 14px 34px rgba(0,0,0,.16);
}
.showcase {
    background: #ffffff;
    border-color: rgba(255,255,255,.32);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0,0,0,.24);
}
.showcase__shot::after {
    background: linear-gradient(100deg, transparent 58%, rgba(255,255,255,.42) 100%);
}
.showcase__body {
    border-left-color: rgba(15, 23, 42, .08);
}
.showcase__eyebrow,
.showcase__strap,
.showcase__caps li {
    color: var(--spark-muted);
}
.showcase__name {
    color: var(--spark-ink);
}
.showcase .btn--ghost {
    background: #f8fbff;
    border-color: rgba(15, 23, 42, .12);
    color: var(--spark-ink);
}
.showcase .tag {
    background: #f8fbff;
    border-color: rgba(15,23,42,.1);
    color: #475569;
}
.carousel__nav,
.carousel__play {
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.22);
    color: #fff;
}
.carousel__nav:hover {
    background: var(--brand-gradient-hot);
}
.carousel__dot::after { background: rgba(255,255,255,.34); }
.carousel__dot[aria-selected="true"]::after { background: #fff; }

.stat-cell {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(0,0,0,.14);
    padding: 1rem 1rem 1rem 1.25rem;
}
.stat-cell::before {
    background: linear-gradient(180deg, var(--spark-gold), var(--spark-rose));
}
.stat-cell__l { color: var(--spark-gold); }
.stat-cell__n { color: rgba(248,251,255,.78); }

.included {
    border-color: rgba(15, 23, 42, .08);
    box-shadow: var(--premium-shadow-soft);
}
.included__cta {
    border-radius: 8px;
    background: var(--brand-gradient-hot);
    box-shadow: 0 22px 60px rgba(255, 61, 129, .2);
}
.included__cta p { color: rgba(255,255,255,.9); }
.included__cta .btn--primary {
    background: #fff;
    color: var(--spark-violet);
}

.risk__icon {
    border-color: rgba(124, 58, 237, .22);
    box-shadow: 0 12px 28px rgba(124, 58, 237, .12);
}
.risk + .risk::before {
    background: linear-gradient(180deg, transparent, rgba(124,58,237,.28), transparent);
}

#contact.band--deep {
    background:
        linear-gradient(135deg, #fff1f7 0%, #eff9ff 42%, #fff8df 76%, #f4fff7 100%);
    color: var(--spark-ink);
}
#contact.band--deep::after {
    background-image:
        linear-gradient(120deg, transparent 0 20%, rgba(0,194,220,.1) 20% 20.4%, transparent 20.4% 45%, rgba(255,61,129,.1) 45% 45.4%, transparent 45.4% 100%),
        linear-gradient(rgba(0,109,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124,58,237,.04) 1px, transparent 1px);
}
#contact .eyebrow { color: var(--spark-violet); }
#contact .h-section,
#contact .lead,
#contact .contact-human,
#contact .tsay,
#contact .way__v {
    color: var(--spark-ink);
}
#contact .lead,
#contact .contact-privacy,
#contact .tsay__by,
#contact .way__l {
    color: var(--spark-muted);
}
#contact .form,
#contact .way,
#contact .form-promise span {
    background: rgba(255, 255, 255, .9);
    border-color: rgba(15, 23, 42, .1);
    box-shadow: var(--premium-shadow-soft);
}
#contact .form {
    border-radius: 8px;
}
#contact .way:hover {
    border-color: rgba(0, 109, 255, .28);
    background: #fff;
}
#contact .way__icon {
    background: var(--brand-gradient-soft);
    color: var(--spark-violet);
}
#contact .fld label,
#contact .form-promise strong,
#contact .form__note,
#contact .check span {
    color: var(--spark-copy);
}
#contact .fld .req,
#contact .form-promise svg {
    color: var(--spark-rose);
}
#contact .fld input,
#contact .fld select,
#contact .fld textarea {
    background: #ffffff;
    border-color: rgba(15, 23, 42, .16);
    color: var(--spark-ink);
}
#contact .fld input::placeholder,
#contact .fld textarea::placeholder {
    color: #94a3b8;
}
#contact .fld input:hover,
#contact .fld select:hover,
#contact .fld textarea:hover {
    border-color: rgba(0, 109, 255, .32);
}
#contact .fld input:focus,
#contact .fld select:focus,
#contact .fld textarea:focus {
    border-color: var(--spark-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 109, 255, .12);
}
#contact .check a {
    color: var(--spark-blue);
    background: rgba(0, 109, 255, .08);
}
#contact .check a:hover {
    color: var(--spark-violet);
    background: rgba(124, 58, 237, .1);
}
#contact .nda {
    background: rgba(240, 253, 255, .82);
    border-color: rgba(15, 23, 42, .08);
    border-radius: 8px;
}
#contact .nda .btn--ghost {
    background: var(--brand-gradient);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 109, 255, .18);
}
#contact .nda .btn--ghost:hover {
    color: #fff;
    box-shadow: 0 16px 34px rgba(255, 61, 129, .2);
}
.way__l,
.way__v {
    display: block;
}

.ftr {
    background:
        linear-gradient(135deg, #0d1b4b 0%, #064a6b 45%, #45186b 100%);
}

@media (max-width: 1080px) {
    .hero h1 { max-width: 15ch; }
    .hero__visual { transform: none; }
    .current-pulse__in { grid-template-columns: 1fr; }
    .current-pulse .h-section,
    .current-pulse .lead { max-width: 48rem; }
    .sales-suite__in { grid-template-columns: 1fr; }
    .sales-suite .h-section { max-width: 16ch; }
    .sales-film--proof { max-width: 860px; width: 100%; margin-inline: auto; }
    .showcase__body { border-left: 0; border-top-color: rgba(15, 23, 42, .08); }
}
@media (max-width: 900px) {
    .hdr__pulse { margin-left: auto; }
    .hdr__portal { display: none; }
    .burger {
        display: inline-flex;
        flex: none;
        margin-left: 0;
    }
    .current-board__hero {
        grid-template-columns: 1fr;
    }
    .current-board__hero small {
        grid-column: 1;
        grid-row: auto;
        max-width: 34rem;
    }
}
@media (max-width: 720px) {
    html { scroll-padding-top: 88px; }
    .hero__in { padding-block: 1.8rem 2rem; }
    .hero h1 { max-width: 11ch; }
    .hero__promise { padding: .8rem .9rem; }
    .hero-current {
        grid-template-columns: 1fr;
    }
    .hero-current__signal {
        justify-content: flex-start;
    }
    .hero-proof {
        display: grid;
        grid-template-columns: 1fr;
    }
    .hero__trust {
        display: none;
    }
    .hero__visual {
        display: grid;
        margin-top: .35rem;
    }
    .sales-film--hero {
        transform: none;
        border-radius: 8px;
    }
    .sales-film__caption {
        left: .75rem;
        right: .75rem;
        bottom: .75rem;
        align-items: start;
        flex-direction: column;
        gap: .4rem;
    }
    .sales-film__caption strong {
        text-align: left;
        max-width: none;
        font-size: .82rem;
    }
    .hero .decision-card {
        display: none;
    }
    .current-pulse__in { padding-block: 2.35rem; }
    .current-board__grid { grid-template-columns: 1fr; }
    .current-board__cell {
        min-height: 0;
        padding: 1rem;
    }
    .current-board__cell + .current-board__cell {
        border-left: 0;
        border-top: 1px solid rgba(15, 23, 42, .08);
    }
    .sales-suite__in { padding-block: 2.35rem; }
    .sales-suite__actions .btn { width: 100%; }
    .conversion-strip__in { padding-block: 2rem; }
    .pillars { padding-block: 1rem; }
    .pillar { max-width: none; }
    .showcase { box-shadow: 0 18px 48px rgba(0,0,0,.2); }
    .carousel__nav { width: 44px; height: 44px; }
}
@media (max-width: 560px) {
    .announce__in {
        min-height: 0;
        gap: .35rem;
        padding-block: .45rem;
        font-size: .78rem;
        line-height: 1.35;
    }
    .announce__tag {
        font-size: .58rem;
        padding: .2rem .55rem;
    }
    .announce__until { display: none; }
    .announce a {
        min-height: 22px;
        padding-inline: .5rem;
    }
    .hdr__in { min-height: 64px; }
    .hdr__logo img { height: 30px; }
    .hdr__pulse {
        min-height: 34px;
        padding-inline: .55rem;
        font-size: .68rem;
    }
    .hdr__pulse > span:not(.hdr__pulse-dot) {
        display: none;
    }
    .current-board__top {
        align-items: flex-start;
        flex-direction: column;
        gap: .5rem;
    }
    .current-board__clock {
        margin-left: 0;
    }
    .current-board__hero {
        padding: 1.1rem;
    }
    .current-board__hero strong {
        font-size: clamp(2.55rem, 18vw, 4.2rem);
    }
}
@media (prefers-reduced-motion: reduce) {
    .hdr__pulse-dot,
    .hero-current__dot {
        animation: none;
    }
}
