/* ============================================================
   HUNDEEVENTYR — Centralt stylesheet
   Opdater kun farver/kontakt i src/_data/site.json
   ============================================================ */

/* --- VARIABLER -------------------------------------------- */
:root {
  --green:      #1d915e;
  --green-text: #1a7a4d;
  --gold:       #ffde59;
  --white:      #fff;
  --black:      #0a0a0a;
  --off:        #f7f5f0;
  --text:       #1e1e1e;
  --muted:      #5f6b7a;
  --nav-h:      68px;
  --ncb-h:      34px;
  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  20px;
  --shadow-card: 0 4px 24px rgba(0,0,0,.08);
  --shadow-lift: 0 20px 48px rgba(0,0,0,.16);
}

/* --- GRAIN TEKSTUR (premium dybde på mørke sektioner) ----- */
body::after {
  content: '';
  position: fixed; inset: 0; z-index: 9999;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
  background-size: 300px;
  opacity: .028;
  mix-blend-mode: overlay;
}

/* --- SCROLL REVEAL ---------------------------------------- */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.rv.rv-in { opacity: 1; transform: none; }

/* --- SCREEN-READER ONLY ----------------------------------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* --- SKIP NAV --------------------------------------------- */
.skip-nav { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-nav:focus { position: fixed; left: 50%; transform: translateX(-50%); top: 10px; width: auto; height: auto; padding: 8px 24px; background: var(--gold); color: var(--black); border-radius: 40px; font-weight: 800; font-size: .9rem; z-index: 9999; }

/* --- RESET ------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body { font-family: 'Nunito', sans-serif; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100%; }
h1, h2, h3, h4 { font-family: 'Baloo 2', cursive; line-height: 1.15; text-wrap: balance; }

/* --- FOKUS-RING (tastaturnavigation) ----------------------- */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible, summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul[role="list"] { list-style: none; }

/* --- ANNONCE BAR ------------------------------------------ */
.ann-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 250;
  background: var(--gold); color: var(--black);
  padding: 8px 5vw; display: flex; align-items: center; justify-content: center; gap: 12px;
  font-size: .8rem; font-weight: 700; text-align: center; min-height: 40px;
}
.ann-bar.hidden { display: none; }
.ann-text { flex: 1; text-align: center; }
.ann-close { background: none; border: none; cursor: pointer; font-size: 1rem; line-height: 1; color: rgba(0,0,0,.45); padding: 8px 8px; flex-shrink: 0; transition: color .15s; }
.ann-close:hover { color: var(--black); }
/* Skub nav og mob ned når baren er synlig */
body:has(.ann-bar:not(.hidden)) nav { top: 40px; }
body:has(.ann-bar:not(.hidden)) .nav-contact-bar { top: calc(40px + var(--nav-h)); }
body:has(.ann-bar:not(.hidden)) .mob { top: calc(40px + var(--nav-h) + var(--ncb-h)); }
body:has(.ann-bar:not(.hidden)) .hero { padding-top: 182px; }
body:has(.ann-bar:not(.hidden)) .page-hero { padding-top: 182px; }

