/* achtergrond en lettertype */
html, body {
  margin: 0;
  padding: 0; 
  background-color: #f0ead6;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  overflow-x: hidden;
}

/* navigatie balk */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  
  background-color: #0f766e; 
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box; 
}

nav ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
  display: flex; 
  justify-content: flex-end; 
}


.logo {
  height: 70px;
  width: auto;
  margin-left: 20px;
}

.logo-left:hover {
  background-color: transparent;
}

nav li {
  display: inline-block;
}


nav li a {
  display: block;
  color: white; 
  text-align: center;
  padding: 16px; 
  text-decoration: none; 
  font-weight: bold;
  

  font-size: 23px; 
}

nav li a:hover {
  background-color: #0b5f59; 
}



/* lay out */
.main {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.page-content{
padding-top: 80px;
padding-left: 100px;
padding-right: 100px;
max-width: 1500px;
margin: 0 auto;
}

.container {
  height: 60%;
  overflow-y: scroll;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: none;
  color: whitesmoke;
  text-align: center;
}

.hero-image {
  width: 100vw; 
  height: 80vh;
  background-image: url("../img/villa_Location_bank.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0; 
  margin-top: 75px;
  padding-top: 120px;
}


/* tekst */
h1 {
  text-align: center;
  color: #454545;
  font-size: 60px;
}
h2{
  color: #454545;
}
p {
  color: #454545;
}
footer {
  color: #5c5c5c;
}
.hero-text{
  text-align: center;
  margin-bottom: 50vh;
}

.hero-text h1{
  font-size: 100px;
  color: #ccc;
  margin-bottom: 10px;
}

.hero-text h2{
  font-size: 30px;
  color: #ccc;
  margin-bottom: 20px;
}

.hero-text p {
    font-size: 22px;
    color: #ccc;
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.6;
}

input {
  width: 60%;
}

button {
  background-color: grey;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

table {
  width: 100%;
}

td {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  min-width: 20px;
}

td.fitwidth {
  width: 1px;
  white-space: nowrap;
}

th {
  background-color: grey;
  color: white;
  font-size: 20px;
}

tr.clicked {
  background-color: #abc;
}

#clicked {
  background-color: aqua;
}

/* --- De Grijze Info Balk --- */
.about-teaser {
    background-color: #5c5c5c;
    color: white;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box; 
}

/* Een onzichtbaar doosje in het midden zodat de tekst niet te breed wordt */
.teaser-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Zorg dat de titel in dit blok ook opvalt */
.about-teaser h2 {
    color: #0f766e; 
    font-size: 32px;
    margin-bottom: 20px;
}

.about-teaser p {
    color: white;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}


.portfolio-teaser {
    background-color: #bfb593; 
    color: #454545;
    padding: 100px 20px; 
    text-align: center;
    width: 100%;
    box-sizing: border-box; 
}


.portfolio-teaser h2 {
    color: #454545;
    font-size: 32px;
    margin-bottom: 20px;
}

.portfolio-teaser p {
    color: white;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-primary-portfolio {
    display: inline-block;
    background-color: #f0ead6; /* the button */
    color: #454545 !important; /* text in the button */
    padding: 12px 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease; 
}
.btn-primary-portfolio:hover{
  background-color: #c9be9b;
}

.btn-primary {
    display: inline-block;
    background-color: #0f766e;
    color: white !important; 
    padding: 12px 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease; 
}

.btn-primary:hover {
    background-color: #0b5f59; 
} 

.info-tab {
    background-color: #c9be9b;
    color: white;
    padding: 30px 20px;
    text-align: left;
    width: 100%;
    box-sizing: border-box; 
}
.tab-content{
  max-width: 1000px;
  margin: 0 auto;
}

.info-tab p {
    color: white;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.info-tab h3 {
    color: #0f766e; 
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.footer-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column{
  flex: 1;
  min-width: 250px;
}

.footer-link{
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-link:hover{
  color: #0f766e;
  text-decoration: underline;
}

.legal-text {
    color: #0f766e; 
    font-size: 14px;
    text-decoration: underline; 
    font-weight: bold;
    transition: color 0.3s;
}

.legal-text:hover {
    color: white; 
}

.term-condition{
  color: #222;
}

/* responsive */
@media (max-width: 900px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}
.page-content {
    padding: 40px;
    color: black; /* 🔥 force zwart */
}

.portfolio-card {
    color: black;
}

.about-page {
  padding-top: 120px;
  padding-bottom: 72px;
}

.about-shell {
  max-width: 1180px;
}

.about-hero-card {
  background: linear-gradient(135deg, #fff7ef 0%, #f6ecdf 100%);
  border: 1px solid #e9d8c6;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 20px 44px rgba(75, 48, 26, 0.08);
  margin-bottom: 28px;
}

.about-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #0f766e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page h1 {
  text-align: left;
  margin: 0 0 14px;
  color: #2d2117;
  font-size: 56px;
  line-height: 1.05;
}

.about-lead {
  max-width: 760px;
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: #6a5544;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-card {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 38px rgba(41, 31, 22, 0.08);
}

.about-card-wide {
  grid-column: 1 / -1;
}

.about-card h2 {
  margin: 0 0 16px;
  color: #2d2117;
  font-size: 28px;
}

.about-card p {
  margin: 0 0 16px;
  color: #5f5247;
  font-size: 18px;
  line-height: 1.8;
}

.about-card p:last-child {
  margin-bottom: 0;
}

.portfolio-card video,
.portfolio-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: none;
}

.portfolio-search {
  margin: 24px 0 32px;
}

.portfolio-search label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #2d2117;
}

.portfolio-search-controls {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.portfolio-search input {
  flex: 1 1 280px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #d8c8b6;
  border-radius: 10px;
  font-size: 16px;
  background: #fffdfa;
  color: #2d2117;
}

.portfolio-search button {
  border: none;
  border-radius: 10px;
  padding: 12px 18px;
  background: #e55f2a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.portfolio-search button:hover {
  background: #c94f20;
}

.portfolio-empty {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff4ed;
  color: #8b3f1e;
  font-weight: 600;
}

.locaties-page {
  padding-top: 120px;
  padding-bottom: 56px;
}

.locaties-page h1 {
  text-align: left;
  margin: 0 0 24px;
  font-size: 48px;
  color: #2d2117;
}

.locaties-filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 24px;
}

.filter-group {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.filter-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.locaties-filter label {
  font-weight: 700;
  color: #3f2f22;
  font-size: 14px;
}

.filter-select,
.locaties-filter input[type="search"] {
  min-width: 200px;
  border: 1px solid #d8c8b6;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  background: #fffdfa;
  color: #2d2117;
}

.filter-select {
  cursor: pointer;
}

.filter-select:hover,
.locaties-filter input[type="search"]:focus,
.filter-select:focus {
  outline: none;
  border-color: #e55f2a;
  box-shadow: 0 0 0 3px rgba(229, 95, 42, 0.1);
}

.filter-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.locaties-filter button {
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  background: #0f766e;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s;
}

.locaties-filter button:hover {
  background: #c94f20;
}

.locaties-filter .filter-reset {
  color: #0b5f59;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 14px;
}

.locaties-filter .filter-reset:hover {
  text-decoration: underline;
}

.locaties-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.locatie-card-link {
  color: inherit;
  text-decoration: none;
}

.locatie-card {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(41, 31, 22, 0.08);
}

.locatie-card.is-clickable {
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.locatie-card.is-clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(41, 31, 22, 0.14);
}

.locatie-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 12px;
}

.locatie-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #2d2117;
}

.locatie-card p {
  margin: 0 0 8px;
  color: #5d4b3d;
}

.locatie-open-hint {
  margin-top: 8px;
  font-size: 13px;
  color: #8a6a55;
}

.locaties-empty {
  grid-column: 1 / -1;
  margin: 0;
  color: #5d4b3d;
}

body.no-scroll {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2000;
}

.lightbox.is-open {
  display: block;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 13, 9, 0.82);
}

.lightbox-content {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1200px);
  max-height: 88vh;
  margin: 6vh auto;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 26px 44px rgba(0, 0, 0, 0.38);
}

.lightbox-title {
  margin: 0 0 10px;
  font-size: 24px;
  color: #2d2117;
}

.lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(88vh - 68px);
  margin: 0 auto;
  border-radius: 12px;
}

.lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 999px;
  background: #0f766e;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.aanmelden-page {
  padding-top: 120px;
  padding-bottom: 56px;
}

.aanmelden-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.aanmelden-intro {
  background: linear-gradient(135deg, #fff7ef 0%, #f8efe5 100%);
  border: 1px solid #e8d7c5;
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 18px 40px rgba(104, 67, 39, 0.08);
}

.aanmelden-intro .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #0f766e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aanmelden-page h1 {
  text-align: left;
  margin: 0 0 12px;
  font-size: 52px;
  line-height: 1.05;
  color: #2d2117;
}

.aanmelden-intro p {
  max-width: 720px;
  margin: 0;
  font-size: 18px;
  color: #6c5745;
}

.aanmelden-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aanmelden-messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.aanmelden-alert {
  border-radius: 16px;
  padding: 16px 18px;
  font-weight: 700;
}

.aanmelden-alert.success {
  background: #e8f7ed;
  color: #19633b;
  border: 1px solid #b8e2c5;
}

.aanmelden-alert.error {
  background: #fff0ef;
  color: #9f2d22;
  border: 1px solid #f2c5c0;
}

.aanmelden-card {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 38px rgba(41, 31, 22, 0.08);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading h2 {
  margin: 0 0 8px;
  font-size: 26px;
  color: #2d2117;
}

.section-heading p {
  margin: 0;
  color: #6f6258;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.aanmelden-page .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aanmelden-page .field-full {
  grid-column: 1 / -1;
}

.aanmelden-page .field label {
  font-size: 14px;
  font-weight: 700;
  color: #3f2f22;
}

.aanmelden-page .field label span {
  color: #c63c19;
}

.aanmelden-page .field input,
.aanmelden-page .field textarea,
.aanmelden-page .field select {
  width: 100%;
  border: 1px solid #d8c8b6;
  border-radius: 14px;
  padding: 14px 1px;
  font-size: 15px;
  color: #2d2117;
  background: #fffdfa;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.aanmelden-page .field input:focus,
.aanmelden-page .field textarea:focus,
.aanmelden-page .field select:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 4px rgba(229, 95, 42, 0.14);
  background: #fff;
}

.aanmelden-page .field input[type="file"] {
  padding: 12px;
  background: #fbf4ec;
  cursor: pointer;
}

.aanmelden-page .field textarea {
  min-height: 140px;
  resize: vertical;
}

.field-help {
  margin: 0;
  color: #7f6f62;
  font-size: 13px;
}

.rights-notice {
  margin: 4px 0 0;
  border-left: 3px solid var(--brand-accent, #0f766e);
  padding: 10px 12px;
  background: rgba(15, 118, 110, 0.08);
  color: #27364a;
  font-size: 14px;
  line-height: 1.45;
}

.rights-notice a {
  color: var(--brand-accent, #0f766e);
  font-weight: 700;
  text-decoration: underline;
}

.checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #e5d5c2;
  border-radius: 16px;
  padding: 16px;
  background: #fcf6ef;
}

.checkbox-field input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
}

.checkbox-field span {
  line-height: 1.5;
}

.checkbox-field strong {
  color: #c63c19;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
}

.aanmelden-page .submit-btn {
  min-width: 240px;
  padding: 16px 24px;
  background: #0f766e;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(229, 95, 42, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.aanmelden-page .submit-btn:hover {
  background: #c84f22;
  transform: translateY(-1px);
}

.page-portfolio{
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .aanmelden-page h1 {
    font-size: 40px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-page h1 {
    font-size: 42px;
  }

  .locaties-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .aanmelden-page .field-full {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .page-content.about-shell {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 104px;
  }

  .about-page {
    padding-bottom: 48px;
  }

  .about-hero-card,
  .about-card {
    padding: 22px;
    border-radius: 20px;
  }

  .about-page h1 {
    font-size: 34px;
  }

  .about-lead,
  .about-card p {
    font-size: 16px;
  }

  .page-content.aanmelden-page {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 104px;
  }

  .locaties-page {
    padding-top: 104px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .locaties-page h1 {
    font-size: 34px;
  }

  .locaties-filter {
    align-items: stretch;
  }

  .portfolio-search-controls {
    flex-direction: column;
  }

  .portfolio-search button {
    width: 100%;
  }

  .locaties-filter select,
  .locaties-filter input[type="search"],
  .locaties-filter button {
    width: 100%;
  }

  .locaties-grid {
    grid-template-columns: 1fr;
  }

  .aanmelden-intro,
  .aanmelden-card {
    padding: 22px;
    border-radius: 20px;
  }

  .aanmelden-page h1 {
    font-size: 32px;
  }

  .form-actions {
    justify-content: stretch;
  }

  .aanmelden-page .submit-btn {
    width: 100%;
  }
}

.zoekbalk-sectie {
    background-color: #2d2117;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.zoek-content {
    max-width: 800px;
    margin: 0 auto;
}

.zoekbalk-sectie h2 {
    color: #0f766e;
    font-size: 32px;
    margin-bottom: 10px;
}

.zoekbalk-sectie p {
    color: #ccc;
    margin-bottom: 20px;
}

.zoek-input {
    width: 60%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #d8c8b6;
    font-size: 15px;
    margin-right: 10px;
}

.zoekresultaat {
    margin-top: 30px;
    background-color: #fff7ef;
    border-radius: 16px;
    padding: 24px;
    text-align: left;
}

.zoekresultaat h3 {
    color: #0f766e;
}

.zoekresultaat p {
    color: #2d2117;
}

.wens-tekst {
    font-style: italic;
    color: #6c5745;
}

.locatie-card-link {
    text-decoration: none;
    color: inherit;
}

.locatie-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.locatie-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.locatie-image {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.locatie-card-info {
    padding: 16px;
}

.locatie-card-info h3 {
    color: #2d2117;
    margin: 0 0 8px;
    font-size: 18px;
}

.locatie-card-info p {
    color: #6c5745;
    font-size: 14px;
    margin: 0;
}

.locatie-no-image {
    width: 100%;
    aspect-ratio: 4/3;
    background: #f0ead6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c5745;
    font-size: 14px;
}

.detail-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 40px 60px;
}

.detail-titel {
    text-align: center;
    color: #2d2117;
    font-size: 42px;
    margin-bottom: 30px;
}

.detail-hoofdfoto {
    width: 100%;
  max-height: 600px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}

.detail-hoofdfoto img {
    width: 100%;
  max-height: 600px;
  object-fit: contain;
    display: block;
}

.detail-thumbnails {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.thumbnail-strip {
    display: flex;
    gap: 10px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    flex: 1;
}

.thumbnail {
    width: 100px;
    height: 70px;
  object-fit: contain;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.thumbnail:hover {
    opacity: 0.9;
}

.thumbnail.actief {
    opacity: 1;
    border: 2px solid #0f766e;
}

.thumb-nav {
    background: #0f766e;
    color: white;
    border: none;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.thumb-nav:hover {
    background: #0b5f59;
}

.detail-aanvragen {
    display: inline-block;
    margin-bottom: 30px;
}

.detail-beschrijving h2 {
    color: #0f766e;
    margin-top: 30px;
}

.detail-beschrijving p {
    color: #2d2117;
    line-height: 1.7;
    max-width: 900px;
}

/* Screenshot-matched layout */
:root {
  --brand-accent: #0f766e;
  --brand-accent-dark: #0b5f59;
  --ink: #172033;
  --muted: #5a6678;
  --line: #d9dfdc;
  --page: #f7f8f5;
  --footer: #111827;
  --nav: #172033;
  --surface: #ffffff;
  --soft-accent: #d7eee9;
}

html,
body {
  background: var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.site-nav {
  height: 71px;
  padding: 0 180px;
  background: var(--nav);
  border: 0;
}

.logo-left {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo {
  display: block;
  width: 253px;
  height: 58px;
  margin: 0;
  object-fit: contain;
  object-position: left center;
}

nav ul {
  gap: 0;
  align-items: center;
}

nav li a {
  padding: 25px 16px 24px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

nav li a:hover {
  background: transparent;
  text-decoration: underline;
}

nav li a.active {
  text-decoration: underline;
}

.main {
  min-height: calc(100vh - 200px);
}

.page-content {
  max-width: 1540px;
  margin: 0 auto;
  padding: 112px 0 40px;
  color: var(--ink);
}

.hero-image {
  position: relative;
  width: 100%;
  height: 750px;
  margin-top: 71px;
  padding: 0;
  background-position: center 42%;
  background-size: cover;
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.36);
}

.hero-text {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  transform: translateY(-4px);
}

.hero-text h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 76px;
  line-height: 1;
  font-weight: 800;
}

.hero-text h2 {
  margin: 0 0 44px;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.hero-text p {
  max-width: none;
  margin: 0 0 34px;
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}

.hero-text form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 0 !important;
}

.home-intro,
.home-services,
.home-showcase,
.home-cta {
  background: var(--page);
}

.home-intro {
  padding: 76px 180px 42px;
}

.home-intro-inner,
.home-section-inner {
  max-width: 1540px;
  margin: 0 auto;
}

.home-intro-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  gap: 110px;
  align-items: end;
}

.home-eyebrow {
  margin: 0 0 12px;
  color: var(--brand-accent);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-intro h2,
.showcase-copy h2,
.home-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.home-intro-inner > p,
.showcase-copy p,
.home-cta p {
  margin: 0;
  color: #34445c;
  font-size: 20px;
  line-height: 1.55;
}

.home-services {
  padding: 30px 180px 84px;
}

.home-services .home-section-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.46);
}

.home-service {
  min-height: 214px;
  padding: 32px 38px 30px 0;
  border-right: 1px solid var(--line);
}

.home-service + .home-service {
  padding-left: 38px;
}

.home-service:last-child {
  border-right: 0;
}

.home-service span {
  display: block;
  margin-bottom: 22px;
  color: var(--brand-accent);
  font-size: 14px;
  font-weight: 800;
}

.home-service h3 {
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.15;
}

.home-service p {
  margin: 0;
  color: #4b5870;
  font-size: 18px;
  line-height: 1.5;
}

.home-showcase {
  padding: 0 180px 90px;
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: center;
}

.showcase-copy p {
  margin: 22px 0 28px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 230px 230px;
  gap: 18px;
}

.showcase-grid img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 16px 32px rgba(10, 24, 43, 0.1);
}

.showcase-grid img:first-child {
  grid-row: 1 / span 2;
}

.home-cta {
  padding: 0 180px 74px;
}

.home-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-top: 42px;
}

.home-cta p {
  margin-top: 12px;
}

.zoek-input {
  width: 676px;
  max-width: calc(100vw - 300px);
  height: 61px;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  padding: 0 18px;
  background: transparent;
  color: #aab2c2;
  font-size: 21px;
}

.zoek-input::placeholder {
  color: #8e98aa;
  opacity: 1;
}

.btn-primary,
button.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--brand-accent);
  padding: 18px 40px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.btn-primary:hover,
button.btn-primary:hover {
  background: var(--brand-accent-dark);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.28);
}

.portfolio-page {
  padding-top: 112px;
}

.portfolio-grid,
.locaties-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 31px;
}

.portfolio-card,
.locatie-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: 0 2px 8px rgba(20, 33, 48, 0.05);
  color: var(--ink);
}

