body:has(.award-home) {
    background: #050505;
}

body:has(.award-home) .site-shell {
    background: #050505;
}

body:has(.award-home) .quick-contact,
body:has(.award-home) .cursor-glow {
    display: none;
}

body:has(.award-home) .site-header {
    width: 100%;
    height: 76px;
    margin: 0;
    padding: 0 max(42px, calc((100vw - 1240px) / 2));
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(2, 2, 2, 0.94);
    backdrop-filter: blur(12px);
    transform: none;
}

body:has(.award-home) .site-header.is-scrolled {
    background: rgba(2, 2, 2, 0.96);
    transform: none;
}

body:has(.award-home) .brand-logo {
    width: 172px;
    filter: none;
}

body:has(.award-home) .site-nav {
    gap: 38px;
}

body:has(.award-home) .site-nav a {
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 700;
}

body:has(.award-home) .site-header,
body:has(.award-home) .site-nav,
body:has(.award-home) .mega-nav {
    overflow: visible;
}

body:has(.award-home) .mega-nav::after {
    content: "";
    position: absolute;
    left: -28px;
    right: -28px;
    top: 100%;
    height: 20px;
}

body:has(.award-home) .mega-menu {
    top: 100%;
    z-index: 120;
}

body:has(.award-home) .mega-nav:hover .mega-menu,
body:has(.award-home) .mega-nav.is-open .mega-menu,
body:has(.award-home) .mega-nav:focus-within .mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
}

body:has(.award-home) .header-cta,
body:has(.award-home) .btn-primary {
    min-height: 42px;
    padding: 0 28px;
    border-radius: 7px;
    background: #ff1725;
    box-shadow: 0 16px 34px rgba(255, 23, 37, 0.24);
}

body:has(.award-home) .btn-secondary {
    min-height: 42px;
    padding: 0 28px;
    border-radius: 7px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.035);
}

.award-home {
    --award-max: 1240px;
    --award-red: #ff1725;
    --award-panel: #111111;
    --award-line: rgba(255, 255, 255, 0.08);
    --award-muted: #a1a1aa;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 8%, rgba(255, 23, 37, 0.16), transparent 28rem),
        #050505;
}

.award-home section {
    border-bottom: 1px solid var(--award-line);
}

.award-hero {
    min-height: 548px;
    display: grid;
    grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
    gap: 28px;
    align-items: center;
    padding: 106px max(42px, calc((100vw - var(--award-max)) / 2)) 34px;
}

.award-kicker {
    margin-bottom: 26px;
    color: var(--award-red);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.award-hero h1 {
    max-width: 620px;
    margin-bottom: 18px;
    color: #f5f5f5;
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.award-hero-copy > p:not(.award-kicker) {
    max-width: 520px;
    color: #d8d8d8;
    font-size: 17px;
    line-height: 1.62;
}

.award-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
}

.award-hero-media {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    background: #050505;
}

.award-hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 62% 42%, rgba(255, 23, 37, 0.28), transparent 24rem),
        linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.2) 34%, rgba(5, 5, 5, 0) 100%);
}

.award-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    display: block;
    object-fit: cover;
    object-position: center right;
    filter: saturate(1.15) contrast(1.08);
}

.award-trust,
.award-services,
.award-outdoor,
.award-performance,
.award-work,
.award-process,
.award-values,
.award-testimonials,
.award-blog {
    padding: 30px max(42px, calc((100vw - var(--award-max)) / 2));
}

.award-trust h2,
.award-services h2,
.award-work h2,
.award-process h2,
.award-values h2,
.award-testimonials h2,
.award-blog h2 {
    position: relative;
    margin: 0 auto 20px;
    color: #f5f5f5;
    text-align: center;
    font-size: clamp(21px, 2vw, 28px);
    font-weight: 700;
}

.award-trust h2::before,
.award-services h2::before {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin: 0 auto 12px;
    background: var(--award-red);
}

.award-trust > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    max-width: 1080px;
    margin: 0 auto;
}

.award-trust article,
.award-services a,
.award-platforms a,
.award-work article,
.award-process article,
.award-values article,
.award-testimonials article,
.award-blog article {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.012)),
        #111111;
}

.award-trust article {
    min-height: 96px;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 10px 14px;
    align-items: center;
    padding: 18px;
}

