:root {
    --black: #050505;
    --ink: #111111;
    --charcoal: #181818;
    --red: #e50914;
    --red-dark: #8f0007;
    --red-soft: rgba(229, 9, 20, 0.16);
    --white: #ffffff;
    --muted: #b8b8b8;
    --line: rgba(255, 255, 255, 0.12);
    --max: 1180px;
    --radius: 8px;
    --font-display: "Barlow", Arial, sans-serif;
    --font-body: "Inter", Arial, sans-serif;
}

/* Final agency direction: cleaner, sharper, services-led. */
.home-hero {
    min-height: 96svh;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    gap: clamp(32px, 5vw, 72px);
    align-items: end;
    padding-top: 150px;
    padding-bottom: 64px;
    background:
        radial-gradient(circle at 70% 20%, rgba(229, 9, 20, 0.34), transparent 26rem),
        linear-gradient(135deg, #050505 0%, #0b0b0b 55%, #170003 100%);
}

.home-hero::before {
    content: "TIRILIZM";
    position: absolute;
    left: max(18px, calc((100vw - var(--max)) / 2));
    bottom: -0.13em;
    z-index: -1;
    color: rgba(255, 255, 255, 0.035);
    font-family: var(--font-display);
    font-size: clamp(86px, 18vw, 270px);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: 0;
    pointer-events: none;
}

.home-hero-bg {
    opacity: 0.48;
    filter: saturate(0.8) contrast(1.2);
}

.home-hero-copy {
    align-self: end;
}

.home-hero h1 {
    max-width: 1030px;
    font-size: clamp(62px, 8.8vw, 124px);
    line-height: 0.86;
}

.home-hero-copy > p:not(.eyebrow) {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.78);
}

.hero-service-line {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    width: fit-content;
    max-width: 100%;
    margin-top: 34px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.12);
}

.hero-service-line span {
    min-width: 104px;
    padding: 12px 14px;
    background: rgba(5, 5, 5, 0.82);
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
}

.hero-service-board {
    align-self: stretch;
    min-height: 560px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.16);
}

.board-logo {
    min-height: 190px;
}

.hero-service-board a {
    grid-template-columns: 76px 1fr;
    min-height: 92px;
}

.hero-service-board strong {
    font-size: clamp(24px, 2.4vw, 34px);
}

.service-priority-section {
    padding-top: 118px;
    padding-bottom: 118px;
    background:
        linear-gradient(180deg, #f3f3f3 0%, #ffffff 100%);
    color: #090909;
}

.service-priority-section .eyebrow {
    color: var(--red);
}

.service-priority-head {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    margin-bottom: 26px;
}

.service-priority-head h2 {
    max-width: 880px;
    color: #070707;
    font-size: clamp(48px, 6.8vw, 96px);
    line-height: 0.9;
}

.service-priority-head > p:not(.eyebrow) {
    color: #444444;
}

.service-priority-grid {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.service-priority-grid article {
    min-height: 0;
    display: grid;
    grid-template-columns: 150px minmax(0, 0.86fr) minmax(280px, 0.52fr);
    gap: 30px;
    align-items: center;
    padding: 34px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
    color: #090909;
}

.service-priority-grid article::after {
    display: none;
}

.service-priority-grid article:hover {
    transform: none;
    background: linear-gradient(90deg, rgba(229, 9, 20, 0.08), transparent 58%);
    border-color: rgba(0, 0, 0, 0.12);
}

.service-priority-grid span {
    color: var(--red);
}

.service-priority-grid h3 {
    margin: 0;
    color: #070707;
    font-size: clamp(34px, 5vw, 72px);
}

.service-priority-grid p {
    color: #484848;
    font-size: 17px;
}

.brand-story-section {
    background:
        radial-gradient(circle at 80% 8%, rgba(229, 9, 20, 0.22), transparent 26rem),
        #070707;
}

.story-large h2,
.selected-work-head h2 {
    line-height: 0.94;
}

.story-flow article {
    grid-template-columns: 96px minmax(0, 1fr);
}

.selected-work-section {
    background: #050505;
}

.selected-work-grid {
    gap: 18px;
}

.selected-work-grid article {
    border-color: rgba(255, 255, 255, 0.16);
}

.selected-work-grid article > div {
    max-width: 760px;
}

.capabilities-section {
    background: #f7f7f7;
    color: #090909;
}

.capabilities-section .eyebrow {
    color: var(--red);
}

.capability-card {
    border-color: rgba(0, 0, 0, 0.12);
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.035), rgba(0, 0, 0, 0.01)),
        #ffffff;
}

.capability-card p,
.tag-cloud span {
    color: #4d4d4d;
}

.tag-cloud span {
    border-color: rgba(0, 0, 0, 0.16);
}

@media (max-width: 980px) {
    .home-hero {
        align-items: start;
    }

    .hero-service-board {
        min-height: auto;
    }

    .service-priority-grid article {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .service-priority-grid p {
        grid-column: 2;
    }
}

@media (max-width: 680px) {
    .home-hero {
        min-height: auto;
        padding-top: 122px;
        padding-bottom: 42px;
    }

    .home-hero h1 {
        font-size: clamp(48px, 15vw, 76px);
    }

    .hero-service-board {
        display: grid;
        min-height: auto;
    }

    .board-logo {
        display: none;
    }

    .hero-service-board a {
        grid-template-columns: 70px 1fr;
        min-height: 78px;
        padding: 16px;
    }

    .hero-service-board strong {
        font-size: 24px;
    }

    .service-priority-section {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .service-priority-grid article {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 26px 0;
    }

    .service-priority-grid p {
        grid-column: auto;
    }

    .hero-service-line span {
        min-width: calc(50% - 1px);
    }
}

/* Refined homepage direction: services first, story-led modern agency. */
.home-hero,
.service-priority-section,
.brand-story-section,
.selected-work-section {
    padding: 104px max(24px, calc((100vw - var(--max)) / 2));
}

.home-hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.58fr);
    gap: 64px;
    align-items: center;
    isolation: isolate;
    padding-top: 150px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 22%, rgba(229, 9, 20, 0.28), transparent 27rem),
        linear-gradient(180deg, #050505 0%, #101010 100%);
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 34%;
    background: linear-gradient(180deg, transparent, #050505);
}

.home-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.68)),
        url("/public/assets/img/tirilizm-hero.png") center / cover;
    opacity: 0.7;
}

