@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');

/* ===== Outplacement Coach — designsysteem (licht, met beweging) ===== */
html{scroll-behavior:smooth}

/* Thema-chrome verbergen op de landingspagina (homepage + deze pagina) */
.home .wp-block-post-title,
.home .entry-title,
.home h1.wp-block-post-title,
.page-id-5 .wp-block-post-title,
.page-id-5 .entry-title,
.page-id-5 h1.wp-block-post-title{display:none}
.home .wp-block-post-featured-image,
.page-id-5 .wp-block-post-featured-image{display:none!important}
.home .wp-site-blocks > header,
.home header.wp-block-template-part,
.home .site-header,
.page-id-5 .wp-site-blocks > header,
.page-id-5 header.wp-block-template-part,
.page-id-5 .site-header{display:none!important}
.home .wp-site-blocks > footer,
.home footer.wp-block-template-part,
.home .site-footer,
.page-id-5 .wp-site-blocks > footer,
.page-id-5 footer.wp-block-template-part,
.page-id-5 .site-footer{display:none!important}
.home .wp-site-blocks,
.page-id-5 .wp-site-blocks{padding:0}
.home main,
.home .wp-block-post-content,
.home .entry-content,
.page-id-5 main,
.page-id-5 .wp-block-post-content,
.page-id-5 .entry-content{margin:0!important;padding:0!important;max-width:none!important}
.home .wp-block-post-content > *,
.page-id-5 .wp-block-post-content > *{margin-block:0!important}

