/* ============================================================
   ARCHA OUTDOOR v2 — FLAMINGO STUDIO
   Varm cream-verden · flamingo-accent · runde former · store billeder
   Young Serif (display + ordmærke) + Supreme (brød)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; }
html, body { overflow-x: clip; }
html { scroll-behavior: smooth; }
html.lenis { scroll-behavior: auto; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-b);
  font-size: var(--t-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

/* stof: fint korn — aldrig flad hex */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

img, video, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
::selection { background: var(--pink); color: #fff; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }

.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- Stemmer ---------- */
h1, h2, h3, h4 { font-family: var(--f-d); font-weight: 400; letter-spacing: -.012em; line-height: 1.06; text-wrap: balance; }
.display { font-family: var(--f-d); font-weight: 400; letter-spacing: -.012em; line-height: 1.06; font-size: var(--t-display); text-wrap: balance; }
.lead { font-size: var(--t-lead); color: var(--ink-2); line-height: 1.55; }
.meta { font-size: var(--t-meta); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }

/* accent-ord: Young Serif har ingen kursiv → flamingo + tynd streg */
.acc { color: var(--pink-deep); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .12em; text-decoration-color: rgba(206,78,99,.55); }
.hero .acc { color: #FFC0CB; text-decoration-color: rgba(255,192,203,.55); }

/* ---------- Knapper (pill) ---------- */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: var(--r-pill);
  font-family: var(--f-b); font-size: 14.5px; font-weight: 500;
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
  transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.btn--pink  { background: var(--cta); color: #fff; }
.btn--pink:hover { background: var(--cta-deep); }
.btn--dark  { background: var(--dark); color: #F8F0EB; }
.btn--dark:hover { background: #3B2C3C; }
.btn--ghost { border-color: var(--line-2); color: var(--ink); }
.btn--ghost:hover { border-color: var(--pink); color: var(--pink-tekst); }
.btn--lys   { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(6px); }
.btn--lys:hover { background: rgba(255,255,255,.24); }
.btn--hvid  { background: #fff; color: var(--ink); }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }

.link {
  font-size: 14.5px; font-weight: 500; color: var(--pink-tekst); text-decoration: none;
  border-bottom: 1.5px solid rgba(184,56,78,.4); padding-bottom: 4px;
  transition: color var(--dur-fast), border-color var(--dur-fast);
}
.link:hover { color: var(--ink); border-color: var(--ink); }

/* ---------- Reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); }
[data-reveal].in-view { opacity: 1; transform: none; }
[data-reveal][data-reveal-delay="1"] { transition-delay: 90ms; }
[data-reveal][data-reveal-delay="2"] { transition-delay: 180ms; }
[data-reveal][data-reveal-delay="3"] { transition-delay: 270ms; }
[data-reveal][data-reveal-delay="4"] { transition-delay: 360ms; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ============================================================
   NAV — ordmærke i Young Serif (matcher logoet)
   ============================================================ */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 70; padding: 15px 0; transition: background .4s, box-shadow .4s; }
.nav--solid { background: rgba(251,244,239,.9); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff;
  text-shadow: 0 1px 14px rgba(26,16,24,.55); transition: text-shadow var(--dur-fast); }
.brand img { filter: drop-shadow(0 1px 10px rgba(26,16,24,.5)); transition: filter var(--dur-fast); }
.nav--solid .brand, body.subpage .brand { text-shadow: none; }
.nav--solid .brand img, body.subpage .brand img { filter: none; }
.nav--solid .brand { color: var(--ink); }
.brand img { height: 36px; width: auto; }
.brand .ord { font-family: var(--f-d); font-size: 20px; letter-spacing: .15em; text-transform: uppercase; line-height: 1; }
.brand .ord i { display: block; font-style: normal; font-family: var(--f-b); font-size: 8px; font-weight: 500; letter-spacing: .42em; margin-top: 4px; opacity: .72; }
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links a { font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,.95); text-decoration: none;
  text-shadow: 0 1px 12px rgba(26,16,24,.5); transition: color var(--dur-fast), text-shadow var(--dur-fast); }
.nav--solid .nav__links a, body.subpage .nav__links a { text-shadow: none; }
.nav--solid .nav__links a { color: var(--ink-2); }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--pink-tekst); }
.nav__cta { background: var(--pink); color: #fff !important; padding: 11px 22px; border-radius: var(--r-pill); }
.nav__cta:hover { background: var(--cta-deep); color: #fff !important; }

/* undersider: nav starter solid */
body.subpage .nav { background: rgba(251,244,239,.9); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); }
body.subpage .brand { color: var(--ink); }
body.subpage .nav__links a { color: var(--ink-2); }

.burger { display: none; background: rgba(255,255,255,.16); border: 1.5px solid rgba(255,255,255,.45); border-radius: var(--r-pill); width: 48px; height: 44px; cursor: pointer; backdrop-filter: blur(6px); }
.nav--solid .burger, body.subpage .burger { background: transparent; border-color: var(--line-2); }
.burger span { display: block; width: 19px; height: 1.8px; background: #fff; margin: 4px auto; border-radius: 2px; transition: transform var(--dur-fast), opacity var(--dur-fast); }
.nav--solid .burger span, body.subpage .burger span { background: var(--ink); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.8px) rotate(-45deg); }

.mm-backdrop { position: fixed; inset: 0; z-index: 78; background: rgba(42,31,43,.5); opacity: 0; transition: opacity .4s; }
.mm-backdrop.is-open { opacity: 1; }
.mobilemenu {
  position: fixed; inset: 0 0 0 auto; width: min(430px, 92vw); z-index: 80;
  background: var(--bg); border-left: 1px solid var(--line);
  display: flex; flex-direction: column; justify-content: center;
  padding: 92px clamp(26px, 8vw, 52px) 44px;
  transform: translateX(102%); transition: transform .5s var(--ease);
}
.mobilemenu.is-open { transform: none; }
.mobilemenu a { font-family: var(--f-d); font-size: clamp(25px, 6vw, 33px); color: var(--ink); text-decoration: none; padding: 13px 0; border-bottom: 1px solid var(--line); }
.mobilemenu a.mm-last { border-bottom: none; color: var(--pink); }
.mobilemenu .mm-meta { margin-top: 30px; }
.mobilemenu .mm-meta a { font-family: var(--f-b); font-size: 15px; border: none; padding: 5px 0; color: var(--ink-2); display: block; }

/* ============================================================
   ⭐ HERO — fuld skærm, logo dropper ind
   ============================================================ */
.hero { position: relative; height: 100svh; min-height: 580px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero__img { position: absolute; inset: 0; }
.hero__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; transform: scale(1.1); animation: kenburns 20s var(--ease) forwards; }
@keyframes kenburns { to { transform: scale(1); } }
.hero__img::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(74% 58% at 50% 55%, rgba(32,22,26,.72) 0%, rgba(32,22,26,.42) 48%, transparent 78%),
    linear-gradient(180deg, rgba(42,31,38,.52) 0%, rgba(42,31,38,.16) 30%, rgba(42,31,38,.28) 62%, rgba(38,26,32,.68) 100%);
}
.hero__in { position: relative; z-index: 3; color: #fff; padding: 0 var(--gutter); max-width: 1080px; }
.hero h1, .hero .display { font-size: var(--t-hero); text-wrap: balance; text-shadow: 0 2px 30px rgba(26,16,24,.45); opacity: 0; transform: translateY(24px); }
.hero__in p { max-width: 44ch; margin: 18px auto 26px; color: rgba(255,255,255,.9); font-size: var(--t-lead); opacity: 0; transform: translateY(20px); }
.hero .cta-row { justify-content: center; opacity: 0; transform: translateY(20px); }
.hero__kilde { position: absolute; z-index: 3; left: 50%; transform: translateX(-50%); bottom: 20px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.68); }

/* logoet der dropper ind */
.drop { width: clamp(112px, 14vw, 178px); margin: 0 auto 24px; opacity: 0; transform: translateY(-90px) scale(.86); filter: blur(6px); }
.go .drop { animation: logodrop 1.15s cubic-bezier(.2,.9,.25,1.08) .25s forwards; }
@keyframes logodrop {
  0%   { opacity: 0; transform: translateY(-90px) scale(.86); filter: blur(6px); }
  62%  { opacity: 1; transform: translateY(10px) scale(1.02); filter: blur(0); }
  80%  { transform: translateY(-4px) scale(.995); }
  100% { opacity: 1; transform: none; filter: blur(0); }
}
.go .hero h1        { animation: stigop .95s var(--ease) .95s forwards; }
.go .hero__in p     { animation: stigop .9s var(--ease) 1.15s forwards; }
.go .hero .cta-row  { animation: stigop .9s var(--ease) 1.3s forwards; }
@keyframes stigop { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .hero__img img { animation: none; transform: none; }
  .drop, .hero h1, .hero__in p, .hero .cta-row { opacity: 1 !important; transform: none !important; filter: none !important; animation: none !important; }
}

/* ---------- Stribe ---------- */
.strib { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; padding: 26px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; color: var(--ink-2); }
.strib b { color: var(--ink); font-weight: 500; }

/* ============================================================
   SEKTIONER
   ============================================================ */
.sec { padding: var(--rhythm) 0; }
.sec--bg2 { background: var(--bg-2); }
.sec--ren { background: var(--bg); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(22px, 3vw, 40px); flex-wrap: wrap; }
.sec-head h2 { font-size: var(--t-display); }
.sec-head p { color: var(--ink-2); max-width: 36ch; }
.sec-head--midt { flex-direction: column; align-items: center; text-align: center; }
.sec-head--midt p { max-width: 52ch; }

/* ---------- Produktkort ---------- */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 24px); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.kort { background: var(--white); border: 2px solid transparent; border-radius: var(--r); overflow: hidden;
  text-decoration: none; color: var(--ink); display: block; transition: border-color var(--dur-fast); }
.kort:hover { border-color: var(--pink); }
.kort__ph { aspect-ratio: 4/3.5; overflow: hidden; background: var(--pink-soft); }
.kort__ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.kort:hover .kort__ph img { transform: scale(1.04); }
.kort__ph--tom { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; color: #9C6C77; font-size: 12px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; text-align: center; padding: 20px; }
.kort__ph--tom small { letter-spacing: 0; text-transform: none; font-weight: 400; font-size: 13px; opacity: .8; }
.kort__txt { padding: 20px 24px 26px; }
.kort__txt h3 { font-size: var(--t-h3); margin-bottom: 5px; }
.kort__pris { color: var(--pink-tekst); font-weight: 500; font-size: 14.5px; }
.kort__txt p { color: var(--ink-2); font-size: 15px; margin-top: 9px; }

/* ---------- Pink blok ---------- */
.blok { background: linear-gradient(135deg, #C24157 0%, #9C2539 100%); color: #fff; border-radius: var(--r-l); padding: clamp(32px, 5vw, 72px); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: clamp(26px, 4vw, 58px); align-items: center; }
.blok h2 { font-size: clamp(27px, 3.9vw, 52px); }
.blok > div > p { color: rgba(255,255,255,.92); margin: 14px 0 24px; max-width: 44ch; }
.trin { display: grid; gap: 9px; }
.trin div { background: rgba(255,255,255,.17); border-radius: 18px; padding: 14px 20px; font-weight: 500; font-size: 15.5px; }
.blok p.note { grid-column: 1 / -1; max-width: none; width: 100%; margin: 6px 0 0; background: rgba(42,31,43,.22); border-radius: 20px; padding: 18px 24px; font-size: 14.5px; line-height: 1.55; color: #fff; }
.blok p.note b { font-weight: 500; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(30px, 5vw, 80px); align-items: center; }
.split--flip { grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); }
.split-copy h2 { font-size: clamp(27px, 3.6vw, 46px); margin-bottom: 16px; }
.split-copy p { color: var(--ink-2); max-width: 50ch; margin-bottom: 14px; }
.split-media { position: relative; }
.split-media img { width: 100%; max-height: 66vh; object-fit: cover; border-radius: var(--r); }
.split-media figcaption { margin-top: 12px; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.split-media--tom { aspect-ratio: 4/3.2; border-radius: var(--r); background: var(--pink-soft); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: #9C6C77; font-size: 12.5px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; text-align: center; padding: 24px; }
.split-media--tom small { letter-spacing: 0; text-transform: none; font-weight: 400; font-size: 13.5px; opacity: .85; }

/* ---------- Liste ---------- */
.tjek { list-style: none; margin: 20px 0 6px; padding: 0; display: grid; gap: 2px; }
.tjek li { position: relative; padding: 11px 0 11px 30px; border-bottom: 1px solid var(--line); color: var(--ink-2); font-size: 15.5px; }
.tjek li::before { content: ""; position: absolute; left: 3px; top: 20px; width: 13px; height: 2px; border-radius: 2px; background: var(--pink); }
.tjek--2 { grid-template-columns: 1fr 1fr; gap: 0 34px; }

/* ---------- Løfte ---------- */
.loefte { background: linear-gradient(135deg, #C24157 0%, #9C2539 100%); color: #fff;
  border-radius: var(--r-l); padding: clamp(34px, 5.5vw, 72px); max-width: 980px; margin-inline: auto; }
.loefte h2 { font-size: clamp(26px, 3.4vw, 42px); margin-bottom: 16px; }
.loefte p { color: rgba(255,255,255,.93); max-width: 58ch; margin-bottom: 13px; }
.loefte__sign { display: flex; align-items: center; gap: 15px; margin-top: 24px; }
.loefte__sign img { height: 42px; filter: brightness(0) invert(1); opacity: .9; }
.loefte__sign span { font-size: 13.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.8); }

/* ---------- FAQ ---------- */
.faq { max-width: 880px; margin-inline: auto; }
.faq details { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r); margin-bottom: 10px; overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 20px 26px; font-family: var(--f-d); font-size: 19px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--f-b); color: var(--pink); font-size: 22px; flex: none; transition: transform var(--dur-fast); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 26px 22px; color: var(--ink-2); max-width: 64ch; }

/* ---------- Gode råd ---------- */
.raad { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r); padding: clamp(22px, 3vw, 34px); text-decoration: none; color: var(--ink); display: flex; flex-direction: column; gap: 12px; transition: transform var(--dur) var(--ease); }
.raad:hover { transform: translateY(-5px); }
.raad h3 { font-size: 21px; line-height: 1.2; }
.raad p { color: var(--ink-2); font-size: 14.5px; flex: 1; }
.raad .link { align-self: flex-start; }

/* ---------- CTA-bånd ---------- */
.ctaband { background: linear-gradient(135deg, #C24157 0%, #9C2539 100%); color: #fff; border-radius: var(--r-l); padding: clamp(34px, 5vw, 72px); text-align: center; }
.ctaband h2 { font-size: clamp(27px, 3.8vw, 50px); margin-bottom: 14px; }
.ctaband p { color: rgba(255,255,255,.92); max-width: 52ch; margin: 0 auto 26px; }
.ctaband .cta-row { justify-content: center; }
.ctaband .acc { color: #fff; text-decoration-color: rgba(255,255,255,.6); }
.ctaband .btn--pink { background: #fff; color: #9C2539; }
.ctaband .btn--pink:hover { background: #FFF0F2; }
.ctaband .btn--lys { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.65); }

/* ---------- Footer ---------- */
.footer { background: var(--bg-2); padding: var(--rhythm) 0 40px; }
.footer .wrap { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: clamp(26px, 4vw, 56px); }
.footer h4 { font-family: var(--f-b); font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 15px; }
.footer a { color: var(--ink-2); text-decoration: none; font-size: 15px; display: block; padding: 5px 0; }
.footer a:hover { color: var(--pink-tekst); }
.footer p { font-size: 15px; color: var(--ink-2); }
.footer__brand .ord { font-family: var(--f-d); font-size: 24px; letter-spacing: .15em; text-transform: uppercase; line-height: 1; color: var(--ink); }
.footer__brand .ord i { display: block; font-style: normal; font-family: var(--f-b); font-size: 8.5px; font-weight: 500; letter-spacing: .42em; color: var(--ink-3); margin-top: 5px; }
.footer__brand img { height: 46px; margin-bottom: 14px; }
.footer__note { font-size: 13.5px !important; color: var(--ink-3) !important; margin-top: 12px; }
.footer-bund { border-top: 1px solid var(--line); margin-top: 44px; padding-top: 22px; }
.footer-bund .wrap { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-bund p, .footer-bund a { font-size: 12.5px; color: var(--ink-3); display: inline; }

/* ============================================================
   UNDERSIDER
   ============================================================ */
.side-hero { padding: calc(84px + var(--rhythm) * .55) 0 calc(var(--rhythm) * .5); }
.side-hero .wrap { max-width: 940px; }
.side-hero h1 { font-size: clamp(32px, 4.8vw, 66px); margin: 10px 0 16px; }
.krumme { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.krumme a { text-decoration: none; }
.krumme a:hover { color: var(--pink-tekst); }
.side-baand { border-radius: var(--r-l); overflow: hidden; height: clamp(280px, 42vw, 520px); position: relative; }
.side-baand img { width: 100%; height: 100%; object-fit: cover; }
.side-baand figcaption { position: absolute; left: 20px; bottom: 18px; background: rgba(251,244,239,.94); border-radius: var(--r-pill); padding: 9px 18px; font-size: 12.5px; font-weight: 500; }

/* pris-kort */
.priser { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 22px); }
.pris-kort { background: var(--white); border-radius: var(--r); padding: clamp(22px, 2.6vw, 32px); display: flex; flex-direction: column; gap: 10px; }
.pris-kort h3 { font-size: 22px; }
.pris-kort .tal { font-family: var(--f-d); font-size: clamp(26px, 2.8vw, 34px); color: var(--pink-tekst); }
.pris-kort p { font-size: 14.5px; color: var(--ink-2); flex: 1; }
.pris-kort .btn { align-self: flex-start; }
.pris-note { margin-top: 20px; font-size: 14px; color: var(--ink-3); max-width: 64ch; }

/* galleri */
.galleri { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(14px, 1.8vw, 24px); }
.galleri figure { position: relative; border-radius: var(--r); overflow: hidden; }
.galleri img { width: 100%; height: clamp(260px, 30vw, 420px); object-fit: cover; transition: transform 1s var(--ease); }
.galleri figure:hover img { transform: scale(1.03); }
.galleri figcaption { position: absolute; left: 16px; bottom: 14px; background: rgba(251,244,239,.94); border-radius: var(--r-pill); padding: 8px 16px; font-size: 12px; font-weight: 500; }

/* artikler */
.artikel { max-width: 740px; margin-inline: auto; padding-inline: var(--gutter); }
.artikel h2 { font-size: clamp(24px, 2.9vw, 34px); margin: 40px 0 13px; }
.artikel p { color: var(--ink-2); margin-bottom: 17px; }
.artikel ul { margin: 0 0 20px 20px; color: var(--ink-2); }
.artikel li { margin-bottom: 8px; }
.artikel .lead { color: var(--ink); }

/* ============================================================
   TILBUDS-WIZARD
   ============================================================ */
.qwrap { max-width: 880px; margin-inline: auto; padding-inline: var(--gutter); }
.qform { background: var(--white); border-radius: var(--r-l); padding: clamp(24px, 4vw, 52px); }
.qprogress { height: 3px; background: var(--bg-3); border-radius: 2px; margin-bottom: 10px; position: relative; overflow: hidden; }
.qprogress__fill { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--pink); border-radius: 2px; transition: width .5s var(--ease); }
.qcount { font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 24px; }
.qstep { position: relative; }
.qform.js .qstep { display: none; }
.qform.js .qstep.is-active { display: block; animation: qin .45s var(--ease); }
@keyframes qin { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.qform:not(.js) .qstep { margin-bottom: 34px; }
.qstep fieldset { border: none; padding: 0; }
.qstep legend { font-family: var(--f-d); font-size: clamp(21px, 2.4vw, 29px); margin-bottom: 6px; padding: 0; }
.qhint { font-size: 14.5px; color: var(--ink-3); margin-bottom: 20px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.chip span { display: flex; align-items: center; min-height: 46px; padding: 12px 22px; border: 1.5px solid var(--line-2); border-radius: var(--r-pill); font-size: 14.5px; color: var(--ink-2); cursor: pointer; user-select: none; transition: all var(--dur-fast); }
.chip input:checked + span { border-color: var(--pink); color: var(--pink-tekst); background: var(--pink-soft); }
.chip input:focus-visible + span { outline: 2px solid var(--pink); outline-offset: 2px; }
.qstep.shake { animation: qshake .4s; }
@keyframes qshake { 0%,100% { transform: none; } 25% { transform: translateX(-6px); } 75% { transform: translateX(6px); } }
.qfields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 6px; }
.qfields .full { grid-column: 1 / -1; }
.qfields label { display: block; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 7px; }
.qfields input, .qfields textarea {
  width: 100%; background: var(--bg); border: 1.5px solid var(--line-2); border-radius: 16px;
  color: var(--ink); font-family: var(--f-b); font-size: 16px; padding: 13px 16px;
}
.qfields input:focus, .qfields textarea:focus { outline: none; border-color: var(--pink); }
.qfile { border: 1.5px dashed var(--line-2); border-radius: 20px; padding: 18px; margin-top: 14px; }
.qfile > label { display: block; font-size: 14.5px; color: var(--ink-2); margin-bottom: 10px; }
.qfile input { color: var(--ink-3); font-size: 13.5px; max-width: 100%; margin-bottom: 7px; }
.qnav { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 28px; }
.qback { background: none; border: none; color: var(--ink-3); font-size: 13.5px; cursor: pointer; padding: 12px 0; }
.qback:hover { color: var(--ink); }
.form-note { font-size: 13.5px; color: var(--ink-3); margin-top: 18px; }
.form-note a { color: var(--pink-tekst); }

/* ---------- Kontakt-kort ---------- */
.kontakt-kort { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 22px); margin-bottom: clamp(26px, 4vw, 44px); }
.kk { background: var(--white); border-radius: var(--r); padding: 24px 26px; }
.kk h3 { font-size: 19px; margin-bottom: 6px; }
.kk a, .kk p { font-size: 15.5px; color: var(--ink-2); text-decoration: none; display: block; }
.kk a:hover { color: var(--pink-tekst); }



/* ============================================================
   RESPONSIVT
   ============================================================ */
@media (max-width: 1080px) {
  .nav__links { display: none; }
  .burger { display: block; }
  .priser { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .grid, .grid--2, .blok, .split, .split--flip, .galleri, .kontakt-kort { grid-template-columns: 1fr; }
  .footer .wrap { grid-template-columns: 1fr 1fr; }
  .tjek--2 { grid-template-columns: 1fr; }
  .sec-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
  .hero__in { padding-bottom: 40px; }
  .qfields { grid-template-columns: 1fr; }
  .footer .wrap { grid-template-columns: 1fr; }
  .strib { gap: 14px; flex-direction: column; align-items: center; text-align: center; }
}

/* ============================================================
   v1-STRUKTUREN GENBRUGT (kunden kunne lide opbygningen)
   — mekanikken er den samme, huden er Flamingo Studio
   ============================================================ */

/* ---------- Hero-slideshow (3 billeder, rolig crossfade) ---------- */
.hero__img .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 2s var(--ease); }
.hero__img .slide.is-on { opacity: 1; }
.hero__img .slide img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; transform: scale(1.08); }
.hero__img .slide.is-on img { transform: scale(1); transition: transform 9s linear; }
@media (prefers-reduced-motion: reduce) {
  .hero__img .slide { transition: none; }
  .hero__img .slide img { transform: none !important; transition: none !important; }
}

/* ---------- Intro-linje ---------- */
.intro { padding: calc(var(--rhythm) * .8) 0; border-bottom: 1px solid var(--line); }
.intro .wrap { max-width: 1000px; }
.intro p { font-family: var(--f-d); font-size: clamp(23px, 2.9vw, 40px); line-height: 1.28; text-wrap: balance; }
.intro p span { color: var(--pink); }

/* ============================================================
   ⭐ UNFOLD — pinnet produkt-scene (v1's signatur, ny hud)
   ============================================================ */
.unfold-scene { height: 340vh; position: relative; }
.unfold-pin { position: sticky; top: 0; height: 100svh; overflow: hidden;
  display: grid; grid-template-columns: minmax(0,1.06fr) minmax(0,.94fr);
  background: var(--bg-2); }
.unfold-media { position: relative; background: var(--bg-3); }
.unfold-media figure { position: absolute; inset: 0; opacity: 0; transition: opacity 1100ms var(--ease); margin: 0; }
.unfold-media figure img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.07); transition: transform 7s var(--ease); }
.unfold-media figure.is-on { opacity: 1; }
.unfold-media figure.is-on img { transform: scale(1); }
.unfold-media figcaption { position: absolute; left: 22px; bottom: 20px; z-index: 2;
  background: rgba(251,244,239,.94); border-radius: var(--r-pill); padding: 9px 18px; font-size: 12px; font-weight: 500; }
.unfold-panel { position: relative; display: flex; flex-direction: column; justify-content: center;
  padding: 84px clamp(26px, 4.2vw, 66px); }
.unfold-head { margin-bottom: 34px; }
.unfold-head h2 { font-size: clamp(28px, 3.6vw, 50px); }
.uprogress { position: absolute; right: clamp(20px, 2.6vw, 42px); top: 24%; bottom: 24%; width: 2px; background: var(--bg-3); border-radius: 2px; }
.uprogress i { position: absolute; top: 0; left: 0; width: 2px; height: 0%; background: var(--pink); border-radius: 2px; transition: height .4s linear; }
.ustep { padding: 18px 0; border-top: 1px solid var(--line); opacity: .34; transition: opacity .7s var(--ease); max-width: 44ch; }
.ustep.u-last { border-bottom: 1px solid var(--line); }
.ustep.is-on { opacity: 1; }
.ustep .uno { display: block; font-family: var(--f-b); font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--pink-tekst); margin-bottom: 7px; }
.ustep h3 { font-size: 23px; margin-bottom: 5px; }
.ustep p { font-size: 15.5px; color: var(--ink-2); }

.unfold-scene.is-native { height: auto; }
.unfold-scene.is-native .unfold-pin { position: static; height: auto; grid-template-columns: 1fr; overflow: visible; }
.unfold-scene.is-native .unfold-media { min-height: 0; }
.unfold-scene.is-native .unfold-media figure { position: relative; opacity: 1; margin-bottom: 12px; }
.unfold-scene.is-native .unfold-media figure img { height: 58vw; max-height: 400px; transform: none; }
.unfold-scene.is-native .ustep { opacity: 1; }
.unfold-scene.is-native .uprogress { display: none; }
.unfold-scene.is-native .unfold-panel { padding: 44px var(--gutter); }

/* ============================================================
   ÅRET RUNDT — fire øjeblikke i stedet for fire produkter
   Ren typografi: vi har ingen årstidsfotos, og det skal være ærligt.
   ============================================================ */
.aaret { background: var(--bg-2); }
.aaret .sec-head--midt { margin-bottom: clamp(30px, 4vw, 54px); }
.maaneder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.maaned { position: relative; padding: clamp(24px, 2.6vw, 38px) clamp(18px, 2vw, 30px);
  display: flex; flex-direction: column; }
.maaned + .maaned::before { content: ""; position: absolute; left: 0; top: 12%; bottom: 12%; width: 1px; background: var(--line); }
.maaned .m { display: block; font-family: var(--f-b); font-size: 12px; font-weight: 500;
  letter-spacing: .24em; text-transform: uppercase; color: var(--pink-tekst); margin-bottom: 14px; }
.maaned p { font-family: var(--f-d); font-size: clamp(19px, 1.55vw, 23px); line-height: 1.24; color: var(--ink); text-wrap: balance; }
.maaned .hvad { display: block; margin-top: auto; padding-top: 14px; font-family: var(--f-b); font-size: 14px; color: var(--ink-3); }
.aaret-slut { margin-top: clamp(26px, 3.4vw, 44px); text-align: center; }
.aaret-slut p { color: var(--ink-2); max-width: 54ch; margin: 0 auto 20px; }

@media (max-width: 900px) {
  .maaneder { grid-template-columns: 1fr 1fr; }
  .maaned + .maaned::before { display: none; }
  .maaned { border-top: 1px solid var(--line); }
  .maaned:nth-child(1), .maaned:nth-child(2) { border-top: none; }
}
@media (max-width: 560px) {
  .maaneder { grid-template-columns: 1fr; }
  .maaned:nth-child(2) { border-top: 1px solid var(--line); }
}

/* ============================================================
   TIDSLINJE — "Fra idé til færdig have" (variant B, Jens' valg 24/8)
   Erstatter den pinnede proces-scene: samme information, ingen scroll-kapring.
   Sporet tegner sig selv, når sektionen kommer i syne.
   ============================================================ */
.tl { position: relative; padding-top: 46px; }
.tl-spor { position: absolute; top: 13px; left: 12.5%; right: 12.5%; height: 2px; background: var(--bg-3); border-radius: 2px; overflow: hidden; }
.tl-fyld { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--pink); border-radius: 2px; transition: width 1.6s var(--ease) .2s; }
.tl[data-reveal].in-view .tl-fyld { width: 100%; }

.tl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 30px); }
.tl-t { position: relative; text-align: center; padding: 0 8px; }
.tl-t::before {
  content: ""; position: absolute; top: -40px; left: 50%; transform: translateX(-50%) scale(.4);
  width: 15px; height: 15px; border-radius: 50%; background: var(--pink);
  border: 3px solid var(--bg-2); opacity: 0;
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.tl[data-reveal].in-view .tl-t::before { opacity: 1; transform: translateX(-50%) scale(1); }
.tl[data-reveal].in-view .tl-t:nth-child(1)::before { transition-delay: .25s; }
.tl[data-reveal].in-view .tl-t:nth-child(2)::before { transition-delay: .65s; }
.tl[data-reveal].in-view .tl-t:nth-child(3)::before { transition-delay: 1.05s; }
.tl[data-reveal].in-view .tl-t:nth-child(4)::before { transition-delay: 1.45s; }

.tl-n { display: block; font-family: var(--f-b); font-size: 11.5px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--pink-tekst); margin-bottom: 10px; }
.tl-t h3 { font-size: 20px; margin-bottom: 6px; }
.tl-t p { font-size: 14.5px; color: var(--ink-2); }

