.hero-section {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.hero-panel,
.intro-panel,
.video-panel,
.cta-don-panel {
    padding: 1.35rem;
    border: 1px solid rgba(9, 2, 142, 0.07);
    border-radius: calc(var(--radius-lg) + 0.1rem);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(247, 244, 238, 0.72)),
        rgba(248, 245, 239, 0.72);
    box-shadow: var(--shadow-card);
}

.hero-panel {
    overflow: hidden;
    position: relative;
}

.hero-layout,
.text-media-layout,
.cta-don-layout {
    --bs-gutter-x: 1.35rem;
}

.hero-panel::after {
    content: "";
    position: absolute;
    right: -6rem;
    bottom: -6rem;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(224, 134, 0, 0.12), transparent 68%);
    pointer-events: none;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.45rem 0 0;
}

.hero-stat {
    padding: 0.9rem 0.95rem;
    border-radius: var(--radius-md);
    background: rgba(9, 2, 142, 0.045);
}

.hero-stat dt {
    margin: 0 0 0.3rem;
    color: var(--color-text-muted);
    font-size: 0.83rem;
}

.hero-stat dd {
    margin: 0;
    color: var(--color-primary-deep);
    font-size: 1rem;
    font-weight: 700;
}

.media-shell {
    overflow: hidden;
    position: relative;
    margin: 0;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(9, 2, 142, 0.08), rgba(228, 241, 237, 0.95));
    box-shadow: var(--shadow-card);
}

.media-ratio-landscape {
    aspect-ratio: 4 / 3;
}

.media-ratio-portrait {
    aspect-ratio: 4 / 5;
}

.media-ratio-square {
    aspect-ratio: 1 / 1;
}

.media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.55rem;
    width: 100%;
    height: 100%;
    padding: 1.15rem;
    background:
        linear-gradient(180deg, rgba(9, 2, 142, 0.03), rgba(9, 2, 142, 0.14)),
        radial-gradient(circle at top right, rgba(224, 134, 0, 0.16), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(228, 241, 237, 0.88));
}

.media-placeholder strong {
    color: var(--color-primary-deep);
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.15vw, 1.55rem);
}

.media-placeholder span:last-child {
    max-width: 26ch;
    color: var(--color-text-muted);
    font-size: 0.94rem;
}

.media-placeholder-kicker {
    color: var(--color-primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profile-card,
.antenne-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(9, 2, 142, 0.08);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.84));
    box-shadow: var(--shadow-card);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.profile-card-media,
.antenne-card-media,
.carousel-media {
    margin: 0;
    box-shadow: none;
}

.profile-card-media,
.antenne-card-media {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    border-bottom: 1px solid rgba(9, 2, 142, 0.06);
}

.profile-card-media .media-placeholder,
.antenne-card-media .media-placeholder,
.carousel-media .media-placeholder {
    padding-bottom: 1rem;
}

.profile-card-body,
.antenne-card-body,
.carousel-copy {
    padding: 1.2rem;
}

.profile-card-body,
.antenne-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.95rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9));
}

.card-copy-stack,
.card-tail-stack {
    display: grid;
    align-content: start;
}

.card-copy-stack {
    gap: 0.45rem;
}

.card-copy-stack .card-kicker {
    margin-bottom: 0.05rem;
}

.card-copy-stack h3,
.card-copy-stack p {
    margin: 0;
}

.card-tail-stack {
    gap: 0.7rem;
    margin-top: auto;
    padding-top: 0.15rem;
}

.card-tail-stack .chip-list {
    gap: 0.5rem;
    margin-top: 0;
}

.card-tail-stack .inline-link {
    justify-self: start;
}

.profile-card:hover,
.antenne-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(9, 2, 142, 0.12);
}

.profile-card h3,
.antenne-card h3,
.carousel-copy h3 {
    margin: 0 0 0.55rem;
    font-family: var(--font-display);
    font-size: 1.28rem;
}

.profile-card p,
.antenne-card p,
.carousel-copy p {
    margin-bottom: 0;
    color: var(--color-text-muted);
}

