:root {
  --ivoire: #F5F1E8;
  --encre: #0E1B2C;
  --laiton: #A6885E;
  --ombre: #475569;
  --whatsapp: #25D366;
  --whatsapp-hover: #1DA851;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--ivoire); color: var(--encre); }
body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}
.sans { font-family: 'Inter', 'Helvetica Neue', sans-serif; }

a { color: inherit; text-decoration: none; }

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--laiton);
  font-weight: 400;
}

/* Watermerken — verberg de oude img's */
.watermark,
.watermark-hero,
.watermark-about,
.watermark-method,
.watermark-service-page {
  display: none;
}

/* Calligrafische C als watermerk (afwisseling 1/2) */
.hero::before,
.method::before,
.page-hero::before {
  content: "C";
  position: absolute;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  line-height: 0.85;
  color: var(--laiton);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.hero::before {
  font-size: 560px;
  opacity: 0.09;
  top: -110px;
  right: 40px;
}
.method::before {
  font-size: 520px;
  opacity: 0.14;
  top: -90px;
  right: 40px;
}
.page-hero::before {
  font-size: 500px;
  opacity: 0.07;
  top: -70px;
  right: 20px;
}

/* Logo-watermerk — vorm bewaard, ingekleurd in laiton (afwisseling 2/2) */
.about::after,
.ecosystem::before,
.process::before,
.outcome::before {
  content: "";
  position: absolute;
  background-color: var(--laiton);
  -webkit-mask-image: url('logo_comcilium_CMYK.svg');
          mask-image: url('logo_comcilium_CMYK.svg');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.about { position: relative; }
.about::after {
  width: 360px;
  height: 360px;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  opacity: 0.08;
}
.ecosystem { position: relative; overflow: hidden; }
.ecosystem::before {
  width: 340px;
  height: 340px;
  top: -40px;
  left: -80px;
  opacity: 0.05;
}
.process { position: relative; }
.process::before {
  width: 400px;
  height: 400px;
  top: -60px;
  right: -20px;
  opacity: 0.12;
}
.outcome { position: relative; overflow: hidden; }
.outcome::before {
  width: 300px;
  height: 300px;
  top: -40px;
  right: -60px;
  opacity: 0.06;
}

/* ========================================
   HEADER — Nuit (donker), gecentreerde compositie
   Structuur: eyebrow · logo+wordmark · ornament · nav
   ======================================== */
header {
  background: var(--encre);
  color: var(--ivoire);
  padding: 48px max(56px, calc((100% - 1320px) / 2)) 36px;
  position: relative;
  z-index: 10;
  text-align: center;
}
.header-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.header-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--laiton);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.header-eyebrow::before,
.header-eyebrow::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 0.5px;
  background: var(--laiton);
  opacity: 0.7;
}
.mark {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 28px;
}
.mark a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: inherit;
}
.mark img {
  height: 52px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.wordmark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  letter-spacing: 0.4em;
  font-weight: 400;
  color: var(--ivoire);
}
.header-ornament {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}
.header-ornament .hairline {
  width: 70px;
  height: 0.5px;
  background: var(--laiton);
}
.main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
}
.main-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ivoire);
  font-weight: 400;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.5px;
  background: var(--laiton);
  transition: all 0.3s ease;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] { color: var(--laiton); }
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after { left: 0; width: 100%; }

/* Decoratieve band onder header: twee gouden lijnen met hexagon ertussen */
.hdr-band {
  background: var(--encre);
  padding: 18px max(56px, calc((100% - 1320px) / 2));
  border-top: 0.5px solid var(--laiton);
  border-bottom: 0.5px solid var(--laiton);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hdr-band svg { display: block; }

/* "Chapter plate" onder de band — extra design-moment voor de hero overgang */
.chapter-plate {
  background: var(--ivoire);
  padding: 40px 56px 0;
  text-align: center;
  position: relative;
}
.chapter-plate .plate-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ombre);
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.chapter-plate .plate-eyebrow::before,
.chapter-plate .plate-eyebrow::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 0.5px;
  background: var(--laiton);
}

