/*
Theme Name: LemonChild - HusVentilation
Theme URI: https://husventilation.lemonmarketing.dk/
Description: HusVentilation child theme for LemonTheme based on the approved static visual mockup.
Author: Lemon Marketing
Template: lemontheme
Version: 1.0.0
Text Domain: lemonchild-husventilation
*/
:root {
  --bg: #f7faf8;
  --surface: #ffffff;
  --surface-soft: #eef5f2;
  --blue: #256f9f;
  --cyan: #28a9dc;
  --green: #7ca99c;
  --mint: #dceee8;
  --ink: #18313a;
  --muted: #61747a;
  --line: #dbe7e4;
  --accent: #e9b96f;
  --shadow: 0 24px 70px rgba(25, 49, 57, .10);
  --radius: 8px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
img, video, iframe { max-width: 100%; }

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

[data-site-header] {
  position: sticky;
  top: 0;
  z-index: 30;
}

.topbar {
  position: relative;
  background: rgba(247, 250, 248, .93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219, 231, 228, .85);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.logo img {
  width: 188px;
  height: auto;
  display: block;
}

.menu {
  display: flex;
  gap: 19px;
  font-size: 14px;
  color: #385159;
  white-space: nowrap;
}

.header-contact {
  display: grid;
  gap: 4px;
  justify-items: end;
  margin-left: 8px;
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.header-contact a {
  font-size: 14px;
  font-weight: 800;
  color: #234650;
  white-space: nowrap;
}

.header-contact .email-link {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.social-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #1f6672;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border-radius: 8px;
  font-weight: 780;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
}

.btn.primary {
  color: #fff;
  background: #1f6672;
  box-shadow: 0 12px 28px rgba(31, 102, 114, .18);
}

.btn.secondary {
  color: #1f6672;
  background: #fff;
  border-color: #bed6d2;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 110;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(219, 231, 228, .9);
  border-radius: 0;
  background: rgba(255, 255, 255, .9);
  color: #17343d;
  box-shadow: 0 16px 34px rgba(25, 49, 57, .12);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover {
  background: #fff;
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  padding: 76px 0 86px;
  overflow: visible;
  z-index: 2;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 58px;
  align-items: center;
}

.page-hero {
  padding: 70px 0 58px;
}

.page-hero .hero-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.page-hero .hero-grid > * {
  min-width: 0;
}

.page-hero .page-visual {
  min-height: 0;
  height: 430px;
  align-self: stretch;
}

.page-hero h1 {
  max-width: 100%;
  font-size: clamp(36px, 3.75vw, 54px);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.page-hero .lead {
  max-width: 560px;
}

.page-hero .image-note {
  display: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #41646c;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--cyan);
}

h1 {
  max-width: 720px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  font-weight: 860;
  color: #142b32;
}

h2 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 840;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

.lead {
  max-width: 650px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  position: relative;
  z-index: 10;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  color: #31515a;
  font-size: 14px;
  font-weight: 720;
}

.trust-accordion {
  align-items: flex-start;
}

.trust-item {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.trust-item summary {
  min-height: auto;
  list-style: none;
}

.trust-item summary::after {
  content: "+";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--surface-soft);
  color: #1f6672;
  font-size: 16px;
  font-weight: 850;
}

.trust-item[open] summary::after {
  content: "-";
}

.trust-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 60;
  width: min(390px, calc(100vw - 40px));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.trust-item:first-child .trust-panel {
  width: min(560px, calc(100vw - 40px));
}

.trust-item:not([open]) .trust-panel {
  display: none;
}

.trust-panel p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.service-area-map {
  position: relative;
  height: 330px;
  margin-bottom: 14px;
  border: 1px solid #b9d3cf;
  border-radius: 8px;
  background: #eaf2ef;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
}

.graphic-denmark-map {
  background:
    radial-gradient(circle at 31% 54%, rgba(40, 169, 220, .18), transparent 19%),
    linear-gradient(145deg, #f6fbf9 0%, #e7f1ee 100%);
}

.graphic-denmark-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(31, 102, 114, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 102, 114, .045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, rgba(0,0,0,.65), transparent 72%);
  pointer-events: none;
}

.graphic-denmark-map img {
  position: absolute;
  inset: 12px 20px 14px 12px;
  width: calc(100% - 32px);
  height: calc(100% - 26px);
  object-fit: contain;
  opacity: .74;
  filter: grayscale(1) sepia(.18) hue-rotate(125deg) saturate(.95) contrast(1.28) brightness(.96);
}

.service-area-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: saturate(.82) contrast(1.12) brightness(.98);
}

.service-map-radius,
.service-map-pin,
.service-map-label,
.service-map-callout {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.service-map-radius {
  left: 50%;
  top: 50%;
  width: 190px;
  height: 150px;
  transform: translate(-50%, -50%);
  border: 3px solid #28a9dc;
  border-radius: 50%;
  background: rgba(40, 169, 220, .13);
  box-shadow: 0 0 0 8px rgba(40, 169, 220, .06), 0 10px 28px rgba(25, 49, 57, .12);
  animation: mapRadiusPulse 2.2s ease-in-out infinite;
}

.service-map-pin {
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  border-radius: 999px;
  background: #1f6672;
  box-shadow: 0 0 0 7px rgba(40, 169, 220, .24), 0 12px 28px rgba(25, 49, 57, .28);
}

.service-map-pin::after {
  content: "";
  position: absolute;
  inset: -13px;
  border: 2px solid rgba(40, 169, 220, .72);
  border-radius: inherit;
  animation: mapPulse 1.9s ease-out infinite;
}

.service-map-label,
.service-map-callout {
  padding: 5px 9px;
  border: 1px solid rgba(31, 102, 114, .24);
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: #17343d;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(25, 49, 57, .14);
  white-space: nowrap;
}

.service-map-label {
  left: calc(50% + 14px);
  top: calc(50% - 38px);
}

.service-map-callout {
  left: calc(50% + 56px);
  top: calc(50% + 42px);
  color: #1f6672;
  border-color: rgba(40, 169, 220, .34);
}

.graphic-denmark-map .service-map-radius {
  left: 31%;
  top: 54%;
  width: 92px;
  height: 92px;
  border-style: dashed;
  background: rgba(40, 169, 220, .15);
}

.graphic-denmark-map .service-map-pin {
  left: 31%;
  top: 54%;
}

.graphic-denmark-map .service-map-label {
  left: calc(31% + 15px);
  top: calc(54% - 38px);
}

.graphic-denmark-map .service-map-callout {
  left: calc(31% + 58px);
  top: calc(54% + 18px);
}

.service-map-city {
  position: absolute;
  z-index: 2;
  padding: 4px 7px;
  border: 1px solid rgba(31, 102, 114, .16);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #415c62;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(25, 49, 57, .08);
  pointer-events: none;
}

.city-aarhus { left: 33%; top: 45%; }
.city-silkeborg { left: 16%; top: 46%; }
.city-randers { left: 28%; top: 35%; }
.city-kolding { left: 23%; top: 58%; }

.map-credit {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 2;
  color: rgba(65, 92, 98, .68);
  font-size: 10px;
  pointer-events: none;
}

@keyframes mapRadiusPulse {
  0%, 100% {
    opacity: .92;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: .68;
    transform: translate(-50%, -50%) scale(1.045);
  }
}

@keyframes mapPulse {
  0% {
    transform: scale(.55);
    opacity: .95;
  }
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}

.denmark-map {
  position: relative;
  margin-bottom: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef5f2, #ffffff);
  border: 1px solid var(--line);
  overflow: hidden;
}

.denmark-map img {
  width: 100%;
  height: 245px;
  object-fit: contain;
  display: block;
  padding: 12px;
  opacity: .52;
  filter: grayscale(1) sepia(.18) hue-rotate(125deg) saturate(.68) brightness(1.08);
}

.denmark-map-real::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 31% 54%, rgba(40, 169, 220, .14), transparent 22%), linear-gradient(180deg, rgba(255,255,255,.08), rgba(232,242,239,.22));
  pointer-events: none;
}

.map-radius {
  position: absolute;
  left: 31%;
  top: 54%;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
  border: 2px dashed #28a9dc;
  border-radius: 999px;
  background: rgba(40, 169, 220, .12);
  box-shadow: 0 0 0 10px rgba(40, 169, 220, .05);
  z-index: 2;
}

.map-pin {
  position: absolute;
  left: 31%;
  top: 54%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 999px;
  background: #1f6672;
  box-shadow: 0 8px 18px rgba(31, 102, 114, .32);
  z-index: 3;
}

.map-pin-label,
.map-radius-label {
  position: absolute;
  z-index: 3;
  padding: 6px 8px;
  border: 1px solid rgba(31, 102, 114, .16);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: #18313a;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(25, 49, 57, .08);
}

.map-pin-label {
  left: calc(31% + 12px);
  top: calc(54% - 28px);
}

.map-radius-label {
  left: calc(31% + 50px);
  top: calc(54% + 18px);
  color: var(--muted);
}

.advisor-panel {
  display: grid;
  gap: 14px;
}

.advisor-panel article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  align-items: center;
}

.advisor-panel strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.advisor-photo {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  background-image: var(--photo);
  background-size: cover;
  background-position: center 24%;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.mini-list span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  color: #24485f;
  font-size: 13px;
  font-weight: 750;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
}

.video-card,
.visual-card,
.page-visual,
.quote-visual {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background-color: #dceee8;
}

.video-card {
  min-height: 520px;
}

.video-card video {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.video-play {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: #17343d;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(25, 49, 57, .16);
  backdrop-filter: blur(12px);
}

.video-play span:last-child {
  display: grid;
  gap: 3px;
  line-height: 1.35;
  font-size: 13px;
}

.video-play strong {
  font-size: 14px;
}

.play-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1f6672;
}

.play-mark::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
}

.video-card.is-playing .video-play {
  display: none;
}

.visual-card,
.page-visual,
.quote-visual,
.photo-tile {
  background-image:
    linear-gradient(180deg, rgba(25, 49, 57, .02), rgba(25, 49, 57, .22)),
    var(--photo);
  background-position: center;
  background-size: cover;
}

.visual-card { min-height: 520px; }
.page-visual { min-height: 440px; }
.quote-visual { min-height: 300px; }
.service-photo { --photo: url("https://husventilation.lemonmarketing.dk/wp-content/uploads/2026/08/0016-scaled.jpg"); }
.clean-photo { --photo: url("https://husventilation.lemonmarketing.dk/wp-content/uploads/2026/08/0022-scaled.jpg"); }
.install-photo { --photo: url("https://husventilation.lemonmarketing.dk/wp-content/uploads/2026/08/0002-scaled.jpg"); }
.about-photo { --photo: url("https://husventilation.lemonmarketing.dk/wp-content/uploads/2026/08/0004-1-scaled.jpg"); }
.home-photo { --photo: url("https://husventilation.lemonmarketing.dk/wp-content/uploads/2026/08/0024-scaled.jpg"); }

.about-story {
  background:
    radial-gradient(circle at 12% 18%, rgba(40, 169, 220, .12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #eef6f3 100%);
}

.story-text {
  max-width: 820px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.story-text strong {
  color: var(--ink);
  font-size: 1.08em;
}

.story-stack {
  display: grid;
  gap: 8px;
}

.team-section {
  background:
    linear-gradient(180deg, #f7fbf9 0%, #ffffff 72%);
}

.service-subscription {
  background: #fff;
}

.clean-detail {
  background: linear-gradient(180deg, #f7faf8 0%, #eef6f3 100%);
}

.clean-detail .subscription-intro {
  background: var(--surface);
  color: var(--ink);
}

.clean-detail .subscription-intro h3 {
  color: var(--ink);
}

.clean-detail .subscription-intro p {
  color: var(--muted);
}

.install-detail {
  background: linear-gradient(180deg, #ffffff 0%, #f0f5f4 100%);
}

.install-detail .subscription-intro {
  background: var(--surface);
  color: var(--ink);
}

.install-detail .subscription-intro h3 {
  color: var(--ink);
}

.install-detail .subscription-intro p {
  color: var(--muted);
}

.subscription-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 18px;
  align-items: stretch;
}

.subscription-intro {
  background: #17343d;
  color: #fff;
}

.subscription-intro h3,
.subscription-intro p {
  color: #fff;
}

.subscription-intro p {
  color: rgba(255,255,255,.8);
}

.subscription-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.subscription-list .card {
  min-height: 178px;
}

.subscription-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
}

.subscription-note p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.6;
}
.person-anders {
  --photo: url("https://husventilation.lemonmarketing.dk/wp-content/uploads/husventilation/anders-petersen.png");
  background-position: center 24%;
}

.person-henning {
  --photo: url("https://husventilation.lemonmarketing.dk/wp-content/uploads/husventilation/henning-petersen.png");
  background-position: center 22%;
}

.image-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .90);
  color: #345159;
  font-size: 13px;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}

section { padding: 82px 0; }
.band { background: #fff; }
.band.team-section {
  background:
    linear-gradient(180deg, #f7fbf9 0%, #ffffff 72%);
}
.soft { background: var(--surface-soft); }

.section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}

.section-head h2 { max-width: 720px; }

.section-head .eyebrow {
  margin-bottom: 0;
}

.service-subscription .section-head,
.install-detail .section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-head p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 16px;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.four { grid-template-columns: repeat(4, 1fr); }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.grid.five { grid-template-columns: repeat(5, 1fr); }
.grid.aside { grid-template-columns: .85fr 1.15fr; align-items: start; gap: 34px; }

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
  box-shadow: 0 14px 40px rgba(25, 49, 57, .06);
}

.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--mint);
  color: #1f6672;
  font-size: 16px;
  font-weight: 850;
  margin-bottom: 18px;
}