.carousel-frame {
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.82));
    box-shadow: var(--shadow-card);
}

.carousel-frame .carousel-media {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
}

.carousel-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.94));
}

.carousel-copy p {
    max-width: 28ch;
}

.aeim-carousel .carousel-indicators {
    position: static;
    margin: 0;
    gap: 0.5rem;
}

.aeim-carousel .carousel-indicators [data-bs-target] {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(9, 2, 142, 0.18);
    opacity: 1;
}

.aeim-carousel .carousel-indicators .active {
    background: var(--color-primary);
    box-shadow: 0 0 0 4px rgba(9, 2, 142, 0.08);
}

.carousel-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    margin-bottom: 0.95rem;
}

.carousel-controls {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 0;
    padding: 0.3rem;
    border: 1px solid rgba(9, 2, 142, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-card);
}

.carousel-controls .carousel-control-prev,
.carousel-controls .carousel-control-next {
    position: static;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 999px;
    border: 1px solid rgba(9, 2, 142, 0.09);
    background: rgba(9, 2, 142, 0.08);
    opacity: 1;
}

.carousel-controls .carousel-control-prev-icon,
.carousel-controls .carousel-control-next-icon {
    filter: invert(9%) sepia(74%) saturate(5587%) hue-rotate(244deg) brightness(73%) contrast(132%);
}

.video-shell {
    width: 100%;
    overflow: hidden;
    border-radius: calc(var(--radius-lg) + 0.05rem);
    border: 1px solid rgba(9, 2, 142, 0.08);
    background:
        linear-gradient(180deg, rgba(9, 2, 142, 0.05), rgba(9, 2, 142, 0.08)),
        rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-card);
}

.video-media-column {
    display: flex;
}

.local-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-panel .section-title + .body-copy {
    margin-top: 0.95rem;
}

.video-fallback {
    display: grid;
    gap: 1rem;
    padding: 1.1rem;
}

.video-fallback.is-copy-only {
    grid-template-columns: 1fr;
    min-height: clamp(14rem, 34vw, 18rem);
    align-items: center;
}

.video-fallback-copy {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.25rem 0.25rem 0.5rem;
    justify-content: center;
}

.video-fallback-copy strong {
    color: var(--color-text-strong);
}

.video-fallback-copy p {
    margin: 0;
    color: var(--color-text-muted);
}

.city-map-block {
    display: grid;
    gap: 0.7rem;
    margin: 1.2rem 0 1.15rem;
}

.city-map-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.08rem;
    color: var(--color-text-strong);
}

.city-map-copy {
    margin: 0;
    color: var(--color-text-muted);
}

.city-map-canvas {
    min-height: clamp(16.5rem, 52vw, 20rem);
    overflow: hidden;
    border: 1px solid rgba(9, 2, 142, 0.08);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(9, 2, 142, 0.04), rgba(9, 2, 142, 0.08));
    box-shadow: var(--shadow-card);
}

.city-map-fallback {
    display: grid;
    justify-items: start;
    gap: 0.55rem;
    height: 100%;
    padding: 1rem;
    align-content: center;
    color: var(--color-text-muted);
}

.city-map-fallback strong {
    color: var(--color-text-strong);
}

.city-map-fallback p {
    margin: 0;
}

.city-map-fallback a {
    font-weight: 700;
    text-decoration: none;
}

.city-map-canvas .leaflet-container {
    width: 100%;
    height: 100%;
    font: inherit;
}

.city-map-canvas .leaflet-control-attribution {
    padding: 0.15rem 0.4rem;
    background: rgba(255, 255, 255, 0.92);
    font-size: 0.7rem;
}

.city-map-canvas .leaflet-control-attribution a {
    color: var(--color-primary-deep);
}

.not-found-shell {
    max-width: 48rem;
    margin: 0 auto;
}

.not-found-card {
    background:
        radial-gradient(circle at top right, rgba(224, 134, 0, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 244, 238, 0.82)),
        rgba(255, 255, 255, 0.86);
}

.not-found-card .section-title {
    max-width: 18ch;
}