.tl-note { margin-top: clamp(26px, 3.4vw, 44px); background: var(--white); border-radius: 20px;
  padding: 18px 24px; font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }
.tl-note b { color: var(--ink); font-weight: 500; }

@media (prefers-reduced-motion: reduce) {
  .tl-fyld { width: 100% !important; transition: none; }
  .tl-t::before { opacity: 1 !important; transform: translateX(-50%) scale(1) !important; transition: none; }
}
@media (max-width: 900px) {
  .tl { padding-top: 0; }
  .tl-spor { display: none; }
  .tl-grid { grid-template-columns: 1fr; gap: 0; }
  .tl-t { text-align: left; padding: 18px 0 18px 26px; border-top: 1px solid var(--line); }
  .tl-t:first-child { border-top: none; }
  .tl-t::before { top: 26px; left: 0; transform: scale(1); opacity: 1; border-width: 0; width: 9px; height: 9px; }
  .tl[data-reveal].in-view .tl-t::before { transform: scale(1); }
}

/* ============================================================
   PREMIUM-PAKKEN (25/8): unveil · asymmetrisk grid · materialer · årstidsfotos
   ============================================================ */

/* ---------- Billed-afsløring: containeren fader ikke, billedet glider frem ---------- */
.unveil[data-reveal] { opacity: 1; transform: none; }
.unveil { overflow: hidden; }
.unveil img { transform: translateY(14%) scale(1.12); transition: transform 1.25s var(--ease); }
.unveil[data-reveal].in-view img { transform: none; }
@media (prefers-reduced-motion: reduce) { .unveil img { transform: none !important; } }

