:root {
    --ink: #f6f1e8;
    --ink-muted: #d8d0c3;
    --accent: #e0704f;
    --accent-soft: rgba(224, 112, 79, 0.25);
    --bg-deep: #121212;
    --card-border: rgba(255, 255, 255, 0.25);
    --card-bg: rgba(15, 15, 15, 0.55);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Source Sans 3", sans-serif;
    background: radial-gradient(circle at top, #4a4a4a 0%, #242424 60%, #121212 100%);
    color: var(--ink);
}

.home {
    min-height: 100vh;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 96px 8vw 80px;
}

.hero-panels {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    z-index: 0;
}

.hero-panels::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'><rect width='240' height='240' fill='none'/><circle cx='40' cy='40' r='2' fill='%23ffffff'/><circle cx='120' cy='60' r='1.5' fill='%23ffffff'/><circle cx='200' cy='90' r='2' fill='%23ffffff'/><circle cx='80' cy='140' r='1.5' fill='%23ffffff'/><circle cx='160' cy='160' r='2' fill='%23ffffff'/><circle cx='30' cy='200' r='1.5' fill='%23ffffff'/></svg>");
    opacity: 0.12;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.panel {
    background-size: cover;
    background-position: center;
    filter: saturate(115%) contrast(102%);
}

.panel-one {
    background-image:
        url("images/indian-1.jpg"),
        linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)),
        linear-gradient(160deg, rgba(80, 80, 80, 0.2), rgba(15, 15, 15, 0.45));
    background-blend-mode: multiply, normal, normal;
}

.panel-two {
    background-image:
        url("images/indian-2.jpg"),
        linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)),
        linear-gradient(160deg, rgba(80, 80, 80, 0.2), rgba(15, 15, 15, 0.45));
    background-blend-mode: multiply, normal, normal;
}

.panel-three {
    background-image:
        url("images/indian-3.jpg"),
        linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)),
        linear-gradient(160deg, rgba(80, 80, 80, 0.2), rgba(15, 15, 15, 0.45));
    background-blend-mode: multiply, normal, normal;
}

.panel-four {
    background-image:
        url("images/indian-4.jpg"),
        linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)),
        linear-gradient(160deg, rgba(80, 80, 80, 0.2), rgba(15, 15, 15, 0.45));
    background-blend-mode: multiply, normal, normal;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.35) 60%),
        linear-gradient(180deg, rgba(15, 15, 15, 0.12), rgba(0, 0, 0, 0.35));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    text-align: center;
}

