:root {
    --hh-bg: #0c0c0f;
    --hh-ink: #f8fafc;
    --hh-muted: #a8b0bd;
    --hh-line: rgba(255, 255, 255, .12);
    --hh-red: #e11d48;
    --hh-amber: #f59e0b;
    --hh-panel: #17171c;
}

body {
    background: var(--hh-bg);
    color: var(--hh-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--hh-amber); }
.fw-black { font-weight: 950; }

.site-header {
    background: rgba(12, 12, 15, .92);
    border-bottom: 1px solid var(--hh-line);
    backdrop-filter: blur(12px);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.brand-mark img {
    width: auto;
    max-height: 64px;
    max-width: 170px;
    object-fit: contain;
    border-radius: 4px;
}

.site-header .navbar {
    padding-block: .35rem;
}

.brand-fallback {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: var(--hh-red);
    color: #fff;
    font-weight: 900;
}

.nav-link {
    color: #f8fafc;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .78rem;
}

.dropdown-menu {
    border: 1px solid var(--hh-line);
    border-radius: 6px;
    background: #101014;
}

.dropdown-item {
    color: #f8fafc;
    font-size: .82rem;
    font-weight: 750;
    text-transform: uppercase;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(255, 255, 255, .08);
    color: var(--hh-amber);
}

.footer-submenu-link {
    color: var(--hh-muted);
}

.footer-submenu-link::before {
    content: "/";
    margin-right: .35rem;
    color: var(--hh-amber);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .15rem;
}

@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .dropdown-submenu > .dropdown-menu {
        position: static;
        margin: .3rem 0 .3rem .75rem;
    }
}

.hero {
    min-height: calc(100vh - 84px);
    display: grid;
    align-items: end;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--hh-line);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 12, 15, .96), rgba(12, 12, 15, .62) 45%, rgba(12, 12, 15, .18)),
        linear-gradient(0deg, rgba(12, 12, 15, 1), rgba(12, 12, 15, 0) 42%);
    z-index: 1;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 9rem 0 5rem;
}

.hero h1 {
    max-width: 760px;
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: .92;
    font-weight: 950;
    text-transform: uppercase;
}

.hero p {
    max-width: 620px;
    color: #d8dde6;
    font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.section-band {
    padding: 4.6rem 0;
    border-bottom: 1px solid var(--hh-line);
}

.section-band.alt {
    background: #111116;
}

.section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.section-title h2 {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.65rem);
    font-weight: 900;
    text-transform: uppercase;
}

.eyebrow {
    color: var(--hh-amber);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .12em;
}

.hh-card {
    height: 100%;
    background: var(--hh-panel);
    border: 1px solid var(--hh-line);
    border-radius: 8px;
    overflow: hidden;
}

.hh-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.hh-card-body {
    padding: 1.15rem;
}

.hh-card h3 {
    font-size: 1.12rem;
    line-height: 1.24;
    font-weight: 850;
}

.meta {
    color: var(--hh-muted);
    font-size: .9rem;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .35rem .65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.btn-hh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 44px;
    padding: .72rem 1rem;
    border-radius: 6px;
    border: 1px solid transparent;
    background: var(--hh-red);
    color: #fff;
    font-weight: 850;
    text-transform: uppercase;
    font-size: .83rem;
}

.btn-hh:hover {
    background: #be123c;
    color: #fff;
}

.btn-hh-outline {
    background: transparent;
    border-color: var(--hh-line);
}

.btn-hh-outline:hover {
    border-color: var(--hh-amber);
    background: rgba(245, 158, 11, .12);
}

.feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 1.5rem;
}

.feature-story {
    min-height: 430px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--hh-line);
}

.feature-story img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-story::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(12, 12, 15, .95), rgba(12, 12, 15, .18));
}

.feature-story-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.5rem;
}

.feature-story h2 {
    font-weight: 920;
    line-height: 1;
}

.price {
    font-weight: 900;
    color: var(--hh-amber);
    font-size: 1.12rem;
}

.pill-active {
    background: var(--hh-red);
}

.report-card {
    display: block;
    background: var(--hh-panel);
    border: 1px solid var(--hh-line);
    border-radius: 8px;
    padding: 1.2rem;
    overflow: hidden;
    color: #fff;
}

.report-cover {
    display: block;
    width: calc(100% + 2.4rem);
    height: 198px;
    margin: -1.2rem -1.2rem 1rem;
    object-fit: cover;
    background: #0b0b0f;
    border-bottom: 1px solid var(--hh-line);
}

.report-thumb-link {
    display: inline-block;
    width: 132px;
    max-width: 100%;
    margin-bottom: 1rem;
}

.report-thumb {
    display: block;
    width: 132px;
    max-width: 100%;
    height: 92px;
    object-fit: cover;
    border: 1px solid var(--hh-line);
    border-radius: 6px;
    background: #0b0b0f;
}

.report-icon {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: rgba(225, 29, 72, .16);
    color: #fecdd3;
    font-size: 1.5rem;
}

.report-card h3 {
    margin: 1rem 0 .35rem;
    font-size: 1.22rem;
    line-height: 1.22;
    font-weight: 900;
}

.report-side {
    position: sticky;
    top: 110px;
}

.report-side-cover {
    display: block;
    width: min(220px, 100%);
    height: 160px;
    object-fit: cover;
    border: 1px solid var(--hh-line);
    border-radius: 8px;
    margin-bottom: 1.3rem;
    background: #0b0b0f;
}

.pdf-viewer {
    overflow: hidden;
    border: 1px solid var(--hh-line);
    border-radius: 8px;
    background: #0b0b0f;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

.pdf-frame {
    display: block;
    width: 100%;
    min-height: 72vh;
    border: 0;
    background: #fff;
}

.empty-panel {
    display: grid;
    place-items: center;
    min-height: 420px;
    padding: 2rem;
    border: 1px dashed var(--hh-line);
    border-radius: 8px;
    text-align: center;
    background: rgba(255, 255, 255, .04);
}

.empty-panel i {
    color: var(--hh-amber);
    font-size: 3rem;
}

.gallery-card {
    position: relative;
}

.gallery-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.gallery-card .gallery-trigger img {
    display: block;
    height: 260px;
}

.photo-modal .modal-content {
    background: #101014;
    border: 1px solid var(--hh-line);
    color: #fff;
    border-radius: 8px;
}

.photo-modal .modal-header {
    border-bottom-color: var(--hh-line);
}

.gallery-modal-image {
    display: block;
    width: 100%;
    max-height: 76vh;
    object-fit: contain;
    border-radius: 6px;
    background: #07070a;
}

.article-body {
    color: #d9dee7;
    font-size: 1.08rem;
    line-height: 1.8;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.footer {
    padding: 2.4rem 0;
    color: var(--hh-muted);
    background: #09090b;
}

@media (max-width: 991px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: 76vh;
    }
}

@media (max-width: 575px) {
    .hero-content {
        padding: 6.5rem 0 3.5rem;
    }

    .section-title {
        align-items: start;
        flex-direction: column;
    }

    .hh-card img {
        height: 210px;
    }
}