.icon svg {
  width: 24px;
  height: 24px;
  stroke: #1f6672;
}

.card h3 { margin-bottom: 11px; }

.card p,
.rich-text p {
  color: var(--muted);
  line-height: 1.62;
  font-size: 15px;
}

.rich-text {
  display: grid;
  gap: 18px;
}

.lemon-default-page {
  padding: 72px 0 92px;
  background: var(--bg);
}

.lemon-content {
  width: min(880px, 100%);
  color: var(--ink);
}

.lemon-page-title {
  margin-bottom: 44px;
  max-width: 860px;
  font-size: clamp(36px, 3.75vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 860;
  color: #142b32;
}

.lemon-content h1,
.lemon-content .wp-block-post-title {
  margin-bottom: 34px;
  max-width: 860px;
  font-size: clamp(36px, 3.75vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 860;
  color: var(--ink);
}

.lemon-content h2,
.lemon-content h3,
.lemon-content h4 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: var(--ink);
  line-height: 1.12;
}

.lemon-content h2 { font-size: clamp(30px, 4vw, 46px); }
.lemon-content h3 { font-size: 22px; }
.lemon-content h4 { font-size: 18px; }

.lemon-content p,
.lemon-content li {
  max-width: 850px;
  color: #29454d;
  font-size: 17px;
  line-height: 1.72;
}

.lemon-content p {
  margin: 0 0 18px;
}

.lemon-content strong {
  color: var(--ink);
  font-weight: 850;
}

.lemon-content a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lemon-content ul,
.lemon-content ol {
  display: grid;
  gap: 8px;
  margin: 0 0 22px 22px;
  padding: 0;
}

.lemon-content .wp-block-spacer {
  max-height: 48px;
}

.lemon-content .wp-block-heading {
  margin-top: 34px;
}

.lemon-content > *:first-child {
  margin-top: 0;
}

.card-link {
  display: inline-flex;
  margin-top: 22px;
  color: #1f6672;
  font-size: 14px;
  font-weight: 800;
}

.deep-card,
.package-card {
  min-height: 268px;
  display: flex;
  flex-direction: column;
}

.package-card {
  min-height: 440px;
}

.package-card .btn,
.package-card .card-link,
.deep-card .card-link { margin-top: auto; }

.price-card {
  position: relative;
  padding: 34px;
}

.price-card.featured {
  border-color: rgba(31, 102, 114, .34);
  box-shadow: 0 26px 70px rgba(31, 102, 114, .13);
}

.badge {
  position: absolute;
  top: -14px;
  right: 22px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #e9b96f;
  border: 1px solid rgba(143, 105, 35, .22);
  color: #2d2618;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(45, 38, 24, .10);
}

.price {
  margin: 18px 0 20px;
  font-size: 42px;
  line-height: 1;
  font-weight: 860;
  color: #14333b;
}

.price span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.checklist {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
  color: #39545c;
}

.checklist.compact { margin: 0; }

.checklist li {
  display: flex;
  gap: 10px;
  line-height: 1.45;
}

.checklist li::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--cyan) 0 4px, var(--mint) 5px);
}

