﻿*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
        html { font-size: 15pt; scroll-behavior: smooth; }
        body {
            font-family: Inter;
            line-height: 1;
            min-height: 100vh;
            overflow-x: hidden;
            word-wrap: break-word;
            background-color: #111111;
            color: #B8BAD1;
        }
        body::before {
            content: '';
            display: block;
            pointer-events: none;
            position: fixed;
            top: 0; left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 0;
            background-image:
                url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cfilter%20id%3D%22noise%22%3E%20%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%20%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220.03125%200%200%200%200%200%200.03125%200%200%200%200%200%200.03125%200%200%200%200%200%200.44921875%200%22%20%2F%3E%20%3C%2Ffilter%3E%20%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'),
                linear-gradient(45deg, rgba(18,18,18,0.961) 11%, rgba(36,36,36,0.651) 100%),
                url('/assets/images/bg.svg');
            background-size: 512px, cover, cover;
            background-position: center, 0% 0%, center;
            background-repeat: repeat, repeat, no-repeat;
        }
        body::after {
            background-color: #0F0F0F;
            content: '';
            display: block;
            pointer-events: none;
            position: fixed;
            z-index: 1;
            height: 100%;
            left: 0; top: 0;
            opacity: 0;
            transition: opacity 1s ease-in-out, visibility 1s;
            visibility: hidden;
            width: 100%;
        }
        body.is-loading::after { opacity: 1; visibility: visible; }
        body.is-loading .page-wrap { opacity: 0; }
        a { color: inherit; text-decoration: underline; transition: color 0.25s ease; }
        strong { font-weight: 500; color: inherit; }
        em { font-style: italic; }
        ul, ol { list-style: none; }

        /* ── LAYOUT ── */
        .page-wrap {
            position: relative;
            z-index: 2;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            transition: opacity 1s ease-in-out;
            --padding-horizontal: 5rem;
            --padding-vertical: 9rem;
        }
        .page-main { flex: 0 0 auto; }

        .section {
            position: relative;
        }

        .section > .section__wrap {
            vertical-align: top;
            position: relative;
            max-width: 100%;
            border-radius: inherit;
        }

        .section > .section__wrap > .section__inner {
            vertical-align: top;
            position: relative;
            max-width: 100%;
            border-radius: inherit;
            text-align: var(--alignment);
        }

        .section.section--full:first-child > .section__wrap {
            border-top-left-radius: inherit;
            border-top-right-radius: inherit;
        }

        .section.section--full:last-child > .section__wrap {
            border-bottom-left-radius: inherit;
            border-bottom-right-radius: inherit;
        }

        .section.section--full:first-child > .section__wrap > .section__inner {
            border-top-left-radius: inherit;
            border-top-right-radius: inherit;
        }

        .section.section--full:last-child > .section__wrap > .section__inner {
            border-bottom-left-radius: inherit;
            border-bottom-right-radius: inherit;
        }

        .section.section--standard {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20path%20%7B%20fill%3A%20none%3B%20stroke%3A%20rgba(255,255,255,0.039)%3B%20stroke-width%3A%201.01px%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M416%2C192L256%2C320L96%2C192L256%2C64L416%2C192z%20M96-64L256%2C64L416-64%20M416%2C576V448L256%2C576%20M256%2C576L96%2C448v128%20M512%2C191L512%2C191L352%2C320l160%2C128.3L672%2C320L352%2C64l320-256%20M512%2C191L672%2C64L352-192%20M160-192L-160%2C64l320%2C256L0%2C448.3%20M0%2C448.3%20L-160%2C320L160%2C64l-320-256%20M416%2C448L256%2C320L96%2C448%20M96-64v76.8%20M416-64v76.8%20M352%2C64v76.8%20M160%2C64v76.8%20M96%2C192v76.8%20M416%2C192%20l-0.5%2C76.8%20M352%2C320v76.8%20M160%2C320v76.8%20M160%2C115.2l15.8%2C13%20M352%2C115.2l-16.2%2C13%20M352%2C371.2l-16.2%2C13%20M160%2C371.2l16.2%2C13%20M671.5%2C575.4l-160-128l-160%2C128%20M159.5%2C575.4l-160-128l-160%2C128%22%20%2F%3E%3C%2Fsvg%3E'), radial-gradient(80% 129% at 50% 11%, #2E2E2E 25%, #191919 100%);
            background-size: 768px, cover;
            background-position: center, 0% 0%;
            background-repeat: repeat, repeat;
            border-color: #292929;
            border-style: solid;
            border-width: 1px;
        }

        .section.section--standard:not(:first-child) {
            margin-top: 9rem !important;
        }

        .section.section--standard:not(:last-child) {
            margin-bottom: 9rem !important;
        }

        .section.section--standard > .section__wrap > .section__inner {
            --gutters: calc(var(--padding-horizontal) * 2);
            --spacing: 2.5rem;
            padding: var(--padding-vertical) var(--padding-horizontal);
        }

        .section.section--standard > .section__wrap {
            max-width: 100%;
            width: 100%;
        }

        .section.section--standard.section--stack > .section__wrap > .section__inner > * {
            margin-bottom: var(--spacing);
            margin-top: var(--spacing);
        }

        .section.section--standard.section--stack > .section__wrap > .section__inner > *:first-child {
            margin-top: 0 !important;
        }

        .section.section--standard.section--stack > .section__wrap > .section__inner > *:last-child {
            margin-bottom: 0 !important;
        }

        .section.section--standard.section--full.section--screen {
            border-radius: 0 !important;
            max-width: 100vw;
            position: relative;
            width: 100vw;
            left: 50%;
            margin-left: -50vw;
            right: auto;
        }

        /* ── HERO ── */
        .page-hero {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            background-image:
                url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20path%20%7B%20fill%3A%20none%3B%20stroke%3A%20rgba(255,255,255,0.039)%3B%20stroke-width%3A%201.01px%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M416%2C192L256%2C320L96%2C192L256%2C64L416%2C192z%22%20%2F%3E%3C%2Fsvg%3E'),
                radial-gradient(71% 106% at 75% 26%, #2E2E2E 25%, #191919 100%);
            background-size: 768px, cover;
            background-position: center, 0% 0%;
            background-repeat: repeat, repeat;
            border-bottom: 1px solid #292929;
            padding: 3rem 2rem 5rem;
        }
        .page-hero__inner {
            max-width: 60rem;
            width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.9rem;
        }
        .page-hero__eyebrow {
            font-size: 0.9em;
            font-weight: 300;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(184,186,209,0.55);
            opacity: 0.55;
            margin-top: 0.15rem;
            margin-bottom: 0.75rem;
        }
        .page-hero__title {
            font-size: 4.25em;
            font-weight: 300;
            letter-spacing: -0.125rem;
            line-height: 1.125;
            background-image: linear-gradient(45deg, #FFD4F6 0%, #D4D8FF 47%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 0.01em rgba(255,240,252,0.702);
            margin-top: -0.16em;
        }
        .page-hero__desc {
            font-size: 1.25em;
            font-weight: 300;
            line-height: 2;
            color: #B8BAD1;
            max-width: 38rem;
            margin-top: 1.875rem !important;
        }

        /* ── BUTTONS ── */
        .button-group {
            display: flex;
            gap: 1rem;
            list-style: none;
            padding: 0;
            margin: 0;
            justify-content: center;
        }
        .button-group--pill:not(:first-child) {
            margin-top: 2.625rem !important;
        }
        .button-group--pill > li > a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 4.5rem;
            padding: 0 2.25rem;
            font-family: Inter;
            font-size: 1em;
            font-weight: 300;
            border-radius: 2.5rem;
            border: 1px solid #B973FF;
            background-color: #475AFF;
            color: #FFE6F9;
            background-image: linear-gradient(45deg, #FF38D3 0%, rgba(71, 90, 255, 0.008) 100%);
            background-size: cover;
            text-decoration: none;
            transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
        }
        .button-group--pill > li > a:hover {
            background-color: #3391FF !important;
            transform: scale(1.0425);
        }

        /* ── CARD GRID SECTION ── */
        .work-section {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            background-image:
                url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20path%20%7B%20fill%3A%20none%3B%20stroke%3A%20rgba(255,255,255,0.039)%3B%20stroke-width%3A%201.01px%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M416%2C192L256%2C320L96%2C192L256%2C64L416%2C192z%22%20%2F%3E%3C%2Fsvg%3E'),
                radial-gradient(80% 129% at 50% 11%, #2E2E2E 25%, #191919 100%);
            background-size: 768px, cover;
            background-position: center, 0% 0%;
            background-repeat: repeat, repeat;
            border-bottom: 1px solid #292929;
            padding: 6rem 2rem;
        }
        .work-section__inner {
            max-width: 64rem;
            width: 100%;
        }

        /* ── CARDS ── */
        .work-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }
        .work-card {
            display: flex;
            flex-direction: column;
            border-radius: 1rem;
            border: 1px solid rgba(255,255,255,0.07);
            background: rgba(255,255,255,0.03);
            overflow: hidden;
            transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
            text-decoration: none;
            color: inherit;
        }
        .work-card:hover {
            border-color: rgba(212,216,255,0.22);
            background: rgba(212,216,255,0.04);
            transform: translateY(-2px);
        }
        .work-card__logo-wrap {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2.5rem 2rem 2rem;
            background: rgba(255,255,255,0.02);
            border-bottom: 1px solid rgba(255,255,255,0.05);
            min-height: 8rem;
            overflow: hidden;
        }
        .work-card__banner {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
            opacity: 0.65;
            transition: opacity 0.3s ease, transform 0.5s ease;
        }
        .work-card:hover .work-card__banner {
            opacity: 0.85;
            transform: scale(1.05);
        }
        .work-card__logo {
            position: relative;
            z-index: 1;
            max-height: 3rem;
            max-width: 12rem;
            width: auto;
            object-fit: contain;
        }
        .work-card__body {
            padding: 1.75rem 2rem 2rem;
            display: flex;
            flex-direction: column;
            gap: 0.7rem;
            flex: 1;
        }
        .work-card__title {
            font-size: 1.35rem;
            font-weight: 400;
            line-height: 1.3;
            background-image: linear-gradient(45deg, #FFD4F6 0%, #D4D8FF 47%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .work-card__desc {
            font-size: 0.9rem;
            font-weight: 300;
            line-height: 1.75;
            color: #B8BAD1;
            flex: 1;
        }
        .work-card__cta {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            margin-top: 1rem;
            font-size: 0.875rem;
            font-weight: 300;
            color: rgba(212,216,255,0.75);
        }
        .work-card__cta::after { content: ' \2192'; }
        .work-card:hover .work-card__cta { color: #D4D8FF; }

        /* ── STATE MESSAGES ── */
        .work-loading, .work-error {
            font-size: 0.9rem;
            font-weight: 300;
            color: rgba(184,186,209,0.5);
            text-align: center;
            padding: 4rem 0;
        }
        .work-error { color: rgba(239,68,68,0.7); }

        /* ── FOOTER ── */
        .site-footer {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            background-image:
                url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20path%20%7B%20fill%3A%20none%3B%20stroke%3A%20rgba(255,255,255,0.039)%3B%20stroke-width%3A%201.01px%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M416%2C192L256%2C320L96%2C192L256%2C64L416%2C192z%22%20%2F%3E%3C%2Fsvg%3E'),
                radial-gradient(80% 129% at 50% 11%, #2E2E2E 25%, #191919 100%);
            background-size: 768px, cover;
            background-repeat: repeat, repeat;
            border-top: 1px solid #292929;
        }
        .footer-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.25rem;
            padding: 4rem 2rem;
            text-align: center;
            width: 100%;
            max-width: 90rem;
        }
        .footer-tagline { font-size: 1.5em; font-weight: 300; color: #B8BAD1; line-height: 1.75; text-indent: 0.125rem; }
        .footer-copy { font-size: 1em; font-weight: 300; color: #B8BAD1; line-height: 1.75; text-indent: 0.125rem; }
        .footer-copy a { color: #B8BAD1; text-decoration: none; transition: color 0.3s ease, text-shadow 0.3s ease; }
        .footer-copy a:hover { color: #475AFF; text-shadow: 0 0 15px rgba(71,90,255,0.8), 0 0 30px rgba(71,90,255,0.5); }
        .footer-icons { display: flex; gap: 1.5rem; justify-content: center; margin-top: 1rem; font-size: 1.5em; }
        .footer-icons li { position: relative; z-index: 1; }
        .footer-icons li a {
            display: flex; align-items: center; justify-content: center;
            width: 2em; height: 2em; border-radius: 2.5rem;
            border: 2px solid #B338FF; background: transparent; text-decoration: none;
            transition: transform 0.25s ease, background 0.25s ease;
        }
        .footer-icons li a svg { width: 60%; height: 60%; fill: #FFE6F9; }
        .footer-icons li a:hover { background: rgba(255,255,255,0.059); transform: scale(1.13); }
        .footer-built { font-size: 0.7rem; font-weight: 300; color: rgba(184,186,209,0.28); margin-top: 0.25rem; line-height: 1.5; }

        /* ── REVEAL ── */
        .reveal-up {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }
        .reveal-up.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .text-block.text-block--footer-tagline {
            text-align: center;
            color: #B8BAD1;
            font-family: Inter;
            text-indent: 0.125rem;
            font-size: 1.5em;
            line-height: 1.75;
            font-weight: 300;
        }

        .text-block.text-block--footer-tagline mark {
            color: #FFFFFF;
            background-color: transparent;
        }

        .text-block.text-block--footer-tagline a {
            text-decoration: none;
        }

        .text-block.text-block--footer-tagline a:hover {
            text-decoration: underline;
        }

        .text-block.text-block--footer-tagline span.p:nth-child(n + 2) {
            margin-top: 1rem;
        }

        .text-block.text-block--footer-copy {
            text-align: center;
            color: #B8BAD1;
            font-family: Inter;
            text-indent: 0.125rem;
            font-size: 1em;
            line-height: 1.75;
            font-weight: 300;
        }

        .text-block.text-block--footer-copy a {
            color: #B8BAD1;
            text-decoration: none;
            transition: color 0.3s ease, text-shadow 0.3s ease;
        }

        .text-block.text-block--footer-copy a:hover {
            color: #475AFF;
            text-shadow: 0 0 15px rgba(71, 90, 255, 0.8), 0 0 30px rgba(71, 90, 255, 0.5);
        }

        .text-block.text-block--footer-copy span.p:nth-child(n + 2) {
            margin-top: 1rem;
        }

        .icon-group>li>a>.label {
            display: none;
        }
        .icon-group {
            display: flex;
            flex-wrap: wrap;
            justify-content: var(--flex-alignment, center);
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
        }

        .icon-group>li {
            position: relative;
            z-index: 1;
        }

        .icon-group>li>a {
            align-items: center;
            display: flex;
            justify-content: center;
            height: 2.25em;
            width: 2.25em;
            position: relative;
            z-index: 2;
        }

        .icon-group>li>a>svg {
            display: block;
            pointer-events: none;
            position: relative;
        }

        .icon-group>li>a+svg {
            display: block;
            height: 100%;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        .icon-group>li>a>.label {
            display: none;
        }
        .icon-group.icon-group--pill {
            font-size: 1.5em;
            gap: 1.5rem;
        }

        #footer-icons {
            justify-content: center;
            margin-top: 1.75rem !important;
            margin-bottom: 0 !important;
        }

        .icon-group.icon-group--pill:not(:first-child) {
            margin-top: 1rem !important;
        }

        .icon-group.icon-group--pill:not(:last-child) {
            margin-bottom: 1rem !important;
        }

        .icon-group.icon-group--pill>li>a {
            border-radius: 2.5rem;
            height: 2em;
            width: 2em;
            background-color: transparent;
            border-color: #B338FF;
            border-style: solid;
            border-width: 2px;
            transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
        }

        .icon-group.icon-group--pill>li>a>svg {
            height: 60%;
            width: 60%;
            fill: #FFE6F9;
            transition: fill 0.25s ease;
        }

        .icon-group.icon-group--pill>li>a:hover {
            background-color: rgba(255, 255, 255, 0.059) !important;
            transform: scale(1.13);
        }

        .icon-group.icon-group--pill>li>a+svg {
            transition: transform 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
        }

        .icon-group.icon-group--pill>li>a:hover+svg {
            transform: scale(1.13);
        }

        /* ── RESPONSIVE ── */
        @media (max-width: 1680px) { html { font-size: 11pt; } }
        @media (max-width: 1280px) { html { font-size: 11pt; } }
        @media (max-width: 980px) { html { font-size: 9pt; } }
        
        @media (max-width: 736px) {
            html { font-size: 9pt; }
        }
        @media (prefers-reduced-motion: reduce) {
            .reveal-up { transition: none !important; transform: none !important; opacity: 1 !important; }
        }

        @media (max-width: 736px) {
            .page-hero { padding: 4rem 1.5rem 3.5rem; }
            .page-hero__title { font-size: clamp(2.4rem, 10vw, 3.2rem); margin-top: -0.16em; }
            .page-hero__desc { font-size: 1.05rem; }
            .work-section { padding: 4rem 1.5rem; }
            .footer-inner { padding: 3rem 1.5rem; }
            .footer-tagline { font-size: 1.25em; }

            /* ── Mobile logo fix - match homepage behavior ── */
            .site-logo {
                max-width: calc(100vw - 5rem);
                padding-left: 1.6rem;
                justify-content: center;
            }
            .site-logo__icon {
                height: 30px !important;
                right: calc(100% - 0.35rem) !important;
            }
            .site-logo__nameplate {
                height: auto !important;
                max-height: 22px !important;
                max-width: 100%;
            }
        }
/* Structured footer */
#footer {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    #footer .footer-structured__bottom {
        grid-column: 1 !important;
        grid-row: auto !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-areas: none !important;
        gap: 0.45rem !important;
        margin-bottom: 0 !important;
        padding-top: 0.9rem !important;
        align-self: start !important;
    }

    #footer .footer-structured__bottom > .footer-meta--muted:not(.footer-meta--right),
    #footer .footer-meta--tagline,
    #footer .footer-meta--right {
        grid-area: auto !important;
        justify-self: start !important;
        text-align: left !important;
    }
}

/* Footer micro-tune override */
#footer .section__inner.footer-structured {
    padding: 1.05rem 0 0.58rem !important;
}

#footer .footer-structured__brand {
    padding: 0.58rem 0.72rem !important;
}

#footer .footer-brand__logo {
    height: 43px !important;
}

#footer .footer-brand__nameplate {
    max-height: 31px !important;
}

#footer .footer-brand-copy--headline {
    font-size: 0.9rem !important;
}

#footer .footer-structured__bottom {
    grid-template-columns: 1fr auto 1fr !important;
    grid-template-areas: "copy tagline right" !important;
    padding-top: 0.35rem !important;
    row-gap: 0 !important;
    position: relative;
}