/* hover-zoom skal vinde over unveil (samme specificitet → sidst vinder) */
.kort:hover .kort__ph img { transform: scale(1.04); }
.galleri figure:hover img { transform: scale(1.03); }

/* ---------- Asymmetrisk produktgrid: køkkenet stort, de to andre stablet ---------- */
.grid--prod { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: auto auto; gap: clamp(14px, 1.8vw, 24px); }
.grid--prod .kort--stor { grid-row: 1 / 3; display: flex; flex-direction: column; }
.grid--prod .kort--stor .kort__ph { aspect-ratio: auto; flex: 1; min-height: 380px; }
.grid--prod .kort:not(.kort--stor) .kort__ph { aspect-ratio: 16/7.8; }
@media (max-width: 900px) {
  .grid--prod { grid-template-columns: 1fr; grid-template-rows: none; }
  .grid--prod .kort--stor { grid-row: auto; }
  .grid--prod .kort--stor .kort__ph { aspect-ratio: 4/3.2; min-height: 0; }
  .grid--prod .kort:not(.kort--stor) .kort__ph { aspect-ratio: 4/3.2; }
}

/* ---------- Materiale-striben ---------- */
.mat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 24px); }
.mat { border-radius: var(--r); background: var(--white); overflow: hidden; }
.mat img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.mat figcaption { padding: 16px 22px 20px; }
.mat figcaption b { font-family: var(--f-d); font-weight: 400; font-size: 19px; display: block; margin-bottom: 3px; }
.mat figcaption span { font-size: 14px; color: var(--ink-2); }
.mat-note { margin-top: 16px; text-align: center; font-size: 12.5px; color: var(--ink-3); }
@media (max-width: 900px) { .mat-grid { grid-template-columns: 1fr; } }