.portfolio-card:hover,
.locatie-card:hover {
  transform: none;
  box-shadow: 0 2px 8px rgba(20, 33, 48, 0.05);
}

.portfolio-media {
  position: relative;
  height: 276px;
  overflow: hidden;
  background: #d9dee7;
}

.portfolio-card video,
.portfolio-card iframe,
.portfolio-media .locatie-image,
.locatie-image,
.locatie-no-image {
  display: block;
  width: 100%;
  height: 276px;
  aspect-ratio: auto;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  margin: 0;
}

.video-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 30px;
  border-radius: 5px;
  background: var(--brand-accent);
  pointer-events: none;
}

.video-badge::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 14px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #fff;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #b91c1c;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.play-button::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 34px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

.portfolio-card-body,
.locatie-card-info {
  padding: 23px 20px 20px;
}

.portfolio-card h3,
.locatie-card-info h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 800;
}

.portfolio-card p,
.locatie-card-info p {
  margin: 0 0 8px;
  color: #34445c;
  font-size: 19px;
  line-height: 1.25;
}

.locaties-page {
  padding-top: 108px;
  padding-bottom: 40px;
}

.locaties-page h1 {
  margin: 0 0 30px;
  color: var(--ink);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
}

.about-page {
  padding: 0;
}

.about-shell {
  max-width: 1060px;
  padding-top: 128px;
  padding-bottom: 86px;
}

