/*
 * Klikbo håndværker-skabeloner (Basis / Pro / Signatur) — fælles stylesheet.
 *
 * Samme sprog som oktoemrer.dk: mørk helt med foto, derefter varmt papir
 * (ubehandlet eg og dagslys), brændt rav som accent, Fraunces til overskrifter
 * med sidste ord i kursiv, fotokort for ydelserne. Barber-Signaturens mørke,
 * guldkantede univers passer til en stol og et spejl — ikke til en tømrer.
 *
 * Niveauerne deler alt her. Forskellen ligger i, hvilke sektioner siden har,
 * og i hv.js, som slår bevægelse til efter <body data-niveau="…">.
 */

:root {
  --bg: #f7f2ea;
  --bg2: #efe8dc;
  --card: #fffdf9;
  --ink: #1d1712;
  --muted: #5c5247;
  --subtle: #8a7e70;
  --gold: #a3541f;
  --gold2: #c9702f;
  --paa-gold: #fff;
  --line: #e2d8c9;
  --skygge: 0 24px 48px -20px rgb(60 40 20 / 0.25);
  --radius: 18px;
  --serif: Fraunces, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* Mørke flader — helten og tekstbåndet i bunden af fotokortene. */
.moerk {
  --bg: #0d0b09;
  --bg2: #141110;
  --card: #1a1613;
  --ink: #f2ece2;
  --muted: #b3a797;
  --subtle: #7d7265;
  --gold: #d2803f;
  --gold2: #e9b071;
  --paa-gold: #17110b;
  --line: #2a2320;
  color: var(--ink);
}

/* ------------------------------------------------------------ typografi */

h1, h2, h3, .display {
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(42px, 7.2vw, 104px); font-variation-settings: 'opsz' 48; }
h2 { font-size: clamp(30px, 4.2vw, 56px); font-variation-settings: 'opsz' 36; }
h3 { font-size: clamp(20px, 2.2vw, 26px); font-variation-settings: 'opsz' 24; }
em { font-style: italic; color: var(--gold); }
p { margin: 0; color: var(--muted); }

.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}
.streg { display: flex; align-items: center; gap: 16px; }
.streg::before { content: ''; width: 44px; height: 1px; background: var(--gold); flex: none; }

/* --------------------------------------------------------------- layout */

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
section { padding: 110px 0; position: relative; }
.sm-top { padding-top: 40px; }
.ingen-top { padding-top: 0; }
@media (max-width: 700px) {
  section { padding: 72px 0; }
  .wrap { padding: 0 20px; }
}
.hoved { max-width: 640px; }
.hoved h2 { margin-top: 18px; }
.hoved p { margin-top: 20px; max-width: 52ch; }

.kort {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 1px 2px rgb(60 40 20 / 0.04), 0 12px 32px -24px rgb(60 40 20 / 0.25);
}

/* -------------------------------------------------------------- knapper */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 15px 30px;
  border: 1.5px solid var(--gold);
  font: 600 15px/1.2 var(--sans);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .2s cubic-bezier(.19,1,.22,1);
}
.btn-primary { background: var(--gold); color: var(--paa-gold); }
.btn-primary:hover { background: var(--gold2); border-color: var(--gold2); }
.btn-ghost { background: transparent; color: var(--gold); }
.btn-ghost:hover { background: var(--gold); color: var(--paa-gold); }
.btn-sm { padding: 11px 22px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold2);
  outline-offset: 3px;
}

/* --------------------------------------------------------------- header */

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  border-bottom: 1px solid transparent;
  transition: background-color .3s ease, border-color .3s ease;
}
.header[data-rullet='ja'] {
  background: rgb(247 242 234 / .86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}
/* Over det mørke heltefoto er logo og menu lyse, til man ruller. */
.header[data-moerk='ja'][data-rullet='nej'] {
  --ink: #f2ece2; --muted: #b3a797; --gold: #d2803f; --gold2: #e9b071; --paa-gold: #17110b;
}
.header .wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.logo { font-family: var(--serif); font-size: 20px; color: var(--ink); text-decoration: none; letter-spacing: -.01em; white-space: nowrap; }
.logo em { color: var(--gold); }
.nav { display: flex; gap: 28px; }
.nav a { position: relative; color: var(--muted); text-decoration: none; font-size: 14px; transition: color .2s ease; }
.nav a::after { content: ''; position: absolute; left: 0; bottom: -5px; height: 1px; width: 0; background: var(--gold); transition: width .28s cubic-bezier(.19,1,.22,1); }
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }
@media (max-width: 820px) { .nav { display: none; } }
@media (max-width: 420px) { .logo { font-size: 17px; } .header .btn-sm { padding: 10px 16px; font-size: 14px; } }

