.gnzt-hero {
    width: 100%;
    aspect-ratio: 21 / 9;
    overflow: hidden;
    background: #000000;
}

.gnzt-hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gnzt-main {
    width: var(--content-width);
    margin: 0 auto;
}

.gnzt-status {
    min-height: 24px;
    margin: 0 0 36px;
    color: #6a6a6a;
    font-size: 12px;
    line-height: 18px;
}

.gnzt-trajectory-heading {
    max-width: 980px;
    margin: 0;
    font-size: 48px;
    line-height: 1.16;
    font-weight: 600;
}

.gnzt-trajectory-intro {
    max-width: 930px;
    margin: 30px 0 0;
    color: #666666;
    font-size: 21px;
    line-height: 1.6;
    font-weight: 300;
}

.gnzt-trajectory-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    margin-top: 64px;
}

.gnzt-trajectory-metric {
    padding-top: 24px;
    border-top: 1px solid #cfcfcf;
}

.gnzt-trajectory-metric strong {
    display: block;
    margin: 8px 0 10px;
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
}

.gnzt-trajectory-metric > span:last-child {
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}

.gnzt-chart {
    margin: 80px 0 0;
    padding: 38px 0 28px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.gnzt-chart figcaption strong,
.gnzt-chart figcaption span {
    display: block;
}

.gnzt-chart figcaption strong {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
}

.gnzt-chart figcaption span {
    margin-top: 8px;
    color: #666666;
    font-size: 15px;
    line-height: 1.5;
}

.gnzt-chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 34px;
    margin-top: 28px;
    color: #5f5f5f;
    font-size: 12px;
}

.gnzt-chart-legend span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.gnzt-chart-legend i {
    display: inline-block;
    width: 38px;
    border-top: 3px solid #2f2f2f;
}

.gnzt-chart-legend .gnzt-legend-current {
    border-top-color: #6c7579;
    border-top-style: dashed;
}

.gnzt-chart-legend .gnzt-legend-required {
    border-top-color: #b89432;
}