/* ===== SIGNATUUR: gouden pad-lijn (JS-gedreven, werkt in alle browsers incl. mobiel) ===== */
.rc-progress{display:none;position:fixed;top:0;left:0;width:3px;height:100vh;background:linear-gradient(180deg,#A28B57 0%,#C9BC9C 100%);transform-origin:top;transform:scaleY(0);z-index:1002;pointer-events:none;will-change:transform}
html.rc-js .rc-progress{display:block}

/* ===== Sticky CTA-balk (verschijnt na de hero waar ondersteund) ===== */
.rc-nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.5rem;background:rgba(253,251,246,.96);border-bottom:1px solid rgba(162,139,87,.35);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
@supports (animation-timeline: scroll()){
  .rc-nav{animation:rc-navin ease-out both;animation-timeline:scroll(root);animation-range:200px 480px}
  @keyframes rc-navin{from{transform:translateY(-110%);opacity:0}to{transform:none;opacity:1}}
}
.rc-nav-brand{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:1.3rem;letter-spacing:.05em;color:#23211C;text-decoration:none;transition:color .25s;display:flex;align-items:center;gap:.6rem}
.rc-nav-brand:hover{color:#8F7A4B}
.rc-nav-logo{width:40px;height:40px;display:block}
.rc-btn--nav{padding:.68rem 1.4rem;font-size:.72rem;white-space:nowrap}
body.admin-bar .rc-nav{top:32px}
@media(max-width:782px){body.admin-bar .rc-nav{top:46px}}
@media(max-width:480px){.rc-nav{padding:.75rem 1rem}.rc-nav-brand{font-size:1.1rem}.rc-nav-logo{width:34px;height:34px}}

/* ===== Volledige breedte banden ===== */
.rc-band{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;box-sizing:border-box;overflow-x:hidden}
.rc-wrap{max-width:1060px;margin:0 auto;padding:6rem 1.5rem;box-sizing:border-box}
.rc-wrap--narrow{max-width:740px}

/* Kleuren — volledig licht palet */
.rc-band--cream{background:#FDFBF6}
.rc-band--cream2{background:#F3EEE3}
.rc-band--dark{background:#FDFBF6}
.rc-band--night{background:#F3EEE3}

/* ===== Reveal bij scrollen: CSS waar ondersteund, JS-fallback elders ===== */
@supports (animation-timeline: view()){
  .rc-reveal{animation:rc-rise ease-out both;animation-timeline:view();animation-range:entry 5% entry 38%}
  @keyframes rc-rise{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}
}
.rc-pending{opacity:0;transform:translateY(30px)}
.rc-inview{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}

/* ===== Typografie ===== */
.rc-page{font-family:'Inter',sans-serif}
.rc-eyebrow{font-family:'Inter',sans-serif;font-size:.78rem;letter-spacing:.24em;text-transform:uppercase;color:#A28B57;font-weight:500;margin:0 0 1.4rem}
.rc-h1{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:clamp(2.3rem,5.2vw,3.8rem);line-height:1.12;color:#23211C;margin:0 0 1.4rem;max-width:20ch}
.rc-h2{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:clamp(1.85rem,3.4vw,2.55rem);line-height:1.18;color:#23211C;margin:0 0 1.4rem}
.rc-lede{font-family:'Inter',sans-serif;font-weight:300;font-size:1.15rem;line-height:1.7;color:#4A453B;margin:0 0 2.2rem;max-width:52ch}
.rc-p{font-family:'Inter',sans-serif;font-weight:400;font-size:1.02rem;line-height:1.78;color:#3A362E;margin:0 0 1.2rem}
.rc-p a{color:#8F7A4B;text-decoration:none;background-image:linear-gradient(#8F7A4B,#8F7A4B);background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease}
.rc-p a:hover{background-size:100% 1px}

/* Signatuur: piekergedachten */
.rc-thought{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:400;font-size:clamp(1.45rem,3vw,2rem);line-height:1.42;color:#8F7A4B;margin:2.4rem 0;padding-left:1.6rem;border-left:2px solid rgba(162,139,87,.55)}
@supports (animation-timeline: view()){
  .rc-thought{animation:rc-thought-draw ease-out both;animation-timeline:view();animation-range:entry 10% entry 55%}
  @keyframes rc-thought-draw{from{opacity:0;padding-left:.4rem}to{opacity:1;padding-left:1.6rem}}
}

/* ===== Knoppen ===== */
.rc-btn{display:inline-block;background:#A28B57;color:#FDFBF6;font-family:'Inter',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;padding:1.1rem 2.5rem;border-radius:0;transition:background .25s ease}
.rc-btn:hover{background:#8F7A4B;color:#FDFBF6}
.rc-arr{display:inline-block;transition:transform .28s cubic-bezier(.22,.68,.4,1)}
.rc-btn:hover .rc-arr{transform:translateX(6px)}
.rc-cta-row{margin:2.4rem 0 0}

/* ===== Hero ===== */
.rc-hero-wrap{padding-top:9rem;padding-bottom:6rem}
.rc-hero--center .rc-hero-wrap{text-align:center}
.rc-hero--center .rc-h1,
.rc-hero--center .rc-lede{margin-left:auto;margin-right:auto}
@keyframes rc-fadeup{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
.rc-hero .rc-eyebrow{animation:rc-fadeup .7s .1s both}
.rc-hero .rc-h1{animation:rc-fadeup .8s .28s both}
.rc-hero .rc-lede{animation:rc-fadeup .8s .48s both}
.rc-hero .rc-cta-row{animation:rc-fadeup .8s .68s both}

/* ===== Gecentreerde sectie (kop + grid) ===== */
.rc-center{text-align:center}
.rc-center .rc-h2{margin-left:auto;margin-right:auto}
.rc-center .rc-grid{justify-items:center}
.rc-center .rc-card{text-align:left}

/* ===== Accentblok ===== */
.rc-accent{border-left:3px solid #A28B57;background:#FFFFFF;padding:1.6rem 1.8rem;margin-top:1.8rem}
.rc-accent .rc-p{margin:0}

/* ===== Split: foto naast tekst (normale grootte) ===== */
.rc-split{display:grid;grid-template-columns:minmax(0,420px) 1fr;gap:3.5rem;align-items:center}
.rc-split--reverse{grid-template-columns:1fr minmax(0,420px)}
.rc-split--reverse .rc-split-media{order:2}
.rc-split-media img{width:100%;height:auto;display:block;border:1px solid rgba(162,139,87,.35)}
.rc-split-body .rc-h2{margin-top:0}
.rc-split-body .rc-p:last-child{margin-bottom:0}
@media(max-width:820px){
  .rc-split,.rc-split--reverse{grid-template-columns:1fr;gap:2rem}
  .rc-split--reverse .rc-split-media{order:0}
  .rc-split-media{max-width:460px}
}

/* ===== Beeldband + fototint ===== */
.rc-imgband{padding:0;line-height:0}
.rc-imgband img{width:100%;height:min(58vh,520px);object-fit:cover;display:block}
.rc-imgband--duinen img{object-position:50% 16%}
.rc-photo{filter:sepia(.22) saturate(.85) contrast(1.03) brightness(1.02)}

/* ===== Coach ===== */
.rc-coach{display:grid;grid-template-columns:320px 1fr;gap:3.5rem;align-items:center}
.rc-portrait{aspect-ratio:4/5;background:linear-gradient(160deg,#FDFBF6 0%,#EAE2CF 100%);border:1px solid rgba(162,139,87,.5);display:flex;align-items:center;justify-content:center;overflow:hidden}
.rc-portrait span{font-family:'Cormorant Garamond',serif;font-size:4rem;color:#A28B57;letter-spacing:.12em}
.rc-portrait img{width:100%;height:100%;object-fit:cover;object-position:50% 12%}
@media(max-width:780px){.rc-coach{grid-template-columns:1fr}.rc-portrait{max-width:280px}}

/* ===== Testimonials ===== */
.rc-quote{border:1px solid rgba(162,139,87,.5);background:#FFFFFF;padding:3.4rem 2.4rem 2.2rem;margin:0;position:relative}
.rc-quote + .rc-quote{margin-top:2.6rem}
.rc-quote::before{content:'\201C';position:absolute;top:.4rem;left:1.6rem;font-family:'Cormorant Garamond',serif;font-size:4rem;line-height:1;color:rgba(162,139,87,.55);pointer-events:none}
.rc-quote-text{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:400;font-size:clamp(1.3rem,2.4vw,1.7rem);line-height:1.5;color:#23211C;margin:0 0 1.3rem}
.rc-quote cite{font-family:'Inter',sans-serif;font-style:normal;font-size:.78rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#A28B57}

/* ===== Verwachten-grid ===== */
.rc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.3rem;margin-top:2.4rem}
.rc-card{background:#FFFFFF;border:1px solid #E7DFCE;padding:1.9rem 1.8rem;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.rc-card:hover{transform:translateY(-4px);border-color:rgba(162,139,87,.6);box-shadow:0 14px 30px -18px rgba(35,33,28,.25)}
.rc-card h3{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:1.35rem;color:#23211C;margin:0 0 .55rem;line-height:1.25}
.rc-card .rc-p{margin:0;font-size:.98rem}

/* ===== Werkwijze — het pad ===== */
.rc-steps{margin-top:2rem;position:relative}
.rc-steps::before{content:'';position:absolute;left:17px;top:2.4rem;bottom:2.4rem;width:1px;background:linear-gradient(180deg,rgba(162,139,87,0),rgba(162,139,87,.55) 12% 88%,rgba(162,139,87,0))}
@supports (animation-timeline: view()){
  .rc-steps::before{transform-origin:top;animation:rc-line-draw ease-out both;animation-timeline:view();animation-range:entry 0% cover 55%}
  @keyframes rc-line-draw{from{transform:scaleY(0)}to{transform:scaleY(1)}}
}
.rc-step{display:grid;grid-template-columns:58px 1fr;gap:1.4rem;padding:1.7rem 0;border-top:1px solid #E0D7C3;position:relative}
.rc-step:last-child{border-bottom:1px solid #E0D7C3}
.rc-step-num{font-family:'Cormorant Garamond',serif;font-size:2.1rem;line-height:1;color:#A28B57;background:#F3EEE3;position:relative;z-index:1;width:36px;text-align:center}
.rc-step h3{font-family:'Inter',sans-serif;font-weight:500;font-size:1.05rem;color:#23211C;margin:0 0 .4rem}
.rc-step h3 em{font-weight:400;color:#8A8272;font-style:normal}
.rc-step .rc-p{margin:0;font-size:.98rem}

/* ===== FAQ ===== */
.rc-faq{margin-top:1.6rem}
.rc-faq details{border-top:1px solid #E0D7C3}
.rc-faq details:last-child{border-bottom:1px solid #E0D7C3}
.rc-faq summary{cursor:pointer;font-family:'Inter',sans-serif;font-weight:500;font-size:1.04rem;color:#23211C;padding:1.25rem 2.2rem 1.25rem 0;list-style:none;position:relative;transition:color .25s}
.rc-faq summary:hover{color:#8F7A4B}
.rc-faq summary::-webkit-details-marker{display:none}
.rc-faq summary::after{content:'+';position:absolute;right:.2rem;top:50%;transform:translateY(-50%);color:#A28B57;font-size:1.5rem;font-weight:300;line-height:1;transition:transform .3s ease}
.rc-faq details[open] summary::after{content:'+';transform:translateY(-50%) rotate(45deg)}
.rc-faq details .rc-p{margin:0 0 1.3rem;padding-right:2rem}
@supports (interpolate-size: allow-keywords){
  :root{interpolate-size:allow-keywords}
  .rc-faq details::details-content{block-size:0;overflow:hidden;transition:block-size .35s ease,content-visibility .35s allow-discrete}
  .rc-faq details[open]::details-content{block-size:auto}
}

/* ===== Formulier ===== */
.rc-formbox{background:#FFFFFF;border:1px solid rgba(162,139,87,.45);padding:2rem;margin:2.4rem 0 1.8rem}
.rc-formbox iframe{width:100%;border:0;display:block}
.rc-form-placeholder{border:1px dashed #C9BC9C;padding:2.2rem 1.8rem;text-align:center}
.rc-form-placeholder .rc-p{margin:0 0 .8rem}
.rc-form-placeholder .rc-p:last-child{margin:0}
.rc-contact{font-size:.92rem;letter-spacing:.04em;text-align:center;margin:0;color:#6E6759}
#kennismaking{scroll-margin-top:5rem}

/* ===== Footer ===== */
.rc-footer{background:#F3EEE3}
.rc-footer .rc-wrap{padding-top:2.2rem;padding-bottom:2.2rem;border-top:1px solid rgba(162,139,87,.3)}
.rc-footer p{font-family:'Inter',sans-serif;font-size:.85rem;color:#8A8272;margin:0;text-align:center}
.rc-footer a{color:#8F7A4B;text-decoration:none}
.rc-footer a:hover{text-decoration:underline}

/* ===== Reduced motion ===== */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .rc-hero .rc-eyebrow,.rc-hero .rc-h1,.rc-hero .rc-lede,.rc-hero .rc-cta-row,
  .rc-reveal,.rc-thought,.rc-steps::before,.rc-nav{animation:none!important}
  .rc-pending{opacity:1;transform:none}
  .rc-arr,.rc-card{transition:none!important}
  .rc-progress{display:none!important}
}

/* ============================================================
   ===== SITEWIDE PAGINATEMPLATE — slh-stijl (standaardpagina's)
   Geldt voor alle pagina's die niet home/page-id-5 zijn en
   hun eigen chrome niet verbergen (bijv. privacyverklaring).
   ============================================================ */

/* Basis */
body{background:#FDFBF6}
.wp-site-blocks{font-family:'Inter',sans-serif;color:#3A362E}

/* Thema-header: lichte balk zoals de slh-topbar */
header.wp-block-template-part{background:#F5F1EA;border-bottom:1px solid rgba(162,139,87,.35);padding:.8rem 1.4rem!important;margin:0!important}
header.wp-block-template-part > *{margin:0!important}
header.wp-block-template-part .wp-block-site-title{margin:0}
header.wp-block-template-part .wp-block-site-title a{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:1.2rem;letter-spacing:.04em;color:#23211C;text-decoration:none;display:inline-flex;align-items:center;gap:.6rem;transition:color .25s}
header.wp-block-template-part .wp-block-site-title a::before{content:'';width:36px;height:36px;flex:0 0 36px;background:url('https://outplacement-coach.nl/wp-content/uploads/2026/07/favicon-po.png') center/contain no-repeat;display:inline-block}
header.wp-block-template-part .wp-block-site-title a:hover{color:#8F7A4B}
header.wp-block-template-part .wp-block-site-tagline{display:none}
header.wp-block-template-part .wp-block-navigation a,
header.wp-block-template-part .wp-block-page-list a{font-family:'Inter',sans-serif;font-size:.85rem;font-weight:500;color:#23211C;text-decoration:none;transition:color .25s}
header.wp-block-template-part .wp-block-navigation a:hover,
header.wp-block-template-part .wp-block-page-list a:hover{color:#8F7A4B}

/* Thema-footer: crème band met gouden lijn */
footer.wp-block-template-part{background:#F3EEE3;border-top:1px solid rgba(162,139,87,.3);padding:2.2rem 1.4rem!important;margin-top:4rem!important}
footer.wp-block-template-part,
footer.wp-block-template-part p{font-family:'Inter',sans-serif;font-size:.85rem;color:#8A8272}
footer.wp-block-template-part a{color:#8F7A4B;text-decoration:none}
footer.wp-block-template-part a:hover{text-decoration:underline}

/* Contenttypografie op standaardpagina's (leesbreedte blijft intact) */
body:not(.home):not(.page-id-5) .wp-block-post-title,
body:not(.home):not(.page-id-5) .wp-block-post-content h1,
body:not(.home):not(.page-id-5) .wp-block-post-content h2,
body:not(.home):not(.page-id-5) .wp-block-post-content h3{font-family:'Cormorant Garamond',serif;font-weight:600;line-height:1.15;color:#23211C;letter-spacing:.005em}
body:not(.home):not(.page-id-5) .wp-block-post-content p,
body:not(.home):not(.page-id-5) .wp-block-post-content li{font-family:'Inter',sans-serif;font-size:1.02rem;line-height:1.78;color:#3A362E}
body:not(.home):not(.page-id-5) .wp-block-post-content a{color:#8F7A4B;text-decoration:none;border-bottom:1px solid rgba(162,139,87,.45);transition:border-color .25s,color .25s}
body:not(.home):not(.page-id-5) .wp-block-post-content a:hover{color:#A28B57;border-color:#A28B57}

/* Standaard WP-knoppen in gouden pill-stijl */
.wp-block-button__link{background:#A28B57!important;color:#fff!important;border-radius:999px!important;font-family:'Inter',sans-serif!important;font-weight:500!important;font-size:.9rem!important;letter-spacing:.03em!important;padding:.75rem 1.6rem!important;transition:background .2s ease,transform .18s ease!important;text-decoration:none!important}
.wp-block-button__link:hover{background:#8F7A4B!important;transform:translateY(-1px)}