.award-trust i,
.award-services i,
.award-values i {
    color: var(--award-red);
    font-size: 28px;
}

.award-trust strong,
.award-services h3,
.award-work h3,
.award-blog h3 {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 900;
}

.award-trust span {
    grid-column: 2;
    color: var(--award-muted);
    font-size: 12px;
    line-height: 1.45;
}

.award-manifest {
    display: grid;
    grid-template-columns: minmax(310px, 0.52fr) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
    padding: 36px max(42px, calc((100vw - var(--award-max)) / 2));
}

.award-manifest h2,
.award-side h2 {
    max-width: 580px;
    margin-bottom: 18px;
    color: #f5f5f5;
    font-size: clamp(29px, 3.5vw, 47px);
    line-height: 1.04;
    font-weight: 500;
}

.award-manifest p,
.award-side p {
    max-width: 540px;
    color: var(--award-muted);
    line-height: 1.62;
}

.award-manifest img {
    width: 100%;
    max-height: 306px;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    opacity: 0.92;
}

.award-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.award-pills span {
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    color: #f5f5f5;
    font-size: 13px;
}

.award-pills span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 9px;
    border-radius: 999px;
    background: var(--award-red);
}

.award-services > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 1130px;
    margin: 0 auto;
}

.award-services a {
    min-height: 132px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 4px 18px;
    padding: 24px;
}

.award-services i {
    grid-row: span 3;
}

.award-services p {
    color: var(--award-muted);
    font-size: 13px;
    line-height: 1.45;
}

.award-services span,
.award-blog a {
    color: var(--award-red);
    font-size: 13px;
    font-weight: 800;
}

.award-outdoor,
.award-performance {
    display: grid;
    grid-template-columns: 318px 1fr;
    gap: 28px;
    align-items: center;
}

.award-side .btn {
    margin-top: 20px;
}

.award-image-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.award-image-row a {
    position: relative;
    overflow: hidden;
    min-height: 166px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: #111111;
}

.award-image-row img {
    width: 100%;
    height: 100%;
    min-height: 166px;
    display: block;
    object-fit: cover;
    opacity: 0.82;
    transition: transform 220ms ease, opacity 220ms ease;
}

.award-image-row a:nth-child(1) img { object-position: 42% center; }
.award-image-row a:nth-child(2) img { object-position: 58% center; }
.award-image-row a:nth-child(3) img { object-position: 75% center; }
.award-image-row a:nth-child(4) img { object-position: 92% center; }

.award-image-row a:hover img {
    opacity: 1;
    transform: scale(1.04);
}

