.upp-shell {
    --upp-ink: #0F1410;
    --upp-orange: #F26619;
    --upp-orange-deep: #C2470F;
    --upp-green: #2D7A3E;
    --upp-green-deep: #1F5A2C;
    --upp-paper: #F4ECD8;
    --upp-muted: #5a6058;
    --upp-caution: #FFC629;
    --upp-warning: #D63916;
    background: var(--upp-paper);
    color: var(--upp-ink);
    font-family: inherit;
    line-height: 1.55;
}

.upp-shell * {
    box-sizing: border-box;
}

.upp-breadcrumb,
.upp-hero,
.upp-panel,
.upp-widget-row,
.upp-grid-3,
.upp-link-band,
.upp-feed-placeholder,
.upp-handoff,
.upp-faq,
.upp-methodology-note {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.upp-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 0 0;
    font-size: 14px;
}

.upp-breadcrumb a,
.upp-methodology-note a {
    color: var(--upp-orange);
    font-weight: 800;
    text-decoration: underline;
}

.upp-hero {
    padding: 52px 0 34px;
    border-bottom: 4px solid var(--upp-orange);
}

.upp-eyebrow {
    margin: 0 0 8px;
    color: var(--upp-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.upp-hero h1,
.upp-panel h2,
.upp-action h2,
.upp-feed-placeholder h2,
.upp-handoff h2,
.upp-faq h2 {
    margin: 0;
    letter-spacing: 0;
    line-height: 1.08;
}

.upp-hero h1 {
    max-width: 900px;
    font-size: clamp(38px, 7vw, 74px);
    text-transform: uppercase;
}

.upp-lede {
    max-width: 820px;
    margin: 18px 0 0;
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 700;
}

.upp-panel,
.upp-action,
.upp-feed-placeholder,
.upp-handoff,
.upp-faq,
.upp-methodology-note {
    margin-top: 28px;
}

.upp-panel,
.upp-action,
.upp-feed-placeholder,
.upp-handoff,
.upp-faq {
    border: 2px solid rgba(23, 60, 50, .18);
    background: rgba(255, 255, 255, .62);
    padding: 24px;
}

.upp-widget-row,
.upp-grid-3,
.upp-link-band {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.upp-widget-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.upp-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.upp-link-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.upp-list-panel ul {
    margin: 16px 0 0;
    padding-left: 20px;
}

.upp-list-panel li + li {
    margin-top: 8px;
}

.upp-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.upp-chip-list a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    border: 2px solid var(--upp-ink);
    padding: 8px 12px;
    color: var(--upp-ink);
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.upp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 16px;
    border: 2px solid #2b1d18;
    background: var(--upp-orange);
    color: #fff;
    padding: 12px 18px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 4px 4px 0 #2b1d18;
}

.upp-feed-placeholder,
.upp-handoff {
    background: var(--upp-ink);
    color: #fff;
}

.upp-feed-placeholder .upp-eyebrow,
.upp-handoff .upp-eyebrow {
    color: #ffad6e;
}

.upp-faq details {
    border-top: 1px solid rgba(23, 60, 50, .24);
    padding: 14px 0;
}

.upp-faq summary {
    cursor: pointer;
    font-weight: 900;
}

.upp-methodology-note {
    padding: 28px 0 44px;
    text-align: center;
}

.upp-intent-guide,
.upp-city-directory,
.upp-index-directory {
    width: min(1120px, calc(100% - 32px));
    margin: 28px auto 0;
}

.upp-intent-extension {
    display: flow-root;
    padding: 1px 0 42px;
}

.upp-intent-guide,
.upp-city-directory {
    border: 2px solid rgba(23, 60, 50, .22);
    background: rgba(255, 255, 255, .72);
    padding: clamp(22px, 4vw, 38px);
}

.upp-intent-guide__head,
.upp-city-directory__head {
    max-width: 850px;
}

.upp-intent-guide__head h2,
.upp-city-directory__head h2,
.upp-index-directory > h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
}

.upp-intent-guide__head > p:last-child,
.upp-city-directory__head > p:last-child {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--upp-muted);
    font-size: 18px;
}

