/* ------------------------------------------------------------------
   site-extra.css

   Everything added on top of the original styles.css: the vacation
   notice, the compact hero used by the thank-you page, the opening
   times table, the damage-site accents and a few small utilities.

   styles.css is left untouched so the original design stays intact.
   ------------------------------------------------------------------ */

/* --- Compact hero (thank-you page) ------------------------------- */

.hero-container.hero-compact {
  min-height: 60vh;
}

.hero-container.hero-compact .hero-content {
  padding-top: 12rem;
  padding-bottom: 4rem;
  max-width: 44rem;
}

.hero-container.hero-compact .hero-content h1 {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .hero-container.hero-compact {
    min-height: 70vh;
  }
  .hero-container.hero-compact .hero-content {
    padding-top: 9rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* --- Vacation notice (contact and quote pages) -------------------- */

.vacation-notice {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background-color: var(--color-secondary-light);
  border-left: 5px solid var(--color-primary-hover);
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0 2rem;
}

.vacation-notice.upcoming {
  border-left-color: var(--color-primary);
}

.vacation-notice-icon {
  color: var(--color-primary-hover);
  flex-shrink: 0;
  line-height: 0;
  padding-top: 0.15rem;
}

.vacation-notice-body h3 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  color: var(--color-secondary);
}

.vacation-notice-body p {
  margin: 0 0 0.4rem;
  line-height: 1.55;
}

.vacation-notice-body p:last-child {
  margin-bottom: 0;
}

.vacation-notice .vacation-back {
  font-size: 1.02rem;
}

/* --- Opening times ------------------------------------------------ */

.opening-times {
  border-collapse: collapse;
  width: 100%;
  max-width: 22rem;
  font-size: 0.95rem;
}

.opening-times th,
.opening-times td {
  text-align: left;
  padding: 0.28rem 0;
  font-weight: 400;
  vertical-align: top;
}

.opening-times th {
  width: 8.5rem;
  color: var(--color-text);
}

.opening-times tr.today th,
.opening-times tr.today td {
  font-weight: 600;
}

.opening-note {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.opening-note-vacation {
  color: #a04000;
  font-weight: 600;
}

/* --- Werkgebied --------------------------------------------------- */

.werkgebied-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.6rem 0 0;
  padding: 0;
}

.werkgebied-list li {
  background-color: var(--color-gray-light);
  border-radius: 999px;
  padding: 0.2rem 0.75rem;
  font-size: 0.85rem;
}

.werkgebied-note {
  margin-top: 0.6rem;
  font-size: 0.9rem;
}

/* --- Project detail ----------------------------------------------- */

.breadcrumb {
  margin-bottom: 1rem;
  font-size: 0.92rem;
}

.breadcrumb a {
  color: var(--color-text);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.project-title {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.project-facts {
  line-height: 1.9;
}

.project-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.empty-note {
  padding: 2rem 0;
  color: #666;
}

/* --- Footer additions --------------------------------------------- */

.footer-note {
  color: var(--color-footer-cta);
  font-size: 0.88rem;
  line-height: 1.55;
  margin-top: 1rem;
  opacity: 0.85;
}

.footer-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
  padding: 0.15rem 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  color: var(--color-footer-cta);
  font-size: 0.85rem;
  opacity: 0.8;
  margin: 0;
}

.footer-bottom a {
  color: var(--color-footer-cta);
}

.topnav-message {
  font-weight: 600;
}

/* --- Damage site accents ------------------------------------------ */

.schade-page .werkzaamheid-card {
  text-align: left;
}

.schade-usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.schade-usp {
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px var(--color-shadow);
}

.schade-usp h3 {
  font-size: 1.05rem;
  margin: 0.75rem 0 0.4rem;
}

.schade-usp p {
  font-size: 0.93rem;
  line-height: 1.6;
  margin: 0;
}

.schade-usp .schade-usp-icon {
  color: var(--color-primary-hover);
  line-height: 0;
}

@media (max-width: 768px) {
  .vacation-notice {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1rem 1.15rem;
  }
  .footer-bottom {
    justify-content: flex-start;
  }
}

/* --- Vacation band under the hero --------------------------------- */

.vacation-band {
  background-color: var(--color-white);
  padding: 2.5rem 1.5rem 0;
}

.vacation-band .container {
  max-width: 1200px;
  margin: 0 auto;
}

.vacation-band .vacation-notice {
  margin: 0;
}

.form-hint {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #555;
  margin-bottom: 1.25rem;
}