.award-image-row strong {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.award-platforms {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.award-platforms a {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: center;
    min-height: 64px;
    padding: 12px 16px;
    color: #ffffff;
}

.award-platforms i {
    font-size: 24px;
}

.award-platforms span {
    font-size: 13px;
    font-weight: 800;
}

.award-platforms em {
    grid-column: 2;
    height: 18px;
    border-bottom: 1px solid rgba(255, 23, 37, 0.92);
    border-radius: 50%;
    transform: translateY(-10px);
}

.award-work > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1120px;
    margin: 0 auto;
}

.award-work article {
    overflow: hidden;
}

.award-work img {
    width: 100%;
    aspect-ratio: 1.55;
    display: block;
    object-fit: cover;
}

.award-work article:nth-child(1) img { object-position: 10% center; }
.award-work article:nth-child(2) img { object-position: 27% center; }
.award-work article:nth-child(3) img { object-position: 45% center; }
.award-work article:nth-child(4) img { object-position: 62% center; }
.award-work article:nth-child(5) img { object-position: 78% center; }
.award-work article:nth-child(6) img { object-position: 94% center; }

.award-work h3,
.award-work p {
    padding: 0 18px;
}

.award-work h3 {
    margin: 16px 0 7px;
    font-size: 19px;
}

.award-work p {
    margin-bottom: 20px;
    color: var(--award-muted);
    font-size: 14px;
    line-height: 1.5;
}

.award-process > div,
.award-values > div,
.award-testimonials > div,
.award-blog > div {
    display: grid;
    gap: 14px;
}

.award-process > div {
    grid-template-columns: repeat(4, 1fr);
}

.award-values > div {
    grid-template-columns: repeat(4, 1fr);
}

.award-testimonials > div,
.award-blog > div {
    grid-template-columns: repeat(3, 1fr);
}

.award-process article,
.award-values article,
.award-testimonials article {
    padding: 24px;
}

.award-process span {
    color: var(--award-red);
    font-size: 24px;
    font-weight: 900;
}

.award-process h3,
.award-values h3 {
    margin: 10px 0 8px;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 900;
}

.award-process p,
.award-values p,
.award-testimonials p,
.award-blog p {
    color: var(--award-muted);
    font-size: 13px;
    line-height: 1.48;
}

.award-testimonials strong {
    color: var(--award-red);
    font-size: 34px;
    line-height: 1;
}

.award-testimonials span {
    color: #f5f5f5;
    font-size: 13px;
}

.award-blog article {
    overflow: hidden;
    padding: 14px;
}

.award-blog img {
    width: 100%;
    height: 140px;
    display: block;
    object-fit: cover;
    border-radius: 14px;
}

.award-blog article:nth-child(1) img { object-position: 14% center; }
.award-blog article:nth-child(2) img { object-position: 52% center; }
.award-blog article:nth-child(3) img { object-position: 88% center; }

.award-blog h3 {
    margin: 14px 0 8px;
}

@media (max-width: 980px) {
    body:has(.award-home) .site-header {
        padding: 0 18px;
    }

    .award-hero,
    .award-manifest,
    .award-outdoor,
    .award-performance {
        grid-template-columns: 1fr;
    }

    .award-trust > div,
    .award-services > div,
    .award-image-row,
    .award-platforms,
    .award-work > div,
    .award-process > div,
    .award-values > div,
    .award-testimonials > div,
    .award-blog > div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .award-hero,
    .award-trust,
    .award-manifest,
    .award-services,
    .award-outdoor,
    .award-performance,
    .award-work,
    .award-process,
    .award-values,
    .award-testimonials,
    .award-blog {
        padding-left: 18px;
        padding-right: 18px;
    }

    .award-hero {
        min-height: auto;
        padding-top: 106px;
    }

    .award-hero h1 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .award-hero-media,
    .award-hero-media img {
        min-height: 260px;
    }

    .award-trust > div,
    .award-services > div,
    .award-image-row,
    .award-platforms,
    .award-work > div,
    .award-process > div,
    .award-values > div,
    .award-testimonials > div,
    .award-blog > div {
        grid-template-columns: 1fr;
    }

}


/* Final CTA and site footer */
.final-cta {
    padding: 48px 24px 34px;
    background: #050505;
}

.final-cta-inner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(1320px, 100%);
    margin: 0 auto;
    padding: 64px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 48px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background:
        radial-gradient(circle at 85% 45%, rgba(255, 23, 37, 0.2), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        #080808;
    box-shadow: 0 28px 86px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.final-cta-inner::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 23, 37, 0.58), transparent);
    opacity: 0.8;
}

.final-cta h2 {
    max-width: 760px;
    margin: 0;
    color: #f5f5f5;
    font-size: clamp(34px, 3.6vw, 58px);
    line-height: 1.04;
    font-weight: 760;
    letter-spacing: -0.04em;
}

.final-cta p {
    max-width: 640px;
    margin: 18px 0 0;
    color: #b9b9c0;
    font-size: 16px;
    line-height: 1.7;
}

.final-cta .btn {
    height: 54px;
    min-width: 0;
    padding: 0 30px;
    border-radius: 14px;
    background: #ff1725;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 18px 45px rgba(255, 23, 37, 0.24);
    transition: transform 250ms ease, box-shadow 250ms ease, background 250ms ease;
}

.final-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 58px rgba(255, 23, 37, 0.3);
}

.site-footer {
    padding: 72px 24px 28px;
    background: #060606;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-container {
    width: min(1320px, 100%);
    margin: 0 auto;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.45fr 0.78fr 1fr 1.05fr 0.62fr;
    gap: 48px;
    align-items: start;
}

.footer-brand {
    width: fit-content;
}

.footer-brand .brand-logo {
    width: 210px;
    max-width: 100%;
    margin-bottom: 24px;
}

.footer-about p {
    max-width: 360px;
    margin: 0;
    color: #a1a1aa;
    font-size: 15px;
    line-height: 1.75;
}