/* ----------------------------------------------------------------- helt */

.helt {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0d0b09;
}
.helt.kort-helt { min-height: 82svh; }
.helt-foto {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 60% 50%;
  filter: grayscale(.55) contrast(1.05) brightness(.5);
}
.helt-sloer {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgb(13 11 9 / .92) 0%, rgb(13 11 9 / .35) 55%, transparent 100%),
    linear-gradient(0deg, #0d0b09 0%, transparent 45%);
}
.helt .wrap { position: relative; padding-top: 160px; padding-bottom: 96px; width: 100%; }
.helt h1 { max-width: 14ch; }
.helt .sub { max-width: 48ch; font-size: 18px; margin-top: 30px; color: var(--muted); }
.helt .knapper { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.rul { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: var(--subtle); letter-spacing: .3em; }
@media (max-width: 700px) {
  .helt .wrap { padding-top: 130px; padding-bottom: 80px; }
  .helt .sub { font-size: 16.5px; }
}

/* Ordene i overskriften rejser sig ét ad gangen (Signatur). */
.ord { display: inline-block; overflow: hidden; vertical-align: bottom; margin-right: .24em; padding-bottom: .04em; }
.ord > span { display: inline-block; }
[data-niveau='signatur'] .ord > span { transform: translateY(110%); transition: transform .9s cubic-bezier(.19,1,.22,1); }
[data-niveau='signatur'] .helt[data-inde='ja'] .ord > span { transform: none; }

/* -------------------------------------------------------------- marquee */

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; overflow: hidden; white-space: nowrap; }
.marquee-spor { display: inline-flex; animation: glid 27s linear infinite; }
.marquee span { font-family: var(--serif); font-size: clamp(22px, 2.4vw, 30px); color: var(--subtle); padding: 0 26px; }
.marquee i { color: var(--gold); font-style: italic; }
@keyframes glid { to { transform: translateX(-50%); } }

/* ---------------------------------------------------------------- om os */

.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 64px; align-items: center; }
.split.top { align-items: start; }
.portraet { aspect-ratio: 3 / 4; max-width: 480px; overflow: hidden; }
.portraet img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25); transition: filter .5s ease, transform .8s cubic-bezier(.19,1,.22,1); }
.portraet:hover img { filter: none; transform: scale(1.03); }
.om h2 { margin-top: 18px; }
.om p { margin-top: 22px; max-width: 52ch; font-size: 17px; }

/* ---------------------------------------------------------- ydelseskort */

