/* ===========================================================
   AKJ Entreprise — entreprenør & maskinstation, Ringsted
   Brandfarver: mørkegrøn (#1f4030) + grøn (#5f8b3f)
   =========================================================== */

:root {
  --brand:      #234d34;   /* mørkegrøn – primær */
  --brand-2:    #6a9b46;   /* grøn – sekundær / mark */
  --brand-dark: #16311f;   /* dyb skovgrøn – hover/kontrast */
  --brand-tint: #eef3e8;   /* meget lys grøn baggrund */
  --earth:      #b8863b;   /* jord/korn – varm accent */

  --ink:      #1a2620;
  --ink-soft: #4c5a51;
  --paper:    #ffffff;
  --paper-2:  #f4f6f0;
  --line:     #e2e7da;

  --radius: 16px;
  --radius-lg: 24px;
  --maxw: 1180px;
  --shadow-sm: 0 10px 30px -14px rgba(22,49,31,.35);
  --shadow-lg: 0 30px 60px -22px rgba(22,49,31,.5);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --display: "Barlow Condensed", "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a.tel { color: var(--brand); font-weight: 700; white-space: nowrap; }
a.tel:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.05; letter-spacing: -.01em; margin: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2rem); }

/* ---------- Knapper ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  padding: .95rem 1.7rem; border-radius: 8px;
  font-weight: 700; font-size: 1rem; border: 0; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: .6rem 1.15rem; font-size: .92rem; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 20px -12px rgba(22,49,31,.55); }
.btn-primary:hover { background: var(--brand-dark); }
/* Hero-CTA beholder den lyse grønne, så den popper mod den mørke video */
.hero .btn-primary { background: var(--brand-2); box-shadow: 0 12px 28px -12px rgba(106,155,70,.65); }
.hero .btn-primary:hover { background: var(--brand); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border: 1.5px solid rgba(255,255,255,.6); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.2); }
.btn-dark { background: var(--brand); color: #fff; }
.btn-dark:hover { background: var(--brand-dark); }

/* ---------- Eyebrow / overskrifter ---------- */
.eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: .78rem; font-weight: 800; color: var(--brand-2); }
.eyebrow.ink { color: var(--brand); }

.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section-head { max-width: 640px; margin: 0 0 2.8rem; }
.section-head.center { max-width: 720px; margin: 0 auto 2.8rem; text-align: center; }
.section-head h2 { font-family: var(--display); letter-spacing: 0; font-size: clamp(2rem, 4.4vw, 3.1rem); margin: .5rem 0 .8rem; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }

/* ===========================================================
   NAV
   =========================================================== */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .9rem clamp(1.1rem, 4vw, 2.5rem);
  background: linear-gradient(180deg, rgba(22,49,31,.6), rgba(22,49,31,0));
  transition: background .25s ease, box-shadow .25s ease;
}
.nav.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 8px 30px -18px rgba(22,49,31,.55); backdrop-filter: blur(8px); }