.about-shell h1 {
  margin: 0 0 30px;
  text-align: left;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
}

.about-shell h2 {
  margin: 45px 0 22px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
}

.about-shell p,
.about-lead,
.about-list {
  color: #1f2f48;
  font-size: 24px;
  line-height: 1.55;
}

.about-shell p {
  margin: 0;
}

.about-list {
  margin: 0;
  padding-left: 28px;
  font-size: 22px;
  line-height: 1.8;
}

.aanmelden-page {
  max-width: 800px;
  padding-top: 117px;
  padding-bottom: 40px;
}

.aanmelden-shell {
  max-width: none;
}

.aanmelden-intro {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.aanmelden-intro .eyebrow {
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 4px 10px;
  background: var(--brand-accent);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
}

.aanmelden-page h1 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
}

.aanmelden-intro p {
  max-width: 760px;
  color: #34445c;
  font-size: 19px;
  line-height: 1.35;
}

.aanmelden-form {
  gap: 21px;
}

.aanmelden-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 30px;
  background: #fff;
  box-shadow: none;
}

.section-heading {
  margin-bottom: 23px;
}

.section-heading h2 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.section-heading p {
  color: #5b687d;
  font-size: 18px;
}

.form-grid {
  gap: 22px 20px;
}

.aanmelden-page .field {
  gap: 7px;
}