#footer .footer-social-row {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.35rem;
    gap: 0.7rem;
}

#footer .footer-social-icon {
    width: 2.82rem;
    height: 2.82rem;
}
/* Footer Local Block START */
#add-ons {
    scroll-margin-top: calc(var(--sticky-banner-height, 0px) + 5rem);
}

#footer.section.section--standard.section--stack.section--full.section--screen {
    margin-top: 0 !important;
    min-height: auto !important;
    height: auto !important;
}

#footer {
    margin-top: 0 !important;
}

#footer .section__wrap {
    width: 100%;
    min-height: auto !important;
}

#footer .section__inner.footer-structured {
    width: min(100%, 74rem);
    margin: 0 auto;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    text-align: left !important;
    min-height: auto;
}

#footer .footer-structured__brand {
    display: grid;
    justify-items: center;
    width: 100%;
    max-width: 25rem;
    min-width: 0;
    padding: 0.9rem 1rem 0.82rem;
    gap: 0.62rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.025);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

#footer .footer-brand {
    display: grid;
    justify-items: center;
    gap: 0.22rem;
    text-decoration: none;
}

#footer .footer-brand__logo {
    width: auto;
    height: 46px;
    display: block;
}

#footer .footer-brand__nameplate {
    width: auto;
    max-width: min(100%, 14.8rem);
    height: auto;
    max-height: 33px;
    display: block;
}