/* --- NAVIGATON -------------------------------------------- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw; height: var(--nav-h);
  background: rgba(10,10,10,.88);
  backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid rgba(255,222,89,.08);
  transition: background .3s, box-shadow .3s, height .3s;
}
nav.nav-scrolled {
  background: rgba(10,10,10,.97);
  box-shadow: 0 2px 32px rgba(0,0,0,.5);
  border-bottom-color: rgba(255,222,89,.15);
}

.logo { display: flex; align-items: center; }
.logo img { height: 40px; width: auto; transition: height .3s; }
nav.nav-scrolled .logo img { height: 36px; }

/* Kontakt-linje under navigationen */
.nav-contact-bar {
  position: fixed; top: var(--nav-h); left: 0; right: 0; z-index: 199;
  height: var(--ncb-h);
  background: rgba(10,10,10,.97);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ncb-inner {
  height: 100%; padding: 0 5vw;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.ncb-info { display: flex; align-items: center; gap: 20px; }
.ncb-info a {
  color: rgba(255,255,255,.6); font-size: .74rem; font-weight: 600;
  display: flex; align-items: center; gap: 6px; transition: color .2s;
}
.ncb-info a:hover { color: var(--gold); }
.ncb-note {
  color: rgba(255,255,255,.35); font-size: .68rem; font-weight: 600;
  border: 1px solid rgba(255,255,255,.2); border-radius: 20px; padding: 1px 8px;
}
.ncb-social { display: flex; align-items: center; gap: 12px; }
.ncb-social a { color: rgba(255,255,255,.5); display: flex; transition: color .2s; }
.ncb-social a:hover { color: var(--gold); }
@media (max-width: 600px) {
  .ncb-info { gap: 12px; overflow-x: auto; scrollbar-width: none; }
  .ncb-info::-webkit-scrollbar { display: none; }
  .ncb-info a { font-size: .7rem; white-space: nowrap; }
  .ncb-note { display: none; }
  .ncb-social { flex-shrink: 0; }
}

.nav-links {
  display: flex; gap: 8px; list-style: none; align-items: center;
}

/* Nav-links og dropdown-knapper */
.nav-links > li > a:not(.nav-book),
.nav-dropdown-btn {
  position: relative;
  color: rgba(255,255,255,.72);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  transition: color .2s; padding: 8px 12px;
  background: none; border: none; cursor: pointer;
  display: flex; align-items: center; gap: 4px;
  font-family: 'Nunito', sans-serif;
  white-space: nowrap;
}
/* Guldlinje-animation ved hover/aktiv */
.nav-links > li > a:not(.nav-book)::after {
  content: '';
  position: absolute; bottom: 2px; left: 13px; right: 13px; height: 2px;
  background: var(--gold); border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.nav-links > li > a:not(.nav-book):hover::after,
.nav-links > li > a:not(.nav-book).active::after { transform: scaleX(1); }
.nav-links > li > a:not(.nav-book):hover,
.nav-dropdown-btn:hover { color: #fff; }
.nav-links > li > a:not(.nav-book).active { color: var(--gold); }

/* Chevron */
.nav-chevron { font-size: .95rem; transition: transform .25s; line-height: 1; }
.nav-chevron::after { content: '▾'; }
.has-megamenu.open .nav-chevron,
.has-dropdown.open .nav-chevron { transform: rotate(180deg); }

/* Nav-trigger: klikbar label + pil-knap side om side */
.nav-trigger { display: flex; align-items: center; }
.nav-trigger-label {
  color: rgba(255,255,255,.72);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  transition: color .2s; padding: 8px 4px 8px 12px;
  white-space: nowrap;
}
.nav-trigger-label:hover { color: #fff; }
.nav-trigger .nav-dropdown-btn { padding: 12px 12px 12px 8px; }

/* Mobil trigger */
.mob-trigger { display: flex; align-items: center; justify-content: space-between; }
.mob-trigger-label { font-size: 1rem; font-weight: 700; color: #fff; padding: 16px 0 14px 24px; flex: 1; }
.mob-trigger .mob-group-btn { padding: 16px 24px 16px 0; background: none; border: none; cursor: pointer; }

/* ─── Simpelt dropdown ─────────────────────────────── */
.has-dropdown { position: relative; }
.dropdown {
  position: absolute; top: calc(100% + 2px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #111;
  border-radius: var(--radius-md); padding: 8px; min-width: 210px;
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 16px 48px rgba(0,0,0,.6);
  opacity: 0; pointer-events: none;
  transition: opacity .22s, transform .22s;
  z-index: 10;
}
.has-dropdown:hover .dropdown,
.has-dropdown.open .dropdown {
  opacity: 1; pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.dropdown li a {
  display: block; padding: 8px 16px; border-radius: var(--radius-sm);
  color: rgba(255,255,255,.7) !important;
  font-size: .84rem; font-weight: 600;
  letter-spacing: .02em; text-transform: none;
  transition: color .15s, background .15s;
}
.dropdown li a:hover,
.dropdown li a.active { color: var(--gold) !important; background: rgba(255,255,255,.05); }

/* ─── Mega menu ────────────────────────────────────── */
.has-megamenu { position: relative; }
.megamenu {
  position: absolute; top: calc(100% + 2px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #111;
  border-radius: var(--radius-md); padding: 24px 20px 20px;
  min-width: 500px;
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 20px 60px rgba(0,0,0,.7);
  opacity: 0; pointer-events: none;
  transition: opacity .22s, transform .22s;
  z-index: 10;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px;
}
.has-megamenu:hover .megamenu,
.has-megamenu.open .megamenu {
  opacity: 1; pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.mega-kat {
  font-size: .62rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.55);
  margin-bottom: 8px; padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mega-col ul { list-style: none; }
.mega-col ul li a {
  display: block; padding: 8px 12px; border-radius: var(--radius-sm);
  transition: background .15s; text-decoration: none;
}
.mega-col ul li a:hover { background: rgba(255,255,255,.05); }
.mega-label {
  display: block; color: rgba(255,255,255,.82);
  font-size: .87rem; font-weight: 700;
  transition: color .15s;
}
.mega-desc {
  display: block; color: rgba(255,255,255,.6);
  font-size: .74rem; font-weight: 500; margin-top: 2px;
  line-height: 1.3;
}
.mega-col ul li a:hover .mega-label { color: var(--gold); }

/* Gavekort link */
.nav-gift-link {
  color: rgba(255,255,255,.6); font-size: .78rem; font-weight: 700;
  letter-spacing: .04em; padding: 8px 8px; transition: color .2s;
  display: block;
}
.nav-gift-link:hover { color: var(--gold); }

/* Book her knap */
.nav-cta { margin-left: 4px; }
.nav-book {
  background: var(--gold); color: var(--black) !important;
  padding: 8px 24px; border-radius: var(--radius-sm);
  font-weight: 800; font-size: .78rem; letter-spacing: .05em;
  transition: background .2s;
  text-transform: uppercase; white-space: nowrap;
}
.nav-book:hover {
  background: #e8c84a;
  color: var(--black) !important;
}

/* Hamburger */
.ham {
  display: none; flex-direction: column; gap: 4px;
  cursor: pointer; padding: 8px; background: none; border: none;
}
.ham span { display: block; width: 24px; height: 2px; background: #fff; transition: transform .3s, opacity .3s; }
.ham.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ham.open span:nth-child(2) { opacity: 0; }
.ham.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobil menu */
.mob {
  display: none; position: fixed; top: calc(var(--nav-h) + var(--ncb-h)); left: 0; right: 0;
  background: #0d0d0d; padding: 20px 5vw 32px;
  z-index: 199; border-bottom: 1px solid rgba(255,255,255,.07);
  max-height: calc(100vh - var(--nav-h) - var(--ncb-h)); overflow-y: auto;
}
.mob.open { display: block; }
.mob > a {
  display: block; color: rgba(255,255,255,.8); font-size: 1.05rem;
  font-weight: 700; padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mob > a.mob-gavekort {
  color: rgba(255,255,255,.6); border: none; font-size: 1rem;
}
.mob > a.mob-book {
  color: var(--gold); border: none; margin-top: 4px;
  font-size: 1.1rem;
}
.mob-group { border-bottom: 1px solid rgba(255,255,255,.06); }
.mob-group-btn {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; background: none; border: none; cursor: pointer;
  color: rgba(255,255,255,.8); font-size: 1.05rem; font-weight: 700;
  padding: 16px 0; font-family: 'Nunito', sans-serif;
}
.mob-chevron { transition: transform .25s; font-style: normal; }
.mob-chevron::after { content: '▾'; font-size: .75rem; }
.mob-group.open .mob-chevron { transform: rotate(180deg); }
.mob-sub { display: none; padding: 0 0 12px 0; }
.mob-group.open .mob-sub { display: block; }
.mob-sub-kat {
  font-size: .62rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.55);
  margin: 16px 0 4px 16px;
}
.mob-sub a {
  display: block; color: rgba(255,255,255,.62);
  font-size: .95rem; font-weight: 600; padding: 8px 16px; border-radius: var(--radius-sm);
}
.mob-sub a:hover { color: var(--gold); background: rgba(255,255,255,.04); }

/* Sticky book-knap (mobil) */
.sticky-book {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 190; background: var(--gold); color: var(--black) !important;
  text-align: center; padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  font-family: 'Baloo 2', cursive; font-weight: 800; font-size: 1rem;
  box-shadow: 0 -4px 20px rgba(0,0,0,.2);
}

/* --- KNAPPER ---------------------------------------------- */
.btn {
  display: inline-block; padding: 16px 32px; border-radius: var(--radius-sm);
  font-weight: 800; font-size: .95rem;
  transition: background .2s, color .2s, border-color .2s; cursor: pointer;
  font-family: 'Nunito', sans-serif; letter-spacing: .02em;
}
.btn-gold  { background: var(--gold); color: var(--black); }
.btn-gold:hover  { background: #e8c84a; }
.btn-grn   { background: var(--green); color: #fff; border: 2px solid var(--green); }
.btn-grn:hover { background: #1a7a4d; border-color: #1a7a4d; }
.btn-out, .btn-outline-light { border: 2px solid rgba(255,255,255,.35); color: #fff; background: transparent; }
.btn-out:hover, .btn-outline-light:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); }
.btn-outline-dark { border: 2px solid rgba(0,0,0,.18); color: var(--text); background: transparent; }
.btn-outline-dark:hover { border-color: var(--green-text); color: var(--green-text); }
.btn-white { background: #fff; color: var(--black); }
.btn-white:hover { background: #f0ede8; }
.btn-block { width: 100%; text-align: center; display: block; }

/* --- SEKTIONSHJÆLP ---------------------------------------- */
.sec { padding: clamp(44px,7vw,80px) 5vw; }
.wrap { max-width: 1120px; margin: 0 auto; }
.eye { font-size: max(.72rem, 12px); font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--green-text); margin-bottom: 8px; }
.eye-gold, .eye-g { color: rgba(255,222,89,.8); }
.sh { font-size: clamp(1.9rem,4vw,3rem); font-weight: 800; margin-bottom: 16px; }
.sp { font-size: 1.05rem; color: var(--muted); line-height: 1.75; max-width: 600px; }

/* --- HERO ------------------------------------------------- */
.hero {
  min-height: 100vh; min-height: 100svh;
  background: var(--black); display: grid; place-items: center;
  position: relative; overflow: hidden; padding: 134px 5vw 80px;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('/assets/images/hero-bg.webp') center/cover no-repeat;
  opacity: .28; transform: scale(1.04);
  animation: zoom 20s ease-in-out infinite alternate;
}
@keyframes zoom { to { transform: scale(1); } }
.hero-ov { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(10,10,10,0) 0%,rgba(10,10,10,.35) 100%); }
/* Delt gradient-baggrund til heroes uden foto */
.hero-gradient-bg { background: radial-gradient(ellipse at 70% 0%, #1a2f1a 0%, #080f0b 55%, #0a0a0a 100%); }
.hero-c { position: relative; z-index: 2; max-width: 800px; width: 100%; text-align: center; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(255,222,89,.4); border-radius: 4px;
  padding: 8px 16px; font-size: .73rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
}
.hero h1 { font-size: clamp(2.4rem,6vw,4.8rem); font-weight: 800; color: #fff; margin-bottom: 24px; }
.hero h1 em { font-style: normal; color: var(--gold); }
.h1-aalborg { color: var(--green); }
.hero-sub { font-size: clamp(1rem,2vw,1.15rem); color: rgba(255,255,255,.7); line-height: 1.75; max-width: 580px; margin: 0 auto 16px; }
.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 0; }
.hero-stats { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; margin-top: 56px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.1); }

/* --- HERO-VARIANT: venstrejusteret, asymmetrisk ------------ */
.hero-split .hero-c { text-align: left; max-width: 620px; margin: 0; }
.hero-split .hero-sub { margin: 0 0 16px; }
.hero-split .hero-btns, .hero-split .hero-stats { justify-content: flex-start; }
.hero-split .hero-bg { background-position: right center; }
@media (max-width: 780px) {
  .hero-split .hero-c { text-align: center; max-width: 100%; }
  .hero-split .hero-btns, .hero-split .hero-stats { justify-content: center; }
}
.stat p { font-size: clamp(1.4rem,3vw,2rem); font-weight: 800; font-family: 'Baloo 2', cursive; color: var(--gold); }
.stat span { font-size: .73rem; color: rgba(255,255,255,.65); letter-spacing: .06em; text-transform: uppercase; }

/* Hero på undersider (kortere) */
.hero.hero-sub-page { min-height: 60vh; }

/* --- SOCIAL PROOF ----------------------------------------- */
.proof-strip { background: var(--green); padding: 24px 5vw; border-top: 2px solid rgba(255,222,89,.2); }
.proof-inner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; text-align: center; }
.proof-stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; }
.proof-quote, .proof-q { font-size: .95rem; color: rgba(255,255,255,.8); font-style: italic; flex: 1; min-width: 200px; }
.proof-cite { font-size: .82rem; color: rgba(255,255,255,.65); white-space: nowrap; }

/* --- INTRO SEKTION ---------------------------------------- */
.intro { background: var(--off); }
.intro-solo {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 8px clamp(52px,8vw,100px);
  align-items: start;
  max-width: 100%;
}
.intro-solo .eye   { grid-column: 1 / -1; }
.intro-solo .sh    { margin-bottom: 0; }
.intro-solo .sp    { max-width: 100%; padding-top: 8px; }
.intro-solo .sp + .sp { margin-top: 8px; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 1rem; line-height: 1.55; color: var(--muted); }
.check-list li::before { content: ''; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat; margin-top: 2px; }

.cross-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.cross-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 1rem; line-height: 1.55; color: var(--muted); }
.cross-list li::before { content: ''; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: #c94f4f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") center/12px no-repeat; margin-top: 2px; }
/* --- SERVICES --------------------------------------------- */
.svcs { background: var(--black); }
.svcs-sh { color: #fff; }
.svcs-quicknav-band {
  width: 100vw; position: relative; left: 50%; right: 50%;
  margin-left: -50vw; margin-right: -50vw;
  background: var(--green);
  margin-top: 32px; margin-bottom: 8px;
}
.svcs-quicknav {
  max-width: 1120px; margin: 0 auto; padding: 18px 5vw;
  display: flex; flex-wrap: wrap; align-items: center; row-gap: 8px;
}
.svcs-quicknav a {
  color: #fff; font-size: .88rem; font-weight: 700;
  padding: 0 16px; border-right: 1px solid rgba(255,255,255,.3);
  line-height: 1; transition: color .2s;
}
.svcs-quicknav a:first-child { padding-left: 0; }
.svcs-quicknav a:last-child { border-right: none; }
.svcs-quicknav a:hover { color: var(--black); }
.qn-online { color: var(--gold); }
.qn-online:hover { color: #fff; }
@media (max-width: 500px) {
  .svcs-quicknav a { padding: 0 12px; font-size: .84rem; }
}
.svc-extras { margin-top: 44px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.07); }
.svc-extras-lead { font-family: 'Baloo 2', cursive; font-size: 1.15rem; font-weight: 700; margin-bottom: 20px; color: #fff; }
.svc-extra-cards { display: flex; gap: 16px; flex-wrap: wrap; }
.svc-extra-card { border: 1.5px solid rgba(255,255,255,.1); border-radius: var(--radius-md); padding: 24px; flex: 1; min-width: 180px; transition: border-color .2s; }
.svc-extra-card:hover { border-color: var(--gold); }
.svc-extra-card h4 { font-size: .95rem; font-weight: 700; margin-bottom: 8px; color: #fff; }
.svc-extra-card p { font-size: .82rem; color: rgba(255,255,255,.55); line-height: 1.55; margin-bottom: 16px; }
.sg { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 36px; }
.svc { background: #141414; padding: 36px 28px; display: flex; flex-direction: column; transition: background .28s; position: relative; overflow: hidden; }
.svc::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.svc:hover { background: #1c1c1c; }
.svc:hover::after { transform: scaleX(1); }
.svc-img { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: var(--radius-sm); background: #222; margin-bottom: 24px; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.82) contrast(1.07) saturate(.78); transition: filter .5s ease; }
.svc:hover .svc-img img { filter: none; }
.svc-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(170deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.36) 100%); pointer-events: none; border-radius: var(--radius-sm); }
.svc-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: rgba(10,10,10,.72); backdrop-filter: blur(8px); color: var(--gold); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; padding: 4px 12px; border-radius: 4px; border: 1px solid rgba(255,222,89,.28); }
.svc h3 { font-size: 1.2rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.svc-price { font-size: .82rem; color: var(--gold); font-weight: 700; margin-bottom: 8px; }
.svc p { font-size: .87rem; color: rgba(255,255,255,.5); line-height: 1.65; }
.arr { display: block; color: var(--gold); font-size: 1.6rem; font-weight: 800; margin-top: auto; padding-top: 16px; transition: transform .2s; }
.svc:hover .arr { transform: translateX(4px); }

/* Online univers — fuld bredde kort i service-grid */
.svc-online {
  grid-column: 1 / -1; background: var(--green) !important; padding: 0 !important; overflow: visible; border-radius: 0;
  width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;
}
.svc-online::after { display: none; }
.svc-online-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; max-width: 1120px; margin: 0 auto; padding: 36px 5vw; }
.svc-online-eye { font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,222,89,.85); margin-bottom: 8px; }
.svc-online h3 { color: #fff !important; font-size: 1.4rem; margin-bottom: 8px; }
.svc-online p { color: rgba(255,255,255,.72) !important; font-size: .9rem; }
.svc-online-btn { flex-shrink: 0; white-space: nowrap; }

/* --- CITAT ------------------------------------------------- */
.qb { background: var(--green); padding: clamp(44px,6vw,72px) 5vw; text-align: center; position: relative; overflow: hidden; }
.qb::before { content: ''; display: block; width: 48px; height: 1px; background: rgba(255,222,89,.35); margin: 0 auto 56px; position: static; }
.qb blockquote { font-family: 'Baloo 2', cursive; font-size: clamp(1.5rem,3vw,2.3rem); font-weight: 700; color: #fff; max-width: 740px; margin: 0 auto 18px; line-height: 1.35; position: relative; z-index: 1; }
.qb cite { color: rgba(255,255,255,.7); font-size: .95rem; font-style: normal; margin-bottom: 32px; display: block; position: relative; z-index: 1; }
.qb-btn { position: relative; z-index: 1; }

/* --- ANMELDELSER ------------------------------------------ */
.revs { background: var(--off); }
.rg {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
  gap: 16px; margin-top: 36px; padding-bottom: 16px;
  scrollbar-width: none;
}
.rg::-webkit-scrollbar { display: none; }
.rc {
  background: #fff; border-radius: var(--radius-md); padding: 24px 24px 20px;
  box-shadow: var(--shadow-card); display: flex; flex-direction: column;
  border: 1px solid rgba(0,0,0,.04);
  min-width: min(340px, 82vw); max-width: min(340px, 82vw);
  scroll-snap-align: start; flex-shrink: 0;
}
.stars { color: var(--gold); font-size: .78rem; letter-spacing: 2px; margin-bottom: 8px; filter: brightness(.88); }
.rt { font-size: .88rem; line-height: 1.65; color: #444; font-style: italic; flex: 1; margin-bottom: 12px; }
.rattr { font-size: .76rem; font-weight: 700; color: var(--muted); margin-top: auto; }
.rsrc { color: var(--green-text); font-style: normal; font-weight: 800; }

.rb { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 16px; }
.rn { font-size: .82rem; font-weight: 700; color: var(--text); line-height: 1.3; }
.src-badge { font-size: .7rem; font-weight: 600; color: var(--muted); display: block; margin-top: 2px; }

/* Anmeldelser på mørk baggrund */
.rc-dark { background: #141414; border: 1px solid rgba(255,255,255,.07); }
.rc-dark .rt { color: rgba(255,255,255,.68); }
.rc-dark .rattr { color: rgba(255,255,255,.55); }
.rc-dark .rsrc { color: var(--gold); }
.rc-dark .stars { color: var(--gold); filter: none; }
.rc-dark .rn { color: rgba(255,255,255,.85); }
.rc-dark .src-badge { color: rgba(255,255,255,.6); }
.rg-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.rg-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.2); transition: background .3s, width .3s; }
.rg-dot.active { background: var(--gold); width: 18px; border-radius: 4px; }

/* --- NYHEDSBREV ------------------------------------------- */
.signup-sec { background: var(--green); padding: clamp(44px,6vw,72px) 5vw; text-align: center; }
.signup-sec h2 { font-size: clamp(1.8rem,3.5vw,2.6rem); color: #fff; margin-bottom: 12px; }
.signup-sec p { color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.7; max-width: 480px; margin: 0 auto 36px; }
.signup-eye { color: rgba(255,222,89,.8); }
.sf { display: flex; flex-direction: column; gap: 16px; max-width: 400px; margin: 0 auto; }
.sf label { display: flex; flex-direction: column; text-align: left; font-size: .85rem; font-weight: 700; color: rgba(255,255,255,.8); gap: 8px; }
.sf input[type=text], .sf input[type=email] { padding: 12px 16px; border: 1.5px solid rgba(255,255,255,.2); border-radius: var(--radius-sm); background: rgba(255,255,255,.08); color: #fff; font-family: 'Nunito', sans-serif; font-size: .95rem; transition: border-color .2s; }
.sf input[type=text]:focus, .sf input[type=email]:focus { border-color: var(--gold); }
.sf input::placeholder { color: rgba(255,255,255,.55); }
.sf-btn { background: var(--gold); color: var(--black); border: none; padding: 16px 24px; border-radius: var(--radius-sm); font-family: 'Baloo 2', cursive; font-weight: 800; font-size: 1rem; cursor: pointer; transition: background .2s; margin-top: 4px; width: 100%; }
.sf-btn:hover { background: #e8c44a; }
.signup-note { font-size: .75rem; color: rgba(255,255,255,.6); margin-top: 8px; }

/* --- PRISER ----------------------------------------------- */
.price-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin-top: 36px; }
.pc { border: 1.5px solid #e8ede8; border-radius: var(--radius-md); padding: 28px; transition: border-color .2s, box-shadow .2s; display: flex; flex-direction: column; position: relative; }
.pc:hover { border-color: var(--green); box-shadow: 0 4px 24px rgba(29,145,94,.1); }
.pc h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.pc-sub { font-size: .8rem; color: var(--muted); margin-bottom: 8px; }
.pc-amt { font-size: 1.8rem; font-weight: 800; font-family: 'Baloo 2', cursive; color: var(--green-text); }
.pc-amt sup { font-size: 1rem; font-weight: 700; }
.pc-amt span { font-size: .9rem; font-weight: 600; color: var(--muted); }
.pc-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 8px 0 16px; }
.pc-list li { font-size: .88rem; color: var(--muted); line-height: 1.5; padding-left: 16px; position: relative; }
.pc-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green-text); font-weight: 800; }
.pc-badge { position: absolute; top: -1px; right: 20px; background: var(--green); color: #fff; font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 4px 12px; border-radius: 0 0 8px 8px; }
.pc .btn-block { margin-top: auto; }

/* Klippekort/Abonnement/Gavekort */
.price-extras { margin-top: 44px; padding-top: 36px; border-top: 1px solid #e8ede8; }
.price-extras-head { font-family: 'Baloo 2', cursive; font-size: 1.15rem; font-weight: 700; margin-bottom: 20px; color: var(--text); }
.extras-row { display: flex; gap: 16px; flex-wrap: wrap; }
.extra-card { border: 1.5px solid #e8ede8; border-radius: var(--radius-md); padding: 24px; flex: 1; min-width: 180px; transition: border-color .2s; }
.extra-card:hover { border-color: var(--green); }
.extra-card h4, .extra-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.extra-card p { font-size: .82rem; color: var(--muted); line-height: 1.55; margin-bottom: 16px; }

/* --- OM HEIDI --------------------------------------------- */
.abt { background: var(--off); }
.ag { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,100px); align-items: center; }
.abt-body { font-size: 1.03rem; line-height: 1.75; color: var(--muted); margin-bottom: 16px; }
.aph { aspect-ratio: 1/1; border-radius: 50%; background: #c5d9c4; width: 100%; max-width: 420px; height: auto; margin: 0 auto; display: block; overflow: hidden; object-fit: cover; outline: 1px solid rgba(255,222,89,.3); outline-offset: 10px; }
.abt-btn { margin-top: 28px; display: inline-block; }

/* --- EKSTRA (ONLINE + EVENTS) ----------------------------- */
.extra { background: var(--off); }

/* --- KORT ------------------------------------------------- */
.map-sec { background: var(--off); }
.map-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,64px); align-items: start; margin-top: 36px; }
.map-frame { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-card); }
.map-info { display: flex; flex-direction: column; gap: 16px; }
.mi { display: flex; gap: 16px; align-items: flex-start; }
.mi h3 { font-family: 'Baloo 2', cursive; font-size: .95rem; font-weight: 700; margin-bottom: 4px; }
.mi p, .mi a { font-size: .87rem; color: var(--muted); line-height: 1.5; display: block; }
.mi a { color: var(--green-text); font-weight: 600; }
.map-btn { margin-top: 4px; }

.revs .rg-hint { color: var(--muted); }
.revs .rg-dot { background: rgba(0,0,0,.15); }
.revs .rg-dot.active { background: var(--green); }
.cta-note { font-size: .78rem; color: rgba(255,255,255,.6); margin-top: 20px; }

/* --- CTA -------------------------------------------------- */
.cta { background: var(--black); text-align: center; padding: clamp(56px,7vw,90px) 5vw; border-top: 1px solid rgba(255,222,89,.12); }
.cta-eye { color: rgba(255,222,89,.8); }
.cta h2 { font-size: clamp(2rem,4vw,3.4rem); color: #fff; max-width: 620px; margin: 0 auto 16px; }
.cta p { color: rgba(255,255,255,.65); font-size: 1.05rem; max-width: 460px; margin: 0 auto 40px; line-height: 1.7; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-sec { background: var(--green); text-align: center; padding: clamp(80px,10vw,130px) 5vw; }
.cta-sec h2 { font-family: 'Baloo 2', cursive; font-size: clamp(2rem,4vw,3.4rem); color: #fff; max-width: 620px; margin: 0 auto 16px; line-height: 1.15; }
.cta-sec p { color: rgba(255,255,255,.65); font-size: 1.05rem; max-width: 460px; margin: 0 auto 40px; line-height: 1.7; }

/* --- FOOTER ----------------------------------------------- */
footer { background: #080808; color: rgba(255,255,255,.5); padding: 60px 5vw 80px; }
.ft { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.fb { display: inline-block; margin-bottom: 16px; }
.footer-logo { height: 44px; width: auto; }
.fdesc { font-size: .84rem; line-height: 1.65; max-width: 250px; margin-bottom: 16px; }
.fsoc { display: flex; gap: 8px; }
.fsoc a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; transition: border-color .2s; }
.fsoc a:hover { border-color: var(--gold); }
.fc h3 { font-family: 'Baloo 2', cursive; font-weight: 700; color: rgba(255,255,255,.85); font-size: .83rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.fc a, .fc p { display: block; color: rgba(255,255,255,.65); font-size: .82rem; margin-bottom: 8px; line-height: 1.5; transition: color .2s; }
.fc a:hover { color: var(--gold); }
.fbot { border-top: 1px solid rgba(255,255,255,.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.fleg { font-size: .75rem; line-height: 1.6; }
.fleg a { color: var(--gold); }
.fdisc { font-size: .72rem; color: rgba(255,255,255,.5); max-width: 500px; line-height: 1.65; }
.fbook { display: block; background: var(--gold); color: var(--black) !important; padding: 8px 16px; border-radius: var(--radius-sm); font-weight: 800; font-size: .8rem; margin-top: 8px; text-align: center; }
.fbook-gift { background: transparent; border: 1px solid rgba(255,222,89,.35); color: var(--gold) !important; margin-top: 8px; }
.fbook-gift:hover { background: rgba(255,222,89,.08); }

/* --- FOTOCREDIT-IKON (Katerina Komselis) -------------------- */
.photo-credit-icon {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 0 2px rgba(10,10,10,.55));
}
.photo-credit-icon-inline {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  filter: drop-shadow(0 0 1px rgba(10,10,10,.4));
}
.fcredit { margin-top: 8px; font-size: .72rem; color: rgba(255,255,255,.5); line-height: 1.65; }
.fcredit a { color: rgba(255,255,255,.7); }
.fcredit a:hover { color: var(--gold); }

/* --- COOKIE BANNER ---------------------------------------- */
.ck {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 400;
  background: #111; border-top: 2px solid var(--gold);
  padding: 20px 5vw calc(20px + env(safe-area-inset-bottom)); display: flex; align-items: center;
  justify-content: space-between; gap: 20px; flex-wrap: wrap;
  opacity: 0; visibility: hidden;
  transition: opacity .3s ease, visibility 0s linear .3s;
}
.ck.show { opacity: 1; visibility: visible; transition: opacity .3s ease, visibility 0s linear 0s; }
.ck-t { font-size: .87rem; color: rgba(255,255,255,.75); max-width: 680px; line-height: 1.6; }
.ck-t strong { color: #fff; }
.ck-t a { color: var(--gold); text-decoration: underline; }
.ck-bs { display: flex; gap: 8px; flex-wrap: wrap; }
.ck-btn { padding: 12px 24px; border-radius: var(--radius-sm); font-family: 'Nunito', sans-serif; font-weight: 800; font-size: .87rem; cursor: pointer; border: none; }
.ck-y { background: var(--gold); color: var(--black); }
.ck-n { background: transparent; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.2) !important; }

/* --- NEWSLETTER POPUP ------------------------------------- */
.popup-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.65);
  z-index: 500; display: flex; align-items: center; justify-content: center;
  padding: 24px; opacity: 0; pointer-events: none;
  transition: opacity .35s;
}
.popup-overlay.show { opacity: 1; pointer-events: all; }
.popup-overlay.show .popup { transform: translateY(0); }
.popup { background: #fff; border-radius: var(--radius-lg); padding: 40px 36px; max-width: 440px; width: 100%; position: relative; transform: translateY(20px); transition: transform .35s; }
.popup-close { position: absolute; top: 10px; right: 12px; width: 44px; height: 44px; border-radius: 50%; background: #f0f0f0; border: none; font-size: 1rem; cursor: pointer; color: #666; display: flex; align-items: center; justify-content: center; }
.popup-close:hover { background: #e0e0e0; }
.popup-tag { display: inline-block; background: #e8f5ee; color: var(--green-text); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 4px 12px; border-radius: 4px; margin-bottom: 16px; }
.popup h3 { font-size: 1.6rem; color: var(--text); margin-bottom: 8px; }
.popup > p { font-size: .9rem; color: var(--muted); line-height: 1.65; margin-bottom: 24px; }
.popup .sf input[type=text], .popup .sf input[type=email] { background: #f7f5f0; border-color: #e0dbd0; color: var(--text); }
.popup .sf input::placeholder { color: #bbb; }
.popup .sf label { color: var(--text); }
.popup .signup-note { color: #bbb; }
.popup-skip { display: block; text-align: center; margin-top: 16px; font-size: .8rem; color: #bbb; cursor: pointer; }
.popup-skip:hover { color: var(--muted); }
.popup-tak-icon { font-size: 3rem; margin-bottom: 16px; }
.popup-tak-title { font-size: 1.6rem; margin-bottom: 8px; }
.popup-tak-body { font-size: .9rem; color: var(--muted); line-height: 1.65; margin-bottom: 24px; }

/* --- UNDERSIDE LAYOUT (generisk) -------------------------- */
.page-hero { background: var(--black); padding: clamp(134px,14vw,194px) 5vw clamp(60px,8vw,100px); text-align: center; }
.page-hero h1 { font-size: clamp(2rem,5vw,3.8rem); color: #fff; margin-bottom: 16px; }
.page-hero p { font-size: 1.1rem; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto; line-height: 1.75; }
.coming-soon { padding: clamp(80px,10vw,120px) 5vw; text-align: center; }
.coming-soon h2 { font-size: 1.8rem; margin-bottom: 16px; color: var(--text); }
.coming-soon p { font-size: 1.05rem; color: var(--muted); max-width: 480px; margin: 0 auto 32px; line-height: 1.7; }

/* --- BLOG ------------------------------------------------- */
.blog-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; margin-bottom: 8px; }
.blog-filter-btn {
  background: #fff; border: 1.5px solid #e8ede8; color: var(--muted);
  font-size: .84rem; font-weight: 700; padding: 8px 16px; border-radius: 30px;
  cursor: pointer; transition: background .15s, border-color .15s, color .15s;
}
.blog-filter-btn:hover { border-color: var(--green); color: var(--green-text); }
.blog-filter-btn.active { background: var(--green); border-color: var(--green); color: #fff; }

.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-top: 28px; }
.blog-card {
  border-radius: var(--radius-md); border: 1.5px solid #e8ede8; background: #fff;
  transition: box-shadow .2s, border-color .2s; display: flex; flex-direction: column;
  padding: 24px 24px;
}
.blog-card:hover { box-shadow: var(--shadow-card); border-color: #d8e2d8; }
.blog-card-cat { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--green-text); margin-bottom: 12px; }
.blog-card h3 { font-size: 1.15rem; margin-bottom: 12px; color: var(--text); line-height: 1.3; }
.blog-card-why { font-size: .88rem; color: var(--muted); line-height: 1.65; font-style: italic; margin-bottom: 16px; flex: 1; }
.blog-card-why::before { content: '\201C'; font-style: normal; }
.blog-card-why::after { content: '\201D'; font-style: normal; }
.blog-card-meta { font-size: .78rem; color: var(--muted); padding-top: 16px; border-top: 1px solid #eef1ee; display: flex; flex-wrap: wrap; gap: 8px 8px; }
.blog-card-meta strong { color: var(--text); font-weight: 700; }

/* --- MILJØRUM SPECIFIKT ----------------------------------- */
.intro-sec { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,100px); align-items: center; }
.intro-img-wrap { position: relative; }
.intro-img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; max-height: 520px; }
.intro-img img { width: 100%; height: 100%; object-fit: cover; }
.intro-badge { position: absolute; bottom: 20px; left: 20px; background: var(--gold); color: var(--black); border-radius: var(--radius-md); padding: 16px 16px; font-family: 'Baloo 2', cursive; font-size: .82rem; font-weight: 800; box-shadow: var(--shadow-lift); text-align: center; line-height: 1.3; }
.intro-body { font-size: 1.03rem; line-height: 1.8; color: var(--muted); margin-bottom: 16px; }

.how-sec { background: var(--black); }
.how-sh { color: #fff; }
.how-sp { color: rgba(255,255,255,.5); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; margin-top: 52px; }
.step { background: #141414; padding: 40px 28px; }
.step-num { font-family: 'Baloo 2', cursive; font-size: 2.5rem; font-weight: 800; color: var(--gold); opacity: .4; display: block; margin-bottom: 16px; }
.step h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.step p { font-size: .87rem; color: rgba(255,255,255,.5); line-height: 1.65; }

.gallery-sec { background: var(--white); }
.gallery-sh { color: var(--text); }
.gallery-sp { color: var(--muted); }
.gal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; max-width: 900px; }
.gal-right { display: flex; flex-direction: column; gap: 16px; }
.gal-item { position: relative; border-radius: var(--radius-md); overflow: hidden; }
.gal-item img { width: 100%; display: block; border-radius: var(--radius-md); }
.gal-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg,rgba(0,0,0,.75) 0%,transparent 100%); color: rgba(255,255,255,.85); font-size: .8rem; font-weight: 600; padding: 16px 16px 12px; }
.gal-info-card { background: var(--black); border-radius: var(--radius-md); padding: 32px 28px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.gal-info-card p { color: rgba(255,255,255,.75); font-size: .95rem; line-height: 1.65; }

.price-sec { background: var(--white); }
.price-mini-quote { max-width: 440px; margin: 28px auto 0; padding: 16px 24px; background: var(--off); border-radius: var(--radius-md); border-left: 3px solid var(--gold); text-align: left; }
.price-mini-quote p { font-size: .92rem; color: var(--text); font-style: italic; line-height: 1.6; margin-bottom: 8px; }
.price-mini-quote span { font-size: .8rem; color: var(--muted); }

.firsttime-sec { background: var(--black); }
.firsttime-sh { color: #fff; }
.firsttime-sp { color: rgba(255,255,255,.5); }
.ft-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 44px; }
.ft-card { background: #141414; padding: 40px 36px; transition: background .2s; border-top: 3px solid transparent; }
.ft-card:hover { background: #1c1c1c; }
.ft-card.highlight { border-top-color: var(--gold); }
.ft-tag { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 4px 12px; border-radius: 40px; margin-bottom: 16px; }
.ft-tag-gold { background: rgba(255,222,89,.15); color: var(--gold); }
.ft-tag-green { background: rgba(29,145,94,.2); color: var(--green); }
.ft-card h3 { font-size: 1.3rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.price-line { font-family: 'Baloo 2', cursive; font-size: 2rem; font-weight: 800; color: var(--gold); margin-bottom: 16px; }
.price-line small { font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.65); }
.ft-card > p { font-size: .9rem; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 24px; }
.ft-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.ft-list li { display: flex; align-items: flex-start; gap: 8px; font-size: .88rem; color: rgba(255,255,255,.65); line-height: 1.5; }
.ft-list li::before { content: '✓'; color: var(--gold); font-weight: 800; flex-shrink: 0; }

.video-sec { background: var(--off); }
.vid-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 20px; margin-bottom: 28px; }
.vid-list li { display: flex; align-items: flex-start; gap: 8px; font-size: .95rem; color: var(--muted); line-height: 1.6; }
.vid-list li::before { content: ''; flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat; margin-top: 4px; }

.kiosk-sec { background: var(--black); }
.kiosk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,100px); align-items: center; }
.kiosk-body { font-size: 1.03rem; line-height: 1.8; color: rgba(255,255,255,.65); margin-bottom: 16px; }
.kiosk-box { background: #141414; border-radius: var(--radius-lg); padding: 40px; border: 1px solid rgba(255,255,255,.07); }
.kiosk-items { display: flex; flex-direction: column; gap: 20px; }
.kiosk-item { display: flex; gap: 16px; align-items: flex-start; }
.kiosk-item h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.kiosk-item p { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.6; }

/* --- UDSTYR ------------------------------------------------ */
.eq-sec { background: var(--off); }
.eq-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; margin-top: 36px; }
.eq-item { background: #fff; border-radius: var(--radius-sm); padding: 16px 16px; font-size: .88rem; font-weight: 600; display: flex; align-items: center; gap: 8px; border: 1px solid #e8ede8; color: var(--text); }
.eq-item::before { content: '✓'; color: var(--green-text); font-weight: 800; flex-shrink: 0; }
.eq-item-soon { border-style: dashed; color: var(--muted); background: transparent; }
.eq-item-soon::before { content: ''; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #d4d4d4; flex-shrink: 0; }
.eq-coming { margin-top: 36px; padding-top: 28px; border-top: 1px solid #e0e0e0; }
.eq-coming-label { font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }

/* --- VIDEO SHORT (portrait) -------------------------------- */
.video-short-grid { display: grid; grid-template-columns: auto 1fr; gap: clamp(32px,5vw,72px); align-items: center; margin-top: 48px; }
.video-short-player { width: 260px; aspect-ratio: 9/16; border-radius: var(--radius-lg); overflow: hidden; background: #000; position: relative; box-shadow: 0 24px 60px rgba(0,0,0,.18), 0 0 0 1px rgba(0,0,0,.06); flex-shrink: 0; }
.video-short-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

.revs-sec { background: var(--black); }
.revs-sh { color: #fff; }
.rg-wrap { position: relative; }
.rg-hint { display: block; text-align: center; margin-top: 16px; color: rgba(255,255,255,.6); font-size: .78rem; }

/* --- MÅLGRUPPE-KORT (løbebånd) ----------------------------- */
.who-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin-top: 40px; }
.who-card { background: var(--off); border-radius: var(--radius-md); padding: 24px 24px; }
.who-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; color: var(--heading); }
.who-card p { font-size: .88rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* --- FIREPAW / UDSTYRS-TILLID ------------------------------ */
.fp-sec { background: var(--black); }
.fp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,100px); align-items: center; margin-top: 48px; }
.fp-stat { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.fp-stat:last-child { border-bottom: none; }
.fp-stat h3 { font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.fp-stat p { font-size: .82rem; color: rgba(255,255,255,.65); line-height: 1.6; margin: 0; }
.fp-badge { display: inline-block; background: rgba(255,222,89,.12); color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 4px 16px; border-radius: var(--radius-lg); margin-bottom: 20px; }

/* --- INFO CARDS (praktik-og-regler) ------------------------ */
.info-sec { background: var(--off); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.info-card { background: #fff; border: 1.5px solid #e8ede8; border-radius: var(--radius-md); padding: 28px 24px; }
.info-card h2 { font-size: 1rem; font-weight: 800; color: var(--heading); margin-bottom: 12px; }
.info-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.info-card ul li { font-size: .88rem; color: var(--text); line-height: 1.55; padding-left: 16px; position: relative; }
.info-card ul li::before { content: '—'; position: absolute; left: 0; color: var(--green-text); font-weight: 700; font-size: .75rem; top: 2px; }

/* --- POLICY PROSE (cookie-politik) ------------------------- */
.policy-prose { max-width: 720px; }
.policy-prose h2 { font-size: 1.2rem; font-weight: 800; color: var(--heading); margin: 44px 0 12px; padding-top: 28px; border-top: 1px solid #e8ede8; }
.policy-prose h2:first-of-type { border-top: none; margin-top: 0; padding-top: 0; }
.policy-prose p { font-size: .95rem; color: var(--text); line-height: 1.8; margin-bottom: 16px; }
.policy-prose ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 12px 0 20px; }
.policy-prose ul li { font-size: .95rem; color: var(--text); line-height: 1.7; padding-left: 20px; position: relative; }
.policy-prose ul li::before { content: '–'; position: absolute; left: 0; color: var(--green-text); }
.policy-prose table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .88rem; }
.policy-prose table th { background: var(--off); font-weight: 700; text-align: left; padding: 8px 16px; border: 1px solid #e8ede8; color: var(--heading); }
.policy-prose table td { padding: 8px 16px; border: 1px solid #e8ede8; color: var(--text); vertical-align: top; line-height: 1.6; }
.policy-updated { font-size: .8rem; color: var(--muted); margin-top: 48px; padding-top: 20px; border-top: 1px solid #e8ede8; }

.faq-sec { background: var(--black); }
.faq-sh { color: #fff; }
.faq-sp { color: rgba(255,255,255,.5); }
.faq-list { display: flex; flex-direction: column; gap: 2px; margin-top: 48px; }
.faq-item { background: #141414; }
.faq-item summary { padding: 24px 28px; cursor: pointer; font-size: 1rem; font-weight: 700; color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 16px; list-style: none; transition: background .2s; user-select: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid rgba(255,222,89,.4); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; font-weight: 400; color: var(--gold); transition: transform .25s, background .2s; }
.faq-item[open] .faq-icon { transform: rotate(45deg); background: rgba(255,222,89,.1); }
.faq-item[open] summary { background: #1c1c1c; }
.faq-item[open] { background: #1c1c1c; }
.faq-body { padding: 16px 28px 24px; font-size: .93rem; color: rgba(255,255,255,.6); line-height: 1.75; border-top: 1px solid rgba(255,255,255,.06); }

/* --- RESPONSIVT ------------------------------------------- */
/* Nav springer til burgermenu tidligere end resten af breakpointet,
   så lange menupunkter ikke når at knække om på flere linjer først */
@media (max-width: 1150px) {
  .nav-links { display: none; }
  .ham { display: flex; }
  .sticky-book { display: block; }
}
@media (max-width: 900px) {
  footer { padding-bottom: 120px; }
  .ft { grid-template-columns: 1fr 1fr; }
  .ft-brand { grid-column: 1 / -1; }

  .ig, .ag, .intro-grid, .map-grid, .eg, .video-wrap,
  .kiosk-grid, .ft-grid, .gal-grid, .video-short-grid, .fp-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .video-short-player { width: 100%; max-width: 280px; margin: 0 auto; }
  .intro-solo { grid-template-columns: 1fr; }
  .intro-solo .sh { margin-bottom: 12px; }
  .sg { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btns .btn { width: 100%; max-width: 340px; text-align: center; }
  .hero-stats { gap: 24px; }
  .extras-row { flex-direction: column; }
  

  /* Online-kort: stak lodret på tablet/mobil */
  .svc-online-inner { flex-direction: column; align-items: flex-start; gap: 16px; padding: 28px 24px; }
  .svc-online-btn { white-space: normal; }
}

@media (max-width: 600px) {
  .info-grid { grid-template-columns: 1fr; }
  .policy-prose table { font-size: .8rem; }
  .sg { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .ft { grid-template-columns: 1fr; }
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns .btn { width: 100%; max-width: 320px; text-align: center; }
  .popup { padding: 28px 20px; }
  .fbot { flex-direction: column; }
  .hero-tag { font-size: .62rem; letter-spacing: .05em; padding: 4px 12px; white-space: normal; max-width: 100%; }
  .svc-online-inner { padding: 24px 16px; }
}

/* Blog prose */
.blog-prose { line-height: 1.8; font-size: 1.02rem; color: var(--text); }
.blog-prose h2 { font-size: 1.4rem; font-weight: 800; margin: 2.2em 0 .7em; color: var(--text); }
.blog-prose h3 { font-size: 1.15rem; font-weight: 700; margin: 1.8em 0 .5em; }
.blog-prose p { margin-bottom: 1.3em; }
.blog-prose ul, .blog-prose ol { padding-left: 1.4em; margin-bottom: 1.3em; }
.blog-prose li { margin-bottom: .4em; }
.blog-prose a { color: var(--green-text); text-decoration: underline; }
.blog-prose hr { border: none; border-top: 1px solid rgba(0,0,0,.1); margin: 2.5em 0; }
.blog-prose strong { font-weight: 700; }