.interactive-panel {
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.booking-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 0;
}

.booking-sidebar {
  padding: 34px;
  background: #eef5f2;
}

.booking-main {
  padding: 34px;
}

.form-panel {
  display: grid;
  gap: 18px;
}

.form-stepper {
  display: grid;
  grid-template-columns: 40px 1fr 40px 1fr 40px;
  align-items: center;
  gap: 10px;
  margin: 8px 0 18px;
}

.step-dot {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #2f5b7f;
  color: #2f5b7f;
  background: #fff;
  font-weight: 850;
}

.step-dot.active {
  background: #2f5b7f;
  color: #fff;
}

.form-stage[hidden] {
  display: none;
}

.form-nav {
  justify-content: flex-end;
  margin-top: 18px;
}

.step-line {
  height: 1px;
  background: #b7c8d6;
}

.service-picker {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0 18px;
}

.service-picker summary {
  min-height: 58px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.field,
.field-full {
  display: grid;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

label span,
.field label,
.field-full label {
  font-weight: 780;
  color: #24485f;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #2f5b7f;
  border-radius: 6px;
  padding: 10px 13px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

textarea {
  min-height: 116px;
  resize: vertical;
}

.checkbox-list {
  display: grid;
  gap: 9px;
  padding-bottom: 18px;
}

.service-options {
  display: grid;
  gap: 18px;
  padding-bottom: 18px;
}

.service-group {
  display: grid;
  gap: 8px;
}

.service-group h3 {
  margin: 10px 0 2px;
  font-size: 15px;
  color: #18313a;
}

.service-option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) minmax(82px, auto);
  gap: 10px;
  align-items: start;
  padding: 9px 0;
  border-top: 1px solid rgba(219, 231, 228, .75);
  color: #24485f;
}

.service-option input {
  width: 15px;
  min-height: 15px;
  margin-top: 3px;
}

.service-option span {
  line-height: 1.35;
}

.service-option strong {
  justify-self: end;
  text-align: right;
  color: #18313a;
  white-space: nowrap;
}

.service-option-general {
  padding: 12px 0;
  border-top: 0;
  border-bottom: 1px solid rgba(219, 231, 228, .9);
}

.checkbox-list label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #24485f;
}