#footer .footer-brand-copy {
    width: 100%;
    margin: 0;
    max-width: 15.6rem;
    font-family: Inter, sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(184, 186, 209, 0.84);
}

#footer .footer-brand-copy--headline {
    max-width: 15.7rem;
    margin-top: 0.28rem;
    margin-bottom: 0.22rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.26;
    text-align: center;
    color: #FCFDFF;
}

#footer .footer-brand-copy:not(.footer-brand-copy--headline) {
    text-align: left;
}

#footer .footer-contact-list {
    width: 100%;
    max-width: 18.8rem;
    display: grid;
    gap: 0.58rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-contact-list > li {
    margin: 0;
    min-width: 0;
}

#footer .footer-contact-list > li > .footer-contact-link {
    display: grid;
    grid-template-columns: 2.34rem minmax(0, 1fr);
    align-items: center;
    gap: 0.45rem;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: #B8BAD1;
    text-decoration: none;
    transition: none !important;
    animation: none !important;
}

#footer .footer-contact-link__icon {
    width: 2.34rem;
    height: 2.34rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1.35px solid rgba(179, 56, 255, 0.68);
    background: rgba(255, 255, 255, 0.025);
    box-shadow: none;
    color: #FFE6F9;
    flex-shrink: 0;
    transition: none !important;
    animation: none !important;
}

