html {
    scroll-behavior: smooth;
}

body {
    background: #080d0c;
}

.site-header {
    transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
    background: rgba(7, 11, 10, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.nav-link,
.footer-link,
.micro-link {
    position: relative;
}

.nav-link::after,
.footer-link::after,
.micro-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

.nav-link:hover::after,
.footer-link:hover::after,
.micro-link:hover::after {
    transform: scaleX(1);
}

.hero-shell {
    background:
        linear-gradient(180deg, rgba(4, 6, 6, 0.38), rgba(4, 7, 7, 0.76)),
        radial-gradient(circle at 12% 18%, rgba(143, 33, 49, 0.14), transparent 24%),
        radial-gradient(circle at 84% 24%, rgba(215, 196, 161, 0.08), transparent 22%),
        linear-gradient(180deg, #0a0f0e 0%, #111815 100%);
}

.hero-nw {
    position: relative;
    z-index: 2;
}

.hero-nw-stage {
    position: relative;
    min-height: 45rem;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #0c1110;
}

.hero-nw-pane {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
}

.hero-nw-pane::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.32));
}

.hero-nw-pane-left {
    left: 0;
}

.hero-nw-pane-right {
    right: 0;
}

.hero-nw-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.03);
    transform: scale(1.02);
}

.hero-nw-centerline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.16);
    z-index: 2;
}

.hero-nw-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: min(34rem, calc(100% - 4rem));
    transform: translate(-4%, -50%);
}

.hero-nw-mark {
    width: 6rem;
    height: 6rem;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.hero-nw-mark-image {
    width: 4rem;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.96;
}

.hero-nw-copy {
    margin-top: 1.25rem;
    max-width: 29rem;
}

.hero-nw-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
}

.hero-nw-title {
    margin-top: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: clamp(2.45rem, 4vw, 4.25rem);
    line-height: 0.92;
    font-weight: 700;
    color: #ffffff;
    text-wrap: balance;
}

.hero-nw-title em {
    color: #d7c4a1;
    font-style: normal;
}

.hero-nw-text {
    margin-top: 1rem;
    max-width: 24rem;
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.72);
}

.hero-nw-sweep {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
}

.hero-nw-sweep-image {
    width: clamp(8rem, 14vw, 13rem);
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.88;
    transform: scale(0.82);
}

.hero-nw.is-sweeping .hero-nw-sweep {
    animation: heroLogoSweep 820ms ease;
}

.hero-nw.is-sweeping .hero-nw-sweep-image {
    animation: heroLogoScale 820ms ease;
}

.hero-nw-thumbs {
    position: absolute;
    right: 2.5rem;
    bottom: 2rem;
    z-index: 4;
    display: flex;
    gap: 1rem;
}

.hero-nw-thumb {
    position: relative;
    width: 12rem;
    height: 7.5rem;
    overflow: hidden;
    border-radius: 1.2rem;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    box-shadow: 0 16px 40px rgba(0,0,0,0.22);
    transform: translateY(0) scale(0.94);
    opacity: 0.64;
    transition: transform 360ms ease, opacity 360ms ease, border-color 360ms ease;
}

.hero-nw-thumb.is-active {
    transform: translateY(-0.35rem) scale(1);
    opacity: 1;
    border-color: rgba(215, 196, 161, 0.45);
}

.hero-nw-thumb-video,
.hero-nw-thumb-fallback {
    width: 100%;
    height: 100%;
}

.hero-nw-thumb-video {
    object-fit: cover;
}

.hero-nw-thumb-fallback {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    background: linear-gradient(150deg, rgba(143, 33, 49, 0.88), rgba(42, 9, 16, 0.9));
}

.hero-nw-thumb-copy,
.hero-nw-thumb-fallback {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    padding: 0.9rem 1rem;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.68));
}

.hero-nw-thumb-copy span,
.hero-nw-thumb-fallback span {
    display: block;
    font-size: 0.58rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
}

.hero-nw-thumb-copy strong,
.hero-nw-thumb-fallback strong {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
}

.hero-nw-layer-tag {
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    z-index: 2;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(0,0,0,0.22);
    padding: 0.65rem 0.95rem;
    font-size: 0.6rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.78);
}

.hero-nw-footer {
    display: grid;
    gap: 2rem;
    padding: 1.4rem 1.5rem 0;
}

.hero-nw-stats {
    display: grid;
    gap: 1rem;
}
.hero-noise {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: radial-gradient(rgba(255,255,255,0.2) 0.6px, transparent 0.6px);
    background-size: 18px 18px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.4), transparent 80%);
    pointer-events: none;
}

.hero-orb {
    position: absolute;
    border-radius: 9999px;
    filter: blur(28px);
    opacity: 0.45;
    animation: drift 12s ease-in-out infinite;
}

.hero-orb-left {
    left: -6rem;
    top: 7rem;
    height: 18rem;
    width: 18rem;
    background: radial-gradient(circle, rgba(215, 196, 161, 0.28), rgba(215, 196, 161, 0));
}

.hero-orb-right {
    right: -4rem;
    bottom: 6rem;
    height: 22rem;
    width: 22rem;
    background: radial-gradient(circle, rgba(29, 74, 65, 0.34), rgba(29, 74, 65, 0));
    animation-delay: -4s;
}

.hero-panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.cta-primary,
.cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.95rem 1.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}

.cta-primary {
    background: #d7c4a1;
    color: #0f1715;
}

.cta-primary:hover,
.cta-secondary:hover {
    transform: translateY(-1px);
}

.cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.92);
}

.cta-secondary:hover {
    border-color: rgba(215, 196, 161, 0.7);
    color: #d7c4a1;
}

.stat-card {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 1rem;
}

.ticker-wrap {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.ticker-track {
    display: flex;
    width: max-content;
    gap: 3rem;
    padding: 1rem 0;
    font-size: 0.65rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
    animation: ticker 26s linear infinite;
}

.section-light,
.section-paper {
    color: #0f1715;
}

.section-light {
    background: #f2ece3;
}

.section-paper {
    background: #f7f2ea;
}

.section-dark {
    background: linear-gradient(180deg, #0a100f 0%, #0d1513 100%);
}

.section-dark-final {
    position: relative;
    overflow: hidden;
}

.section-dark-final::before {
    content: '';
    position: absolute;
    inset: auto auto -7rem -5rem;
    width: 18rem;
    height: 18rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(215,196,161,0.15), rgba(215,196,161,0));
    filter: blur(8px);
}

.eyebrow-dark,
.eyebrow-light {
    font-size: 0.7rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
}

.eyebrow-dark {
    color: rgba(29, 74, 65, 0.82);
}

.eyebrow-light {
    color: rgba(215, 196, 161, 0.82);
}

.practice-row {
    transition: transform 240ms ease, padding-left 240ms ease;
}

.practice-row:hover {
    transform: translateX(4px);
    padding-left: 0.35rem;
}

.insight-card,
.panel-light,
.agenda-panel-light {
    color: #0f1715;
    border: 1px solid rgba(8, 13, 12, 0.08);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 45px rgba(9, 17, 16, 0.08);
}

.insight-card {
    border-radius: 1.6rem;
    padding: 1.8rem;
}

.panel-light,
.panel-dark,
.agenda-panel-dark,
.agenda-panel-light,
.final-frame {
    border-radius: 1.8rem;
    padding: 1.8rem;
}

.panel-dark,
.agenda-panel-dark,
.final-frame {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    box-shadow: 0 24px 70px rgba(4, 8, 8, 0.16);
}

.agenda-item-dark,
.agenda-item-light {
    border-radius: 1.2rem;
    padding: 1.25rem;
}

.agenda-item-dark {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.agenda-item-light {
    color: #0f1715;
    border: 1px solid rgba(8, 13, 12, 0.08);
    background: rgba(255, 255, 255, 0.64);
}

.micro-link {
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(29, 74, 65, 0.82);
}

.micro-link-light {
    color: rgba(215, 196, 161, 0.82);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-33.33%); }
}