.not-found-card .body-copy {
    max-width: 42rem;
}

.not-found-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.1rem;
    margin-top: 1.15rem;
}

.not-found-links a {
    font-weight: 700;
    text-decoration: none;
}

.home-geo-band {
    margin-bottom: 1.1rem;
    align-items: flex-start;
}

.home-geo-card {
    height: 100%;
}

.home-geo-intro-card {
    display: grid;
    align-content: start;
    gap: 0.25rem;
}

.home-geo-intro-card p,
.home-geo-card p,
.home-correspondent-meta {
    color: var(--color-text-muted);
}

.home-geo-card {
    display: grid;
    gap: 1rem;
}

.home-geo-card .media-shell {
    border-radius: var(--radius-md);
    box-shadow: none;
}

.home-geo-copy {
    display: grid;
    gap: 0.28rem;
    align-content: start;
}

.home-geo-copy h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.22rem;
}

.home-correspondent-card {
    min-height: 100%;
}

.home-correspondent-card .card-copy-stack {
    gap: 0.35rem;
}

.home-correspondent-card h3 {
    margin: 0;
    font-size: 1.2rem;
}

.home-correspondent-meta {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.home-correspondent-card .card-tail-stack {
    gap: 0.6rem;
}

.home-correspondent-card .chip-list {
    margin-top: 0;
}

.route-home .hero-copy-column {
    max-width: 41rem;
}

.route-home .hero-panel .display-title {
    max-width: 14.8ch;
    font-size: clamp(1.82rem, 4.9vw, 2.38rem);
    line-height: 1.08;
    text-wrap: balance;
}

.route-home .hero-copy-column .body-lead {
    max-width: 38.5rem;
}

.cta-don-panel {
    background:
        radial-gradient(circle at top right, rgba(224, 134, 0, 0.14), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(248, 240, 223, 0.92));
}

.cta-don-action {
    display: flex;
    justify-content: flex-start;
}

.pdf-button-card .icon,
.footer-action-card .icon,
.bottom-nav-link .icon,
.video-fallback-copy .icon {
    flex: 0 0 auto;
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 0.9rem;
    background: rgba(9, 2, 142, 0.08);
    color: var(--color-primary);
}

.icon svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: currentColor;
}

.bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    padding: 0.7rem 0.85rem calc(0.7rem + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(245, 243, 238, 0.08), rgba(245, 243, 238, 0.88) 24%, rgba(245, 243, 238, 0.98));
    backdrop-filter: blur(16px);
}

.bottom-nav-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.45rem;
    margin: 0;
    padding: 0.55rem;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-card);
}

.bottom-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 4rem;
    padding: 0.45rem 0.2rem;
    border-radius: 1rem;
    color: var(--color-text-muted);
    font-size: 0.74rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bottom-nav-link .icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.8rem;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.bottom-nav-link.is-active {
    background: rgba(9, 2, 142, 0.08);
    color: var(--color-primary-deep);
    box-shadow: inset 0 0 0 1px rgba(9, 2, 142, 0.08);
}

.bottom-nav-link.is-active .icon {
    background: linear-gradient(135deg, rgba(9, 2, 142, 0.9), rgba(9, 2, 142, 0.72));
    color: #fff;
    box-shadow: 0 10px 18px rgba(17, 17, 17, 0.14);
}

.bottom-nav-link:hover {
    color: var(--color-primary-deep);
}

.bottom-nav-link:hover .icon {
    background: rgba(9, 2, 142, 0.12);
}

.cookie-notice {
    position: fixed;
    right: 1rem;
    left: 1rem;
    bottom: 6.2rem;
    z-index: 1060;
    transform: translateY(1rem);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cookie-notice.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.cookie-notice-inner {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 34px rgba(17, 17, 17, 0.1);
}

.cookie-notice-copy strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--color-text-strong);
}

.cookie-notice-copy p {
    margin: 0;
    line-height: 1.5;
    color: var(--color-text-muted);
}

.route-enfants-rues .hero-copy-column {
    max-width: 41rem;
}