/* Hero — gecentreerd met ruime gutters op grote schermen */
.hero {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 56px 96px;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
/* Hero eyebrow symmetrisch met hairlines op beide zijden */
.rule-eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 40px;
}
.rule-eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 0.5px;
  background: var(--laiton);
}
/* Rijke diamant-ornament: hairlines links/rechts + 3 diamanten */
.hero .diamonds {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 36px auto;
}
.hero .diamonds::before,
.hero .diamonds::after {
  content: "";
  display: block;
  width: 80px;
  height: 0.5px;
  background: var(--laiton);
  opacity: 0.6;
}
.hero .lede { margin-left: auto; margin-right: auto; }

/* Decoratieve slotornament onder hero (onder lede): fleuron */
.hero-fleuron {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 40px auto 0;
}
.hero-fleuron .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--laiton);
}
.hero-fleuron svg { display: block; }
.rule-eyebrow { display: flex; align-items: center; gap: 22px; margin-bottom: 48px; }
.rule-eyebrow .hairline { width: 48px; height: 0.5px; background: var(--laiton); }
h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}
/* Hero-h1 iets kleiner zodat langere slogan netjes op 2 regels past */
.hero h1 {
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
h1 em { font-style: italic; font-weight: 400; }
.diamonds { display: flex; align-items: center; gap: 14px; margin: 40px 0; }
.diamonds span { width: 5px; height: 5px; background: var(--laiton); transform: rotate(45deg); }
.lede { font-size: 19px; line-height: 1.65; max-width: 560px; font-style: italic; }

/* Dividers — respecteren de gutter */
.divider {
  height: 0.5px;
  background: var(--laiton);
  margin-left: max(56px, calc((100% - 1320px) / 2));
  margin-right: max(56px, calc((100% - 1320px) / 2));
}
.ornament-row {
  padding-left: max(56px, calc((100% - 1320px) / 2));
  padding-right: max(56px, calc((100% - 1320px) / 2));
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 8px 0;
}
.ornament-row .hairline { flex: 1; height: 0.5px; background: var(--laiton); }

/* About — volledig gecentreerd (block i.p.v. grid) */
.about {
  padding: 96px 56px 88px;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  text-align: center;
}
.about > aside {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}
.about > aside .eyebrow { margin-bottom: 14px !important; }
.about .aside-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  color: var(--ombre);
  font-style: italic;
}
.about .aside-rule {
  margin: 18px auto 0;
  width: 40px;
  height: 0.5px;
  background: var(--laiton);
}
.about-text { position: relative; z-index: 2; }
.about .lead {
  font-size: 26px;
  line-height: 1.45;
  margin: 0 auto 32px;
  font-style: italic;
  max-width: 680px;
}
.about .body {
  font-size: 17px;
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto;
}
.about .signoff {
  margin-top: 36px;
  font-size: 20px;
  color: var(--laiton);
  font-style: italic;
}

/* Services (homepage) — kopje + titel gecentreerd, grid eronder */
.services {
  padding: 96px 56px;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}
.services > .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.services > .eyebrow::before,
.services > .eyebrow::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 0.5px;
  background: var(--laiton);
  opacity: 0.7;
}
.services h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.01em;
  margin: 12px auto 56px;
  max-width: 800px;
}
.services .grid-3 { text-align: left; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.service {
  padding-top: 20px;
  position: relative;
  display: block;
  color: inherit;
  transition: transform 0.4s ease;
}
.service:hover { transform: translateY(-4px); }
.service::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 100%; height: 0.5px; background: var(--laiton);
}
.service::after {
  content: ""; position: absolute; top: -4px; left: 0;
  width: 8px; height: 8px; background: var(--laiton); transform: rotate(45deg);
}
.service .ordinal {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--laiton);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
.service p { font-size: 16px; line-height: 1.7; margin-bottom: 24px; }
.service-more {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--laiton);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.service:hover .service-more { opacity: 1; }