@keyframes drift {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(10px, -18px, 0) scale(1.04); }
}

@media (max-width: 1024px) {
    .hero-shell {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .cta-primary,
    .cta-secondary {
        width: 100%;
    }

    .panel-light,
    .panel-dark,
    .agenda-panel-dark,
    .agenda-panel-light,
    .final-frame,
    .hero-panel,
    .insight-card {
        border-radius: 1.4rem;
    }

    .ticker-track {
        gap: 2rem;
        letter-spacing: 0.28em;
    }
}
.office-frame {
    border: 1px solid rgba(8, 13, 12, 0.08);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.52);
    box-shadow: 0 24px 60px rgba(9, 17, 16, 0.08);
    padding: 1.2rem;
}

.office-copy {
    padding: 1.25rem 0.35rem 0.15rem;
}

.office-kicker-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(8, 13, 12, 0.08);
}

.office-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(29, 74, 65, 0.14);
    background: rgba(255, 255, 255, 0.72);
    padding: 0.55rem 0.85rem;
    font-size: 0.62rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(29, 74, 65, 0.85);
}

.office-grid {
    display: grid;
    gap: 1.5rem;
    padding-top: 1.25rem;
}

.office-note {
    border-left: 1px solid rgba(8, 13, 12, 0.08);
    padding-left: 1.5rem;
}

@media (min-width: 1024px) {
    .office-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(17rem, 0.85fr);
        align-items: start;
    }
}

@media (max-width: 768px) {
    .office-frame {
        padding: 0.85rem;
    }

    .office-copy {
        padding: 1rem 0 0;
    }

    .office-note {
        border-left: 0;
        border-top: 1px solid rgba(8, 13, 12, 0.08);
        padding-left: 0;
        padding-top: 1rem;
    }
}



.news-cluster {
    border: 1px solid rgba(8, 13, 12, 0.08);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 0 24px 60px rgba(9, 17, 16, 0.08);
    padding: 1.25rem;
}

.news-cluster-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0.2rem 1.1rem;
}

.news-cluster-kicker {
    font-size: 0.78rem;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(29, 74, 65, 0.82);
}

.news-cluster-caption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.8;
    color: rgba(15, 23, 21, 0.6);
}

.news-feature-card {
    position: relative;
    display: flex;
    min-height: 37rem;
    overflow: hidden;
    border-radius: 1.8rem;
    background: #101917;
    box-shadow: 0 20px 50px rgba(9, 17, 16, 0.18);
}

.news-feature-media,
.news-feature-overlay,
.news-feature-content {
    position: absolute;
    inset: 0;
}

.news-feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 900ms ease;
}

.news-feature-overlay {
    background: linear-gradient(180deg, rgba(9, 17, 16, 0.08) 0%, rgba(9, 17, 16, 0.55) 48%, rgba(9, 17, 16, 0.92) 100%);
}

.news-feature-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
}

.news-feature-card:hover .news-feature-image {
    transform: scale(1.05);
}

.news-feature-badge,
.news-topic {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

.news-compact-list {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
}

.news-compact-card {
    display: grid;
    gap: 1.15rem;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid rgba(8, 13, 12, 0.08);
    background: rgba(255, 255, 255, 0.8);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.news-compact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(9, 17, 16, 0.1);
}

.news-compact-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(29, 74, 65, 0.16), rgba(215, 196, 161, 0.24));
}

.news-compact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-compact-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 0 1.4rem 1.35rem;
}

.article-meta-card,
.article-summary-note,
.article-credit-box {
    border: 1px solid rgba(8, 13, 12, 0.08);
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 20px 45px rgba(9, 17, 16, 0.08);
}

.article-meta-card {
    padding: 1.7rem;
}

.article-secondary-link {
    color: #0f1715;
    border-color: rgba(8, 13, 12, 0.1);
}

.article-hero-frame {
    border: 1px solid rgba(8, 13, 12, 0.08);
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 24px 60px rgba(9, 17, 16, 0.08);
}

.article-hero-image {
    width: 100%;
    max-height: 34rem;
    object-fit: cover;
}

.article-summary-note {
    padding: 1.5rem;
    height: fit-content;
}

.article-body {
    color: #0f1715;
}

.article-body p {
    font-size: 1.05rem;
    line-height: 2;
    color: rgba(15, 23, 21, 0.78);
}

.article-credit-box {
    margin-top: 2rem;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .news-compact-card {
        grid-template-columns: 13rem minmax(0, 1fr);
        align-items: stretch;
    }

    .news-compact-media {
        aspect-ratio: auto;
        min-height: 100%;
    }
}

@media (max-width: 768px) {
    .news-cluster,
    .article-meta-card,
    .article-summary-note,
    .article-credit-box {
        border-radius: 1.4rem;
    }

    .news-feature-card {
        min-height: 30rem;
    }

    .news-feature-content {
        padding: 1.35rem;
    }
}

.institutional-film {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    box-shadow: 0 24px 70px rgba(4, 8, 8, 0.16);
    padding: 1.4rem;
}

.institutional-film-copy {
    padding: 0.8rem 0.5rem 0.8rem 0.8rem;
}

.institutional-film-frame {
    min-height: 28rem;
}

.institutional-film-video {
    width: 100%;
    height: 100%;
    min-height: 28rem;
    object-fit: cover;
    object-position: center;
}

.institutional-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(215, 196, 161, 0.22);
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    font-size: 0.68rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(215, 196, 161, 0.84);
}

@media (max-width: 768px) {
    .institutional-film {
        border-radius: 1.4rem;
        padding: 0.9rem;
    }

    .institutional-film-copy {
        padding: 0.5rem 0.2rem;
    }

    .institutional-film-frame,
    .institutional-film-video {
        min-height: 20rem;
    }
}

.news-cluster {
    padding: 1rem;
}

.news-cluster-head {
    padding: 0.15rem 0.15rem 0.8rem;
}

.news-cluster-caption {
    margin-top: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.7;
}

.news-feature-card {
    min-height: 24rem;
    border-radius: 1.55rem;
}

.news-feature-content {
    padding: 1.35rem;
}

.news-feature-content h3 {
    max-width: 34rem;
    font-size: 2.25rem;
    line-height: 0.98;
}

.news-feature-content p {
    max-width: 32rem;
}

.news-compact-list {
    gap: 0.85rem;
}

.news-compact-card {
    border-radius: 1.2rem;
    gap: 0;
}

.news-compact-media {
    aspect-ratio: 5 / 4;
}

.news-compact-content {
    padding: 1.05rem 1.1rem 1rem;
}

.news-compact-content h3 {
    margin-top: 0.75rem;
    font-size: 1.45rem;
    line-height: 1.02;
}

.news-compact-content p {
    margin-top: 0.65rem;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .news-compact-card {
        grid-template-columns: 8.5rem minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .news-feature-card {
        min-height: 20rem;
    }

    .news-feature-content h3 {
        font-size: 1.85rem;
    }
}

.news-cluster {
    overflow: hidden;
    padding: 1rem;
}

.news-feature-card {
    position: relative;
    min-height: 22.5rem;
    isolation: isolate;
}

.news-feature-overlay {
    background: linear-gradient(180deg, rgba(9, 17, 16, 0.10) 0%, rgba(9, 17, 16, 0.52) 44%, rgba(9, 17, 16, 0.90) 100%);
}

.news-feature-content {
    z-index: 2;
    gap: 0;
    color: #ffffff;
}

.news-feature-eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.68rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.news-feature-content h3 {
    margin-top: 0.9rem;
    max-width: 30rem;
    font-size: 2.05rem;
    line-height: 0.98;
    color: #ffffff;
    text-wrap: balance;
}

.news-feature-content p {
    margin-top: 0.8rem;
    max-width: 28rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.76);
}