.home-hero-copy {
    max-width: 900px;
}

.home-hero h1 {
    max-width: 980px;
    margin-bottom: 28px;
    font-size: clamp(58px, 8.4vw, 118px);
    line-height: 0.9;
}

.home-hero-copy > p:not(.eyebrow) {
    max-width: 720px;
    color: #e2e2e2;
    font-size: clamp(18px, 2vw, 23px);
}

.hero-service-board {
    display: grid;
    gap: 1px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.board-logo,
.hero-service-board a {
    background: rgba(6, 6, 6, 0.84);
    backdrop-filter: blur(18px);
}

.board-logo {
    min-height: 210px;
    display: grid;
    place-items: center;
    padding: 28px;
    background:
        radial-gradient(circle at center, rgba(229, 9, 20, 0.24), transparent 62%),
        rgba(6, 6, 6, 0.84);
}

.board-logo img {
    width: min(86%, 330px);
    filter: drop-shadow(0 0 28px rgba(229, 9, 20, 0.48));
}

.hero-service-board a {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 92px;
    padding: 20px 22px;
    transition: background 180ms ease, transform 180ms ease;
}

.hero-service-board a:hover {
    background: rgba(229, 9, 20, 0.18);
    transform: translateX(8px);
}

.hero-service-board span {
    color: #ff5c64;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-service-board strong {
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(25px, 2.6vw, 36px);
    font-weight: 900;
    line-height: 1;
}

.service-priority-section {
    background: #050505;
}

.service-priority-head {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.42fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 34px;
}

.service-priority-head h2,
.story-large h2,
.selected-work-head h2 {
    margin-bottom: 0;
    font-size: clamp(42px, 6vw, 84px);
    font-weight: 900;
}

.service-priority-head > p:not(.eyebrow) {
    color: var(--muted);
    font-size: 18px;
}

.service-priority-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.service-priority-grid article {
    position: relative;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    border: 1px solid var(--line);
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.012)),
        #090909;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-priority-grid article::after {
    content: "";
    position: absolute;
    inset: auto -38% -42% 18%;
    height: 230px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.3), transparent 68%);
    pointer-events: none;
}

.service-priority-grid article:hover {
    transform: translateY(-8px);
    border-color: rgba(229, 9, 20, 0.46);
    background:
        linear-gradient(145deg, rgba(229, 9, 20, 0.16), rgba(255, 255, 255, 0.018)),
        #090909;
}

.service-priority-grid span {
    position: relative;
    z-index: 1;
    color: #ff5c64;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-priority-grid h3 {
    position: relative;
    z-index: 1;
    margin: auto 0 18px;
    font-size: clamp(31px, 3.8vw, 58px);
    font-weight: 900;
}

.service-priority-grid p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: var(--muted);
}

.brand-story-section {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1fr);
    gap: 64px;
    align-items: start;
    background:
        radial-gradient(circle at 15% 10%, rgba(229, 9, 20, 0.22), transparent 24rem),
        #0c0c0c;
}

.story-large {
    position: sticky;
    top: 120px;
}

.story-flow {
    display: grid;
    border-top: 1px solid var(--line);
}

.story-flow article {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 28px;
    padding: 36px 0;
    border-bottom: 1px solid var(--line);
}

.story-flow article > span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(229, 9, 20, 0.82);
    font-family: var(--font-display);
    font-size: clamp(70px, 8vw, 120px);
    font-weight: 900;
    line-height: 0.84;
}

.story-flow p {
    margin-bottom: 12px;
    color: #ff5c64;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.story-flow h3 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: clamp(32px, 4vw, 60px);
    font-weight: 900;
}

.story-flow small {
    display: block;
    max-width: 620px;
    color: var(--muted);
    font-size: 17px;
}

.selected-work-section {
    background:
        linear-gradient(180deg, #050505, #101010);
}

.selected-work-head {
    max-width: 900px;
    margin-bottom: 38px;
}

.selected-work-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.72fr);
    grid-auto-rows: minmax(320px, auto);
    gap: 14px;
}

.selected-work-grid article {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #090909;
}

.selected-work-grid article.featured {
    grid-row: span 2;
    min-height: 660px;
}

.selected-work-grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.76;
    transition: transform 650ms ease, opacity 650ms ease;
}

.selected-work-grid article:hover img {
    opacity: 0.94;
    transform: scale(1.045);
}

.selected-work-grid article::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 18%, rgba(5, 5, 5, 0.9)),
        radial-gradient(circle at 18% 10%, rgba(229, 9, 20, 0.25), transparent 20rem);
}

.selected-work-grid article > div {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 1;
}

.selected-work-grid span {
    color: #ff5c64;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.selected-work-grid h3 {
    max-width: 760px;
    margin: 12px 0 14px;
    font-size: clamp(30px, 4vw, 64px);
    font-weight: 900;
}

