body.page-home {
    --font-body: 'IBM Plex Sans', system-ui, sans-serif;
    --font-display: 'Barlow Semi Condensed', 'Arial Narrow', sans-serif;
    --font-headline: 'IBM Plex Sans', system-ui, sans-serif;
    --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
    --accent: #c96a44;
    --accent-hover: #d77a56;
    --accent-glow: rgba(201, 106, 68, 0.1);
    --text-primary: #f3f6f8;
    --text-secondary: #b7c0c9;
    --text-muted: #7f8994;
    --border: rgba(35, 42, 51, 0.9);
    --border-light: rgba(67, 78, 91, 0.85);
    --page-bg: #0b0f14;
    --page-bg-deep: #090d12;
    --page-surface: #121821;
    --page-surface-soft: #0f151d;
    --page-surface-strong: #151d27;
    background:
        radial-gradient(980px 520px at 10% 10%, rgba(201, 106, 68, 0.06), transparent 58%),
        radial-gradient(760px 420px at 84% 84%, rgba(79, 101, 122, 0.08), transparent 56%),
        linear-gradient(180deg, var(--page-bg) 0%, var(--page-bg-deep) 100%);
    color: var(--text-secondary);
}

.page-home main {
    overflow: clip;
}

.page-home .nav {
    background: rgba(11, 15, 20, 0.84);
    border-bottom-color: rgba(35, 42, 51, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.page-home .nav.scrolled {
    background: rgba(11, 15, 20, 0.96);
}

.page-home .nav-wordmark {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
}

.page-home .nav-link.active {
    color: var(--text-primary);
}

.page-home .section-title,
.page-home .cta-title,
.page-home .flagship-title,
.page-home .press-strip-title {
    font-family: var(--font-headline);
    font-weight: 600;
    letter-spacing: -0.035em;
    text-transform: none;
}

.page-home .hero,
.page-home #capabilities,
.page-home #process,
.page-home #work,
.page-home #flagship,
.page-home #contact {
    scroll-margin-top: 6rem;
}

.page-home .hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 7.8rem 0 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(35, 42, 51, 0.85);
}

.page-home .hero-stage {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.page-home .hero-stage::before {
    content: "";
    position: absolute;
    right: -8rem;
    top: 6rem;
    width: 44rem;
    height: 44rem;
    border-radius: 50%;
    background:
        radial-gradient(circle, transparent 56%, rgba(201, 106, 68, 0.04) 56.2%, transparent 56.7%),
        radial-gradient(circle, transparent 67%, rgba(201, 106, 68, 0.02) 67.2%, transparent 67.6%),
        radial-gradient(circle, transparent 78%, rgba(127, 137, 148, 0.02) 78.2%, transparent 78.5%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.3) 22%, black 42%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.3) 22%, black 42%);
    opacity: 0.48;
}

.page-home .hero-stage::after {
    content: "";
    position: absolute;
    left: 44%;
    bottom: 20%;
    width: 25rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(203, 106, 70, 0.14), transparent);
    transform: rotate(-22deg);
    transform-origin: left center;
}

.page-home .hero-grid,
.page-home .hero-noise {
    position: absolute;
    inset: 0;
}

.page-home .hero-grid {
    background-image:
        linear-gradient(rgba(127, 137, 148, 0.024) 1px, transparent 1px),
        linear-gradient(90deg, rgba(127, 137, 148, 0.024) 1px, transparent 1px);
    background-size: 88px 88px;
    mask-image: radial-gradient(circle at 45% 35%, black, transparent 78%);
    -webkit-mask-image: radial-gradient(circle at 45% 35%, black, transparent 78%);
    opacity: 0.34;
}

.page-home .hero-noise {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 35%),
        repeating-linear-gradient(
            180deg,
            transparent 0,
            transparent 2px,
            rgba(9, 13, 18, 0.12) 2px,
            rgba(9, 13, 18, 0.12) 4px
        );
    opacity: 0.18;
}

.page-home .hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(64px);
}

.page-home .hero-glow-left {
    top: 7%;
    left: -10%;
    width: 30rem;
    height: 26rem;
    background: rgba(201, 106, 68, 0.05);
}

.page-home .hero-glow-right {
    right: -12%;
    bottom: 8%;
    width: 28rem;
    height: 22rem;
    background: rgba(79, 101, 122, 0.05);
}