h1 {
    font-family: "Fraunces", serif;
    font-size: clamp(4.2rem, 8.5vw, 7.6rem);
    line-height: 1.05;
    margin: 0 0 16px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.hero-title {
    white-space: nowrap;
}

.hero-tagline {
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    line-height: 1.6;
    color: var(--ink-muted);
    margin: 0 auto 36px;
    max-width: 760px;
    font-weight: 500;
}

.hero-links {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.hero-link {
    position: relative;
    font-family: "Fraunces", serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: var(--ink);
    text-decoration: none;
    letter-spacing: 0.02em;
    padding: 6px 6px 10px;
}

.hero-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffb347, #ff6f61);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.hero-link:hover::after,
.hero-link:focus::after {
    transform: scaleX(1);
}

.hero-desc {
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    color: var(--ink);
    min-height: 48px;
}

.page {
    min-height: 100vh;
    background: radial-gradient(circle at top, #2b2b2b 0%, #151515 60%, #0c0c0c 100%);
    color: var(--ink);
}

.page-light {
    background: #f7f3ec;
    color: #1f1a16;
}

.iv-page,
.iv-page * {
    color: #000000;
}

.iv-page a,
.iv-page a:visited,
.iv-page a:hover,
.iv-page a:active {
    color: #000000;
}

.iv-page .story-article,
.iv-page .story-article * ,
.iv-page .story-intro,
.iv-page .story-intro * ,
.iv-page .story-hero,
.iv-page .story-hero * {
    color: #000000;
}

/* Keep nav in terracotta for Indigenous Voices pages */
.iv-page .site-nav {
    background: rgba(255, 248, 242, 0.98);
    border-bottom: 1px solid rgba(198, 93, 59, 0.25);
    box-shadow: 0 10px 24px rgba(40, 26, 14, 0.1);
}

.iv-page .nav-brand,
.iv-page .nav-links a {
    color: #c65d3b;
}

.iv-page .nav-links a {
    background: #ffffff;
    border-color: rgba(198, 93, 59, 0.35);
    box-shadow: 0 10px 18px rgba(198, 93, 59, 0.12);
}

.iv-page .nav-links a:hover,
.iv-page .nav-links a:focus {
    background: rgba(198, 93, 59, 0.08);
}

.story-carousel {
    position: relative;
    max-width: 980px;
    margin: 24px auto 32px;
}

.story-carousel-track {
    display: flex;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    padding: 0;
}

.story-carousel-track::-webkit-scrollbar {
    height: 8px;
}

.story-carousel-track::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 999px;
}

.story-carousel-item {
    min-width: 100%;
    scroll-snap-align: start;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.story-carousel-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.story-carousel-controls {
    position: absolute;
    top: 50%;
    left: 12px;
    right: 12px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    pointer-events: none;
}

.story-carousel-button {
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.92);
    color: #000000;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    cursor: pointer;
    pointer-events: auto;
}

.map-page {
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 213, 156, 0.55) 0%, rgba(255, 213, 156, 0) 55%),
        radial-gradient(circle at 85% 12%, rgba(143, 201, 210, 0.45) 0%, rgba(143, 201, 210, 0) 55%),
        linear-gradient(180deg, #fff6e6 0%, #f7efe3 55%, #efe4d5 100%);
}

.map-page,
.map-page * {
    color: #000000 !important;
}

.map-page .series-kicker,
.map-page .series-hero h1,
.map-page .series-desc {
    color: #000000;
}

.map-page .series-kicker {
    font-size: clamp(0.85rem, 1.6vw, 1.05rem);
}

.map-page .series-hero h1 {
    font-size: clamp(2.6rem, 5vw, 4rem);
}

.map-page .series-desc {
    font-size: clamp(1.1rem, 2.6vw, 1.6rem);
}

.page-light .series-kicker {
    color: #000000;
    font-size: clamp(1.2rem, 2.2vw, 1.6rem);
    margin-bottom: 10px;
}

.page-header-light a {
    color: #1f1a16;
}

.site-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(244, 233, 216, 0.96);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    pointer-events: auto;
}

.nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 14px 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.nav-brand {
    font-family: "Fraunces", serif;
    font-size: 1.7rem;
    text-decoration: none;
    color: inherit;
    letter-spacing: 0.01em;
}

.nav-links {
    display: flex;
    gap: 64px;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    text-align: center;
    margin-left: auto;
}


.nav-links a {
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
    pointer-events: auto;
    display: inline-block;
    text-align: center;
    line-height: 1.15;
    min-height: 2.3em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border: 1px solid transparent;
    border-radius: 999px;
}


.nav-links a:hover,
.nav-links a:focus {
    opacity: 1;
}

.map-page .site-nav {
    background: rgba(255, 248, 242, 0.98);
    border-bottom: 1px solid rgba(198, 93, 59, 0.25);
    box-shadow: 0 10px 24px rgba(40, 26, 14, 0.1);
    backdrop-filter: blur(10px);
}

.map-page .nav-brand {
    color: #c65d3b !important;
}

.map-page .nav-links a {
    color: #c65d3b !important;
    border: 1px solid rgba(198, 93, 59, 0.35);
    background: #ffffff;
    box-shadow: 0 10px 18px rgba(198, 93, 59, 0.12);
}

.map-page .nav-links a:hover,
.map-page .nav-links a:focus {
    background: rgba(198, 93, 59, 0.08);
    box-shadow: 0 10px 18px rgba(198, 93, 59, 0.12);
}

@media (max-width: 700px) {
    .nav-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        flex-wrap: wrap;
    }
}

