/* GOG&W — statische demo. Kleuren en basisinstellingen centraal aanpassen. */
:root {
  --ink: #1c1c27;
  --muted: #5c5c68;
  --brand: #3c36bf;
  --navy: #28256b;
  --pale: #f5f5f8;
  --line: #dedee7;
  --white: #fff;
  --content: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--brand); outline-offset: 6px; }
::selection { background: #dcdafa; color: var(--navy); }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { line-height: 1.13; font-weight: 550; }
h1 { font-size: clamp(2.8rem, 4.65vw, 4.35rem); letter-spacing: -.052em; }
h2 { font-size: clamp(2rem, 3.1vw, 2.7rem); letter-spacing: -.04em; }
h3 { font-size: 1.4rem; letter-spacing: -.025em; }
p { text-wrap: pretty; }
.container { width: min(var(--content), calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow { font-size: .75rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; line-height: 1.6; margin-bottom: 24px; color: var(--brand); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 101px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1rem; line-height: 1.3; font-weight: 650; letter-spacing: -.025em; flex-shrink: 0; }
.brand img { object-fit: contain; }
.brand-second { display: block; }
.main-nav { display: flex; gap: 32px; align-items: center; font-size: .875rem; }
.main-nav > a { padding-block: 12px; }
.main-nav > a:hover { color: var(--brand); }
.main-nav .nav-contact { padding: 12px 18px; border: 1px solid var(--line); border-radius: 4px; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.2fr .9fr; gap: 60px; align-items: center; padding-block: 60px 66px; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; font-size: .75rem; letter-spacing: .1em; }
.small-line { display: inline-block; width: 24px; height: 2px; background: var(--brand); flex: 0 0 auto; }
.hero h1 span { color: var(--brand); }
.hero-description { font-size: 1.125rem; line-height: 1.75; color: var(--muted); max-width: 440px; margin-top: 27px; }
.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 32px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 15px 22px; border-radius: 4px; font-size: .875rem; font-weight: 550; min-height: 52px; transition: background .18s; }
.button-primary { color: var(--white); background: var(--brand); }
.button-primary:hover { background: var(--navy); }
.button span { font-size: 1.3rem; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: .875rem; font-weight: 550; min-height: 44px; text-decoration: underline; text-decoration-color: #c7c6d6; text-underline-offset: 6px; }
.text-link:hover { color: var(--brand); text-decoration-color: currentColor; }
.hero-note { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .8125rem; color: var(--muted); max-width: 440px; }
.hero-portrait { position: relative; padding-bottom: 32px; }
.portrait-frame { height: 550px; overflow: hidden; position: relative; background: #bebeb8; border-radius: 5px 5px 70px 5px; }
.portrait-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.portrait-label { position: absolute; inset: auto 0 0; padding: 64px 28px 65px; color: var(--white); background: linear-gradient(transparent, rgba(13,13,20,.84)); }
.portrait-label > span:first-child { font-size: 1.4rem; display: block; letter-spacing: -.025em; margin-bottom: 4px; }
.portrait-label > span:last-child { font-size: .8125rem; line-height: 1.5; display: block; }
.hero-portrait figcaption { position: absolute; bottom: 0; left: -32px; background: var(--navy); color: var(--white); padding: 16px 25px; font-family: Georgia, serif; font-size: 1.3rem; border-radius: 3px; display: flex; gap: 12px; align-items: center; }
.caption-mark { color: #aaa6f7; font-size: 2.6rem; line-height: .7; padding-top: 13px; }
.topic-strip { background: var(--navy); color: var(--white); }
.topic-strip .container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; font-size: .875rem; }
.topic-strip a { display: flex; align-items: center; justify-content: flex-start; gap: 14px; min-height: 73px; padding-block: 20px; }
.topic-strip svg { width: 16px; height: 16px; flex-shrink: 0; color: #a6a0f3; transition: transform .16s ease; }
.topic-strip a:focus-visible { outline-color: var(--white); outline-offset: -4px; }
@media (hover: hover) { .topic-strip a:hover svg { transform: translateX(3px); } }
.section-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.section-intro > p { color: var(--muted); max-width: 450px; }
.training-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.training-card { background: var(--pale); border: 1px solid #eeeeF3; padding: 30px 28px; border-radius: 5px; }
.card-top { display: flex; align-items: center; justify-content: space-between; color: var(--brand); margin-bottom: 30px; }
.card-top svg { width: 32px; height: 32px; }
.training-card h3 { margin-bottom: 20px; }
.training-card p { color: var(--muted); font-size: 1rem; line-height: 1.7; min-height: 104px; }
.training-card ul { margin: 20px 0 0; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: .8125rem; line-height: 1.65; }
.training-card li { margin-top: 9px; }
.training-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 26px; }
.training-bottom p { color: var(--muted); font-size: .875rem; }
.about-section { padding-block: 90px; background: var(--pale); border-block: 1px solid #ebebf0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.about-heading h2 { line-height: 1.18; font-size: clamp(2.3rem, 3.6vw, 3.1rem); }
.about-heading h2 span { color: var(--brand); }
.lead { font-size: 1.25rem; line-height: 1.65; letter-spacing: -.015em; }
.about-copy > p + p { margin-top: 24px; color: var(--muted); }
.about-copy blockquote { border-left: 2px solid var(--brand); padding-left: 24px; margin-block: 30px 20px; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.4; }
.about-copy cite { display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: .75rem; font-style: normal; color: var(--muted); margin-top: 10px; }
.expertise { display: grid; grid-template-columns: .8fr 1.3fr; gap: 85px; }
.expertise-intro > p:last-child { margin-top: 22px; color: var(--muted); }
.qualification { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px; padding-block: 25px; border-bottom: 1px solid var(--line); align-items: start; }
.qualification:first-child { padding-top: 0; }
.qualification h3 { font-size: 1rem; line-height: 1.5; letter-spacing: -.015em; }
.qualification p { color: var(--muted); font-size: .8125rem; margin-top: 4px; }
.qualification h3 a { text-decoration: underline; text-decoration-color: #c7c6d6; text-underline-offset: 4px; }
.qualification h3 a:hover { color: var(--brand); text-decoration-color: currentColor; }
.qualification-type { font-size: .6875rem; color: #6b6b77; line-height: 1.6; margin-top: 3px; }
.audience-section { padding-block: 75px; border-block: 1px solid var(--line); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.audience-groups, .training-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 110px; margin-top: 40px; }
.audience-groups h3, .training-details h3 { font-size: 1rem; line-height: 1.5; letter-spacing: -.015em; }
.audience-groups p, .training-details p { margin-top: 10px; color: var(--muted); }
.training-details { padding-top: 32px; border-top: 1px solid var(--line); }
@media (min-width: 1024px) {
  .audience-grid > .lead { margin-top: 36px; }
}
.contact-panel { background: var(--navy); color: var(--white); padding: 60px; border-radius: 6px; display: grid; grid-template-columns: 1fr 1fr; gap: 95px; }
.contact-panel .eyebrow { color: #c3bffd; }
.contact-panel h2 { font-size: clamp(2.2rem, 3.5vw, 3rem); }
.contact-panel h2 + p { color: #d4d2e8; font-size: 1rem; max-width: 380px; margin-top: 24px; }
.button-light { background: var(--white); color: var(--navy); margin-top: 28px; }
.button-light:hover { background: #e7e5ff; }
.contact-panel a:focus-visible { outline-color: #fff; }
.contact-details { padding-top: 35px; }
.contact-name { font-size: 1.3rem; }
.contact-name > span { display: block; font-size: .8125rem; color: #c3c0df; margin-top: 2px; }
.contact-details > a { display: grid; grid-template-columns: 1fr; align-items: center; border-bottom: 1px solid #514e87; padding-block: 20px; font-size: 1.35rem; line-height: 1.5; }
.contact-label { grid-column: 1 / -1; font-size: .75rem; color: #c3c0df; margin-bottom: 5px; }
.contact-details > a:hover { color: #d3cfff; }
.contact-note { color: #c3c0df; font-size: .75rem; margin-top: 23px; }
/* Licht contactvenster; showModal() houdt de achtergrond buiten de focusvolgorde. */
.contact-dialog { width: min(620px, calc(100% - 40px)); max-width: none; max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px); margin: auto; padding: 0; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--white); overflow: auto; overscroll-behavior: contain; }
.contact-dialog::backdrop { background: rgba(20, 19, 38, .45); }
.dialog-header { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 32px 12px; background: var(--white); }
.dialog-header h2 { font-size: 1.75rem; }
.dialog-close { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; margin-right: -10px; padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.dialog-close svg { width: 22px; height: 22px; }
.dialog-close:hover { color: var(--brand); }
.contact-main, .contact-form, .form-field { min-width: 0; }
.contact-form { margin: 0; padding: 0 32px 32px; }
.form-note { font-size: .8125rem; line-height: 1.65; color: var(--muted); }
.form-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 24px; margin-top: 20px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { display: block; font-size: .875rem; line-height: 1.6; }
.form-field label span { color: var(--muted); }
.form-field input, .form-field textarea { display: block; width: 100%; min-width: 0; min-height: 44px; padding: 8px 2px; border: 0; border-bottom: 1px solid #b7b5c7; border-radius: 0; background: transparent; color: var(--ink); font: inherit; font-size: 1rem; line-height: 1.6; caret-color: var(--brand); }
.form-field textarea { resize: vertical; min-height: 94px; }
.form-field input:focus-visible, .form-field textarea:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }
.form-field input:user-invalid, .form-field textarea:user-invalid { border-bottom-style: dashed; border-bottom-width: 2px; }
.contact-form .button { margin-top: 24px; border: 0; cursor: pointer; }
.contact-form .button:focus-visible { outline-color: var(--brand); }
.contact-form .button:disabled { opacity: .65; cursor: not-allowed; }
.form-note a { text-decoration: underline; text-underline-offset: 3px; }
.form-status { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 16px; font-size: .875rem; color: var(--muted); }
.form-status:focus { outline: none; }
.form-status:focus-visible { outline: 2px solid var(--brand); outline-offset: 6px; }
@media (min-width: 1024px) {
  .contact-dialog { width: 560px; }
  .dialog-header { padding-top: 20px; }
  .contact-form { padding-bottom: 24px; }
  .form-fields { margin-top: 16px; row-gap: 18px; }
  .contact-form .button { margin-top: 20px; }
}
.site-footer { padding-bottom: 25px; }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr 1fr; align-items: start; gap: 60px; padding-bottom: 48px; }
.footer-main .brand { font-size: .875rem; }
.footer-about > p { max-width: 320px; margin-top: 20px; font-size: .875rem; color: var(--muted); }
.footer-main h2 { font-size: .875rem; font-weight: 650; letter-spacing: 0; line-height: 1.65; margin-bottom: 15px; }
.footer-contact > a, .footer-links a { display: block; width: fit-content; padding-block: 8px; font-size: .875rem; color: var(--muted); }
.footer-contact > a:hover, .footer-links a:hover { color: var(--brand); text-decoration: underline; text-underline-offset: 4px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
.footer-social { margin-top: 24px; }
.footer-social h2 { margin-bottom: 8px; }
.social-icons { display: flex; flex-wrap: wrap; gap: 8px; margin-left: -12px; }
.social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: var(--muted); }
.social-icons svg { width: 20px; height: 20px; }
.social-facebook { --social-hover: #1877f2; }
.social-linkedin { --social-hover: #0a66c2; }
.social-instagram { --social-hover: #b52a78; }
.social-icons a:is(:hover, :focus-visible) { color: var(--social-hover); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 22px; color: var(--muted); font-size: .75rem; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); padding: 10px 20px; color: white; background: var(--navy); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (min-width: 1440px) { .hero { gap: 80px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .main-nav { gap: 22px; }
  .hero { gap: 38px; grid-template-columns: 1.1fr .9fr; }
  .portrait-frame { height: 500px; }
  .hero-actions { gap: 15px; }
  .section-intro, .about-grid, .audience-grid, .expertise { gap: 50px; }
  .audience-groups, .training-details { column-gap: 50px; }
  .training-card { padding: 26px 20px; }
  .training-card p { min-height: 126px; }
  .contact-panel { padding: 45px; gap: 50px; }
  .qualification { grid-template-columns: minmax(0, 1fr); }
  .qualification-type { grid-column: 1; width: fit-content; }
  .footer-main { gap: 32px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 100px; }
  .header-inner { min-height: 84px; gap: 20px; flex-wrap: wrap; }
  .brand { font-size: .875rem; }
  .brand img { width: 50px; height: 50px; }
  .main-nav { width: 100%; padding-bottom: 20px; flex-wrap: wrap; }
  .nav-enhanced .main-nav { display: none; }
  .nav-enhanced .main-nav.is-open { display: flex; }
  .menu-toggle:not([hidden]) { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); background: white; border-radius: 4px; min-height: 44px; padding: 8px 12px; font-size: .8125rem; cursor: pointer; }
  .menu-lines { width: 16px; height: 9px; border-block: 1px solid currentColor; }
  .hero { padding-block: 45px 50px; gap: 34px; grid-template-columns: 1fr 0.85fr; }
  h1 { font-size: clamp(2.6rem, 5.2vw, 3.2rem); }
  .hero .eyebrow { font-size: .75rem; }
  .hero-description { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-note { margin-top: 22px; }
  .portrait-frame { height: 460px; border-bottom-right-radius: 45px; }
  .hero-portrait figcaption { left: -20px; font-size: 1rem; padding: 14px 15px; }
  .topic-strip .container { font-size: .75rem; gap: 24px; }
  .section { padding-block: 70px; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .section-intro > p { max-width: 620px; }
  .training-grid { grid-template-columns: 1fr; gap: 14px; }
  .training-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; padding: 28px; }
  .card-top { grid-column: 1 / -1; margin-bottom: 22px; }
  .training-card h3 { grid-column: 1; }
  .training-card p { grid-column: 1; min-height: 0; }
  .training-card ul { grid-column: 2; grid-row: 2 / 4; margin: 0; padding-top: 0; border: 0; }
  .training-bottom { align-items: flex-start; }
  .about-section { padding-block: 65px; }
  .about-grid, .audience-grid { gap: 35px; }
  .audience-groups, .training-details { column-gap: 35px; }
  .about-heading h2 { font-size: 2.1rem; }
  .lead { font-size: 1.125rem; }
  .expertise { grid-template-columns: 1fr; gap: 35px; }
  .qualification { grid-template-columns: minmax(0, 1fr) auto; }
  .qualification-type { grid-column: auto; }
  .contact-panel { padding: 35px; gap: 35px; }
  .contact-details { padding-top: 0; }
  .contact-details > a { font-size: 1.15rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .footer-about > p { max-width: 440px; }
  .footer-bottom { flex-wrap: wrap; font-size: .75rem; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 78px; gap: 10px; }
  .brand { gap: 7px; font-size: .8125rem; }
  .brand img { width: 44px; height: 44px; }
  .main-nav { flex-direction: column; align-items: stretch; gap: 3px; font-size: 1rem; }
  .main-nav > a { padding: 11px 12px; }
  .main-nav .nav-contact { margin-top: 7px; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding-top: 40px; }
  h1 { font-size: clamp(2.65rem, 9.9vw, 3.6rem); }
  .hero .eyebrow { font-size: .75rem; margin-bottom: 22px; }
  .hero-description { max-width: 440px; font-size: 1rem; margin-top: 23px; }
  .hero-actions { margin-top: 25px; }
  .hero-note { margin-top: 20px; padding-top: 16px; }
  .hero-portrait { padding-bottom: 25px; width: 100%; }
  .portrait-frame { height: 420px; }
  .portrait-frame > img { object-position: center top; }
  .portrait-label { padding: 65px 23px 60px; }
  .hero-portrait figcaption { left: 16px; bottom: 0; font-size: 1.15rem; padding: 13px 20px; }
  .topic-strip .container { grid-template-columns: 1fr; gap: 0; font-size: .8125rem; }
  .topic-strip a { min-height: 56px; padding-block: 16px; border-bottom: 1px solid #514e87; }
  .topic-strip a:last-child { border-bottom: 0; }
  .section { padding-block: 60px; }
  .eyebrow { margin-bottom: 18px; font-size: .75rem; }
  h2 { font-size: 2rem; }
  .training-card { display: block; padding: 27px 24px; }
  .training-card h3 { font-size: 1.4rem; margin-bottom: 15px; }
  .training-card ul { margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line); font-size: .875rem; }
  .training-bottom { flex-direction: column; gap: 7px; }
  .about-grid, .audience-grid, .contact-panel { grid-template-columns: 1fr; gap: 36px; }
  .about-heading h2 { font-size: 2.4rem; }
  .about-copy blockquote { font-size: 1.5rem; }
  .qualification { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .qualification-type { grid-column: 1; }
  .qualification h3 { font-size: 1rem; }
  .audience-section { padding-block: 60px; }
  .audience-groups, .training-details { grid-template-columns: 1fr; }
  .contact-panel { padding: 32px 25px; gap: 25px; }
  .contact-details { padding-top: 15px; }
  .contact-details > a { font-size: 1.25rem; }
  .contact-note { font-size: .8125rem; }
  .form-fields { grid-template-columns: 1fr; gap: 18px; }
  .contact-dialog { width: calc(100% - 24px); max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); }
  .dialog-header { padding: 18px 24px 12px; gap: 12px; }
  .dialog-header h2 { font-size: 1.5rem; }
  .contact-form { padding: 0 24px 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
  .footer-contact > a, .footer-links a { min-height: 44px; display: flex; align-items: center; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