.site-footer h3 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-column > a,
.footer-contact-list a,
.footer-contact-list span,
.footer-contact-list small {
    display: block;
    width: fit-content;
    margin: 0;
    color: #a1a1aa;
    font-size: 15px;
    line-height: 1.95;
    text-decoration: none;
    transition: color 200ms ease, transform 200ms ease;
}

.footer-column > a:hover,
.footer-contact-list a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-contact-list {
    display: grid;
    gap: 2px;
}

.footer-contact-list span,
.footer-contact-list a,
.footer-contact-list small {
    position: relative;
    padding-left: 14px;
}

.footer-contact-list span::before,
.footer-contact-list a::before,
.footer-contact-list small::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.88em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff1725;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
    color: #ffffff;
    text-decoration: none;
    transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.footer-social a:hover {
    border-color: #ff1725;
    background: #ff1725;
    transform: translateY(-2px);
}

.footer-bottom-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-line span,
.footer-bottom-line a {
    color: #6f6f76;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
}

.footer-bottom-line nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-bottom-line a:hover {
    color: #ffffff;
}

@media (max-width: 1100px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 44px 52px;
    }

    .footer-about {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .final-cta {
        padding: 34px 18px 28px;
    }

    .final-cta-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 36px 24px;
        border-radius: 24px;
    }

    .final-cta h2 {
        font-size: clamp(30px, 8vw, 38px);
        letter-spacing: -0.03em;
    }

    .final-cta p {
        font-size: 14px;
        line-height: 1.65;
    }

    .final-cta .btn {
        width: fit-content;
    }

    .site-footer {
        padding: 52px 18px 24px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-brand .brand-logo {
        width: 180px;
    }

    .footer-bottom-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 42px;
    }
}

/* Mobile and tablet stability pass */
@media (max-width: 1180px) {
    html,
    body {
        overflow-x: hidden;
    }

    .site-header,
    body:has(.award-home) .site-header {
        width: 100%;
        height: 72px;
        min-height: 72px;
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 14px;
        align-items: center;
        margin: 0;
        padding: 0 22px;
        border-radius: 0;
    }

    .brand,
    body:has(.award-home) .brand {
        min-width: 0;
        display: inline-flex;
        align-items: center;
    }

    .brand-logo,
    body:has(.award-home) .brand-logo {
        width: clamp(138px, 20vw, 172px);
        max-height: 48px;
        object-fit: contain;
    }

    .nav-toggle {
        justify-self: end;
        display: inline-flex;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 6px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.04);
        color: #ffffff;
    }

    .nav-toggle span {
        width: 20px;
        height: 2px;
        display: block;
        border-radius: 999px;
        background: currentColor;
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .nav-toggle[aria-expanded="true"] span:first-child {
        transform: translateY(4px) rotate(45deg);
    }

    .nav-toggle[aria-expanded="true"] span:last-child {
        transform: translateY(-4px) rotate(-45deg);
    }

    .site-nav,
    body:has(.award-home) .site-nav {
        position: fixed;
        left: 16px;
        right: 16px;
        top: 84px;
        z-index: 150;
        max-height: calc(100dvh - 104px);
        overflow: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 20px;
        background: rgba(6, 6, 6, 0.98);
        box-shadow: 0 26px 80px rgba(0, 0, 0, 0.58);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        visibility: hidden;
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .site-nav.is-open,
    body:has(.award-home) .site-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .site-nav > a,
    .site-nav .mega-toggle,
    body:has(.award-home) .site-nav a,
    body:has(.award-home) .site-nav .mega-toggle {
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 14px;
        border-radius: 12px;
        color: #f4f4f4;
        font-size: 14px;
        line-height: 1.2;
    }

    .site-nav > a:first-child::after,
    body:has(.award-home) .site-nav > a:first-child::after {
        display: none;
    }

    .mega-nav,
    body:has(.award-home) .mega-nav {
        position: static;
        width: 100%;
    }

    .mega-nav::after,
    body:has(.award-home) .mega-nav::after {
        display: none;
    }

    .mega-menu,
    body:has(.award-home) .mega-menu {
        position: static;
        width: 100%;
        max-height: none;
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 8px 0 10px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        visibility: visible;
    }

    .mega-nav.is-open .mega-menu,
    .mega-nav:focus-within .mega-menu,
    body:has(.award-home) .mega-nav.is-open .mega-menu,
    body:has(.award-home) .mega-nav:focus-within .mega-menu {
        display: grid;
        transform: none;
    }

    .mega-group,
    body:has(.award-home) .mega-group {
        min-height: auto;
        padding: 14px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.035);
    }

    .mega-group p {
        min-height: 0;
        margin-bottom: 10px;
    }

    .header-cta,
    body:has(.award-home) .header-cta {
        justify-self: end;
        min-height: 44px;
        max-width: 128px;
        padding: 0 18px;
        border-radius: 12px;
        white-space: nowrap;
        font-size: 13px;
    }

    .award-hero,
    .service-detail-hero,
    .agency-hero,
    .clean-hero,
    .ref-hero {
        padding-top: 108px;
    }
}