.about-page {
    background: radial-gradient(circle at top, #fff4e2 0%, #f6eee1 55%, #efe5d7 100%);
    color: #1f1a16;
}

.about-main {
    max-width: 1100px;
}

.about-hero {
    text-align: left;
    margin: 12px 0 28px;
}

.about-kicker {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: #7a5b3b;
    margin: 0 0 8px;
}

.about-hero h1 {
    font-family: "Fraunces", serif;
    font-size: clamp(2.6rem, 5vw, 3.6rem);
    margin: 0 0 12px;
}

.about-lede {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2b1f16;
    margin: 0 0 14px;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 18px 0 36px;
}

.about-card {
    background: #ffffff;
    border: 1px solid rgba(115, 85, 55, 0.18);
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 16px 28px rgba(40, 26, 14, 0.08);
}

.about-card h2 {
    font-family: "Fraunces", serif;
    margin: 0 0 8px;
}

.about-card p {
    margin: 0;
    color: #3a2a1d;
    line-height: 1.6;
}

.about-steps {
    margin: 0 0 36px;
}

.about-steps h2 {
    margin: 0 0 14px;
    font-family: "Fraunces", serif;
}

.about-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-step {
    background: #f9f3ea;
    border: 1px solid rgba(115, 85, 55, 0.18);
    border-radius: 16px;
    padding: 16px 18px;
}

.about-step span {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    color: #7a5b3b;
    font-weight: 700;
}

.about-step h3 {
    margin: 8px 0 6px;
}

.about-step p {
    margin: 0;
    color: #3a2a1d;
    line-height: 1.6;
}

.about-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 20px 24px;
    border-radius: 18px;
    border: 1px solid rgba(115, 85, 55, 0.2);
    background: #fffaf2;
}

.about-contact h2 {
    margin: 0 0 6px;
}

.about-contact p {
    margin: 0 0 8px;
}

.about-email {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.about-cta {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 999px;
    border: 1px solid #1f1a16;
    text-decoration: none;
    color: #1f1a16;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.8rem;
    font-weight: 700;
}

@media (max-width: 900px) {
    .about-grid,
    .about-steps-grid {
        grid-template-columns: 1fr;
    }

    .about-contact {
        flex-direction: column;
        align-items: flex-start;
    }
}

.share-page .page-header a {
    color: #000000;
}

.page-main-light {
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
}

.iv-page .page-main-light {
    text-align: left;
}

.map-page .page-main-light {
    max-width: 100%;
    padding: 0 2vw 56px;
    position: relative;
    overflow: hidden;
}

.page-light .page-main-light {
    padding-top: 0;
}

.series-hero {
    text-align: center;
    padding: 0 0 40px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.map-page .series-hero {
    padding-bottom: 12px;
}

.map-page .series-hero::after {
    content: "";
    display: block;
    width: min(360px, 60vw);
    height: 1px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, rgba(52, 33, 18, 0) 0%, rgba(52, 33, 18, 0.25) 50%, rgba(52, 33, 18, 0) 100%);
}

.regional-intro {
    max-width: 1100px;
    margin: 0 auto 10px;
    padding: 0 6vw;
    text-align: left;
    color: #1f1a16;
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    line-height: 1.7;
}

.regional-intro p {
    margin: 0 0 14px;
}

.map-page .regional-hero .series-desc {
    max-width: none;
    width: min(1400px, 100%);
    margin: 10px auto 6px;
    padding: 0 4vw;
    text-align: center;
    font-size: clamp(1.2rem, 2.6vw, 1.7rem);
    font-weight: 600;
}

.map-page .regional-intro.story-body {
    max-width: none;
    width: min(1800px, 100%);
    margin: 18px auto 0;
    padding: 0 2vw;
    text-align: justify;
    font-size: 1.15rem;
    line-height: 1.7;
}

.map-page .regional-intro.story-body p {
    font-size: clamp(1.05rem, 2.1vw, 1.35rem);
    line-height: 1.7;
}

.map-decor {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(0px);
    opacity: 0.45;
    pointer-events: none;
    z-index: 1;
}

.map-decor-left {
    left: -220px;
    top: -140px;
    background: radial-gradient(circle, rgba(255, 186, 110, 0.5), rgba(255, 186, 110, 0));
}

.map-decor-right {
    right: -220px;
    top: 120px;
    background: radial-gradient(circle, rgba(120, 188, 199, 0.45), rgba(120, 188, 199, 0));
}

.series-kicker {
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: clamp(0.9rem, 1.8vw, 1.15rem);
    margin: 0 0 18px;
    color: #000000;
}

.series-hero h1 {
    font-family: "Fraunces", serif;
    font-size: clamp(2.8rem, 5.4vw, 4.2rem);
    letter-spacing: 0.02em;
    margin: 0 0 24px;
    color: #2b1c12;
}

.series-desc {
    font-size: clamp(1.15rem, 2.4vw, 1.6rem);
    color: #1a1a1a;
    max-width: 1400px;
    margin: 0 auto;
    font-weight: 700;
}

.map-layout {
    position: relative;
    margin: 0 auto 0;
    max-width: 100%;
    padding: 0 2vw 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 32vw);
    gap: 36px;
    align-items: start;
    z-index: 2;
}