.checkbox-list input {
  width: 15px;
  min-height: 15px;
  margin-top: 4px;
}

.choice-grid {
  display: grid;
  gap: 12px;
}

.package-group {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(25, 49, 57, .04);
}

.package-group summary {
  min-height: 58px;
  padding: 0 18px;
  color: #18313a;
}

.package-group .choice-card {
  margin: 0 12px 12px;
}

.choice-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.choice-card input {
  position: absolute;
  width: 1px;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
}

.choice-card:has(input:checked) {
  border-color: rgba(31, 102, 114, .55);
  box-shadow: 0 16px 38px rgba(31, 102, 114, .12);
}

.choice-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-weight: 840;
}

.choice-title > span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.choice-badge {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 3px 8px;
  border: 1px solid rgba(40, 169, 220, .28);
  border-radius: 999px;
  background: #eef8fb;
  color: #1f6672;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.choice-card small {
  color: var(--muted);
  line-height: 1.45;
}

.booking-summary {
  margin-top: 22px;
  padding: 20px;
  border-radius: 8px;
  background: #17343d;
  color: #fff;
}

.booking-summary span {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  margin-top: 8px;
}

.process { counter-reset: step; }

.process .grid.four {
  gap: 34px;
}

.step {
  position: relative;
  min-height: 190px;
}

