/* ============================================================
   JULEGARDEN.DK — Kombineret (anbefalet)
   V1's rene struktur + V3's varme juledetaljer.
   Farver tæt på den nuværende julegarden.dk.
   Typografi: Source Serif 4 (display) + Source Sans 3 (body/UI).
   ============================================================ */

:root {
  /* Palette tæt på den nuværende julegarden.dk */
  --pine-900:    #0e2e22;   /* DSG dyb skovgrøn */
  --pine-800:    #143821;
  --pine-700:    #1d4d3a;
  --pine-100:    #e8efe8;
  --bg:          #fdfaf2;   /* cremet hvid baggrund */
  --bg-2:        #f6efdf;
  --paper:       #ffffff;
  --ink:         #1c1f1c;
  --ink-soft:    #51564f;
  --red:         #8d1c20;   /* dyb julerød */
  --red-dark:    #6b1316;
  --gold:        #c9a464;
  --gold-deep:   #9a7a40;
  --rule:        rgba(14,46,34,.13);

  --shadow-sm:   0 1px 2px rgba(14,46,34,.06);
  --shadow:      0 1px 2px rgba(14,46,34,.07), 0 14px 32px -10px rgba(14,46,34,.22);

  --font-serif:  "Source Serif 4", "Source Serif Pro", Georgia, "Times New Roman", serif;
  --font-sans:   "Source Sans 3", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: transparent;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-x: hidden;
}

/* Subtile snefnug + juletræer som baggrund — scroller med siden */
body::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'><g stroke='%230e2e22' stroke-width='1' stroke-linecap='round' fill='none' opacity='0.085'><g transform='translate(40 50)'><path d='M-7 0H7M-3.5 -6L3.5 6M-3.5 6L3.5 -6'/></g><g transform='translate(300 70) scale(0.85)'><path d='M-7 0H7M-3.5 -6L3.5 6M-3.5 6L3.5 -6'/></g><g transform='translate(125 120) scale(1.2)'><path d='M-7 0H7M-3.5 -6L3.5 6M-3.5 6L3.5 -6'/></g><g transform='translate(220 200)'><path d='M-7 0H7M-3.5 -6L3.5 6M-3.5 6L3.5 -6'/></g><g transform='translate(65 245) scale(0.75)'><path d='M-7 0H7M-3.5 -6L3.5 6M-3.5 6L3.5 -6'/></g><g transform='translate(275 295) scale(1.1)'><path d='M-7 0H7M-3.5 -6L3.5 6M-3.5 6L3.5 -6'/></g><g transform='translate(190 35) scale(0.6)'><path d='M-7 0H7M-3.5 -6L3.5 6M-3.5 6L3.5 -6'/></g><g transform='translate(20 320) scale(0.7)'><path d='M-7 0H7M-3.5 -6L3.5 6M-3.5 6L3.5 -6'/></g><g transform='translate(330 220) scale(0.5)'><path d='M-7 0H7M-3.5 -6L3.5 6M-3.5 6L3.5 -6'/></g><g transform='translate(155 285) scale(0.55)'><path d='M-7 0H7M-3.5 -6L3.5 6M-3.5 6L3.5 -6'/></g></g><g fill='%230e2e22' fill-opacity='0.07'><path transform='translate(255 150)' d='M0 -14L-6 -5L-3 -5L-9 2L-5 2L-11 11L11 11L5 2L9 2L3 -5L6 -5Z'/><path transform='translate(95 215) scale(0.85)' d='M0 -14L-6 -5L-3 -5L-9 2L-5 2L-11 11L11 11L5 2L9 2L3 -5L6 -5Z'/><path transform='translate(40 145) scale(0.7)' d='M0 -14L-6 -5L-3 -5L-9 2L-5 2L-11 11L11 11L5 2L9 2L3 -5L6 -5Z'/><path transform='translate(310 325) scale(0.6)' d='M0 -14L-6 -5L-3 -5L-9 2L-5 2L-11 11L11 11L5 2L9 2L3 -5L6 -5Z'/><path transform='translate(180 90) scale(0.5)' d='M0 -14L-6 -5L-3 -5L-9 2L-5 2L-11 11L11 11L5 2L9 2L3 -5L6 -5Z'/></g></svg>");
  background-repeat: repeat;
  background-size: 360px 360px;
}

