:root {
    --color-ink: #1d2733;
    --color-ink-soft: #516072;
    --color-accent: #b3563d;
    --color-accent-soft: #e9c8ba;
    --color-surface: #f5f0ea;
    --color-surface-strong: #ebe1d6;
    --color-bg: #f8f5f1;
    --color-white: #ffffff;
    --shadow-soft: 0 18px 40px rgba(29, 39, 51, 0.08);
    --radius-lg: 24px;
    --radius-md: 16px;
    --site-width: 1240px;
    --page-gutter: 2rem;
    --section-space: 3rem;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: #f8f5f1;
    overscroll-behavior-y: none;
}

body {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background:
        linear-gradient(rgba(251, 248, 245, 0.9), rgba(243, 237, 230, 0.92)) center top no-repeat,
        radial-gradient(circle at top left, rgba(233, 200, 186, 0.42), transparent 30%) top left no-repeat,
        url("../images/backgrounds/paisley-floral-tropical-lush-1.png?v=20260316b") center top repeat;
    background-size: auto, auto, 900px;
    color: var(--color-ink);
    font-family: Georgia, "Times New Roman", serif;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(calc(100% - var(--page-gutter)), var(--site-width));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 0;
    margin: 0;
    background: transparent;
}

.site-header-banner {
    display: block;
    width: 100%;
    min-height: 118px;
    overflow: hidden;
    background-color: #241e37;
    background-image:
        linear-gradient(180deg, rgba(18, 22, 27, 0.08) 0%, rgba(18, 22, 27, 0.24) 100%),
        url("/assets/images/hero/botanical-bohemian-icon-we-love_single-line-text-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.architecture-page .site-header-banner,
.manhattan-page .site-header-banner,
.chicago-page .site-header-banner,
.baltimore-page .site-header-banner {
    min-height: 188px;
    background-position: center center;
    background-size: cover;
}

.architecture-page .site-header-overlay,
.manhattan-page .site-header-overlay,
.chicago-page .site-header-overlay,
.baltimore-page .site-header-overlay {
    min-height: 188px;
    padding: 0.85rem 0 1rem;
}

.site-header-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 118px;
    padding: 0.7rem 0 0.6rem;
}

.site-header-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.site-nav {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.site-nav-link,
.site-quicklink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    text-decoration: none;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        box-shadow 180ms ease;
}

.site-nav-link {
    padding: 0.38rem 0.2rem;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.site-nav-link:hover,
.site-nav-link:focus-visible,
.site-quicklink:hover,
.site-quicklink:focus-visible {
    transform: translateY(-1px);
}

.site-nav-link:hover,
.site-nav-link:focus-visible {
    background: transparent;
    color: #f6d9bf;
}

.site-nav-link.is-active {
    border: 0;
    background: transparent;
    color: #f6d9bf;
    box-shadow: none;
}

.site-nav-caption {
    color: rgba(255, 255, 255, 0.82);
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-quicklinks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.1rem;
}

.site-quicklink {
    padding: 0.5rem 0.75rem;
    border: 0;
    background: rgba(20, 22, 31, 0.2);
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    backdrop-filter: blur(10px);
}

.site-quicklink:hover,
.site-quicklink:focus-visible {
    background: rgba(31, 35, 47, 0.32);
    box-shadow: none;
}

.eyebrow,
.section-kicker,
.slide-label,
.card-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow,
.section-kicker,
.slide-label {
    margin: 0 0 0.85rem;
    font-size: 0.75rem;
    color: var(--color-accent);
}

.eyebrow::before,
.section-kicker::before,
.resource-type::before,
.gallery-shuffle-button::before,
.site-footer p::before {
    display: inline-block;
    flex: 0 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.eyebrow::before,
.resource-type::before,
.site-footer p::before {
    width: 1.45rem;
    height: 1.45rem;
    background-image: url("../images/icons/leaf-icon.png?v=20260317e");
}

.section-kicker::before,
.gallery-shuffle-button::before {
    width: 1.3rem;
    height: 1.3rem;
    background-image: url("../images/icons/orchid-icon.png?v=20260317e");
}

.page-summary .section-kicker::before {
    background-image: url("../images/icons/flowers-icon.png?v=20260317f");
}

.section-surface .section-kicker::before {
    background-image: url("../images/icons/paisley-icon.png?v=20260317f");
}

.gallery-header .section-kicker::before {
    background-image: url("../images/icons/tassels-icon.png?v=20260317f");
}

.architecture-summary .section-kicker::before {
    background-image: url("../images/icons/mandala-icon-1.png?v=20260317f");
}

.manhattan-summary .section-kicker::before {
    background-image: url("../images/icons/letters-icon.png?v=20260317f");
}

.architecture-sustainable .section-kicker::before {
    background-image: url("../images/icons/fern-icon.png?v=20260317f");
}

.architecture-wild .section-kicker::before {
    background-image: url("../images/icons/crystals-icon.png?v=20260317f");
}

.manhattan-districts .section-kicker::before {
    background-image: url("../images/icons/paisley-icon.png?v=20260317f");
}

.manhattan-assets .section-kicker::before {
    background-image: url("../images/icons/flowers-icon.png?v=20260317f");
}

.manhattan-routes .section-kicker::before {
    background-image: url("../images/icons/tassels-icon.png?v=20260317f");
}

.chicago-summary .section-kicker::before {
    background-image: url("../images/icons/mandala-icon-2.png?v=20260317f");
}

.chicago-preservation .section-kicker::before {
    background-image: url("../images/icons/feather-icon.png?v=20260317f");
}

.chicago-assets .section-kicker::before {
    background-image: url("../images/icons/crystals-icon.png?v=20260317f");
}

.baltimore-summary .section-kicker::before {
    background-image: url("../images/icons/feather-icon.png?v=20260317f");
}

.baltimore-strengths .section-kicker::before {
    background-image: url("../images/icons/fern-icon.png?v=20260317f");
}

.baltimore-districts .section-kicker::before {
    background-image: url("../images/icons/paisley-icon.png?v=20260317f");
}

.baltimore-assets .section-kicker::before {
    background-image: url("../images/icons/crystals-icon.png?v=20260317f");
}

.baltimore-routes .section-kicker::before {
    background-image: url("../images/icons/tassels-icon.png?v=20260317f");
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 12ch;
    margin-bottom: 0.75rem;
    font-size: clamp(2.8rem, 7vw, 5rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.site-header .eyebrow,
.site-header h1 {
    color: var(--color-white);
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.site-header .eyebrow {
    display: none;
}

.site-header h1 {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0;
    font-size: clamp(2.35rem, 6vw, 4rem);
}

.site-header h1::before {
    width: clamp(2.45rem, 3.4vw, 3.2rem);
    height: clamp(2.45rem, 3.4vw, 3.2rem);
    flex: 0 0 auto;
    background-image: url("/assets/images/icons/leaf-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.page-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.5rem;
    align-items: stretch;
    padding-top: 1.5rem;
}

.page-intro-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.page-intro-title h1 {
    max-width: none;
    margin: 0;
    color: var(--color-ink);
    text-shadow: none;
}

.page-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.55rem;
    min-width: 0;
    padding: 1.1rem 1.25rem 1rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 245, 241, 0.76)),
    url("../images/backgrounds/paisley-floral-lush-3.png?v=20260317c");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--shadow-soft);
}

.page-summary--manhattan {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 245, 241, 0.8)),
        url("/assets/images/hero/botanical-bohemian-hero-study-28.png");
}

.page-summary--chicago {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 245, 241, 0.8)),
        url("/assets/images/hero/botanical-bohemian-hero-study-40.png");
}