.news-feature-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 0.95rem;
    font-size: 0.68rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

.news-feature-badge {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
}

.news-compact-card {
    grid-template-columns: 9.5rem minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
    min-height: 11rem;
}

.news-compact-media {
    position: relative;
    z-index: 0;
    aspect-ratio: auto;
    min-height: 100%;
}

.news-compact-content {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.96);
    padding: 1rem 1.15rem 0.95rem;
}

.news-compact-eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.62rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(29, 74, 65, 0.78);
}

.news-compact-content h3 {
    margin-top: 0.7rem;
    font-size: 1.28rem;
    line-height: 1.04;
    color: #0f1715;
    text-wrap: balance;
}

.news-compact-content p {
    margin-top: 0.65rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(15, 23, 21, 0.72);
}

.news-compact-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.9rem;
    font-size: 0.66rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(15, 23, 21, 0.44);
}

.news-topic {
    border: 1px solid rgba(29, 74, 65, 0.14);
    background: rgba(29, 74, 65, 0.05);
    color: rgba(29, 74, 65, 0.8);
}

@media (max-width: 768px) {
    .news-feature-card {
        min-height: 19rem;
    }

    .news-feature-content {
        padding: 1rem;
    }

    .news-feature-content h3 {
        font-size: 1.65rem;
    }

    .news-feature-content p {
        font-size: 0.88rem;
    }

    .news-compact-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .news-compact-media {
        aspect-ratio: 16 / 10;
        min-height: 0;
    }

    .news-compact-content {
        padding: 0.9rem 0.95rem 0.9rem;
    }
}


.public-post-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1.6rem;
    border: 1px solid rgba(8, 13, 12, 0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(247,242,234,0.92));
    box-shadow: 0 18px 45px rgba(9, 17, 16, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.public-post-card:hover {
    transform: translateY(-4px);
    border-color: rgba(29, 74, 65, 0.18);
    box-shadow: 0 24px 55px rgba(9, 17, 16, 0.12);
}

.public-post-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(29, 74, 65, 0.16), rgba(215, 196, 161, 0.32));
}

.public-post-media-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(29, 74, 65, 0.82);
}

.public-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.public-post-card:hover .public-post-image {
    transform: scale(1.04);
}

.public-post-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.3rem 1.35rem 1.25rem;
}

.public-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.65rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(29, 74, 65, 0.72);
}

.public-post-title {
    margin-top: 0.9rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    line-height: 0.98;
    color: #0f1715;
    text-wrap: balance;
}

.public-post-excerpt {
    margin-top: 0.85rem;
    font-size: 0.96rem;
    line-height: 1.8;
    color: rgba(15, 23, 21, 0.72);
}

.public-post-link {
    margin-top: auto;
    padding-top: 1.2rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(29, 74, 65, 0.86);
}

.admin-input,
.admin-input-dark {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 21, 0.1);
    padding: 0.95rem 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
    outline: none;
    transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.admin-input {
    background: #fcfaf6;
    color: #0f1715;
}

.admin-input:focus {
    border-color: rgba(29, 74, 65, 0.45);
    box-shadow: 0 0 0 4px rgba(29, 74, 65, 0.08);
}

.admin-input-dark {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.admin-input-dark:focus {
    border-color: rgba(215, 196, 161, 0.55);
    box-shadow: 0 0 0 4px rgba(215, 196, 161, 0.08);
}

.admin-button,
.admin-button-dark {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 1rem 1.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    transition: transform 220ms ease, opacity 220ms ease, box-shadow 220ms ease;
}

.admin-button {
    background: #17352f;
    color: #ffffff;
}

.admin-button-dark {
    background: #d7c4a1;
    color: #0f1715;
}

.admin-button:hover,
.admin-button-dark:hover {
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .public-post-title {
        font-size: 1.7rem;
    }
}

.lawyer-photo {
    object-position: center top;
}

@media (max-width: 768px) {
    #advogados .mt-10.grid {
        gap: 1rem;
        background: transparent;
        border: 0;
        border-radius: 0;
        overflow: visible;
    }

    #advogados .mt-10.grid > article {
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 1.5rem;
        min-height: 0;
    }

    .lawyer-photo {
        display: block;
        width: 100%;
        height: auto !important;
        max-height: 32rem;
        aspect-ratio: auto;
        object-fit: contain;
        object-position: center top;
        background: #0c1412;
    }
}

@media (max-width: 520px) {
    .lawyer-photo {
        max-height: 28rem;
    }
}

.agenda-panel-dark {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, #0c1412 0%, #101a17 100%);
    box-shadow: 0 24px 70px rgba(4, 8, 8, 0.16);
}

.agenda-panel-dark .eyebrow-light,
.agenda-panel-dark h2,
.agenda-panel-dark h3,
.agenda-panel-dark p,
.agenda-panel-dark span {
    color: inherit;
}

.agenda-panel-dark .agenda-item-dark p {
    color: rgba(255, 255, 255, 0.72);
}

.agenda-panel-dark .agenda-item-dark .text-gsa-sand\/78,
.agenda-panel-dark .agenda-item-dark .text-white,
.agenda-panel-dark .agenda-item-dark .text-white\/66 {
    color: inherit;
}

.agenda-panel-dark .agenda-item-dark h3 {
    color: #ffffff;
}

.event-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1.9rem;
    border: 1px solid rgba(8, 13, 12, 0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,239,229,0.92));
    box-shadow: 0 22px 55px rgba(9, 17, 16, 0.08);
}

.event-card-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(29, 74, 65, 0.16), rgba(215, 196, 161, 0.28));
}

.event-card-media-featured {
    aspect-ratio: 16 / 8;
}

.event-card-media-fallback {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    padding: 1.5rem;
}

.event-card-media-fallback span {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(29, 74, 65, 0.84);
}

.event-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.event-card:hover .event-card-image {
    transform: scale(1.03);
}

.event-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1.45rem 1.45rem 1.5rem;
}

.event-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.65rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(29, 74, 65, 0.72);
}

.event-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    line-height: 0.98;
    color: #0f1715;
    text-wrap: balance;
}

.event-card-title-featured {
    font-size: 2.65rem;
}

.event-card-text {
    font-size: 0.98rem;
    line-height: 1.8;
    color: rgba(15, 23, 21, 0.72);
}

@media (max-width: 768px) {
    .event-card-title,
    .event-card-title-featured {
        font-size: 1.9rem;
    }

    .event-card-media,
    .event-card-media-featured {
        aspect-ratio: 16 / 10;
    }
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    }
}

@media (max-width: 1279px) {
    .hero-stage {
        min-height: 43rem;
    }

    .hero-stage-card {
        width: 40%;
        left: 36%;
    }
}

@media (max-width: 1023px) {
    .hero-grid {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .hero-stage {
        min-height: 38rem;
    }

    .hero-stage-card {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        width: auto;
    }
}

@media (max-width: 767px) {
    .hero-stage {
        min-height: 34rem;
    }

    .hero-media-main {
        width: 100%;
        height: 46%;
    }

    .hero-media-top-right {
        right: 0;
        top: 49%;
        width: 48%;
        height: 24%;
    }

    .hero-media-bottom-right {
        right: 0;
        bottom: 0;
        width: 48%;
        height: 22%;
    }

    .hero-media-bottom-left {
        left: 0;
        bottom: 0;
        width: 48%;
        height: 22%;
    }

    .hero-stage-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 1rem;
    }
}
@keyframes heroLogoSweep {
    0% { opacity: 0; }
    20% { opacity: 0.95; }
    80% { opacity: 0.82; }
    100% { opacity: 0; }
}