#footer .footer-contact-link__icon svg {
    width: 58%;
    height: 58%;
    fill: currentColor;
}

#footer .footer-contact-link__text {
    min-width: 0;
    min-height: 2.34rem;
    display: inline-flex;
    align-items: center;
    overflow-wrap: anywhere;
    font-family: Inter, sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.28;
    color: rgba(184, 186, 209, 0.92);
    transition: none !important;
    animation: none !important;
}

#footer .footer-contact-link:hover .footer-contact-link__icon {
    color: #FFE6F9;
    border-color: rgba(179, 56, 255, 0.68);
    background: rgba(255, 255, 255, 0.025);
}

#footer .footer-contact-link:hover .footer-contact-link__text {
    color: rgba(184, 186, 209, 0.92);
}

#footer .footer-structured__nav {
    grid-column: auto;
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    min-width: 0;
    padding-top: 0;
}

#footer .footer-nav-group {
    min-width: 0;
}

#footer .footer-nav-group__title {
    margin: 0 0 0.58rem;
    font-family: Inter, sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #D4D8FF;
}

#footer .footer-nav-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-nav-group li + li {
    margin-top: 0.42rem;
}

#footer .footer-nav-group a {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.33;
    color: #B8BAD1;
    text-decoration: none;
}

#footer .footer-nav-group a:hover {
    color: #EDF1FF;
}