.page-summary--baltimore {
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 245, 241, 0.8)),
        url("/assets/images/hero/botanical-bohemian-hero-study-26.png");
}

.page-visuals {
    padding: 1.4rem 1.4rem 1.5rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-soft);
}

.page-visual-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.page-visual-card {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: rgba(247, 243, 237, 0.94);
    box-shadow: 0 14px 28px rgba(32, 24, 52, 0.12);
}

.page-visual-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.page-visual-card figcaption {
    padding: 0.9rem 1rem 1rem;
}

.page-visual-card h3 {
    margin-bottom: 0.35rem;
    font-size: 1rem;
}

.page-visual-card p {
    margin-bottom: 0;
    color: var(--color-ink-soft);
    font-size: 0.92rem;
    line-height: 1.55;
}

.page-summary h2,
.page-summary-text {
    max-width: 42rem;
    margin: 0;
}

.page-summary-text {
    color: var(--color-ink);
    font-size: clamp(1rem, 1.6vw, 1.16rem);
    line-height: 1.6;
}

.page-summary h2 {
    font-size: clamp(1.75rem, 3vw, 2.7rem);
    line-height: 1.1;
}

main {
    flex: 1 0 auto;
}

.hero-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: stretch;
    padding: 2.25rem 0 1rem;
}