.selected-work-grid p {
    max-width: 620px;
    color: #d6d6d6;
}

@media (max-width: 980px) {
    .home-hero,
    .service-priority-head,
    .brand-story-section,
    .selected-work-grid {
        grid-template-columns: 1fr;
    }

    .story-large {
        position: static;
    }

    .service-priority-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .selected-work-grid article.featured {
        grid-row: auto;
        min-height: 440px;
    }
}

@media (max-width: 680px) {
    .home-hero,
    .service-priority-section,
    .brand-story-section,
    .selected-work-section {
        padding: 76px 18px;
    }

    .home-hero {
        min-height: auto;
        padding-top: 122px;
    }

    .hero-service-board {
        display: none;
    }

    .home-hero h1 {
        font-size: clamp(46px, 14vw, 70px);
    }

    .service-priority-grid {
        grid-template-columns: 1fr;
    }

    .service-priority-grid article {
        min-height: 280px;
        padding: 24px;
    }

    .story-flow article {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .selected-work-grid article,
    .selected-work-grid article.featured {
        min-height: 360px;
    }

    .selected-work-grid article > div {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 112px;
}

body {
    margin: 0;
    background: var(--black);
    color: var(--white);
    font-family: var(--font-body);
    line-height: 1.6;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 120px 120px;
    mask-image: linear-gradient(180deg, transparent, #000 12%, #000 78%, transparent);
}

body.is-loaded .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms ease;
}

body.is-loaded .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

a {
    color: inherit;
    text-decoration: none;
}

.site-shell {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 10%, rgba(229, 9, 20, 0.26), transparent 25rem),
        linear-gradient(180deg, #050505 0%, #101010 48%, #050505 100%);
}

.cursor-glow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    background: radial-gradient(circle, rgba(229, 9, 20, 0.2), transparent 68%);
    transition: opacity 220ms ease;
    mix-blend-mode: screen;
}

body.has-pointer .cursor-glow {
    opacity: 1;
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, var(--red), #ffffff);
    box-shadow: 0 0 18px rgba(229, 9, 20, 0.65);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 24;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
    width: min(var(--max), calc(100% - 40px));
    margin: 18px auto 0;
    padding: 12px 14px 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(5, 5, 5, 0.58);
    backdrop-filter: blur(18px);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.quick-contact {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 23;
    display: grid;
    gap: 2px;
    min-width: 132px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius);
    background: rgba(5, 5, 5, 0.78);
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.32);
}

.quick-contact span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quick-contact strong {
    color: var(--white);
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 900;
}

.site-header.is-scrolled {
    background: rgba(5, 5, 5, 0.9);
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-4px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-width: 0;
}

.brand-logo {
    display: block;
    width: clamp(150px, 16vw, 205px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgba(229, 9, 20, 0.48));
}

.site-nav {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.site-nav a {
    color: #d8d8d8;
    font-size: 14px;
    font-weight: 700;
    transition: color 160ms ease;
}

.site-nav a:hover {
    color: var(--white);
}

.site-nav a.is-active {
    color: var(--white);
}

.site-nav a.is-active::after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 6px;
    background: var(--red);
}

.header-cta,
.btn-primary,
.btn,
.footer-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.header-cta,
.btn-primary,
.footer-action {
    background: var(--red);
    color: var(--white);
    box-shadow: 0 18px 44px rgba(229, 9, 20, 0.24);
}

.btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px auto;
    background: currentColor;
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.52fr);
    align-items: center;
    gap: 60px;
    padding: 142px max(24px, calc((100vw - var(--max)) / 2)) 72px;
    isolation: isolate;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    z-index: -1;
    background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.94));
}

.hero-bg,
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hero-bg {
    background-image: url("/public/assets/img/tirilizm-hero.png");
    background-size: cover;
    background-position: center;
    opacity: 0.74;
    transform: scale(1.02);
}

.hero-overlay {
    z-index: -1;
    background:
        radial-gradient(circle at 78% 48%, rgba(229, 9, 20, 0.42), transparent 26rem),
        linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.78) 46%, rgba(5, 5, 5, 0.44) 100%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, #050505 100%);
}

.hero-content {
    max-width: 900px;
}

.eyebrow {
    margin: 0 0 16px;
    color: #ff4a52;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    font-family: var(--font-display);
    line-height: 0.98;
    letter-spacing: 0;
}

h1 {
    max-width: 920px;
    margin-bottom: 24px;
    font-size: clamp(58px, 8.4vw, 124px);
    font-weight: 900;
    line-height: 0.86;
}

h1 span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
}

.hero-lead {
    max-width: 640px;
    color: #dfdfdf;
    font-size: clamp(18px, 2vw, 22px);
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.hero-badges span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    background: rgba(255, 255, 255, 0.07);
    color: #eeeeee;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.hero-panel {
    align-self: center;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
        rgba(8, 8, 8, 0.72);
    backdrop-filter: blur(18px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 70px rgba(0, 0, 0, 0.28);
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 1px;
    width: max-content;
    max-width: 100%;
    margin-top: 46px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.12);
}

.hero-proof span {
    min-width: 116px;
    padding: 14px 16px;
    background: rgba(5, 5, 5, 0.78);
    color: #f4f4f4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
}

.hero-agency-card {
    position: relative;
    display: grid;
    gap: 18px;
    min-height: 650px;
    overflow: hidden;
}

.hero-agency-card::before {
    content: "";
    position: absolute;
    inset: 72px 28px auto;
    height: 280px;
    border: 1px solid rgba(229, 9, 20, 0.28);
    border-radius: 50%;
    filter: blur(0.2px);
    pointer-events: none;
}

