.section-page {
    background: #fbfcfd;
}

.section-page main {
    overflow: hidden;
}

.section-kicker {
    margin: 0 0 8px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 24px;
}

.section-heading-row h2,
.map-heading h2,
.nature-knowledge h2,
.nature-lower h2,
.sport-heading h2,
.sport-community h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(2rem, 3vw, 3.25rem);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1;
}

.section-heading-row > a {
    color: var(--blue);
    font-size: .8rem;
    font-weight: 750;
    text-decoration: none;
}

.section-empty {
    padding: 38px;
    border: 1px dashed #bcc8ca;
    border-radius: 14px;
    background: rgba(255,255,255,.75);
}

.section-empty h2, .section-empty h3 { margin: 0 0 8px; font-family: var(--serif); font-weight: 500; }
.section-empty p { margin: 0; color: var(--muted); }

/* Steder */
.places-page {
    background: linear-gradient(#f7f9f7, #fff 45%);
}

.places-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: end;
    gap: 60px;
    padding-top: 54px;
    padding-bottom: 34px;
}

.places-intro .section-kicker, .places-page .section-kicker { color: #55756a; }
.places-intro h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6.2rem); font-weight: 500; letter-spacing: -.055em; line-height: .9; }
.places-intro > div > p:last-child { max-width: 720px; margin: 20px 0 0; color: #4d6361; font-size: 1.05rem; }

.place-search label { display: block; margin-bottom: 8px; color: #45625d; font-size: .72rem; font-weight: 750; }
.place-search > div { display: flex; min-height: 48px; overflow: hidden; border: 1px solid #bfcac8; border-radius: 999px; background: #fff; }
.place-search input { min-width: 0; flex: 1; border: 0; padding: 0 20px; color: var(--ink); font: inherit; outline: 0; }
.place-search button { min-width: 94px; border: 0; border-radius: 999px; background: #174d57; color: #fff; font-weight: 750; cursor: pointer; }

.place-explorer {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .72fr);
    gap: 18px;
    padding-bottom: 26px;
}

.place-map-panel, .place-spotlight { border-radius: 18px; overflow: hidden; }
.place-map-panel { padding: 24px; background: #dfe9e4; border: 1px solid #cfddd7; }
.map-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 0 4px 18px; }
.map-heading > span { padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.72); color: #43645c; font-size: .67rem; font-weight: 800; }
.map-mode-toggle { display: block; margin: -8px 4px 14px auto; padding: 8px 12px; border: 1px solid #88a99d; border-radius: 999px; background: rgba(255,255,255,.78); color: #174d57; font: inherit; font-size: .7rem; font-weight: 800; cursor: pointer; }
.map-mode-toggle:hover, .map-mode-toggle:focus-visible { border-color: #174d57; background: #174d57; color: #fff; outline: 0; }

.west-map {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    border-radius: 14px;
    background: #dfe9e4;
}
.overview-map-artwork { width: 100%; height: 100%; pointer-events: none; }
.overview-town-label { overflow: visible !important; background: none !important; border: 0 !important; }
.overview-town-label > span { display: block; width: max-content; padding: 2px 4px; color: rgba(36,75,68,.74); font: 750 .68rem/1 var(--sans); letter-spacing: .04em; text-shadow: 0 1px 0 rgba(255,255,255,.68); transform: translate(7px,7px); white-space: nowrap; }
.leaflet-map { min-height: 510px; overflow: hidden; border-radius: 14px; background: #dfe9e4; }
.leaflet-map[hidden], .west-map[hidden] { display: none; }
.leaflet-place-marker, .overview-place-marker { display: grid; width: 22px; height: 22px; place-items: center; background: transparent; border: 0; box-shadow: none; }
.leaflet-place-marker span, .overview-place-marker span { display: grid; width: 22px; height: 22px; place-items: center; border: 2px solid #fff; border-radius: 50% 50% 50% 0; background: #6e7680; box-shadow: 0 3px 9px rgba(27,52,48,.34); transform: rotate(-45deg); transition: transform .18s, background .18s; }
.leaflet-place-marker span::after, .overview-place-marker span::after { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #fff; transform: rotate(45deg); }
.leaflet-place-marker.category-natur span, .overview-place-marker.category-natur span { background: #2d7a48; }
.leaflet-place-marker.category-kultur span, .overview-place-marker.category-kultur span { background: #a05a2c; }
.leaflet-place-marker.category-by span, .overview-place-marker.category-by span { background: #176dc0; }
.leaflet-place-marker.category-andet span, .overview-place-marker.category-andet span { background: #6e7680; }
.leaflet-place-marker:hover span, .leaflet-place-marker:focus-visible span, .leaflet-place-marker.is-active span, .overview-place-marker:hover span, .overview-place-marker:focus-visible span, .overview-place-marker.is-active span { background: #ef9421; transform: rotate(-45deg) scale(1.22); }

.place-spotlight { display: grid; grid-template-rows: minmax(250px, 1fr) auto; background: #102f38; color: #fff; }
.place-spotlight > img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; }
.place-spotlight > div { padding: 27px 28px 31px; }
.place-spotlight .section-kicker { color: #9ccabc; }
.place-spotlight h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 3vw, 3.5rem); font-weight: 500; line-height: 1; }
.place-spotlight p:not(.section-kicker) { margin: 12px 0 20px; color: rgba(255,255,255,.78); font-size: .84rem; line-height: 1.55; }
.place-spotlight a { color: #fff; font-size: .8rem; font-weight: 750; text-decoration: none; }

.place-type-chips { display: flex; gap: 9px; overflow-x: auto; padding-top: 11px; padding-bottom: 28px; }
.place-type-chips button { min-height: 36px; padding: 0 15px; white-space: nowrap; border: 1px solid #c5d0cd; border-radius: 999px; background: #fff; color: #35544f; cursor: pointer; }
.place-type-chips button.is-active { border-color: #174d57; background: #174d57; color: #fff; }

.place-directory { padding-top: 34px; padding-bottom: 78px; }
.place-directory .section-heading-row > p { color: var(--muted); font-size: .75rem; }
.place-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.place-card { min-width: 0; overflow: hidden; border: 1px solid #e1e7e5; border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(27,59,53,.055); }
.place-card[hidden] { display: none; }
.place-card > button { position: relative; width: 100%; height: 210px; display: block; padding: 0; overflow: hidden; border: 0; background: #dfe7e3; cursor: pointer; }
.place-card > button img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.place-card:hover > button img { transform: scale(1.025); }
.place-card > button:focus-visible { outline: 3px solid #1263b1; outline-offset: -3px; }
.place-card > button > .place-card-labels { position: absolute; left: 13px; right: 13px; bottom: 12px; display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-start; }
.place-card-label { padding: 5px 8px; border-radius: 5px; background: rgba(8,35,42,.82); color: #fff; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.place-card-label.label-natur { background: rgba(31,105,58,.92); }
.place-card-label.label-kultur { background: rgba(133,70,31,.92); }
.place-card-label.label-by { background: rgba(20,90,154,.92); }
.place-card-label.label-andet { background: rgba(69,78,87,.9); }
.place-card > div { padding: 18px 19px 21px; }
.place-card h3 { margin: 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; overflow-wrap: anywhere; }
.place-card p { min-height: 44px; margin: 8px 0 17px; color: var(--muted); font-size: .77rem; line-height: 1.45; }
.place-card a { color: #1263b1; font-size: .73rem; font-weight: 750; text-decoration: none; }

.place-photo-dialog { width: min(1180px, calc(100vw - 32px)); max-width: none; max-height: calc(100vh - 32px); margin: auto; padding: 0; overflow: visible; border: 0; border-radius: 14px; background: #102027; box-shadow: 0 24px 72px rgba(0,0,0,.45); }
.place-photo-dialog::backdrop { background: rgba(4,13,16,.8); backdrop-filter: blur(3px); }
.place-photo-dialog img { display: block; max-width: 100%; max-height: calc(100vh - 32px); margin: 0 auto; object-fit: contain; }
.place-photo-dialog-close { position: absolute; z-index: 1; top: -14px; right: -14px; width: 40px; height: 40px; border: 2px solid #fff; border-radius: 50%; background: #143f49; color: #fff; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.place-photo-dialog-close:hover, .place-photo-dialog-close:focus-visible { background: #1263b1; outline: 0; }

/* Natur */
.nature-page { background: #f6f7f2; color: #183528; }
.nature-page .site-header { background: rgba(250,251,247,.96); }
.nature-page .section-kicker { color: #71876f; }
.nature-opening { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.45fr); gap: 32px; padding-top: 42px; padding-bottom: 32px; }
.nature-opening-copy { align-self: center; padding: 28px 34px 28px 0; }
.nature-opening-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(2.9rem, 4.4vw, 5rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.nature-opening-copy > p:not(.section-kicker) { margin: 25px 0; color: #52675b; font-size: 1rem; line-height: 1.6; }
.nature-opening-copy > a { color: #315b42; font-size: .78rem; font-weight: 750; text-decoration: none; }

.nature-hero-card { position: relative; min-height: 570px; display: flex; align-items: end; overflow: hidden; border-radius: 18px 18px 72px 18px; background: #345846; color: #fff; }
.nature-hero-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.nature-hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,43,30,.88), rgba(16,43,30,.03) 70%); }
.nature-hero-card > div { position: relative; z-index: 2; max-width: 760px; padding: 35px 39px; }
.nature-hero-card .section-kicker { color: #c1d3bc; }
.nature-hero-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.7rem); font-weight: 500; letter-spacing: -.045em; line-height: .96; }
.nature-hero-card h2 a { color: inherit; text-decoration: none; }
.nature-hero-card div > p:not(.section-kicker) { max-width: 620px; margin: 13px 0 9px; color: rgba(255,255,255,.86); }
.nature-hero-card div > span { color: rgba(255,255,255,.65); font-size: .7rem; }

.nature-knowledge { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-top: 58px; padding-bottom: 62px; }
.knowledge-intro > p:last-child { max-width: 520px; color: #5c6f63; line-height: 1.65; }
.knowledge-notes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; border-top: 1px solid #ccd6cb; border-bottom: 1px solid #ccd6cb; }
.knowledge-notes article { padding: 25px 22px 29px; border-left: 1px solid #ccd6cb; }
.knowledge-notes article:first-child { border-left: 0; }
.knowledge-notes span { color: #92a591; font-size: .65rem; }
.knowledge-notes h3 { margin: 29px 0 10px; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.knowledge-notes p { margin: 0; color: #617266; font-size: .76rem; line-height: 1.55; }

.nature-stories { padding-top: 40px; padding-bottom: 60px; }
.nature-story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.nature-story-card { overflow: hidden; border-radius: 15px; background: #fff; box-shadow: 0 12px 35px rgba(31,58,42,.06); }
.nature-story-card.is-wide { grid-column: span 2; display: grid; grid-template-columns: 1.15fr .85fr; }
.nature-story-image { display: block; min-height: 230px; overflow: hidden; }
.nature-story-image img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; transition: transform .4s; }
.nature-story-card:hover img { transform: scale(1.02); }
.nature-story-card > div { padding: 22px 23px 25px; }
.nature-story-card h3 { margin: 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; line-height: 1.08; }
.nature-story-card h3 a { color: inherit; text-decoration: none; }
.nature-story-card div > p:not(.section-kicker) { margin: 11px 0 19px; color: #647269; font-size: .78rem; line-height: 1.5; }
.nature-story-card div > span { color: #849084; font-size: .68rem; }

.nature-lower { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; padding-top: 20px; padding-bottom: 70px; }
.nature-events, .nature-places { padding: 30px; border-radius: 16px; }
.nature-events { background: #e5eadf; }
.nature-events ol { margin: 25px 0 0; padding: 0; list-style: none; }
.nature-events li { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 18px; padding: 17px 0; border-top: 1px solid #bdc9bc; }
.nature-events time { color: #647766; font-size: .7rem; }
.nature-events h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.nature-events h3 a { color: inherit; text-decoration: none; }
.nature-events li p { margin: 0; color: #6c7e6d; font-size: .69rem; }
.nature-places { background: #263f31; color: #fff; }
.nature-places h2 { margin-bottom: 19px; }
.nature-places > a:not(.nature-all-places) { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 13px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.16); color: #fff; text-decoration: none; }
.nature-places img { width: 58px; height: 48px; border-radius: 8px; object-fit: cover; }
.nature-places strong, .nature-places small { display: block; }
.nature-places strong { font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.nature-places small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: .63rem; }
.nature-places i { font-style: normal; }
.nature-all-places { display: inline-block; margin-top: 21px; color: #c4d9c6; font-size: .72rem; font-weight: 700; text-decoration: none; }
.nature-tip { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 75px; padding: 35px 39px; border: 1px solid #cbd7c8; border-radius: 18px; background: #fbfcf8; }
.nature-tip h2 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem,3vw,3rem); font-weight: 500; }
.nature-tip div > p:last-child { margin: 8px 0 0; color: #667369; }
.nature-tip > a { flex: none; padding: 13px 18px; border-radius: 999px; background: #315b42; color: #fff; font-size: .75rem; font-weight: 750; text-decoration: none; }

/* Sport */
.sport-page { background: #f5f7fa; color: #08182e; }
.sport-page .site-header { border-bottom-color: #ccd6e4; }
.sport-page .section-kicker { color: #2b75c8; }
.sport-scoreline { background: #081b34; color: #fff; }
.sport-scoreline > div { min-height: 42px; display: flex; align-items: center; gap: 28px; font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.sport-scoreline strong { color: #5fb2ff; }
.sport-scoreline span { color: rgba(255,255,255,.62); }
.sport-scoreline a { margin-left: auto; color: #fff; font-weight: 750; text-decoration: none; }

.sport-hero { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(330px,.72fr); gap: 15px; padding-top: 18px; padding-bottom: 42px; }
.sport-lead { position: relative; min-height: 570px; display: flex; align-items: end; overflow: hidden; border-radius: 8px; isolation: isolate; background: linear-gradient(135deg,#0b3463,#05172d); color: #fff; }
.sport-lead > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sport-lead::after { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(0deg,rgba(3,15,31,.96),rgba(3,15,31,.04) 72%); }
.sport-lead-shape { position: absolute; z-index: -1; left: -100px; bottom: -100px; width: 78%; height: 68%; transform: skewX(-13deg); background: linear-gradient(120deg,rgba(8,83,157,.82),rgba(2,24,50,.28)); }
.sport-lead-copy { max-width: 830px; padding: 39px 42px 43px; }
.sport-lead-copy > p { margin: 0 0 10px; color: #79bdff; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.sport-lead-copy h1 { margin: 0; font-size: clamp(2.7rem,5.2vw,6.1rem); font-weight: 850; letter-spacing: -.06em; line-height: .85; text-transform: uppercase; text-wrap: balance; }
.sport-lead-copy > span { max-width: 690px; display: block; margin: 17px 0 22px; color: rgba(255,255,255,.82); }
.sport-lead-copy > a { min-height: 42px; display: inline-flex; align-items: center; gap: 18px; padding: 0 18px; border-radius: 3px; background: #fff; color: #071a32; font-size: .76rem; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.sport-lead-copy b { color: #1679da; font-size: 1.2rem; }
.sport-lead--poster { display: block; min-height: 0; aspect-ratio: 8 / 5; background: #081b34; }
.sport-lead--poster::after { display: none; }
.sport-poster-link { display: block; width: 100%; height: 100%; }
.sport-lead--poster .sport-poster-link > img { position: static; display: block; width: 100%; height: 100%; object-fit: cover; }
.sport-lead--source-poster { display: block; min-height: 0; aspect-ratio: 8 / 5; background: #081b34; }
.sport-lead--source-poster::after { display: none; }
.sport-lead--source-poster .sport-poster-link > img { position: static; display: block; width: 100%; height: 100%; object-fit: contain; }

.sport-next { display: flex; flex-direction: column; padding: 25px 25px 22px; border-radius: 8px; background: #0b2342; color: #fff; }
.sport-next h2 { margin: 0; font-size: 1.8rem; font-weight: 820; letter-spacing: -.04em; text-transform: uppercase; }
.sport-next ol { margin: 22px 0 0; padding: 0; list-style: none; }
.sport-next li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.13); }
.sport-next li > span { color: #2f8ce5; font-size: .68rem; font-weight: 900; }
.sport-next time { color: #78a9d5; font-size: .61rem; text-transform: uppercase; }
.sport-next h3 { margin: 4px 0; font-size: .91rem; line-height: 1.15; }
.sport-next h3 a { color: inherit; text-decoration: none; }
.sport-next li p { margin: 0; color: rgba(255,255,255,.55); font-size: .63rem; }
.sport-calendar-link { margin-top: auto; padding-top: 18px; color: #fff; font-size: .7rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.sport-no-events { color: rgba(255,255,255,.65); }

.sport-stories { padding-top: 35px; padding-bottom: 65px; }
.sport-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 3px solid #0b2342; }
.sport-heading h2 { font-family: inherit; font-size: clamp(2.2rem,4vw,4.3rem); font-weight: 880; text-transform: uppercase; }
.sport-heading > span, .sport-heading > a { color: #5c6f85; font-size: .68rem; font-weight: 750; text-decoration: none; text-transform: uppercase; }
.sport-story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.sport-story-card { position: relative; min-width: 0; overflow: hidden; border-radius: 7px; background: #fff; border: 1px solid #dfe5ec; }
.sport-story-card.is-featured { grid-column: span 2; display: grid; grid-template-columns: 1.2fr .8fr; }
.sport-story-image { position: relative; display: block; min-height: 215px; overflow: hidden; }
.sport-story-image img { width: 100%; height: 100%; min-height: 215px; object-fit: cover; filter: saturate(1.05) contrast(1.02); transition: transform .25s; }
.sport-story-card:hover img { transform: scale(1.025); }
.sport-story-image span { position: absolute; left: 12px; top: 12px; padding: 5px 8px; background: #0874da; color: #fff; font-size: .58rem; font-weight: 850; text-transform: uppercase; }
.sport-story-card > div { position: relative; padding: 18px 19px 25px; }
.sport-story-card div > p { margin: 0 0 10px; color: #708094; font-size: .62rem; font-weight: 750; text-transform: uppercase; }
.sport-story-card h3 { margin: 0; font-size: 1.25rem; font-weight: 830; line-height: 1.03; text-transform: uppercase; }
.sport-story-card h3 a { color: inherit; text-decoration: none; }
.sport-story-card div > span { display: block; margin-top: 13px; color: #5d6d80; font-size: .76rem; line-height: 1.5; }
.sport-read { position: absolute; right: 14px; bottom: 10px; color: #0874da; font-size: 1.3rem; text-decoration: none; }
.sport-story-card.is-featured h3 { font-size: clamp(1.8rem,3vw,3.2rem); }

.sport-community { position: relative; display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; margin-bottom: 66px; padding: 42px; overflow: hidden; border-radius: 8px; background: #0a2343; color: #fff; }
.sport-community::after { content: ""; position: absolute; right: -8%; bottom: -50%; width: 45%; aspect-ratio: 1; border: 35px solid rgba(38,132,220,.18); border-radius: 50%; }
.sport-community h2 { font-family: inherit; font-weight: 850; text-transform: uppercase; }
.sport-community div > p:not(.section-kicker) { color: rgba(255,255,255,.7); }
.sport-community div > a { color: #76bcff; font-size: .73rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.sport-community-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.sport-community-stats article { padding: 22px; border-left: 1px solid rgba(255,255,255,.16); }
.sport-community-stats strong, .sport-community-stats span { display: block; }
.sport-community-stats strong { color: #5dacfa; font-size: 3rem; font-weight: 900; line-height: 1; }
.sport-community-stats span { margin-top: 8px; color: rgba(255,255,255,.58); font-size: .63rem; text-transform: uppercase; }

.sport-venues { padding-bottom: 75px; }
.sport-venues > div:last-child { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.sport-venues > div:last-child > a { min-width: 0; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 12px; padding: 10px; border: 1px solid #dce4ed; border-radius: 6px; background: #fff; color: #08182e; text-decoration: none; }
.sport-venues img { width: 72px; height: 60px; object-fit: cover; }
.sport-venues strong, .sport-venues small { display: block; }
.sport-venues strong { font-size: .78rem; text-transform: uppercase; }
.sport-venues small { margin-top: 3px; color: #78879a; font-size: .61rem; }
.sport-venues i { color: #0874da; font-style: normal; }

@media (max-width: 1180px) {
    .place-card-grid, .nature-story-grid, .sport-story-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .place-explorer { grid-template-columns: 1.25fr .75fr; }
    .nature-opening { grid-template-columns: .65fr 1.35fr; }
    .nature-knowledge { gap: 35px; }
    .sport-hero { grid-template-columns: 1.35fr .65fr; }
    .sport-venues > div:last-child { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
    .places-intro, .place-explorer, .nature-opening, .nature-knowledge, .nature-lower, .sport-hero, .sport-community { grid-template-columns: 1fr; }
    .places-intro { gap: 30px; }
    .place-spotlight { grid-template-columns: .9fr 1.1fr; grid-template-rows: auto; }
    .place-spotlight > img { min-height: 330px; }
    .nature-opening-copy { padding-right: 0; }
    .nature-hero-card { min-height: 500px; }
    .sport-next { min-height: 460px; }
    .sport-community { gap: 25px; }
}

@media (max-width: 700px) {
    .places-intro, .place-explorer, .place-directory, .nature-opening, .nature-knowledge, .nature-stories, .nature-lower, .sport-hero, .sport-stories, .sport-community, .sport-venues { width: min(100% - 28px, 1440px); }
    .places-intro { padding-top: 32px; }
    .places-intro h1 { font-size: clamp(3rem,16vw,5.2rem); }
    .nature-opening-copy h1 { font-size: clamp(2.8rem,13vw,4.2rem); }
    .place-search > div { border-radius: 12px; }
    .place-search button { min-width: 76px; border-radius: 10px; }
    .place-map-panel { padding: 12px; }
    .west-map { min-height: 430px; }
    .place-spotlight { grid-template-columns: 1fr; grid-template-rows: 260px auto; }
    .place-spotlight > img { min-height: 260px; }
    .place-card-grid, .nature-story-grid, .sport-story-grid { grid-template-columns: 1fr; }
    .place-card > button { height: 235px; }
    .nature-hero-card { min-height: 520px; border-radius: 14px 14px 48px 14px; }
    .nature-hero-card > div { padding: 28px 24px; }
    .knowledge-notes { grid-template-columns: 1fr; }
    .knowledge-notes article { border-left: 0; border-top: 1px solid #ccd6cb; }
    .knowledge-notes article:first-child { border-top: 0; }
    .nature-story-card.is-wide, .sport-story-card.is-featured { grid-column: auto; display: block; }
    .nature-events, .nature-places { padding: 24px; }
    .nature-events li { grid-template-columns: 1fr auto; }
    .nature-events time { grid-column: 1 / -1; }
    .nature-tip { width: min(100% - 28px,1440px); align-items: start; flex-direction: column; padding: 28px 24px; }
    .sport-scoreline > div { gap: 12px; overflow-x: auto; white-space: nowrap; }
    .sport-scoreline a { display: none; }
    .sport-lead { min-height: 520px; }
    .sport-lead-copy { padding: 30px 22px; }
    .sport-lead-copy h1 { font-size: clamp(2.8rem,14vw,4.8rem); }
    .sport-community { padding: 28px 22px; }
    .sport-community-stats { grid-template-columns: 1fr; }
    .sport-community-stats article { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
    .sport-venues > div:last-child { grid-template-columns: 1fr; }
    .section-heading-row, .sport-heading { align-items: start; flex-direction: column; gap: 12px; }
}

/* Shared Pulsen i Vest chrome must stay blue on every themed section page. */
.section-page .site-header { background: #071a35; border-bottom: 0; }
.section-page .site-footer { background: #071a35; color: rgba(255,255,255,.78); }