.route-enfants-rues .hero-panel .display-title {
    max-width: 15.2ch;
    font-size: clamp(1.82rem, 5vw, 2.42rem);
    line-height: 1.08;
    text-wrap: balance;
}

.route-enfants-rues .hero-copy-column .body-lead {
    max-width: 39rem;
}

.route-enfants-rues .intro-panel .section-title + .body-copy,
.route-enfants-rues .section-heading .section-title + .section-intro {
    margin-top: 0.95rem;
}

.route-antennes .hero-copy-column {
    max-width: 41rem;
}

.route-antennes .hero-panel .display-title {
    max-width: 15.1ch;
    font-size: clamp(1.84rem, 4.95vw, 2.42rem);
    line-height: 1.08;
    text-wrap: balance;
}

.route-antennes .hero-copy-column .body-lead {
    max-width: 39rem;
}

.page-support-card > .section-title {
    margin-bottom: 1.15rem;
}

.page-support-card > .section-title + .rich-copy,
.page-support-card > .section-title + .body-copy,
.page-support-card > .section-title + .feature-list,
.page-support-card > .section-title + .section-intro {
    margin-top: 0;
}

.route-pondichery .intro-panel .section-title + .body-copy,
.route-pondichery .text-media-copy .section-title + .body-lead,
.route-pondichery .section-heading .section-title + .section-intro {
    margin-top: 0.95rem;
}

.route-antennes .intro-panel .section-title + .body-copy,
.route-antennes .text-media-copy .section-title + .body-lead,
.route-antennes .section-heading .section-title + .section-intro {
    margin-top: 0.95rem;
}

.route-home .intro-panel .section-title + .body-copy,
.route-home .text-media-copy .section-title + .body-lead,
.route-home .section-heading .section-title + .section-intro {
    margin-top: 0.95rem;
}

.route-don .hero-copy-column {
    max-width: 41rem;
}

.route-don .hero-panel .display-title {
    max-width: 15.6ch;
    font-size: clamp(1.82rem, 4.95vw, 2.42rem);
    line-height: 1.08;
    text-wrap: balance;
}

.route-don .hero-copy-column .body-lead {
    max-width: 39rem;
}

.route-don .donation-cta-card .section-title + .body-copy,
.route-don .text-media-copy .section-title + .body-lead,
.route-don .section-heading .section-title + .section-intro {
    margin-top: 0.95rem;
}

.route-contact .hero-copy-column {
    max-width: 40rem;
}

.route-contact .hero-panel .display-title {
    max-width: 14.8ch;
    font-size: clamp(1.86rem, 4.95vw, 2.4rem);
    line-height: 1.08;
    text-wrap: balance;
}

.route-contact .hero-copy-column .body-lead {
    max-width: 39rem;
}

.route-contact .contact-aside-stack .section-subtitle + .body-copy,
.route-contact .contact-aside-stack .section-subtitle + .rich-copy,
.route-contact .form-card .section-subtitle + .form-intro-copy {
    margin-top: 0.95rem;
}

.route-contact .contact-data-note {
    margin-top: 1.2rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(9, 2, 142, 0.1);
    border-radius: 1.1rem;
    background: rgba(9, 2, 142, 0.04);
}

.route-contact .contact-data-note-title {
    margin: 0 0 0.45rem;
    color: var(--color-text-strong);
    font-size: 0.94rem;
    font-weight: 700;
}

.route-contact .contact-data-note-copy {
    display: grid;
    gap: 0.7rem;
    max-width: 44rem;
}

.route-contact .contact-data-note p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.route-contact .contact-data-note strong {
    color: var(--color-text-strong);
    font-weight: 700;
}

.route-contact .contact-data-note a {
    color: inherit;
}

.route-contact .contact-data-note-link {
    margin-top: 0.7rem;
}

.route-contact .contact-data-note-link a {
    color: var(--color-primary-deep);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
}

.route-contact .contact-data-note-link a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .route-contact .contact-data-note {
        padding: 1rem 1.15rem;
    }
}