a {
  color: var(--pine-700);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
a:hover { color: var(--red); }
img { max-width: 100%; height: auto; display: block; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; background: var(--ink); color: #fff; padding: .5rem 1rem; z-index: 1000; }

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 4vw, 2rem);
  position: relative;
  z-index: 1;
}

/* ── Topbar med kontakt ─────────────────────────────────── */
.topbar {
  background: var(--pine-900);
  color: #e8dfc9;
  font-family: var(--font-sans);
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.topbar .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.25rem;
  align-items: center;
  justify-content: center;
  padding: .65rem clamp(1rem, 4vw, 2rem);
}
.topbar a {
  color: #e8dfc9;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.topbar a:hover { color: var(--gold); }
.topbar .dot { opacity: .4; }
.topbar svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Header / Hero ──────────────────────────────────────── */
.site-header {
  padding: clamp(2.25rem, 5vw, 3.5rem) 1rem clamp(1.75rem, 3vw, 2.25rem);
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
@media (max-width: 640px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

/* Logo + nedtælling: integreret i højre side af headeren */
.hero-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}
.hero-logo {
  display: block;
  width: clamp(150px, 21vw, 225px);
  position: relative;
}
.hero-logo::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,164,100,.18) 0%, transparent 70%);
  z-index: -1;
}
.hero-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 640px) {
  .hero-side {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--rule);
  }
  .hero-logo { width: 118px; flex-shrink: 0; }
}
@media (max-width: 380px) {
  .hero-logo { width: 96px; }
}

.eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin: 0 0 1rem;
}

h1.title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 6vw, 3.5rem);
  line-height: 1.05;
  color: var(--pine-900);
  margin: 0 0 1rem;
  letter-spacing: -.015em;
}

/* ── Fremhævet dato (visuelt centrum) ───────────────────── */
.hero-date {
  margin: .25rem 0 1.25rem;
  padding: .3rem 0 .6rem;
  position: relative;
}
/* (de gamle border-linjer og snefnug-ornamenter er fjernet) */

.hero-date-line {
  font-family: var(--font-serif);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(1.35rem, 3.5vw, 1.95rem);
  line-height: 1.05;
  color: var(--pine-900);
  margin: 0;
  letter-spacing: -.01em;
}
.hero-date-line .day {
  font-style: italic;
  font-weight: 400;
  color: var(--red);
}
.hero-date-line .ymo {
  white-space: nowrap;
}
.hero-date-sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-soft);
  margin: .35rem 0 0;
}
.hero-date-sub .sep {
  color: var(--gold-deep);
  margin: 0 .5rem;
  opacity: .7;
}

/* ── Countdown med dekorativ SVG-baggrund ───────────────── */
.countdown {
  position: relative;
  width: clamp(190px, 22vw, 230px);
  min-height: 130px;
  padding: 1.1rem 1.25rem 1.15rem;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,239,200,.55) 0%, transparent 55%),
    linear-gradient(180deg, #fffaee 0%, #fbf2dc 100%);
  border: 1px solid rgba(201,164,100,.45);
  border-radius: 16px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.7) inset,
    0 0 0 4px rgba(255,255,255,.55),
    0 14px 28px -14px rgba(154,122,64,.45);
  overflow: hidden;
  font-family: var(--font-sans);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.countdown::before {
  /* Stiplet inder-ramme — som et lille gavekort */
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(154,122,64,.45);
  border-radius: 11px;
  pointer-events: none;
  z-index: 0;
}
.countdown::after {
  /* Lille gylden stjerne i øverste højre hjørne */
  content: "✦";
  position: absolute;
  top: 10px;
  right: 14px;
  color: var(--gold);
  font-size: 14px;
  opacity: .85;
  z-index: 2;
  text-shadow: 0 0 6px rgba(201,164,100,.5);
}
.countdown .cd-bg {
  position: absolute;
  top: 6px;
  right: -16px;
  width: 130%;
  height: auto;
  color: var(--pine-700);
  opacity: .14;
  z-index: 0;
  pointer-events: none;
}
.countdown .cd-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .25rem;
  width: 100%;
}
.cd-num {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4vw, 2.4rem);
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  letter-spacing: -.015em;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.cd-lbl {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: .95rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--pine-800);
  font-weight: 400;
  line-height: 1.3;
  max-width: 18ch;
}
@media (max-width: 640px) {
  .countdown {
    width: auto;
    flex: 1;
    min-height: 96px;
    padding: .85rem 1rem;
  }
  .countdown .cd-bg { width: 110%; right: -8%; top: 8px; }
}