.map-frame {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(58, 45, 33, 0.12);
    border-radius: 28px;
    padding: 18px;
    box-shadow: 0 24px 50px rgba(31, 24, 16, 0.16);
    width: 100%;
    margin: 0 auto;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    font-size: 0;
}

.map-frame::before {
    content: "";
    display: block;
    position: absolute;
    inset: -10px;
    border-radius: 32px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    box-shadow: 0 18px 44px rgba(31, 24, 16, 0.14);
    z-index: -1;
}

.map-frame object {
    width: 100%;
    height: clamp(520px, 70vh, 740px);
    min-height: 520px;
    border: 0;
    display: block;
}

.map-frame svg {
    width: 100%;
    height: clamp(520px, 70vh, 740px);
    min-height: 520px;
    display: block;
    filter: drop-shadow(0 22px 30px rgba(31, 24, 16, 0.16));
    font-size: 16px;
}

.map-frame svg #label_points {
    display: none;
}

.map-frame.is-shrunk {
    transform: scale(0.94);
    transform-origin: center;
}

.map-panel {
    position: relative;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(58, 45, 33, 0.12);
    border-radius: 22px;
    padding: 18px 18px 20px;
    text-align: left;
    box-shadow: 0 18px 40px rgba(31, 24, 16, 0.12);
    width: 100%;
    height: auto;
    min-height: 0;
    opacity: 1;
    transform: translateX(0) scale(1);
    transition: opacity 0.35s ease, transform 0.35s ease;
    display: flex;
    flex-direction: column;
    gap: 6px;
    will-change: transform, opacity;
    color: #000000;
}

.map-panel-hidden {
    opacity: 0;
    transform: translateX(36px) scale(0.98);
    pointer-events: none;
}

.map-panel-wrapper {
    margin-top: 24px;
}

.map-panel * {
    color: #000000;
}

.map-label {
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 1.35rem;
    color: #1f1a16;
    margin: 0 0 10px;
}

.map-panel .map-label {
    color: #000000;
    font-size: 1.05rem;
    margin-bottom: 0;
}

.map-panel h2 {
    font-family: "Source Sans 3", sans-serif;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    margin: 0;
    color: #1f1a16;
}

.map-panel p {
    margin: 0;
    color: #000000;
}

.state-intro {
    font-size: clamp(0.95rem, 1.5vw, 1.2rem);
    line-height: 1.6;
}

.state-carousel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 14px;
    margin-top: 16px;
}

.state-carousel-track {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    padding: 0;
    scrollbar-width: none;
    max-height: 58vh;
}

.state-carousel-track::-webkit-scrollbar {
    display: none;
}

.state-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(252, 248, 244, 0.98));
    border-radius: 18px;
    border: 1px solid rgba(63, 59, 54, 0.16);
    box-shadow: 0 16px 28px rgba(30, 36, 56, 0.12);
    padding: 24px 22px;
    min-width: 100%;
    max-width: 100%;
    min-height: 58vh;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #000000;
}

.state-card h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.3;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
}

.state-card h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.15));
}

.state-card p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #000000;
    flex: 1;
}

.state-card * {
    color: #000000;
}

.carousel-btn {
    position: absolute;
    right: -16px;
    top: 50%;
    border: none;
    background: transparent;
    color: #000000;
    width: auto;
    height: auto;
    border-radius: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    box-shadow: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform: translateY(-50%);
}

.carousel-btn.prev {
    right: auto;
    left: -16px;
}

.carousel-btn:hover {
    transform: translateY(-50%) scale(1.06);
    opacity: 0.85;
}

.carousel-btn:active {
    transform: translateY(-50%) scale(0.98);
}

.map-panel .state-author {
    display: block;
    margin-top: auto;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.01em;
}

.map-panel .state-author {
    display: none;
}

.state-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    max-width: 900px;
    margin: 20px auto 0;
}

.state-grid a {
    text-decoration: none;
    color: #1f1a16;
    background: #fff;
    border: 1px solid #e2d9cf;
    border-radius: 12px;
    padding: 10px 12px;
    text-align: center;
    font-weight: 600;
}

.state-grid a:hover {
    border-color: #c05a3e;
}

.state-stories {
    display: grid;
    gap: 18px;
    max-width: 820px;
    margin: 24px auto 0;
}

.state-stories h2 {
    font-family: "Fraunces", serif;
    margin: 0 0 6px;
}