/* Method */
.method {
  background: var(--encre);
  color: var(--ivoire);
  padding: 120px 56px;
  position: relative;
  overflow: hidden;
}
.method .watermark-method { filter: brightness(10); opacity: 0.06; }
.method .inner { max-width: 780px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.method .eyebrow-row {
  display: flex; justify-content: center; align-items: center;
  gap: 20px; margin-bottom: 40px;
}
.method .eyebrow-row .hairline { width: 60px; height: 0.5px; background: var(--laiton); }
.method h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-style: italic;
  margin-bottom: 40px;
}
.method .diamonds span { background: var(--laiton); width: 4px; height: 4px; }
.method .diamonds { justify-content: center; }
.method .body { font-size: 17px; line-height: 1.8; opacity: 0.82; max-width: 520px; margin: 0 auto; }

/* Ecosystem */
.ecosystem {
  padding: 96px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.plate {
  background: var(--encre);
  height: 420px;
  position: relative;
  overflow: hidden;
}
.plate-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 68px;
  color: var(--laiton);
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}
.plate-caption { position: absolute; bottom: 28px; left: 28px; right: 28px; }
.plate-caption .hairline { width: 32px; height: 0.5px; background: var(--laiton); margin-bottom: 12px; }
.plate-caption .quote { font-size: 14px; color: var(--ivoire); font-style: italic; line-height: 1.5; }
.plate .plate-num {
  position: absolute; top: 20px; right: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 9px; letter-spacing: 0.3em;
  color: var(--laiton); text-transform: uppercase;
}
.ecosystem h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 36px; line-height: 1.25;
  font-weight: 400; font-style: italic;
  letter-spacing: -0.01em;
  margin: 24px 0 28px;
}
.ecosystem p { font-size: 16px; line-height: 1.75; margin-bottom: 24px; }
.ecosystem p:last-child { margin-bottom: 0; }
.ecosystem .signoff-eco {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 0.5px solid var(--laiton);
  font-size: 15px;
  font-style: italic;
  color: var(--laiton);
  letter-spacing: 0.01em;
}
.ecosystem em { color: var(--laiton); font-style: italic; }
.ecosystem a em { border-bottom: 0.5px solid var(--laiton); padding-bottom: 1px; transition: opacity 0.3s; }
.ecosystem a:hover em { opacity: 0.7; }

/* Contact */
.contact {
  padding: 96px 56px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.contact h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px; line-height: 1.15;
  font-weight: 400; font-style: italic;
  letter-spacing: -0.015em;
  margin: 32px 0 28px;
}
.contact p { font-size: 17px; line-height: 1.7; margin-bottom: 48px; }
.btn {
  display: inline-block;
  border: 0.5px solid var(--encre);
  padding: 16px 44px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--encre);
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.btn:hover { background: var(--encre); color: var(--ivoire); }
.btn-laiton { border-color: var(--laiton); color: var(--laiton); }
.btn-laiton:hover { background: var(--laiton); color: var(--ivoire); }

/* Footer — gecentreerd, zelfde gutter als header */
footer {
  padding: 40px max(56px, calc((100% - 1320px) / 2)) 36px;
  border-top: 0.5px solid var(--laiton);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
footer .item {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--ombre);
  text-transform: uppercase;
  justify-self: start;
}
footer > img { height: 30px; width: auto; display: block; justify-self: center; }
footer .year {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  font-style: italic;
  color: var(--ombre);
  justify-self: end;
}

/* Footer language switcher */
.lang-switch {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 0.5px solid rgba(166, 136, 94, 0.3);
}
.lang-switch a,
.lang-switch span {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ombre);
  transition: color 0.3s;
  text-decoration: none;
}
.lang-switch a:hover { color: var(--laiton); }
.lang-switch a[aria-current="true"] { color: var(--laiton); }
.lang-switch .sep {
  color: var(--laiton);
  font-size: 8px;
}