.hero-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-card-top strong {
    color: #42ff9f;
}

.hero-logo-stage {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: 250px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at center, rgba(229, 9, 20, 0.24), transparent 58%),
        rgba(255, 255, 255, 0.035);
}

.hero-logo-stage img {
    width: min(82%, 320px);
    filter: drop-shadow(0 0 28px rgba(229, 9, 20, 0.52));
}

.hero-stack {
    display: grid;
    gap: 8px;
}

.hero-stack article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stack span {
    color: var(--red);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 900;
}

.hero-stack strong {
    color: #f2f2f2;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 900;
    text-align: right;
}

.panel-label {
    display: block;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.panel-label.second {
    margin-top: 22px;
}

.studio-console {
    display: grid;
    gap: 14px;
}

.studio-console div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
    align-items: center;
}

.studio-console span {
    color: #eeeeee;
    font-size: 13px;
    font-weight: 800;
}

.studio-console strong {
    color: var(--red);
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 900;
}

.studio-console i {
    grid-column: 1 / -1;
    height: 5px;
    border-radius: 99px;
    background:
        linear-gradient(90deg, var(--red) var(--value), rgba(255, 255, 255, 0.12) var(--value));
    box-shadow: 0 0 18px rgba(229, 9, 20, 0.22);
}

.signal-list {
    display: grid;
    gap: 10px;
}

.signal-list span {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    padding-top: 0;
    padding-bottom: 0;
    background: var(--line);
}

.trust-strip div {
    min-height: 150px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 28px;
    background:
        linear-gradient(145deg, rgba(229, 9, 20, 0.1), rgba(255, 255, 255, 0.025)),
        #080808;
}

.trust-strip strong {
    color: var(--red);
    font-family: var(--font-display);
    font-size: clamp(46px, 6vw, 74px);
    font-weight: 900;
    line-height: 0.9;
}

.trust-strip span {
    max-width: 260px;
    color: #e6e6e6;
    font-weight: 800;
}

.agency-bento-section {
    background:
        radial-gradient(circle at 18% 16%, rgba(229, 9, 20, 0.22), transparent 22rem),
        linear-gradient(180deg, #050505, #0d0d0d);
}

.agency-bento-head {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(220px, 0.28fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 34px;
}

.agency-bento-head::after {
    content: "2026 / DIGITAL AGENCY";
    justify-self: end;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.agency-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(230px, auto);
    gap: 14px;
}

.bento-card,
.bento-visual {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.016)),
        #080808;
    transform: translate(var(--depth-x, 0), var(--depth-y, 0));
    transition: transform 180ms ease, border-color 180ms ease;
}

.bento-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
}

.bento-card::before {
    content: "";
    position: absolute;
    inset: auto -30% -45% 18%;
    height: 210px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.34), transparent 66%);
    pointer-events: none;
}

.bento-card span,
.bento-visual span {
    position: relative;
    z-index: 1;
    color: #ff5c64;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bento-card h3 {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin: auto 0 18px;
    font-size: clamp(30px, 3.5vw, 58px);
    font-weight: 900;
}

.bento-card p {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin-bottom: 0;
}

.bento-large {
    grid-column: span 2;
    grid-row: span 2;
}

.bento-medium {
    grid-column: span 2;
}

.bento-wide {
    grid-column: span 2;
}

.bento-visual {
    grid-column: span 2;
    display: grid;
    min-height: 320px;
}

.bento-visual img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    opacity: 0.72;
    filter: saturate(1.05) contrast(1.08);
}

.bento-visual div {
    position: absolute;
    inset: auto 24px 24px;
    display: grid;
    gap: 10px;
    max-width: 520px;
}

.bento-visual strong {
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(28px, 3.2vw, 46px);
    font-weight: 900;
    line-height: 1;
}

.creative-reel-section {
    overflow: hidden;
    background:
        linear-gradient(180deg, #0d0d0d, #050505),
        #050505;
}

.creative-reel-head {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(240px, 0.42fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 36px;
}

.creative-reel-head ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line);
}

.creative-reel-head li {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    color: #ededed;
    font-family: var(--font-display);
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 900;
    line-height: 1;
}

.creative-reel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.62fr);
    grid-template-rows: repeat(2, minmax(250px, 1fr));
    gap: 14px;
}

.creative-reel article {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #090909;
    transform: translate(var(--depth-x, 0), var(--depth-y, 0));
    transition: transform 180ms ease, border-color 180ms ease;
}

.creative-reel article.is-featured {
    grid-row: span 2;
    min-height: 620px;
}

.creative-reel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.78;
    filter: saturate(1.05) contrast(1.1);
    transition: transform 700ms ease, opacity 700ms ease;
}

.creative-reel article:hover img {
    opacity: 0.9;
    transform: scale(1.045);
}

.creative-reel article::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 22%, rgba(5, 5, 5, 0.86)),
        radial-gradient(circle at 12% 15%, rgba(229, 9, 20, 0.24), transparent 22rem);
}

.creative-reel article > div {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    z-index: 2;
    display: grid;
    gap: 12px;
}

.creative-reel span {
    color: #ff5c64;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.creative-reel h3 {
    max-width: 720px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: clamp(28px, 4.2vw, 68px);
    font-weight: 900;
}

.creative-reel article:not(.is-featured) h3 {
    font-size: clamp(25px, 2.8vw, 39px);
}