.hero-copy,
.section-surface {
    position: relative;
}

.hero-copy {
    padding: 2rem 0;
}

.hero-copy h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3.75rem);
    line-height: 1.02;
}

.hero-copy p {
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-ink-soft);
}

.swiper {
    width: 100%;
    min-height: 620px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 620px;
    padding: 2rem;
    color: var(--color-white);
}

.swiper-slide::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 15, 23, 0.08) 0%, rgba(9, 15, 23, 0.65) 100%);
    content: "";
    z-index: 1;
}

.swiper-slide-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.swiper-slide-media picture,
.swiper-slide-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide-media img {
    object-fit: cover;
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 22rem;
}

.slide-content h3 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.content-section {
    padding: var(--section-space) 0;
    content-visibility: auto;
    contain-intrinsic-size: 1px 760px;
}

.section-heading {
    max-width: 44rem;
    margin-bottom: 1.75rem;
}

.section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.05;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(8px);
}

.card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
}

.card p {
    margin-bottom: 0;
    line-height: 1.7;
    color: var(--color-ink-soft);
}

.card-meta {
    margin-top: 1rem;
    font-size: 0.72rem;
    color: var(--color-accent);
}

.section-surface {
    margin: 0 0 4rem;
    padding: 2rem;
    border-radius: calc(var(--radius-lg) + 4px);
    background: linear-gradient(180deg, rgba(29, 39, 51, 0.58), rgba(29, 39, 51, 0.36)),
    url("../images/backgrounds/paisley-floral-lush-1.png?v=20260317a");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-surface .section-kicker,
.section-surface .section-heading h2,
.section-surface .card h3,
.section-surface .card p,
.section-surface .card-meta,
.section-surface code {
    color: var(--color-white);
}

.section-surface .card {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(19, 27, 36, 0.52);
    backdrop-filter: blur(10px);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
}

.gallery-empty-state {
    grid-column: 1 / -1;
    margin: 0;
    padding: 1.2rem 1.35rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-ink-soft);
    box-shadow: var(--shadow-soft);
}

.gallery-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
}

.gallery-header .section-heading {
    margin-bottom: 0;
}

.gallery-shuffle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0.95rem 1.25rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #2e2457, #b3563d);
    color: var(--color-white);
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 16px 28px rgba(46, 36, 87, 0.22);
    cursor: pointer;
    transition: transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.gallery-shuffle-button::before {
    background-image: url("../images/icons/phone-icon.png?v=20260317f");
}

.gallery-shuffle-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(46, 36, 87, 0.28);
}

.gallery-shuffle-button:active {
    transform: translateY(0);
}

.gallery-card {
    grid-column: span 4;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(29, 39, 51, 0.1);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-soft);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content-visibility: auto;
    contain-intrinsic-size: 1px 520px;
}

.gallery-card-wide {
    grid-column: span 8;
}

.gallery-card-tall {
    grid-row: span 2;
}

.gallery-card-media {
    position: relative;
    min-height: 0;
    overflow: hidden;
}

.gallery-card picture {
    display: block;
    height: 100%;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    opacity: 0;
    transition: opacity 220ms ease;
}

.gallery-card img.is-loaded {
    opacity: 1;
}

.gallery-card-caption {
    display: grid;
    gap: 0.35rem;
    padding: 0.9rem 1rem 1rem;
    border-top: 1px solid rgba(29, 39, 51, 0.08);
    background: rgba(255, 255, 255, 0.94);
}