@keyframes heroLogoScale {
    0% { transform: scale(0.76); opacity: 0; }
    25% { transform: scale(1); opacity: 0.96; }
    100% { transform: scale(1.12); opacity: 0; }
}

@media (min-width: 1024px) {
    .hero-nw-footer {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        align-items: start;
    }

    .hero-nw-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .hero-nw-stage {
        min-height: 40rem;
    }

    .hero-nw-overlay {
        left: 50%;
        top: 45%;
        transform: translate(-12%, -50%);
        width: min(30rem, calc(100% - 3rem));
    }

    .hero-nw-thumbs {
        right: 1rem;
        left: 1rem;
        bottom: 1rem;
        overflow-x: auto;
        padding-bottom: 0.25rem;
    }
}

@media (max-width: 767px) {
    .hero-nw-stage {
        min-height: 37rem;
    }

    .hero-nw-pane {
        width: 100%;
        height: 50%;
    }

    .hero-nw-pane-left {
        top: 0;
        bottom: auto;
    }

    .hero-nw-pane-right {
        top: auto;
        bottom: 0;
    }

    .hero-nw-centerline {
        top: 50%;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        transform: none;
    }

    .hero-nw-overlay {
        left: 1rem;
        right: 1rem;
        top: 50%;
        width: auto;
        transform: translateY(-50%);
    }

    .hero-nw-mark {
        width: 4.5rem;
        height: 4.5rem;
    }

    .hero-nw-mark-image {
        width: 3rem;
    }

    .hero-nw-copy {
        max-width: 18rem;
    }

    .hero-nw-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .hero-nw-text {
        font-size: 0.9rem;
        max-width: 17rem;
    }

    .hero-nw-thumb {
        width: 10rem;
        height: 6.2rem;
        flex: 0 0 auto;
    }

    .hero-nw-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.hero-shell {
    padding-top: 0 !important;
}

.hero-nw-stage {
    min-height: 100vh;
    border-top: 0;
    border-bottom: 0;
}

.hero-nw-pane,
.hero-nw-video,
.hero-nw-overlay,
.hero-nw-centerline,
.hero-nw-thumb,
.hero-nw-thumb-video,
.hero-nw-copy,
.hero-nw-mark {
    transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 900ms cubic-bezier(0.22, 1, 0.36, 1), clip-path 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-nw-pane-left {
    clip-path: inset(0 0 0 0);
}

.hero-nw-pane-right {
    clip-path: inset(0 0 0 0);
}

.hero-nw-overlay {
    transform: translate(-4%, -50%) scale(1);
}

.hero-nw-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    padding: 1.5rem 2rem 1.8rem;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.58));
}

.hero-nw-footer-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-nw[data-hero-scene="0"] .hero-nw-pane-left .hero-nw-video {
    transform: scale(1.02) translate3d(0, 0, 0);
    filter: saturate(0.95) contrast(1.02);
}

.hero-nw[data-hero-scene="0"] .hero-nw-pane-right .hero-nw-video {
    transform: scale(1.06) translate3d(-1%, 0, 0);
    filter: saturate(0.82) brightness(0.88);
}

.hero-nw[data-hero-scene="1"] .hero-nw-pane-left {
    clip-path: inset(0 12% 0 0);
}

.hero-nw[data-hero-scene="1"] .hero-nw-pane-right {
    clip-path: inset(0 0 0 -6%);
}

.hero-nw[data-hero-scene="1"] .hero-nw-pane-left .hero-nw-video {
    transform: scale(1.1) translate3d(2%, 0, 0);
    filter: saturate(0.7) brightness(0.8);
}

.hero-nw[data-hero-scene="1"] .hero-nw-pane-right .hero-nw-video {
    transform: scale(1.03) translate3d(0, 0, 0);
    filter: saturate(0.98) contrast(1.05);
}

.hero-nw[data-hero-scene="1"] .hero-nw-overlay {
    transform: translate(3%, -50%) scale(1.02);
}

.hero-nw[data-hero-scene="2"] .hero-nw-pane-left .hero-nw-video,
.hero-nw[data-hero-scene="2"] .hero-nw-pane-right .hero-nw-video {
    transform: scale(1.08) translate3d(0, 0, 0);
    filter: saturate(0.9) contrast(1.08) brightness(0.78);
}

.hero-nw[data-hero-scene="2"] .hero-nw-overlay {
    transform: translate(-1%, -50%) scale(1.03);
}

.hero-nw.is-transitioning .hero-nw-copy,
.hero-nw.is-transitioning .hero-nw-mark {
    opacity: 0.15;
    transform: translateY(1rem) scale(0.98);
}

.hero-nw.is-transitioning .hero-nw-centerline {
    opacity: 0.35;
    transform: translateX(-50%) scaleY(0.86);
}

@media (min-width: 1024px) {
    .hero-nw-title {
        max-width: 7.5ch;
    }
}

@media (max-width: 1023px) {
    .hero-nw-stage {
        min-height: 92vh;
    }

    .hero-nw-footer {
        position: relative;
        padding: 1.2rem 1rem 0;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .hero-shell {
        min-height: 100svh;
    }

    .hero-nw-stage {
        min-height: 100svh;
    }
}
.hero-nw-pane {
    width: 50.4%;
}

.hero-nw-pane-left {
    left: -0.2%;
}

.hero-nw-pane-right {
    right: -0.2%;
}

.hero-nw-pane::after {
    background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.24));
}

.hero-nw-centerline {
    width: 14rem;
    background: linear-gradient(90deg, rgba(8,13,12,0) 0%, rgba(8,13,12,0.55) 50%, rgba(8,13,12,0) 100%);
    opacity: 0.7;
}

.hero-nw-footer {
    grid-template-columns: minmax(0, 1fr);
}

.hero-nw-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-nw-thumbs {
    display: none !important;
}

.hero-nw-copy {
    transition: opacity 560ms ease, transform 560ms ease, filter 560ms ease;
}

.hero-nw-title,
.hero-nw-text {
    transition: opacity 520ms ease, transform 520ms ease;
}

.hero-nw.is-transitioning .hero-nw-title,
.hero-nw.is-transitioning .hero-nw-text {
    opacity: 0.08;
    transform: translateY(1rem);
}

.hero-nw.is-transitioning .hero-nw-pane-left .hero-nw-video,
.hero-nw.is-transitioning .hero-nw-pane-right .hero-nw-video {
    transform: scale(1.08);
}

@media (max-width: 1023px) {
    .hero-nw-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.hero-nw-stage {
    min-height: 100vh;
    border: 0;
    background: #090d0c;
}

.hero-nw-pane {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(15,23,21,0.08);
    box-shadow: 0 30px 90px rgba(0,0,0,0.28);
    opacity: 0.28;
    transform: scale(0.98);
    transition: opacity 900ms cubic-bezier(0.22,1,0.36,1), transform 1200ms cubic-bezier(0.22,1,0.36,1), filter 900ms cubic-bezier(0.22,1,0.36,1), clip-path 900ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-pane::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.22));
}

.hero-nw-pane-a {
    left: 0;
    top: 0;
    width: 54%;
    height: 100%;
}

.hero-nw-pane-b {
    right: 0;
    top: 0;
    width: 54%;
    height: 100%;
}

.hero-nw-pane-c {
    left: 14%;
    top: 10%;
    width: 18%;
    height: 22%;
    z-index: 3;
}

.hero-nw-pane-d {
    right: 8%;
    bottom: 10%;
    width: 19%;
    height: 24%;
    z-index: 3;
}

.hero-nw-pane.is-active {
    opacity: 1;
    transform: scale(1);
    filter: saturate(1.02) contrast(1.04);
}

.hero-nw-pane.is-idle {
    opacity: 0.18;
    transform: scale(1.03);
    filter: saturate(0.72) brightness(0.84);
}

.hero-nw-pane.is-hidden {
    opacity: 0;
    transform: scale(1.05);
}