.aanmelden-page .field label {
  color: #1a2940;
  font-size: 18px;
  line-height: 1.2;
}

.aanmelden-page .field input,
.aanmelden-page .field textarea,
.aanmelden-page .field select {
  height: 47px;
  box-sizing: border-box;
  border: 1px solid #cfd6e0;
  border-radius: 4px;
  padding: 10px 15px;
  background: #fff;
  color: var(--ink);
  font-size: 18px;
}

.aanmelden-page .field input::placeholder,
.aanmelden-page .field textarea::placeholder {
  color: #9aa3b4;
  opacity: 1;
}

.aanmelden-page .field textarea {
  height: auto;
  min-height: 120px;
}

.checkbox-field {
  border-radius: 4px;
  background: #fff;
}

.form-actions {
  justify-content: flex-start;
}

.aanmelden-page .submit-btn {
  min-width: 0;
  border-radius: 4px;
  box-shadow: none;
}

.info-tab {
  background: var(--footer);
  padding: 38px 180px 6px;
}

.tab-content {
  max-width: 1540px;
}

.footer-flex {
  gap: 70px;
}

.footer-column {
  min-width: 250px;
}

.info-tab h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.info-tab p,
.footer-link,
.legal-text {
  color: #dce4ef;
  font-size: 18px;
  line-height: 1.34;
}

