/*
Theme Name: Old Leghem Atelier Gutenberg
Theme URI: https://warplanes.oldleghem.be
Author: Iris & Solin
Description: Gutenberg-friendly Old Leghem theme based on the approved standard-page and Brasserie prototype. Page content uses native WordPress blocks; no Custom HTML blocks are required.
Version: 0.14.5
Text Domain: old-leghem-atelier
*/

:root {
  --ol-container: 1400px;
  --ol-gutter: 32px;
  --ol-header-height: 104px;
  --ol-hero-height: 300px;
  --ol-paper: #f4f1eb;
  --ol-cream: #faf7f0;
  --ol-cream-2: #f6f1e7;
  --ol-green: #1f2e3c;
  --ol-rust: #984625;
  --ol-brown: #30241d;
  --ol-muted: #6f6258;
  --ol-gold: #b68b45;
  --ol-line: rgba(48, 36, 29, .15);
}

* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; }

body {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--ol-paper);
  color: #24211d;
  font-family: Arial, Helvetica, sans-serif;
}

#main-content {
  flex: 1 0 auto;
}

a { color: inherit; }

.ol-container,
.wp-site-blocks > .wp-block-group.ol-container {
  width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-container));
  margin-inline: auto;
}

/* Header */
.site-header {
  min-height: var(--ol-header-height);
  background: #fff;
  border-bottom: 1px solid var(--ol-line);
}

.site-header__inner {
  width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-container));
  min-height: var(--ol-header-height);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 380px 1fr;
  align-items: center;
  gap: 32px;
}

.site-nav {
  transform: translateY(7px);
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.site-nav--left ul { justify-content: flex-start; }
.site-nav--right ul { justify-content: flex-end; }

.site-nav li {
  display: flex;
  align-items: center;
}

.site-nav li + li::before {
  content: "";
  width: 1px;
  height: 38px;
  margin-inline: 28px;
  background: var(--ol-line);
  flex: 0 0 1px;
}

.site-nav a {
  color: var(--ol-brown);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ol-rust);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.brand {
  position: relative;
  width: 380px;
  height: 88px;
  text-align: center;
}

.brand-decoration {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.brand-text {
  position: absolute;
  inset: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  pointer-events: none;
}

.brand-name {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: var(--ol-brown);
  font-size: 32px;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
}

.brand-tagline {
  position: absolute;
  left: 50%;
  top: 79%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: var(--ol-muted);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

/* Gutenberg page content */
.entry-content {
  margin: 0;
}

.entry-content > *:not(.alignfull):not(.alignwide) {
  width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-container));
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignwide {
  width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-container));
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

/* Hero core Cover block */
.ol-hero {
  min-height: var(--ol-hero-height) !important;
  height: var(--ol-hero-height);
  padding: 0 !important;
}

.ol-hero .wp-block-cover__background {
  background: linear-gradient(
    90deg,
    rgba(48,36,29,.82) 0%,
    rgba(48,36,29,.62) 42%,
    rgba(48,36,29,.28) 72%,
    rgba(48,36,29,.12) 100%
  ) !important;
  opacity: 1 !important;
}

.ol-hero .wp-block-cover__inner-container {
  width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-container));
  margin-inline: auto;
}

.ol-hero-copy {
  width: min(470px, 48%);
  margin: 0 !important;
}

.ol-hero-kicker {
  margin: 0 0 10px !important;
  color: #d7b47c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ol-hero h1 {
  margin: 0 !important;
  max-width: 440px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.1vw, 60px);
  font-weight: 700;
  line-height: .98;
  text-shadow: 0 2px 16px rgba(0,0,0,.18);
}

.ol-hero-copy > p:not(.ol-hero-kicker) {
  margin: 15px 0 0 !important;
  color: rgba(255,255,255,.95);
  font-size: 14px;
  line-height: 1.5;
}