.state-stories p {
    margin: 0;
    color: #2c221b;
}

.series-strip {
    display: grid;
    grid-template-columns: minmax(320px, 1.4fr) minmax(260px, 1fr);
    gap: 24px;
    align-items: center;
    padding: 12px 8vw;
    background: linear-gradient(90deg, #1c1c1c 0%, #2f2f2f 55%, #1c1c1c 100%);
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    min-height: 132px;
    overflow: hidden;
}

.series-strip--light {
    background: #f7f3ec;
    border: 1px solid #e2d9cf;
}

.series-strip--light .series-label {
    color: #2b1c12;
}

.series-strip--light .series-text h2 {
    color: #2b1c12;
}

.series-strip--light .series-cta {
    color: #2b1c12;
    border-color: #2b1c12;
}

.series-strip--tight {
    margin-top: 6px;
}

.series-strip--lift {
    margin-top: 0;
}

.series-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 100%);
}

.lwi-page .series-media img {
    object-position: center 60%;
}

.lwi-page .series-media {
    padding: 18px 0;
}

.lwi-page .series-media img {
    height: calc(100% - 36px);
    display: block;
}

.lwi-page .series-text h2 {
    font-size: clamp(3.6rem, 5.6vw, 5rem);
}

.series-text {
    text-align: left;
}

.series-label {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: #e7e0d6;
    margin: 0 0 16px;
}

.series-text h2 {
    font-family: "Fraunces", serif;
    font-size: clamp(3rem, 5vw, 4.6rem);
    margin: 0 0 18px;
    color: #f4efe8;
    letter-spacing: 0.02em;
}

.series-cta {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.7rem;
    text-decoration: none;
    color: #f4efe8;
    border: 1px solid #f4efe8;
    padding: 10px 22px;
}

.story-body {
    max-width: 820px;
    margin: 16px auto 0;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #000000;
    text-align: justify;
}

.story-body p {
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(1.35rem, 2.1vw, 1.8rem);
    letter-spacing: 0.01em;
    margin: 0;
}

.story-body p::first-letter {
    font-size: 3rem;
    font-weight: 700;
    float: left;
    line-height: 0.9;
    padding-right: 8px;
    color: #1a1a1a;
}

.lwi-page .story-body {
    font-size: 1.3rem;
}

.lwi-page .story-body p {
    font-size: 1.3rem;
}

.story-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 900px;
    margin: 36px auto 0;
}

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

.story-gallery--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
}

.story-row {
    margin-top: 24px;
}

.story-gallery figure {
    margin: 0;
    text-align: center;
}

.story-gallery img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
}

.story-gallery img.portrait-top {
    object-position: center 10%;
}

.story-gallery figcaption {
    margin-top: 10px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
}

.story-gallery .person-name {
    display: block;
    font-weight: 700;
}

.story-gallery .person-city {
    display: block;
    color: #6b6b6b;
    font-weight: 600;
}

.story-gallery .story-cta {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #1a1a1a;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.lwi-page .story-gallery .person-name {
    font-size: 0.88rem;
}

.lwi-page .story-gallery .person-city {
    font-size: 0.78rem;
}

.lwi-page .story-gallery .story-cta {
    font-size: 0.7rem;
    padding: 6px 12px;
}

.story-flag {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: #1a1a1a;
    color: #f7f3ec;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.65rem;
    margin: 0 auto 24px;
}

.story-location {
    opacity: 0.75;
}

.story-hero {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(260px, 1.2fr);
    gap: 28px;
    align-items: center;
    margin-bottom: 32px;
}

.story-portrait img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 16px;
}

.story-intro h1 {
    font-family: "Fraunces", serif;
    font-size: clamp(2.8rem, 4.6vw, 4rem);
    margin: 0 0 10px;
}

.story-kicker {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.7rem;
    color: #6b5b4f;
    margin: 0 0 12px;
}

.story-deck {
    font-size: 1.1rem;
    color: #2c221b;
    margin: 0;
}

.story-article {
    max-width: 820px;
    margin: 0 auto;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(1.2rem, 2.1vw, 1.6rem);
    line-height: 1.75;
    color: #1a1a1a;
    text-align: left;
}

.story-article p {
    margin: 0 0 18px;
}

@media (max-width: 900px) {
    .story-hero {
        grid-template-columns: 1fr;
    }

    .story-portrait img {
        height: 280px;
    }

    .story-gallery--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .story-gallery {
        grid-template-columns: 1fr;
    }

    .story-gallery img {
        height: 240px;
    }
}