.route-majunga .hero-copy-column {
    max-width: 41rem;
}

.route-majunga .hero-panel .display-title {
    max-width: 15.2ch;
    font-size: clamp(1.84rem, 4.9vw, 2.45rem);
    line-height: 1.08;
    text-wrap: balance;
}

.route-majunga .hero-copy-column .body-lead {
    max-width: 39rem;
}

.route-majunga .intro-panel .section-title + .body-copy,
.route-majunga .text-media-copy .section-title + .body-lead,
.route-majunga .section-heading .section-title + .section-intro {
    margin-top: 0.95rem;
}

.route-antsirabe .hero-copy-column {
    max-width: 41rem;
}

.route-antsirabe .hero-panel .display-title {
    max-width: 15.4ch;
    font-size: clamp(1.84rem, 4.95vw, 2.46rem);
    line-height: 1.08;
    text-wrap: balance;
}

.route-antsirabe .hero-copy-column .body-lead {
    max-width: 39rem;
}

.route-antsirabe .intro-panel .section-title + .body-copy,
.route-antsirabe .text-media-copy .section-title + .body-lead,
.route-antsirabe .section-heading .section-title + .section-intro {
    margin-top: 0.95rem;
}

.cookie-notice-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

@media (min-width: 768px) {
    .hero-panel,
    .intro-panel,
    .video-panel,
    .cta-don-panel {
        padding: 1.8rem;
    }

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

    .cookie-notice {
        left: auto;
        max-width: 30rem;
    }

    .cookie-notice-inner {
        padding: 1.25rem;
    }
}