.impact-stories-section {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
    gap: 64px;
    align-items: start;
    background:
        radial-gradient(circle at 18% 18%, rgba(229, 9, 20, 0.2), transparent 24rem),
        linear-gradient(180deg, #050505, #101010);
}

.impact-sticky {
    position: sticky;
    top: 120px;
}

.impact-stories {
    display: grid;
    border-top: 1px solid var(--line);
}

.impact-stories article {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 34px;
    padding: 42px 0;
    border-bottom: 1px solid var(--line);
}

.impact-stories article > span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(229, 9, 20, 0.82);
    font-family: var(--font-display);
    font-size: clamp(76px, 8vw, 124px);
    font-weight: 900;
    line-height: 0.82;
}

.impact-stories p {
    margin-bottom: 16px;
    color: #ff5c64;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.impact-stories h3 {
    max-width: 780px;
    margin-bottom: 20px;
    font-size: clamp(34px, 4.6vw, 68px);
    font-weight: 900;
}

.impact-stories small {
    display: block;
    max-width: 620px;
    font-size: 17px;
}

.pulse-section {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr);
    gap: 56px;
    align-items: center;
    background:
        radial-gradient(circle at 82% 24%, rgba(229, 9, 20, 0.24), transparent 28rem),
        linear-gradient(180deg, #050505, #101010);
}

.pulse-copy {
    max-width: 740px;
}

.pulse-copy p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 18px;
}

.pulse-board {
    position: relative;
    min-height: 640px;
    border: 1px solid var(--line);
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        radial-gradient(circle at center, rgba(229, 9, 20, 0.22), rgba(255, 255, 255, 0.02) 36%, transparent 58%),
        #080808;
    background-size: 76px 76px, 76px 76px, auto, auto;
    --board-x: 0px;
    --board-y: 0px;
}

.pulse-board::before,
.pulse-board::after {
    content: "";
    position: absolute;
    inset: 64px;
    border: 1px solid rgba(229, 9, 20, 0.3);
    border-radius: 50%;
    pointer-events: none;
}

.pulse-board::after {
    inset: 126px;
    border-color: rgba(255, 255, 255, 0.14);
    animation: pulseSpin 18s linear infinite;
}

.pulse-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: min(52%, 310px);
    aspect-ratio: 1;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(5, 5, 5, 0.72);
    box-shadow: 0 0 80px rgba(229, 9, 20, 0.24);
    transform: translate(calc(-50% + var(--board-x)), calc(-50% + var(--board-y)));
    transition: transform 180ms ease-out;
}

.pulse-orbit img {
    width: 88%;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(229, 9, 20, 0.45));
}

.pulse-orbit span {
    position: absolute;
    bottom: 42px;
    color: #f2f2f2;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pulse-metrics article {
    position: absolute;
    z-index: 3;
    width: min(42%, 220px);
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(8, 8, 8, 0.72);
    backdrop-filter: blur(14px);
    transform: translate(var(--board-inverse-x, 0px), var(--board-inverse-y, 0px));
    transition: transform 180ms ease-out, border-color 180ms ease, background 180ms ease;
}

.pulse-metrics article:hover {
    border-color: rgba(229, 9, 20, 0.42);
    background: rgba(18, 8, 9, 0.82);
}

.pulse-metrics article:nth-child(1) {
    top: 26px;
    left: 26px;
}

.pulse-metrics article:nth-child(2) {
    top: 26px;
    right: 26px;
}

.pulse-metrics article:nth-child(3) {
    right: 26px;
    bottom: 142px;
}

.pulse-metrics article:nth-child(4) {
    left: 26px;
    bottom: 142px;
}

.pulse-metrics strong {
    display: block;
    color: var(--red);
    font-family: var(--font-display);
    font-size: 44px;
    font-weight: 900;
    line-height: 0.9;
}

.pulse-metrics span {
    display: block;
    margin: 12px 0 8px;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.pulse-metrics p {
    margin-bottom: 0;
    font-size: 13px;
}

.channel-matrix {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.channel-matrix div {
    min-height: 86px;
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 16px;
    background: rgba(5, 5, 5, 0.86);
}

.channel-matrix span {
    color: #ff5c64;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.channel-matrix strong {
    color: #f1f1f1;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.05;
}

@keyframes pulseSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.story-band,
.pulse-section,
.agency-bento-section,
.creative-reel-section,
.impact-stories-section,
.marquee-section,
.studio-section,
.services-section,
.case-section,
.capabilities-section,
.deliverables-section,
.narrative-section,
.process-section,
.proof-section,
.audience-section,
.experience-section,
.faq-section,
.proposal-section,
.site-footer {
    padding: 96px max(24px, calc((100vw - var(--max)) / 2));
}

.section-heading,
.story-intro {
    max-width: 760px;
    margin-bottom: 42px;
}

.section-heading.wide {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.5fr);
    gap: 48px;
    max-width: none;
    align-items: end;
}

.section-heading h2,
.story-intro h2,
.pulse-copy h2,
.agency-bento-head h2,
.creative-reel-head h2,
.impact-sticky h2,
.studio-statement h2,
.services-head h2,
.case-head h2,
.deliverables-head h2,
.audience-section h2,
.experience-head h2,
.proof-copy h2,
.proposal-copy h2 {
    margin-bottom: 0;
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 900;
}

.section-heading p:not(.eyebrow),
.services-head p,
.case-card p,
.proof-copy p,
.service-card p,
.story-manifesto p,
.pulse-copy p,
.pulse-metrics p,
.bento-card p,
.impact-stories small,
.pillar-grid p,
.capability-card p,
.deliverable-list p,
.process-timeline p,
.faq-list p,
.proposal-copy p,
.experience-grid p,
.narrative-map p,
.site-footer p {
    color: var(--muted);
}

.marquee-section {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #090909;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 14px;
    animation: marqueeMove 34s linear infinite;
}

.marquee-track span {
    color: #eeeeee;
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 42px);
    font-weight: 900;
    white-space: nowrap;
}

