:root {
  --plast-green: #007932;
  --plast-green-light: #73bf44;
  --plast-yellow: #ffe600;
  --plast-crimson: #c40d42;
  --plast-blue: #0066b3;
  --plast-green-10: rgba(0, 121, 50, .08);
  --plast-yellow-10: rgba(255, 230, 0, .16);
  --plast-crimson-10: rgba(196, 13, 66, .08);
  --plast-blue-10: rgba(0, 102, 179, .08);
  --cream: #fbfaf7;
  --white: #ffffff;
  --ink: #17221d;
  --muted: #65726b;
  --line: rgba(0, 121, 50, .14);
  --shadow: 0 18px 50px rgba(0, 121, 50, .10);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(251,250,247,.94); backdrop-filter: blur(16px); }
.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.site-brand { flex: 0 0 auto; color: var(--plast-green); font-weight: 900; letter-spacing: .02em; }
.brand-text { font-size: 16px; }
.brand-combo { display: inline-flex; align-items: center; gap: 10px; color: var(--plast-green); font-size: 16px; font-weight: 900; letter-spacing: .02em; }
.brand-combo img { width: 44px; height: 44px; object-fit: contain; border-radius: 12px; flex: 0 0 auto; }
.site-logo .custom-logo-link { display: inline-flex; align-items: center; }
.site-logo img { display: block; max-height: 52px; width: auto; }
.primary-nav { margin-left: auto; }
.menu-list, .primary-nav ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 24px; }
.primary-nav a { color: #3a4a42; font-size: 14px; font-weight: 700; padding: 28px 0 24px; border-bottom: 2px solid transparent; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--plast-green); border-bottom-color: var(--plast-green); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switcher { display: flex; align-items: center; gap: 2px; font-size: 11px; font-weight: 900; }
.language-link { padding: 8px 6px; color: var(--muted); }
.language-link.is-active { color: var(--plast-green); }
.language-link.is-disabled { opacity: .45; cursor: help; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; cursor: pointer; margin-left: auto; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--plast-green); border-radius: 4px; }