.upp-intent-guide__answers,
.upp-city-directory__answers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.upp-intent-answer,
.upp-city-directory__answers article,
.upp-index-directory__grid article {
    border: 1px solid rgba(23, 60, 50, .22);
    border-left: 5px solid var(--upp-orange);
    background: #fff;
    padding: 20px;
}

.upp-intent-answer__number {
    margin: 0 0 18px;
    color: var(--upp-orange-deep);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .14em;
}

.upp-intent-answer h3,
.upp-city-directory__answers h3,
.upp-index-directory__grid h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.18;
}

.upp-intent-answer p:last-child,
.upp-city-directory__answers p,
.upp-index-directory__grid article > p:not(.upp-eyebrow) {
    margin: 12px 0 0;
    color: #3f463f;
}

.upp-research-note {
    margin: 22px 0 0;
    border-left: 4px solid var(--upp-green);
    background: rgba(45, 122, 62, .08);
    padding: 14px 16px;
    color: #3f463f;
    font-size: 14px;
}

.upp-research-note a,
.upp-text-link,
.upp-index-directory__grid h3 a,
.upp-city-directory__group h3 a {
    color: var(--upp-orange-deep);
    font-weight: 900;
}

.upp-city-directory__groups {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.upp-city-directory__group {
    border: 1px solid rgba(23, 60, 50, .24);
    background: #fff;
}

.upp-city-directory__group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    padding: 16px 18px;
    font-size: 18px;
    font-weight: 900;
}

.upp-city-directory__group summary span {
    color: var(--upp-muted);
    font-size: 13px;
    text-transform: uppercase;
}

.upp-city-directory__group ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.upp-city-directory__group li {
    border-top: 1px solid rgba(23, 60, 50, .14);
    padding: 16px 18px;
}

.upp-city-directory__group li:nth-child(odd) {
    border-right: 1px solid rgba(23, 60, 50, .14);
}

.upp-city-directory__group h3 {
    margin: 0;
    font-size: 17px;
}

.upp-city-directory__group p {
    margin: 8px 0 0;
    color: var(--upp-muted);
    font-size: 14px;
}

.upp-index-directory {
    padding-bottom: 10px;
}

.upp-index-directory__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.upp-index-directory__grid article {
    display: flex;
    flex-direction: column;
}

.upp-index-directory__grid .upp-text-link {
    margin-top: auto;
    padding-top: 16px;
}

.upp-longform,
.upp-scope-board,
.upp-query-map,
.upp-editorial-byline,
.upp-index-explainer,
.upp-city-checkpoints,
.upp-city-truth,
.upp-city-actions,
.upp-nearby-cities,
.upp-core-section,
.upp-core-cta,
.upp-core-sources {
    width: min(1120px, calc(100% - 32px));
    margin: 28px auto 0;
}

.upp-longform,
.upp-scope-board,
.upp-query-map,
.upp-index-explainer,
.upp-city-checkpoints,
.upp-city-truth,
.upp-city-actions,
.upp-nearby-cities,
.upp-core-section,
.upp-core-cta,
.upp-core-sources {
    border: 2px solid rgba(23, 60, 50, .22);
    background: rgba(255, 255, 255, .76);
    padding: clamp(24px, 4vw, 42px);
}

.upp-longform__head,
.upp-scope-board__head,
.upp-query-map > header,
.upp-index-explainer > header,
.upp-city-checkpoints > header,
.upp-city-truth > header,
.upp-city-actions > header,
.upp-nearby-cities > header,
.upp-core-section > header {
    max-width: 850px;
}

.upp-longform h2,
.upp-scope-board h2,
.upp-query-map h2,
.upp-index-explainer h2,
.upp-city-checkpoints h2,
.upp-city-truth h2,
.upp-city-actions h2,
.upp-nearby-cities h2,
.upp-editorial-byline h2,
.upp-core-section h2,
.upp-core-cta h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.06;
}

.upp-longform__head > p:last-child,
.upp-scope-board__head > p:last-child,
.upp-query-map header > p:last-child,
.upp-index-explainer header > p:last-child,
.upp-city-checkpoints header > p:last-child,
.upp-city-actions > header > p:last-child,
.upp-nearby-cities > header > p:last-child,
.upp-core-section > header > p:last-child {
    margin: 14px 0 0;
    color: var(--upp-muted);
    font-size: 18px;
}

