.mmc-territory {
    --mmc-territory-ink: var(--mmc-color-text-strong, #071d3a);
    --mmc-territory-muted: var(--mmc-color-text-muted, #5f6470);
    --mmc-territory-serif: Georgia, "Times New Roman", serif;
    background: var(--mmc-territory-ivory, #fff8ee);
    color: var(--mmc-territory-ink);
    font-family: inherit;
    overflow: clip;
    width: 100%;
}

.mmc-territory *,
.mmc-territory *::before,
.mmc-territory *::after { box-sizing: border-box; }
.mmc-territory img { display: block; max-width: 100%; }
.mmc-territory a { color: inherit; text-decoration: none; }
.mmc-territory button { font: inherit; }
.mmc-territory h1,
.mmc-territory h2,
.mmc-territory h3,
.mmc-territory p { margin-top: 0; }

.mmc-territory-page .entry-header,
.mmc-territory-page .page-header,
.mmc-territory-page .entry-title { display: none !important; }
.mmc-territory-page #primary,
.mmc-territory-page #main,
.mmc-territory-page .site-main,
.mmc-territory-page .entry-content { margin: 0 !important; max-width: none !important; padding: 0 !important; width: 100% !important; }

.mmc-territory-eyebrow {
    color: var(--mmc-territory-coral);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.mmc-territory-eyebrow--light { color: #f2b074; }

.mmc-territory-event-tabs {
    align-items: center;
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(7,29,58,.13);
    border-radius: 999px;
    display: inline-flex;
    gap: 4px;
    margin-bottom: 28px;
    padding: 5px;
}
.mmc-territory-event-tabs__item {
    border-radius: 999px;
    color: var(--mmc-territory-navy) !important;
    font-size: 13px;
    font-weight: 780;
    padding: 11px 18px;
    white-space: nowrap;
}
.mmc-territory-event-tabs__item.is-active {
    background: var(--mmc-territory-navy);
    box-shadow: 0 5px 15px rgba(7,29,58,.18);
    color: #fff !important;
}

.mmc-territory-map-hero {
    background: var(--mmc-territory-ivory);
    display: block;
}
.mmc-territory-map-hero__intro {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 520px;
    max-width: 980px;
    padding: clamp(58px, 7vw, 104px) clamp(34px, 5.3vw, 82px);
    position: relative;
    z-index: 2;
}
.mmc-territory-real-map { background: #fff; padding: 36px 0 72px; }
.mmc-territory-real-map .mmc-explore-map { margin: 0; }
.mmc-territory-map-hero__intro::after {
    background: repeating-radial-gradient(ellipse at 20% 100%, transparent 0 17px, #b99a72 18px 19px);
    bottom: 0;
    content: "";
    height: 210px;
    inset-inline: 0;
    opacity: .18;
    pointer-events: none;
    position: absolute;
}
.mmc-territory-map-hero__intro > * { position: relative; z-index: 1; }
.mmc-territory-map-hero h1 {
    font-family: var(--mmc-territory-serif);
    font-size: clamp(54px, 5.2vw, 78px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .96;
    margin: 22px 0 20px;
    max-width: 620px;
}
.mmc-territory-map-hero__intro > p {
    color: var(--mmc-territory-muted);
    font-size: clamp(18px, 1.65vw, 23px);
    line-height: 1.55;
    margin-bottom: 34px;
}
.mmc-territory-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.mmc-territory-button {
    align-items: center;
    border-radius: 9px;
    display: inline-flex;
    font-weight: 750;
    gap: 13px;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    transition: box-shadow 180ms ease, transform 180ms ease;
}
.mmc-territory-button:hover { box-shadow: 0 10px 24px rgba(7, 29, 58, .13); transform: translateY(-2px); }
.mmc-territory-button svg { fill: currentColor; flex: 0 0 20px; height: 20px; width: 20px; }
.mmc-territory-button--primary { background: var(--mmc-territory-petrol); color: #fff !important; }
.mmc-territory-button--outline { background: rgba(255,255,255,.45); border: 1px solid var(--mmc-territory-petrol); color: var(--mmc-territory-petrol) !important; }
.mmc-territory-button--coral { background: var(--mmc-territory-coral); color: #fff !important; }
.mmc-territory-button--outline-dark { background: var(--mmc-territory-ivory); border: 1px solid var(--mmc-territory-navy); color: var(--mmc-territory-navy) !important; }
.mmc-territory-button--light { background: var(--mmc-territory-ivory); color: var(--mmc-territory-navy) !important; }

.mmc-territory-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.mmc-territory-filter {
    background: rgba(255,255,255,.68);
    border: 1px solid rgba(7,29,58,.17);
    border-radius: 999px;
    color: var(--mmc-territory-ink);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
}
.mmc-territory-filter.is-active { background: var(--mmc-territory-navy); border-color: var(--mmc-territory-navy); color: #fff; }

.mmc-territory-map {
    background: linear-gradient(90deg, #e9dcc4 0 68%, #78c6cf 68% 100%);
    isolation: isolate;
    min-height: 630px;
    overflow: hidden;
    position: relative;
}
.mmc-territory-map::before {
    background: repeating-radial-gradient(ellipse at 40% 60%, transparent 0 23px, rgba(164,111,59,.2) 24px 25px);
    content: "";
    inset: -30%;
    opacity: .5;
    position: absolute;
    transform: rotate(-6deg);
    z-index: -1;
}
.mmc-territory-map::after {
    color: rgba(7,29,58,.07);
    content: "ABRUZZO";
    font-family: var(--mmc-territory-serif);
    font-size: clamp(30px,4.3vw,66px);
    left: 37%;
    letter-spacing: .35em;
    position: absolute;
    top: 48%;
    transform: rotate(-8deg);
    z-index: -1;
}
.mmc-territory-map__area {
    background: rgba(255,255,255,.9);
    border-radius: 11px;
    box-shadow: 0 10px 28px rgba(7,29,58,.11);
    display: flex;
    flex-direction: column;
    left: 24px;
    padding: 12px 15px;
    position: absolute;
    top: 24px;
}
.mmc-territory-map__area span { color: var(--mmc-territory-muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.mmc-territory-map__label { color: rgba(7,29,58,.72); font-size: 15px; font-weight: 750; position: absolute; }
.mmc-territory-map__label--teramo { left: 56%; top: 18%; }
.mmc-territory-map__label--aquila { left: 28%; top: 47%; }
.mmc-territory-map__label--pescara { left: 63%; top: 47%; }
.mmc-territory-map__label--chieti { left: 58%; top: 61%; }
.mmc-territory-map__pin {
    align-items: center;
    background: var(--mmc-territory-petrol);
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 8px;
    box-shadow: 0 6px 18px rgba(7,29,58,.26);
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    left: var(--mmc-pin-x);
    position: absolute;
    top: var(--mmc-pin-y);
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 42px;
}
.mmc-territory-map__pin span { font-size: 13px; font-weight: 800; transform: rotate(45deg); }
.mmc-territory-map__pin.is-selected { background: #a46f3b; box-shadow: 0 0 0 5px rgba(255,255,255,.65), 0 10px 24px rgba(7,29,58,.3); height: 50px; width: 50px; }
.mmc-territory-map__selected {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 34px rgba(7,29,58,.18);
    display: grid;
    gap: 15px;
    grid-template-columns: 110px 1fr;
    min-height: 150px;
    padding: 12px;
    position: absolute;
    right: 34px;
    top: 80px;
    width: min(340px,39%);
}
.mmc-territory-map__selected img { border-radius: 10px; height: 126px; object-fit: cover; width: 110px; }
.mmc-territory-map__selected div { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.mmc-territory-map__selected span { color: var(--mmc-territory-coral); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mmc-territory-map__selected strong { line-height: 1.2; margin: 8px 0; }
.mmc-territory-map__selected small { color: var(--mmc-territory-muted); line-height: 1.4; }
.mmc-territory-map__search-area {
    background: #fff;
    border: 0;
    border-radius: 999px;
    bottom: 38px;
    box-shadow: 0 8px 25px rgba(7,29,58,.2);
    color: var(--mmc-territory-petrol);
    cursor: pointer;
    font-weight: 750;
    left: 50%;
    padding: 13px 20px;
    position: absolute;
    transform: translateX(-50%);
}
.mmc-territory-map__search-area.is-confirmed { background: var(--mmc-territory-petrol); color: #fff; }
.mmc-territory-map__note { background: rgba(255,255,255,.72); border-radius: 5px; bottom: 15px; color: rgba(7,29,58,.6); font-size: 10px; padding: 5px 8px; position: absolute; right: 18px; }

.mmc-territory-section { padding: clamp(64px,7vw,104px) clamp(20px,5vw,76px); }
.mmc-territory-week { background: #fffdf8; }
.mmc-territory-heading { align-items: flex-end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 36px; }
.mmc-territory-heading h2 { font-family: var(--mmc-territory-serif); font-size: clamp(37px,4vw,56px); font-weight: 600; letter-spacing: -.04em; line-height: 1; margin: 12px 0 0; }
.mmc-territory-heading--editorial > p { color: var(--mmc-territory-muted); line-height: 1.7; margin: 0; max-width: 500px; }
.mmc-territory-prototype-note { background: #f4eee3; border-radius: 999px; color: var(--mmc-territory-muted); font-size: 11px; padding: 8px 12px; }
.mmc-territory-prototype-note--light { background: rgba(255,255,255,.16); color: #fff; display: inline-block; }
.mmc-territory-event-grid { display: grid; gap: 22px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.mmc-territory-event-card {
    background: #fff;
    border: 1px solid rgba(7,29,58,.1);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(7,29,58,.06);
    overflow: hidden;
    transition: box-shadow 220ms ease, transform 220ms ease;
}
.mmc-territory-event-card[hidden] { display: none !important; }
.mmc-territory-event-card:hover { box-shadow: 0 18px 38px rgba(7,29,58,.12); transform: translateY(-5px); }
.mmc-territory-event-card__media { height: 210px; overflow: hidden; position: relative; }
.mmc-territory-event-card__media > img { height: 100%; object-fit: cover; transition: transform 300ms ease; width: 100%; }
.mmc-territory-event-card:hover .mmc-territory-event-card__media > img { transform: scale(1.035); }
.mmc-territory-event-card__date { align-items: center; background: var(--mmc-territory-navy); border-radius: 9px; box-shadow: 0 7px 18px rgba(7,29,58,.22); color: #fff; display: flex; flex-direction: column; height: 70px; justify-content: center; left: 14px; position: absolute; top: 14px; width: 58px; }
.mmc-territory-event-card__date strong { font-family: var(--mmc-territory-serif); font-size: 27px; line-height: 1; }
.mmc-territory-event-card__date small { font-size: 10px; letter-spacing: .1em; }
.mmc-territory-event-card__save { align-items: center; background: rgba(255,255,255,.92); border: 0; border-radius: 50%; cursor: pointer; display: flex; height: 36px; justify-content: center; position: absolute; right: 14px; top: 14px; width: 36px; }
.mmc-territory-event-card__save svg { fill: none; height: 21px; stroke: var(--mmc-territory-ink); stroke-width: 1.5px; width: 21px; }
.mmc-territory-event-card__body { padding: 19px 20px 22px; }
.mmc-territory-event-card__category { color: var(--mmc-territory-coral); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mmc-territory-event-card__body h3 { font-family: var(--mmc-territory-serif); font-size: 23px; letter-spacing: -.02em; margin: 8px 0 10px; }
.mmc-territory-event-card__body p { align-items: center; color: var(--mmc-territory-muted); display: flex; font-size: 13px; gap: 6px; margin-bottom: 5px; }
.mmc-territory-event-card__body p svg { fill: var(--mmc-territory-petrol); height: 15px; width: 15px; }
.mmc-territory-event-card__body small { color: var(--mmc-territory-petrol); font-weight: 700; }
.mmc-territory-empty { border: 1px dashed var(--mmc-territory-sand); border-radius: 12px; color: var(--mmc-territory-muted); padding: 28px; }

.mmc-territory-switcher { align-items: stretch; background: var(--mmc-territory-navy); color: #fff; display: grid; gap: 18px; grid-template-columns: 1.2fr 1fr 1fr; padding: 70px clamp(20px,5vw,76px); }
.mmc-territory-switcher h2 { font-family: var(--mmc-territory-serif); font-size: clamp(35px,4vw,54px); font-weight: 600; margin: 14px 0 0; }
.mmc-territory-switcher__link { border: 1px solid rgba(255,255,255,.18); border-radius: 14px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 190px; overflow: hidden; padding: 28px; position: relative; }
.mmc-territory-switcher__link::before { background: linear-gradient(135deg, transparent, var(--mmc-territory-coral)); content: ""; inset: 0; opacity: .18; position: absolute; transition: opacity 200ms ease; }
.mmc-territory-switcher__link:hover::before { opacity: .4; }
.mmc-territory-switcher__link > * { position: relative; }
.mmc-territory-switcher__link > span { color: #f2b074; font-size: 12px; position: absolute; top: 0; }
.mmc-territory-switcher__link strong { font-family: var(--mmc-territory-serif); font-size: 27px; }
.mmc-territory-switcher__link small { margin-top: 8px; opacity: .72; }

.mmc-territory-editorial-hero { color: #fff; height: min(760px,calc(100vh - 78px)); min-height: 650px; position: relative; }
.mmc-territory-editorial-hero > img { height: 100%; object-fit: cover; width: 100%; }
.mmc-territory-editorial-hero__overlay { background: linear-gradient(90deg,rgba(7,29,58,.9),rgba(7,29,58,.58) 47%,rgba(7,29,58,.05) 78%); inset: 0; position: absolute; }
.mmc-territory-editorial-hero__copy { left: clamp(28px,6vw,92px); max-width: 780px; position: absolute; top: 50%; transform: translateY(-50%); }
.mmc-territory-editorial-hero__copy h1 { font-family: var(--mmc-territory-serif); font-size: clamp(65px,8.2vw,118px); font-weight: 600; letter-spacing: -.065em; line-height: .83; margin: 24px 0 30px; }
.mmc-territory-editorial-hero__copy p { font-size: clamp(18px,2vw,26px); line-height: 1.5; margin-bottom: 34px; max-width: 600px; }
.mmc-territory-editorial-hero__index { bottom: 28px; display: flex; font-size: 11px; gap: 24px; letter-spacing: .15em; position: absolute; right: 34px; text-transform: uppercase; }
.mmc-territory-place-grid { display: grid; gap: 20px; grid-template-columns: repeat(3,1fr); }
.mmc-territory-place-card { border-radius: 6px; color: #fff; min-height: 520px; overflow: hidden; position: relative; }
.mmc-territory-place-card::after { background: linear-gradient(0deg,rgba(7,29,58,.92),transparent 65%); content: ""; inset: 0; position: absolute; }
.mmc-territory-place-card > img { height: 100%; object-fit: cover; position: absolute; transition: transform 500ms ease; width: 100%; }
.mmc-territory-place-card:hover > img { transform: scale(1.04); }
.mmc-territory-place-card > span { font-family: var(--mmc-territory-serif); font-size: 20px; left: 22px; position: absolute; top: 22px; z-index: 2; }
.mmc-territory-place-card > div { bottom: 28px; left: 28px; position: absolute; right: 28px; z-index: 2; }
.mmc-territory-place-card h3 { font-family: var(--mmc-territory-serif); font-size: 43px; margin-bottom: 10px; }
.mmc-territory-place-card p { line-height: 1.5; opacity: .83; }
.mmc-territory-place-card strong { align-items: center; color: #f2b074; display: flex; font-size: 13px; gap: 7px; }
.mmc-territory-place-card strong svg { fill: currentColor; height: 17px; width: 17px; }
.mmc-territory-editorial-feature { align-items: center; background: #f0e3ce; display: grid; gap: 7vw; grid-template-columns: 1.3fr .7fr; margin: 0 clamp(20px,5vw,76px) 100px; padding: clamp(34px,5vw,76px); }
.mmc-territory-editorial-feature > div h2 { font-family: var(--mmc-territory-serif); font-size: clamp(40px,5vw,68px); font-weight: 600; letter-spacing: -.05em; line-height: .98; margin: 18px 0 24px; }
.mmc-territory-editorial-feature > div p { color: var(--mmc-territory-muted); line-height: 1.75; max-width: 680px; }
.mmc-territory-text-link { align-items: center; color: var(--mmc-territory-petrol) !important; display: inline-flex; font-weight: 750; gap: 8px; }
.mmc-territory-text-link svg { fill: currentColor; height: 18px; width: 18px; }
.mmc-territory-campaign-banner { background: linear-gradient(110deg,rgba(7,29,58,.97),rgba(12,116,125,.82)),url('../images/territory/festival-hero.webp') center/cover; color: #fff; padding: clamp(70px,10vw,145px) clamp(28px,7vw,110px); }
.mmc-territory-campaign-banner h2 { font-family: var(--mmc-territory-serif); font-size: clamp(45px,6vw,82px); font-weight: 600; letter-spacing: -.05em; margin: 20px 0; }
.mmc-territory-campaign-banner p { font-size: 20px; line-height: 1.6; margin-bottom: 30px; max-width: 680px; }

/* Prevent theme heading rules from reducing contrast over editorial imagery. */
.mmc-territory--discover .mmc-territory-editorial-hero__copy h1,
.mmc-territory--discover .mmc-territory-editorial-hero__copy p,
.mmc-territory--discover .mmc-territory-editorial-hero__index,
.mmc-territory--discover .mmc-territory-place-card h3,
.mmc-territory--discover .mmc-territory-place-card p,
.mmc-territory--discover .mmc-territory-place-card > span,
.mmc-territory--discover .mmc-territory-campaign-banner h2,
.mmc-territory--discover .mmc-territory-campaign-banner p {
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(7,29,58,.34);
}
.mmc-territory--discover .mmc-territory-editorial-hero__copy .mmc-territory-eyebrow,
.mmc-territory--discover .mmc-territory-campaign-banner .mmc-territory-eyebrow,
.mmc-territory--discover .mmc-territory-place-card strong {
    color: #f6bd84 !important;
}

.mmc-territory-festival-hero { background: #fffaf1; display: grid; grid-template-columns: 38% 62%; min-height: 650px; }
.mmc-territory-festival-hero__copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: clamp(48px,6vw,88px); position: relative; z-index: 2; }
.mmc-territory-festival-symbol { color: var(--mmc-territory-sun); font-size: 42px; margin-bottom: 17px; }
.mmc-territory-festival-hero__copy h1 { color: var(--mmc-territory-navy); font-size: clamp(68px,7vw,106px); font-weight: 850; letter-spacing: -.065em; line-height: .82; margin: 18px 0 26px; text-transform: uppercase; }
.mmc-territory-festival-hero__copy > p { color: #455b6c; font-size: 21px; line-height: 1.5; margin-bottom: 30px; max-width: 450px; }
.mmc-territory-festival-hero__visual { min-height: 650px; position: relative; }
.mmc-territory-festival-hero__visual > img { clip-path: polygon(10% 0,100% 0,100% 100%,0 100%); height: 100%; object-fit: cover; width: 100%; }
.mmc-territory-floating-tickets { align-items: flex-end; bottom: 28px; display: flex; gap: 16px; justify-content: flex-end; left: -35px; position: absolute; right: 35px; }
.mmc-territory-event-card--ticket { box-shadow: 0 18px 44px rgba(7,29,58,.22); transform: rotate(-2deg); width: min(310px,42%); }
.mmc-territory-event-card--ticket:nth-child(2) { transform: rotate(2deg) translateY(10px); }
.mmc-territory-event-card--ticket .mmc-territory-event-card__media { height: 135px; }
.mmc-territory-event-card--ticket .mmc-territory-event-card__body { padding: 14px 16px 17px; }
.mmc-territory-event-card--ticket .mmc-territory-event-card__body h3 { font-family: inherit; font-size: 18px; font-weight: 780; }
.mmc-territory-campaign-events { background: #fffaf1; }
.mmc-territory-campaign-events .mmc-territory-filters { margin-top: 0; }
.mmc-territory-manifesto { background: var(--mmc-territory-navy); color: #fff; padding: 100px 24px; text-align: center; }
.mmc-territory-manifesto > span { color: var(--mmc-territory-sun); font-size: 12px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.mmc-territory-manifesto h2 { font-size: clamp(44px,6vw,80px); line-height: 1; margin: 24px auto; max-width: 1000px; }
.mmc-territory-manifesto p { color: #cbd5df; line-height: 1.65; margin: 0 auto 32px; max-width: 720px; }

@media (max-width: 1020px) {
    .mmc-territory-map-hero { grid-template-columns: 40% 60%; }
    .mmc-territory-map-hero__intro { padding: 54px 34px; }
    .mmc-territory-map__selected { right: 18px; width: 46%; }
    .mmc-territory-event-grid { gap: 14px; }
    .mmc-territory-festival-hero { grid-template-columns: 43% 57%; }
    .mmc-territory-floating-tickets { left: -10px; right: 16px; }
    .mmc-territory-event-card--ticket { width: 47%; }
}

@media (max-width: 768px) {
    .mmc-territory-event-tabs { margin-bottom: 24px; max-width: 100%; }
    .mmc-territory-event-tabs__item { font-size: 12px; padding: 10px 13px; }
    .mmc-territory-map-hero { display: flex; flex-direction: column; }
    .mmc-territory-map-hero__intro { min-height: 470px; padding: 48px 18px 40px; }
    .mmc-territory-map-hero h1 { font-size: 57px; }
    .mmc-territory-map-hero__intro > p { font-size: 18px; }
    .mmc-territory-actions { width: 100%; }
    .mmc-territory-actions .mmc-territory-button { width: 100%; }
    .mmc-territory-filters { flex-wrap: nowrap; margin-right: -18px; overflow-x: auto; padding-right: 18px; width: calc(100vw - 18px); }
    .mmc-territory-filter { flex: 0 0 auto; }
    .mmc-territory-map { min-height: 520px; }
    .mmc-territory-map__selected { grid-template-columns: 92px 1fr; left: 14px; right: 14px; top: 64px; width: auto; }
    .mmc-territory-map__selected img { height: 102px; width: 92px; }
    .mmc-territory-map__label { font-size: 12px; }
    .mmc-territory-map__note { left: 14px; max-width: 220px; right: auto; }
    .mmc-territory-section { padding: 60px 18px; }
    .mmc-territory-heading { align-items: flex-start; }
    .mmc-territory-heading h2 { font-size: 41px; }
    .mmc-territory-event-grid { display: flex; margin-right: -18px; overflow-x: auto; padding-right: 18px; scroll-snap-type: x mandatory; }
    .mmc-territory-event-card { flex: 0 0 84vw; scroll-snap-align: start; }
    .mmc-territory-event-card__media { height: 190px; }
    .mmc-territory-switcher { grid-template-columns: 1fr; padding: 58px 18px; }
    .mmc-territory-switcher__link { min-height: 160px; }
    .mmc-territory-editorial-hero { height: calc(100vh - 64px); min-height: 640px; }
    .mmc-territory-editorial-hero__overlay { background: linear-gradient(0deg,rgba(7,29,58,.94),rgba(7,29,58,.2)); }
    .mmc-territory-editorial-hero__copy { left: 20px; right: 20px; }
    .mmc-territory-editorial-hero__copy h1 { font-size: 66px; }
    .mmc-territory-editorial-hero__index { left: 20px; right: auto; }
    .mmc-territory-heading--editorial { display: block; }
    .mmc-territory-heading--editorial > p { margin-top: 24px; }
    .mmc-territory-place-grid { display: flex; margin-right: -18px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .mmc-territory-place-card { flex: 0 0 84vw; min-height: 470px; scroll-snap-align: start; }
    .mmc-territory-editorial-feature { grid-template-columns: 1fr; margin: 0 18px 70px; padding: 38px 20px; }
    .mmc-territory-campaign-banner { padding: 75px 20px; }
    .mmc-territory-festival-hero { display: flex; flex-direction: column; }
    .mmc-territory-festival-hero__copy { padding: 50px 20px 42px; }
    .mmc-territory-festival-hero__copy h1 { font-size: 70px; }
    .mmc-territory-festival-hero__visual { min-height: 480px; }
    .mmc-territory-festival-hero__visual > img { clip-path: none; }
    .mmc-territory-floating-tickets { bottom: 20px; justify-content: flex-start; left: 14px; overflow: hidden; right: -30px; }
    .mmc-territory-event-card--ticket { flex: 0 0 75vw; width: auto; }
    .mmc-territory-event-card--ticket:nth-child(2) { display: none; }
    .mmc-territory-campaign-events .mmc-territory-heading { display: block; }
    .mmc-territory-campaign-events .mmc-territory-filters { margin-top: 22px; }
    .mmc-territory-manifesto { padding: 80px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .mmc-territory *,
    .mmc-territory *::before,
    .mmc-territory *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* ================================================================
 * Territory map hero 0.32.5
 * One shared territorial map instance: events, festivals, villages
 * and entertainment. It deliberately does not reuse shop categories.
 * ================================================================ */
.mmc-territory--events .mmc-territory-map-hero {
    align-items: stretch;
    background: var(--mmc-territory-ivory);
    display: grid;
    grid-template-columns: minmax(390px, 43%) minmax(0, 57%);
    min-height: 680px;
}
.mmc-territory--events .mmc-territory-map-hero__intro {
    max-width: none;
    min-height: 680px;
    padding: clamp(44px, 5vw, 76px) clamp(28px, 4.5vw, 68px);
}
.mmc-territory--events .mmc-territory-map-hero__intro::after {
    height: 185px;
}
.mmc-territory--events .mmc-territory-map-hero h1 {
    font-size: clamp(54px, 5vw, 78px);
    margin: 20px 0 18px;
}
.mmc-territory--events .mmc-territory-map-hero__intro > p {
    margin-bottom: 30px;
}
.mmc-territory-map-hero__map {
    min-height: 680px;
    overflow: hidden;
    position: relative;
}
.mmc-territory-live-map {
    --mmc-map-event: #0c747d;
    --mmc-map-festival: #d5664f;
    --mmc-map-village: #9a6e3a;
    --mmc-map-entertainment: #4f5f8f;
    background: #e9e2d5;
    height: 100%;
    min-height: 680px;
    overflow: hidden;
    position: relative;
}
.mmc-territory-live-map__basemap {
    border: 0;
    filter: saturate(.78) contrast(.95) brightness(1.03);
    height: 100%;
    inset: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.mmc-territory-live-map__shade {
    background: linear-gradient(90deg, rgba(255,248,238,.1), rgba(7,29,58,.03));
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.mmc-territory-live-map__toolbar {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    left: 22px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 4;
}
.mmc-territory-live-map__area,
.mmc-territory-live-map__source {
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(7,29,58,.1);
    box-shadow: 0 8px 26px rgba(7,29,58,.12);
}
.mmc-territory-live-map__area {
    align-items: center;
    border-radius: 12px;
    display: flex;
    gap: 10px;
    padding: 10px 13px;
}
.mmc-territory-live-map__area > svg {
    fill: var(--mmc-territory-coral);
    height: 21px;
    width: 21px;
}
.mmc-territory-live-map__area span {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}
.mmc-territory-live-map__area small {
    color: var(--mmc-territory-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.mmc-territory-live-map__area strong {
    color: var(--mmc-territory-navy);
    font-size: 14px;
    margin-top: 4px;
}
.mmc-territory-live-map__source {
    border-radius: 999px;
    color: var(--mmc-territory-navy);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    padding: 9px 12px;
    text-transform: uppercase;
}
.mmc-territory-live-map__filters {
    display: flex;
    gap: 7px;
    left: 22px;
    max-width: calc(100% - 44px);
    overflow-x: auto;
    padding: 1px 1px 7px;
    position: absolute;
    right: 22px;
    scrollbar-width: none;
    top: 90px;
    z-index: 5;
}
.mmc-territory-live-map__filters::-webkit-scrollbar { display: none; }
.mmc-territory-map-filter {
    align-items: center;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(7,29,58,.12);
    border-radius: 999px;
    color: var(--mmc-territory-navy);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 780;
    gap: 6px;
    min-height: 35px;
    padding: 0 12px;
}
.mmc-territory-map-filter svg {
    fill: currentColor;
    height: 15px;
    width: 15px;
}
.mmc-territory-map-filter.is-active {
    background: var(--mmc-territory-navy);
    border-color: var(--mmc-territory-navy);
    color: #fff;
}
.mmc-territory-live-map__pins {
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 3;
}
.mmc-territory-live-map__pin {
    align-items: center;
    background: var(--mmc-map-event);
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 9px;
    box-shadow: 0 7px 20px rgba(7,29,58,.3);
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 43px;
    justify-content: center;
    left: var(--mmc-pin-x);
    pointer-events: auto;
    position: absolute;
    top: var(--mmc-pin-y);
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: opacity 160ms ease, transform 160ms ease, width 160ms ease, height 160ms ease;
    width: 43px;
}
.mmc-territory-live-map__pin[hidden] { display: none; }
.mmc-territory-live-map__pin svg {
    fill: currentColor;
    height: 20px;
    transform: rotate(45deg);
    width: 20px;
}
.mmc-territory-live-map__pin--festival-tradizioni { background: var(--mmc-map-festival); }
.mmc-territory-live-map__pin--borgo-luogo { background: var(--mmc-map-village); }
.mmc-territory-live-map__pin--intrattenimento { background: var(--mmc-map-entertainment); }
.mmc-territory-live-map__pin.is-selected {
    box-shadow: 0 0 0 6px rgba(255,255,255,.68), 0 11px 26px rgba(7,29,58,.34);
    height: 51px;
    width: 51px;
    z-index: 3;
}
.mmc-territory-live-map__selected {
    align-items: stretch;
    backdrop-filter: blur(14px);
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(7,29,58,.1);
    border-radius: 15px;
    bottom: 24px;
    box-shadow: 0 16px 42px rgba(7,29,58,.2);
    display: grid;
    gap: 14px;
    grid-template-columns: 112px minmax(0,1fr);
    left: 24px;
    max-width: min(430px, calc(100% - 48px));
    padding: 11px;
    position: absolute;
    z-index: 6;
}
.mmc-territory-live-map__selected[hidden] { display: none; }
.mmc-territory-live-map__selected > img {
    border-radius: 11px;
    height: 128px;
    object-fit: cover;
    width: 112px;
}
.mmc-territory-live-map__selected > div {
    align-self: center;
    min-width: 0;
    padding: 4px 8px 4px 0;
}
.mmc-territory-live-map__selected span {
    color: var(--mmc-territory-coral);
    display: block;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.mmc-territory-live-map__selected h2 {
    color: var(--mmc-territory-navy) !important;
    font-family: var(--mmc-territory-serif);
    font-size: 22px;
    letter-spacing: -.025em;
    line-height: 1.05;
    margin: 7px 0 7px;
}
.mmc-territory-live-map__selected p {
    color: var(--mmc-territory-muted) !important;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 8px;
}
.mmc-territory-live-map__selected a {
    align-items: center;
    color: var(--mmc-territory-petrol) !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 5px;
}
.mmc-territory-live-map__selected a svg {
    fill: currentColor;
    height: 15px;
    width: 15px;
}
.mmc-territory-live-map__empty,
.mmc-territory-live-map__no-results {
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,.95);
    border-radius: 12px;
    box-shadow: 0 12px 34px rgba(7,29,58,.17);
    color: var(--mmc-territory-navy);
    left: 50%;
    max-width: calc(100% - 40px);
    padding: 18px 22px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 340px;
    z-index: 7;
}
.mmc-territory-live-map__empty span { color: var(--mmc-territory-muted); display: block; font-size: 12px; margin-top: 5px; }
.mmc-territory-live-map__no-results { font-size: 13px; }
.mmc-territory-event-card__link {
    align-items: center;
    color: var(--mmc-territory-petrol) !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
    margin-top: 12px;
}
.mmc-territory-event-card__link svg { fill: currentColor; height: 16px; width: 16px; }
.mmc-territory-prototype-note--live { color: var(--mmc-territory-petrol); }

@media (max-width: 1100px) {
    .mmc-territory--events .mmc-territory-map-hero {
        grid-template-columns: 46% 54%;
    }
    .mmc-territory--events .mmc-territory-map-hero__intro {
        padding-left: 30px;
        padding-right: 30px;
    }
    .mmc-territory-live-map__selected {
        grid-template-columns: 92px minmax(0,1fr);
    }
    .mmc-territory-live-map__selected > img {
        height: 112px;
        width: 92px;
    }
}

@media (max-width: 820px) {
    .mmc-territory--events .mmc-territory-map-hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }
    .mmc-territory--events .mmc-territory-map-hero__intro {
        min-height: 0;
        padding: 44px 18px 38px;
    }
    .mmc-territory--events .mmc-territory-map-hero h1 {
        font-size: clamp(52px, 15vw, 68px);
    }
    .mmc-territory-map-hero__map,
    .mmc-territory-live-map {
        min-height: 440px;
    }
    .mmc-territory-live-map__toolbar {
        left: 14px;
        right: 14px;
        top: 14px;
    }
    .mmc-territory-live-map__source { display: none; }
    .mmc-territory-live-map__filters {
        left: 14px;
        max-width: calc(100% - 28px);
        right: 14px;
        top: 78px;
    }
    .mmc-territory-live-map__selected {
        bottom: 14px;
        left: 14px;
        max-width: calc(100% - 28px);
    }
}

@media (max-width: 480px) {
    .mmc-territory-map-hero__map,
    .mmc-territory-live-map {
        min-height: 390px;
    }
    .mmc-territory-live-map__area { padding: 8px 11px; }
    .mmc-territory-live-map__filters { top: 70px; }
    .mmc-territory-map-filter { font-size: 10px; min-height: 32px; padding: 0 10px; }
    .mmc-territory-live-map__pin { height: 37px; width: 37px; }
    .mmc-territory-live-map__pin svg { height: 17px; width: 17px; }
    .mmc-territory-live-map__pin.is-selected { height: 44px; width: 44px; }
    .mmc-territory-live-map__selected {
        grid-template-columns: 74px minmax(0,1fr);
        padding: 8px;
    }
    .mmc-territory-live-map__selected > img {
        height: 94px;
        width: 74px;
    }
    .mmc-territory-live-map__selected h2 { font-size: 18px; }
    .mmc-territory-live-map__selected p { font-size: 11px; }
}


/* ================================================================
 * Territory visual refinements 0.32.7
 * More compact controls, cleaner map markers and explicit contrast
 * for the final territorial switcher.
 * ================================================================ */
.mmc-territory--events .mmc-territory-actions {
    gap: 10px;
}
.mmc-territory--events .mmc-territory-actions .mmc-territory-button {
    font-size: 14px;
    gap: 9px;
    min-height: 48px;
    padding-inline: 18px;
}
.mmc-territory--events .mmc-territory-actions .mmc-territory-button svg {
    flex-basis: 18px;
    height: 18px;
    width: 18px;
}
.mmc-territory--events .mmc-territory-filters {
    gap: 6px;
    margin-top: 28px;
}
.mmc-territory--events .mmc-territory-filter {
    font-size: 12px;
    min-height: 34px;
    padding: 6px 12px;
}

.mmc-territory-live-map__filters {
    gap: 6px;
    padding-bottom: 5px;
    top: 86px;
}
.mmc-territory-map-filter {
    border-radius: 999px;
    font-size: 10px;
    font-weight: 740;
    gap: 5px;
    letter-spacing: .015em;
    min-height: 30px;
    padding: 0 9px;
    text-transform: none !important;
    white-space: nowrap;
}
.mmc-territory-map-filter svg {
    height: 13px;
    width: 13px;
}

.mmc-territory-live-map__pin {
    --mmc-pin-color: var(--mmc-map-event);
    appearance: none;
    background: var(--mmc-pin-color);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 14px rgba(7,29,58,.28);
    height: 34px;
    isolation: isolate;
    overflow: visible;
    padding: 0;
    transform: translate(-50%,-50%);
    width: 34px;
}
.mmc-territory-live-map__pin::after {
    background: var(--mmc-pin-color);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: -5px;
    content: "";
    height: 9px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    width: 9px;
    z-index: -1;
}
.mmc-territory-live-map__pin svg {
    fill: #fff !important;
    height: 15px;
    transform: none;
    width: 15px;
}
.mmc-territory-live-map__pin--festival-tradizioni { --mmc-pin-color: var(--mmc-map-festival); }
.mmc-territory-live-map__pin--borgo-luogo { --mmc-pin-color: var(--mmc-map-village); }
.mmc-territory-live-map__pin--intrattenimento { --mmc-pin-color: var(--mmc-map-entertainment); }
.mmc-territory-live-map__pin.is-selected {
    box-shadow: 0 0 0 4px rgba(255,255,255,.78), 0 8px 20px rgba(7,29,58,.34);
    height: 40px;
    width: 40px;
}
.mmc-territory-live-map__pin.is-selected svg {
    height: 17px;
    width: 17px;
}

.mmc-territory-switcher,
.mmc-territory-switcher__intro {
    color: #fff !important;
}
.mmc-territory-switcher__intro h2,
.mmc-territory-switcher__link strong,
.mmc-territory-switcher__link small {
    color: #fff !important;
}
.mmc-territory-switcher__intro h2 {
    text-shadow: 0 2px 16px rgba(0,0,0,.18);
}
.mmc-territory-switcher__link small {
    opacity: .78;
}

@media (max-width: 820px) {
    .mmc-territory-live-map__filters {
        top: 74px;
    }
    .mmc-territory-map-filter {
        font-size: 9.5px;
        min-height: 29px;
        padding-inline: 8px;
    }
}

@media (max-width: 480px) {
    .mmc-territory--events .mmc-territory-actions .mmc-territory-button {
        min-height: 46px;
    }
    .mmc-territory-live-map__filters {
        top: 66px;
    }
    .mmc-territory-live-map__pin {
        height: 31px;
        width: 31px;
    }
    .mmc-territory-live-map__pin svg {
        height: 14px;
        width: 14px;
    }
    .mmc-territory-live-map__pin.is-selected {
        height: 37px;
        width: 37px;
    }
}

/* ================================================================
 * Territory map frame 0.32.8
 * The OpenStreetMap iframe is loaded only after the hero has its final
 * dimensions. Pins use the same Web Mercator frame as the embedded map.
 * ================================================================ */
.mmc-territory-live-map__basemap {
    display: block;
    opacity: 1;
    transition: opacity 180ms ease;
}
.mmc-territory-live-map__basemap:not(.is-ready)[src="about:blank"] {
    opacity: 0;
}

@media (min-width: 821px) {
    .mmc-territory--events .mmc-territory-map-hero__map,
    .mmc-territory--events .mmc-territory-live-map {
        height: 680px;
        min-height: 680px;
    }
}

@media (max-width: 820px) {
    .mmc-territory--events .mmc-territory-map-hero__map,
    .mmc-territory--events .mmc-territory-live-map {
        height: 440px;
        min-height: 440px;
    }
}

@media (max-width: 480px) {
    .mmc-territory--events .mmc-territory-map-hero__map,
    .mmc-territory--events .mmc-territory-live-map {
        height: 390px;
        min-height: 390px;
    }
}


/* ================================================================
 * Territory navigation and archives 0.32.9
 * ================================================================ */
.mmc-territory-live-map__toolbar {
    justify-content: flex-end;
}
.mmc-territory-live-map__source {
    display: none !important;
}
.mmc-territory-type-links {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 22px 0 30px;
}
.mmc-territory-type-links__item {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(7,29,58,.12);
    border-radius: 16px;
    color: var(--mmc-territory-navy);
    display: flex;
    font-size: 14px;
    font-weight: 760;
    gap: 9px;
    min-height: 58px;
    padding: 11px 13px;
    text-decoration: none;
}
.mmc-territory-type-links__item > svg:first-child {
    fill: var(--mmc-territory-petrol);
    flex: 0 0 auto;
    height: 20px;
    width: 20px;
}
.mmc-territory-type-links__item > svg:last-child {
    fill: currentColor;
    height: 16px;
    margin-left: auto;
    width: 16px;
}
.mmc-territory-type-links__item:hover,
.mmc-territory-type-links__item:focus-visible {
    border-color: var(--mmc-territory-petrol);
}
.mmc-territory--type-archive {
    background: var(--mmc-territory-cream);
}
.mmc-territory-type-hero {
    background: linear-gradient(135deg, #fff8ee 0%, #f4eadc 100%);
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    padding: clamp(72px, 8vw, 118px) max(24px, calc((100vw - 1220px) / 2));
}
.mmc-territory-type-hero__copy {
    max-width: 680px;
}
.mmc-territory-type-hero__icon {
    align-items: center;
    background: var(--mmc-territory-navy);
    border-radius: 50%;
    display: flex;
    height: 54px;
    justify-content: center;
    margin: 22px 0 16px;
    width: 54px;
}
.mmc-territory-type-hero__icon svg {
    fill: #fff;
    height: 25px;
    width: 25px;
}
.mmc-territory-type-hero h1 {
    color: var(--mmc-territory-navy);
    font-family: var(--mmc-territory-serif);
    font-size: clamp(48px, 6vw, 82px);
    line-height: .98;
    margin: 0 0 20px;
}
.mmc-territory-type-hero p {
    color: var(--mmc-territory-muted);
    font-size: 19px;
    line-height: 1.55;
    margin: 0 0 28px;
    max-width: 620px;
}
.mmc-territory-type-nav {
    align-content: center;
    display: grid;
    gap: 10px;
}
.mmc-territory-type-nav__item {
    align-items: center;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(7,29,58,.1);
    border-radius: 18px;
    color: var(--mmc-territory-navy);
    display: flex;
    font-weight: 760;
    gap: 13px;
    min-height: 64px;
    padding: 14px 17px;
    text-decoration: none;
}
.mmc-territory-type-nav__item svg {
    fill: var(--mmc-territory-petrol);
    height: 22px;
    width: 22px;
}
.mmc-territory-type-nav__item.is-active {
    background: var(--mmc-territory-navy);
    color: #fff;
}
.mmc-territory-type-nav__item.is-active svg {
    fill: #fff;
}
.mmc-territory-type-results__count {
    background: #fff;
    border: 1px solid rgba(7,29,58,.1);
    border-radius: 999px;
    color: var(--mmc-territory-muted);
    font-size: 13px;
    font-weight: 750;
    padding: 9px 13px;
}
.mmc-territory-type-empty {
    background: #fff;
    border: 1px solid rgba(7,29,58,.1);
    border-radius: 22px;
    padding: 34px;
}
.mmc-territory-type-empty strong {
    color: var(--mmc-territory-navy);
    display: block;
    font-family: var(--mmc-territory-serif);
    font-size: 28px;
    margin-bottom: 8px;
}
.mmc-territory-type-empty p {
    color: var(--mmc-territory-muted);
    margin: 0;
}
.mmc-territory--single {
    background: var(--mmc-territory-cream);
}
.mmc-territory-single {
    margin: 0 auto;
    max-width: 1320px;
    padding: 48px 28px 96px;
}
.mmc-territory-single__hero {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
}
.mmc-territory-single__copy {
    align-self: center;
    padding: 26px 0;
}
.mmc-territory-single__back {
    align-items: center;
    color: var(--mmc-territory-petrol);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    margin-bottom: 28px;
    text-decoration: none;
}
.mmc-territory-single__back svg {
    fill: currentColor;
    height: 16px;
    transform: rotate(180deg);
    width: 16px;
}
.mmc-territory-single h1 {
    color: var(--mmc-territory-navy);
    font-family: var(--mmc-territory-serif);
    font-size: clamp(46px, 5vw, 76px);
    line-height: 1;
    margin: 12px 0 22px;
}
.mmc-territory-single__lead {
    color: var(--mmc-territory-muted);
    font-size: 19px;
    line-height: 1.55;
}
.mmc-territory-single__media img {
    border-radius: 28px;
    height: 100%;
    max-height: 630px;
    min-height: 440px;
    object-fit: cover;
    width: 100%;
}
.mmc-territory-single__facts {
    display: grid;
    gap: 12px;
    margin: 30px 0 0;
}
.mmc-territory-single__facts div {
    border-top: 1px solid rgba(7,29,58,.12);
    display: grid;
    gap: 16px;
    grid-template-columns: 90px 1fr;
    padding-top: 12px;
}
.mmc-territory-single__facts dt {
    color: var(--mmc-territory-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.mmc-territory-single__facts dd {
    color: var(--mmc-territory-navy);
    font-weight: 700;
    margin: 0;
}
.mmc-territory-single__body {
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, 1fr) 380px;
    margin-top: 58px;
}
.mmc-territory-single__content {
    color: var(--mmc-territory-navy);
    font-size: 18px;
    line-height: 1.75;
}
.mmc-territory-single__aside {
    align-self: start;
    display: grid;
    gap: 16px;
    position: sticky;
    top: 110px;
}
.mmc-territory-single__map {
    background: #fff;
    border: 1px solid rgba(7,29,58,.1);
    border-radius: 22px;
    overflow: hidden;
}
.mmc-territory-single__map iframe {
    border: 0;
    display: block;
    height: 300px;
    width: 100%;
}
.mmc-territory-single__source {
    color: var(--mmc-territory-muted);
    font-size: 12px;
    margin: 0;
}
.mmc-territory-single__source a {
    color: var(--mmc-territory-petrol);
}
@media (max-width: 980px) {
    .mmc-territory-type-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mmc-territory-type-hero { grid-template-columns: 1fr; }
    .mmc-territory-single__hero,
    .mmc-territory-single__body { grid-template-columns: 1fr; }
    .mmc-territory-single__aside { position: static; }
}
@media (max-width: 620px) {
    .mmc-territory-live-map__toolbar { left: 14px; right: 14px; }
    .mmc-territory-live-map__area { margin-left: auto; }
    .mmc-territory-type-links { grid-template-columns: 1fr; }
    .mmc-territory-type-hero { gap: 32px; padding: 58px 18px; }
    .mmc-territory-type-hero h1 { font-size: 48px; }
    .mmc-territory-single { padding: 32px 16px 72px; }
    .mmc-territory-single__media img { min-height: 300px; }
    .mmc-territory-single__facts div { grid-template-columns: 72px 1fr; }
}