@media (max-width: 900px) {
    .series-strip {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .series-text {
        text-align: center;
    }

    .map-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .map-frame object {
        height: 70vh;
        min-height: 360px;
    }

    .map-frame svg {
        height: 70vh;
        min-height: 360px;
    }
}

@media (max-width: 1100px) {
    .map-panel {
        position: static;
        width: min(96vw, 720px);
        height: auto;
        min-height: 0;
        margin: 28px auto 0;
        transform: none;
    }

    .map-panel-hidden {
        display: none;
    }
}

.page-header {
    padding: 32px 8vw 0;
    text-align: center;
}

.page-header a {
    color: var(--ink);
    text-decoration: none;
    font-family: "Fraunces", serif;
    font-size: 1.4rem;
}

.page-main {
    padding: 48px 8vw 80px;
    max-width: 820px;
    margin: 0 auto;
}

.page-main h1 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    margin-bottom: 16px;
}

.page-main p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--ink-muted);
}

.page-footer {
    padding: 0 8vw 40px;
    color: var(--ink-muted);
    font-size: 0.85rem;
}

.share-page {
    background:
        radial-gradient(circle at 15% 10%, rgba(198, 93, 59, 0.18) 0%, rgba(198, 93, 59, 0) 55%),
        radial-gradient(circle at 85% 0%, rgba(211, 156, 47, 0.18) 0%, rgba(211, 156, 47, 0) 55%),
        linear-gradient(180deg, #fff3e7 0%, #fff7ef 40%, #fff9f4 100%);
    color: #1f1a16;
}

.share-main {
    max-width: 1200px;
    text-align: left;
}

.share-layout {
    display: grid;
    grid-template-columns: minmax(320px, 1fr);
    gap: 32px;
    align-items: stretch;
}

.share-form {
    background: #fff4ea;
    border: 1px solid rgba(140, 110, 70, 0.25);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(198, 93, 59, 0.14);
    text-align: left;
}

.share-kicker {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.8rem;
    color: #000000;
    margin: 0 0 10px;
    font-weight: 600;
}

.share-form h1 {
    font-family: "Fraunces", serif;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    margin: 0 0 10px;
    color: #000000;
}

.share-subtitle {
    margin: 0 0 22px;
    color: #000000;
    font-size: 1.05rem;
    line-height: 1.7;
}

.share-fields {
    display: grid;
    gap: 14px;
    justify-items: start;
}

.share-label {
    font-weight: 600;
    color: #2e1f13;
    text-align: left;
    width: 100%;
}

.share-label span {
    color: #c05a3e;
}

.share-fields input,
.share-fields textarea {
    width: 100%;
    border: 1px solid rgba(66, 44, 20, 0.35);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 1rem;
    background: #ffffff;
    color: #1f1a16;
    font-family: "Source Sans 3", sans-serif;
}

.share-fields textarea {
    resize: vertical;
    min-height: 160px;
}

.share-consent {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 0.95rem;
    color: #3b2a1d;
    white-space: nowrap;
    text-align: left;
    justify-content: flex-start;
    align-self: flex-start;
    width: 100%;
}

.share-consent input {
    margin: 0;
    flex: 0 0 auto;
}

.share-submit {
    justify-self: start;
    background: #d79c2c;
    color: #1f1a16;
    border: none;
    border-radius: 999px;
    padding: 12px 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    cursor: pointer;
}

@media (max-width: 900px) {
    .share-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .hero {
        padding-top: 120px;
    }

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

@media (max-width: 600px) {
    .hero {
        padding: 120px 6vw 64px;
    }

    .hero-panels {
        grid-template-columns: 1fr;
    }

    .hero-link {
        width: 100%;
    }

    .hero-title {
        white-space: normal;
    }
}

@media (max-width: 900px) {
    .map-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .map-frame {
        padding: 14px;
    }

    .map-panel {
        padding: 16px;
    }

    .state-card {
        min-height: 52vh;
    }
}

@media (max-width: 600px) {
    .map-page .page-main-light {
        padding: 18px 4vw 36px;
    }

    .map-page .series-hero {
        padding-bottom: 18px;
    }

    .state-card h3 {
        font-size: 0.98rem;
    }

    .state-card p {
        font-size: 0.82rem;
    }

    .carousel-btn {
        font-size: 40px;
    }
}