.gallery-card-author-label {
    margin-bottom: 0;
    color: var(--color-accent);
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gallery-card-author {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.gallery-card-note {
    margin-bottom: 0;
    color: var(--color-ink-soft);
    font-size: 0.92rem;
    line-height: 1.55;
}

.architecture-resource-grid,
.architecture-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.resource-card,
.topic-panel,
.wild-feature {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(8px);
    content-visibility: auto;
    contain-intrinsic-size: 1px 420px;
}

.resource-type {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 0.75rem;
    color: var(--color-accent);
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.resource-type::before {
    background-image: url("../images/icons/letters-icon.png?v=20260317f");
}

.site-footer p::before {
    background-image: url("../images/icons/mandala-icon-2.png?v=20260317f");
}

.resource-card h3,
.topic-panel h3,
.wild-feature h3 {
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
}

.resource-card p,
.topic-panel p,
.wild-feature p {
    margin-bottom: 0;
    line-height: 1.75;
    color: var(--color-ink-soft);
}

.resource-links {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.resource-links li + li {
    margin-top: 0.55rem;
}

.resource-links a {
    color: #2e2457;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
    text-underline-offset: 0.18em;
}

.resource-links-light a {
    color: var(--color-white);
}

.resource-preview-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.resource-preview-link::after {
    width: 0.95rem;
    height: 0.95rem;
    flex: 0 0 auto;
    background-image: url("../images/icons/flowers-icon.png?v=20260317f");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 0.85;
}

.resource-preview-link:hover,
.resource-preview-link:focus-visible {
    color: var(--color-accent);
}

.resource-links-light .resource-preview-link:hover,
.resource-links-light .resource-preview-link:focus-visible {
    color: #f6d9bf;
}

.resource-preview-card {
    position: fixed;
    top: 0;
    left: 0;
    width: min(22rem, calc(100vw - 2rem));
    padding: 1rem 1rem 1.05rem;
    border: 1px solid rgba(29, 39, 51, 0.12);
    border-radius: calc(var(--radius-md) + 2px);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 42px rgba(29, 39, 51, 0.18);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 0.5rem, 0);
    transition:
        opacity 140ms ease,
        transform 140ms ease;
    z-index: 70;
}

.resource-preview-card.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.resource-preview-card h3,
.resource-preview-summary,
.resource-preview-domain,
.resource-preview-type {
    margin: 0;
}

.resource-preview-type {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
    color: var(--color-accent);
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.resource-preview-type::before {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    background-image: url("../images/icons/mandala-icon-1.png?v=20260317f");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.resource-preview-card h3 {
    margin-bottom: 0.55rem;
    font-size: 1.15rem;
    line-height: 1.15;
}

.resource-preview-summary {
    color: var(--color-ink-soft);
    font-size: 0.94rem;
    line-height: 1.55;
}

.resource-preview-domain {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.8rem;
    color: #2e2457;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.resource-preview-domain::before {
    width: 0.9rem;
    height: 0.9rem;
    flex: 0 0 auto;
    background-image: url("../images/icons/phone-icon.png?v=20260317f");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.architecture-sustainable {
    padding: 2rem;
    border-radius: calc(var(--radius-lg) + 4px);
    background: linear-gradient(180deg, rgba(25, 55, 44, 0.7), rgba(25, 55, 44, 0.44)),
    url("../images/backgrounds/paisley-floral-lush-2.png?v=20260317d");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.architecture-sustainable .section-kicker,
.architecture-sustainable .section-heading h2,
.architecture-sustainable .topic-panel h3,
.architecture-sustainable .topic-panel p {
    color: var(--color-white);
}

.architecture-sustainable .topic-panel {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(16, 39, 31, 0.48);
    backdrop-filter: blur(10px);
}

.manhattan-districts {
    padding: 2rem;
    border-radius: calc(var(--radius-lg) + 4px);
    background: linear-gradient(180deg, rgba(46, 36, 87, 0.7), rgba(31, 43, 67, 0.42)),
    url("../images/backgrounds/paisley-floral-lush-2.png?v=20260317d");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.manhattan-districts .section-kicker,
.manhattan-districts .section-heading h2,
.manhattan-districts .topic-panel h3,
.manhattan-districts .topic-panel p {
    color: var(--color-white);
}

.manhattan-districts .topic-panel {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(23, 29, 48, 0.5);
    backdrop-filter: blur(10px);
}

.chicago-preservation {
    padding: 2rem;
    border-radius: calc(var(--radius-lg) + 4px);
    background: linear-gradient(180deg, rgba(89, 42, 28, 0.72), rgba(54, 32, 24, 0.48)),
    url("../images/backgrounds/paisley-floral-lush-1.png?v=20260317a");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.chicago-preservation .section-kicker,
.chicago-preservation .section-heading h2,
.chicago-preservation .topic-panel h3,
.chicago-preservation .topic-panel p {
    color: var(--color-white);
}

.chicago-preservation .topic-panel {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(44, 24, 18, 0.52);
    backdrop-filter: blur(10px);
}

.baltimore-strengths {
    padding: 2rem;
    border-radius: calc(var(--radius-lg) + 4px);
    background: linear-gradient(180deg, rgba(33, 61, 52, 0.72), rgba(39, 61, 79, 0.44)),
    url("../images/backgrounds/paisley-floral-lush-2.png?v=20260317d");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.baltimore-strengths .section-kicker,
.baltimore-strengths .section-heading h2,
.baltimore-strengths .topic-panel h3,
.baltimore-strengths .topic-panel p {
    color: var(--color-white);
}

.baltimore-strengths .topic-panel {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(16, 34, 41, 0.52);
    backdrop-filter: blur(10px);
}

.baltimore-districts {
    padding: 2rem;
    border-radius: calc(var(--radius-lg) + 4px);
    background: linear-gradient(180deg, rgba(46, 36, 87, 0.72), rgba(78, 50, 32, 0.48)),
    url("../images/backgrounds/paisley-floral-lush-1.png?v=20260317a");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.baltimore-districts .section-kicker,
.baltimore-districts .section-heading h2,
.baltimore-districts .topic-panel h3,
.baltimore-districts .topic-panel p {
    color: var(--color-white);
}

.baltimore-districts .topic-panel {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(31, 24, 44, 0.52);
    backdrop-filter: blur(10px);
}

.architecture-wild-layout {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 1.5rem;
}

.wild-feature:first-child {
    background: linear-gradient(180deg, rgba(46, 36, 87, 0.84), rgba(179, 86, 61, 0.72));
    color: var(--color-white);
}

.wild-feature:first-child p {
    color: rgba(255, 255, 255, 0.88);
}

.site-footer {
    padding: 2.5rem 0;
    margin-top: auto;
    background: linear-gradient(180deg, rgba(18, 22, 27, 0.42), rgba(18, 22, 27, 0.74)),
    url("../images/backgrounds/paisley-floral-tropical-lush-1.png?v=20260317a");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-footer p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    text-align: center;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.page-visual-card {
    content-visibility: auto;
    contain-intrinsic-size: 1px 420px;
}

.manhattan-page main .container {
    display: flex;
    flex-direction: column;
}

.manhattan-page .page-intro {
    order: 1;
}

.manhattan-page .manhattan-districts {
    order: 2;
}

.manhattan-page .manhattan-routes {
    order: 3;
}

.manhattan-page [aria-labelledby="manhattan-figures-heading"] {
    order: 4;
}

.manhattan-page [aria-labelledby="manhattan-research-heading"] {
    order: 5;
}

.manhattan-page .manhattan-assets {
    order: 6;
}

.manhattan-page .page-visuals {
    order: 7;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--color-white);
}

.swiper-pagination-bullet-active {
    background: var(--color-white);
}

@media (min-width: 1280px) {
    :root {
        --site-width: 1380px;
        --page-gutter: 2.75rem;
        --section-space: 3.5rem;
    }

    .site-header-banner,
    .site-header-overlay {
        min-height: 132px;
    }

    .architecture-page .site-header-banner,
    .manhattan-page .site-header-banner,
    .chicago-page .site-header-banner,
    .baltimore-page .site-header-banner,
    .architecture-page .site-header-overlay,
    .manhattan-page .site-header-overlay,
    .chicago-page .site-header-overlay,
    .baltimore-page .site-header-overlay {
        min-height: 212px;
    }

    .hero-section {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        gap: 2.5rem;
    }

    .hero-copy {
        padding-top: 2.25rem;
    }

    .swiper,
    .swiper-slide {
        min-height: 680px;
    }

    .gallery-grid {
        gap: 1.25rem;
    }
}

@media (min-width: 1680px) {
    :root {
        --site-width: 1560px;
        --page-gutter: 3.5rem;
        --section-space: 4rem;
    }

    .site-header-banner,
    .site-header-overlay {
        min-height: 144px;
    }

    .site-header h1 {
        font-size: clamp(2.8rem, 4vw, 4.8rem);
    }

    .page-summary h2 {
        max-width: 48rem;
        font-size: clamp(2rem, 2.6vw, 3.25rem);
    }

    .hero-section {
        gap: 3rem;
        padding-top: 2.75rem;
    }

    .hero-copy h2 {
        max-width: 18ch;
        font-size: clamp(2.35rem, 3vw, 4.4rem);
    }

    .hero-copy p {
        max-width: 40rem;
        font-size: 1.08rem;
    }

    .swiper,
    .swiper-slide {
        min-height: 760px;
    }

    .slide-content {
        max-width: 26rem;
    }

    .gallery-grid {
        gap: 1.5rem;
    }
}

@media (min-width: 2200px) {
    :root {
        --site-width: 1820px;
        --page-gutter: 4.5rem;
    }

    .site-header-banner,
    .site-header-overlay {
        min-height: 152px;
    }

    .swiper,
    .swiper-slide {
        min-height: 860px;
    }

    .grid {
        gap: 2rem;
    }
}

@media (max-width: 1024px) {
    :root {
        --page-gutter: 1.5rem;
        --section-space: 2.25rem;
    }

    .site-header-banner,
    .site-header-overlay {
        min-height: 108px;
    }

    .architecture-page .site-header-banner,
    .manhattan-page .site-header-banner,
    .chicago-page .site-header-banner,
    .baltimore-page .site-header-banner,
    .architecture-page .site-header-overlay,
    .manhattan-page .site-header-overlay,
    .chicago-page .site-header-overlay,
    .baltimore-page .site-header-overlay {
        min-height: 148px;
    }

    .site-header-topline {
        align-items: start;
        flex-direction: column;
        margin-bottom: 1.1rem;
    }

    .site-nav {
        gap: 0.55rem;
    }

    .site-nav-link,
    .site-quicklink {
        width: 100%;
        justify-content: center;
    }

    .site-nav-caption {
        font-size: 0.72rem;
    }

    .site-quicklinks {
        gap: 0.6rem;
        margin-top: 0.9rem;
    }

    .page-intro {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-top: 1rem;
    }

    .page-intro-title h1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .page-summary {
        padding: 1rem;
    }

    .page-summary h2 {
        max-width: 26rem;
        font-size: clamp(1.45rem, 5.8vw, 2.2rem);
        line-height: 1.12;
    }

    .page-summary-text {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .hero-section,
    .grid,
    .gallery-grid,
    .architecture-resource-grid,
    .architecture-topic-grid,
    .architecture-wild-layout {
        grid-template-columns: 1fr;
    }

    .hero-section {
        gap: 1rem;
        padding-top: 1rem;
    }

    .gallery-header {
        align-items: start;
        flex-direction: column;
        gap: 1rem;
    }

    .gallery-shuffle-button {
        width: 100%;
        justify-content: center;
    }

    .resource-preview-card {
        display: none;
    }

    .hero-copy {
        padding: 0;
    }

    .hero-copy h2,
    .section-heading h2 {
        font-size: clamp(1.75rem, 7vw, 2.5rem);
    }

    .hero-copy p {
        max-width: 100%;
    }

    .swiper,
    .swiper-slide {
        min-height: 380px;
    }

    .swiper-slide {
        padding: 1.25rem;
    }

    .slide-content {
        max-width: 18rem;
    }

    .gallery-card,
    .gallery-card-wide {
        grid-column: auto;
    }

    .gallery-card-tall {
        grid-row: span 1;
    }

    .architecture-sustainable {
        padding: 1.25rem;
    }

    .manhattan-districts {
        padding: 1.25rem;
    }

    .chicago-preservation {
        padding: 1.25rem;
    }

    .baltimore-strengths,
    .baltimore-districts {
        padding: 1.25rem;
    }

    .section-surface {
        padding: 1.25rem;
        margin-bottom: 2.5rem;
    }

    .site-footer {
        padding: 2rem 0 2.5rem;
    }

    .site-footer p {
        font-size: 1rem;
    }
}
