/* Paginas individuales de cada set */
.detail-page {
    --ink: #0A2540;
    --muted: #5F7D95;
    --accent: #FF5A60;
    min-height: 100vh;
    background: #f8fafc;
}

.detail-page.theme-ranch { --accent: #FF5A60; background: linear-gradient(180deg, #9EC5E6 0%, #dff1f3 55%, #52B79A 55%, #2f987d 100%); }
.detail-page.theme-space { --accent: #52B79A; background: linear-gradient(145deg, #0A2540 0%, #16476a 55%, #0A2540 100%); }
.detail-page.theme-city { --accent: #FF5A60; background: linear-gradient(180deg, #9EC5E6 0%, #dff1f3 62%, #52B79A 62%, #52B79A 100%); }

.detail-page > .site-header { position: relative; z-index: 40; }
.detail-page > .brand-bottom-color-bar { position: fixed; bottom: 0; z-index: 50; }

.theme-city::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.34;
    background-image: linear-gradient(112deg, transparent 0 48%, rgba(255, 90, 96, 0.11) 48.2% 48.5%, transparent 48.7%), linear-gradient(22deg, transparent 0 74%, rgba(10, 37, 64, 0.08) 74.2% 74.5%, transparent 74.7%);
    background-size: 280px 220px, 340px 280px;
    animation: city-grid-drift 22s linear infinite;
}

.theme-space::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.6;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.85) 1px, transparent 1.5px), radial-gradient(circle, rgba(66, 184, 213, 0.55) 1px, transparent 1.5px);
    background-position: 12% 20%, 78% 68%;
    background-size: 130px 150px, 190px 210px;
    animation: star-drift 18s linear infinite;
}

.detail-main {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 70px;
}

