/* --- Forside --- */
/* ------ HERO ------ */
.hero-simple {
  text-align: center;
  padding: 48px 12px 28px;
}
.hero-simple h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  margin: 0 0 8px;
  position: relative;
}
.hero-simple h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 12px auto 0;
  background: #af1611;
  border-radius: 3px;
}
.hero-sub {
  opacity: .9;
  margin: 10px 0 18px;
}
.hero-cta { display: inline-flex; gap: 10px; }

/* knapper */
.btn-cta {
  background-color: #af1611;
  border-color: #af1611;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
}
.btn-cta:hover { background-color: #8f120e; border-color: #8f120e; }
.btn-ghost {
  border: 2px solid #af1611;
  color: #af1611;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: 600;
  background: transparent;
}
.btn-ghost:hover { background: #af1611; color: #fff; }

/* ------ HIGHLIGHTS (ikonliste i kort-grid) ------ */
.highlights { padding: 18px 12px 8px; }
.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px;
  max-width: 760px;
}
.highlight-list li {
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.highlight-list li::marker { content: ""; }
@media (max-width: 640px) {
  .highlight-list { grid-template-columns: 1fr; }
}

/* ------ TEASER SEKTIONER ------ */
.teaser, .about-teaser { 
  padding: 28px 12px;
  text-align: center;
}
.teaser h2, .about-teaser h2 {
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 10px;
}
.teaser p, .about-teaser p { max-width: 760px; margin: 0 auto; }

/* link-stil i teaser */
.teaser-link a {
  color: #af1611;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(175,22,17,.35);
  padding-bottom: 2px;
}
.teaser-link a:hover { border-color: #af1611; }

/* ------ GENEREL POLISH PÅ FORSIDEN ------ */
.front .page-title, .block.block-core.block-page-title-block, .front h1:first-child { display: none; }
.front section + section { border-top: 1px solid rgba(0,0,0,.06); }


/* --- FOOTER (desktop) --- */
.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 20px 0;
}

/* Kontakt-info */
.footer-info {
  max-width: 360px;
  color: #0b0b0b;
}

.footer-info h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #0b0b0b;
}

.footer-info p {
  margin: 0 0 10px;
  line-height: 1.4;

}

.footer-info a {
  color: #af1611;
  text-decoration: none;
  display: inline;
  white-space: nowrap;
}

.footer-info a:hover {
  text-decoration: underline;
  color: #ff2a20;
}

/* Google Maps */
.footer-map iframe {
  width: 100%;
  max-width: 400px;
  height: 250px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

/* --- SERVICES --- */
.services-section {
  padding: 30px 0;
}
.services-title {
  margin-bottom: 10px;
}
.services-intro {
  margin-bottom: 30px;
  opacity: .9;
}

.service-card {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255,255,255,.02);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0,0,0,.1);
  border-color: #af1611;
}
.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #af1611;
}
.service-card ul {
  padding-left: 16px;
  margin: 0;
}
.service-card li { margin-bottom: 6px; }

.service-icon {
  font-size: 24px;
  line-height: 1;
  color: #af1611;
}

.btn-cta {
  background-color: #af1611;
  border-color: #af1611;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
}
.btn-cta:hover {
  background-color: #8f120e;
  border-color: #8f120e;
}

/* --- MOBIL/TABLET --- */
@media (max-width: 900px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .footer-info {
    max-width: 100%;
    color: #0b0b0b;
  }
  .footer-map iframe {
    width: 90%;
    max-width: 320px;
    height: 220px;
  }
}

/* Services mobil finpudsning */
@media (max-width: 768px) {
  .services-section { padding-top: 12px; }
  .service-card { padding: 14px; }
}


/* --- FOOTER (desktop) --- */
.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 20px 0;
}

/* Kontakt-info */
.footer-info {
  max-width: 360px;
  color: #0b0b0b;
}

.footer-info h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #0b0b0b;
}

.footer-info p {
  margin: 0 0 10px;
  line-height: 1.4;

}

.footer-info a {
  color: #af1611;
  text-decoration: none;
  display: inline;
  white-space: nowrap;
}

.footer-info a:hover {
  text-decoration: underline;
  color: #ff2a20;
}

/* Google Maps */
.footer-map iframe {
  width: 100%;
  max-width: 400px;
  height: 250px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

/* --- SERVICES --- */
.services-section {
  padding: 30px 0;
}
.services-title {
  margin-bottom: 10px;
}
.services-intro {
  margin-bottom: 30px;
  opacity: .9;
}

.service-card {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255,255,255,.02);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0,0,0,.1);
  border-color: #af1611;
}
.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #af1611;
}
.service-card ul {
  padding-left: 16px;
  margin: 0;
}
.service-card li { margin-bottom: 6px; }

.service-icon {
  font-size: 24px;
  line-height: 1;
  color: #af1611;
}

.btn-cta {
  background-color: #af1611;
  border-color: #af1611;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
}
.btn-cta:hover {
  background-color: #8f120e;
  border-color: #8f120e;
} /* <-- den manglede } før */

/* --- MOBIL/TABLET --- */
@media (max-width: 900px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;     /* centrér både tekst og kort */
    gap: 20px;
    text-align: center;      /* centrér tekst */
  }
  .footer-info {
    max-width: 100%;
    color: #0b0b0b;
  }
  .footer-map iframe {
    width: 90%;
    max-width: 320px;
    height: 220px;
  }
}

/* Services mobil finpudsning */
@media (max-width: 768px) {
  .services-section { padding-top: 12px; }
  .service-card { padding: 14px; }
}

/* Midlertidigt debug – fjern når alt spiller
@media screen and (max-width: 992px) {
  html { outline: 3px solid magenta !important; }
}
*/

/* ---Booking --- */
/* Nummerplade-lookup UI */
.holck-lookup-wrapper { max-width: 720px; margin: 0 auto; padding: 12px; }
.plate-lookup-box { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 14px; }
.plate-lookup-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.plate-label { font-weight: 600; }
.plate-input { padding: 10px 12px; border-radius: 10px; border: 1px solid rgba(0,0,0,.15); min-width: 220px; }
.plate-btn { background: #af1611; color: #fff; border: 0; padding: 10px 16px; border-radius: 10px; font-weight: 700; }
.plate-btn:hover { background: #8f120e; }
.plate-lookup-result { margin-top: 14px; }

.slots-grid .form-item__label { display:none; } /* skjul standard label på radios */
.slots-grid .form-item { display:inline-block; margin:6px; }
.slot { padding:6px 10px; border-radius:8px; border:1px solid rgba(0,0,0,.12); }
.slot--ok   { background: rgba(0,128,0,.10); }
.slot--busy { background: rgba(255,0,0,.10); text-decoration: line-through; opacity:.6; }
.slots-empty { margin-top:6px; opacity:.8; }