.marquee-track span::after {
    content: "/";
    margin-left: 14px;
    color: var(--red);
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.story-band {
    background:
        linear-gradient(180deg, #050505 0%, #0f0f0f 100%);
}

.story-manifesto {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 34px;
    align-items: stretch;
    border-top: 1px solid var(--line);
    padding-top: 34px;
}

.chapter-number {
    color: transparent;
    -webkit-text-stroke: 1px rgba(229, 9, 20, 0.68);
    font-family: var(--font-display);
    font-size: clamp(84px, 12vw, 154px);
    font-weight: 900;
    line-height: 0.78;
}

.story-manifesto > div {
    padding: 34px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
        #0b0b0b;
}

.story-manifesto h3 {
    margin-bottom: 18px;
    font-size: clamp(34px, 4vw, 62px);
    font-weight: 900;
}

.manifesto-red {
    background:
        linear-gradient(145deg, rgba(229, 9, 20, 0.92), rgba(35, 0, 3, 0.92)) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
}

.manifesto-red p {
    color: rgba(255, 255, 255, 0.82);
}

.studio-section {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(380px, 0.9fr);
    gap: 56px;
    align-items: end;
    background:
        radial-gradient(circle at 10% 10%, rgba(229, 9, 20, 0.2), transparent 26rem),
        #050505;
}

.studio-statement {
    max-width: 760px;
}

.pillar-grid {
    display: grid;
    gap: 12px;
}

.pillar-grid article {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 8px 22px;
    padding: 24px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)),
        #0b0b0b;
}

.pillar-grid span {
    grid-row: span 2;
    color: transparent;
    -webkit-text-stroke: 1px rgba(229, 9, 20, 0.72);
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 900;
    line-height: 0.92;
}

.pillar-grid h3 {
    margin-bottom: 0;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
}

.pillar-grid p {
    margin-bottom: 0;
}

.service-card span,
.process-timeline span {
    color: #ff5c64;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-card h3,
.process-timeline h3 {
    margin: 18px 0 14px;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
}

.services-section {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        #0c0c0c;
    background-size: 120px 120px;
}

.services-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.5fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 46px;
}

.service-stack {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    border-top: 0;
}

.service-card {
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
    min-height: 320px;
    padding: 30px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.012)),
        #080808;
    overflow: hidden;
    transform: translate(var(--depth-x, 0), var(--depth-y, 0));
    transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: auto -28% -38% 22%;
    height: 220px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.28), transparent 68%);
    pointer-events: none;
}

.service-card:hover {
    transform: translate(var(--depth-x, 0), calc(var(--depth-y, 0) - 8px));
    border-color: rgba(229, 9, 20, 0.42);
    background:
        linear-gradient(145deg, rgba(229, 9, 20, 0.16), rgba(255, 255, 255, 0.02)),
        #080808;
}

.service-card h3 {
    position: relative;
    z-index: 1;
    margin-top: 0;
    font-size: clamp(30px, 4vw, 58px);
}

.service-card p {
    position: relative;
    z-index: 1;
    max-width: 650px;
    margin-bottom: 0;
    font-size: 17px;
}

.service-card > span {
    position: relative;
    z-index: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(229, 9, 20, 0.78);
    font-family: var(--font-display);
    font-size: clamp(38px, 5vw, 68px);
    line-height: 0.85;
    letter-spacing: 0;
}

.case-section {
    background:
        linear-gradient(180deg, #0c0c0c 0%, #050505 100%);
}

.case-head {
    max-width: 900px;
    margin-bottom: 46px;
}

.case-grid {
    display: grid;
    gap: 18px;
}

.case-card {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 0.78fr);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.035);
    overflow: hidden;
    transform: perspective(1200px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    will-change: transform;
}

.case-card:hover {
    border-color: rgba(229, 9, 20, 0.4);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.case-card:nth-child(even) {
    grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.9fr);
}

.case-card:nth-child(even) .case-media {
    order: 2;
}

.case-media {
    min-height: 380px;
    background: #090909;
}

.case-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 600ms ease, filter 600ms ease;
}

.case-card:hover .case-media img {
    transform: scale(1.045);
    filter: saturate(1.1) contrast(1.05);
}

.case-content {
    display: flex;
    min-height: 380px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 58px);
}

.case-content span {
    color: #ff5c64;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.case-content h3 {
    margin: 16px 0 18px;
    font-size: clamp(34px, 4.8vw, 68px);
    font-weight: 900;
}

.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.case-tags em {
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #eeeeee;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.capabilities-section {
    background:
        radial-gradient(circle at 18% 0%, rgba(229, 9, 20, 0.18), transparent 24rem),
        #050505;
}

.capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.capability-card {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
        #090909;
}

.capability-card h3 {
    margin-bottom: 18px;
    font-size: clamp(30px, 3.2vw, 48px);
    font-weight: 900;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

.tag-cloud span {
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #eeeeee;
    font-size: 12px;
    font-weight: 800;
}

.proof-section {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
    gap: 56px;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(229, 9, 20, 0.22), transparent 42%),
        #050505;
}

.proof-copy p {
    max-width: 680px;
    margin-top: 22px;
    font-size: 18px;
}

.proof-metrics {
    display: grid;
    border: 1px solid var(--line);
}

.proof-metrics div {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 20px;
    min-height: 94px;
    padding: 22px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
}

