/* Site-chrome wijnorg — zelfde rol als thewijnorg/site-chrome.css
   Topbalk-kleuren en menu-schil. Hamburger-maten en titelbalk: alleen /css/responsive.css */

.top-nav {
  background: #f4e7d6;
  padding: 6px 16px;
  font-size: 0.9em;
}

.top-nav table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

.top-nav td {
  border: none;
  padding: 6px 0 6px 16px;
  vertical-align: middle;
}

.top-nav td.menu-spacer {
  width: 100%;
}

.top-nav td.top-nav__burger-cell {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

.top-nav a,
.top-nav .top-nav__link a {
  color: #8B4513;
  text-decoration: none;
  font-weight: bold;
}

.top-nav a:hover,
.top-nav .top-nav__link a:hover {
  text-decoration: underline;
}

.menu-toggle {
  display: none;
}

.menu {
  display: none;
  background-color: #fff4e6;
  padding: 10px 15px;
  text-align: left;
}

.menu a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #333;
}

.menu-toggle:checked ~ .menu {
  display: block;
}

.site-nav-shell {
  position: relative;
  z-index: 1000;
}

.site-nav-shell > nav.menu {
  position: absolute;
  top: 100%;
  left: 12px;
  right: auto;
  width: min(22rem, calc(100vw - 24px));
  z-index: 1001;
  max-height: min(85vh, 40rem);
  overflow-y: auto;
  border: 1px solid #e7d2b8;
  border-radius: 0 0 8px 8px;
  border-bottom: 1px solid #e7d2b8;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.nav-links {
  margin: 2em 0 0 0;
  text-align: center;
  background: #f4e7d6;
  padding: 6px 16px;
  font-size: 0.9em;
  font-family: Georgia, serif;
  box-sizing: border-box;
}

.nav-links table {
  border: 0;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
}

.nav-links td {
  border: none;
  padding: 6px 10px;
  vertical-align: middle;
}

.nav-links a {
  color: #8B4513;
  text-decoration: none;
  font-weight: bold;
}

.nav-links a:hover {
  text-decoration: underline;
}

footer {
  background: #f8f8f8;
  padding: 20px;
  text-align: center;
  font-size: 0.9em;
  color: #666;
  margin-top: 3em;
}

/* Oude gestapelde header zonder foto — fallback. Foto-titelbalk: responsive.css */
.site-nav-shell + .header:not(.header--media) {
  background: linear-gradient(to right, #8B4513, #D2B48C);
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.header {
  color: white;
}