.hero-nw-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 1200ms cubic-bezier(0.22,1,0.36,1), filter 900ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-pane.is-active .hero-nw-video {
    transform: scale(1.01);
}

.hero-nw-centerline {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 10rem;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(9,13,12,0) 0%, rgba(9,13,12,0.7) 50%, rgba(9,13,12,0) 100%);
}

.hero-nw-overlay {
    left: 50%;
    top: 50%;
    width: min(36rem, calc(100% - 4rem));
    transform: translate(-6%, -50%);
    transition: opacity 700ms ease, transform 1000ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-copy {
    max-width: 34rem;
}

.hero-nw-title {
    max-width: 7.5ch;
    font-size: clamp(2.8rem, 4.6vw, 5.2rem);
    line-height: 0.9;
}

.hero-nw-text {
    max-width: 22rem;
    font-size: 1rem;
}

.hero-nw-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    padding: 1.5rem 2rem 1.8rem;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.62));
}

.hero-nw-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.hero-nw-layer-tag {
    position: absolute;
    left: 1.1rem;
    top: 1.1rem;
    z-index: 2;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(0,0,0,0.2);
    padding: 0.55rem 0.9rem;
    font-size: 0.58rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
}

.hero-nw.is-transitioning .hero-nw-overlay {
    opacity: 0.18;
    transform: translate(-4%, -50%) scale(0.98);
}

.hero-nw.is-transitioning .hero-nw-sweep {
    animation: heroLogoSweep 1000ms ease;
}

.hero-nw.is-transitioning .hero-nw-sweep-image {
    animation: heroLogoScale 1000ms ease;
}

.hero-nw-thumbs,
.hero-nw-thumb,
.hero-nw-thumb-video,
.hero-nw-thumb-copy,
.hero-nw-thumb-fallback {
    display: none !important;
}

@media (max-width: 1023px) {
    .hero-nw-stage {
        min-height: 95vh;
    }

    .hero-nw-pane-a,
    .hero-nw-pane-b {
        width: 100%;
        height: 52%;
        left: 0;
        right: 0;
    }

    .hero-nw-pane-a {
        top: 0;
    }

    .hero-nw-pane-b {
        top: auto;
        bottom: 0;
    }

    .hero-nw-pane-c {
        left: 1rem;
        top: 4.5rem;
        width: 32%;
        height: 17%;
    }

    .hero-nw-pane-d {
        right: 1rem;
        bottom: 7rem;
        width: 32%;
        height: 18%;
    }

    .hero-nw-centerline {
        top: 50%;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%;
        height: 7rem;
        transform: translateY(-50%);
        background: linear-gradient(180deg, rgba(9,13,12,0) 0%, rgba(9,13,12,0.74) 50%, rgba(9,13,12,0) 100%);
    }

    .hero-nw-overlay {
        left: 1rem;
        right: 1rem;
        width: auto;
        transform: translateY(-50%);
    }

    .hero-nw-title {
        max-width: 8ch;
        font-size: clamp(2.2rem, 7vw, 4rem);
    }

    .hero-nw-footer {
        grid-template-columns: 1fr;
        padding: 1.1rem 1rem 1.3rem;
    }

    .hero-nw-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.hero-nw-stage {
    min-height: 100vh;
    background: #090d0c;
}

.hero-nw-pane,
.hero-nw-pane-a,
.hero-nw-pane-b,
.hero-nw-pane-c,
.hero-nw-pane-d {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    opacity: 0;
    transform: scale(1.035);
    filter: saturate(0.9) brightness(0.7);
    transition: opacity 1200ms cubic-bezier(0.22,1,0.36,1), transform 1400ms cubic-bezier(0.22,1,0.36,1), filter 1200ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-pane::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,11,10,0.38) 0%, rgba(7,11,10,0.18) 32%, rgba(7,11,10,0.62) 100%), linear-gradient(180deg, rgba(7,11,10,0.08) 0%, rgba(7,11,10,0.16) 55%, rgba(7,11,10,0.58) 100%);
}

.hero-nw-pane.is-active {
    opacity: 1;
    transform: scale(1);
    filter: saturate(1.02) brightness(1);
    z-index: 2;
}

.hero-nw-pane.is-hidden {
    opacity: 0;
    transform: scale(1.04);
    filter: saturate(0.82) brightness(0.68);
    z-index: 1;
}

.hero-nw-pane.is-idle {
    opacity: 0;
    transform: scale(1.04);
    filter: saturate(0.82) brightness(0.68);
    z-index: 1;
}

.hero-nw-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
    transition: transform 7000ms ease, filter 1200ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-pane.is-active .hero-nw-video {
    transform: scale(1.01);
}

.hero-nw-centerline {
    display: none;
}

.hero-nw-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: min(38rem, calc(100% - 4rem));
    transform: translate(-50%, -50%);
}

.hero-nw-copy {
    max-width: 34rem;
}

.hero-nw-title {
    max-width: 7.2ch;
    font-size: clamp(3.2rem, 6vw, 6.2rem);
    line-height: 0.92;
}

.hero-nw-text {
    max-width: 28rem;
    font-size: 1.02rem;
}

.hero-nw-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    padding: 1.5rem 2rem 1.8rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.56) 52%, rgba(0,0,0,0.78) 100%);
}

.hero-nw.is-transitioning .hero-nw-overlay {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0.985);
}

.hero-nw.is-transitioning .hero-nw-title,
.hero-nw.is-transitioning .hero-nw-text {
    opacity: 0.08;
    transform: translateY(0.9rem);
}

.hero-nw.is-transitioning .hero-nw-sweep {
    animation: heroLogoSweep 1050ms ease;
}

.hero-nw.is-transitioning .hero-nw-sweep-image {
    animation: heroLogoScale 1050ms ease;
}

@media (max-width: 1023px) {
    .hero-nw-stage {
        min-height: 100svh;
    }

    .hero-nw-overlay {
        left: 1.2rem;
        right: 1.2rem;
        width: auto;
        transform: translateY(-50%);
    }

    .hero-nw-title {
        max-width: 8ch;
        font-size: clamp(2.5rem, 9vw, 4.6rem);
    }

    .hero-nw-text {
        max-width: 20rem;
        font-size: 0.96rem;
    }

    .hero-nw-footer {
        grid-template-columns: 1fr;
        padding: 1.1rem 1rem 1.4rem;
    }

    .hero-nw-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.hero-nw-stage {
    min-height: 100vh;
    background: #090d0c;
}

.hero-nw-pane {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    opacity: 0;
    transform: scale(1.02);
    filter: saturate(0.88) brightness(0.72);
    transition: opacity 1100ms cubic-bezier(0.22,1,0.36,1), transform 1300ms cubic-bezier(0.22,1,0.36,1), filter 1100ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-pane-a,
.hero-nw-pane-c {
    left: 0;
}

.hero-nw-pane-b,
.hero-nw-pane-d {
    right: 0;
}

.hero-nw-pane::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,12,11,0.14) 0%, rgba(8,12,11,0.18) 52%, rgba(8,12,11,0.52) 100%);
}

.hero-nw-pane.is-active {
    opacity: 1;
    transform: scale(1);
    filter: saturate(1.02) brightness(1);
    z-index: 2;
}

.hero-nw-pane.is-hidden,
.hero-nw-pane.is-idle {
    opacity: 0;
    transform: scale(1.035);
    filter: saturate(0.8) brightness(0.68);
    z-index: 1;
}

.hero-nw-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 6800ms ease;
}

.hero-nw-pane.is-active .hero-nw-video {
    transform: scale(1.01);
}

.hero-nw-centerline {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 8rem;
    transform: translateX(-50%);
    z-index: 4;
    background: linear-gradient(90deg, rgba(8,12,11,0) 0%, rgba(8,12,11,0.76) 50%, rgba(8,12,11,0) 100%);
}