/* ── CTA-knapper ────────────────────────────────────────── */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: .25rem;
}
.btn {
  display: inline-block;
  padding: .95rem 1.6rem;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid transparent;
  text-align: center;
  white-space: nowrap;
  transition: all .18s ease;
}
.btn-primary {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  box-shadow: 0 6px 20px -6px rgba(179,48,42,.55);
}
.btn-primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: #fff;
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: var(--pine-800);
  border-color: var(--pine-800);
}
.btn-ghost:hover {
  background: var(--pine-800);
  color: #fff;
}

/* ── Main ───────────────────────────────────────────────── */
main { padding: clamp(1.25rem, 3vw, 2.25rem) 0 clamp(2rem, 5vw, 4rem); }

.section { margin-bottom: clamp(2.5rem, 5vw, 4rem); }

.card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  box-shadow: var(--shadow);
  position: relative;
}
.card .ribbon {
  position: absolute;
  top: -13px;
  left: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--red);
  color: #fff;
  padding: .35rem 1rem;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 0 3px 8px -2px rgba(179,48,42,.4);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: start;
}
@media (max-width: 720px) {
  .two-col { grid-template-columns: 1fr; gap: 1.5rem; }
}

h2, h3 {
  font-family: var(--font-serif);
  color: var(--pine-900);
  line-height: 1.15;
  margin: 0 0 .65rem;
  letter-spacing: -.005em;
}
h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 700;
}
h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 600;
}
p { margin: 0 0 .75rem; }

/* Områder som "stjerne-liste" — vibe fra V3 */
.areas-list {
  list-style: none;
  padding: 0;
  margin: .9rem 0 0;
  display: grid;
  gap: .35rem;
}
.areas-list li {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--pine-900);
  line-height: 1.3;
}
.areas-list li::before {
  content: "★";
  color: var(--red);
  font-size: .75rem;
  flex-shrink: 0;
  line-height: 1;
}

/* ── Billedrammer — mindre, forskudt scrapbog-stil ─────── */
.image-frame {
  margin: clamp(2.5rem, 5vw, 3.5rem) auto;
  position: relative;
  width: clamp(280px, 70%, 640px);
  transition: transform .35s ease;
}
.image-frame:nth-of-type(odd) {
  margin-left: 0;
  margin-right: auto;
  transform: rotate(-1.2deg);
}
.image-frame:nth-of-type(even) {
  margin-right: 0;
  margin-left: auto;
  transform: rotate(1.2deg);
}
.image-frame:hover { transform: rotate(0) translateY(-2px); }
.image-frame::before,
.image-frame::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid var(--gold);
  opacity: .55;
  pointer-events: none;
}
.image-frame::before { top: -8px; left: -8px; border-right: 0; border-bottom: 0; }
.image-frame::after  { bottom: -8px; right: -8px; border-left: 0; border-top: 0; }

@media (max-width: 720px) {
  .image-frame { width: 100%; }
  .image-frame:nth-of-type(odd) { transform: rotate(-.8deg); }
  .image-frame:nth-of-type(even) { transform: rotate(.8deg); }
}

