:root {
    --bg: #eff8ef;
    --bg-2: #dff0df;
    --text: #19351f;
    --muted: #5c745f;
    --green: #236b39;
    --green-2: #4f9a5c;
    --mint: #e9f7e9;
    --sand: #fff3d8;
    --water: #cdeefa;
    --card: rgba(255,255,255,.78);
    --line: rgba(25,53,31,.14);
    --shadow: 0 22px 70px rgba(31,88,43,.16);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    font-family: ui-rounded, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    background:
        radial-gradient(circle at 12% 8%, rgba(148, 204, 130, .55), transparent 28rem),
        radial-gradient(circle at 84% 16%, rgba(205, 238, 250, .75), transparent 24rem),
        linear-gradient(180deg, #f6fff4 0%, var(--bg) 48%, #eaf5e5 100%);
    min-height: 100vh;
    overflow-x: hidden;
}
body::before, body::after {
    content: "";
    position: fixed;
    inset: auto auto 0 -8rem;
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(49, 132, 59, .15), transparent 70%);
    pointer-events: none;
    z-index: -1;
}
body::after { inset: 8rem -10rem auto auto; background: radial-gradient(circle, rgba(28, 142, 174, .14), transparent 70%); }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); background: rgba(239,248,239,.78); border-bottom: 1px solid var(--line); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; text-decoration: none; letter-spacing: -.03em; }
.logo { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; color: var(--green); background: rgba(255,255,255,.72); border: 1px solid rgba(35,107,57,.16); box-shadow: 0 12px 32px rgba(35,107,57,.13); }
.brand small { display: block; color: var(--muted); font-weight: 700; letter-spacing: 0; margin-top: 2px; }
.links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.links a { text-decoration: none; padding: 10px 14px; border-radius: 999px; color: #24452b; background: rgba(255,255,255,.62); border: 1px solid rgba(35,107,57,.12); font-weight: 750; font-size: 14px; }
.links a:hover, .links a.active { transform: translateY(-1px); background: #fff; color: var(--green); }
.hero { position: relative; padding: 84px 0 52px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 30px; align-items: center; }
.kicker { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(35,107,57,.16); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--green); font-weight: 850; box-shadow: 0 10px 36px rgba(35,107,57,.09); }
.kicker .dot { width: 10px; height: 10px; border-radius: 999px; background: var(--green-2); box-shadow: 0 0 0 7px rgba(79,154,92,.14); }
h1 { font-size: clamp(42px, 7vw, 92px); line-height: .91; letter-spacing: -.08em; margin: 22px 0 18px; }
.lead { font-size: clamp(18px, 2.5vw, 25px); line-height: 1.48; color: #35573a; max-width: 760px; margin: 0 0 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { display: inline-flex; align-items: center; gap: 9px; border: 0; border-radius: 999px; padding: 14px 20px; font-weight: 900; text-decoration: none; background: var(--green); color: #fff; box-shadow: 0 18px 44px rgba(35,107,57,.22); cursor: pointer; }
.btn.secondary { color: var(--green); background: rgba(255,255,255,.78); border: 1px solid rgba(35,107,57,.16); box-shadow: none; }
.hero-card { position: relative; min-height: 500px; border-radius: 40px; overflow: hidden; background: radial-gradient(circle at 70% 30%, rgba(205,238,250,.95), transparent 14rem), linear-gradient(145deg, rgba(255,255,255,.92), rgba(217,239,213,.78)); border: 1px solid rgba(35,107,57,.14); box-shadow: var(--shadow); padding: 26px; }
.sun { position: absolute; right: 38px; top: 34px; width: 94px; height: 94px; border-radius: 50%; background: #ffeeb1; box-shadow: 0 0 0 18px rgba(255,238,177,.35); }
.pool { position: absolute; left: 36px; right: 36px; bottom: 38px; height: 138px; border-radius: 999px 999px 48px 48px; background: repeating-linear-gradient(135deg, rgba(255,255,255,.33) 0 10px, transparent 10px 22px), linear-gradient(180deg, #bfeefa, #7ecde3); border: 10px solid rgba(255,255,255,.82); box-shadow: inset 0 -18px 34px rgba(18,100,132,.14); }
.pool::before { content: "POOL?"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -45%) rotate(-5deg); color: rgba(14,79,94,.28); font-size: 34px; font-weight: 1000; letter-spacing: .08em; }
.tree { position: absolute; bottom: 144px; width: 28px; height: 220px; border-radius: 18px; background: linear-gradient(180deg, #4d7d3c, #6f5437); box-shadow: inset 8px 0 0 rgba(255,255,255,.12); }
.tree::before { content: ""; position: absolute; left: 50%; top: -110px; transform: translateX(-50%); width: 96px; height: 170px; border-radius: 55% 55% 46% 46%; background: linear-gradient(180deg, #76b66f, #2f7a40); box-shadow: 0 16px 34px rgba(35,107,57,.22); }
.tree.t1 { left: 74px; transform: rotate(-2deg); }
.tree.t2 { left: 184px; height: 260px; bottom: 140px; transform: rotate(1deg); }
.tree.t3 { right: 94px; height: 250px; bottom: 132px; transform: rotate(3deg); }
.tree.t4 { right: 214px; height: 206px; bottom: 148px; transform: rotate(-3deg); }
.float-note { position: absolute; left: 28px; top: 28px; max-width: 270px; padding: 18px; border-radius: 24px; background: rgba(255,255,255,.78); border: 1px solid rgba(35,107,57,.12); box-shadow: 0 16px 44px rgba(35,107,57,.13); font-weight: 800; line-height: 1.35; }
.float-note span { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; font-weight: 700; }
.section { padding: 46px 0; }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-title h2 { margin: 0; font-size: clamp(31px, 4vw, 54px); letter-spacing: -.055em; line-height: .98; }
.section-title p { margin: 0; max-width: 560px; color: var(--muted); line-height: 1.55; font-weight: 650; }
.cards, .people { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.cards.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: 0 18px 55px rgba(35,107,57,.10); }
.card .icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; background: var(--mint); margin-bottom: 18px; font-size: 25px; }
.card h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.025em; }
.card p { margin: 0; color: var(--muted); line-height: 1.55; font-weight: 600; }
.map-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: 18px; align-items: stretch; }
.map-card { border-radius: 36px; overflow: hidden; border: 1px solid rgba(35,107,57,.16); background: linear-gradient(90deg, rgba(35,107,57,.06) 1px, transparent 1px), linear-gradient(rgba(35,107,57,.06) 1px, transparent 1px), #f8fff4; background-size: 36px 36px; box-shadow: var(--shadow); min-height: 460px; }
.map-card svg { display: block; width: 100%; height: auto; }
.metric-list { display: grid; gap: 14px; }
.metric { padding: 20px; border-radius: 26px; background: rgba(255,255,255,.78); border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(35,107,57,.09); }
.metric strong { display: block; font-size: 34px; letter-spacing: -.05em; }
.metric span { color: var(--muted); font-weight: 750; }
.person { position: relative; min-height: 260px; overflow: hidden; }
.person-image, .portrait-image { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 24px; margin: -4px 0 16px; border: 1px solid rgba(35,107,57,.16); box-shadow: 0 14px 34px rgba(35,107,57,.13); background: #fff; }
.portrait-image { width: min(440px, 100%); border-radius: 28px; margin: 0 0 18px; }
.badge { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: var(--sand); color: #6d5414; font-weight: 900; margin-bottom: 18px; }
.profile-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 18px; }
.profile-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; padding: 12px 16px; border-radius: 999px; background: rgba(255,255,255,.78); border: 1px solid rgba(35,107,57,.16); box-shadow: 0 10px 26px rgba(35,107,57,.08); font-weight: 850; color: var(--green); }
.profile-note, .public-note { margin: 0 0 18px; color: var(--muted); line-height: 1.58; font-weight: 650; }
.portrait-grid { display: grid; gap: 18px; margin-top: 22px; }
.portrait-detail { scroll-margin-top: 110px; }
.portrait-detail h3 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 36px); letter-spacing: -.04em; }
.portrait-intro { margin: 0 0 16px; color: #35573a; line-height: 1.62; font-weight: 650; }
.portrait-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.portrait-point { padding: 16px 18px; border-radius: 22px; background: rgba(255,255,255,.68); border: 1px solid rgba(35,107,57,.12); }
.portrait-point strong { display: block; margin-bottom: 7px; font-size: 15px; color: var(--green); }
.portrait-point span { color: var(--muted); line-height: 1.55; font-weight: 650; }
.back-top { display: inline-flex; margin-top: 16px; text-decoration: none; color: var(--green); font-weight: 800; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 900; color: var(--green); }
.form-field input, .form-field textarea { width: 100%; border: 1px solid rgba(35,107,57,.18); background: rgba(255,255,255,.82); border-radius: 18px; padding: 14px 16px; font: inherit; color: var(--text); outline: none; }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 5px rgba(35,107,57,.10); }
.counter-input { font-family: "Courier New", ui-monospace, monospace !important; font-size: clamp(30px, 6vw, 54px) !important; letter-spacing: .22em; text-align: center; background: linear-gradient(180deg, #222, #070707) !important; color: #f7f2df !important; border: 8px solid #5e4b33 !important; border-radius: 16px !important; box-shadow: inset 0 8px 24px rgba(0,0,0,.55), 0 10px 22px rgba(35,107,57,.13); }
.status-box { margin: 0 0 16px; padding: 14px 16px; border-radius: 20px; font-weight: 850; border: 1px solid rgba(35,107,57,.15); background: rgba(255,255,255,.72); color: var(--green); }
.status-box.error { color: #8b2f1d; background: #fff0e8; }
.content-page { padding: 46px 0; }
.cms-text { line-height: 1.68; color: #35573a; font-weight: 600; }
.cms-text h1, .cms-text h2, .cms-text h3 { color: var(--text); letter-spacing: -.035em; }
footer { padding: 44px 0 64px; color: var(--muted); font-weight: 650; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; align-items: start; padding: 24px; border-radius: 30px; background: rgba(255,255,255,.62); border: 1px solid var(--line); }
.footer-logo { width:42px; height:42px; border-radius:15px; }
.mini-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-weight: 1000; margin-bottom: 10px; }
.footer-links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { color: var(--green); font-weight: 850; text-decoration: none; padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.68); }
.sudoku-page { overflow: hidden; height: 100dvh; }
.sudoku-page .topbar { position: static; }
.sudoku-page footer { display: none; }
.sudoku-shell { height: calc(100dvh - 78px); overflow: hidden; display: grid; place-items: center; padding: 10px; }
.sudoku-card { width: min(96vw, 620px); max-height: calc(100dvh - 98px); display: grid; gap: 10px; padding: 14px; border-radius: 26px; background: rgba(255,255,255,.82); border: 1px solid var(--line); box-shadow: var(--shadow); }
.sudoku-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.sudoku-head h1 { font-size: clamp(24px, 7vw, 40px); margin: 0; letter-spacing: -.05em; }
.sudoku-tools { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.sudoku-tools button { border: 0; border-radius: 999px; padding: 9px 12px; font-weight: 900; background: var(--green); color: #fff; cursor: pointer; }
.sudoku-tools button.secondary { background: var(--sand); color: #6d5414; }
.sudoku-grid { width: min(94vw, 540px, calc(100dvh - 210px)); height: min(94vw, 540px, calc(100dvh - 210px)); display: grid; grid-template-columns: repeat(9, 1fr); grid-template-rows: repeat(9, 1fr); border: 4px solid var(--green); border-radius: 16px; overflow: hidden; background: #fff; justify-self: center; }
.sudoku-cell { width: 100%; height: 100%; border: 1px solid rgba(25,53,31,.2); text-align: center; font-size: clamp(16px, 5vw, 31px); font-weight: 900; color: var(--text); background: rgba(255,255,255,.92); outline: none; }
.sudoku-cell:nth-child(3n) { border-right-width: 3px; border-right-color: var(--green); }
.sudoku-cell:nth-child(n+19):nth-child(-n+27), .sudoku-cell:nth-child(n+46):nth-child(-n+54) { border-bottom-width: 3px; border-bottom-color: var(--green); }
.sudoku-cell.fixed { background: #e6f4df; color: var(--green); }
.sudoku-cell.duplicate { background: #ffe2d7; color: #9b2d1b; animation: shake .18s linear 1; }
.sudoku-cell.selected { box-shadow: inset 0 0 0 4px rgba(35,107,57,.18); }
.sudoku-status { min-height: 24px; text-align: center; font-weight: 850; color: var(--green); }
@keyframes shake { 25%{transform:translateX(-2px)} 75%{transform:translateX(2px)} }
@media (max-width: 920px) { .hero { padding-top: 48px; } .hero-grid, .map-grid, .footer-grid { grid-template-columns: 1fr; } .cards, .cards.four, .people { grid-template-columns: 1fr 1fr; } .links { gap: 5px; } .links a { padding: 8px 10px; font-size: 12px; } .hero-card { min-height: 420px; } }
@media (max-width: 620px) { .wrap { width: min(100% - 22px, 1180px); } .cards, .cards.four, .people, .form-grid, .portrait-meta { grid-template-columns: 1fr; } .nav { min-height: 68px; } .brand strong { font-size: 15px; } .brand small { font-size: 12px; } .logo { width: 46px; height: 46px; } .hero-card { border-radius: 30px; min-height: 360px; } .tree.t2, .tree.t4 { display: none; } .section-title { display: block; } .section-title p { margin-top: 10px; } .links { display: none; } }

.logo img,
.footer-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.links a.active {
    background: var(--green);
    color: #fff;
    border-color: transparent;
}

.form-hint {
    margin-top: -4px;
}

.senk-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 2000;
}

.senk-modal[hidden] {
    display: none;
}

.senk-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 34, 20, .42);
    backdrop-filter: blur(8px);
}

.senk-dialog {
    position: relative;
    width: min(94vw, 560px);
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(233,247,233,.96));
    border: 1px solid rgba(35,107,57,.15);
    border-radius: 30px;
    box-shadow: 0 28px 90px rgba(12,42,20,.28);
    padding: 18px;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 14px;
}

.senk-dialog-visual {
    display: grid;
    place-items: center;
}

.senk-dialog-gif {
    width: 128px;
    height: 128px;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(35,107,57,.2));
}

.senk-dialog-content {
    display: grid;
    gap: 12px;
}

.senk-skew-box {
    display: inline-block;
    padding: 14px 18px;
    border-radius: 18px;
    transform: rotate(-2deg);
    box-shadow: 0 10px 20px rgba(35,107,57,.10);
}

.senk-skew-box--title {
    background: rgba(35,107,57,.12);
    color: var(--green);
    font-weight: 1000;
    font-size: 22px;
    letter-spacing: -.03em;
}

.senk-skew-box--text {
    background: rgba(255,255,255,.86);
    color: var(--text);
    font-weight: 750;
    line-height: 1.5;
}

.senk-modal-extra {
    display: grid;
    gap: 10px;
}

.senk-difficulty-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}

.senk-choice,
.senk-modal-actions button {
    border: 0;
    border-radius: 999px;
    padding: 12px 16px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.senk-choice {
    background: rgba(255,255,255,.86);
    color: var(--green);
    border: 1px solid rgba(35,107,57,.18);
}

.senk-choice.is-selected {
    background: #e5f7df;
    box-shadow: inset 0 0 0 2px rgba(35,107,57,.18);
}

.senk-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.senk-modal-actions .is-yes {
    background: #2f8a42;
    color: #fff;
}

.senk-modal-actions .is-no {
    background: #c74732;
    color: #fff;
}

.senk-modal-actions .is-info {
    background: rgba(255,255,255,.86);
    color: var(--green);
    border: 1px solid rgba(35,107,57,.18);
}

@media (max-width: 620px) {
    .senk-dialog {
        width: min(96vw, 560px);
        grid-template-columns: 1fr;
        text-align: center;
    }
    .senk-dialog-visual {
        padding-top: 4px;
    }
    .senk-modal-actions {
        justify-content: center;
    }
}

.senk-skew-box--warning {
    background: rgba(199, 71, 50, .12);
    color: #8d2d1f;
    font-weight: 850;
}

.senk-toast-root {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 2200;
    display: grid;
    gap: 10px;
    pointer-events: none;
}

.senk-toast {
    max-width: min(86vw, 340px);
    padding: 14px 18px;
    border-radius: 18px;
    transform: translateY(10px) rotate(-2deg);
    opacity: 0;
    transition: opacity .25s ease, transform .25s ease;
    box-shadow: 0 16px 35px rgba(12,42,20,.18);
    font-weight: 900;
}

.senk-toast.is-visible {
    opacity: 1;
    transform: translateY(0) rotate(-2deg);
}

.senk-toast--yeah {
    background: rgba(226, 242, 255, .96);
    color: #1f5f96;
}

.senk-toast--warn {
    background: rgba(255, 233, 228, .96);
    color: #9a3729;
}

.senk-toast--info {
    background: rgba(236, 248, 236, .96);
    color: var(--green);
}

.sudoku-shell {
    position: relative;
}

.sudoku-card {
    gap: 12px;
}

.sudoku-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.sudoku-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(255,255,255,.85);
    border: 1px solid rgba(35,107,57,.14);
    border-radius: 999px;
    font-weight: 800;
    color: var(--green);
}

.sudoku-grid-wrap {
    position: relative;
    display: grid;
    place-items: center;
}

.sudoku-cell {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    caret-color: transparent;
}

.sudoku-cell.same-value {
    background: #dff0ff;
    color: #1f5f96;
}

.sudoku-cell.unit-flash {
    animation: unitflash .7s ease;
}

.sudoku-cell.wrong-move {
    animation: shake .18s linear 2;
    background: #ffe7df;
}

.sudoku-picker {
    position: fixed;
    z-index: 2300;
    width: 210px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(35,107,57,.14);
    border-radius: 22px;
    box-shadow: 0 22px 46px rgba(12,42,20,.22);
    padding: 12px;
}

.sudoku-picker-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.sudoku-picker button {
    border: 0;
    border-radius: 14px;
    padding: 12px 0;
    background: #eef7ec;
    color: var(--green);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.sudoku-picker .is-clear {
    width: 100%;
    margin-top: 10px;
    background: #ffe7df;
    color: #9a3729;
}

.senk-help-grid {
    display: grid;
    gap: 10px;
}

@keyframes unitflash {
    0% { background: #dff0ff; }
    50% { background: #ffffff; }
    100% { background: inherit; }
}

@media (max-width: 640px) {
    .sudoku-card {
        width: min(98vw, 620px);
        padding: 12px;
    }
    .sudoku-head {
        flex-direction: column;
        align-items: stretch;
    }
    .sudoku-tools {
        justify-content: stretch;
    }
    .sudoku-tools button {
        flex: 1 1 auto;
    }
    .senk-toast-root {
        right: 10px;
        left: 10px;
        bottom: 10px;
    }
    .senk-toast {
        max-width: none;
    }
}


/* Senkeland Header-Video */
.senkeland-hero-video {
    position: relative;
    width: 100%;
    height: clamp(260px, 38vw, 520px);
    overflow: hidden;
    border-radius: 0 0 34px 34px;
    background: #10251b;
    box-shadow: 0 24px 70px rgba(31,88,43,.18);
}

.senkeland-hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.08) contrast(1.04);
}

.senkeland-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: clamp(24px, 5vw, 70px);
    color: white;
    background: linear-gradient(
        to top,
        rgba(8, 28, 18, 0.72),
        rgba(8, 28, 18, 0.16),
        rgba(8, 28, 18, 0.02)
    );
}

.senkeland-hero-overlay h1 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4.8rem);
    line-height: .96;
    letter-spacing: -.06em;
    text-shadow: 0 8px 24px rgba(0,0,0,.26);
}

.senkeland-hero-overlay p {
    max-width: 760px;
    font-size: clamp(1.05rem, 2vw, 1.5rem);
    font-weight: 750;
    line-height: 1.35;
    margin: 14px 0 0;
    text-shadow: 0 5px 18px rgba(0,0,0,.28);
}

@media (max-width: 620px) {
    .senkeland-hero-video {
        height: clamp(240px, 58vw, 380px);
        border-radius: 0 0 26px 26px;
    }

    .senkeland-hero-overlay {
        padding: 24px 18px;
    }
}


/* Senkeland Fakten & unnützes Wissen */
.fun-facts-grid,
.travel-facts-grid {
    margin-top: 18px;
}

.map-poetry {
    margin: 18px 0;
    background:
        radial-gradient(circle at 12% 14%, rgba(205,238,250,.42), transparent 18rem),
        rgba(255,255,255,.78);
}

.map-poetry h3 {
    margin-top: 0;
    font-size: clamp(25px, 3vw, 38px);
    letter-spacing: -.045em;
}

.map-poetry p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.65;
    font-weight: 650;
}