.ol-button .wp-block-button__link {
  margin-top: 18px;
  padding: 13px 19px;
  border-radius: 2px;
  background: var(--ol-rust);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ol-button .wp-block-button__link:hover,
.ol-button .wp-block-button__link:focus-visible {
  background: var(--ol-green);
  color: #fff;
}

/* Brasserie content */
.ol-page-main {
  padding-top: 34px;
  padding-bottom: 38px;
}

.ol-intro-row {
  padding: 20px 22px;
  background: var(--ol-cream);
}

.ol-intro-row.wp-block-columns {
  gap: 34px;
  align-items: center !important;
}

.ol-intro-copy h2 {
  margin: 0 0 8px;
  color: var(--ol-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.08;
}

.ol-intro-copy p {
  margin: 0 0 7px;
  color: #4f4943;
  font-size: 13px;
  line-height: 1.48;
}

.ol-quote {
  margin: 8px 0 !important;
  color: var(--ol-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
}

.ol-intro-image img {
  width: 100%;
  height: 122px;
  object-fit: cover;
  object-position: center 51%;
}

.ol-practical {
  margin-top: 26px !important;
  padding: 22px 24px;
  background: var(--ol-cream-2);
}

.ol-practical.wp-block-columns {
  gap: 0;
}

.ol-practical-item {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  gap: 15px;
  align-items: start;
  padding: 0 26px;
  border-right: 1px solid var(--ol-line);
}

.ol-practical-item:first-child { padding-left: 0; }
.ol-practical-item:last-child { padding-right: 0; border-right: 0; }

.ol-practical-icon img {
  width: 42px;
  height: 42px;
}

.ol-practical-item h3 {
  margin: 0 0 7px;
  color: var(--ol-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.2;
}

.ol-practical-item p {
  margin: 0;
  color: #5e5750;
  font-size: 12px;
  line-height: 1.48;
}

/* Footer */
.site-footer {
  margin-top: auto;
  background: var(--ol-green);
  color: #fff;
}

.site-footer__inner {
  width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-container));
  min-height: 140px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
  justify-items: center;
  gap: 40px;
}

.site-footer__item {
  display: grid;
  gap: 8px;
  text-align: center;
}

.site-footer__item strong { font-size: 13px; }
.site-footer__item span,
.site-footer__item a { color: #fff; opacity: .78; font-size: 14px; }

/* Basic fallback only. Final mobile design remains intentionally unfrozen. */
@media (max-width: 1100px) {
  .site-header__inner {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }
  .brand { grid-row: 1; margin-inline: auto; }
  .site-nav ul { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 782px) {
  :root { --ol-gutter: 24px; }
  .ol-hero-copy { width: min(470px, 80%); }
  .ol-intro-row.wp-block-columns { gap: 18px; }
  .ol-practical-item {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ol-line);
  }
  .ol-practical-item:last-child { border-bottom: 0; }
  .site-footer__inner {
    grid-template-columns: 1fr;
    padding: 28px 0;
  }
}


/* =========================================================
   HOMEPAGE — reference-led desktop revision
   Existing Gutenberg text and media remain the source content.
   ========================================================= */

body.home .entry-content {
  background: var(--ol-paper);
}

/* Seamless two-panel homepage hero. Existing images and text stay in Gutenberg. */
body.home .entry-content > .wp-block-columns:first-child,
body.home .entry-content > .wp-block-columns.alignfull:first-child {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

body.home .entry-content > .wp-block-columns:first-child > .wp-block-column {
  min-width: 0;
  margin: 0 !important;
}

body.home .entry-content > .wp-block-columns:first-child .wp-block-cover {
  min-height: 520px !important;
  height: 520px !important;
  margin: 0 !important;
  padding: 18px 40px !important;
  overflow: hidden;
}

body.home .entry-content > .wp-block-columns:first-child .wp-block-cover__background {
  background: rgba(18, 16, 14, .52) !important;
  opacity: 1 !important;
}

body.home .entry-content > .wp-block-columns:first-child .wp-block-cover__inner-container {
  width: min(500px, 88%);
  margin-inline: auto;
  text-align: center;
}

body.home .entry-content > .wp-block-columns:first-child h1,
body.home .entry-content > .wp-block-columns:first-child h2,
body.home .entry-content > .wp-block-columns:first-child h3 {
  margin: 5px 0 9px !important;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 46px) !important;
  font-weight: 700;
  line-height: 1.02;
}

body.home .entry-content > .wp-block-columns:first-child p {
  max-width: 42ch;
  margin: 7px auto !important;
  color: rgba(255,255,255,.94) !important;
  font-size: 13px;
  line-height: 1.42;
}

body.home .entry-content > .wp-block-columns:first-child .wp-block-buttons {
  justify-content: center;
  margin-top: 14px;
}

body.home .entry-content > .wp-block-columns:first-child .wp-block-button__link {
  min-width: 205px;
  padding: 11px 22px;
  border-radius: 999px;
  border: 0;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: background-color 160ms ease, transform 160ms ease;
}

body.home .entry-content > .wp-block-columns:first-child > .wp-block-column:first-child .wp-block-button__link {
  background: var(--ol-rust) !important;
}

body.home .entry-content > .wp-block-columns:first-child > .wp-block-column:last-child .wp-block-button__link {
  background: #315a78 !important;
}

body.home .entry-content > .wp-block-columns:first-child .wp-block-button__link:hover,
body.home .entry-content > .wp-block-columns:first-child .wp-block-button__link:focus-visible {
  background: var(--ol-green) !important;
  transform: translateY(-1px);
}

/* Compact information strip beneath the hero. */
body.home .entry-content > .wp-block-group {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 20px max(var(--ol-gutter), calc((100% - var(--ol-container)) / 2)) 24px;
  background: #f8f4ec;
}

body.home .entry-content > .wp-block-group > h2,
body.home .entry-content > .wp-block-group > .wp-block-heading {
  margin: 0 0 6px !important;
  text-align: center;
  color: var(--ol-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.1;
}

body.home .entry-content > .wp-block-group > p {
  max-width: 760px;
  margin: 0 auto 18px !important;
  text-align: center;
  color: #5f5952;
  font-size: 12.5px;
  line-height: 1.42;
}

/* Existing three content columns become a reference-style icon row. */
body.home .entry-content > .wp-block-group .wp-block-columns {
  width: min(100%, var(--ol-container));
  margin: 0 auto !important;
  gap: 0 !important;
}

body.home .entry-content > .wp-block-group .wp-block-columns > .wp-block-column {
  position: relative;
  min-width: 0;
  min-height: 104px;
  padding: 5px 30px 4px 76px;
  border-right: 1px solid var(--ol-line);
  text-align: left;
}

body.home .entry-content > .wp-block-group .wp-block-columns > .wp-block-column:last-child {
  border-right: 0;
}

body.home .entry-content > .wp-block-group .wp-block-columns > .wp-block-column::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 7px;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body.home .entry-content > .wp-block-group .wp-block-columns > .wp-block-column:nth-child(1)::before {
  background-image: url("assets/icon-feature-brasserie.svg");
}

body.home .entry-content > .wp-block-group .wp-block-columns > .wp-block-column:nth-child(2)::before {
  background-image: url("assets/icon-feature-museum.svg");
}

body.home .entry-content > .wp-block-group .wp-block-columns > .wp-block-column:nth-child(3)::before {
  background-image: url("assets/icon-feature-calendar.svg");
}

body.home .entry-content > .wp-block-group .wp-block-columns h2,
body.home .entry-content > .wp-block-group .wp-block-columns h3,
body.home .entry-content > .wp-block-group .wp-block-columns .wp-block-heading {
  margin: 0 0 6px !important;
  color: var(--ol-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px !important;
  line-height: 1.15;
}

body.home .entry-content > .wp-block-group .wp-block-columns p {
  margin: 0 0 7px !important;
  color: #5b554e;
  font-size: 12px;
  line-height: 1.42;
}

body.home .entry-content > .wp-block-group .wp-block-columns a {
  color: var(--ol-rust);
  font-size: 12px;
  font-weight: 700;
  text-underline-offset: 4px;
}

body.home .entry-content > .wp-block-group .wp-block-columns a:hover {
  color: var(--ol-green);
}

/* Footer reference: icon + current contact value. Labels remain accessible, visually hidden. */
.site-footer__inner {
  min-height: 96px;
}

.site-footer__item {
  width: 100%;
  max-width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: left;
}

.site-footer__icon {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
}

.site-footer__item strong {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-footer__item span,
.site-footer__item a {
  opacity: .95;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  text-decoration: none;
}

.site-footer__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.site-footer__legal {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1.15;
}

.site-footer__item .site-footer__legal span,
.site-footer__item .site-footer__legal a {
  color: rgba(255,255,255,.68);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.15;
  opacity: 1;
}

.site-footer__legal a {
  text-underline-offset: 2px;
}

.site-footer__legal a:hover {
  color: #fff;
}

.site-footer__item a.site-footer__secondary {
  color: rgba(255,255,255,.68);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.15;
  opacity: 1;
}

@media (max-width: 900px) {
  body.home .entry-content > .wp-block-columns:first-child {
    display: block;
  }

  body.home .entry-content > .wp-block-columns:first-child .wp-block-cover {
    height: 300px !important;
    min-height: 300px !important;
  }

  body.home .entry-content > .wp-block-group .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.home .entry-content > .wp-block-group .wp-block-columns > .wp-block-column {
    min-height: 94px;
    padding: 12px 20px 14px 74px !important;
    border-right: 0;
    border-bottom: 1px solid var(--ol-line);
  }

  body.home .entry-content > .wp-block-group .wp-block-columns > .wp-block-column:last-child {
    border-bottom: 0;
  }
}


/* =========================================================
   V3 — APPROVED ICONS + STANDARD PAGE SYSTEM
   ========================================================= */

/* Actual Gutenberg image blocks replace the old CSS-generated homepage icons. */
body.home .entry-content > .wp-block-group .wp-block-columns > .wp-block-column::before {
  content: none !important;
  display: none !important;
}

.ol-home-features {
  width: min(100%, var(--ol-container));
  margin-inline: auto !important;
  gap: 0 !important;
}

.ol-home-feature {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
  min-height: 108px;
  padding: 7px 30px !important;
  border-right: 1px solid var(--ol-line);
}

.ol-home-feature:first-child { padding-left: 0 !important; }
.ol-home-feature:last-child { padding-right: 0 !important; border-right: 0; }

.ol-home-feature-icon {
  margin: 0 !important;
}

.ol-home-feature-icon img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}

.ol-home-feature h3 {
  margin: 0 0 6px !important;
  color: var(--ol-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px !important;
  line-height: 1.15;
}

.ol-home-feature p {
  margin: 0 0 7px !important;
  color: #5b554e;
  font-size: 12px;
  line-height: 1.42;
}

.ol-home-feature a {
  color: var(--ol-rust);
  font-weight: 700;
  text-underline-offset: 4px;
}

/* Standard interior hero. Hero image/text remain editable core Cover/Heading/Paragraph blocks. */
.ol-standard-hero,
.ol-hero {
  min-height: var(--ol-hero-height) !important;
  height: var(--ol-hero-height) !important;
  padding: 0 !important;
}

.ol-standard-hero .wp-block-cover__background,
.ol-hero .wp-block-cover__background {
  background: linear-gradient(
    90deg,
    rgba(48,36,29,.82) 0%,
    rgba(48,36,29,.62) 42%,
    rgba(48,36,29,.28) 72%,
    rgba(48,36,29,.12) 100%
  ) !important;
  opacity: 1 !important;
}

.ol-standard-hero .wp-block-cover__inner-container,
.ol-hero .wp-block-cover__inner-container {
  width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-container));
  margin-inline: auto;
}

.ol-standard-hero-copy {
  width: min(590px, 52%);
  margin: 0 !important;
}

.ol-standard-hero-kicker,
.ol-kicker {
  color: var(--ol-rust);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ol-standard-hero .ol-standard-hero-kicker,
.ol-hero .ol-kicker {
  margin: 0 0 10px !important;
  color: #e2bd82;
}

.ol-standard-hero h1,
.ol-hero h1 {
  margin: 0 !important;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.5vw, 54px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 16px rgba(0,0,0,.18);
}

.ol-standard-hero-copy > p:not(.ol-standard-hero-kicker),
.ol-hero .ol-hero-lead {
  margin: 13px 0 0 !important;
  max-width: 60ch;
  color: rgba(255,255,255,.95);
  font-size: 14px;
  line-height: 1.5;
}

/* General editable content sections used by all patterns. */
.ol-section {
  padding: 38px max(var(--ol-gutter), calc((100% - var(--ol-container)) / 2));
}

.ol-section--paper { background: var(--ol-paper); }
.ol-section--cream { background: var(--ol-cream); }

.ol-section h2,
.ol-section h3,
.ol-overlap-intro h2,
.ol-dark-panel h2 {
  color: var(--ol-brown);
  font-family: Georgia, "Times New Roman", serif;
}

.ol-section h2,
.ol-overlap-intro h2 {
  margin-top: 0;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.08;
}

.ol-section h3 {
  font-size: 18px;
}

.ol-section p,
.ol-overlap-intro p {
  color: #514b45;
  font-size: 14px;
  line-height: 1.58;
}

.ol-section-heading {
  max-width: 800px;
  margin: 0 auto 25px !important;
}

.ol-editorial-split {
  gap: 44px !important;
}

.ol-editorial-image {
  margin: 0 !important;
}

.ol-editorial-image img {
  width: 100%;
  max-height: 330px;
  display: block;
  object-fit: cover;
}

.ol-card-grid {
  gap: 18px !important;
}

.ol-card {
  height: 100%;
  padding: 22px 23px;
  background: #fff;
  border: 1px solid rgba(48,36,29,.11);
}

.ol-card--dark {
  background: var(--ol-green);
  color: #fff;
  border-color: transparent;
}

.ol-card--dark h2,
.ol-card--dark h3,
.ol-card--dark p,
.ol-card--dark a {
  color: #fff !important;
}

.ol-card--dark .ol-kicker {
  color: #e2bd82 !important;
}

.ol-section .wp-block-button__link,
.ol-dark-panel .wp-block-button__link {
  border-radius: 2px;
  background: var(--ol-rust);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ol-section .wp-block-button__link:hover,
.ol-section .wp-block-button__link:focus-visible,
.ol-dark-panel .wp-block-button__link:hover,
.ol-dark-panel .wp-block-button__link:focus-visible {
  background: var(--ol-green);
  color: #fff;
}

/* Icon cards */
.ol-icon-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  height: 100%;
  padding: 20px 20px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(48,36,29,.10);
}

.ol-icon-card__icon {
  margin: 0 !important;
}

.ol-icon-card__icon img {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
}

.ol-icon-card h3 {
  margin: 0 0 7px !important;
}

.ol-icon-card p {
  margin: 0 0 8px !important;
}

/* Luchtvaart-specific sections */
.ol-overlap-intro {
  width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-container));
  margin: 32px auto !important;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid rgba(48,36,29,.12);
}

.ol-era-mark {
  color: var(--ol-green) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px !important;
  font-weight: 700;
}

.ol-timeline {
  gap: 16px !important;
}

.ol-timeline__item {
  height: 100%;
  padding-top: 13px;
  border-top: 3px solid var(--ol-gold);
}

.ol-timeline__year {
  color: var(--ol-green) !important;
  font-size: 13px !important;
  font-weight: 700;
}

.ol-dark-panel {
  padding: 40px max(var(--ol-gutter), calc((100% - var(--ol-container)) / 2));
  background: var(--ol-green);
  color: #fff;
}

.ol-dark-panel__grid {
  gap: 40px !important;
}

.ol-dark-panel h2,
.ol-dark-panel p {
  color: #fff;
}

.ol-dark-panel .ol-kicker {
  color: #e2bd82;
}

.ol-dark-panel__image img {
  width: 100%;
  max-height: 330px;
  display: block;
  object-fit: cover;
}

.ol-info-strip {
  padding: 24px max(var(--ol-gutter), calc((100% - var(--ol-container)) / 2));
  background: var(--ol-cream-2);
}

.ol-info-strip__grid {
  gap: 0 !important;
}

/* Practical page */
.ol-practical-grid {
  gap: 16px !important;
}

.ol-practical-card {
  height: 100%;
}

.ol-practical-card .ol-icon-card__icon img {
  width: 44px;
  height: 44px;
}

/* Home exact desktop geometry from approved reference. */
.ol-home-hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

.ol-home-hero > .wp-block-column {
  margin: 0 !important;
  min-width: 0;
}

.ol-home-hero .wp-block-cover {
  height: 520px !important;
  min-height: 520px !important;
  margin: 0 !important;
}

.ol-home-hero .wp-block-cover__inner-container {
  width: min(500px, 86%);
  margin-inline: auto;
  text-align: center;
}

.ol-home-hero .wp-block-cover__background {
  background: rgba(20,20,18,.50) !important;
  opacity: 1 !important;
}

.ol-home-hero h1,
.ol-home-hero h2 {
  margin: 5px 0 9px !important;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.2vw, 52px) !important;
  line-height: 1.02;
}

.ol-home-hero p {
  margin: 7px auto !important;
  color: rgba(255,255,255,.95) !important;
  font-size: 14px;
}

.ol-home-hero .wp-block-buttons {
  justify-content: center;
  margin-top: 15px;
}

.ol-home-hero .wp-block-button__link {
  padding: 12px 22px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ol-home-hero > .wp-block-column:first-child .wp-block-button__link {
  background: var(--ol-rust) !important;
}

.ol-home-hero > .wp-block-column:last-child .wp-block-button__link {
  background: #315a78 !important;
}

.ol-home-hero .wp-block-button__link:hover,
.ol-home-hero .wp-block-button__link:focus-visible {
  background: var(--ol-green) !important;
}

.ol-intro-band {
  padding: 20px max(var(--ol-gutter), calc((100% - var(--ol-container)) / 2)) 12px;
  background: #f8f4ec;
}

.ol-intro-band h2 {
  margin: 0 0 6px !important;
  color: var(--ol-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.ol-intro-band p {
  max-width: 780px;
  margin: 0 auto !important;
  color: #5f5952;
  font-size: 13px;
}

/* Existing approved footer icon implementation remains unchanged. */

@media (max-width: 900px) {
  .ol-home-feature {
    min-height: 94px;
    padding: 14px 0 !important;
    border-right: 0;
    border-bottom: 1px solid var(--ol-line);
  }

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

  .ol-standard-hero-copy {
    width: min(590px, 82%);
  }
}


/* =========================================================
   V6 — DESKTOP CONTENT WIDTH + NAV SIZE
   CSS-only patch. Header/logo/hero geometry/content are untouched.
   ========================================================= */

.site-nav a {
  font-size: 14px;
}

@media (min-width: 1101px) {
  :root {
    --ol-content-container: 1360px;
  }

  /* Header/navigation and central page content share the same desktop width. */
  .site-header__inner {
    width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-content-container));
  }

  /* Central page content only. Full-width backgrounds remain full-width. */
  .entry-content > *:not(.alignfull):not(.alignwide),
  .entry-content > .alignwide {
    width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-content-container));
  }

  .ol-hero .wp-block-cover__inner-container,
  .ol-standard-hero .wp-block-cover__inner-container {
    width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-content-container));
  }

  .ol-overlap-intro {
    width: min(calc(100% - (2 * var(--ol-gutter))), var(--ol-content-container));
  }

  .ol-section,
  .ol-dark-panel,
  .ol-info-strip,
  .ol-intro-band {
    padding-left: max(var(--ol-gutter), calc((100% - var(--ol-content-container)) / 2));
    padding-right: max(var(--ol-gutter), calc((100% - var(--ol-content-container)) / 2));
  }

  body.home .entry-content > .wp-block-group {
    padding-left: max(var(--ol-gutter), calc((100% - var(--ol-content-container)) / 2));
    padding-right: max(var(--ol-gutter), calc((100% - var(--ol-content-container)) / 2));
  }

  body.home .entry-content > .wp-block-group .wp-block-columns,
  .ol-home-features {
    width: min(100%, var(--ol-content-container));
  }
}