/* =====  SERVICE PAGES  ===== */

.page-hero {
  padding: 80px 56px 72px;
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
}
.breadcrumb {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ombre);
  margin-bottom: 48px;
}
.breadcrumb a { color: var(--ombre); transition: color 0.3s; }
.breadcrumb a:hover { color: var(--laiton); }
.breadcrumb span { margin: 0 12px; color: var(--laiton); }

.page-hero .ordinal-title {
  display: flex;
  align-items: baseline;
  gap: 36px;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}
.page-hero .big-numeral {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 100px;
  color: var(--laiton);
  font-style: italic;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.page-hero h1 {
  font-size: 72px;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.015em;
  margin: 0;
}

.page-hero .tagline {
  font-size: 22px;
  line-height: 1.5;
  font-style: italic;
  max-width: 620px;
  margin-top: 28px;
  color: var(--encre);
  position: relative;
  z-index: 2;
}

.page-intro {
  padding: 72px 56px 88px;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 64px;
}
.page-intro aside .eyebrow { margin-bottom: 14px; }
.page-intro aside .num-label { font-size: 15px; color: var(--ombre); font-style: italic; }
.page-intro aside .aside-rule { margin-top: 32px; width: 40px; height: 0.5px; background: var(--laiton); }
.page-intro .text p { font-size: 18px; line-height: 1.75; margin-bottom: 28px; max-width: 620px; }
.page-intro .text p:last-child { margin-bottom: 0; }
.page-intro .text p.pull {
  font-size: 26px;
  font-style: italic;
  line-height: 1.45;
  color: var(--encre);
  margin: 40px 0;
}

.for-whom {
  padding: 96px 56px;
  max-width: 1080px;
  margin: 0 auto;
}
.for-whom .section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 16px 0 56px;
}
.for-whom-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 64px; }
.for-whom-item { padding-top: 20px; position: relative; }
.for-whom-item::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 100%; height: 0.5px; background: var(--laiton);
}
.for-whom-item::after {
  content: ""; position: absolute; top: -4px; left: 0;
  width: 6px; height: 6px; background: var(--laiton); transform: rotate(45deg);
}
.for-whom-item h3, .for-whom-item h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 12px;
}
.for-whom-item p { font-size: 16px; line-height: 1.7; }

.process {
  background: var(--encre);
  color: var(--ivoire);
  padding: 120px 56px;
  position: relative;
  overflow: hidden;
}
.process .inner { max-width: 1080px; margin: 0 auto; position: relative; z-index: 2; }
.process .watermark-service-page {
  filter: brightness(10);
  opacity: 0.05;
}
.process .section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ivoire);
  margin: 16px 0 72px;
  max-width: 560px;
}
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; list-style: none; }
.process-step .step-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  color: var(--laiton);
  font-style: italic;
  line-height: 1;
  margin-bottom: 20px;
}
.process-step h3, .process-step h5 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  color: var(--ivoire);
  margin-bottom: 16px;
}
.process-step p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.82;
}

.outcome {
  padding: 96px 56px;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.outcome .plate {
  height: 420px;
}
.outcome .plate .plate-text { font-size: 56px; }
.outcome h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 40px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 20px 0 28px;
}
.outcome p { font-size: 17px; line-height: 1.75; margin-bottom: 20px; }

.next-services {
  padding: 96px 56px;
  max-width: 1080px;
  margin: 0 auto;
}
.next-services .section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  color: var(--ombre);
  margin-bottom: 48px;
}
.next-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px; }