@media (max-width: 980px) {
    .award-hero,
    .service-detail-hero,
    .agency-hero,
    .clean-hero,
    .ref-hero,
    .service-rich-overview,
    .service-showcase,
    .home-story-stage,
    .section-split-head,
    .service-priority-head,
    .award-outdoor,
    .award-performance {
        grid-template-columns: 1fr;
    }

    .award-hero,
    .service-detail-hero,
    .agency-hero,
    .clean-hero,
    .ref-hero {
        min-height: auto;
        gap: 24px;
        align-items: start;
    }

    .award-hero-media,
    .award-hero-media img {
        min-height: 320px;
    }

    .service-rich-visual,
    .story-statement,
    .impact-sticky {
        position: static;
        top: auto;
    }

    .service-detail-grid,
    .service-deliverables-grid,
    .clean-service-grid,
    .clean-story-grid,
    .clean-work-grid,
    .clean-capabilities,
    .home-case-grid,
    .home-capability-wall,
    .clean-process-grid,
    .award-trust > div,
    .award-services > div,
    .award-platforms,
    .award-work > div,
    .award-process > div,
    .award-values > div,
    .award-testimonials > div,
    .award-blog > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-references-head {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }

    .home-references-head .btn,
    .home-references-head a {
        justify-self: start;
    }
}