/* =========================================================
   V7 — MOBILE + TRACKED DESIGN FIXES
   Narrow patch against approved v6 desktop baseline.
   Hero geometry/content remain unchanged.
   ========================================================= */

.site-nav-toggle { display: none; }

.ol-home-feature h3,
.ol-icon-card h3,
.ol-practical-item h3 {
  font-weight: 700 !important;
}

.ol-home-feature-icon img {
  width: auto;
  height: auto;
  max-width: 44px;
  max-height: 44px;
}

.ol-icon-card__icon img {
  width: auto;
  height: auto;
  max-width: 46px;
  max-height: 46px;
}

.ol-practical-card .ol-icon-card__icon img {
  width: auto;
  height: auto;
  max-width: 44px;
  max-height: 44px;
}

.ol-practical-icon img {
  width: auto;
  height: auto;
  max-width: 42px;
  max-height: 42px;
}

/* Keep icon/title rows aligned without shifting the surrounding card layout. */
.ol-icon-card__icon,
.ol-practical-icon,
.ol-home-feature-icon {
  margin: 0 !important;
  align-self: start;
}

.ol-icon-card > .wp-block-group,
.ol-home-feature > .wp-block-group,
.ol-practical-item > :last-child {
  margin-block-start: 0 !important;
}

/* V7's paragraph-level reading-width rule was intentionally removed.
   It broke the approved proportions of editorial split sections and made
   images look detached. The approved V6 section composition is restored. */