.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; padding: 11px 17px; font-weight: 900; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--plast-yellow); outline-offset: 3px; }
.btn-primary { background: var(--plast-green); color: #fff; }
.btn-primary:hover { background: #006c2d; }
.btn-outline { border-color: rgba(0,121,50,.42); color: var(--plast-green); background: transparent; }
.btn-outline:hover { background: var(--plast-green-10); }
.btn-wide { width: 100%; }
.text-link { color: var(--plast-green); font-weight: 900; }

.section { padding: 82px 0; }
.section-soft { background: rgba(0,121,50,.035); }
.kicker { margin: 0 0 12px; color: #718078; font-size: 11px; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; font-weight: 900; }
h1, h2, h3 { color: var(--plast-green); margin-top: 0; }
h1, h2 { font-family: "Plast Lisovskyy Medium", "Myriad Pro", Arial, sans-serif; letter-spacing: -.02em; }
h1 { font-size: clamp(50px, 7vw, 86px); line-height: .98; }
h2 { font-size: clamp(34px, 5vw, 52px); line-height: 1.05; }
h3 { line-height: 1.2; }

.hero { padding-top: 68px; padding-bottom: 34px; }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 56px; align-items: center; }
.hero h1 { margin: 12px 0 24px; max-width: 720px; }
.hero-copy { max-width: 580px; color: #58665f; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-trust { margin-top: 28px; display: flex; gap: 10px; flex-wrap: wrap; }
.hero-trust span { border: 1px solid var(--line); background: rgba(255,255,255,.68); border-radius: 999px; padding: 7px 11px; color: #5f6f67; font-size: 12px; font-weight: 800; }
.hero-visual { margin: 0; min-height: 500px; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); background: var(--plast-green-10); position: relative; }
.hero-image { width: 100%; height: 500px; display: block; object-fit: cover; }
.hero-caption { position: absolute; left: 22px; bottom: 22px; background: rgba(255,255,255,.92); color: var(--plast-green); border-radius: 999px; padding: 8px 12px; font-weight: 900; font-size: 12px; }
.hero-photo-placeholder { min-height: 500px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 8px; padding: 30px; color: white; position: relative; overflow: hidden; background: linear-gradient(145deg, var(--plast-green-light), var(--plast-green)); }
.hero-photo-placeholder::before { content: ""; position: absolute; width: 130%; height: 38%; left: -14%; bottom: -19%; background: rgba(255,230,0,.92); border-radius: 50%; transform: rotate(-5deg); }
.hero-photo-placeholder::after { content: ""; position: absolute; width: 125%; height: 34%; left: -10%; bottom: -22%; background: var(--plast-green); border-radius: 50%; transform: rotate(-3deg); }
.hero-photo-placeholder > * { position: relative; z-index: 2; }
.hero-photo-placeholder strong { font-size: 28px; max-width: 360px; }
.hero-photo-placeholder small { max-width: 390px; opacity: .9; }
.photo-kicker { display: inline-block; background: rgba(255,255,255,.92); color: var(--plast-green); border-radius: 999px; padding: 7px 10px; font-size: 11px; font-weight: 900; }

.value-strip { padding: 20px 0 72px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value-item { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; }
.value-number { width: 42px; height: 42px; border-radius: 13px; background: var(--plast-green-10); color: var(--plast-green); font-size: 12px; font-weight: 900; display: grid; place-items: center; }
.value-item strong { display: block; margin-bottom: 4px; }
.value-item small { display: block; color: var(--muted); line-height: 1.4; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 38px; margin-bottom: 32px; }
.section-heading h2 { margin: 0; max-width: 700px; }
.section-heading > p { margin: 0; max-width: 530px; color: var(--muted); }
.age-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.age-card { min-height: 260px; border: 1px solid var(--line); background: rgba(255,255,255,.86); border-radius: 20px; padding: 24px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.age-card::before { content: ""; height: 5px; position: absolute; inset: 0 0 auto; background: var(--plast-green); }
.age-card > span { min-width: 56px; min-height: 52px; width: fit-content; padding-inline: 10px; display: grid; place-items: center; border-radius: 16px; background: #fff; color: var(--plast-green); font-weight: 900; border: 1px solid var(--line); }
.age-card h3 { margin: 24px 0 8px; font-size: 23px; }
.age-card p { color: var(--muted); font-size: 14px; margin: 0 0 18px; }
.age-card a { color: var(--plast-green); font-weight: 900; margin-top: auto; font-size: 14px; }
.age-theme-blue, .age-birds { background: #fff; }
.age-theme-blue::before, .age-birds::before { background: var(--plast-blue); }
.age-theme-blue > span, .age-birds > span { color: var(--plast-blue); background: var(--plast-blue-10); border-color: rgba(0,102,179,.16); }
.age-theme-yellow, .age-novaky { background: var(--plast-yellow-10); }
.age-theme-yellow::before, .age-novaky::before { background: var(--plast-yellow); }
.age-theme-yellow > span, .age-novaky > span { color: #594f00; border-color: rgba(115,102,0,.15); }
.age-theme-crimson, .age-youth { background: var(--plast-crimson-10); }
.age-theme-crimson::before, .age-youth::before { background: var(--plast-crimson); }
.age-theme-crimson > span, .age-youth > span { color: var(--plast-crimson); border-color: rgba(196,13,66,.14); }
.age-theme-green, .age-adults { background: var(--plast-green-10); }
.age-theme-green::before, .age-adults::before { background: var(--plast-green); }
.age-theme-green > span, .age-adults > span { color: var(--plast-green); border-color: rgba(0,121,50,.14); }

.location-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 42px; align-items: stretch; }
.location-list { display: grid; gap: 10px; }
.location-card { min-height: 126px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 17px 18px; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: transform .18s ease, border-color .18s ease; }
.location-card:hover { border-color: rgba(0,121,50,.42); transform: translateY(-2px); }
.location-card h3 { margin: 8px 0 5px; font-size: 22px; }
.location-card p { margin: 5px 0 2px; color: #53645b; font-size: 14px; }
.location-card small { color: var(--muted); }
.status-line { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.status-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--plast-green); }
.status-active, .status-open { background: var(--plast-green); }
.status-active_limited, .status-limited { background: var(--plast-yellow); box-shadow: 0 0 0 1px rgba(0,0,0,.12); }
.status-waitlist { background: var(--plast-blue); }
.status-initiative { background: var(--plast-crimson); }
.status-paused, .status-full { background: #777; }
.card-arrow { color: var(--plast-green); font-size: 25px; font-weight: 900; }
.demo-label { color: #87918c; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.denmark-map { min-height: 450px; position: relative; border-radius: 30px; overflow: hidden; background: var(--plast-green-10); border: 1px solid var(--line); }
.map-island { position: absolute; background: rgba(0,121,50,.20); }
.map-jutland { width: 37%; height: 67%; left: 26%; top: 8%; border-radius: 58% 42% 62% 38% / 35% 45% 55% 65%; transform: rotate(8deg); }
.map-funen { width: 12%; height: 16%; left: 56%; top: 59%; border-radius: 50%; transform: rotate(-12deg); }
.map-zealand { width: 23%; height: 24%; right: 9%; top: 51%; border-radius: 44% 56% 52% 48%; transform: rotate(16deg); }
.map-dot { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--plast-green); border: 4px solid var(--cream); box-shadow: 0 0 0 1px var(--plast-green); z-index: 2; }
.dot-copenhagen { right: 16%; top: 61%; }
.map-label { position: absolute; z-index: 3; font-weight: 900; color: var(--plast-green); line-height: 1.2; }
.map-label small { color: var(--muted); font-weight: 700; }
.map-label-copenhagen { right: 7%; top: 66%; }
.map-waitlist { position: absolute; left: 22px; bottom: 22px; max-width: 245px; background: rgba(255,255,255,.88); border: 1px solid var(--line); padding: 12px 14px; border-radius: 14px; color: var(--plast-green); font-weight: 900; line-height: 1.25; }
.map-waitlist small { color: var(--muted); font-weight: 700; }
.section-action { margin-top: 22px; text-align: right; }

.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.event-card { min-height: 220px; display: grid; grid-template-columns: 84px 1fr; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.event-date { background: var(--plast-green); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 22px; }
.event-date strong { font-size: 29px; line-height: 1; }
.event-date span { margin-top: 5px; font-size: 11px; font-weight: 900; }
.event-content { padding: 20px 18px; }
.event-content small { color: var(--muted); }
.event-content h3, .event-content h2 { font-family: inherit; letter-spacing: 0; font-size: 22px; margin: 9px 0 12px; color: var(--ink); }
.event-content p { color: var(--muted); margin: 0 0 16px; font-size: 14px; }
.event-content a { color: var(--plast-green); font-weight: 900; font-size: 14px; }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.news-card { overflow: hidden; border-radius: 18px; border: 1px solid var(--line); background: #fff; }
.news-image { display: block; height: 190px; overflow: hidden; background: var(--plast-green-10); }
.news-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-placeholder { width: 100%; height: 100%; display: block; background: linear-gradient(145deg, var(--plast-green-10), rgba(255,230,0,.18)); }
.news-content { padding: 18px; }
.news-content small { color: var(--muted); }
.news-content h3 { color: var(--ink); font-size: 22px; margin: 8px 0 10px; }
.news-content p { color: var(--muted); font-size: 14px; }
.news-content > a { color: var(--plast-green); font-weight: 900; font-size: 14px; }

.section-safety { padding-top: 34px; }
.safety-panel { display: grid; grid-template-columns: 70px 1fr auto; gap: 24px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.safety-mark { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; background: var(--plast-green-10); color: var(--plast-green); font-size: 28px; font-weight: 900; }
.safety-panel h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 8px; }
.safety-panel p:last-child { margin-bottom: 0; color: var(--muted); }

.parent-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.parent-intro p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0; }
.faq-list summary { cursor: pointer; list-style: none; padding: 20px 36px 20px 0; font-weight: 900; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 17px; color: var(--plast-green); font-size: 26px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 0 20px; color: var(--muted); }

.volunteer-panel, .signup-cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; border-radius: var(--radius); padding: 34px; }
.volunteer-panel { background: var(--plast-green); color: #fff; }
.volunteer-panel h2, .volunteer-panel .kicker { color: #fff; }
.volunteer-panel p { margin-bottom: 0; max-width: 760px; opacity: .92; }
.volunteer-panel .btn-primary { background: var(--plast-yellow); color: #2d2b00; }
.volunteer-panel .btn-primary:hover { background: #f2d900; }
.signup-cta-panel { border: 1px solid var(--line); background: #fff; }
.signup-cta-panel h2 { margin-bottom: 8px; }
.signup-cta-panel p:last-child { color: var(--muted); margin-bottom: 0; max-width: 780px; }

.signup-dialog { width: min(920px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 24px; background: #fff; color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.24); }
.signup-dialog::backdrop { background: rgba(15,25,20,.58); backdrop-filter: blur(3px); }
.dialog-shell { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; }
.dialog-intro { padding: 34px; background: var(--plast-green-10); }
.dialog-intro h2 { font-size: 42px; }
.dialog-intro > p:last-of-type { color: var(--muted); }
.dialog-close { position: absolute; right: 14px; top: 12px; z-index: 3; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.94); cursor: pointer; font-size: 28px; line-height: 1; }
.signup-form { padding: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signup-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 900; color: #435149; }
.signup-form input, .signup-form select, .signup-form textarea { width: 100%; border: 1px solid rgba(0,121,50,.22); border-radius: 11px; background: #fff; color: var(--ink); padding: 12px 13px; min-height: 46px; font-size: 16px; }
.signup-form textarea { resize: vertical; }
.field-full { grid-column: 1 / -1; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.consent a { color: var(--plast-green); text-decoration: underline; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-top: 20px; padding: 12px 14px; border-radius: 12px; font-size: 14px; }
.form-notice.success { background: var(--plast-green-10); color: var(--plast-green); }
.form-notice.error { background: var(--plast-crimson-10); color: var(--plast-crimson); }

.site-footer { background: var(--plast-green); color: #fff; padding: 58px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 38px; }
.footer-country-logo { display: block; width: 146px; max-width: 100%; margin-bottom: 16px; padding: 7px; border-radius: 16px; background: #fff; }
.footer-country-logo img { display: block; width: 100%; height: auto; }
.footer-brand { display: inline-block; color: #fff; font-weight: 900; font-size: 21px; margin-bottom: 12px; }
.footer-grid h2 { font-family: inherit; letter-spacing: 0; color: #fff; font-size: 14px; margin-bottom: 14px; }
.footer-grid p { color: rgba(255,255,255,.82); max-width: 300px; }
.footer-grid a:not(.footer-brand) { display: block; margin: 7px 0; color: rgba(255,255,255,.88); font-size: 14px; }
.footer-grid a:hover { color: var(--plast-yellow); }
.footer-legal-id { font-weight: 900; color: var(--plast-yellow) !important; }
.footer-menu { list-style: none; padding: 0; margin: 10px 0 0; }
.footer-bottom { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.20); display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.74); font-size: 12px; }

.content-shell { padding: 74px 0 90px; }
.narrow-content { max-width: 900px; }
.archive-header, .entry-header { margin-bottom: 34px; }
.archive-header > p:last-child, .entry-header > p:last-child { color: var(--muted); }
.archive-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.archive-card { min-height: 240px; padding: 24px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.archive-card h2 { font-family: inherit; letter-spacing: normal; font-size: 24px; margin: 16px 0 10px; color: var(--ink); }
.archive-card p, .archive-card small { color: var(--muted); }
.archive-card > span:last-child { display: block; color: var(--plast-green); font-weight: 900; margin-top: 18px; }
.post-list { display: grid; gap: 12px; }
.post-row { display: flex; justify-content: space-between; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); padding: 22px 0; }
.post-row h2 { font-family: inherit; letter-spacing: normal; font-size: 25px; margin: 5px 0; color: var(--ink); }
.post-row p, .post-row small { color: var(--muted); }
.entry-featured { margin: 30px 0; border-radius: 20px; overflow: hidden; }
.entry-featured img { display: block; width: 100%; }
.entry-content { font-size: 18px; }
.entry-content > * + * { margin-top: 1.25em; }
.entry-content a { color: var(--plast-green); text-decoration: underline; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.detail-card { background: #fff; border: 1px solid var(--line); padding: 18px; border-radius: 15px; }
.detail-card p { color: var(--muted); margin: 6px 0; }
.detail-card a { color: var(--plast-green); font-weight: 900; }
.empty-state { padding: 90px 0; }

@media (max-width: 1040px) {
  .primary-nav { display: none; position: fixed; inset: 76px 0 0; margin: 0; background: var(--cream); padding: 28px 20px 100px; overflow: auto; }
  .primary-nav.is-open { display: block; }
  .menu-list, .primary-nav ul { display: grid; gap: 0; }
  .primary-nav a { display: block; font-size: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: block; }
  .header-actions { order: 3; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-visual, .hero-photo-placeholder, .hero-image { min-height: 410px; height: 410px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .age-grid { grid-template-columns: repeat(2, 1fr); }
  .location-layout { grid-template-columns: 1fr; }
  .event-grid, .news-grid, .archive-card-grid { grid-template-columns: repeat(2, 1fr); }
  .parent-layout { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-panel { grid-template-columns: 60px 1fr; }
  .safety-panel > div:last-child { grid-column: 2; }
  .dialog-shell { grid-template-columns: 1fr; }
  .dialog-intro { padding-bottom: 22px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-shell { min-height: 68px; }
  .primary-nav { inset: 68px 0 0; }
  .header-actions { gap: 6px; }
  .language-link { padding-inline: 4px; }
  .section { padding: 62px 0; }
  .hero { padding-top: 44px; }
  h1 { font-size: clamp(46px, 15vw, 64px); }
  h2 { font-size: clamp(32px, 10vw, 44px); }
  .hero-copy { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-visual, .hero-photo-placeholder, .hero-image { min-height: 340px; height: 340px; }
  .hero-photo-placeholder { padding: 22px; }
  .value-grid, .age-grid, .event-grid, .news-grid, .archive-card-grid, .detail-grid { grid-template-columns: 1fr; }
  .value-item { grid-template-columns: 40px 1fr; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 14px; }
  .location-layout { gap: 22px; }
  .denmark-map { min-height: 330px; }
  .event-card { min-height: 188px; }
  .safety-panel { grid-template-columns: 1fr; padding: 24px 20px; }
  .safety-panel > div:last-child { grid-column: auto; }
  .volunteer-panel, .signup-cta-panel { grid-template-columns: 1fr; padding: 28px 22px; }
  .signup-form { grid-template-columns: 1fr; padding: 22px; }
  .field-full { grid-column: auto; }
  .dialog-intro { padding: 26px 22px 18px; }
  .dialog-intro h2 { font-size: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .content-shell { padding-top: 54px; }
}

@media (max-width: 430px) {
  .brand-text, .brand-combo { font-size: 13px; }
  .brand-combo img { width: 38px; height: 38px; }
  .language-switcher { display: none; }
  .hero-trust { gap: 6px; }
  .hero-trust span { font-size: 11px; }
  .hero-visual, .hero-photo-placeholder, .hero-image { min-height: 290px; height: 290px; }
  .value-strip { padding-bottom: 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .signup-dialog { width: calc(100% - 14px); max-height: calc(100dvh - 14px); border-radius: 18px; }
  .dialog-close { right: 9px; top: 9px; }
}

/* v0.4 utility UI */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--plast-green);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 121, 50, .24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease;
}
.back-to-top:hover { background: #005d27; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

.error-404-page { min-height: 70vh; display: grid; align-items: center; }
.error-404-card { text-align: center; padding: 84px 24px; }
.error-code { font-size: clamp(84px, 18vw, 180px); line-height: .8; font-weight: 950; color: var(--plast-green-10); margin: 16px 0 34px; letter-spacing: -.06em; }
.error-404-card h1 { max-width: 820px; margin-inline: auto; }
.error-404-card > p:not(.kicker) { max-width: 650px; margin: 18px auto 0; color: var(--muted); font-size: 18px; }
.error-actions { margin-top: 30px; display: flex; justify-content: center; }

@media (max-width: 720px) {
  .back-to-top { right: 14px; bottom: 14px; width: 46px; height: 46px; }
  .error-404-card { padding: 56px 8px; }
}

/* v4.2 — real OpenStreetMap / Leaflet map */
.plast-real-map {
  min-height: 450px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--plast-green-10);
  z-index: 0;
}
.plast-real-map .leaflet-control-attribution { font-size: 10px; }
.plast-real-map .leaflet-popup-content-wrapper { border-radius: 16px; box-shadow: 0 14px 40px rgba(0,0,0,.12); }
.plast-real-map .leaflet-popup-content { margin: 14px 16px; line-height: 1.4; }
.plast-map-popup-title { margin: 0 0 4px; color: var(--plast-green); font-size: 17px; font-weight: 900; }
.plast-map-popup-status { margin: 0 0 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
.plast-map-popup-link { color: var(--plast-green); font-weight: 900; text-decoration: none; }
.plast-map-marker {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--plast-green); border: 4px solid #fff;
  box-shadow: 0 0 0 2px var(--plast-green), 0 5px 18px rgba(0,0,0,.18);
}
.plast-map-marker.waitlist { background: var(--plast-blue); box-shadow: 0 0 0 2px var(--plast-blue), 0 5px 18px rgba(0,0,0,.18); }
.plast-map-marker.initiative { background: var(--plast-yellow); box-shadow: 0 0 0 2px #9c8700, 0 5px 18px rgba(0,0,0,.18); }
.plast-map-marker.paused { background: #7b7b7b; box-shadow: 0 0 0 2px #7b7b7b, 0 5px 18px rgba(0,0,0,.18); }
@media (max-width: 720px) { .plast-real-map { min-height: 360px; border-radius: 22px; } }

/* v4.3 — editable map coverage regions */
.plast-region-tooltip{font-family:inherit;font-weight:800;color:#0f5132;border:1px solid rgba(0,121,50,.18);box-shadow:0 8px 24px rgba(0,0,0,.08);border-radius:10px;padding:6px 9px;background:rgba(255,255,255,.96)}
.plast-real-map .leaflet-interactive{transition:fill-opacity .18s ease,stroke-width .18s ease}
.plast-real-map .leaflet-interactive:hover{fill-opacity:.14;stroke-width:3px}