.proof-metrics div:last-child {
    border-bottom: 0;
}

.proof-metrics strong {
    color: var(--red);
    font-family: var(--font-display);
    font-size: 34px;
    font-weight: 900;
}

.proof-metrics span {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
}

.deliverables-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.9fr);
    gap: 54px;
    align-items: start;
    background:
        linear-gradient(180deg, #0b0b0b, #050505);
}

.deliverables-head {
    position: sticky;
    top: 118px;
}

.deliverable-list {
    display: grid;
    gap: 14px;
}

.deliverable-list article {
    padding: 24px;
    border-left: 3px solid var(--red);
    background: rgba(255, 255, 255, 0.045);
}

.deliverable-list span {
    display: block;
    margin-bottom: 8px;
    font-family: var(--font-display);
    font-size: 25px;
    font-weight: 900;
}

.deliverable-list p {
    margin-bottom: 0;
}

.narrative-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, #050505, #111111);
    background-size: 150px 150px, auto;
}

.narrative-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 78% 18%, rgba(229, 9, 20, 0.28), transparent 24rem),
        linear-gradient(90deg, rgba(229, 9, 20, 0.08), transparent 42%);
}

.narrative-section > * {
    position: relative;
}

.narrative-map {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.narrative-map article {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
        #080808;
    transition: background 180ms ease, transform 180ms ease;
}

.narrative-map article:hover {
    transform: translateY(-8px);
    background:
        linear-gradient(180deg, rgba(229, 9, 20, 0.18), rgba(255, 255, 255, 0.018)),
        #090909;
}

.narrative-map span {
    color: var(--red);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.narrative-map h3 {
    margin: auto 0 18px;
    font-size: clamp(30px, 3.2vw, 48px);
    font-weight: 900;
}

.narrative-map p {
    margin-bottom: 0;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-left: 1px solid var(--line);
}

.process-timeline article {
    position: relative;
    min-height: 290px;
    padding: 28px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
        #080808;
}

.process-timeline article::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 28px;
    width: 12px;
    height: 12px;
    background: var(--red);
    box-shadow: 0 0 24px rgba(229, 9, 20, 0.7);
}

.audience-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
    gap: 54px;
    align-items: start;
    background:
        linear-gradient(135deg, rgba(229, 9, 20, 0.16), transparent 36%),
        #101010;
}

.audience-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line);
}

.audience-list li {
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    color: #eeeeee;
    font-family: var(--font-display);
    font-size: clamp(22px, 2.7vw, 34px);
    font-weight: 800;
    line-height: 1.05;
}

.testimonial-section {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.85fr);
    gap: 54px;
    align-items: start;
    padding: 96px max(24px, calc((100vw - var(--max)) / 2));
    background:
        radial-gradient(circle at 80% 20%, rgba(229, 9, 20, 0.2), transparent 24rem),
        #070707;
}

.testimonial-lead h2 {
    margin-bottom: 22px;
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 900;
}

.testimonial-grid {
    display: grid;
    gap: 16px;
}

.testimonial-grid figure {
    margin: 0;
    padding: 28px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.045);
}

.testimonial-grid blockquote {
    margin: 0 0 24px;
    color: #f4f4f4;
    font-family: var(--font-display);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.05;
}

.testimonial-grid figcaption {
    display: grid;
    gap: 2px;
}

.testimonial-grid strong {
    color: var(--red);
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 900;
}

.testimonial-grid span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.experience-section {
    background:
        linear-gradient(180deg, #050505, #101010);
}

.experience-head {
    max-width: 900px;
    margin-bottom: 46px;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.experience-grid article {
    min-height: 300px;
    padding: 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(229, 9, 20, 0.08), rgba(255, 255, 255, 0.02)),
        #090909;
}

.experience-grid span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(229, 9, 20, 0.72);
    font-family: var(--font-display);
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
}

.experience-grid h3 {
    margin: 26px 0 14px;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
}

.faq-section {
    background: #050505;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.035);
}

.faq-list summary {
    cursor: pointer;
    padding: 22px 24px;
    font-family: var(--font-display);
    font-size: clamp(23px, 2.8vw, 34px);
    font-weight: 900;
    line-height: 1.1;
}

.faq-list p {
    max-width: 820px;
    margin: 0;
    padding: 0 24px 24px;
    font-size: 17px;
}

.proposal-section {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
    gap: 54px;
    align-items: start;
    background:
        linear-gradient(120deg, rgba(229, 9, 20, 0.78), rgba(20, 0, 2, 0.96) 52%),
        #170004;
}

.proposal-section .eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

.proposal-copy p {
    max-width: 620px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
}

.proposal-form {
    display: grid;
    gap: 16px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(5, 5, 5, 0.68);
    backdrop-filter: blur(16px);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.proposal-form label {
    display: grid;
    gap: 8px;
}

.proposal-form label span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.proposal-form input,
.proposal-form select,
.proposal-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    font: inherit;
    min-height: 48px;
    padding: 12px 14px;
}

.proposal-form textarea {
    resize: vertical;
}

.proposal-form select option {
    background: #111111;
}

.proposal-form .btn-primary {
    background: var(--white);
    color: var(--black);
    box-shadow: none;
    border: 0;
    cursor: pointer;
}

.site-footer {
    padding-top: 72px;
    padding-bottom: 28px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 42px;
    align-items: start;
    padding-bottom: 42px;
    border-bottom: 1px solid var(--line);
}

.footer-brand {
    margin-bottom: 18px;
}

.footer-main p {
    max-width: 430px;
}