#footer .footer-structured__bottom {
    grid-column: auto;
    margin-top: 0;
    padding-top: 0.72rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.45rem;
}

#footer .footer-meta {
    margin: 0;
    font-family: Inter, sans-serif;
    line-height: 1.42;
}

#footer .footer-meta--muted {
    color: rgba(184, 186, 209, 0.5);
    font-size: 0.74rem;
    font-weight: 300;
}

#footer .footer-meta--tagline {
    justify-self: start;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    color: #F8F9FF;
    font-size: 0.92rem;
    font-weight: 400;
    text-align: left;
}

#footer .footer-meta--right {
    text-align: left;
}

#footer .footer-social-row {
    position: static !important;
    left: auto;
    top: auto;
    transform: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.56rem;
    justify-self: center;
}

#footer .footer-social-icon {
    width: 2.54rem !important;
    height: 2.54rem !important;
}

@media (min-width: 560px) {
    #footer .footer-structured__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem 1rem;
    }
}

@media (min-width: 820px) {
    #footer .footer-structured__nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.78rem 1.08rem;
    }
}

@media (min-width: 1280px) {
    #footer .section__inner.footer-structured {
        grid-template-columns: minmax(21rem, 1.05fr) minmax(0, 1.95fr);
        gap: 1.2rem 1.85rem;
        min-height: 40svh;
        align-content: start;
        padding-top: 1.2rem;
    }

    #footer .footer-structured__brand {
        max-width: none;
        gap: 0.68rem;
        padding: 0.96rem 1.2rem 0.88rem;
    }

    #footer .footer-brand__logo {
        height: 62px;
    }

    #footer .footer-brand__nameplate {
        max-width: min(100%, 21rem);
        max-height: 46px;
    }

    #footer .footer-brand-copy--headline {
        margin-top: 0.34rem;
        margin-bottom: 0.26rem;
    }

    #footer .footer-structured__nav {
        padding-top: 0.2rem;
    }

    #footer .footer-structured__bottom {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        grid-template-areas:
            ". icons ."
            "copy tagline right" !important;
        align-items: center;
        gap: 1rem 1rem;
    }

    #footer .footer-structured__bottom > .footer-meta--muted:not(.footer-meta--right) {
        grid-area: copy;
    }

    #footer .footer-social-row {
        grid-area: icons;
        margin-bottom: 0.7rem;
    }

    #footer .footer-meta--tagline {
        grid-area: tagline;
        justify-self: center;
        text-align: center;
    }

    #footer .footer-meta--right {
        grid-area: right;
        text-align: right;
    }
}