.upp-longform__cards,
.upp-core-section__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.upp-longform__cards article,
.upp-core-section__cards article {
    border: 1px solid rgba(23, 60, 50, .2);
    border-top: 5px solid var(--upp-orange);
    background: #fff;
    padding: 22px;
}

.upp-longform__cards h3,
.upp-core-section__cards h3,
.upp-index-explainer__steps h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.18;
}

.upp-longform__cards article > p:last-child,
.upp-core-section__cards article > p:last-child,
.upp-index-explainer__steps article > p:last-child {
    margin: 12px 0 0;
    color: #3f463f;
}

.upp-longform__number,
.upp-core-section__number {
    margin: 0 0 14px;
    color: var(--upp-orange-deep);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .14em;
}

.upp-scope-board__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.upp-scope-board__columns article {
    border: 2px solid var(--upp-ink);
    background: #fff;
    padding: 24px;
    box-shadow: 6px 6px 0 rgba(15, 20, 16, .14);
}

.upp-scope-board__included {
    border-top: 9px solid var(--upp-green) !important;
}

.upp-scope-board__changes {
    border-top: 9px solid var(--upp-caution) !important;
}

.upp-scope-board__columns h3 {
    margin: 0;
    font-size: 23px;
}

.upp-scope-board__columns ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.upp-scope-board__columns li {
    position: relative;
    padding: 10px 0 10px 30px;
    border-top: 1px solid rgba(23, 60, 50, .15);
}

.upp-scope-board__columns li::before {
    position: absolute;
    left: 4px;
    color: var(--upp-green-deep);
    content: '✓';
    font-weight: 900;
}

.upp-scope-board__changes li::before {
    color: var(--upp-orange-deep);
    content: '+';
}

.upp-longform--warning {
    border-color: #0f1410;
    background: #17232d;
    color: #fff;
}

.upp-longform--warning .upp-longform__head > p:last-child {
    color: rgba(255, 255, 255, .76);
}

.upp-longform--warning .upp-longform__cards article {
    position: relative;
    border: 0;
    border-left: 6px solid var(--upp-orange);
    color: var(--upp-ink);
    padding-left: 76px;
}

.upp-warning-mark {
    position: absolute;
    top: 22px;
    left: 22px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: var(--upp-warning);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.upp-query-map ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.upp-query-map li {
    display: flex;
    gap: 10px;
    border: 1px solid rgba(23, 60, 50, .2);
    background: #fff;
    padding: 15px 17px;
}

.upp-query-map li span {
    color: var(--upp-orange-deep);
}

.upp-editorial-byline {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    border: 2px solid var(--upp-ink);
    border-left: 10px solid var(--upp-orange);
    background: #fff;
    padding: 28px;
}

.upp-editorial-byline img {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
}

.upp-editorial-byline p:not(.upp-eyebrow) {
    margin: 14px 0;
    color: #3f463f;
}

.upp-index-explainer__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.upp-index-explainer__steps article {
    border-top: 5px solid var(--upp-orange);
    background: #fff;
    padding: 20px;
}

.upp-index-explainer__steps span {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    place-items: center;
    border-radius: 50%;
    background: var(--upp-ink);
    color: #fff;
    font-weight: 900;
}

.upp-city-checkpoints ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.upp-city-checkpoints li {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(23, 60, 50, .2);
    background: #fff;
    padding: 16px;
}

.upp-city-checkpoints li span {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--upp-orange);
    color: #fff;
    font-weight: 900;
}

.upp-city-truth {
    border-color: var(--upp-ink);
    background: #fff;
}

.upp-city-truth > header {
    max-width: 920px;
}

.upp-city-truth .upp-rich-copy {
    margin-top: 16px;
    color: #3f463f;
    font-size: 18px;
}

.upp-city-truth .upp-rich-copy p {
    margin: 0;
}