/* Homepage hero buttons swap their two approved colours on hover/focus. */
body.home .ol-home-hero > .wp-block-column:first-child .wp-block-button__link:hover,
body.home .ol-home-hero > .wp-block-column:first-child .wp-block-button__link:focus-visible,
body.home .entry-content > .wp-block-columns:first-child > .wp-block-column:first-child .wp-block-button__link:hover,
body.home .entry-content > .wp-block-columns:first-child > .wp-block-column:first-child .wp-block-button__link:focus-visible {
  background: #315a78 !important;
}

body.home .ol-home-hero > .wp-block-column:last-child .wp-block-button__link:hover,
body.home .ol-home-hero > .wp-block-column:last-child .wp-block-button__link:focus-visible,
body.home .entry-content > .wp-block-columns:first-child > .wp-block-column:last-child .wp-block-button__link:hover,
body.home .entry-content > .wp-block-columns:first-child > .wp-block-column:last-child .wp-block-button__link:focus-visible {
  background: var(--ol-rust) !important;
}

body.home .ol-home-hero > .wp-block-column:first-child .wp-block-button:hover .wp-block-button__link,
body.home .entry-content > .wp-block-columns:first-child > .wp-block-column:first-child .wp-block-button:hover .wp-block-button__link {
  background-color: #315a78 !important;
}

