/*
Theme Name: TRUWE — Blocksy Child
Theme URI: https://truwe.be
Description: Premium Blocksy child theme en designsysteem voor TRUWE.
Author: TRUWE
Template: blocksy
Version: 1.5.0
Text Domain: truwe
*/

:root {
  --truwe-ink: #14243a;
  --truwe-cream: #f4f0e8;
  --truwe-paper: #fbfaf7;
  --truwe-copper: #bc6e45;
  --truwe-muted: #68717c;
  --truwe-line: rgba(20, 36, 58, .16);
  --truwe-shell: 1220px;
}

html { scroll-behavior: smooth; }
body { background: var(--truwe-paper); color: var(--truwe-ink); }
body, button, input, select, textarea { font-family: "Manrope", "Segoe UI", sans-serif; }
h1, h2, h3, h4 { color: inherit; letter-spacing: -.035em; }
.entry-content { --theme-content-spacing: 0; }
.entry-content > * { margin-top: 0; margin-bottom: 0; }
.hero-section, .page-title { display: none; }
.ct-container-full { padding: 0; }
.site-main { min-height: 60vh; }
.truwe-shell { width: min(var(--truwe-shell), calc(100% - 48px)); margin-inline: auto; }
.truwe-section { padding: 128px 0; }
.truwe-dark { background: var(--truwe-ink); color: var(--truwe-cream); }
.truwe-dark :is(h1, h2, h3, h4, h5, h6, .truwe-title, .truwe-display) { color: var(--truwe-cream) !important; }
.truwe-dark :is(p, li) { color: #c9d0d8; }
.truwe-dark .truwe-eyebrow { color: #d68b63; }
.truwe-cream { background: var(--truwe-cream); }
.truwe-eyebrow { margin: 0 0 28px; color: var(--truwe-copper); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.truwe-display { margin: 0; font-size: clamp(52px, 7vw, 104px); font-weight: 560; line-height: .92; letter-spacing: -.065em; }
.truwe-display em, .truwe-title em { color: var(--truwe-copper); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.truwe-title { margin: 0; font-size: clamp(42px, 5vw, 72px); font-weight: 560; line-height: 1.02; }
.truwe-lead { color: var(--truwe-muted); font-size: 18px; line-height: 1.7; }
.truwe-dark .truwe-lead { color: #b8c1cb; }
.truwe-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; min-width: 245px; padding: 18px 22px; background: var(--truwe-ink); color: #fff !important; font-size: 13px; font-weight: 750; }
.truwe-button > span { width: 10px; height: 10px; position: relative; flex: 0 0 10px; overflow: hidden; color: transparent; font-size: 0; transition: transform .25s ease; }
.truwe-button > span::before { content: ""; position: absolute; width: 8px; height: 8px; top: 0; right: 0; border-top: 1.5px solid var(--truwe-copper); border-right: 1.5px solid var(--truwe-copper); }
.truwe-button > span::after { content: ""; position: absolute; width: 13px; height: 1.5px; top: 5px; right: -1px; background: var(--truwe-copper); transform: rotate(-45deg); transform-origin: right center; }
.truwe-button:hover > span { transform: translate(3px, -3px); }
.truwe-dark .truwe-button { background: var(--truwe-copper); }
.truwe-dark .truwe-button > span::before { border-color: var(--truwe-cream); }
.truwe-dark .truwe-button > span::after { background: var(--truwe-cream); }
.truwe-link { display: inline-block; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 750; }
.truwe-hero { min-height: 720px; padding: 110px 0 38px; display: flex; flex-direction: column; position: relative; isolation: isolate; overflow: hidden; }
.truwe-hero::before { content: ""; position: absolute; z-index: -1; width: min(44vw, 590px); aspect-ratio: 1; top: 64px; right: -10%; border: 1px solid rgba(188,110,69,.18); border-radius: 50%; box-shadow: 0 0 0 72px rgba(188,110,69,.035), 0 0 0 144px rgba(20,36,58,.025); transform: translate3d(var(--truwe-mx, 0), var(--truwe-my, 0), 0); transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.truwe-hero::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; right: 19%; width: 1px; background: linear-gradient(transparent, rgba(20,36,58,.1), transparent); }
.truwe-hero__bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-top: auto; }
.truwe-hero__bottom .truwe-lead { max-width: 590px; }
.truwe-hero__bottom .truwe-button { justify-self: end; }
.truwe-ribbon { display: flex; align-items: center; justify-content: space-between; margin-top: 68px; padding-top: 23px; border-top: 1px solid var(--truwe-line); color: var(--truwe-ink); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.truwe-ribbon i { width: 3px; height: 3px; border-radius: 50%; background: var(--truwe-copper); }
.truwe-split { display: grid; grid-template-columns: 1fr 2.6fr; gap: 70px; }
.truwe-split .truwe-lead { max-width: 760px; }
.truwe-split .truwe-title + .truwe-lead { margin-top: 34px; }
.truwe-head { display: grid; grid-template-columns: 2fr 1fr; gap: 90px; align-items: end; margin-bottom: 68px; }
.truwe-head .truwe-lead { margin: 0; }
.truwe-problems { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--truwe-line); }
.truwe-problem { min-height: 195px; padding: 28px; border-right: 1px solid var(--truwe-line); border-bottom: 1px solid var(--truwe-line); }
.truwe-problem:nth-child(3n) { border-right: 0; }
.truwe-problem:nth-last-child(-n+3) { border-bottom: 0; }
.truwe-problem span { color: var(--truwe-copper); font-size: 11px; font-weight: 750; }
.truwe-problem h3 { margin: 52px 0 0; font-size: 20px; line-height: 1.25; }
.truwe-bridge { max-width: 820px; margin: 65px auto 0; text-align: center; }
.truwe-bridge p { color: var(--truwe-muted); font-size: 16px; }
.truwe-services { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--truwe-line); }
.truwe-card { min-height: 390px; padding: 28px; border-right: 1px solid var(--truwe-line); display: flex; flex-direction: column; background: rgba(255,255,255,.42); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.truwe-card:last-child { border-right: 0; }
.truwe-card:hover { background: #fff; color: var(--truwe-ink); transform: translateY(-2px); box-shadow: inset 0 -3px 0 var(--truwe-copper); }
.truwe-card__no { color: var(--truwe-copper); font-size: 11px; font-weight: 750; }
.truwe-card h3 { margin: auto 0 18px; font-size: 24px; line-height: 1.15; }
.truwe-card p { color: var(--truwe-muted); font-size: 14px; line-height: 1.65; }
.truwe-card:hover p { color: var(--truwe-muted); }
.truwe-card .truwe-link { margin-top: 24px; transition: color .2s ease; }
.truwe-card .truwe-link::after { content: ""; display: inline-block; width: 0; height: 1px; margin-left: 6px; vertical-align: middle; background: var(--truwe-copper); transition: width .2s ease; }
.truwe-card:hover .truwe-link { color: var(--truwe-copper); }
.truwe-card:hover .truwe-link::after { width: 18px; }
.truwe-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.truwe-orb-wrap { min-height: 510px; display: grid; place-items: center; position: relative; overflow: hidden; }
.truwe-orb { width: 270px; height: 270px; border-radius: 50%; background: var(--truwe-ink); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 30px 80px rgba(20,36,58,.22); z-index: 2; }
.truwe-orb b { font-size: 34px; letter-spacing: .18em; }
.truwe-orb small { margin-top: 8px; color: #aeb8c4; }
.truwe-orbit { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(188,110,69,.34); border-radius: 50%; }
.truwe-values { margin-top: 36px; border-top: 1px solid var(--truwe-line); }
.truwe-value { display: grid; grid-template-columns: 1fr 1.5fr; gap: 28px; padding: 18px 0; border-bottom: 1px solid var(--truwe-line); font-size: 13px; }
.truwe-value span { color: var(--truwe-muted); }
.truwe-steps { --truwe-progress: 0%; list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); position: relative; }
.truwe-steps::before, .truwe-steps::after { content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; left: 32px; width: 1px; pointer-events: none; }
.truwe-steps::before { background: rgba(255,255,255,.12); }
.truwe-steps::after { bottom: auto; height: var(--truwe-progress); background: var(--truwe-copper); transition: height .65s cubic-bezier(.2,.7,.2,1); }
.truwe-step { display: grid; grid-template-columns: 90px 1fr 2fr; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.truwe-step > span { position: relative; z-index: 2; width: 22px; padding-block: 5px; background: var(--truwe-ink); color: var(--truwe-copper); font-size: 11px; }
.truwe-step h3, .truwe-step p { margin: 0; }
.truwe-step h3 { color: var(--truwe-cream) !important; font-size: 21px; }
.truwe-step p { color: #aeb8c4; font-size: 14px; }
.truwe-cta { display: grid; grid-template-columns: 1.4fr 1fr; gap: 90px; align-items: center; }
.truwe-form { padding: 38px; background: #fff; border: 1px solid var(--truwe-line); box-shadow: 0 20px 60px rgba(20,36,58,.08); }
.truwe-field { display: block; margin-bottom: 18px; font-size: 11px; font-weight: 750; }
.truwe-field input, .truwe-field select, .truwe-field textarea { width: 100%; margin-top: 8px; padding: 12px 2px; border: 0; border-bottom: 1px solid var(--truwe-line); border-radius: 0; background: transparent; color: var(--truwe-ink); }
.truwe-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.truwe-form button { width: 100%; border: 0; cursor: pointer; }
.truwe-form small { display: block; margin-top: 12px; color: var(--truwe-muted); font-size: 9px; line-height: 1.5; }
.truwe-form .truwe-hp { position: absolute; left: -9999px; }
.truwe-success { margin-bottom: 18px; padding: 14px; background: #eaf4ec; color: #245d32; font-size: 13px; }
.truwe-page-hero { padding: 105px 0 90px; border-bottom: 1px solid var(--truwe-line); }
.truwe-page-hero .truwe-title { max-width: 950px; }
.truwe-page-hero .truwe-lead { max-width: 720px; margin-top: 30px; }
.truwe-detail-grid { display: grid; grid-template-columns: .85fr 2fr; gap: 90px; }
.truwe-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--truwe-line); }
.truwe-list div { padding: 22px 12px 22px 0; border-bottom: 1px solid var(--truwe-line); font-weight: 650; }
.truwe-note { margin-top: 45px; padding: 25px; border-left: 3px solid var(--truwe-copper); background: var(--truwe-cream); color: var(--truwe-muted); font-size: 14px; line-height: 1.7; }
.truwe-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--truwe-line); }
.truwe-content-block { padding: 36px 38px 36px 0; border-bottom: 1px solid var(--truwe-line); }
.truwe-content-block + .truwe-content-block { padding-left: 38px; border-left: 1px solid var(--truwe-line); }
.truwe-content-block h2, .truwe-content-block h3 { margin: 0 0 22px; font-size: 24px; line-height: 1.2; }
.truwe-content-block p { margin: 0; color: var(--truwe-muted); font-size: 15px; line-height: 1.75; }
.truwe-callout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; padding: 52px; border: 1px solid var(--truwe-line); background: #fff; }
.truwe-callout .truwe-title { font-size: clamp(36px, 4vw, 58px); }
.truwe-legal { max-width: 860px; }
.truwe-legal h2 { margin: 52px 0 16px; font-size: 28px; }
.truwe-legal h2:first-child { margin-top: 0; }
.truwe-legal p, .truwe-legal li { color: var(--truwe-muted); line-height: 1.75; }
.truwe-legal a { text-decoration: underline; text-underline-offset: 3px; }
body.truwe-motion-ready .truwe-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
body.truwe-motion-ready .truwe-reveal.is-visible { opacity: 1; transform: translateY(0); }
body.truwe-motion-ready .truwe-problem { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease, background .2s ease; }
body.truwe-motion-ready .truwe-problems.is-visible .truwe-problem { opacity: 1; transform: translateY(0); }
body.truwe-motion-ready .truwe-problems.is-visible .truwe-problem:nth-child(2) { transition-delay: .06s; }
body.truwe-motion-ready .truwe-problems.is-visible .truwe-problem:nth-child(3) { transition-delay: .12s; }
body.truwe-motion-ready .truwe-problems.is-visible .truwe-problem:nth-child(4) { transition-delay: .18s; }
body.truwe-motion-ready .truwe-problems.is-visible .truwe-problem:nth-child(5) { transition-delay: .24s; }
body.truwe-motion-ready .truwe-problems.is-visible .truwe-problem:nth-child(6) { transition-delay: .3s; }
body.truwe-motion-ready .truwe-hero .truwe-eyebrow, body.truwe-motion-ready .truwe-hero .truwe-display, body.truwe-motion-ready .truwe-hero__bottom, body.truwe-motion-ready .truwe-ribbon { animation: truwe-enter .8s both cubic-bezier(.2,.7,.2,1); }
body.truwe-motion-ready .truwe-hero .truwe-display { animation-delay: .08s; }
body.truwe-motion-ready .truwe-hero__bottom { animation-delay: .16s; }
body.truwe-motion-ready .truwe-ribbon { animation-delay: .24s; }
@keyframes truwe-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

#header { border-bottom: 1px solid var(--truwe-line); }
[data-header*="type-1"] .ct-header [data-id="logo"] .site-title { font-weight: 800; letter-spacing: .14em; }
.ct-header-cta .ct-button { border-radius: 0; }
.ct-header [data-id="menu"] > ul > li:last-child > a { min-height: 42px; padding-inline: 18px; background: var(--truwe-ink); color: #fff; }
.ct-header [data-id="menu"] > ul > li:last-child > a:hover { background: var(--truwe-copper); color: #fff; }
#footer { display: none; }
.truwe-footer { padding: 88px 0 28px; background: #0d1a2b; color: var(--truwe-cream); }
.truwe-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; padding-bottom: 68px; }
.truwe-footer__brand { display: block; margin-bottom: 15px; color: #fff !important; font-size: 28px; font-weight: 800; letter-spacing: .14em; }
.truwe-footer p, .truwe-footer a, .truwe-footer span { color: #aeb8c4; font-size: 13px; }
.truwe-footer nav { display: flex; flex-direction: column; gap: 12px; }
.truwe-footer h3 { margin: 0 0 18px; color: #fff !important; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.truwe-footer a:hover { color: #d68b63; }
.truwe-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); }
.truwe-footer__legal { display: flex; gap: 24px; }

@media (max-width: 900px) {
  .truwe-hero__bottom, .truwe-split, .truwe-head, .truwe-proof, .truwe-cta, .truwe-detail-grid { grid-template-columns: 1fr; gap: 44px; }
  .truwe-hero__bottom .truwe-button { justify-self: start; }
  .truwe-problems { grid-template-columns: 1fr 1fr; }
  .truwe-problem:nth-child(3n) { border-right: 1px solid var(--truwe-line); }
  .truwe-problem:nth-child(2n) { border-right: 0; }
  .truwe-problem:nth-last-child(-n+3) { border-bottom: 1px solid var(--truwe-line); }
  .truwe-problem:nth-last-child(-n+2) { border-bottom: 0; }
  .truwe-services { grid-template-columns: 1fr 1fr; }
  .truwe-card:nth-child(2) { border-right: 0; }
  .truwe-card:nth-child(-n+2) { border-bottom: 1px solid var(--truwe-line); }
  .truwe-step { grid-template-columns: 44px 1fr; }
  .truwe-step p { grid-column: 2; }
  .truwe-content-grid { grid-template-columns: 1fr; }
  .truwe-content-block, .truwe-content-block + .truwe-content-block { padding: 30px 0; border-left: 0; }
  .truwe-callout { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 620px) {
  .truwe-shell { width: min(var(--truwe-shell), calc(100% - 30px)); }
  .truwe-section { padding: 86px 0; }
  .truwe-hero { min-height: 650px; padding-top: 70px; }
  .truwe-hero::before { width: 360px; right: -45%; top: 95px; }
  .truwe-display { font-size: 51px; }
  .truwe-ribbon i { display: none; }
  .truwe-problems, .truwe-services, .truwe-list { grid-template-columns: 1fr; }
  .truwe-problem, .truwe-card { border-right: 0 !important; border-bottom: 1px solid var(--truwe-line) !important; }
  .truwe-problem:last-child, .truwe-card:last-child { border-bottom: 0 !important; }
  .truwe-card { min-height: 320px; }
  .truwe-orb-wrap { min-height: 360px; }
  .truwe-orb { width: 205px; height: 205px; }
  .truwe-orbit { width: 320px; height: 320px; }
  .truwe-step { grid-template-columns: 44px 1fr; }
  .truwe-step p { grid-column: 2; }
  .truwe-form__row { grid-template-columns: 1fr; }
  .truwe-form { padding: 26px 20px; }
  .truwe-footer__grid { grid-template-columns: 1fr 1fr; }
  .truwe-footer__grid > div:first-child { grid-column: 1 / -1; }
  .truwe-footer__bottom { flex-direction: column; }
  .truwe-title { line-height: 1.08; }
  .truwe-callout { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } body.truwe-motion-ready .truwe-reveal, body.truwe-motion-ready .truwe-problem { opacity: 1; transform: none; } }