.process .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #7ca99c;
  border-right: 2px solid #7ca99c;
  transform: translateY(-50%) rotate(45deg);
  opacity: .85;
}

.step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  margin-bottom: 18px;
  color: #28a9dc;
  font-size: 32px;
  font-weight: 860;
}

.quote {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: center;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

blockquote {
  margin: 0;
  color: #173239;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.22;
  font-weight: 760;
}

.quote cite {
  display: block;
  margin-top: 22px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.5;
}

.reference-section {
  background: #fff;
}

.testimonial-slider .section-head {
  align-items: flex-start;
}

.testimonial-shell {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 12px;
  align-items: center;
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 18px;
  transition: transform .45s ease;
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 285px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.testimonial-card .stars {
  margin-bottom: 14px;
  color: #00b67a;
  font-size: 18px;
  letter-spacing: 1px;
}

.testimonial-card a {
  color: inherit;
  text-decoration: none;
}

.testimonial-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.testimonial-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.testimonial-card cite {
  display: block;
  margin-top: auto;
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.slider-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f6fbf9;
  color: #1f6672;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(25, 49, 57, .08);
}

.slider-arrow:hover {
  border-color: rgba(31, 102, 114, .35);
  background: #fff;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c8d9d7;
  cursor: pointer;
}

.slider-dots button.active {
  width: 28px;
  background: #1f6672;
}

@media (max-width: 900px) {
  .testimonial-shell {
    grid-template-columns: 38px 1fr 38px;
  }

  .testimonial-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 640px) {
  .testimonial-shell {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    display: none;
  }

  .testimonial-card {
    flex-basis: 100%;
  }
}

.home-type {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 110px;
}

.home-type .icon {
  margin: 0;
  flex: 0 0 44px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-auto-rows: 220px;
  gap: 18px;
}

.photo-tile {
  min-height: 220px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(25, 49, 57, .06);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  appearance: none;
}

.photo-tile.large {
  grid-row: span 2;
}

.photo-tile:hover,
.photo-tile:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 52px rgba(25, 49, 57, .14);
  filter: saturate(1.03);
  outline: none;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 26px;
  background: rgba(17, 31, 36, .72);
}

.gallery-modal.is-open {
  display: grid;
}

.gallery-dialog {
  width: min(980px, 100%);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.gallery-stage {
  position: relative;
  display: grid;
  background: #10292f;
}

.gallery-dialog img {
  width: 100%;
  max-height: 72vh;
  display: block;
  object-fit: cover;
  background: #eef5f2;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #1f6672;
  font-size: 34px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.gallery-nav:hover,
.gallery-nav:focus-visible {
  background: #fff;
  outline: 2px solid rgba(40,169,220,.8);
  outline-offset: 3px;
}

.gallery-prev {
  left: 18px;
}

.gallery-next {
  right: 18px;
}

.gallery-caption {
  display: grid;
  grid-template-columns: 1fr auto auto;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 850;
}

.gallery-caption small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.gallery-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7fbf9;
  color: var(--ink);
  font-size: 22px;
  cursor: pointer;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0 22px;
  box-shadow: 0 10px 26px rgba(25, 49, 57, .04);
}

summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-weight: 790;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--surface-soft);
  color: #1f6672;
  font-size: 20px;
  flex: 0 0 32px;
}

