.elementor-kit-13{--e-global-color-primary:#F08A1D;--e-global-color-secondary:#161311;--e-global-color-text:#5F564F;--e-global-color-accent:#C96D08;--e-global-color-a043bae:#FAF7F3;--e-global-color-1603803:#FFFFFF;--e-global-color-a839c0c:#2C2622;--e-global-color-b52f511:#6E655D;--e-global-color-d9cb8f6:#FFA13F;--e-global-color-8d9d9b0:#3A2A11;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:700;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 't Swarte Schaap — homepage stylesheet
   Kleuren: antraciet #161311 · merk-oranje #F08A1D · off-white #FAF7F3
   Typografie: Poppins 400/500/600/700/800
   Eén breekpunt: 980px (desktopnavigatie ⇄ hamburger) */

/* ---------- 1. Tokens ---------- */
:root {
  --ink: #161311;
  --ink-soft: #2C2622;
  --orange: #F08A1D;
  --orange-hover: #FFA13F;
  --orange-deep: #C96D08;
  --on-orange: #3A2A11;
  --paper: #FAF7F3;
  --white: #FFFFFF;
  --body: #5F564F;
  --muted: #6E655D;
  --line: rgba(22, 19, 17, .1);
  --line-strong: rgba(22, 19, 17, .16);
  --on-dark: rgba(250, 247, 243, .8);
  --on-dark-soft: rgba(250, 247, 243, .7);
  --on-dark-line: rgba(250, 247, 243, .14);
  --radius-s: 8px;
  --radius: 12px;
  --radius-l: 16px;
  --shell: 1280px;
  --gutter: 24px;
  --section-y: clamp(64px, 9vw, 112px);
  --mono: ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* ---------- 2. Reset & basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.6 Poppins, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--orange-deep); text-decoration: none; }
a:hover { color: var(--ink); }
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -.025em; line-height: 1.02; }
p { margin: 0; }
blockquote, figure, ol, ul { margin: 0; padding: 0; }
li { list-style: none; }
.shell { max-width: var(--shell); margin: 0 auto; }
.section { padding: var(--section-y) var(--gutter); }
.section--paper { background: var(--paper); }
.section--white { background: var(--white); border-top: 1px solid rgba(22, 19, 17, .08); }
.section--dark { background: var(--ink); }
.section--orange { background: var(--orange); }
.stack { display: flex; flex-direction: column; }
.eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--orange);
}
.eyebrow--dark { color: var(--orange); }
.note { font-family: var(--mono); font-size: 13px; color: var(--muted); }
.h-section { font-size: clamp(30px, 4vw, 54px); max-width: 640px; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* ---------- 3. Knoppen (één primair, één secundair) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 17px; font-weight: 700; border-radius: var(--radius);
  padding: 19px 34px; border: 1.5px solid transparent; cursor: pointer;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.btn--primary { background: var(--orange); color: var(--ink); }
.btn--primary:hover { background: var(--orange-hover); color: var(--ink); }
.btn--dark { background: var(--ink); color: var(--paper); }
.btn--dark:hover { background: var(--ink-soft); color: var(--paper); }
.btn--ghost-light { color: var(--paper); border-color: rgba(250, 247, 243, .5); padding: 19px 30px; font-weight: 600; }
.btn--ghost-light:hover { background: rgba(250, 247, 243, .08); border-color: var(--paper); color: var(--paper); }
.btn--ghost-dark { color: var(--ink); border-color: rgba(22, 19, 17, .5); padding: 19px 30px; font-weight: 600; }
.btn--ghost-dark:hover { background: rgba(22, 19, 17, .08); border-color: var(--ink); color: var(--ink); }
.btn--sm { font-size: 15px; font-weight: 600; padding: 14px 24px; border-radius: 10px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 6px; }
.link-underline {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 17px; font-weight: 700; color: var(--ink);
  border-bottom: 2px solid var(--orange); padding-bottom: 4px;
}
.link-underline:hover { color: var(--orange-deep); }
.link-underline--sm { font-size: 16px; font-weight: 600; padding-bottom: 3px; }

/* ---------- 16. Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}/* End custom CSS */