.image-inner {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--bg-2);
  box-shadow: var(--shadow);
}
.image-inner img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.image-placeholder {
  width: 100%;
  aspect-ratio: 16/10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: var(--pine-700);
  background:
    radial-gradient(circle at 50% 100%, rgba(201,164,100,.20), transparent 60%),
    var(--bg-2);
  text-align: center;
  padding: 1.5rem;
}
.image-placeholder svg { width: 56px; height: 56px; opacity: .5; }
.image-placeholder strong {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
}
.image-placeholder span { font-size: .85rem; color: var(--ink-soft); }
.image-placeholder code {
  background: rgba(14,46,34,.05);
  padding: .1rem .35rem;
  border-radius: 3px;
  font-size: .8rem;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

/* ── FAQ ────────────────────────────────────────────────── */
.faq h2 {
  text-align: center;
  margin: 0 0 .35rem;
}
.faq .sub {
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--ink-soft);
  margin: 0 0 1.75rem;
}
.faq-list {
  display: grid;
  gap: .65rem;
  max-width: 760px;
  margin: 0 auto;
}
details.faq-item {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .18s ease, border-color .18s ease;
}
details.faq-item[open] {
  box-shadow: var(--shadow);
  border-color: rgba(179,48,42,.3);
}
details.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 1.2rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: var(--pine-900);
  display: flex;
  align-items: center;
  gap: .85rem;
  line-height: 1.3;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::before {
  content: "❄";
  color: var(--gold-deep);
  transition: transform .35s ease, color .18s ease;
  flex-shrink: 0;
  font-size: 1.1rem;
  order: -1;
}
details.faq-item[open] summary::before {
  transform: rotate(180deg);
  color: var(--red);
}
details.faq-item summary::after { content: none; }
details.faq-item .answer {
  padding: 0 1.2rem 1.2rem;
  color: var(--ink-soft);
}