.page-home .hero-shell {
    position: relative;
    z-index: 2;
    flex: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: end;
    gap: clamp(2rem, 5vw, 4.5rem);
    padding-bottom: 3rem;
}

.page-home .hero-copy {
    max-width: 46rem;
}

.page-home .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    padding: 0.5rem 0.9rem;
    margin-bottom: 1.2rem;
    border: 1px solid rgba(201, 106, 68, 0.18);
    background: rgba(201, 106, 68, 0.04);
    opacity: 0;
    animation: fadeUp 0.7s 0.06s forwards;
}

.page-home .hero-brand {
    font-family: var(--font-display);
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(243, 246, 248, 0.74);
    margin-bottom: 0.95rem;
    opacity: 0;
    animation: fadeUp 0.7s 0.14s forwards;
}

.page-home .hero-brand::after {
    content: "";
    display: block;
    width: 5rem;
    height: 1px;
    margin-top: 0.75rem;
    background: linear-gradient(90deg, var(--accent), transparent);
}

.page-home .hero-heading {
    font-family: var(--font-headline);
    max-width: 16.4ch;
    margin-bottom: 1.15rem;
    font-size: clamp(2.35rem, 4.6vw, 4rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.04em;
    opacity: 0;
    animation: fadeUp 0.7s 0.22s forwards;
}

.page-home .hero-intro,
.page-home .press-strip-text,
.page-home .section-subtitle,
.page-home .capability-copy,
.page-home .work-summary,
.page-home .flagship-text,
.page-home .process-copy,
.page-home .hero-panel-copy,
.page-home .client-fit-item p,
.page-home .cta-copy,
.page-home .work-note {
    color: var(--text-secondary);
}

.page-home .hero-intro {
    max-width: 40rem;
    font-size: clamp(0.98rem, 1.45vw, 1.05rem);
    line-height: 1.68;
    margin-bottom: 1.3rem;
    opacity: 0;
    animation: fadeUp 0.7s 0.3s forwards;
}

.page-home .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeUp 0.7s 0.38s forwards;
}

.page-home .hero-panel {
    position: relative;
    background: var(--page-surface);
    border: none;
    padding: 1.7rem 0 1.7rem 1.7rem;
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.16);
}

.page-home .hero-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, var(--accent), rgba(201, 106, 68, 0.08));
}

.page-home .hero-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 1px;
    background: linear-gradient(90deg, var(--accent), transparent);
}

.page-home .hero-panel-section + .hero-panel-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(35, 42, 51, 0.95);
}

.page-home .hero-panel-label,
.page-home .client-fit-label,
.page-home .process-label,
.page-home .work-kicker,
.page-home .capability-kicker {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
}

.page-home .hero-panel-list,
.page-home .capability-list {
    list-style: none;
    margin-top: 0.8rem;
    display: grid;
    gap: 0.7rem;
}

.page-home .hero-panel-list li,
.page-home .capability-list li {
    position: relative;
    padding-left: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.page-home .hero-panel-list li::before,
.page-home .capability-list li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.45rem;
    height: 1px;
    background: var(--accent);
}

.page-home .hero-band {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(35, 42, 51, 0.95);
    background: rgba(15, 21, 29, 0.96);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.page-home .hero-band-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
    padding: 1rem 0;
}

.page-home .hero-band-item {
    display: grid;
    gap: 0.2rem;
}

.page-home .hero-band-label,
.page-home .process-meta {
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.page-home .hero-band-value {
    font-size: 0.94rem;
    color: var(--text-primary);
}

.page-home .press-strip {
    padding: clamp(3.2rem, 7vw, 4.6rem) 0;
    border-bottom: 1px solid rgba(35, 42, 51, 0.95);
    background: var(--page-surface-soft);
}

.page-home .press-strip-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.page-home .press-strip-title {
    margin-bottom: 0.9rem;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    line-height: 1.08;
}

.page-home .press-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
}

.page-home .press-link {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    padding: 0.7rem 0.95rem;
    border: 1px solid rgba(35, 42, 51, 0.95);
    background: rgba(18, 24, 33, 0.94);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(183, 192, 201, 0.96);
    transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}

