/*
Theme Name: Vinclair Modern
Theme URI: https://vinclair.net/
Author: Vinclair Assurantiën
Description: Een modern, toegankelijk WordPress-thema voor Vinclair Assurantiën.
Version: 1.6.3
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: vinclair-modern
*/

:root {
  --background: #f4f1eb;
  --foreground: #171a1d;
  --card: #ffffff;
  --card-foreground: #171a1d;
  --popover: #ffffff;
  --popover-foreground: #171a1d;
  --primary: #c72d32;
  --primary-foreground: #ffffff;
  --secondary: #e9e5dd;
  --secondary-foreground: #171a1d;
  --muted: #e9e5dd;
  --muted-foreground: #656565;
  --accent: #d8b77b;
  --accent-foreground: #171a1d;
  --destructive: #b42318;
  --border: #d9d4ca;
  --input: #d9d4ca;
  --ring: #c72d32;
  --radius: 0.25rem;
  --ink: #171a1d;
  --red: #c72d32;
  --red-dark: #a61f25;
  --cream: #f4f1eb;
  --paper: #fcfbf8;
  --gold: #d8b77b;
  --line: #d9d4ca;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.admin-bar .site-header { top: 32px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgb(23 26 29 / 10%);
  background: rgb(252 251 248 / 94%);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 16px; width: max-content; }
.brand-mark { width: 126px; height: 82px; object-fit: contain; mix-blend-mode: multiply; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.9rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: #6c6b68; font-size: .84rem; letter-spacing: .035em; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: .86rem; font-weight: 650; }
.desktop-nav ul { display: flex; align-items: center; gap: 32px; margin: 0; padding: 0; list-style: none; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--red); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; }
.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { cursor: pointer; font-weight: 750; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 44px; width: 220px; padding: 10px; background: white; box-shadow: 0 18px 45px rgb(23 26 29 / 16%); border-top: 3px solid var(--red); }
.mobile-menu nav ul { margin: 0; padding: 0; list-style: none; }
.mobile-menu nav a { display: block; padding: 11px 12px; font-weight: 650; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-weight: 750;
  font-size: .88rem;
  line-height: 1.2;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; }
.button--small { min-height: 44px; padding: 11px 18px; }
.button--primary { color: white; background: var(--red); }
.button--primary:hover { background: var(--red-dark); }
.button--white { color: var(--ink); background: white; }
.button--outline-light { color: white; border-color: rgb(255 255 255 / 50%); }
.button--outline-light:hover { border-color: white; }

