/* ==========================================================================
   Bezoek Onze Showroom – Novadecor
   Professionele showroompagina: Sanitairwinkel.nl / Gamma / Hornbach-stijl
   ========================================================================== */

.page-bezoek-showroom {
  background: #fff;
  color: #3d3530;
}

.showroom-main {
  flex: 1 0 auto;
  padding-top: var(--header-height, 0);
}

.showroom-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .showroom-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .showroom-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.showroom-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Breadcrumbs */
.page-bezoek-showroom .breadcrumbs {
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}

.page-bezoek-showroom .breadcrumbs .showroom-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.page-bezoek-showroom .breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-bezoek-showroom .breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.page-bezoek-showroom .breadcrumbs a {
  font-size: 0.75rem;
  color: #525252;
  text-decoration: none;
}

.page-bezoek-showroom .breadcrumbs a:hover {
  color: #171717;
}

.page-bezoek-showroom .breadcrumbs [aria-current="page"] {
  font-size: 0.75rem;
  color: #171717;
}

.page-bezoek-showroom .breadcrumbs-sep {
  width: 1rem;
  height: 1rem;
  color: #a3a3a3;
}

/* Hero */
.showroom-hero {
  background: linear-gradient(135deg, #fffbf7 0%, #fef7f0 100%);
  border-bottom: 1px solid #f5e6d8;
}

.showroom-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .showroom-hero-inner {
    padding: 2.5rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .showroom-hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3.5rem 2rem;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .showroom-hero-inner {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    padding: 4rem 2.5rem;
  }
}

.showroom-hero-content {
  order: 2;
}

@media (min-width: 1024px) {
  .showroom-hero-content {
    order: 1;
  }
}

.showroom-hero-title {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #2d2926;
}

@media (min-width: 640px) {
  .showroom-hero-title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .showroom-hero-title {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .showroom-hero-title {
    font-size: 2.5rem;
  }
}

.showroom-hero-lead {
  margin: 0 0 1.5rem;
  max-width: 56ch;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #5c5650;
}

@media (min-width: 768px) {
  .showroom-hero-lead {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.showroom-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Buttons */
.showroom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.15s, box-shadow 0.15s, background-color 0.2s;
  white-space: nowrap;
}

.showroom-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
  border: none;
}

.showroom-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(39, 174, 96, 0.35);
}

.showroom-btn--secondary {
  color: #fff;
  background: #171717;
  border: 2px solid #171717;
}

.showroom-btn--secondary:hover {
  background: #333;
  border-color: #333;
  transform: translateY(-1px);
}

.showroom-btn--outline {
  color: #3d3530;
  background: #fff;
  border: 2px solid #e5e0db;
}

.showroom-btn--outline:hover {
  border-color: #a87b4b;
  color: #a87b4b;
}

.showroom-btn--whatsapp {
  color: #fff;
  background: #25d366;
  border: none;
}

.showroom-btn--whatsapp:hover {
  background: #20bd5a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.showroom-btn--large {
  padding: 1rem 1.75rem;
  font-size: 1rem;
}

.showroom-btn:focus-visible {
  outline: 2px solid #171717;
  outline-offset: 2px;
}

/* Hero Media */
.showroom-hero-media {
  order: 1;
  margin: 0;
}

@media (min-width: 1024px) {
  .showroom-hero-media {
    order: 2;
  }
}

.showroom-hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

@media (min-width: 1024px) {
  .showroom-hero-img {
    aspect-ratio: 5 / 4;
  }
}

.showroom-hero-caption {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #9a8577;
  text-align: center;
}

/* Afspraak-melding (tot 1 maart) */
.showroom-appointment-notice {
  background: linear-gradient(135deg, #fef2f2 0%, #fce8e8 100%);
  color: #2d2926;
  padding: 1.5rem 1rem;
}

@media (min-width: 640px) {
  .showroom-appointment-notice {
    padding: 2rem 1.5rem;
  }
}

.showroom-appointment-notice-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.showroom-appointment-notice-badge {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #b91c1c;
  background: rgba(220, 38, 38, 0.1);
  border-radius: 4px;
}

.showroom-appointment-notice-title {
  margin: 0 0 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #171717;
}

@media (min-width: 640px) {
  .showroom-appointment-notice-title {
    font-size: 1.5rem;
  }
}

.showroom-appointment-notice-text {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #44403c;
}

.showroom-appointment-notice-text strong {
  color: #171717;
}

.showroom-appointment-notice .showroom-btn--whatsapp {
  background: #25d366;
  color: #fff;
}

.showroom-appointment-notice .showroom-btn--whatsapp:hover {
  background: #20bd5a;
  color: #fff;
}

@media (min-width: 1024px) {
  .showroom-hero-caption {
    text-align: left;
    margin-top: 1rem;
    font-size: 0.8125rem;
  }
}

/* USPs */
.showroom-usps {
  padding: 2.5rem 0;
  background: #fff;
}

.showroom-usps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 640px) {
  .showroom-usps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.showroom-usp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.25rem;
  background: #fafafa;
  border: 1px solid #f0e4d8;
  border-radius: 12px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.showroom-usp:hover {
  border-color: #e0cfc0;
  box-shadow: 0 4px 12px rgba(168, 123, 75, 0.08);
}

.showroom-usp-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  background: #a87b4b;
  border-radius: 10px;
  color: #fff;
}

.showroom-usp-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.showroom-usp-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #3d3530;
}