@media (min-width: 992px) {
    .hero-section {
        padding-top: 1.15rem;
    }

    .hero-panel,
    .intro-panel,
    .video-panel,
    .cta-don-panel {
        padding: 2rem;
    }

    .hero-layout,
    .text-media-layout,
    .cta-don-layout {
        --bs-gutter-x: 1.7rem;
    }

    .hero-panel .display-title {
        max-width: 12.2ch;
        font-size: clamp(2.15rem, 3.35vw, 2.95rem);
    }

    .route-association .hero-copy-column {
        flex: 0 0 61.5%;
        max-width: 61.5%;
    }

    .route-association .hero-media-column {
        flex: 0 0 38.5%;
        max-width: 38.5%;
    }

    .route-association .hero-panel .display-title {
        max-width: 15.4ch;
        font-size: clamp(2rem, 2.85vw, 2.65rem);
    }

    .route-enfants-rues .hero-copy-column {
        flex: 0 0 60.5%;
        max-width: 60.5%;
    }

    .route-enfants-rues .hero-media-column {
        flex: 0 0 39.5%;
        max-width: 39.5%;
    }

    .route-enfants-rues .hero-panel .display-title {
        max-width: 16.6ch;
        font-size: clamp(2rem, 2.7vw, 2.58rem);
    }

    .hero-copy-column .body-lead {
        max-width: 35rem;
    }

    .route-association .hero-copy-column .body-lead {
        max-width: 37rem;
    }

    .route-enfants-rues .hero-copy-column .body-lead {
        max-width: 37.5rem;
    }

    .video-copy-column {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .video-media-column {
        flex: 0 0 60%;
        max-width: 60%;
        align-self: stretch;
    }

    .route-antennes .hero-copy-column {
        flex: 0 0 60.5%;
        max-width: 60.5%;
    }

    .route-antennes .hero-media-column {
        flex: 0 0 39.5%;
        max-width: 39.5%;
    }

    .route-antennes .hero-panel .display-title {
        max-width: 16.2ch;
        font-size: clamp(2rem, 2.65vw, 2.54rem);
    }

    .route-antennes .hero-copy-column .body-lead {
        max-width: 37.5rem;
    }

    .home-geo-band {
        margin-bottom: 1.45rem;
    }

    .home-geo-card {
        grid-template-rows: auto 1fr;
    }

    .route-home .hero-copy-column {
        flex: 0 0 60.5%;
        max-width: 60.5%;
    }

    .route-home .hero-media-column {
        flex: 0 0 39.5%;
        max-width: 39.5%;
    }

    .route-home .hero-panel .display-title {
        max-width: 15.7ch;
        font-size: clamp(1.98rem, 2.6vw, 2.48rem);
    }

    .route-home .hero-copy-column .body-lead {
        max-width: 37.5rem;
    }

    .route-don .hero-copy-column {
        flex: 0 0 60.5%;
        max-width: 60.5%;
    }

    .route-don .hero-media-column {
        flex: 0 0 39.5%;
        max-width: 39.5%;
    }

    .route-don .hero-panel .display-title {
        max-width: 16ch;
        font-size: clamp(2rem, 2.65vw, 2.52rem);
    }

    .route-don .hero-copy-column .body-lead {
        max-width: 37.5rem;
    }

    .route-contact .hero-copy-column {
        flex: 0 0 60.5%;
        max-width: 60.5%;
    }

    .route-contact .hero-media-column {
        flex: 0 0 39.5%;
        max-width: 39.5%;
    }

    .route-contact .hero-panel .display-title {
        max-width: 15.1ch;
        font-size: clamp(2rem, 2.62vw, 2.5rem);
    }

    .route-contact .hero-copy-column .body-lead {
        max-width: 37.5rem;
    }

    .carousel-meta {
        margin-bottom: 1.1rem;
    }

    .carousel-controls .carousel-control-prev,
    .carousel-controls .carousel-control-next {
        width: 3rem;
        height: 3rem;
    }

    .route-majunga .hero-copy-column {
        flex: 0 0 60.5%;
        max-width: 60.5%;
    }

    .route-majunga .hero-media-column {
        flex: 0 0 39.5%;
        max-width: 39.5%;
    }

    .route-majunga .hero-panel .display-title {
        max-width: 16ch;
        font-size: clamp(2rem, 2.7vw, 2.56rem);
    }

    .route-majunga .hero-copy-column .body-lead {
        max-width: 37.5rem;
    }

    .route-antsirabe .hero-copy-column {
        flex: 0 0 60.5%;
        max-width: 60.5%;
    }

    .route-antsirabe .hero-media-column {
        flex: 0 0 39.5%;
        max-width: 39.5%;
    }

    .route-antsirabe .hero-panel .display-title {
        max-width: 16.2ch;
        font-size: clamp(2rem, 2.7vw, 2.58rem);
    }

    .route-antsirabe .hero-copy-column .body-lead {
        max-width: 37.5rem;
    }

    .hero-media-column .media-shell,
    .text-media-media .media-shell {
        min-height: 100%;
    }

    .text-media-copy .body-lead,
    .text-media-copy .rich-copy {
        max-width: 33rem;
    }

    .profile-card-body,
    .antenne-card-body,
    .carousel-copy {
        padding: 1.3rem;
    }

    .carousel-copy {
        padding-right: 1.45rem;
        padding-left: 1.45rem;
    }

    .carousel-frame .carousel-media {
        height: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: var(--radius-lg);
        border-bottom-right-radius: 0;
    }

    .video-fallback {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        align-items: center;
    }

    .video-fallback.is-copy-only {
        grid-template-columns: 1fr;
    }

    .city-map-canvas {
        min-height: clamp(17rem, 27vw, 21rem);
    }

    .home-antenna-layout > .col-xl-7 .row,
    .home-profile-layout > .col-xl-7 .row,
    .antenna-directory-layout > .col-xl-7 .row {
        align-content: stretch;
    }

    .home-antenna-layout > .col-xl-7 .col-md-6,
    .home-profile-layout > .col-xl-7 .col-md-6,
    .antenna-directory-layout > .col-xl-7 .col-md-6 {
        display: flex;
    }

    .home-antenna-layout > .col-xl-7 .antenne-card,
    .home-profile-layout > .col-xl-7 .profile-card,
    .antenna-directory-layout > .col-xl-7 .antenne-card {
        width: 100%;
    }

    .cta-don-action {
        justify-content: flex-end;
    }

    .cookie-notice {
        bottom: 1.5rem;
    }
}