.page-home .press-link:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 106, 68, 0.18);
    background: var(--page-surface-strong);
}

.page-home .press-link-primary {
    border-color: rgba(201, 106, 68, 0.18);
    color: var(--text-primary);
}

.page-home .capability-section,
.page-home .work-section,
.page-home .cta-section {
    position: relative;
}

.page-home .capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.page-home .capability-column {
    position: relative;
    padding-top: 1.35rem;
}

.page-home .capability-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 1px;
    background: linear-gradient(90deg, var(--accent), transparent);
}

.page-home .capability-title,
.page-home .client-fit-item h3,
.page-home .work-title,
.page-home .process-title {
    font-family: var(--font-headline);
    margin: 0.65rem 0 0.75rem;
    font-size: clamp(1.18rem, 2vw, 1.45rem);
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

.page-home .capability-copy {
    line-height: 1.72;
    margin-bottom: 1rem;
}

.page-home .client-fit {
    margin-top: 3rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(35, 42, 51, 0.95);
}

.page-home .client-fit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.page-home .client-fit-item {
    padding: 1.15rem 0;
    border-top: 1px solid rgba(35, 42, 51, 0.95);
}

.page-home .client-fit-item p {
    line-height: 1.7;
}

.page-home .process-section {
    border-top: 1px solid rgba(35, 42, 51, 0.95);
    border-bottom: 1px solid rgba(35, 42, 51, 0.95);
    background:
        radial-gradient(1000px 360px at 84% 12%, rgba(201, 106, 68, 0.04), transparent 55%),
        var(--page-surface-soft);
}

.page-home .process-list {
    border-top: 1px solid rgba(35, 42, 51, 0.95);
}

.page-home .process-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(13rem, 16rem);
    gap: 1.4rem;
    align-items: start;
    padding: 1.5rem 0 1.55rem;
    border-bottom: 1px solid rgba(35, 42, 51, 0.95);
}

.page-home .process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    font-family: var(--font-mono);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
}

.page-home .work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.page-home .work-card {
    position: relative;
    padding: 1.55rem 1.4rem 1.35rem;
    background: var(--page-surface);
}

.page-home .work-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 1px;
    background: linear-gradient(90deg, var(--accent), transparent);
}

.page-home .work-summary {
    line-height: 1.72;
}

.page-home .work-points {
    list-style: none;
    display: grid;
    gap: 0.6rem;
    margin-top: 1rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(35, 42, 51, 0.95);
}

.page-home .work-points li {
    position: relative;
    padding-left: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.page-home .work-points li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.42rem;
    height: 1px;
    background: var(--accent);
}

.page-home .work-note {
    max-width: 50rem;
    margin-top: 1.5rem;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.page-home .flagship-section {
    border-top: 1px solid rgba(35, 42, 51, 0.95);
    background:
        radial-gradient(700px 260px at 15% 18%, rgba(201, 106, 68, 0.035), transparent 60%),
        var(--page-bg-deep);
}

.page-home .flagship-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    padding: clamp(1.2rem, 4vw, 1.8rem) 0 0;
}

.page-home .flagship-title {
    font-family: var(--font-headline);
    margin-bottom: 1rem;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.1;
}

.page-home .flagship-text {
    line-height: 1.78;
    margin-bottom: 1.35rem;
}