@media (max-width: 560px) {
#footer {
    margin-top: 0 !important;
}

    #footer .section__inner.footer-structured {
        width: 100%;
        padding-top: 1rem;
        gap: 0.85rem;
    }

    #footer .footer-structured__brand {
        max-width: none;
        padding: 0.84rem 0.88rem 0.76rem;
        gap: 0.62rem;
    }

    #footer .footer-brand__logo {
        height: 42px;
    }

    #footer .footer-brand__nameplate {
        max-width: min(100%, 13.4rem);
        max-height: 31px;
    }

    #footer .footer-brand-copy {
        max-width: 14.8rem;
        font-size: 0.86rem;
    }

    #footer .footer-brand-copy--headline {
        max-width: 14rem;
        margin-top: 0.24rem;
        margin-bottom: 0.18rem;
        font-size: 1rem;
    }

    #footer .footer-contact-link__text,
    #footer .footer-nav-group a {
        font-size: 0.86rem;
    }

    #footer .footer-contact-list > li > .footer-contact-link {
        grid-template-columns: 2.24rem minmax(0, 1fr);
        gap: 0.42rem;
    }

    #footer .footer-contact-link__icon {
        width: 2.24rem;
        height: 2.24rem;
    }

    #footer .footer-contact-link__text {
        min-height: 2.24rem;
    }

    #footer .footer-social-icon {
        width: 2.28rem !important;
        height: 2.28rem !important;
    }
}
/* Footer Local Block END */