.upp-city-truth__cards,
.upp-city-actions__grid,
.upp-nearby-cities__grid {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.upp-city-truth__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.upp-city-truth__cards article {
    border-top: 5px solid var(--upp-orange);
    background: #f8f4e9;
    padding: 20px;
}

.upp-city-truth__cards span {
    display: grid;
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    place-items: center;
    border-radius: 50%;
    background: var(--upp-ink);
    color: #fff;
    font-weight: 900;
}

.upp-city-truth__cards h3,
.upp-city-actions__grid h3,
.upp-nearby-cities__grid h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
}

.upp-city-truth__cards p,
.upp-city-actions__grid article > p:not(.upp-city-actions__label),
.upp-nearby-cities__grid p {
    margin: 12px 0 0;
    color: #3f463f;
}

.upp-city-actions {
    border-color: var(--upp-ink);
    background: #17232d;
    color: #fff;
}

.upp-city-actions > header > p:last-child {
    color: rgba(255, 255, 255, .76);
}

.upp-city-actions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.upp-city-actions__grid article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top: 7px solid var(--upp-orange);
    background: #fff;
    color: var(--upp-ink);
    padding: 24px;
}

.upp-city-actions__grid article:last-child {
    border-top-color: var(--upp-green);
}

.upp-city-actions__label {
    margin: 0 0 10px;
    color: var(--upp-orange-deep);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.upp-city-actions__grid .upp-button {
    margin-top: auto;
    transform: translateY(8px);
}

.upp-nearby-cities {
    background: #f2ead3;
}

.upp-nearby-cities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.upp-nearby-cities__grid article {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(23, 60, 50, .22);
    border-left: 5px solid var(--upp-orange);
    background: #fff;
    padding: 20px;
}

.upp-nearby-cities__grid h3 a {
    color: var(--upp-ink);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.upp-nearby-cities__grid .upp-text-link {
    margin-top: auto;
    padding-top: 14px;
}

.upp-nearby-cities__all {
    margin: 20px 0 0;
    text-align: center;
}

.upp-nearby-cities__all a {
    color: var(--upp-green-deep);
    font-weight: 900;
}

.upp-core-section--dark {
    border-color: #0f1410;
    background: #17232d;
    color: #fff;
}

.upp-core-section--dark > header > p:last-child {
    color: rgba(255, 255, 255, .76);
}

.upp-core-section--dark .upp-core-section__cards article {
    color: var(--upp-ink);
}

.upp-core-cta {
    text-align: center;
}

.upp-core-cta > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}

.upp-core-sources {
    border-color: var(--upp-ink);
    background: #f2ead3;
}

.upp-core-sources h2 {
    margin: 0;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.08;
}

.upp-core-sources ul {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.upp-core-sources li {
    border-left: 5px solid var(--upp-orange);
    background: #fff;
    padding: 14px 17px;
}

.upp-core-sources a {
    color: var(--upp-green-deep);
    font-weight: 850;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.upp-core-sources__effective {
    margin: 18px 0 0;
    color: var(--upp-muted);
    font-size: 15px;
    font-weight: 800;
}

.upp-button--secondary {
    background: var(--upp-green);
}

@media (max-width: 760px) {
    .upp-widget-row,
    .upp-grid-3,
    .upp-link-band {
        grid-template-columns: 1fr;
    }

    .upp-hero {
        padding-top: 34px;
    }

    .upp-intent-guide__answers,
    .upp-city-directory__answers,
    .upp-index-directory__grid,
    .upp-city-directory__group ul {
        grid-template-columns: 1fr;
    }

    .upp-city-directory__group li:nth-child(odd) {
        border-right: 0;
    }

    .upp-longform__cards,
    .upp-scope-board__columns,
    .upp-query-map ul,
    .upp-core-section__cards,
    .upp-index-explainer__steps,
    .upp-city-checkpoints ol,
    .upp-city-truth__cards,
    .upp-city-actions__grid,
    .upp-nearby-cities__grid,
    .upp-editorial-byline {
        grid-template-columns: 1fr;
    }

    .upp-editorial-byline img {
        width: 112px;
        height: 112px;
    }

    .upp-longform--warning .upp-longform__cards article {
        padding-left: 68px;
    }
}