.ydelser { margin-top: 48px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 960px) { .ydelser { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) {
  /* En vandret stribe med snap: ni kort ved siden af hinanden er ét sving med tommelfingeren. */
  .ydelser { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 20px 8px; margin-left: -20px; margin-right: -20px; scrollbar-width: none; }
  .ydelser::-webkit-scrollbar { display: none; }
  .ydelse { flex: 0 0 78%; scroll-snap-align: start; }
}
.ydelse {
  position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden;
  border-radius: var(--radius); border: 1px solid var(--line);
  text-decoration: none; color: inherit; background: #1a1613; cursor: pointer;
  transition: border-color .3s ease, transform .25s ease-out, box-shadow .3s ease;
}
.ydelse:hover { box-shadow: var(--skygge); border-color: rgb(210 128 63 / .45); }
.ydelse img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.6) brightness(.75); transition: filter .5s ease, transform .8s cubic-bezier(.19,1,.22,1); }
.ydelse:hover img { filter: grayscale(0) brightness(.85); transform: scale(1.06); }
.ydelse-tekst {
  position: absolute; inset: auto 0 0 0; padding: 120px 22px 22px;
  display: flex; flex-direction: column; gap: 6px;
  background: linear-gradient(0deg, rgb(13 11 9 / .94) 0%, rgb(13 11 9 / .6) 45%, transparent 100%);
}
.ydelse-navn { font-size: clamp(22px, 2.2vw, 28px); color: var(--ink); line-height: 1.05; }
.ydelse-linje { font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.ydelse-cta { font-size: 10.5px; margin-top: 8px; opacity: 0; transform: translateY(6px); transition: opacity .3s ease, transform .3s cubic-bezier(.19,1,.22,1); }
.ydelse:hover .ydelse-cta, .ydelse:focus-visible .ydelse-cta { opacity: 1; transform: none; }
@media (pointer: coarse) { .ydelse-cta { opacity: 1; transform: none; } }
/* Basis: kortene er ikke links — ingen "læs mere". */
.ydelse.stille { cursor: default; }
.ydelse.stille .ydelse-cta { display: none; }

/* ----------------------------------------------------------------- trin */

.trin { list-style: none; padding: 0; margin: 52px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 20px; }
.trin li { padding: 28px; }
.trin .nr { font-family: var(--serif); font-size: 14px; }
.trin h3 { margin-top: 16px; }
.trin p { margin-top: 12px; font-size: 15px; }

/* ------------------------------------------------------------- områder */

.omraader { list-style: none; margin: 36px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.omraader a, .omraader span {
  display: inline-block; padding: 12px 20px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink); text-decoration: none; font-size: 15px;
  transition: border-color .25s ease, color .25s ease, transform .25s ease;
}
.omraader a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* --------------------------------------------------------------- portal */

.portal { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
@media (max-width: 860px) { .portal { grid-template-columns: 1fr; gap: 40px; } }
.portal.med-video { grid-template-columns: .85fr 1.15fr; gap: 48px; }
@media (max-width: 860px) { .portal.med-video { grid-template-columns: 1fr; } }
.ks-video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: var(--radius); border: 1px solid var(--line); background: #f6f1e8; box-shadow: 0 24px 60px -30px rgba(40,30,20,.35); }
.portal h2 { margin-top: 18px; }
.portal .lead { margin-top: 20px; font-size: 17px; max-width: 52ch; }
.liste { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 12px; }
.liste li { position: relative; padding-left: 30px; font-size: 16.5px; color: var(--ink); }
.liste li::before { content: ''; position: absolute; left: 0; top: .72em; width: 16px; height: 1px; background: var(--gold); }
.telefon { max-width: 360px; margin: 0 auto; padding: 18px; border-radius: 28px; }
.telefon .top { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 14px; font-weight: 600; }
.telefon .top i { width: 30px; height: 30px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; color: #fff; font: italic 500 14px var(--serif); }
.sag { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 14px; margin-bottom: 10px; font-size: 12.5px; color: var(--muted); }
.bar { height: 7px; border-radius: 4px; background: var(--line); margin: 10px 0 8px; overflow: hidden; }
.bar i { display: block; height: 100%; width: 62%; background: var(--gold); border-radius: 4px; }
.raekke { display: flex; justify-content: space-between; padding: 10px 4px; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.raekke:last-child { border-bottom: 0; }
.raekke span { color: var(--muted); }
.proeve { margin-top: 26px; display: inline-block; font-size: 14px; color: var(--muted); border-left: 2px solid var(--gold); padding-left: 14px; }
.proeve b { color: var(--ink); }

/* -------------------------------------------------------------- kontakt */

.kontakt-kort { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); overflow: hidden; }
.kontakt-kort > div { padding: clamp(28px, 4vw, 52px); }
.kontakt-kort > div + div { background: var(--bg2); border-left: 1px solid var(--line); }
@media (max-width: 820px) { .kontakt-kort > div + div { border-left: 0; border-top: 1px solid var(--line); } }
.kontakt-kort h2 { margin-top: 18px; font-size: clamp(28px, 3.4vw, 44px); }
.kontakt-kort address { font-style: normal; margin-top: 32px; line-height: 1.9; color: var(--muted); }
.kontakt-kort address strong { color: var(--ink); font-weight: 600; }
.kontakt-kort address a { color: var(--gold); text-decoration: none; }
.kontakt-kort .knapper { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.form { display: grid; gap: 14px; margin-top: 22px; }
.form .to { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px) { .form .to { grid-template-columns: 1fr; } }
.form label { display: grid; gap: 6px; font-size: 13px; color: var(--muted); }
.form input, .form select, .form textarea {
  width: 100%; padding: 12px 14px; font: 15px var(--sans); color: var(--ink);
  background: var(--card); border: 1px solid var(--line); border-radius: 12px;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgb(210 128 63 / .2); }
.form textarea { min-height: 120px; resize: vertical; }
.form .note { font-size: 12.5px; color: var(--subtle); }
.form button { justify-self: start; }
.kvittering { margin-top: 22px; padding: 22px; border-radius: 14px; background: rgb(75 169 122 / .1); border: 1px solid rgb(75 169 122 / .4); }
.kvittering h3 { font-size: 22px; }
.kvittering p { margin-top: 8px; font-size: 14.5px; }

/* ------------------------------------------------------------------ faq */

.faq { margin-top: 40px; }
.faq > div { border-top: 1px solid var(--line); padding: 26px 0; }
.faq h3 { font-size: clamp(19px, 2vw, 24px); }
.faq dd { margin: 12px 0 0; max-width: 62ch; }
.faq dd p { font-size: 15.5px; }

/* --------------------------------------------------------------- footer */

.fod { border-top: 1px solid var(--line); padding: 52px 0 44px; }
.fod-kolonner { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 36px; }
.fod-liste { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 8px; font-size: 14px; }
.fod-liste a, .fod a { color: var(--muted); text-decoration: none; }
.fod-liste a:hover, .fod a:hover { color: var(--gold); }
.fod address { font-style: normal; line-height: 1.9; font-size: 14px; color: var(--muted); margin-top: 16px; }
.fod address strong { color: var(--ink); font-weight: 600; }
.fod address a { color: var(--gold); }
.fod-bund { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--subtle); }
.fod-bund.alene { margin-top: 0; padding-top: 0; border-top: 0; }

/* ----------------------------------------------------------- undersider */

.underhelt { padding-top: 150px; padding-bottom: 40px; }
@media (max-width: 700px) { .underhelt { padding-top: 112px; } }
.underhelt h1 { max-width: 16ch; font-size: clamp(38px, 6vw, 84px); }
.broedkrumme ol { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 10px; font-size: 13px; color: var(--subtle); }
.broedkrumme li + li::before { content: '/'; margin-right: 10px; color: var(--line); }
.broedkrumme a { color: var(--muted); text-decoration: none; }
.broedkrumme a:hover { color: var(--gold); }
.broedkrumme [aria-current] { color: var(--ink); }
.intro p { max-width: 54ch; font-size: 17px; margin-top: 18px; }
.intro p:first-child { margin-top: 0; font-size: 18px; color: var(--ink); }

/* ------------------------------------------------- Signatur: film og mus */

.korn { position: fixed; inset: 0; z-index: 9; width: 100%; height: 100%; opacity: .045; pointer-events: none; mix-blend-mode: overlay; }
.loader { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; background: var(--bg); transition: opacity .6s ease .1s; }
.loader[data-vaek='ja'] { opacity: 0; pointer-events: none; }
.loader .maerke { width: 46px; height: 46px; margin: 0 auto 18px; border: 1.5px solid var(--gold); border-radius: 999px; display: grid; place-items: center; font: 20px var(--serif); color: var(--gold); }
.loader .eyebrow { color: var(--subtle); letter-spacing: .28em; text-align: center; }
.ring { position: fixed; top: 0; left: 0; width: 34px; height: 34px; margin: -17px 0 0 -17px; border: 1.5px solid #f2ece2; border-radius: 999px; pointer-events: none; z-index: 70; mix-blend-mode: difference; transition: width .22s ease, height .22s ease, margin .22s ease; }
.ring[data-stor='ja'] { width: 58px; height: 58px; margin: -29px 0 0 -29px; }

/* ------------------------------------------------------------ afsløring */

[data-niveau='pro'] .reveal, [data-niveau='signatur'] .reveal {
  opacity: 0; transform: translateY(32px);
  transition: opacity .8s cubic-bezier(.19,1,.22,1), transform .8s cubic-bezier(.19,1,.22,1);
}
/* Uden !important: 3D-hældningen på kortene sætter transform inline og skal vinde. */
[data-niveau] .reveal.in { opacity: 1; transform: none; }

/* Demo-mærkat nederst — skabelonerne er fiktive firmaer. */
.demo-maerke { position: fixed; left: 16px; bottom: 16px; z-index: 50; background: #1d1712; color: #f2ece2; font: 600 12px var(--sans); padding: 8px 12px; border-radius: 999px; text-decoration: none; box-shadow: 0 8px 24px -8px rgb(0 0 0 / .4); }
.demo-maerke b { color: #e9b071; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  [data-niveau='signatur'] .ord > span { transform: none !important; transition: none; }
  .marquee-spor { animation: none; }
  .loader, .ring { display: none; }
  html { scroll-behavior: auto; }
}
@media (max-width: 600px) { .demo-maerke { left: 10px; bottom: 10px; font-size: 11px; padding: 6px 10px; } }

/* ---------------------------------------------- Portal-reklamen (Signatur) */
/* Til håndværkeren, der kigger på demoen. Mørk flade, så den tydeligt er
   noget andet end firmaets egen side. Videoen fra /brag kommer ind her. */
.pr { background: #0d0b09; }
.pr-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
@media (max-width: 900px) { .pr-grid { grid-template-columns: 1fr; gap: 44px; } }
.pr-lead { margin-top: 20px; font-size: 17px; max-width: 52ch; }
.pr .liste li { color: var(--ink); }
.pr-pris { margin-top: 26px; display: inline-block; font-size: 14.5px; color: var(--muted); border-left: 2px solid var(--gold); padding-left: 14px; }
.pr-pris b { color: var(--ink); }
.pr-note { margin-top: 48px; font-size: 12.5px; color: var(--subtle); }
.pr-video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: var(--radius); border: 1px solid var(--line); background: #f6f1e8; }
.pr-skaerm { border-radius: 16px; border: 1px solid #2a2320; background: #f7f2ea; overflow: hidden; box-shadow: 0 40px 80px -30px rgb(0 0 0 / .8); color: #1d1712; font-size: 12px; }
.pr-bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px; background: #e9e1d4; }
.pr-bar i { width: 9px; height: 9px; border-radius: 50%; background: #cdbfa9; }
.pr-bar span { margin-left: 10px; font-size: 11px; color: #7a6d5d; }
.pr-app { display: grid; grid-template-columns: 118px 1fr; min-height: 280px; }
.pr-side { display: flex; flex-direction: column; gap: 4px; padding: 14px 10px; background: #1f6f6a; color: #d7ece9; }
.pr-side b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; background: #e8765a; color: #fff; margin-bottom: 10px; font-size: 11px; }
.pr-side span { padding: 5px 8px; border-radius: 6px; }
.pr-side span.on { background: rgb(255 255 255 / .14); color: #fff; }
.pr-main { padding: 16px; display: grid; gap: 10px; align-content: start; }
.pr-top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pr-kpi { background: #fff; border: 1px solid #e2d8c9; border-radius: 10px; padding: 10px; }
.pr-kpi small { display: block; color: #8a7e70; font-size: 10.5px; }
.pr-kpi b { font: 600 18px var(--serif); }
.pr-row { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; background: #fff; border: 1px solid #e2d8c9; border-radius: 10px; padding: 10px 12px; }
.pr-row em { font-style: normal; color: #1f6f6a; font-weight: 600; font-size: 11px; }
.pr-row .bar { grid-column: 1 / -1; margin: 4px 0 0; background: #e2d8c9; }
.pr-row .bar i { background: #1f6f6a; }
@media (max-width: 480px) { .pr-app { grid-template-columns: 1fr; } .pr-side { display: none; } }

/* Ydelseskortene: tre i bredden helt ned til telefonens stribe, så 6 og 9
   altid går op — to i bredden gav en enlig sidste række. */
@media (max-width: 960px) and (min-width: 601px) { .ydelser { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } .ydelse-tekst { padding: 80px 14px 14px; } }