/* ── Footer ─────────────────────────────────────────────── */
.site-footer {
  background: var(--pine-900);
  color: #e8dfc9;
  padding: clamp(2.5rem, 5vw, 3.5rem) 1.25rem 1.5rem;
  text-align: center;
  font-family: var(--font-sans);
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.site-footer a { color: #e8dfc9; }
.site-footer a:hover { color: var(--gold); }

.footer-greeting {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  color: var(--gold);
  margin: 0 0 .75rem;
  font-weight: 400;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin: 0 0 1.5rem;
  font-size: .95rem;
}
.footer-contact a { white-space: nowrap; display: inline-flex; align-items: center; gap: .4rem; }
.footer-contact .foot-ico {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-contact .dot { opacity: .4; }

.footer-credit {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  font-size: .85rem;
  opacity: .85;
}
.footer-credit a { color: var(--gold); text-decoration: underline; }
.copyright {
  opacity: .55;
  font-size: .8rem;
  margin: .75rem 0 0;
}

/* ── Mobil-finpudsninger ────────────────────────────────── */
@media (max-width: 540px) {
  body { font-size: 16px; }
  .btn { width: 100%; max-width: 360px; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .btn { max-width: none; }
}

@media (max-width: 380px) {
  .topbar .wrap { font-size: 13px; }
  .image-frame::before, .image-frame::after { width: 32px; height: 32px; }
  .card .ribbon { left: 1rem; }
}

/* ============================================================
   Override + tilf\u00f8jelser (september 2026)
   Pikogram fjernet fra countdown; galleri-karrusel + FAQ-grid.
   ============================================================ */

/* Countdown \u2014 ren typografisk version uden bil-piktogram */
.countdown {
  display: block !important;
  text-align: center;
  padding: 1.2rem 1.25rem !important;
}
.countdown .cd-content {
  align-items: center !important;
  justify-content: center;
  gap: .3rem !important;
  height: 100%;
  min-height: inherit;
}
.cd-flourish {
  display: block;
  width: 75%;
  height: 16px;
  margin: 0 auto .2rem;
  opacity: .9;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 16'><g stroke='%239a7a40' stroke-width='1' fill='none' stroke-linecap='round' opacity='0.85'><g transform='translate(15 8)'><path d='M-5 0H5M-2.5 -4.3L2.5 4.3M-2.5 4.3L2.5 -4.3'/></g><g transform='translate(40 8) scale(0.65)'><path d='M-5 0H5M-2.5 -4.3L2.5 4.3M-2.5 4.3L2.5 -4.3'/></g><g transform='translate(80 8) scale(0.65)'><path d='M-5 0H5M-2.5 -4.3L2.5 4.3M-2.5 4.3L2.5 -4.3'/></g><g transform='translate(105 8)'><path d='M-5 0H5M-2.5 -4.3L2.5 4.3M-2.5 4.3L2.5 -4.3'/></g></g><path fill='%239a7a40' fill-opacity='0.8' d='M60 1L55 6L57 6L52 12L68 12L63 6L65 6Z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cd-num {
  font-size: clamp(2.2rem, 4.5vw, 2.8rem) !important;
  text-align: center;
}
.cd-lbl {
  max-width: 20ch !important;
  text-align: center;
  font-size: .95rem !important;
}
@media (max-width: 640px) {
  .countdown { min-height: 110px !important; }
  .cd-num { font-size: 1.95rem !important; }
  .cd-lbl { font-size: .9rem !important; }
  .cd-flourish { width: 50%; }
}

/* Galleri + FAQ side om side */
.gallery-faq {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(1.75rem, 4.5vw, 3.25rem);
  align-items: start;
}
@media (max-width: 820px) {
  .gallery-faq { grid-template-columns: 1fr; gap: 2rem; }
}

/* Karrusel */
.carousel { position: relative; outline: none; }
.carousel:focus-visible .car-frame {
  box-shadow: 0 0 0 3px var(--red), var(--shadow);
}
.car-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--bg-2);
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
  transition: transform .35s ease, box-shadow .2s ease;
}
.carousel:hover .car-frame { transform: rotate(0); }
.car-frame::before,
.car-frame::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border: 2px solid var(--gold);
  opacity: .55;
  pointer-events: none;
  z-index: 2;
}
.car-frame::before { top: 6px; left: 6px; border-right: 0; border-bottom: 0; }
.car-frame::after  { bottom: 6px; right: 6px; border-left: 0; border-top: 0; }

.car-track {
  display: flex;
  width: 100%;
  transition: transform .45s cubic-bezier(.4, .0, .2, 1);
}
.car-slide { flex: 0 0 100%; min-width: 0; }
.car-slide img,
.car-placeholder {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}
.car-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: var(--pine-700);
  background:
    radial-gradient(circle at 50% 100%, rgba(201,164,100,.20), transparent 60%),
    var(--bg-2);
  text-align: center;
  padding: 1.5rem;
}
.car-placeholder svg { width: 56px; height: 56px; opacity: .5; }
.car-placeholder strong {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
}
.car-placeholder span { font-size: .85rem; color: var(--ink-soft); }
.car-placeholder code {
  background: rgba(14,46,34,.05);
  padding: .1rem .35rem;
  border-radius: 3px;
  font-size: .8rem;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

.car-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(14,46,34,.75);
  color: #fff;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, transform .15s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.car-nav:hover { background: var(--red); transform: translateY(-50%) scale(1.05); }
.car-nav:active { transform: translateY(-50%) scale(.95); }
.car-nav svg { width: 18px; height: 18px; }
.car-prev { left: 12px; }
.car-next { right: 12px; }

.car-dots {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-top: 1rem;
}
.car-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--pine-700);
  background: transparent;
  cursor: pointer;
  transition: all .15s ease;
}
.car-dot:hover { background: rgba(14,46,34,.2); }
.car-dot.active {
  background: var(--red);
  border-color: var(--red);
  transform: scale(1.25);
}

/* FAQ-kolonne */
.faq-col h2 {
  text-align: left;
  margin: 0 0 .35rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
}
.faq-col .sub {
  text-align: left;
  margin: 0 0 1.25rem;
}
.faq-col .faq-list { max-width: none; margin: 0; }
/* Countdown — mindre, mere kompakt (override) */
.countdown {
  width: clamp(210px, 24vw, 260px) !important;
  min-height: 0 !important;
  padding: .85rem 1.1rem !important;
}
.countdown::after { display: none; }
.cd-flourish { display: none; }
.cd-num {
  font-size: clamp(1.85rem, 3.8vw, 2.25rem) !important;
  display: inline-flex;
  align-items: baseline;
  gap: .35rem;
}
.cd-unit {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: .5em;
  color: var(--red);
  letter-spacing: -.01em;
}
.cd-lbl {
  font-size: .95rem !important;
  max-width: none !important;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .countdown { min-height: 0 !important; padding: .7rem .9rem !important; }
  .cd-num { font-size: 1.7rem !important; }
  .cd-lbl { font-size: .9rem !important; }
}