.hero-nw-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: min(34rem, calc(100% - 4rem));
    transform: translate(-10%, -50%);
    transition: opacity 700ms ease, transform 900ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-copy {
    max-width: 30rem;
}

.hero-nw-title {
    max-width: 8.2ch;
    font-size: clamp(3rem, 5.4vw, 5.8rem);
    line-height: 0.9;
}

.hero-nw-text {
    max-width: 28rem;
    font-size: 1rem;
}

.hero-nw-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    padding: 1.5rem 2rem 1.8rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.56) 56%, rgba(0,0,0,0.8) 100%);
}

.hero-nw.is-transitioning .hero-nw-overlay {
    opacity: 0.14;
    transform: translate(-8%, -50%) scale(0.985);
}

.hero-nw.is-transitioning .hero-nw-title,
.hero-nw.is-transitioning .hero-nw-text {
    opacity: 0.08;
    transform: translateY(0.85rem);
}

.hero-nw.is-transitioning .hero-nw-sweep {
    animation: heroLogoSweep 1000ms ease;
}

.hero-nw.is-transitioning .hero-nw-sweep-image {
    animation: heroLogoScale 1000ms ease;
}

@media (max-width: 1023px) {
    .hero-nw-stage {
        min-height: 100svh;
    }

    .hero-nw-pane {
        width: 100%;
        height: 50%;
    }

    .hero-nw-pane-a,
    .hero-nw-pane-b,
    .hero-nw-pane-c,
    .hero-nw-pane-d {
        left: 0;
        right: 0;
    }

    .hero-nw-pane-a,
    .hero-nw-pane-c {
        top: 0;
    }

    .hero-nw-pane-b,
    .hero-nw-pane-d {
        top: auto;
        bottom: 0;
    }

    .hero-nw-centerline {
        top: 50%;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%;
        height: 6rem;
        transform: translateY(-50%);
        background: linear-gradient(180deg, rgba(8,12,11,0) 0%, rgba(8,12,11,0.76) 50%, rgba(8,12,11,0) 100%);
    }

    .hero-nw-overlay {
        left: 1rem;
        right: 1rem;
        width: auto;
        transform: translateY(-50%);
    }

    .hero-nw-title {
        max-width: 8.5ch;
        font-size: clamp(2.45rem, 9vw, 4.6rem);
    }

    .hero-nw-text {
        max-width: 20rem;
        font-size: 0.95rem;
    }

    .hero-nw-footer {
        grid-template-columns: 1fr;
        padding: 1.1rem 1rem 1.4rem;
    }

    .hero-nw-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.hero-nw-overlay {
    width: min(26rem, calc(100% - 5rem));
    transform: translate(-4%, -50%);
}

.hero-nw-copy {
    max-width: 24rem;
}

.hero-nw-title {
    max-width: 7.6ch;
    font-size: clamp(2.4rem, 4.8vw, 4.9rem);
}

.hero-nw-text {
    max-width: 24rem;
    font-size: 0.96rem;
    line-height: 1.8;
}

.hero-nw-centerline {
    width: 5rem;
    background: linear-gradient(90deg, rgba(8,12,11,0) 0%, rgba(8,12,11,0.5) 50%, rgba(8,12,11,0) 100%);
}

@media (max-width: 1023px) {
    .hero-nw-overlay {
        left: 1rem;
        right: 1rem;
        width: auto;
        transform: translateY(-50%);
    }

    .hero-nw-copy {
        max-width: 18rem;
    }

    .hero-nw-title {
        max-width: 8.4ch;
        font-size: clamp(2.2rem, 8vw, 4rem);
    }
}
.hero-nw-pane-a,
.hero-nw-pane-b {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

.hero-nw-pane-a {
    left: 0;
    right: auto;
}

.hero-nw-pane-b {
    left: auto;
    right: 0;
}

.hero-nw-pane-c,
.hero-nw-pane-d {
    display: none !important;
}

.hero-nw-pane-a::after,
.hero-nw-pane-b::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,12,11,0.12) 0%, rgba(8,12,11,0.18) 52%, rgba(8,12,11,0.48) 100%);
}

.hero-nw-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
    visibility: visible !important;
}

.hero-nw-overlay {
    z-index: 6;
}