.detail-feature-button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin: 0 0 1.35rem;
    padding: 1rem 1.8rem 1.1rem;
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    box-shadow: 0 8px 0 rgba(10, 37, 64, 0.12), 0 18px 26px rgba(10, 37, 64, 0.12);
    color: #fff;
    font-size: clamp(1.15rem, 2.4vw, 2rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.05;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.detail-feature-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.detail-feature-button .feature-button-arrow {
    font-size: 1.5em;
    line-height: 1;
}

.theme-ranch .detail-feature-button { background: #0A2540; color: #ffffff; }
.theme-space .detail-feature-button { background: #8cdac0; color: #0A2540; }
.theme-city .detail-feature-button { background: #d9f0ff; color: #0A2540; }
.mini-space-page .detail-feature-button { background: #c9e8f9; color: #0A2540; }

.detail-theme-art {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.detail-prop {
    position: absolute;
    display: block;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 8px rgba(10, 37, 64, 0.2));
}

.detail-ranch-art::before,
.detail-space-art::before,
.detail-city-art::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 42px 42px;
}

.detail-ranch-art .ranch-cloud-one { width: 180px; left: 4%; top: 12%; }
.detail-ranch-art .ranch-cloud-two { width: 150px; right: 7%; top: 20%; }
.detail-ranch-art .ranch-barn { width: 230px; left: 4%; bottom: 2%; }
.detail-ranch-art .ranch-farmer { width: 180px; left: 43%; bottom: 3%; }
.detail-ranch-art .ranch-tractor-one { width: 160px; left: 22%; bottom: 4%; }
.detail-ranch-art .ranch-tractor-two { width: 160px; right: 20%; bottom: 4%; transform: scaleX(-1); }
.detail-ranch-art .ranch-horse-one { width: 210px; right: 3%; bottom: 20%; }
.detail-ranch-art .ranch-horse-two { width: 180px; right: 22%; bottom: 17%; transform: scaleX(-1); }
.detail-ranch-art .ranch-cow-one { width: 150px; left: 3%; bottom: 18%; }
.detail-ranch-art .ranch-cow-two { width: 130px; left: 18%; bottom: 16%; }

.theme-ranch .detail-lead,
.theme-ranch .detail-info p,
.theme-ranch .detail-info dt { color: #0A2540; }

.detail-space-art::before { background-image: radial-gradient(#9EC5E6 1px, transparent 1px); }
.detail-space-art .space-ship { width: 240px; right: 5%; top: 17%; }
.detail-space-art .planet-one { width: 150px; left: 3%; top: 17%; }
.detail-space-art .planet-two { width: 125px; right: 2%; top: 34%; }
.detail-space-art .planet-three { width: 180px; right: 28%; bottom: 8%; }
.detail-space-art .planet-four { width: 135px; right: 28%; top: 8%; }
.detail-space-art .planet-five { width: 110px; left: 2%; bottom: 25%; }
.detail-space-art .planet-six { width: 110px; right: 4%; bottom: 28%; }
.detail-space-art .space-car-one { width: 150px; left: 3%; bottom: 5%; }
.detail-space-art .space-car-two { width: 125px; left: 43%; bottom: 2%; }
.detail-space-art .space-car-three { width: 155px; right: 4%; bottom: 6%; }

.detail-city-art { background: linear-gradient(180deg, #9EC5E6 0%, #dff1f3 100%); }
.detail-city-art .city-sign-one { width: 92px; left: 2%; top: 24%; }
.detail-city-art .city-sign-two { width: 72px; left: 4%; top: 60%; }
.detail-city-art .city-sign-three { width: 92px; right: 2%; top: 25%; }
.detail-city-art .city-sign-four { width: 70px; right: 4%; top: 61%; }
.detail-city-art .city-sign-five { width: 76px; left: 17%; top: 70%; }
.detail-city-art .city-sign-six { width: 68px; right: 17%; top: 71%; }
.detail-city-art .city-car-one { width: 165px; left: 1%; bottom: 12%; }
.detail-city-art .city-car-two { width: 138px; left: 20%; bottom: 5%; transform: scaleX(-1); }
.detail-city-art .city-car-three { width: 150px; right: 20%; bottom: 5%; }
.detail-city-art .city-car-four { width: 128px; right: 1%; bottom: 12%; transform: scaleX(-1); }
.detail-city-art .city-car-five { width: 170px; left: 42%; bottom: 16%; }

.detail-page > .site-header,
.detail-page > .detail-main { position: relative; z-index: 2; }

.detail-page > .brand-bottom-color-bar { position: fixed; bottom: 0; z-index: 50; }

.detail-page > .site-header { z-index: 40; }
.detail-page > .detail-main > .back-link { position: relative; z-index: 10; }

.detail-hero,
.detail-info,
.space-mission,
.city-story { position: relative; z-index: 1; }

.detail-intro,
.detail-info,
.space-mission,
.city-story { isolation: isolate; }

.detail-intro {
    padding: clamp(24px, 3vw, 36px) clamp(22px, 2.5vw, 32px);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(10, 37, 64, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: auto;
}
.theme-ranch .detail-info { padding: 28px; border-radius: 14px; background: #ffffff; }
.theme-space .space-mission { padding: 28px; border-radius: 14px; background: #0A2540; }
.theme-space .space-mission h2,
.theme-space .space-mission-copy p { color: #ffffff; }
.theme-space .detail-intro h1 { color: #0A2540; }
.theme-space .detail-intro .detail-kicker { color: #FF5A60; }
.theme-city .city-story { padding: 28px; border-radius: 14px; background: #ffffff; }

@media (max-width: 700px) {
    .detail-ranch-art .ranch-cloud-one { width: 90px; left: 0; top: 12%; }
    .detail-ranch-art .ranch-cloud-two { width: 75px; right: 1%; top: 20%; }
    .detail-ranch-art .ranch-barn { width: 100px; left: -2%; bottom: 2%; }
    .detail-ranch-art .ranch-farmer { width: 82px; left: 39%; bottom: 3%; }
    .detail-ranch-art .ranch-tractor-one { width: 70px; left: 12%; bottom: 4%; }
    .detail-ranch-art .ranch-tractor-two { width: 70px; right: 9%; bottom: 4%; }
    .detail-ranch-art .ranch-horse-one { width: 92px; right: -2%; bottom: 18%; }
    .detail-ranch-art .ranch-horse-two { width: 78px; right: 18%; bottom: 15%; }
    .detail-ranch-art .ranch-cow-one { width: 70px; left: 0; bottom: 16%; }
    .detail-ranch-art .ranch-cow-two { width: 62px; left: 14%; bottom: 14%; }

    .detail-space-art .space-ship { width: 120px; right: -4%; top: 18%; }
    .detail-space-art .planet-one { width: 72px; left: 0; top: 18%; }
    .detail-space-art .planet-two { width: 62px; right: 0; top: 34%; }
    .detail-space-art .planet-three { width: 92px; right: 1%; bottom: 8%; }
    .detail-space-art .planet-four { width: 68px; right: 28%; top: 8%; }
    .detail-space-art .planet-five { width: 55px; left: 0; bottom: 25%; }
    .detail-space-art .planet-six { width: 55px; right: 2%; bottom: 28%; }
    .detail-space-art .space-car-one { width: 72px; left: 0; bottom: 4%; }
    .detail-space-art .space-car-two { width: 60px; left: 40%; bottom: 2%; }
    .detail-space-art .space-car-three { width: 76px; right: 0; bottom: 5%; }

    .detail-city-art .city-sign-one { width: 54px; left: 0; top: 22%; }
    .detail-city-art .city-sign-two { width: 42px; left: 1%; top: 60%; }
    .detail-city-art .city-sign-three { width: 54px; right: 0; top: 23%; }
    .detail-city-art .city-sign-four { width: 42px; right: 1%; top: 61%; }
    .detail-city-art .city-sign-five { width: 45px; left: 0; top: 78%; }
    .detail-city-art .city-sign-six { width: 40px; right: 0; top: 79%; }
    .detail-city-art .city-car-one { width: 84px; left: -2%; bottom: 12%; }
    .detail-city-art .city-car-two { width: 70px; left: 14%; bottom: 4%; }
    .detail-city-art .city-car-three { width: 76px; right: 14%; bottom: 4%; }
    .detail-city-art .city-car-four { width: 66px; right: -2%; bottom: 12%; }
    .detail-city-art .city-car-five { width: 88px; right: 38%; left: auto; bottom: 18%; }
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    padding: 10px 16px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: #9EC5E6;
    color: #0A2540;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 0 rgba(10, 37, 64, 0.16), 0 10px 20px rgba(10, 37, 64, 0.1);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.back-link:hover {
    transform: translateY(-3px);
    background: #52B79A;
    box-shadow: 0 8px 0 rgba(10, 37, 64, 0.16), 0 14px 24px rgba(10, 37, 64, 0.14);
}

.theme-space .back-link { background: #52B79A; color: #0A2540; }
.theme-space .back-link:hover { background: #9EC5E6; }
.theme-ranch .back-link { background: #FF5A60; color: #ffffff; }
.theme-ranch .back-link:hover { background: #FFB400; color: #0A2540; }
.theme-city .back-link { background: #FFB400; color: #0A2540; }
.theme-city .back-link:hover { background: #FF5A60; color: #ffffff; }
.space-orbit { position: absolute; border: 1px solid rgba(66, 184, 213, 0.2); border-radius: 50%; pointer-events: none; }
.space-orbit-one { width: 340px; height: 150px; top: 100px; right: -130px; transform: rotate(-22deg); animation: orbit-float 7s ease-in-out infinite; }
.space-orbit-two { width: 210px; height: 92px; top: 300px; left: -110px; transform: rotate(28deg); animation: orbit-float 9s ease-in-out infinite reverse; }
.city-route { position: absolute; height: 72px; border-top: 2px dashed rgba(10, 37, 64, 0.2); border-bottom: 2px solid rgba(10, 37, 64, 0.14); border-radius: 50%; pointer-events: none; }
.city-route-one { width: 410px; top: 115px; right: -180px; transform: rotate(18deg); animation: route-slide 8s ease-in-out infinite; }
.city-route-two { width: 270px; top: 360px; left: -170px; transform: rotate(-14deg); animation: route-slide 10s ease-in-out infinite reverse; }
.city-sign { position: absolute; top: 84px; right: 6%; display: grid; place-items: center; width: 74px; height: 74px; border: 4px solid #fff; border-radius: 50%; background: #FF5A60; color: #fff; box-shadow: 0 5px 0 #0A2540, 0 12px 22px rgba(10, 37, 64, 0.16); transform: rotate(8deg); animation: sign-bob 4s ease-in-out infinite; z-index: 1; }
.city-sign span { margin-top: 7px; font-size: 0.54rem; font-weight: 800; letter-spacing: 0.13em; }
.city-sign strong { margin-top: -8px; font-size: 1rem; letter-spacing: 0.06em; }

.theme-space .back-link,
.theme-space .detail-kicker,
.theme-space .detail-intro h1,
.theme-space .detail-info h2,
.theme-space .detail-info p { color: #F8FAFC; }

.detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: clamp(24px, 3.5vw, 44px);
    align-items: center;
    justify-content: center;
}

.detail-carousel {
    position: relative;
    min-width: 0;
    padding: 14px;
    background: rgba(255, 255, 255, 0.94);
    border: 2px solid rgba(10, 37, 64, 0.1);
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(10, 37, 64, 0.12);
}

.carousel-window { 
    overflow: hidden; 
    border-radius: 20px; 
    aspect-ratio: 4 / 3.9; 
    background: #e2e8f0; 
}
.carousel-track { position: relative; width: 100%; height: 100%; }
.detail-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 0.45s ease; }
.detail-slide.is-active { opacity: 1; }
.detail-slide img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; }

.detail-arrow {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    font-size: 1.3rem;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 2;
}
.detail-arrow:hover { background: var(--ink); color: #fff; }
.detail-arrow.previous { left: -18px; }
.detail-arrow.next { right: -18px; }
.detail-arrow[hidden] { display: none; }

.carousel-dots { display: flex; justify-content: center; gap: 8px; padding-top: 13px; }
.carousel-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #cbd5e1; cursor: pointer; }
.carousel-dot.is-active { background: var(--accent); transform: scale(1.25); }

.detail-kicker { color: var(--accent); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 6px; }
.detail-intro h1 { max-width: 100%; margin: 0 0 14px; color: var(--ink); font-family: 'Fredoka', sans-serif; font-size: clamp(2rem, 3.8vw, 3.2rem); line-height: 1.05; overflow-wrap: anywhere; text-wrap: balance; }
.mini-space-page .detail-intro h1 { font-size: clamp(2rem, 3.4vw, 3rem); }
.theme-space .detail-intro h1 { color: #0A2540; text-shadow: 0 0 28px rgba(82, 183, 154, 0.25); }
.space-age-badge { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: #0b091a; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.theme-space .space-age-badge { color: #0A2540; }
.space-age-badge span { display: inline-grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: #FFB400; box-shadow: 0 0 0 5px rgba(255, 180, 0, 0.16); color: #0b091a; }

.detail-lead {
    margin: 0 0 22px 0;
    color: #5F7D95;
    font-size: clamp(0.92rem, 1.05vw, 1.04rem);
    line-height: 1.6;
    text-wrap: pretty;
}

.party-pill-btn,
.detail-cta {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 2px;
    padding: 12px 26px 12px 18px;
    border: 3.5px solid #ffffff;
    border-radius: 999px;
    color: #ffffff !important;
    text-decoration: none;
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    box-shadow: 0 10px 24px rgba(10, 37, 64, 0.16);
    cursor: pointer;
    transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.22s ease, filter 0.2s ease;
    user-select: none;
}

.party-pill-btn:hover,
.detail-cta:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 16px 34px rgba(10, 37, 64, 0.26);
    filter: brightness(1.05);
}

.party-btn-icon {
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.party-btn-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1.08;
}

.party-btn-line {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Colores Temáticos Exactos (Según la imagen) */
.btn-city {
    background: #0B2238 !important; /* Dark Navy Blue */
    color: #ffffff !important;
}

.btn-space {
    background: #73CCA8 !important; /* Mint Green */
    color: #ffffff !important;
}

.btn-mini-space {
    background: #9EC5E6 !important; /* Soft Sky Blue */
    color: #ffffff !important;
}

.btn-ranch {
    background: #E65D53 !important; /* Terracotta / Coral Red */
    color: #ffffff !important;
}

.detail-info, .space-mission { display: grid; grid-template-columns: 1fr 0.8fr; gap: 50px; margin-top: 56px; padding-top: 38px; border-top: 1px solid rgba(10, 37, 64, 0.16); }
.detail-info h2, .city-story h2 { margin: 8px 0 12px; color: var(--ink); font-family: 'Fredoka', sans-serif; font-size: 2rem; }
.detail-info p { max-width: 650px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.spec-list { display: grid; gap: 14px; margin: 0; }
.spec-list div { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(10, 37, 64, 0.14); }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; color: var(--ink); font-weight: 800; text-align: right; }
.theme-space .spec-list dt { color: #94A3B8; }
.theme-space .spec-list dd { color: #F8FAFC; }

.space-mission-copy p { max-width: 680px; margin: 0 0 18px; color: #CBD5E1; font-size: 1.04rem; line-height: 1.75; }
.space-command-panel { align-self: start; padding: 24px; border: 1px solid rgba(158, 197, 230, 0.28); border-radius: 8px; background: rgba(11, 9, 26, 0.56); box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2); }
.command-panel-label { display: block; margin-bottom: 14px; color: #FFB400; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.space-command-screen { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; padding: 12px; border: 1px solid rgba(82, 183, 154, 0.45); color: #52B79A; font-family: monospace; font-size: 0.75rem; letter-spacing: 0.08em; }
.signal-dot { width: 8px; height: 8px; border-radius: 50%; background: #52B79A; box-shadow: 0 0 12px #52B79A; animation: signal-pulse 1.6s ease-in-out infinite; }
.space-command-panel .spec-list div { border-bottom-color: rgba(158, 197, 230, 0.16); }
.space-signoff { margin: 22px 0 0; color: #FFB400; font-family: Georgia, serif; font-size: 1.12rem; line-height: 1.45; }
.city-story { display: grid; grid-template-columns: 1fr 0.8fr; gap: 50px; margin-top: 56px; padding-top: 38px; border-top: 1px solid rgba(10, 37, 64, 0.16); }
.city-story-copy p { max-width: 680px; margin: 0 0 18px; color: #334E68; font-size: 1.04rem; line-height: 1.75; }
.city-control-panel { align-self: start; padding: 24px; border: 2px solid rgba(255, 90, 96, 0.32); border-radius: 8px; background: rgba(255, 255, 255, 0.78); box-shadow: 0 18px 45px rgba(10, 37, 64, 0.12); }
.city-control-panel .command-panel-label { color: #FF5A60; }
.city-status { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding: 12px; border: 1px solid rgba(10, 37, 64, 0.14); color: #0A2540; font-family: monospace; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.07em; }
.traffic-light { display: flex; gap: 4px; padding: 4px 5px; border-radius: 10px; background: #0A2540; }
.traffic-light i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #FFB400; }
.traffic-light i:first-child { background: #FF5A60; box-shadow: 0 0 8px #FF5A60; animation: traffic-blink 1.8s ease-in-out infinite; }
.city-signoff { margin: 22px 0 0; color: #0A2540; font-family: Georgia, serif; font-size: 1.12rem; line-height: 1.45; }
.city-control-panel .spec-list div { border-bottom-color: rgba(10, 37, 64, 0.14); }

@keyframes star-drift { from { background-position: 12% 20%, 78% 68%; } to { background-position: 18% 26%, 72% 62%; } }
@keyframes orbit-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 14px; } }
@keyframes signal-pulse { 0%, 100% { opacity: 0.45; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes city-grid-drift { from { background-position: 0 0, 0 0; } to { background-position: 280px 220px, -340px 280px; } }
@keyframes route-slide { 0%, 100% { translate: 0 0; } 50% { translate: 10px 8px; } }
@keyframes sign-bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 7px; } }
@keyframes traffic-blink { 0%, 44%, 100% { opacity: 1; } 45%, 65% { opacity: 0.25; } }

@media (max-width: 760px) {
    .detail-main { width: min(100% - 24px, 620px); padding-top: 20px; }
    .detail-hero, .detail-info, .space-mission, .city-story { grid-template-columns: 1fr; gap: 24px; }
    .detail-info, .space-mission, .city-story { margin-top: 40px; padding-top: 28px; }
    .city-sign { top: 72px; right: 2%; transform: scale(0.8) rotate(8deg); }
    .detail-arrow.previous { left: 4px; }
    .detail-arrow.next { right: 4px; }
    .detail-intro { text-align: center; align-items: center; padding: 28px 20px 32px; }
    .detail-intro h1 { max-width: 100%; margin-inline: auto; font-size: clamp(2rem, 9vw, 2.7rem); }
    .detail-intro .party-pill-btn,
    .detail-intro .detail-cta { justify-content: center; align-self: center; }
    .back-link { margin-bottom: 20px; padding: 9px 13px; font-size: 0.82rem; }
}

@media (min-width: 761px) {
    .mini-space-page .detail-intro h1 { font-size: clamp(2.2rem, 3.4vw, 3.4rem); }
}