details[open] summary::after { content: "-"; }

details p {
  padding: 0 0 22px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 820px;
}

.split-band {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.area-map,
.map-card {
  min-height: 360px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 50%, rgba(31, 102, 114, .18) 0 18%, transparent 19%),
    radial-gradient(circle at 50% 50%, transparent 0 32%, rgba(124, 169, 156, .18) 33% 34%, transparent 35%),
    linear-gradient(135deg, #ffffff, #eaf4f1);
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
}

.map-embed {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: #eaf4f1;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.contact-row strong {
  color: var(--ink);
}

.team-card {
  padding: 0;
  overflow: hidden;
}

.team-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  background-image: var(--photo);
  background-position: center 24%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-body {
  padding: 24px;
}

.final-cta {
  --photo: url("https://husventilation.lemonmarketing.dk/wp-content/uploads/2026/08/0024-scaled.jpg");
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 8px;
  background: #14333b;
  padding: 62px;
  color: #fff;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(20, 51, 59, .92), rgba(31, 102, 114, .78)),
    var(--photo) center / cover;
}

.final-cta h2 {
  max-width: 720px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  margin-bottom: 18px;
}

.final-cta p {
  max-width: 660px;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
  margin-bottom: 28px;
}

.final-cta .btn {
  background: #fff;
  color: #1f6672;
}

.seo-geo-section {
  padding: 74px 0 84px;
  background:
    radial-gradient(circle at 85% 0%, rgba(40, 169, 220, .10), transparent 30%),
    linear-gradient(180deg, #eef6f3 0%, #e8f2ef 100%);
}

.seo-geo-section .wrap {
  max-width: 1120px;
}

.seo-geo-section .section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.seo-geo-section .section-head h2 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.04;
}

.seo-geo-section .section-head p {
  max-width: 720px;
  color: #486674;
  font-size: 18px;
  line-height: 1.7;
}

.seo-readmore {
  overflow: hidden;
  border: 1px solid rgba(31, 102, 114, .16);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 70px rgba(25, 49, 57, .08);
}

.seo-readmore summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(31, 102, 114, .16);
  border-radius: 0;
  background: #fff;
  color: #1f6672;
  font-weight: 850;
  list-style: none;
  cursor: pointer;
}