/* ===== CONTACT PAGE ===== */
/* Contact hero, gecentreerde compositie zonder big-numeral */
.page-hero.contact-hero {
  text-align: center;
}
.page-hero.contact-hero .breadcrumb {
  text-align: center;
  margin-bottom: 40px;
  display: block;
}
.page-hero.contact-hero .hero-eyebrow-c {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--laiton);
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}
.page-hero.contact-hero .hero-eyebrow-c::before,
.page-hero.contact-hero .hero-eyebrow-c::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 0.5px;
  background: var(--laiton);
  opacity: 0.7;
}
.page-hero.contact-hero h1 {
  font-size: 64px;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.015em;
  margin: 0 auto 24px;
  font-weight: 400;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.page-hero.contact-hero .tagline {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}


.contact-layout {
  padding: 80px 56px 96px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
}
.contact-form-wrap { min-width: 0; }
.form-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
  margin: 14px 0 20px;
  letter-spacing: -0.01em;
}
.form-title em { font-style: italic; }
.form-intro {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ombre);
  margin-bottom: 36px;
  max-width: 520px;
}
.contact-form .field { margin-bottom: 24px; }
.contact-form label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ombre);
  margin-bottom: 8px;
}
.contact-form label .req { color: var(--laiton); }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 0.5px solid var(--laiton);
  background: transparent;
  padding: 10px 2px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  color: var(--encre);
  transition: border-color 0.25s;
  border-radius: 0;
}
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
  font-size: 17px;
  line-height: 1.6;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-bottom-color: var(--encre);
  border-bottom-width: 1px;
}
.contact-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--laiton) 50%),
                    linear-gradient(135deg, var(--laiton) 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(50% + 2px), calc(100% - 10px) calc(50% + 2px);
  background-size: 6px 6px;
  background-repeat: no-repeat;
  padding-right: 32px;
  cursor: pointer;
}
.form-privacy {
  font-size: 12px;
  line-height: 1.55;
  color: var(--ombre);
  margin: 24px 0 28px;
  font-style: italic;
}
.contact-form button.btn {
  cursor: pointer;
  background: transparent;
  font-family: 'Inter', sans-serif;
}

/* Direct contact panel */
.contact-direct {
  background: var(--encre);
  color: var(--ivoire);
  padding: 48px 40px;
  position: relative;
  align-self: start;
}
.contact-direct .eyebrow { color: var(--laiton); }
.direct-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  margin: 12px 0 32px;
}
.contact-details {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px 20px;
  margin-bottom: 40px;
}
.contact-details dt {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--laiton);
  padding-top: 4px;
}
.contact-details dd {
  font-size: 15px;
  line-height: 1.5;
}
.contact-details dd a {
  color: var(--ivoire);
  border-bottom: 0.5px solid rgba(166, 136, 94, 0.4);
  transition: border-color 0.25s;
}
.contact-details dd a:hover { border-bottom-color: var(--laiton); }

.contact-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 32px;
  border-top: 0.5px solid rgba(166, 136, 94, 0.4);
}
.contact-badge .hairline {
  flex: 0 0 20px;
  height: 0.5px;
  background: var(--laiton);
}
.contact-badge .badge-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ivoire);
  text-align: center;
  flex: 1;
}
.contact-badge .badge-text em { color: var(--laiton); font-style: italic; font-size: 15px; }

/* Reassurance section */
.contact-reassure {
  background: var(--ivoire);
  padding: 96px 56px;
  border-top: 0.5px solid var(--laiton);
}
.contact-reassure .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.contact-reassure .eyebrow-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}
.contact-reassure .eyebrow-row .hairline {
  width: 50px;
  height: 0.5px;
  background: var(--laiton);
}
.contact-reassure h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 56px;
}
.reassure-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  list-style: none;
  text-align: left;
  max-width: 920px;
  margin: 0 auto;
}
.reassure-steps li { position: relative; padding-top: 20px; }
.reassure-steps li::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 100%; height: 0.5px; background: var(--laiton);
}
.reassure-steps li::after {
  content: ""; position: absolute; top: -4px; left: 0;
  width: 8px; height: 8px; background: var(--laiton); transform: rotate(45deg);
}
.reassure-steps .step-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 32px;
  color: var(--laiton);
  line-height: 1;
  margin-bottom: 14px;
}
.reassure-steps h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
}
.reassure-steps p { font-size: 15px; line-height: 1.7; color: var(--ombre); }

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 56px 28px 72px;
  }
  .contact-direct { padding: 40px 28px; }
  .contact-reassure { padding: 72px 28px; }
  .reassure-steps { grid-template-columns: 1fr; gap: 36px; }
  .form-title { font-size: 34px; }
  .contact-reassure h2 { font-size: 28px; }
}

