.analysis-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    font-size: 0.82rem;
    font-weight: 750;
}

.analysis-nav a {
    text-decoration: none;
}

.analysis-nav a:hover,
.analysis-nav a[aria-current="page"] {
    color: #557320;
}

.analysis-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.analysis-feature__visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    padding: clamp(28px, 5vw, 56px);
    background: #183c32;
    color: #fff;
}

.analysis-feature__visual > p {
    margin: 0;
    color: #ceddcd;
    font-size: 0.8rem;
}

.analysis-feature__visual > div {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.analysis-feature__visual strong {
    color: #d5e780;
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    font-weight: 750;
    letter-spacing: -0.05em;
    line-height: 1;
    white-space: nowrap;
}

.analysis-feature__visual small {
    font-size: 0.4em;
    font-weight: 500;
    letter-spacing: 0;
}

.analysis-feature__visual .analysis-feature__difference {
    color: #d5e780;
    font-weight: 750;
}

.analysis-feature .guide-card__body {
    align-self: center;
    padding: clamp(26px, 4vw, 48px);
}

.analysis-feature h3 {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    line-height: 1.2;
}

.guide-card__cta {
    gap: 8px;
}

.analysis-byline {
    margin-top: 26px;
    color: #52605b;
    font-size: 0.86rem;
    line-height: 1.8;
}

.analysis-feature .analysis-byline {
    font-size: 0.78rem;
}

.analysis-page .article-hero {
    width: min(1040px, calc(100% - 48px));
}

.analysis-page .article-hero h1 {
    max-width: none;
    font-size: clamp(2.3rem, 4.7vw, 4.2rem);
    line-height: 1.06;
}

.analysis-page .article-content {
    min-width: 0;
}

.analysis-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 32px 0 0;
    padding: 24px 0;
    border-block: 1px solid rgba(20, 33, 29, 0.13);
    text-align: left;
}

.analysis-facts dt {
    color: #64716c;
    font-size: 0.72rem;
    line-height: 1.5;
}

.analysis-facts dd {
    margin: 6px 0 0;
    font-size: 0.88rem;
    font-weight: 720;
    line-height: 1.4;
}

.analysis-summary {
    display: grid;
    width: min(1100px, calc(100% - 48px));
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 1px;
    overflow: hidden;
    margin: 0 auto 64px;
    border: 1px solid #d7dfd0;
    border-radius: 20px;
    background: #d7dfd0;
}

.analysis-summary__building {
    padding: 28px;
    background: #f7f9ef;
}

.analysis-summary__building:nth-child(2) {
    background: #f8eee4;
}

.analysis-summary__building > p:first-child {
    margin: 0 0 24px;
    font-size: 0.95rem;
    font-weight: 750;
}

.analysis-summary__building > strong {
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 750;
    letter-spacing: -0.06em;
    line-height: 1;
}

.analysis-summary__building > strong span {
    font-size: 0.38em;
    font-weight: 500;
    letter-spacing: 0;
}

.analysis-summary__building > p:last-child {
    margin: 18px 0 0;
    color: #52605b;
    font-size: 0.8rem;
    line-height: 1.5;
}

.analysis-summary__takeaway {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 28px;
    background: #fff;
}

.analysis-summary__takeaway > p:not(.article-eyebrow) {
    margin: 0 0 14px;
    font-size: 1.12rem;
    font-weight: 720;
    line-height: 1.4;
}

.analysis-summary__takeaway > span {
    color: #52605b;
    font-size: 0.78rem;
    line-height: 1.5;
}

.analysis-summary__takeaway > a {
    margin-top: 16px;
    color: #24566d;
    font-size: 0.8rem;
    font-weight: 750;
    text-underline-offset: 4px;
}

.analysis-table caption {
    padding: 14px 16px;
    color: #52605b;
    font-size: 0.8rem;
    text-align: left;
}

.analysis-table tbody th {
    width: 40%;
    background: #f1f5ee;
    color: #24342e;
    font-size: 0.84rem;
    letter-spacing: 0;
}

.analysis-table td {
    font-variant-numeric: tabular-nums;
}

.analysis-table tbody tr:last-child th {
    border-bottom: 0;
}

.analysis-map {
    margin: 32px 0;
}

.analysis-map img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(20, 33, 29, 0.15);
    border-radius: 12px;
}

.analysis-map figcaption {
    margin-top: 12px;
    color: #52605b;
    font-size: 0.78rem;
    line-height: 1.6;
}

.analysis-page [tabindex="0"]:focus-visible {
    outline: 3px solid rgba(44, 111, 145, 0.5);
    outline-offset: 3px;
}

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

    .analysis-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .analysis-summary__takeaway {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .analysis-page .article-hero,
    .analysis-summary {
        width: calc(100% - 32px);
    }

    .analysis-page .article-site-header,
    .analyses-page .article-site-header {
        flex-wrap: wrap;
        gap: 20px;
        padding-block: 20px;
    }

    .analysis-nav {
        justify-content: flex-start;
        gap: 14px;
        font-size: 0.75rem;
    }

    .analysis-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .analysis-summary__building,
    .analysis-summary__takeaway {
        padding: 22px 18px;
    }

    .analysis-summary__building > p:first-child {
        min-height: 2.8em;
        line-height: 1.4;
    }

    .analysis-table {
        min-width: 480px;
    }
}