.seo-readmore summary::-webkit-details-marker {
  display: none;
}

.seo-readmore summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #eef6f3;
  color: #1f6672;
  transform: translateY(-50%);
}

.seo-readmore[open] summary::after {
  content: "-";
}

.seo-readmore > :not(summary) {
  max-width: 780px;
  margin-left: 28px;
  margin-right: 28px;
}

.seo-readmore > p:first-of-type {
  margin-top: 28px;
}

.seo-readmore > :last-child {
  margin-bottom: 28px;
}

.seo-readmore h3 {
  margin-top: 26px;
  margin-bottom: 8px;
  color: #102c36;
  font-size: 22px;
  line-height: 1.2;
}

.seo-readmore p,
.seo-readmore li {
  color: #496775;
  font-size: 16px;
  line-height: 1.72;
}

.seo-readmore ul {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  margin-bottom: 18px;
  padding-left: 22px;
}

.site-footer {
  background: #14333b;
  color: rgba(255,255,255,.78);
  padding: 62px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr 1.1fr;
  gap: 34px;
}

.site-footer h3 {
  color: #fff;
  margin-bottom: 14px;
}

.site-footer a {
  color: rgba(255,255,255,.86);
}

.footer-logo {
  width: 190px;
  filter: brightness(0) invert(1);
  margin-bottom: 18px;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.footer-map {
  min-height: 190px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
}

.footer-map iframe {
  width: 100%;
  height: 190px;
  border: 0;
  display: block;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
}

.card-logo {
  width: 120px;
  height: auto;
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .menu { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .hero-grid,
  .page-hero .hero-grid,
  .quote,
  .split-band,
  .grid.aside,
  .booking-layout,
  .subscription-layout { grid-template-columns: 1fr; }
  .visual-card,
  .page-visual,
  .video-card,
  .video-card video { min-height: 430px; }
  .grid.four,
  .grid.three,
  .grid.two,
  .grid.five { grid-template-columns: repeat(2, 1fr); }
  .subscription-note { display: grid; }
  .process .grid.four { gap: 18px; }
  .process .step::after { display: none; }
  .section-head { display: block; }
  .section-head p { margin-top: 15px; }
  .gallery { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .nav { height: auto; padding: 15px 0; flex-wrap: wrap; gap: 12px; }
  .logo { width: 100%; }
  .logo img { width: 170px; }
  .header-contact {
    justify-items: start;
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .hero,
  .page-hero { padding: 48px 0 58px; }
  h1 { font-size: 40px; }
  .lead { font-size: 17px; }
  section { padding: 58px 0; }
  .grid.four,
  .grid.three,
  .grid.two,
  .grid.five,
  .subscription-list,
  .footer-grid,
  .form-grid,
  .gallery { grid-template-columns: 1fr; }
  .visual-card,
  .page-visual,
  .video-card,
  .video-card video { min-height: 340px; }
  .page-hero .page-visual { height: 340px; }
  .price-card,
  .quote,
  .final-cta,
  .booking-sidebar,
  .booking-main { padding: 24px; }
  .seo-geo-section { padding: 48px 0 56px; }
  .seo-geo-section .section-head h2 { font-size: clamp(30px, 10vw, 42px); }
  .seo-geo-section .section-head p { font-size: 16px; }
  .seo-readmore > :not(summary) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .badge { position: static; display: inline-flex; margin-bottom: 14px; }
  .contact-row { display: grid; }
  .gallery-modal { padding: 14px; }
  .gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .gallery-caption {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .gallery-caption small {
    order: 3;
    grid-column: 1 / -1;
  }
  .trust-panel {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
}