body.home .ol-home-hero > .wp-block-column:last-child .wp-block-button:hover .wp-block-button__link,
body.home .entry-content > .wp-block-columns:first-child > .wp-block-column:last-child .wp-block-button:hover .wp-block-button__link {
  background-color: var(--ol-rust) !important;
}

@media (max-width: 1100px) {
  :root { --ol-header-height: 84px; }

  .site-header__inner {
    position: relative;
    width: min(calc(100% - 32px), var(--ol-container));
    min-height: var(--ol-header-height);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  /* Exact viewport-centred logo; hamburger does not push it sideways. */
  .brand {
    order: 1;
    width: 230px;
    height: 68px;
    margin: 0;
    flex: 0 0 auto;
  }

  .brand-name { font-size: 25px; }
  .brand-tagline { font-size: 8px; }

  .site-nav-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .site-nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin-inline: auto;
    background: var(--ol-brown);
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .site-header.is-menu-open .site-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header.is-menu-open .site-nav-toggle span:nth-child(2) { opacity: 0; }
  .site-header.is-menu-open .site-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    display: none;
    width: 100%;
    flex: 0 0 100%;
    transform: none;
  }
  .site-nav--left { order: 3; }
  .site-nav--right { order: 4; }
  .site-header.is-menu-open .site-nav { display: block; }
  .site-header.is-menu-open .site-header__inner { padding-bottom: 12px; }

  .site-nav ul,
  .site-nav--left ul,
  .site-nav--right ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .site-nav li {
    display: block;
    border-top: 1px solid var(--ol-line);
  }
  .site-nav li + li::before { content: none; display: none; }
  .site-nav a {
    display: block;
    padding: 11px 4px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 782px) {
  :root { --ol-gutter: 20px; }

  .ol-home-feature {
    min-height: 0;
    padding: 12px 0 !important;
  }

  .site-footer__inner {
    min-height: 0;
    padding: 20px 0 22px;
    gap: 12px;
    justify-items: center;
  }

  .site-footer__item {
    width: 100%;
    max-width: none;
    justify-content: center;
    gap: 12px;
  }

  .site-footer__icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .site-footer__item span,
  .site-footer__item a { font-size: 14px; }

  .site-footer__legal {
    justify-content: center;
    text-align: center;
  }
}

/* =========================================================
   V13 — HOMEPAGE HERO CONTENT MATCHES APPROVED REFERENCE SCALE
   Desktop-only patch. Hero size, images, colours and structure stay unchanged.
   No central circle or hero icons are added.
   ========================================================= */

@media (min-width: 1101px) {
  /* Keep both content groups symmetrically centred in their own 50/50 panel.
     Their larger reference-style scale brings them visually closer to the centre
     without shifting one side more than the other. */
  body.home .ol-home-hero .wp-block-cover__inner-container {
    width: min(540px, 92%);
    transform: none !important;
  }

  body.home .ol-home-hero h1,
  body.home .ol-home-hero h2 {
    font-size: clamp(56px, 4.4vw, 68px) !important;
    line-height: .98;
  }

  body.home .ol-home-hero .ol-kicker {
    font-size: 12px;
  }

  body.home .ol-home-hero .ol-hero-copy {
    max-width: 460px;
    font-size: 17px;
    line-height: 1.5;
  }

  body.home .ol-home-hero .wp-block-button__link {
    min-width: 290px;
    padding: 15px 30px;
    font-size: 13px;
  }
}

/* =========================================================
   V14 — APPROVED EXTRA CSS MERGED INTO THE THEME
   Copied from Iris' current Extra CSS. No unrelated styling changes.
   ========================================================= */

@media (min-width: 1101px) {

  /* Tekstblokken naar de middenlijn */
  body.home .entry-content > .wp-block-columns.ol-home-hero:first-child
  > .wp-block-column:first-child
  .wp-block-cover__inner-container {
    width: min(590px, 100%) !important;
    margin-left: auto !important;
    margin-right: 0px !important;
  }

  body.home .entry-content > .wp-block-columns.ol-home-hero:first-child
  > .wp-block-column:last-child
  .wp-block-cover__inner-container {
    width: min(590px, 100%) !important;
    margin-left: 0px !important;
    margin-right: auto !important;
  }

  /* Titels */
  body.home .entry-content > .wp-block-columns.ol-home-hero:first-child h1,
  body.home .entry-content > .wp-block-columns.ol-home-hero:first-child h2 {
    font-size: clamp(2.6rem, 4.15vw, 4.45rem) !important;
    line-height: .95 !important;
  }

  /* Kleine BRASSERIE / LUCHTVAARTMUSEUM tekst */
  body.home .entry-content > .wp-block-columns.ol-home-hero:first-child .ol-kicker {
    font-size: .72rem !important;
  }

  /* Beschrijving */
  body.home .entry-content > .wp-block-columns.ol-home-hero:first-child .ol-hero-copy {
    max-width: 33rem !important;
    font-size: clamp(1rem, 1.25vw, 1.12rem) !important;
    line-height: 1.5 !important;
  }

  /* Knoppen */
  body.home .entry-content > .wp-block-columns.ol-home-hero:first-child
  .wp-block-button__link {
    min-width: 290px !important;
    padding: .95rem 1.5rem !important;
    font-size: .82rem !important;
  }
}

@media (min-width: 781px) {

  .ol-home-feature {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .ol-home-feature-icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .ol-home-feature-icon img {
    width: auto !important;
    height: auto !important;
    max-width: 64px !important;
    max-height: 60px !important;
  }

  /* Vliegtuig is breed, dus mag apart groter */
  .ol-home-feature:nth-child(2) .ol-home-feature-icon img {
    width: 120px !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
  }

  .ol-home-feature:nth-child(2) {
    grid-template-columns: 135px minmax(0, 1fr) !important;
  }

  /* BRASSERIE: grotere praktische iconen */
  .ol-practical-item {
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }

  .ol-practical-icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .ol-practical-icon img {
    width: auto !important;
    height: auto !important;
    max-width: 100px !important;
    max-height: 74px !important;
  }
}

/* =========================================================
   V14 — PRAKTISCH: APPROVED ICON PLACEMENT ONLY
   Icons sit at the top-right; text keeps its existing typography and left edge.
   ========================================================= */

.ol-practical-card {
  position: relative;
  display: block;
  padding-right: 108px;
}

.ol-practical-card > .ol-icon-card__icon {
  position: absolute;
  top: 18px;
  right: 20px;
  width: auto;
  margin: 0 !important;
}

.ol-practical-card .ol-icon-card__icon img {
  width: auto !important;
  height: auto !important;
  max-width: 68px !important;
  max-height: 68px !important;
  display: block;
  object-fit: contain;
}

/* The aeroplane is wider by nature and therefore needs more width for equal optical weight. */
.ol-practical-grid > .wp-block-column:nth-child(2) .ol-icon-card__icon img {
  max-width: 106px !important;
  max-height: 66px !important;
}

@media (max-width: 782px) {
  .ol-practical-card {
    padding-right: 94px;
  }

  .ol-practical-card > .ol-icon-card__icon {
    top: 17px;
    right: 18px;
  }

  .ol-practical-card .ol-icon-card__icon img {
    max-width: 62px !important;
    max-height: 62px !important;
  }

  .ol-practical-grid > .wp-block-column:nth-child(2) .ol-icon-card__icon img {
    max-width: 92px !important;
    max-height: 58px !important;
  }
}

/* Restore the approved strong serif weight for standard content headings. */
.ol-section h2,
.ol-section h3,
.ol-overlap-intro h2,
.ol-dark-panel h2,
.ol-intro-band h2,
.ol-page-main h2,
.ol-page-main h3 {
  font-weight: 700 !important;
}

/* V14.5 — Mobile icon scale only; preserve the approved text position. */
@media (max-width: 782px) {
  .ol-home-feature {
    grid-template-columns: 52px minmax(0, 1fr) !important;
  }

  .ol-home-feature-icon img {
    width: auto !important;
    height: auto !important;
    max-width: 54px !important;
    max-height: 54px !important;
  }

  .ol-home-feature:nth-child(2) .ol-home-feature-icon img {
    width: 84px !important;
    max-width: 84px !important;
    max-height: 58px !important;
    transform: translateX(-24px);
  }

  .ol-practical-item {
    grid-template-columns: 46px minmax(0, 1fr) !important;
  }

  .ol-practical-icon img {
    width: auto !important;
    height: auto !important;
    max-width: 52px !important;
    max-height: 52px !important;
  }
}