/* Footer Global Simplify Override */
#footer .section__inner.footer-structured {
    display: grid;
    grid-template-columns: minmax(16rem, 1.2fr) repeat(3, minmax(0, 1fr));
    gap: 1.35rem 1.6rem;
    align-items: start;
    width: min(92vw, 72rem);
    padding: 1.8rem 0 1.1rem;
}

#footer .footer-structured__nav {
    display: contents;
}

#footer .footer-structured__brand {
    padding: 0.95rem 1rem;
}

#footer .footer-contact-link:hover .footer-contact-link__icon {
    transform: none !important;
}

#footer .footer-structured__bottom {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.8rem;
    padding-top: 0.9rem;
    margin-top: 0.2rem;
}

@media (max-width: 980px) {
    #footer .section__inner.footer-structured {
        grid-template-columns: 1fr;
        gap: 1rem;
        width: min(94vw, 36rem);
    }

    #footer .footer-structured__nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.9rem;
    }

    #footer .footer-structured__bottom {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    #footer .footer-meta,
    #footer .footer-meta--right,
    #footer .footer-meta--tagline {
        text-align: left;
    }
}

/* Footer Icons + Compact Lock */
#footer .section__inner.footer-structured { padding: 2.6rem 0 1.15rem !important; }
#footer .footer-structured__brand { padding: 0.56rem 0.6rem 0.72rem !important; gap: 0.48rem !important; display: flex !important; flex-direction: column !important; align-items: center !important; align-self: stretch !important; justify-self: start !important; width: min(100%, 17rem) !important; max-width: 17rem !important; }
#footer .footer-brand__logo { height: 42px !important; width: auto !important; max-width: none !important; object-fit: contain !important; }
#footer .footer-brand__nameplate { width: min(100%, 15.2rem) !important; height: auto !important; max-width: 15.2rem !important; max-height: none !important; object-fit: contain !important; }
#footer .footer-brand-copy--headline { font-size: 0.96rem !important; line-height: 1.3 !important; }
#footer .footer-structured__bottom { display: grid !important; grid-template-columns: 1fr auto 1fr !important; grid-template-areas: "copy tagline right" !important; row-gap: 0 !important; column-gap: 0.9rem !important; padding-top: 0 !important; margin-top: 0 !important; }
#footer .footer-structured__bottom > .footer-meta--muted:not(.footer-meta--right) { grid-area: copy; }
#footer .footer-meta--tagline { grid-area: tagline; text-align: center !important; }
#footer .footer-meta--right { grid-area: right; justify-self: end !important; text-align: right !important; }
#footer .footer-social-row { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.5rem; margin: 0; text-align: center; }
#footer .footer-structured__brand .footer-social-row { width: 100%; margin-top: auto !important; padding-top: 0.85rem !important; justify-content: center !important; }
#footer .footer-social-icon { width: 2.42rem; height: 2.42rem; flex: 0 0 2.42rem; aspect-ratio: 1 / 1; box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; border: 2px solid #B338FF; color: #FFE6F9; background: transparent; text-decoration: none; padding: 0; }
#footer .footer-social-icon svg { width: 58%; height: 58%; fill: currentColor; }
#footer .footer-social-icon:hover { background: rgba(255, 255, 255, 0.065); }
@media (max-width: 980px) { #footer .footer-structured__bottom { grid-template-columns: 1fr auto 1fr !important; grid-template-areas: "copy tagline right" !important; } }

/* Footer Final Lock */
#footer .section__inner.footer-structured {
    grid-template-columns: max-content minmax(0, 1fr) !important;
    gap: 0.2rem 1.55rem !important;
    min-height: auto !important;
    align-items: stretch !important;
}

#footer .footer-structured__brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: stretch !important;
    height: auto !important;
}

#footer .footer-structured__main {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: contents !important;
    min-width: 0 !important;
    margin: 0 !important;
}

#footer .footer-structured__nav {
    display: grid !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.2rem 0.95rem !important;
    padding-top: 0 !important;
    align-self: start !important;
    margin-top: 0.875rem !important;
}

#footer .footer-nav-group:nth-child(1) { grid-column: auto !important; }
#footer .footer-nav-group:nth-child(2) { grid-column: auto !important; }
#footer .footer-nav-group:nth-child(3) { grid-column: auto !important; }