.page-home .flagship-actions,
.page-home .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.page-home .flagship-media {
    min-height: 18rem;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.page-home .flagship-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-home .engagement-section {
    border-top: 1px solid rgba(35, 42, 51, 0.95);
    background: var(--page-bg);
}

.page-home .engagement-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

.page-home .engagement-intro {
    position: sticky;
    top: 7rem;
}

.page-home .engagement-stack {
    padding-left: clamp(1.25rem, 3vw, 2rem);
    border-left: 1px solid rgba(35, 42, 51, 0.95);
}

.page-home .engagement-row {
    display: grid;
    grid-template-columns: minmax(7.5rem, 9rem) minmax(0, 1fr);
    gap: 1.3rem;
    align-items: start;
    padding: 1.55rem 0;
    border-top: 1px solid rgba(35, 42, 51, 0.95);
}

.page-home .engagement-row:first-child {
    padding-top: 0;
    border-top: none;
}

.page-home .engagement-kicker,
.page-home .engagement-meta {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-home .engagement-kicker {
    color: var(--accent);
    padding-top: 0.2rem;
}

.page-home .engagement-main h3 {
    font-family: var(--font-headline);
    font-size: clamp(1.28rem, 2.1vw, 1.58rem);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 0.7rem;
    color: var(--text-primary);
}

.page-home .engagement-main p {
    color: var(--text-secondary);
    line-height: 1.74;
}

.page-home .engagement-meta {
    margin-top: 0.95rem;
    color: var(--text-muted);
}

.page-home .cta-section {
    border-top: 1px solid rgba(35, 42, 51, 0.95);
    background:
        radial-gradient(840px 260px at 50% 0%, rgba(201, 106, 68, 0.05), transparent),
        var(--page-surface-soft);
}

.page-home .cta-shell {
    padding: clamp(2rem, 5vw, 3rem);
    background: var(--page-surface);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.page-home .btn-primary {
    background: var(--accent);
    border-color: var(--accent);
    color: #120f0d;
    box-shadow: 0 10px 22px rgba(122, 62, 39, 0.14);
}

.page-home .btn-primary:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    box-shadow: 0 12px 26px rgba(122, 62, 39, 0.16);
}

.page-home .btn-ghost {
    border-color: rgba(67, 78, 91, 0.92);
    background: rgba(18, 24, 33, 0.54);
}

.page-home .btn-ghost:hover {
    border-color: rgba(127, 137, 148, 0.72);
    background: rgba(18, 24, 33, 0.88);
    box-shadow: none;
}

.page-home .cta-copy-wrap {
    max-width: 42rem;
    margin-bottom: 1.4rem;
}

.page-home .cta-title {
    font-family: var(--font-headline);
    margin-bottom: 0.9rem;
    text-align: left;
}

.page-home .cta-copy {
    text-align: left;
    line-height: 1.75;
}

.page-home .cta-actions {
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.page-home .cta-footnote {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.page-home .footer {
    background: #080c10;
}

@media (max-width: 1160px) {
    .page-home .hero-shell,
    .page-home .press-strip-inner,
    .page-home .flagship-shell,
    .page-home .engagement-shell {
        grid-template-columns: 1fr;
    }

    .page-home .engagement-intro {
        position: static;
        max-width: 46rem;
    }

    .page-home .engagement-stack {
        padding-left: 0;
        border-left: none;
    }

    .page-home .hero-copy,
    .page-home .cta-copy-wrap {
        max-width: 100%;
    }
}

@media (max-width: 920px) {
    .page-home .hero-band-inner,
    .page-home .capability-grid,
    .page-home .client-fit-grid,
    .page-home .work-grid {
        grid-template-columns: 1fr;
    }

    .page-home .process-row {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .page-home .engagement-row {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .page-home .process-number {
        min-width: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .page-home .nav {
        background: rgba(11, 15, 20, 0.97);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .page-home .nav.scrolled {
        background: rgba(11, 15, 20, 0.99);
    }

    .page-home .hero-stage::before,
    .page-home .hero-stage::after {
        opacity: 0.42;
    }
}

@media (max-width: 640px) {
    .page-home .hero,
    .page-home #capabilities,
    .page-home #process,
    .page-home #work,
    .page-home #flagship,
    .page-home #contact {
        scroll-margin-top: 6.1rem;
    }

    .page-home .hero {
        min-height: auto;
        padding-top: 6.35rem;
    }

    .page-home .hero-heading {
        max-width: 100%;
        font-size: clamp(2.1rem, 12vw, 3.25rem);
        line-height: 1;
    }

    .page-home .hero-shell {
        align-items: start;
    }

    .page-home .hero-actions,
    .page-home .flagship-actions,
    .page-home .cta-actions {
        flex-direction: column;
    }

    .page-home .hero-actions .btn,
    .page-home .flagship-actions .btn,
    .page-home .cta-actions .btn {
        width: 100%;
    }

    .page-home .press-link {
        width: 100%;
        justify-content: center;
    }

    .page-home .flagship-shell,
    .page-home .cta-shell {
        padding: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-home .hero-eyebrow,
    .page-home .hero-brand,
    .page-home .hero-heading,
    .page-home .hero-intro,
    .page-home .hero-actions {
        opacity: 1;
        animation: none;
    }
}