/* ---------- Årstidsfotos i "Året rundt" ---------- */
.maaned-foto { border-radius: 18px; overflow: hidden; margin-bottom: 16px; }
.maaned-foto img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.aaret-kilde { margin-top: 14px; text-align: center; font-size: 12.5px; color: var(--ink-3); }

/* ============================================================
   MERE PINK (8/9-2026) — kundens ønske: pink skal fylde mere.
   Grundfladerne er rosa (tokens.css), og forsiden får TO ekstra
   dybe udbrud oveni de tre eksisterende (Vores løfte · CTA-bånd
   · sauna-blok): manifest-linjen under hero'en og "Året rundt".
   Samme dybe rosé som .loefte/.ctaband, så fladerne er ét sprog.
   KONTRAST (målt 8/9): hvid tekst = 5,01:1 i gradientens LYSESTE
   ende. Sekundær tekst er rgba(255,255,255,.96) = 4,75:1 — IKKE
   --ink-lys (.92), som lander på 4,49:1 og altså under grænsen.
   ============================================================ */
.intro {
  background: linear-gradient(135deg, #C24157 0%, #9C2539 100%);
  border-bottom: none;
}
.intro p { color: #fff; }
.intro p span {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .12em;
  text-decoration-color: rgba(255,255,255,.55);
}

.aaret { background: linear-gradient(135deg, #C24157 0%, #9C2539 100%); }
.aaret .sec-head h2 { color: #fff; }
.aaret .sec-head .acc { color: #fff; text-decoration-color: rgba(255,255,255,.55); }
.aaret .sec-head p { color: rgba(255,255,255,.96); }
.aaret .maaned + .maaned::before { background: rgba(255,255,255,.24); }
.aaret .maaned .m { color: #fff; }
.aaret .maaned p { color: #fff; }
.aaret .maaned .hvad { color: rgba(255,255,255,.96); }
.aaret .aaret-slut p { color: rgba(255,255,255,.96); }
.aaret .btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.aaret .btn--ghost:hover { border-color: #fff; background: #fff; color: #9C2539; }
.aaret .aaret-kilde { color: rgba(255,255,255,.96); }

@media (max-width: 900px) {
  .aaret .maaned { border-top-color: rgba(255,255,255,.24); }
}

/* ---------- Stående foto i split-layoutet (8/9-2026) ----------
   Billedet af de to er et telefonfoto på 480×640. Vist i fuld kolonnebredde
   (701 px) blev det skaleret ~3× op og set blødt ud — og `max-height: 66vh`
   + `object-fit: cover` skar benene af. Denne variant gør to ting:
   holder bredden nede, så billedet vises tæt på sine egne pixels, og fjerner
   højdeloftet, så HELE figuren er med. Brug den til alle stående fotos. */
.split-media--portraet { max-width: 420px; margin-inline: auto; }
.split-media--portraet img { max-height: none; object-fit: contain; }