.footer-contact {
    display: grid;
    gap: 8px;
    color: #e0e0e0;
    font-weight: 700;
}

.footer-contact span {
    color: var(--muted);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    color: #888;
    font-size: 13px;
}

@media (max-width: 980px) {
    .site-header {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--line);
        background: rgba(5, 5, 5, 0.96);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 13px 8px;
    }

    .header-cta {
        display: none;
    }

    .hero,
    .pulse-section,
    .agency-bento-head,
    .creative-reel-head,
    .impact-stories-section,
    .proof-section,
    .section-heading.wide,
    .story-manifesto,
    .studio-section,
    .services-head,
    .trust-strip,
    .case-card,
    .case-card:nth-child(even),
    .capability-grid,
    .deliverables-section,
    .agency-bento,
    .creative-reel,
    .service-stack,
    .narrative-map,
    .audience-section,
    .testimonial-section,
    .experience-grid,
    .proposal-section,
    .footer-main {
        grid-template-columns: 1fr;
    }

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

    .hero-panel {
        max-width: 520px;
    }

    .hero-proof {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-proof span {
        min-width: 0;
    }

    .hero-agency-card {
        min-height: auto;
    }

    .bento-large,
    .bento-medium,
    .bento-wide,
    .bento-visual,
    .creative-reel article.is-featured {
        grid-column: auto;
        grid-row: auto;
    }

    .creative-reel article.is-featured {
        min-height: 420px;
    }

    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .chapter-number {
        margin-bottom: 0;
    }

    .service-card {
        grid-template-columns: 128px minmax(0, 1fr);
        gap: 22px;
    }

    .capability-card {
        min-height: auto;
    }

    .quick-contact {
        right: 14px;
        bottom: 14px;
    }

    .case-card:nth-child(even) .case-media {
        order: 0;
    }

    .deliverables-head {
        position: static;
    }

    .pulse-board {
        min-height: 560px;
    }

    .channel-matrix {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .site-header {
        width: min(100% - 24px, var(--max));
        margin-top: 12px;
        padding: 10px;
    }

    .brand-logo {
        width: 148px;
    }

    .hero {
        gap: 28px;
        padding: 118px 18px 48px;
    }

    h1 {
        font-size: clamp(50px, 16vw, 74px);
    }

    .hero-actions,
    .footer-bottom {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .story-band,
    .pulse-section,
    .agency-bento-section,
    .creative-reel-section,
    .impact-stories-section,
    .marquee-section,
    .studio-section,
    .services-section,
    .case-section,
    .capabilities-section,
    .deliverables-section,
    .narrative-section,
    .process-section,
    .proof-section,
    .audience-section,
    .testimonial-section,
    .experience-section,
    .faq-section,
    .proposal-section,
    .site-footer {
        padding: 70px 18px;
    }

    .marquee-section {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .process-timeline {
        grid-template-columns: 1fr;
    }

    .service-card,
    .process-timeline article {
        min-height: auto;
        padding: 24px;
    }

    .story-manifesto {
        gap: 18px;
    }

    .story-manifesto > div {
        padding: 24px;
    }

    .pillar-grid article {
        grid-template-columns: 1fr;
    }

    .pillar-grid span {
        grid-row: auto;
    }

    .service-card {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 24px;
    }

    .service-card:hover {
        transform: none;
    }

    .trust-strip div {
        min-height: 128px;
        padding: 24px;
    }

    .hero-proof,
    .agency-bento-head,
    .creative-reel-head,
    .impact-stories-section {
        grid-template-columns: 1fr;
    }

    .impact-sticky {
        position: static;
    }

    .impact-stories article {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 32px 0;
    }

    .hero-proof,
    .hero-stack {
        display: none;
    }

    .agency-bento-head::after {
        justify-self: start;
    }

    .hero-logo-stage {
        min-height: 168px;
    }

    .hero-stack strong {
        font-size: 19px;
    }

    .hero-agency-card {
        gap: 14px;
        padding: 18px;
    }

    .studio-console {
        gap: 10px;
    }

    .studio-console strong {
        font-size: 18px;
    }

    .bento-card {
        min-height: 250px;
        padding: 24px;
    }

    .bento-visual,
    .bento-visual img {
        min-height: 280px;
    }

    .creative-reel article,
    .creative-reel article.is-featured {
        min-height: 300px;
    }

    .pulse-board {
        display: grid;
        gap: 12px;
        min-height: auto;
        padding: 18px;
    }

    .pulse-board::before,
    .pulse-board::after {
        display: none;
    }

    .pulse-orbit,
    .pulse-metrics article,
    .channel-matrix {
        position: static;
        width: auto;
        transform: none;
    }

    .pulse-orbit {
        min-height: 220px;
        aspect-ratio: auto;
        border-radius: var(--radius);
    }

    .pulse-orbit span {
        bottom: 24px;
    }

    .pulse-metrics {
        display: grid;
        gap: 12px;
    }

    .pulse-metrics article {
        padding: 18px;
    }

    .channel-matrix {
        grid-template-columns: 1fr;
    }

    .case-media,
    .case-content {
        min-height: auto;
    }

    .case-media {
        aspect-ratio: 4 / 3;
    }

    .case-content {
        padding: 26px;
    }

    .narrative-map article {
        min-height: 270px;
    }

    .proof-metrics div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .experience-grid {
        grid-template-columns: 1fr;
    }

    .experience-grid article {
        min-height: auto;
    }

    .quick-contact {
        min-width: 116px;
        padding: 11px 13px;
    }

    .quick-contact strong {
        font-size: 17px;
    }

    .cursor-glow {
        display: none;
    }
}