.hero { position: relative; overflow: hidden; padding: 80px 0 76px; background: var(--paper); }
.hero::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: max(12px, calc((100vw - 1440px) / 2)); background: var(--red); }
.hero::after { content: 'V'; position: absolute; right: -2vw; bottom: -26vw; color: rgb(199 45 50 / 4%); font: 700 52vw/1 Georgia, serif; pointer-events: none; }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(56px, 8vw, 106px); }
.hero-copy { padding: 18px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: currentColor; }
.eyebrow--light { color: #e7c68b; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 680px; font-size: clamp(2.85rem, 4.8vw, 4.8rem); }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.hero-intro { max-width: 610px; margin: 32px 0; color: #5a5b5b; font-size: 1.12rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.phone-link { display: inline-flex; align-items: center; gap: 12px; }
.phone-link > span:first-child { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.phone-link svg { width: 17px; }
.phone-link > span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.phone-link small { color: #757575; font-size: .72rem; }
.phone-link strong { margin-top: 5px; font-size: .94rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: #575755; font-size: .78rem; font-weight: 650; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 15px; color: var(--red); }
.hero-visual { position: relative; min-height: 0; aspect-ratio: 1.25; }
.image-frame { position: absolute; inset: 0 28px 26px 0; overflow: hidden; background: #dedbd5; }
.image-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(140deg, transparent 50%, rgb(23 26 29 / 28%)); }
.image-frame img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.78) contrast(1.03); }
.location-chip { position: absolute; z-index: 2; left: -48px; bottom: 0; display: flex; align-items: center; gap: 12px; min-width: 250px; padding: 17px 20px; background: white; box-shadow: 0 18px 50px rgb(23 26 29 / 15%); }
.location-chip svg { width: 22px; color: var(--red); }
.location-chip span { display: flex; flex-direction: column; line-height: 1.2; }
.location-chip small { color: #777; font-size: .7rem; }
.location-chip strong { margin-top: 3px; font-size: .87rem; }
.experience-seal { position: absolute; z-index: 2; top: -28px; right: 0; width: 124px; height: 124px; display: grid; place-content: center; text-align: center; color: white; background: var(--red); border-radius: 50%; box-shadow: 0 12px 30px rgb(122 20 24 / 22%); transform: rotate(5deg); }
.experience-seal strong { font: 400 2.4rem/.95 Georgia, serif; }
.experience-seal span { margin-top: 5px; font-size: .65rem; font-weight: 750; line-height: 1.15; letter-spacing: .08em; text-transform: uppercase; }

.trust-bar { color: white; background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 24px; border-right: 1px solid rgb(255 255 255 / 13%); }
.trust-grid > div:first-child { border-left: 1px solid rgb(255 255 255 / 13%); }
.trust-grid svg { width: 25px; color: var(--gold); stroke-width: 1.5; }
.trust-grid span { display: flex; flex-direction: column; line-height: 1.25; }
.trust-grid strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }
.trust-grid small { margin-top: 4px; color: #a9a9a7; font-size: .7rem; }

.section { padding: 110px 0; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading h2, .approach-intro h2, .story-copy h2, .documents-grid h1, .documents-grid h2, .contact-main h2 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
.split-heading > p { max-width: 460px; margin: 0 0 5px; color: #61615f; line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-card { min-height: 380px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px 36px; overflow: hidden; position: relative; }
.service-card::after { content: ''; position: absolute; width: 230px; height: 230px; right: -110px; top: -100px; border: 1px solid currentColor; border-radius: 50%; opacity: .12; }
.service-card--red { color: white; background: var(--red); }
.service-card--ink { color: white; background: var(--ink); }
.service-card--light { background: white; }
.service-card--cream { background: #e4ded2; }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.card-top svg { width: 38px; height: 38px; stroke-width: 1.35; }
.card-top span { font: italic 1.35rem Georgia, serif; opacity: .55; }
.service-card h3 { margin: 0 0 14px; font: 400 2.3rem/1 Georgia, serif; }
.service-card p { max-width: 470px; margin: 0; opacity: .78; line-height: 1.65; }
.service-card > a { width: max-content; display: inline-flex; align-items: center; gap: 10px; margin-top: 32px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 750; }
.service-card > a svg { width: 15px; transition: transform .2s ease; }
.service-card > a:hover svg { transform: translateX(4px); }

.approach-section { color: white; background: var(--red); }
.approach-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(60px, 10vw, 140px); }
.approach-intro h2 em { color: #f2d9aa; }
.approach-intro > p:not(.eyebrow) { max-width: 440px; margin: 28px 0; color: rgb(255 255 255 / 75%); }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid; font-size: .85rem; font-weight: 750; }
.text-link svg { width: 16px; }
.steps-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgb(255 255 255 / 26%); }
.steps-list li { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 29px 0; border-bottom: 1px solid rgb(255 255 255 / 26%); }
.steps-list > li > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 48%); border-radius: 50%; font: italic 1.05rem Georgia, serif; }
.steps-list h3 { margin: 0 0 7px; font: 400 1.6rem/1.2 Georgia, serif; }
.steps-list p { margin: 0; color: rgb(255 255 255 / 72%); }

.story-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 90px; }
.story-number { min-height: 340px; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 42px; border: 1px solid var(--line); }
.story-number::before { content: ''; position: absolute; inset: 18px; border: 1px solid var(--red); }
.story-number span, .story-number strong { position: relative; z-index: 1; text-align: center; }
.story-number span { color: var(--red); font-size: .74rem; font-weight: 800; letter-spacing: .3em; }
.story-number strong { font: 400 clamp(4.5rem, 8vw, 7.2rem)/1 Georgia, serif; letter-spacing: -.07em; }
.story-copy h2 { margin-bottom: 34px; }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; color: #5c5c59; }
.story-columns p { margin: 0; }

.documents-section { padding: 95px 0; color: white; background: var(--ink); }
.documents-page { min-height: 62vh; }
.documents-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.documents-grid h1 em, .documents-grid h2 em { color: var(--gold); }
.document-list { border-top: 1px solid rgb(255 255 255 / 18%); }
.document-list a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 4px; border-bottom: 1px solid rgb(255 255 255 / 18%); color: #dededb; font-size: .88rem; }
.document-list a span { display: flex; align-items: center; gap: 13px; }
.document-list svg { width: 17px; color: var(--gold); transition: transform .2s ease; }
.document-list a:hover > svg { transform: translateX(4px); }

.contact-section { background: var(--cream); }
.contact-card { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; color: white; background: var(--red); box-shadow: 0 28px 80px rgb(23 26 29 / 12%); }
.contact-main { padding: clamp(42px, 7vw, 86px); }
.contact-main h2 em { color: #f2d9aa; }
.contact-main > p:not(.eyebrow) { max-width: 560px; margin: 26px 0 30px; color: rgb(255 255 255 / 78%); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-details { display: flex; flex-direction: column; justify-content: center; gap: 27px; padding: clamp(36px, 6vw, 70px); color: var(--ink); background: white; }
.contact-details > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; }
.contact-details svg { width: 22px; color: var(--red); stroke-width: 1.6; }
.contact-details p { display: flex; flex-direction: column; margin: 0; line-height: 1.5; }
.contact-details small { margin-bottom: 4px; color: #777; font-size: .7rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.contact-details strong, .contact-details a { font-size: .92rem; }
.map-link { display: inline-flex; align-items: center; gap: 8px; width: max-content; margin: 8px 0 0 47px; padding-bottom: 3px; border-bottom: 1px solid var(--red); color: var(--red); font-size: .82rem; font-weight: 750; }
.map-link svg { width: 15px; }
.statutory-names { margin: -2px 0 0 47px; padding-top: 22px; border-top: 1px solid var(--line); }
.statutory-names h3 { margin: 0 0 9px; color: #777; font-size: .7rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.statutory-names ul { list-style: none; margin: 0; padding: 0; }
.statutory-names li { font-size: .92rem; line-height: 1.6; }

.closing-days { margin-top: 22px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; padding: 46px 50px; border: 1px solid var(--line); background: var(--paper); }
.closing-days-intro { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; }
.closing-days-intro > svg { width: 34px; height: 34px; color: var(--red); stroke-width: 1.5; }
.closing-days-intro .eyebrow { margin-bottom: 13px; }
.closing-days-intro h3 { margin: 0; font: 400 2.15rem/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.closing-days-intro > div > p:last-child { max-width: 390px; margin: 17px 0 0; color: #666560; font-size: .92rem; line-height: 1.65; }
.closing-groups { display: grid; grid-template-columns: 1fr; }
.closing-group ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 38px; list-style: none; margin: 0; padding: 0; }
.closing-group li { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.closing-group time { font-weight: 700; }
.closing-group li span { color: #6e6d69; text-align: right; }

.site-footer { padding: 32px 0; background: var(--paper); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; }
.brand--footer .brand-mark { width: 48px; height: 34px; }
.brand--footer .brand-copy strong { font-size: .95rem; }
.footer-meta { display: flex; gap: 18px; color: #6d6c68; font-size: .72rem; }
.footer-meta span { display: flex; align-items: center; gap: 6px; }
.footer-meta svg { width: 14px; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 18px; color: #70706c; font-size: .7rem; }
.footer-links a { font-weight: 700; }

.content-page { min-height: 62vh; padding: 88px 0; background: var(--paper); }
.content-page article { max-width: 820px; }
.content-page h1 { margin-bottom: 32px; font-size: clamp(2.8rem, 6vw, 4.8rem); }
.content-page a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.entry-content { color: #454541; font-size: 1rem; }
.entry-content .has-small-font-size { font-size: 1rem !important; }
.entry-content p { margin: 0; }
.entry-content p + p { margin-top: 16px; }
.entry-content p > em:only-child { display: block; margin-top: 38px; color: var(--ink); font: 400 clamp(1.55rem, 3vw, 2rem)/1.2 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }

@media (max-width: 1160px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 0; width: min(760px, 100%); margin-left: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid rgb(255 255 255 / 13%); border-top: 1px solid rgb(255 255 255 / 13%); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid rgb(255 255 255 / 13%); }
  .split-heading, .story-grid, .documents-grid { grid-template-columns: 1fr; gap: 42px; }
  .closing-days { grid-template-columns: 1fr; gap: 38px; }
  .story-number { width: min(460px, 100%); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 112px; }
  .page-shell { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 96px; padding: 11px 16px; }
  .brand { gap: 12px; }
  .brand-mark { width: 82px; height: 54px; }
  .brand-copy strong { font-size: 1.3rem; }
  .brand-copy small { display: none; }
  .hero { padding: 58px 0 50px; }
  .hero-content { gap: 54px; }
  h1 { font-size: clamp(2.55rem, 11.5vw, 3.65rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 0; margin-bottom: 22px; }
  .image-frame { right: 0; bottom: 0; }
  .location-chip { left: 12px; bottom: -22px; min-width: 230px; }
  .experience-seal { width: 96px; height: 96px; top: -28px; right: 10px; }
  .experience-seal strong { font-size: 2rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; width: 100%; }
  .trust-grid > div { min-height: 104px; padding: 18px 15px; }
  .trust-grid > div:nth-child(odd) { border-left: 0; }
  .trust-grid > div:nth-child(n+3) { border-top: 1px solid rgb(255 255 255 / 13%); }
  .trust-grid svg { width: 21px; }
  .section { padding: 78px 0; }
  .split-heading { gap: 28px; margin-bottom: 38px; }
  .section-heading h2, .approach-intro h2, .story-copy h2, .documents-grid h1, .documents-grid h2, .contact-main h2 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 335px; padding: 28px; }
  .approach-grid { grid-template-columns: 1fr; gap: 50px; }
  .steps-list li { grid-template-columns: 50px 1fr; gap: 14px; }
  .story-grid { gap: 48px; }
  .story-number { min-height: 260px; }
  .story-columns { grid-template-columns: 1fr; gap: 20px; }
  .documents-section { padding: 76px 0; }
  .documents-grid { gap: 40px; }
  .document-list a { align-items: flex-start; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-main, .contact-details { padding: 38px 26px; }
  .statutory-names { margin-left: 0; }
  .contact-actions .button { width: 100%; }
  .closing-days { padding: 34px 25px; }
  .closing-days-intro { grid-template-columns: 36px 1fr; gap: 12px; }
  .closing-days-intro > svg { width: 28px; height: 28px; }
  .closing-group ul { grid-template-columns: 1fr; }
  .closing-group li { grid-template-columns: 1fr; gap: 2px; }
  .closing-group li span { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-meta { flex-direction: column; gap: 7px; }
  .footer-links { grid-column: auto; flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