.gnzt-chart-scroll {
    width: 100%;
    margin-top: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gnzt-chart-scroll:focus-visible {
    outline: 1px solid #2f2f2f;
    outline-offset: 6px;
}

.gnzt-chart-svg {
    display: block;
    width: 100%;
    min-width: 760px;
    height: auto;
}

.gnzt-chart-grid line,
.gnzt-gap-line {
    stroke: #dddddd;
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.gnzt-chart-axis-labels,
.gnzt-chart-label,
.gnzt-gap-label {
    fill: #666666;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

.gnzt-chart-label,
.gnzt-gap-label {
    font-weight: 600;
}

.gnzt-line-historical,
.gnzt-line-current,
.gnzt-line-required {
    fill: none;
    stroke-width: 3;
    vector-effect: non-scaling-stroke;
}

.gnzt-line-historical {
    stroke: #2f2f2f;
}

.gnzt-line-current {
    stroke: #6c7579;
    stroke-dasharray: 9 7;
}

.gnzt-line-required {
    stroke: #b89432;
}

.gnzt-history-points circle {
    fill: #2f2f2f;
}

.gnzt-label-current {
    fill: #596165;
}

.gnzt-label-required {
    fill: #9b7820;
}

.gnzt-gap-statement {
    margin-top: 72px;
    padding: 10px 0 10px 32px;
    border-left: 3px solid #b89432;
}

.gnzt-gap-statement h3 {
    margin: 8px 0 18px;
    font-size: 31px;
    line-height: 1.25;
    font-weight: 600;
}

.gnzt-gap-statement p {
    max-width: 970px;
    margin: 0;
    color: #666666;
    font-size: 17px;
    line-height: 1.65;
}

.gnzt-chart-notes {
    margin-top: 72px;
    max-width: 980px;
}

.gnzt-chart-notes h3 {
    margin: 0 0 28px;
    font-size: 20px;
    font-weight: 600;
}

.gnzt-chart-notes p {
    margin: 0 0 16px;
    color: #5f5f5f;
    font-size: 13px;
    line-height: 1.7;
}

.gnzt-chart-notes a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gnzt-chart-source {
    padding-top: 8px;
}

.gnzt-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.gnzt-section {
    padding: 92px 0;
    border-top: 1px solid #dddddd;
}

.gnzt-section:first-of-type {
    border-top: 0;
}

.gnzt-section-heading {
    margin: 0 0 44px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 500;
}

.gnzt-kicker,
.gnzt-meta-label {
    display: block;
    margin-bottom: 12px;
    color: #666666;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.gnzt-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 96px;
    align-items: end;
}

.gnzt-score {
    margin: 0;
    font-size: 136px;
    line-height: 0.88;
    font-weight: 300;
}

.gnzt-score span {
    font-size: 26px;
    font-weight: 300;
}

.gnzt-signal-summary,
.gnzt-prose {
    margin: 0;
    max-width: 760px;
    font-size: 19px;
    line-height: 1.65;
    font-weight: 300;
}

.gnzt-signal-summary {
    margin-top: 48px;
}

.gnzt-metadata {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
    padding-bottom: 5px;
}

.gnzt-meta-value {
    font-size: 18px;
    line-height: 1.35;
}

.gnzt-movement[data-direction="down"] .gnzt-meta-value::before {
    content: "\2193  ";
}

.gnzt-movement[data-direction="up"] .gnzt-meta-value::before {
    content: "\2191  ";
}

.gnzt-movement[data-direction="flat"] .gnzt-meta-value::before {
    content: "\2192  ";
}

.gnzt-two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
}

.gnzt-driver-heading {
    margin: 0 0 28px;
    font-size: 20px;
    font-weight: 600;
}

.gnzt-driver-list,
.gnzt-source-list,
.gnzt-history-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gnzt-driver-list li,
.gnzt-source-list li,
.gnzt-history-list li {
    padding: 24px 0;
    border-top: 1px solid #dddddd;
}

.gnzt-driver-title {
    display: block;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
}

.gnzt-driver-detail {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.65;
}

.gnzt-factor-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.gnzt-factor-table th,
.gnzt-factor-table td {
    padding: 19px 16px 19px 0;
    border-top: 1px solid #dddddd;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 400;
}

.gnzt-factor-table th {
    width: 25%;
    font-weight: 600;
}

.gnzt-factor-direction {
    width: 12%;
}

.gnzt-factor-impact {
    width: 9%;
}

.gnzt-factor-confidence {
    width: 11%;
}

.gnzt-source-list a,
.gnzt-history-list a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.gnzt-source-title {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.gnzt-source-meta,
.gnzt-history-meta {
    display: block;
    margin-top: 7px;
    color: #6a6a6a;
    font-size: 12px;
    line-height: 1.5;
}

.gnzt-history-list li {
    display: grid;
    grid-template-columns: 130px 100px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.gnzt-history-score {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
}

.gnzt-history-summary {
    font-size: 13px;
    line-height: 1.65;
}

.gnzt-methodology-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 72px;
    margin: 44px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: gnzt-method;
}

.gnzt-methodology-list li {
    counter-increment: gnzt-method;
    padding: 22px 0;
    border-top: 1px solid #dddddd;
    font-size: 14px;
    line-height: 1.55;
}

.gnzt-methodology-list li::before {
    content: counter(gnzt-method, decimal-leading-zero);
    display: block;
    margin-bottom: 12px;
    color: #777777;
    font-size: 11px;
}

@media screen and (max-width: 1159px) {
    .gnzt-hero {
        margin-top: 70px;
        aspect-ratio: 21 / 9;
    }

    .gnzt-main {
        width: 80%;
        margin: 0 10%;
    }

    .gnzt-main .header-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .gnzt-section {
        padding: 64px 0;
    }

    .gnzt-section-heading {
        margin-bottom: 32px;
        font-size: 28px;
    }

    .gnzt-trajectory-heading {
        font-size: 36px;
    }

    .gnzt-trajectory-intro {
        font-size: 18px;
    }

    .gnzt-trajectory-metrics {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 48px;
    }

    .gnzt-chart {
        margin-top: 60px;
        padding-top: 30px;
    }

    .gnzt-chart figcaption strong {
        font-size: 20px;
    }

    .gnzt-chart-scroll {
        padding-bottom: 10px;
    }

    .gnzt-gap-statement {
        margin-top: 56px;
        padding-left: 22px;
    }

    .gnzt-gap-statement h3 {
        font-size: 26px;
    }

    .gnzt-gap-statement p {
        font-size: 15px;
    }

    .gnzt-chart-notes {
        margin-top: 56px;
    }

    .gnzt-overview,
    .gnzt-two-column,
    .gnzt-methodology-list {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .gnzt-score {
        font-size: 92px;
    }

    .gnzt-score span {
        font-size: 19px;
    }

    .gnzt-signal-summary,
    .gnzt-prose {
        font-size: 16px;
        line-height: 1.65;
    }

    .gnzt-signal-summary {
        margin-top: 36px;
    }

    .gnzt-factor-table,
    .gnzt-factor-table tbody,
    .gnzt-factor-table tr,
    .gnzt-factor-table th,
    .gnzt-factor-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .gnzt-factor-table thead {
        display: none;
    }

    .gnzt-factor-table tr {
        padding: 24px 0;
        border-top: 1px solid #dddddd;
    }

    .gnzt-factor-table th,
    .gnzt-factor-table td {
        padding: 4px 0;
        border: 0;
    }

    .gnzt-factor-table th {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .gnzt-factor-table td[data-label]::before {
        content: attr(data-label) ": ";
        color: #6a6a6a;
        font-weight: 500;
    }

    .gnzt-history-list li {
        grid-template-columns: 1fr auto;
        gap: 10px 20px;
    }

    .gnzt-history-summary {
        grid-column: 1 / -1;
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .gnzt-trajectory-heading {
        font-size: 30px;
    }

    .gnzt-trajectory-intro {
        font-size: 16px;
    }

    .gnzt-trajectory-metric strong {
        font-size: 32px;
    }

    .gnzt-score {
        font-size: 74px;
    }

    .gnzt-metadata {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