.brand { display: flex; align-items: center; gap: .6rem; font-weight: 800; color: #fff; }
.brand-logo { height: 58px; width: auto; display: block; }
.brand-logo-dark { display: none; }
.nav.scrolled .brand-logo-light { display: none; }
.nav.scrolled .brand-logo-dark { display: block; }
.brand-mark {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px;
  background: var(--brand-2); color: #fff; font-family: var(--display); font-weight: 800;
  font-size: 1.05rem; letter-spacing: .02em;
  box-shadow: 0 0 0 4px rgba(106,155,70,.25);
}
.brand-name { font-family: var(--display); font-size: 1.4rem; text-transform: uppercase; letter-spacing: .01em; }
.brand-sub { color: var(--brand-2); font-weight: 700; margin-left: .32em; font-size: .62em; letter-spacing: .12em; }
.nav.scrolled .brand,
.nav.scrolled .brand-name { color: var(--ink); }

.nav-links { display: flex; align-items: center; gap: .35rem; }
.nav-links > a { color: #fff; font-weight: 600; font-size: .95rem; padding: .5rem .8rem; border-radius: 8px; opacity: .92; transition: background .15s, opacity .15s, color .15s; }
.nav-links > a:hover { background: rgba(255,255,255,.16); opacity: 1; }
.nav.scrolled .nav-links > a { color: var(--ink); }
.nav.scrolled .nav-links > a:hover { background: var(--brand-tint); }
.nav-phone { font-weight: 800 !important; }
.nav.scrolled .nav-phone { color: var(--brand) !important; }
.nav-links .btn-primary { color: #fff !important; background: var(--brand-2); }
.nav-links .btn-primary:hover { background: var(--brand); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { width: 26px; height: 2.5px; background: #fff; border-radius: 2px; transition: .25s; }
.nav.scrolled .nav-toggle span { background: var(--ink); }

/* ---------- Dropdown (Ydelser) ---------- */
.nav-item.has-dropdown { position: relative; }
.nav-drop-toggle {
  display: inline-flex; align-items: center; gap: .35rem; background: none; border: 0; cursor: pointer;
  font: inherit; color: #fff; font-weight: 600; font-size: .95rem; padding: .5rem .8rem; border-radius: 8px;
  opacity: .92; transition: background .15s, opacity .15s, color .15s;
}
.nav-drop-toggle:hover { background: rgba(255,255,255,.16); opacity: 1; }
.nav-drop-toggle .chev { width: 15px; height: 15px; transition: transform .2s ease; }
.nav.scrolled .nav-drop-toggle { color: var(--ink); }
.nav.scrolled .nav-drop-toggle:hover { background: var(--brand-tint); }
.nav-item.has-dropdown:hover .chev, .nav-item.has-dropdown.open .chev { transform: rotate(180deg); }

.dropdown {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 268px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: .5rem; display: grid; gap: .1rem; z-index: 60;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-item.has-dropdown:hover .dropdown,
.nav-item.has-dropdown:focus-within .dropdown,
.nav-item.has-dropdown.open .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: .6rem .85rem; border-radius: 8px; color: var(--ink) !important; font-weight: 600; font-size: .93rem; opacity: 1; }
.dropdown a:hover { background: var(--brand-tint); color: var(--brand) !important; }

/* ===========================================================
   HERO  (fuldbillede, venstrestillet indhold + nøgletal)
   =========================================================== */
.hero { position: relative; min-height: 100vh; overflow: hidden; display: flex; align-items: center; color: #fff; padding: 8rem 0 3rem; }
.media { position: absolute; inset: 0; background-size: cover; background-position: center;
         background-image: url('../img/DSC03781.jpg'); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media.video-failed .hero-video { display: none; }
.scrim { position: absolute; inset: 0;
         background: linear-gradient(180deg, rgba(16,38,25,.55) 0%, rgba(16,38,25,.35) 40%, rgba(16,38,25,.6) 100%); }

.hero-inner { position: relative; z-index: 4; width: 100%; display: flex; justify-content: center; }

/* Frosted glas-panel */
.hero-panel {
  max-width: 720px; width: 100%;
  background: rgba(18, 40, 27, .38);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-lg);
  padding: clamp(1.8rem, 4vw, 3rem);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.6);
}
.hero .eyebrow { color: var(--brand-2); margin-bottom: 1.1rem; }
.hero h1 { font-family: var(--display); text-transform: uppercase; font-size: clamp(2.6rem, 6.5vw, 4.8rem); font-weight: 800; letter-spacing: -.005em; line-height: .98; margin: 0 0 1.2rem; }
.hero-panel > p { opacity: .94; font-size: 1.12rem; max-width: 56ch; margin: 0 0 1.8rem; }
.cta { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero-chips { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hero-chips span { border: 1.5px solid rgba(255,255,255,.35); border-radius: 999px; padding: .45rem 1.05rem; font-size: .9rem; font-weight: 600; }

.hero-stats { list-style: none; margin: 1.8rem 0 0; padding: 1.7rem 0 0; border-top: 1px solid rgba(255,255,255,.18); display: flex; gap: 2.2rem; flex-wrap: wrap; }
.hero-stats li { display: flex; flex-direction: column; }
.hero-stats strong { font-family: var(--display); text-transform: uppercase; font-size: 1.9rem; line-height: 1; color: #fff; }
.hero-stats span { font-size: .88rem; opacity: .8; margin-top: .2rem; }
.hero-stats li + li { padding-left: 2.2rem; border-left: 1px solid rgba(255,255,255,.2); }

/* ===========================================================
   USP-STRIBE
   =========================================================== */
.usps {
  max-width: var(--maxw); margin: -3.5rem auto 0; position: relative; z-index: 10;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.usp { background: var(--paper); padding: 1.6rem 1.5rem; border-top: 4px solid var(--brand); }
.usp strong { display: block; color: var(--brand); font-size: 1.05rem; margin-bottom: .3rem; }
.usp span { color: var(--ink-soft); font-size: .92rem; }

/* ===========================================================
   YDELSER
   =========================================================== */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 0; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--brand); }
.card-media { aspect-ratio: 16 / 11; overflow: hidden; background: var(--brand-tint); }
.card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.06); }
.card-body { padding: 1.3rem 1.4rem 1.6rem; }

/* Kontakt-flise (samme størrelse som fotokortene, med baggrundsfoto + overlay) */
.card-contact { position: relative; border-color: var(--brand-dark); color: #fff; overflow: hidden;
  background-color: var(--brand-dark); background-size: cover; background-position: center; }
.card-contact::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(155deg, rgba(22,49,31,.90) 0%, rgba(18,38,25,.93) 100%); }
.card-contact::after { content: ""; position: absolute; right: -20%; top: -30%; width: 70%; height: 90%;
  background: radial-gradient(closest-side, rgba(106,155,70,.30), transparent 70%); pointer-events: none; }
.card-contact-inner { position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: center; gap: .55rem; padding: 1.8rem 1.6rem; }
.card-contact-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--brand-2);
  display: grid; place-items: center; margin-bottom: .5rem; box-shadow: 0 8px 20px -10px rgba(0,0,0,.5); }
.card-contact-icon svg { width: 23px; height: 23px; color: #fff; }
.card-contact h3 { color: #fff; font-size: 1.45rem; }
.card-contact p { color: rgba(255,255,255,.82); font-size: .93rem; margin: 0; }
.card-phone { font-family: var(--display); font-size: 2rem; color: #fff; white-space: nowrap; line-height: 1; margin-top: .2rem; }
.card-phone:hover { color: var(--brand-2); }
.card-contact-cta { background: #fff; color: var(--brand); align-self: flex-start; margin-top: .5rem; box-shadow: none; }
.card-contact-cta:hover { background: var(--brand-2); color: #fff; }
.card-contact:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-ic {
  display: grid; place-items: center; width: 52px; height: 52px; border-radius: 12px;
  background: var(--brand-tint); margin-bottom: 1.1rem; transition: background .2s ease;
}
.card-ic svg { width: 26px; height: 26px; color: var(--brand); transition: color .2s ease; }
.card:hover .card-ic { background: var(--brand); }
.card:hover .card-ic svg { color: #fff; }
.card { display: block; }
.card h3 { font-size: 1.2rem; margin-bottom: .45rem; }
.card p { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.card-more { display: inline-block; margin-top: .9rem; color: var(--brand); font-weight: 700; font-size: .9rem; }
.card:hover .card-more { color: var(--brand-dark); }

/* ---------- Erhvervs-band ---------- */
.band { display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; flex-wrap: wrap;
  margin-top: 2.6rem; padding: 2rem 2.2rem; border-radius: var(--radius);
  background: var(--brand); color: #fff; border-left: 4px solid var(--brand-2); }
.band-text strong { display: block; font-size: 1.25rem; margin-bottom: .3rem; }
.band-text p { margin: 0; opacity: .82; font-size: .98rem; }
.band .btn-primary { background: #fff; color: var(--brand); box-shadow: none; }
.band .btn-primary:hover { background: var(--brand-2); color: #fff; }

/* ===========================================================
   FEATURE (maskinstation / wrap)
   =========================================================== */
.feature-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.feature-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 5/4; object-fit: cover; width: 100%; }
.feature-text h2 { font-family: var(--display); font-size: clamp(2rem, 4.4vw, 3rem); margin: .5rem 0 1rem; }
.feature-text p { color: var(--ink-soft); margin: 0 0 1rem; }

/* ===========================================================
   OM OS
   =========================================================== */
.about { background: var(--paper-2); }
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.about-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.about-text h2 { font-family: var(--display); font-size: clamp(2rem, 4.4vw, 3rem); margin: .5rem 0 1rem; }
.about-text p { color: var(--ink-soft); margin: 0 0 1rem; }

.ticks { list-style: none; padding: 0; margin: 1.4rem 0 1.8rem; display: grid; gap: .6rem; }
.ticks li { position: relative; padding-left: 1.8rem; font-weight: 600; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #fff; background: var(--brand-2);
  width: 1.25rem; height: 1.25rem; border-radius: 50%; display: grid; place-items: center; font-size: .75rem; }

.about-facts { display: flex; gap: 1rem; flex-wrap: wrap; }
.about-facts div { flex: 1 1 180px; background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--brand-2); border-radius: var(--radius); padding: 1rem 1.2rem; }
.about-facts strong { display: block; color: var(--brand); }
.about-facts span { color: var(--ink-soft); font-size: .9rem; }

/* ===========================================================
   SÅDAN ARBEJDER VI
   =========================================================== */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.step { padding: 1.7rem 1.5rem; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.step-no { font-family: var(--display); display: inline-block; font-size: 2rem; font-weight: 800; color: var(--brand); letter-spacing: -.02em; margin-bottom: .5rem; }
.step h3 { font-size: 1.15rem; margin-bottom: .4rem; }
.step p { color: var(--ink-soft); font-size: .95rem; margin: 0; }

/* ===========================================================
   GALLERI
   =========================================================== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 220px; gap: 1.2rem; }
.shot { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.shot:hover img { transform: scale(1.06); }
.shot-tall { grid-row: span 2; }
.shot figcaption { position: absolute; inset: auto 0 0 0; padding: 1.6rem 1.1rem .9rem; color: #fff; font-weight: 700; font-size: .95rem;
  background: linear-gradient(180deg, transparent, rgba(16,38,25,.85)); }

/* ===========================================================
   DÆKNINGSOMRÅDE
   =========================================================== */
.area { background: var(--brand-dark); color: #e8efe2; }
.area .eyebrow.ink { color: var(--brand-2); }
.area-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(1.8rem, 5vw, 4rem); align-items: center; }
.area-text h2 { font-family: var(--display); color: #fff; font-size: clamp(2rem, 4.4vw, 3rem); margin: .5rem 0 1rem; }
.area-text p { opacity: .85; margin: 0 0 1.6rem; }
.area-tags { display: flex; flex-wrap: wrap; gap: .6rem; }
.area-tags span { border: 1.5px solid rgba(255,255,255,.25); border-radius: 999px; padding: .5rem 1.1rem; font-size: .9rem; font-weight: 600; }
.area-tags span:last-child { background: var(--brand-2); border-color: var(--brand-2); }

.area-card { background: var(--paper); color: var(--ink); border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-lg); }
.area-card h3 { text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; color: var(--ink-soft); }
.area-primary { font-family: var(--display); text-transform: uppercase; font-size: 1.7rem; color: var(--brand); margin: .3rem 0 1.2rem; }
.area-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.area-list li { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; align-items: baseline; padding-bottom: .8rem; border-bottom: 1px solid var(--line); font-weight: 600; }
.area-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.area-list span { text-transform: uppercase; letter-spacing: .08em; font-size: .7rem; font-weight: 800; color: var(--ink-soft); }

/* ===========================================================
   KONTAKT
   =========================================================== */
.contact { background: linear-gradient(160deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; }
.contact .eyebrow { color: var(--brand-2); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.8rem, 5vw, 4rem); }
.contact-text h2 { font-family: var(--display); font-size: clamp(2rem, 4.4vw, 3.1rem); margin: .5rem 0 1rem; }
.contact-text > p { opacity: .9; margin-bottom: 1.8rem; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.contact-list li { display: grid; grid-template-columns: 110px 1fr; align-items: baseline; gap: 1rem; padding-bottom: .9rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-list span { text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 800; opacity: .7; }
.contact-list a { font-weight: 700; }
.contact-list a:hover { text-decoration: underline; }

.contact-form { background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: 1.8rem; display: grid; gap: 1rem; box-shadow: var(--shadow-lg); }
.contact-form label { display: grid; gap: .35rem; font-weight: 700; font-size: .9rem; }
.contact-form input, .contact-form textarea, .contact-form select {
  font: inherit; padding: .8rem .95rem; border: 1.5px solid var(--line); border-radius: 10px; background: var(--paper-2); resize: vertical; width: 100%;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: none; border-color: var(--brand-2); background: #fff; }
.contact-form small { color: var(--ink-soft); font-size: .78rem; }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer { background: var(--ink); color: #c3cec4; padding: 3.5rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.5rem; }
.footer .brand-name { color: #fff; }
.footer-logo { height: 84px; width: auto; }
.footer-tag { color: var(--brand-2); font-weight: 600; margin: 1rem 0 0; max-width: 32ch; }
.footer-member { display: inline-flex; flex-direction: column; gap: .5rem; margin-top: 1.5rem; text-decoration: none; }
.footer-member span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: #869187; }
.footer-member img { width: 92px; height: auto; opacity: .92; transition: opacity .2s ease; }
.footer-member:hover img { opacity: 1; }
.footer h4 { color: #fff; font-size: .95rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a, .footer-grid span { display: block; color: #c3cec4; font-size: .95rem; margin-bottom: .5rem; }
.footer-grid a:hover { color: #fff; }
.footer-bar { border-top: 1px solid rgba(255,255,255,.1); padding: 1.3rem 0; font-size: .85rem; color: #869187; }
.footer-bar .wrap { width: 100%; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* ===========================================================
   UNDERSIDER (ydelser)
   =========================================================== */
.page-hero { position: relative; background-color: var(--brand-dark); background-size: cover; background-position: center; color: #fff; padding: 9.5rem 0 3.5rem; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(22,49,31,.93) 0%, rgba(18,38,25,.82) 100%); }
.page-hero::after { content: ""; position: absolute; right: -6%; top: -40%; width: 46%; height: 180%; background: radial-gradient(closest-side, rgba(106,155,70,.22), transparent 70%); pointer-events: none; z-index: 1; }
.page-hero .wrap { position: relative; z-index: 2; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; font-size: .85rem; opacity: .72; margin-bottom: 1.1rem; }
.breadcrumb a:hover { text-decoration: underline; }
.page-hero .eyebrow { color: var(--brand-2); margin-bottom: .7rem; }
.page-hero h1 { font-family: var(--display); font-size: clamp(2.4rem, 5.5vw, 4rem); line-height: 1; margin: 0 0 1rem; max-width: 20ch; }
.page-hero .lead { opacity: .92; font-size: 1.14rem; max-width: 58ch; margin: 0 0 1.7rem; }
.page-hero .cta { display: flex; gap: .8rem; flex-wrap: wrap; }
.page-hero .btn-ghost { border-color: rgba(255,255,255,.55); }

/* Bredere container til undersider */
.wrap-wide { max-width: 1400px; }
/* Fuld-bredde indhold med alternerende billede/tekst-rækker */
.ydelse-sections { max-width: 100%; margin: 0 auto; display: grid; gap: clamp(3rem, 7vw, 5.5rem); }

/* Billede + tekst side om side, skifter side hver anden gang */
.ydelse-row { display: flex; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.ydelse-row.reverse { flex-direction: row-reverse; }
.ydelse-media { flex: 0 0 38%; }
.ydelse-text { flex: 1 1 auto; }
.ydelse-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: block; }
.ydelse-media.portrait img { aspect-ratio: 1/1; object-position: center 20%; }
.ydelse-text h2 { font-family: var(--display); font-size: clamp(1.8rem, 3.6vw, 2.7rem); margin: 0 0 1rem; }
.ydelse-text p { color: var(--ink-soft); margin: 0 0 1rem; }
.ydelse-text .ticks { margin: 1.3rem 0 0; }

/* Tekst-kun række: overskrift-label til venstre, brødtekst til højre */
.ydelse-row.text-only { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(1.4rem, 4vw, 3.5rem); }
.ydelse-row.text-only .ydelse-head h2 { font-family: var(--display); font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin: 0; position: sticky; top: 110px; }
.ydelse-row.text-only .ydelse-head h2::after { content: ""; display: block; width: 48px; height: 4px; background: var(--brand-2); border-radius: 2px; margin-top: 1rem; }
.ydelse-row.text-only .ydelse-body p { color: var(--ink-soft); margin: 0 0 1rem; font-size: 1.05rem; }
.ydelse-row.text-only .ydelse-body .ticks { margin: 1.3rem 0 0; }

/* Andre ydelser */
.related { background: var(--paper-2); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related-grid a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--paper);
  border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: var(--radius); padding: 1.1rem 1.3rem; font-weight: 700; transition: transform .18s, box-shadow .18s, border-color .18s; }
.related-grid a:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--brand); }
.related-grid a span { color: var(--brand-2); font-size: 1.2rem; }

/* FAQ */
.faq { max-width: 1120px; margin: clamp(3rem, 7vw, 5rem) auto 0; }
.faq .section-head { margin-bottom: 1.6rem; }
.faq-grid { display: grid; gap: 1rem; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--brand-2); border-radius: var(--radius); padding: 1.3rem 1.6rem; }
.faq-item h3 { font-size: 1.12rem; margin-bottom: .5rem; }
.faq-item p { color: var(--ink-soft); margin: 0; }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 960px) {
  .grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .usps { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid, .feature-grid, .area-grid { grid-template-columns: 1fr; }
  .about-media, .feature-media { order: -1; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .ydelse-row, .ydelse-row.reverse { flex-direction: column; gap: 1.4rem; }
  .ydelse-media { flex-basis: auto; width: 100%; }
  .ydelse-row.text-only { grid-template-columns: 1fr; gap: 1.4rem; }
  .ydelse-row.text-only .ydelse-head h2 { position: static; }
  .ydelse-row.text-only .ydelse-head h2::after { margin-top: .8rem; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute; inset: 100% 0 auto 0; flex-direction: column; align-items: stretch;
    background: #fff; padding: 1rem; gap: .2rem; box-shadow: var(--shadow-lg);
    transform: translateY(-8px); opacity: 0; pointer-events: none; transition: .2s;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links > a { color: var(--ink); }
  .nav-links .btn-primary { justify-content: center; margin-top: .4rem; }
  /* Dropdown bliver en inline-liste i mobilmenuen, styret af .open */
  .nav-item.has-dropdown { width: 100%; }
  .nav-drop-toggle { width: 100%; justify-content: space-between; color: var(--ink); }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    border: 0; border-radius: 0; padding: .2rem 0 .4rem .6rem; min-width: 0; display: none; }
  .nav-item.has-dropdown.open .dropdown { display: grid; }
  .hero-stats li + li { padding-left: 0; border-left: 0; }
  .hero-stats { gap: 1.6rem; }
}
@media (max-width: 520px) {
  .grid, .steps-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .shot-tall { grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .cta { flex-direction: column; align-items: stretch; }
  .cta .btn { justify-content: center; }
}

/* ===========================================================
   LEGAL-SIDER (privatlivspolitik / cookiepolitik)
   =========================================================== */
.legal-page { padding: 8.5rem 0 4.5rem; }
.legal-page .wrap { max-width: 820px; }
.legal-page h1 { font-family: var(--display); font-size: clamp(2rem, 4.4vw, 3rem); margin-bottom: 1.4rem; }
.legal-page h2 { font-family: var(--display); font-size: 1.4rem; margin: 2.2rem 0 .8rem; color: var(--brand); }
.legal-page p { color: var(--ink-soft); margin: 0 0 1rem; line-height: 1.75; }
.legal-page ul { color: var(--ink-soft); margin: 0 0 1.1rem 1.2rem; line-height: 1.75; }
.legal-page li { margin-bottom: .4rem; }
.legal-page a { color: var(--brand); font-weight: 600; text-decoration: underline; }

/* ===========================================================
   COOKIE-BANNER (TeamOpti standard, Consent Mode v2)
   =========================================================== */
.cc-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10000;
  background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 30px rgba(0,0,0,.1);
  transform: translateY(100%); transition: transform .4s ease; max-height: 90vh; overflow-y: auto; }
.cc-banner.cc-visible { transform: translateY(0); }
.cc-inner { max-width: 900px; margin: 0 auto; padding: 28px 24px; }
.cc-title { font-size: 1.15rem; font-weight: 800; color: var(--ink); margin-bottom: 10px; }
.cc-text { font-size: .9rem; line-height: 1.65; color: var(--ink-soft); margin-bottom: 8px; }
.cc-link { margin-bottom: 18px; }
.cc-link a { font-size: .85rem; color: var(--brand); text-decoration: underline; font-weight: 500; }
.cc-link a:hover { color: var(--brand-dark); }
.cc-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.cc-btn { border: none; cursor: pointer; font-family: inherit; font-size: .88rem; font-weight: 600; padding: 11px 24px; border-radius: 8px; transition: all .2s ease; }
.cc-btn-accept { background: var(--brand); color: #fff; }
.cc-btn-accept:hover { background: var(--brand-dark); color: #fff; }
.cc-btn-reject { background: transparent; color: var(--brand); border: 1px solid var(--brand); }
.cc-btn-reject:hover { background: var(--brand-tint); }
.cc-btn-details { background: transparent; color: var(--ink-soft); text-decoration: underline; padding: 11px 12px; }
.cc-btn-details:hover { color: var(--ink); }
.cc-details { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.cc-details.cc-detail-open { max-height: 640px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.cc-category { padding: 12px 0; border-bottom: 1px solid #f3f4f6; }
.cc-category:last-of-type { border-bottom: none; }
.cc-cat-label { display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 16px; }
.cc-cat-info { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.cc-cat-info strong { font-size: .92rem; color: var(--ink); font-weight: 700; }
.cc-cat-info span { font-size: .82rem; color: var(--ink-soft); line-height: 1.5; }
.cc-toggle { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.cc-toggle input { opacity: 0; width: 0; height: 0; }
.cc-slider { position: absolute; inset: 0; background: #d1d5db; border-radius: 24px; transition: background .3s; cursor: pointer; }
.cc-slider::before { content: ''; position: absolute; left: 3px; top: 3px; width: 18px; height: 18px; background: #fff; border-radius: 50%; transition: transform .3s; box-shadow: 0 1px 3px rgba(0,0,0,.15); }
.cc-toggle input:checked + .cc-slider { background: var(--brand); }
.cc-toggle input:checked + .cc-slider::before { transform: translateX(20px); }
.cc-toggle-disabled .cc-slider { background: #e5e7eb; cursor: not-allowed; opacity: .7; }
.cc-reopener { position: fixed; bottom: 20px; left: 20px; z-index: 9999; width: 44px; height: 44px; border-radius: 50%;
  background: #fff; color: var(--brand); border: 1px solid var(--line); cursor: pointer;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,.12);
  transition: all .2s ease; transform: scale(0); opacity: 0; }
.cc-reopener.cc-visible { transform: scale(1); opacity: 1; }
.cc-reopener:hover { background: var(--brand); color: #fff; border-color: var(--brand); transform: scale(1.08); }
@media (max-width: 768px) {
  .cc-inner { padding: 20px 16px; }
  .cc-buttons { flex-direction: column; }
  .cc-btn { width: 100%; text-align: center; }
  .cc-btn-details { text-align: left; padding: 8px 0; }
  .cc-reopener { bottom: 14px; left: 14px; width: 40px; height: 40px; }
}

/* Footer legal-links */
.footer-legal a { color: #c3cec4; }
.footer-legal a:hover { color: #fff; text-decoration: underline; }