@media (max-width: 720px) {
    :root {
        --mobile-pad: 18px;
    }

    .site-header,
    body:has(.award-home) .site-header {
        height: 68px;
        min-height: 68px;
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 8px;
        padding: 0 14px;
    }

    .brand-logo,
    body:has(.award-home) .brand-logo {
        width: clamp(124px, 38vw, 150px);
    }

    .nav-toggle {
        order: 3;
        width: 42px;
        height: 42px;
        border-radius: 11px;
    }

    .header-cta,
    body:has(.award-home) .header-cta {
        order: 2;
        min-height: 40px;
        max-width: none;
        padding: 0 13px;
        border-radius: 10px;
        font-size: 12px;
        box-shadow: 0 10px 24px rgba(255, 23, 37, 0.2);
    }

    .site-nav,
    body:has(.award-home) .site-nav {
        left: 10px;
        right: 10px;
        top: 76px;
        max-height: calc(100dvh - 88px);
        border-radius: 16px;
    }

    .mega-menu,
    body:has(.award-home) .mega-menu {
        grid-template-columns: 1fr;
    }

    .mega-group h3 {
        font-size: 15px;
    }

    .mega-group p {
        font-size: 12px;
    }

    .site-nav .mega-group a {
        min-height: 38px;
        padding: 8px 0;
        font-size: 13px;
    }

    .award-hero,
    .award-trust,
    .award-services,
    .award-outdoor,
    .award-performance,
    .award-work,
    .award-process,
    .award-values,
    .award-testimonials,
    .award-blog,
    .service-detail-hero,
    .service-detail-grid,
    .service-siblings,
    .service-listing,
    .agency-hero,
    .home-service-lab,
    .home-story-stage,
    .home-case-band,
    .home-process,
    .home-final-cta,
    .inner-hero,
    .inner-grid,
    .inner-statement,
    .contact-panels,
    .clean-hero,
    .clean-services,
    .clean-story,
    .clean-work,
    .clean-process,
    .clean-contact,
    .clean-capabilities,
    .ref-hero,
    .ref-channel-strip,
    .ref-manifest,
    .ref-services,
    .ref-outdoor,
    .ref-performance,
    .ref-work,
    .ref-process,
    .ref-values,
    .ref-testimonials,
    .ref-blog,
    .ref-cta {
        padding-left: var(--mobile-pad);
        padding-right: var(--mobile-pad);
    }

    .award-hero,
    .service-detail-hero,
    .agency-hero,
    .clean-hero,
    .ref-hero,
    .inner-hero {
        padding-top: 98px;
        padding-bottom: 38px;
    }

    .award-hero h1,
    .service-detail-hero h1,
    .agency-hero h1,
    .inner-hero h1,
    .clean-hero h1,
    .ref-hero h1 {
        font-size: clamp(34px, 11vw, 48px);
        line-height: 1.03;
        letter-spacing: 0;
    }

    .award-hero-copy > p:not(.award-kicker),
    .service-detail-hero p,
    .agency-hero-copy > p:not(.eyebrow),
    .inner-hero > p,
    .clean-hero-copy > p:not(.eyebrow),
    .ref-hero-copy > p:not(.ref-kicker) {
        font-size: 15px;
        line-height: 1.65;
    }

    .award-actions,
    .clean-actions,
    .hero-actions,
    .about-hero-links {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }

    .btn,
    .btn-primary,
    .btn-secondary,
    body:has(.award-home) .btn-primary,
    body:has(.award-home) .btn-secondary {
        width: 100%;
        min-height: 46px;
        padding: 0 16px;
        border-radius: 12px;
    }

    .award-hero-media,
    .award-hero-media img,
    .ref-hero-art,
    .ref-hero-art img,
    .service-rich-visual img {
        min-height: 240px;
        height: 240px;
    }

    .award-trust > div,
    .award-services > div,
    .award-platforms,
    .award-work > div,
    .award-process > div,
    .award-values > div,
    .award-testimonials > div,
    .award-blog > div,
    .service-detail-grid,
    .service-deliverables-grid,
    .service-package-grid,
    .service-listing,
    .clean-service-grid,
    .clean-story-grid,
    .clean-work-grid,
    .clean-capabilities,
    .home-case-grid,
    .home-capability-wall,
    .clean-process-grid,
    .service-showcase-grid,
    .selected-work-grid,
    .home-references-grid {
        grid-template-columns: 1fr;
    }

    .award-services a,
    .award-work article,
    .service-detail-grid article,
    .service-deliverables-grid article,
    .service-package-card,
    .clean-service-grid article,
    .clean-story-grid article,
    .clean-capabilities article,
    .service-showcase-grid a,
    .home-capability-wall article {
        min-height: auto;
        padding: 20px;
        border-radius: 16px;
    }

    .service-rich-overview,
    .service-insight-table,
    .service-deliverables-rich {
        width: calc(100% - 36px);
        margin: 28px auto 38px;
    }

    .service-table-wrap table {
        min-width: 720px;
    }

    .service-table-wrap th,
    .service-table-wrap td {
        padding: 14px;
        font-size: 13px;
    }

    .home-references {
        padding-left: var(--mobile-pad);
        padding-right: var(--mobile-pad);
    }

    .home-references-head h2 {
        font-size: clamp(30px, 10vw, 42px);
        line-height: 1.05;
    }

    .reference-card img,
    .home-reference-card img,
    .home-references img {
        max-height: 260px;
        object-fit: contain;
    }

    .final-cta .btn {
        width: 100%;
    }

    .quick-contact {
        right: 14px;
        bottom: 14px;
        min-width: 104px;
        padding: 9px 11px;
        border-radius: 14px;
    }
}

@media (max-width: 360px) {
    .site-header,
    body:has(.award-home) .site-header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .header-cta,
    body:has(.award-home) .header-cta {
        display: none;
    }
}

.mobile-whatsapp {
    display: none;
}

@media (max-width: 720px) {
    .mobile-whatsapp {
        position: fixed;
        right: 16px;
        bottom: calc(16px + env(safe-area-inset-bottom));
        z-index: 140;
        width: 56px;
        height: 56px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 999px;
        background: #25d366;
        color: #ffffff;
        box-shadow: 0 18px 44px rgba(37, 211, 102, 0.28), 0 10px 30px rgba(0, 0, 0, 0.38);
        text-decoration: none;
    }

    .mobile-whatsapp i {
        font-size: 28px;
        line-height: 1;
    }

    .mobile-whatsapp:active {
        transform: scale(0.96);
    }
}