#footer .footer-structured__bottom {
    grid-column: 2 !important;
    grid-row: 1 !important;
    grid-template-columns: 1fr auto 1fr !important;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    padding-top: 0.45rem !important;
    align-self: end !important;
}

#footer .footer-meta--right {
    justify-self: end !important;
    text-align: right !important;
}

@media (max-width: 980px) {
    #footer .section__inner.footer-structured {
        grid-template-columns: 1fr !important;
        gap: 1rem 1rem !important;
        align-items: start !important;
    }

    #footer .footer-structured__brand {
        grid-column: 1 !important;
        grid-row: 1 !important;
        align-self: start !important;
    }

    #footer .footer-structured__main {
        display: grid !important;
        grid-column: 1 !important;
        grid-row: 2 !important;
        gap: 0.9rem !important;
        min-height: 0 !important;
    }

    #footer .footer-structured__nav {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;
        margin-top: 0 !important;
    }

    #footer .footer-nav-group:nth-child(1),
    #footer .footer-nav-group:nth-child(2),
    #footer .footer-nav-group:nth-child(3) {
        grid-column: auto !important;
    }

    #footer .footer-structured__bottom {
        grid-column: auto !important;
        grid-template-columns: 1fr auto 1fr !important;
        margin-bottom: 0 !important;
        padding-top: 0.7rem !important;
    }

    #footer .footer-meta { font-size: 0.72rem !important; }
    #footer .footer-meta--tagline { font-size: 0.92rem !important; text-align: center !important; }
    #footer .footer-meta--right { justify-self: end !important; text-align: right !important; }
}

@media (max-width: 736px) {
    #footer .section__inner.footer-structured {
        padding-top: 2rem;
        gap: 1.75rem;
    }

    .footer-brand__logo {
        height: 38px;
    }

    .footer-brand__nameplate {
        max-height: 17px;
    }

    .footer-structured__lead {
        max-width: none;
        font-size: 0.92rem;
    }

    .footer-structured__nav {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .footer-structured__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 736px) {
    .page-hero {
        padding: 3.25rem 1.25rem 2.7rem;
    }

    .page-hero__title {
        font-size: clamp(2.05rem, 9.8vw, 2.65rem);
        line-height: 1.06;
        margin-top: -0.08em;
    }

    .page-hero__desc {
        max-width: 20.5rem;
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .work-section {
        padding: 3rem 1.25rem;
    }

    .work-grid {
        gap: 0.95rem;
    }

    .work-card__logo-wrap {
        padding: 1.7rem 1rem 1.25rem;
        min-height: 6.25rem;
    }

    .work-card__logo {
        max-height: 2.4rem;
        max-width: 9.5rem;
    }

    .work-card__body {
        padding: 1.25rem 1rem 1.4rem;
        gap: 0.55rem;
    }

    .work-card__title {
        font-size: 1.16rem;
    }

    .work-card__desc {
        font-size: 0.84rem;
        line-height: 1.6;
    }

    .work-card__cta {
        margin-top: 0.45rem;
        font-size: 0.82rem;
    }
}

@media (max-width: 768px) {
    #footer .footer-structured__main {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
    }

    #footer .footer-structured__nav {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    #footer .footer-structured__bottom {
        grid-column: 1 !important;
        grid-row: 2 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-areas: none !important;
        gap: 0.45rem !important;
        margin-bottom: 0 !important;
        padding-top: 0.9rem !important;
        align-self: start !important;
    }

    #footer .footer-structured__bottom > .footer-meta--muted:not(.footer-meta--right),
    #footer .footer-meta--tagline,
    #footer .footer-meta--right {
        grid-area: auto !important;
        justify-self: start !important;
        text-align: left !important;
    }
}

/* Mobile footer: Explore | Start Here on one row, Our Work full-width below */
@media (max-width: 980px) {
    #footer .footer-structured__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.9rem 1.2rem !important;
        align-items: start !important;
    }
    #footer .footer-nav-group:nth-child(1) { grid-column: 1 !important; }
    #footer .footer-nav-group:nth-child(2) { grid-column: 2 !important; }
    #footer .footer-nav-group:nth-child(3) { grid-column: 1 / -1 !important; }
    #footer .footer-structured__bottom {
        grid-template-columns: 1fr !important;
        grid-template-areas: none !important;
        gap: 0.35rem !important;
    }
    #footer .footer-structured__bottom > .footer-meta--muted:not(.footer-meta--right),
    #footer .footer-meta--tagline,
    #footer .footer-meta--right {
        grid-area: auto !important;
        justify-self: start !important;
        text-align: left !important;
    }
}