/* =====  WHATSAPP FLOATING CHAT  ===== */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  background: var(--whatsapp);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(14, 27, 44, 0.18), 0 2px 6px rgba(14, 27, 44, 0.1);
  color: #fff !important;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.wa-float:hover {
  background: var(--whatsapp-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(14, 27, 44, 0.22), 0 3px 8px rgba(14, 27, 44, 0.12);
}
.wa-float:focus-visible {
  outline: 2px solid var(--laiton);
  outline-offset: 3px;
}
.wa-float-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: block;
}
.wa-float-label {
  line-height: 1;
  white-space: nowrap;
}

/* Accessibility — reduce motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Responsive */
@media (max-width: 1100px) {
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 48px 32px; }
}
@media (max-width: 860px) {
  footer {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
  }
  footer .item, footer .year, footer > img { justify-self: center; }
  header {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    padding-left: 28px; padding-right: 28px;
  }
  .mark { justify-content: center; }
  .main-nav { flex-wrap: wrap; justify-content: center; gap: 20px 24px; }
  header .meta { justify-self: center; }

  .hero, .about, .services, .method, .ecosystem, .contact,
  .page-hero, .page-intro, .for-whom, .process, .outcome, .next-services,
  footer { padding-left: 28px; padding-right: 28px; }
  .divider, .ornament-row { margin-left: 28px; margin-right: 28px; }

  h1 { font-size: 44px; }
  .page-hero .ordinal-title { flex-direction: column; gap: 12px; }
  .page-hero .big-numeral { font-size: 72px; }
  .page-hero h1 { font-size: 48px; }

  .about, .ecosystem, .grid-3, .page-intro, .for-whom-grid, .outcome, .next-grid {
    grid-template-columns: 1fr; gap: 32px;
  }
  .process-steps { grid-template-columns: 1fr; gap: 40px; }
  .plate-text { font-size: 48px; }

  /* Compacter WhatsApp-knop op mobiel */
  .wa-float {
    bottom: 20px;
    right: 20px;
    padding: 12px;
    gap: 0;
  }
  .wa-float-label { display: none; }
  .wa-float-icon { width: 28px; height: 28px; }

  /* Kleinere C-watermerken op mobiel */
  .hero::before { font-size: 320px; top: -60px; right: 0; }
  .about::after { font-size: 280px; left: -20px; }
  .method::before { font-size: 320px; top: -50px; right: 0; }
  .page-hero::before { font-size: 300px; top: -40px; right: 0; }
  .process::before { font-size: 320px; top: -50px; right: 0; }

  /* Header op mobiel — compacter */
  header { padding-top: 32px; padding-bottom: 24px; }
  .header-inner { padding: 0; }
  .mark { gap: 14px; margin-bottom: 20px; }
  .mark a { gap: 14px; }
  .mark img { height: 40px; }
  .wordmark { font-size: 18px; letter-spacing: 0.3em; }
  .header-eyebrow { margin-bottom: 20px; font-size: 9px; }
  .header-eyebrow::before, .header-eyebrow::after { width: 20px; }
  .header-ornament { margin-bottom: 20px; gap: 12px; }
  .header-ornament .hairline { width: 40px; }
  .main-nav { gap: 14px 20px; font-size: 10px; }
  .hdr-band { padding: 12px 28px; }
  .hdr-band svg { width: 20px; height: 20px; }
}