.footer-link {
  margin-bottom: 10px;
  font-weight: 700;
}

.legal-text {
  font-weight: 400;
  color: #b8c9de;
}

.legal-text:hover,
.footer-link:hover {
  color: #fff;
}

@media (max-width: 1400px) {
  .site-nav,
  .info-tab {
    padding-left: 72px;
    padding-right: 72px;
  }

  .page-content {
    padding-left: 36px;
    padding-right: 36px;
  }

  .home-intro,
  .home-services,
  .home-showcase,
  .home-cta {
    padding-left: 72px;
    padding-right: 72px;
  }

  .home-intro-inner {
    gap: 60px;
  }
}

@media (max-width: 980px) {
  .site-nav {
    height: auto;
    min-height: 71px;
    padding: 8px 20px;
    flex-wrap: wrap;
  }

  nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  nav li a {
    padding: 12px 10px;
    font-size: 16px;
  }

  .hero-image {
    margin-top: 87px;
  }

  .hero-text h1 {
    font-size: 50px;
  }

  .hero-text h2,
  .hero-text p {
    font-size: 20px;
  }

  .hero-text form {
    flex-direction: column;
    gap: 12px;
  }

  .zoek-input {
    width: 100%;
    max-width: none;
    background: rgba(255, 255, 255, 0.9);
  }

  .home-intro {
    padding-top: 56px;
  }

  .home-intro-inner,
  .showcase-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-services .home-section-inner {
    grid-template-columns: 1fr;
  }

  .home-service,
  .home-service + .home-service {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-service:last-child {
    border-bottom: 0;
  }

  .home-intro h2,
  .showcase-copy h2,
  .home-cta h2 {
    font-size: 38px;
  }

  .home-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio-grid,
  .locaties-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-shell {
    padding-top: 120px;
  }

  .info-tab {
    padding: 32px 28px 18px;
  }
}

@media (max-width: 640px) {
  .logo {
    width: 220px;
  }

  .page-content,
  .page-content.about-shell,
  .page-content.aanmelden-page,
  .locaties-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-intro,
  .home-services,
  .home-showcase,
  .home-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-intro h2,
  .showcase-copy h2,
  .home-cta h2 {
    font-size: 31px;
  }

  .home-intro-inner > p,
  .showcase-copy p,
  .home-cta p {
    font-size: 18px;
  }

  .showcase-grid {
    grid-template-rows: 180px 180px;
    gap: 12px;
  }

  .hero-image {
    height: 620px;
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .portfolio-grid,
  .locaties-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-media,
  .portfolio-card video,
  .portfolio-card iframe,
  .portfolio-media .locatie-image,
  .locatie-image,
  .locatie-no-image {
    height: 240px;
  }

  .about-shell h1,
  .aanmelden-page h1,
  .locaties-page h1 {
    font-size: 34px;
  }

  .about-shell p,
  .about-lead,
  .about-list {
    font-size: 18px;
  }
}