@media (max-width: 1023px) {
    .hero-nw-pane-a,
    .hero-nw-pane-b {
        width: 100%;
        height: 50%;
    }

    .hero-nw-pane-a {
        top: 0;
        bottom: auto;
    }

    .hero-nw-pane-b {
        top: auto;
        bottom: 0;
    }
}
.hero-nw-stage {
    min-height: calc(100vh - 5.75rem);
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.hero-nw-pane-a,
.hero-nw-pane-b {
    opacity: 1 !important;
}

.hero-nw-pane-a::after,
.hero-nw-pane-b::after {
    background: linear-gradient(180deg, rgba(8,12,11,0.06) 0%, rgba(8,12,11,0.08) 48%, rgba(8,12,11,0.24) 100%);
}

.hero-nw-centerline {
    width: 0.2rem;
    background: rgba(255,255,255,0.18);
    opacity: 0.55;
}

.hero-nw-overlay {
    top: 53%;
    left: 50%;
    width: min(22rem, calc(100% - 4rem));
    transform: translate(-18%, -50%);
}

.hero-nw-mark {
    width: 5.2rem;
    height: 5.2rem;
    border-color: rgba(255,255,255,0.42);
    background: rgba(0,0,0,0.14);
}

.hero-nw-mark-image {
    width: 3.2rem;
}

.hero-nw-copy {
    margin-top: 0.8rem;
    max-width: 22rem;
}

.hero-nw-kicker {
    margin-bottom: 0.6rem;
    color: rgba(255,255,255,0.78);
}

.hero-nw-title {
    max-width: 9ch;
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 0.94;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.hero-nw-text {
    max-width: 19rem;
    margin-top: 0.8rem;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
}

.hero-nw-footer {
    display: none !important;
}

.hero-nw-sweep {
    opacity: 0.66;
}

.hero-nw.is-transitioning .hero-nw-overlay {
    opacity: 0.08;
    transform: translate(-18%, -50%) scale(0.985);
}

@media (max-width: 1023px) {
    .hero-nw-stage {
        min-height: calc(100svh - 5rem);
    }

    .hero-nw-overlay {
        left: 50%;
        width: min(18rem, calc(100% - 2rem));
        transform: translate(-50%, -50%);
    }

    .hero-nw-title {
        max-width: 9.2ch;
        font-size: clamp(1.95rem, 7vw, 3rem);
    }

    .hero-nw-text {
        max-width: 16rem;
        font-size: 0.86rem;
    }
}
.hero-nw-pane-a,
.hero-nw-pane-b,
.hero-nw-pane-c,
.hero-nw-pane-d {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    transform: scale(1.025);
    filter: saturate(0.86) brightness(0.72);
    transition: opacity 1400ms cubic-bezier(0.22,1,0.36,1), transform 1600ms cubic-bezier(0.22,1,0.36,1), filter 1400ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-pane-a,
.hero-nw-pane-c {
    left: 0;
    right: auto;
}

.hero-nw-pane-b,
.hero-nw-pane-d {
    left: auto;
    right: 0;
}

.hero-nw-pane-c,
.hero-nw-pane-d {
    display: block !important;
}

.hero-nw-pane.is-active {
    opacity: 1 !important;
    transform: scale(1);
    filter: saturate(1.02) brightness(1);
    z-index: 2;
}

.hero-nw-pane.is-hidden {
    opacity: 0 !important;
    transform: scale(1.035);
    filter: saturate(0.82) brightness(0.68);
    z-index: 1;
}

.hero-nw-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1.06);
    transition: transform 7s ease, filter 1400ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-pane.is-active .hero-nw-video {
    transform: scale(1.015);
}

.hero-nw-overlay {
    z-index: 6;
    top: 51%;
    transform: translate(-18%, -50%);
    transition: opacity 900ms cubic-bezier(0.22,1,0.36,1), transform 1100ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-copy {
    transform: translateY(0);
    transition: opacity 700ms cubic-bezier(0.22,1,0.36,1), transform 900ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-title,
.hero-nw-text,
.hero-nw-kicker,
.hero-nw-mark {
    transition: opacity 800ms cubic-bezier(0.22,1,0.36,1), transform 1000ms cubic-bezier(0.22,1,0.36,1), filter 1000ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw-title {
    transform: translateY(0);
}

.hero-nw-text {
    transform: translateY(0);
}

.hero-nw.is-transitioning .hero-nw-overlay {
    opacity: 0.08;
    transform: translate(-14%, -50%) scale(0.985);
}

.hero-nw.is-transitioning .hero-nw-mark {
    opacity: 0.18;
    transform: translateY(-0.4rem) scale(0.96);
}

.hero-nw.is-transitioning .hero-nw-kicker {
    opacity: 0.12;
    transform: translateY(0.5rem);
}

.hero-nw.is-transitioning .hero-nw-title {
    opacity: 0.04;
    transform: translateY(1.1rem);
}

.hero-nw.is-transitioning .hero-nw-text {
    opacity: 0.06;
    transform: translateY(1.25rem);
}

.hero-nw.is-sweeping .hero-nw-mark {
    animation: heroMarkFloat 900ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw.is-sweeping .hero-nw-title {
    animation: heroCopyRise 1100ms cubic-bezier(0.22,1,0.36,1);
}

.hero-nw.is-sweeping .hero-nw-text {
    animation: heroCopyFade 1300ms cubic-bezier(0.22,1,0.36,1);
}

@keyframes heroMarkFloat {
    0% { opacity: 0; transform: translateY(-0.75rem) scale(0.94); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes heroCopyRise {
    0% { opacity: 0; transform: translateY(1.25rem); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes heroCopyFade {
    0% { opacity: 0; transform: translateY(1.5rem); }
    100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1023px) {
    .hero-nw-pane-a,
    .hero-nw-pane-b,
    .hero-nw-pane-c,
    .hero-nw-pane-d {
        width: 100%;
        height: 50%;
    }

    .hero-nw-pane-a,
    .hero-nw-pane-c {
        top: 0;
        bottom: auto;
    }

    .hero-nw-pane-b,
    .hero-nw-pane-d {
        top: auto;
        bottom: 0;
    }

    .hero-nw-overlay {
        left: 50%;
        width: min(18rem, calc(100% - 2rem));
        transform: translate(-50%, -50%);
    }

    .hero-nw.is-transitioning .hero-nw-overlay {
        transform: translate(-50%, -50%) scale(0.985);
    }
}
.hero-nw-overlay {
    top: 50%;
    left: 50%;
    width: min(18rem, calc(100% - 4rem));
    transform: translate(-50%, -50%);
}

.hero-nw-copy {
    margin-top: 0.65rem;
    max-width: 18rem;
}

.hero-nw-mark {
    width: 4.4rem;
    height: 4.4rem;
}

.hero-nw-mark-image {
    width: 2.7rem;
}

.hero-nw-title {
    max-width: 8.6ch;
    font-size: clamp(1.95rem, 3.45vw, 3.35rem);
    line-height: 0.94;
}

.hero-nw-text {
    max-width: 16rem;
    font-size: 0.84rem;
    line-height: 1.65;
}

.hero-nw-centerline {
    width: 0.16rem;
    opacity: 0.38;
}

.hero-nw.is-transitioning .hero-nw-overlay {
    transform: translate(-50%, -50%) scale(0.985);
}

@media (max-width: 1023px) {
    .hero-nw-overlay {
        width: min(15rem, calc(100% - 2rem));
        transform: translate(-50%, -50%);
    }

    .hero-nw-copy {
        max-width: 15rem;
    }

    .hero-nw-title {
        max-width: 8.8ch;
        font-size: clamp(1.7rem, 6vw, 2.5rem);
    }

    .hero-nw-text {
        max-width: 13rem;
        font-size: 0.78rem;
    }
}
.hero-accent {
    color: #8f2131;
    text-shadow: 0 1px 18px rgba(143, 33, 49, 0.16);
}

.hero-accent-soft {
    color: #d7c4a1;
    text-shadow: 0 1px 16px rgba(215, 196, 161, 0.14);
}

.hero-nw-kicker {
    color: #d7c4a1;
}

.hero-nw-text {
    color: rgba(255,255,255,0.78);
}
.mobile-menu-toggle {
    position: relative;
    flex-direction: column;
    gap: 0.28rem;
    transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.mobile-menu-toggle-line {
    display: block;
    width: 1.1rem;
    height: 1px;
    background: rgba(255,255,255,0.88);
    transition: transform 220ms ease, opacity 220ms ease;
}

.site-header.is-mobile-open .mobile-menu-toggle {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
}

.site-header.is-mobile-open .mobile-menu-toggle-line:nth-child(1) {
    transform: translateY(0.37rem) rotate(45deg);
}

.site-header.is-mobile-open .mobile-menu-toggle-line:nth-child(2) {
    opacity: 0;
}

.site-header.is-mobile-open .mobile-menu-toggle-line:nth-child(3) {
    transform: translateY(-0.37rem) rotate(-45deg);
}

.mobile-menu-panel {
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(7, 11, 10, 0.92);
    backdrop-filter: blur(18px);
}

.mobile-menu-shell {
    display: grid;
    gap: 0.4rem;
    padding: 1rem 1.5rem 1.4rem;
}

.mobile-menu-link {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 0.95rem 0;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.84);
}

.mobile-menu-link:last-child {
    border-bottom: 0;
}

.hero-nw-overlay {
    pointer-events: none;
}

.hero-nw-copy {
    backdrop-filter: blur(8px);
    background: linear-gradient(180deg, rgba(8, 12, 11, 0.22), rgba(8, 12, 11, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    padding: 1.25rem 1.35rem;
}

.hero-copy-left .hero-nw-overlay {
    left: 6.5rem;
    right: auto;
    width: min(24rem, calc(50vw - 8rem));
    transform: translate(0, -50%);
}

.hero-copy-right .hero-nw-overlay {
    left: auto;
    right: 6.5rem;
    width: min(24rem, calc(50vw - 8rem));
    transform: translate(0, -50%);
}

.hero-copy-left .hero-nw-copy,
.hero-copy-left .hero-nw-mark {
    margin-right: auto;
}

.hero-copy-right .hero-nw-copy,
.hero-copy-right .hero-nw-mark {
    margin-left: auto;
}

.hero-copy-right .hero-nw-copy {
    text-align: left;
}

.hero-copy-left .hero-nw-title,
.hero-copy-right .hero-nw-title {
    max-width: 7.8ch;
}

.hero-copy-left .hero-nw-text,
.hero-copy-right .hero-nw-text {
    max-width: 18rem;
}

.hero-nw.is-transitioning.hero-copy-left .hero-nw-overlay,
.hero-nw.is-transitioning.hero-copy-right .hero-nw-overlay {
    transform: translate(0, -50%) scale(0.985);
}

@media (max-width: 1023px) {
    .hero-nw-copy {
        padding: 1rem 1rem 1.05rem;
    }

    .hero-copy-left .hero-nw-overlay,
    .hero-copy-right .hero-nw-overlay {
        left: 1rem;
        right: 1rem;
        width: auto;
        transform: translate(0, -50%);
    }

    .hero-nw.is-transitioning.hero-copy-left .hero-nw-overlay,
    .hero-nw.is-transitioning.hero-copy-right .hero-nw-overlay {
        transform: translate(0, -50%) scale(0.985);
    }
}

.hero-nw-overlay {
    top: 50% !important;
    width: min(19rem, calc(100% - 4rem)) !important;
    pointer-events: none;
}

.hero-nw-copy {
    max-width: 19rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

.hero-copy-left .hero-nw-overlay {
    left: 4.5rem !important;
    right: auto !important;
    transform: translate(0, -50%) !important;
}

.hero-copy-right .hero-nw-overlay {
    left: auto !important;
    right: 4.5rem !important;
    transform: translate(0, -50%) !important;
}

.hero-copy-left .hero-nw-mark,
.hero-copy-left .hero-nw-copy {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.hero-copy-right .hero-nw-mark,
.hero-copy-right .hero-nw-copy {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.hero-copy-left .hero-nw-copy,
.hero-copy-right .hero-nw-copy {
    text-align: left !important;
}

.hero-copy-left .hero-nw-title,
.hero-copy-right .hero-nw-title {
    max-width: 7.4ch !important;
}

.hero-copy-left .hero-nw-text,
.hero-copy-right .hero-nw-text {
    max-width: 16rem !important;
}

.hero-nw.is-transitioning.hero-copy-left .hero-nw-overlay,
.hero-nw.is-transitioning.hero-copy-right .hero-nw-overlay {
    transform: translate(0, -50%) scale(0.985) !important;
}

@media (max-width: 1023px) {
    .hero-nw-overlay,
    .hero-copy-left .hero-nw-overlay,
    .hero-copy-right .hero-nw-overlay {
        left: 1rem !important;
        right: 1rem !important;
        width: auto !important;
        transform: translate(0, -50%) !important;
    }

    .hero-nw-copy {
        max-width: 15rem !important;
    }
}

.social-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    border: 1px solid rgba(215, 196, 161, 0.34);
    background: rgba(255, 255, 255, 0.04);
    color: #d7c4a1;
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}

.social-icon-button:hover {
    transform: translateY(-1px);
    border-color: rgba(215, 196, 161, 0.72);
    background: rgba(215, 196, 161, 0.1);
    color: #f4e7cf;
}

.social-icon-svg {
    width: 1.05rem;
    height: 1.05rem;
}

.cookie-banner {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 80;
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity 220ms ease, transform 220ms ease;
}

.cookie-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cookie-banner__shell {
    margin: 0 auto;
    max-width: 76rem;
    display: grid;
    gap: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.5rem;
    background: rgba(6, 10, 9, 0.94);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    padding: 1.2rem 1.25rem;
}

.cookie-banner__eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(215, 196, 161, 0.82);
}

.cookie-banner__title {
    margin-top: 0.6rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 2vw, 2.1rem);
    line-height: 1.02;
    color: #fff;
}

.cookie-banner__text {
    margin-top: 0.7rem;
    max-width: 52rem;
    font-size: 0.92rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.7);
}

.cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cookie-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9rem;
    border-radius: 999px;
    padding: 0.9rem 1.2rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}

.cookie-button:hover {
    transform: translateY(-1px);
}

.cookie-button--primary {
    background: #d7c4a1;
    color: #0f1715;
}

.cookie-button--ghost {
    border: 1px solid rgba(255,255,255,0.16);
    color: rgba(255,255,255,0.88);
    background: transparent;
}

@media (min-width: 1024px) {
    .cookie-banner__shell {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        padding: 1.35rem 1.5rem;
    }

    .cookie-banner__actions {
        justify-content: flex-end;
    }
}

.news-cluster {
    position: relative;
}

.news-scene {
    display: none;
    animation: newsSceneFade 520ms ease;
}

.news-scene.is-active {
    display: block;
}

@keyframes newsSceneFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-cluster-static {
    padding: 1.4rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.72) 100%);
    backdrop-filter: blur(18px);
}

.news-cluster-head-static {
    padding: 0.2rem 0.2rem 1.15rem;
}

.news-feature-card-static {
    min-height: 31rem;
}

.news-feature-content-static {
    justify-content: flex-end;
}

.news-feature-title-static {
    max-width: 32rem;
    margin-top: 1.15rem;
    font-family: var(--font-display);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.98;
    color: #fff;
}

.news-feature-excerpt-static {
    max-width: 34rem;
    margin-top: 1rem;
    font-size: 0.98rem;
    line-height: 1.9;
    color: rgba(255,255,255,0.76);
}

.news-feature-placeholder,
.news-compact-placeholder {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    background:
        radial-gradient(circle at top right, rgba(215,196,161,0.30), transparent 38%),
        linear-gradient(145deg, rgba(29,74,65,0.94), rgba(10,16,15,0.96));
}

.news-feature-placeholder span,
.news-compact-placeholder span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
    padding: 0.5rem 0.8rem;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.92);
}

.news-compact-list-static {
    margin-top: 1.2rem;
    display: grid;
    gap: 1rem;
}

.news-compact-card-static {
    border: 1px solid rgba(8, 13, 12, 0.07);
    background: rgba(255,255,255,0.92);
    box-shadow: 0 18px 38px rgba(9,17,16,0.08);
}

.news-compact-media-static {
    background: linear-gradient(135deg, rgba(29,74,65,0.12), rgba(215,196,161,0.18));
}

.news-compact-content-static {
    padding: 1.25rem 1.2rem 1.1rem;
}

.news-compact-title-static {
    margin-top: 0.95rem;
    font-family: var(--font-display);
    font-size: 1.55rem;
    line-height: 1.08;
    color: var(--gsa-ink);
}

.news-compact-excerpt-static {
    margin-top: 0.9rem;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(15,23,21,0.68);
}

@media (max-width: 1024px) {
    .news-feature-card-static {
        min-height: 24rem;
    }
}

@media (max-width: 768px) {
    .news-cluster-static {
        padding: 1rem;
    }

    .news-feature-card-static {
        min-height: 20rem;
    }

    .news-feature-title-static {
        font-size: 1.8rem;
    }

    .news-compact-title-static {
        font-size: 1.32rem;
    }
}

.instagram-showcase-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1.8rem;
    border: 1px solid rgba(15,23,21,0.08);
    background: rgba(255,255,255,0.96);
    box-shadow: 0 28px 60px rgba(15,23,21,0.10);
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.instagram-showcase-card:hover {
    transform: translateY(-4px);
    border-color: rgba(215,196,161,0.32);
    box-shadow: 0 34px 70px rgba(15,23,21,0.14);
}

.instagram-showcase-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(29,74,65,0.7), rgba(10,16,15,0.92));
}

.instagram-showcase-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,13,12,0.02) 0%, rgba(8,13,12,0.18) 100%);
}

.instagram-showcase-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.instagram-showcase-card:hover .instagram-showcase-image {
    transform: scale(1.04);
}

.instagram-showcase-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    padding: 1.35rem 1.35rem 1.45rem;
}

.instagram-showcase-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(140,111,69,0.88);
}

.instagram-showcase-caption {
    font-size: 0.97rem;
    line-height: 1.9;
    color: rgba(15,23,21,0.78);
}

.instagram-showcase-link {
    margin-top: auto;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--gsa-sand);
}

@media (max-width: 768px) {
    .instagram-showcase-card {
        border-radius: 1.45rem;
    }

    .instagram-showcase-body {
        padding: 1.05rem 1.05rem 1.15rem;
    }
}

.instagram-showcase-rotator {
    position: relative;
}

.instagram-showcase-scene {
    display: none;
    animation: instagramSceneFade 620ms ease;
}

.instagram-showcase-scene.is-active {
    display: block;
}

@keyframes instagramSceneFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.instagram-showcase-placeholder {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top, rgba(215,196,161,0.16), transparent 46%), linear-gradient(145deg, rgba(29,74,65,0.78), rgba(8,13,12,0.96));
    color: rgba(255,255,255,0.78);
    font-size: 0.76rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}