.showroom-usp-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #5c5650;
}

/* Location section */
.showroom-location {
  padding: 2.5rem 0;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}

.showroom-section-title {
  margin: 0 0 1.5rem;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #2d2926;
}

@media (min-width: 768px) {
  .showroom-section-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.showroom-location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .showroom-location-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.showroom-info-card {
  padding: 1.5rem 1.25rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.showroom-info-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #3d3530;
}

.showroom-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #f5efe8;
  border-radius: 8px;
  color: #a87b4b;
}

.showroom-info-icon svg {
  width: 1rem;
  height: 1rem;
}

.showroom-address {
  font-style: normal;
  margin: 0;
}

.showroom-address-name {
  margin: 0 0 0.25rem;
  font-weight: 600;
  color: #3d3530;
}

.showroom-address-line {
  margin: 0;
  font-size: 0.9375rem;
  color: #5c5650;
}

.showroom-link-route {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a87b4b;
  text-decoration: none;
}

.showroom-link-route:hover {
  text-decoration: underline;
}

.showroom-link-route:focus-visible {
  outline: 2px solid #a87b4b;
  outline-offset: 2px;
}

/* Opening hours */
.showroom-hours {
  margin: 0;
}

.showroom-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.showroom-hours-row:last-of-type {
  border-bottom: none;
}

.showroom-hours dt {
  margin: 0;
  font-size: 0.9375rem;
  color: #5c5650;
}

.showroom-hours dd {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #3d3530;
}

.showroom-hours-note {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  color: #737373;
}

/* Map */
.showroom-map-wrapper {
  margin-top: 2rem;
}

.showroom-map-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #3d3530;
}

.showroom-map {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #e5e5e5;
}

.showroom-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.showroom-map-cta {
  display: inline-flex;
  margin-top: 1rem;
}

/* Testimonials */
.showroom-testimonials {
  padding: 2.5rem 0;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.showroom-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 640px) {
  .showroom-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.showroom-testimonial {
  padding: 1.5rem 1.25rem;
  background: linear-gradient(135deg, #fffbf7 0%, #fef7f0 100%);
  border: 1px solid #f0e4d8;
  border-radius: 12px;
}

.showroom-testimonial blockquote {
  margin: 0;
}

.showroom-testimonial-text {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #44403c;
  font-style: italic;
}

.showroom-testimonial-author {
  margin: 0;
  font-size: 0.8125rem;
  color: #737373;
}

/* CTA section */
.showroom-cta {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(135deg, #c49a6c 0%, #a87b4b 100%);
}

.showroom-cta-inner {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}

.showroom-cta-title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 768px) {
  .showroom-cta-title {
    font-size: 1.75rem;
  }
}

.showroom-cta-text {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.showroom-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.showroom-cta .showroom-btn--primary {
  background: #fff;
  color: #171717;
}

.showroom-cta .showroom-btn--primary:hover {
  background: #fffbf7;
}

/* Animations – subtle fade-in (JS triggers) */
.showroom-usp[data-animate].is-visible,
.showroom-info-card[data-animate].is-visible,
.showroom-map-wrapper[data-animate].is-visible,
.showroom-testimonial[data-animate].is-visible {
  animation: showroom-fade-in 0.5s ease-out forwards;
}

@keyframes showroom-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.showroom-usp[data-animate],
.showroom-info-card[data-animate],
.showroom-map-wrapper[data-animate],
.showroom-testimonial[data-animate] {
  opacity: 0;
}
