/*
Theme Name: Communicatie voor Verzekeringen
Theme URI: https://communicatievoorverzekeringen.local
Author: GitHub Copilot
Description: Custom WordPress theme driven by ACF flexible content layouts.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: communicatievoorverzekeringen
*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
    --cvv-bg: #fdf8f3;
    --cvv-surface: #fffdf9;
    --cvv-surface-muted: #efe5db;
    --cvv-ink: #1d2730;
    --cvv-ink-soft: #55606a;
    --cvv-accent: #ef7c00;
    --cvv-accent-dark: #ab4129;
    --cvv-border: #d8cabc;
    --cvv-dark: #23313d;
    --cvv-salmon: #f2d2c8;
    --cvv-container: 1180px;
    --cvv-radius: 24px;
    --cvv-shadow: 0 18px 50px rgba(29, 39, 48, 0.08);
}

h1,
h2,
h3,
h4,
h5,
h6,
.cvv-page-title,
.cvv-section-heading h2,
.cvv-card__title,
.cvv-empty-state h2,
.cvv-faq-item__title,
.cvv-hero__title,
.cvv-branding__title {
    font-family: "Sansa Con Pro", "Manrope", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: var(--cvv-bg);
    color: var(--cvv-ink);
    line-height: 1.65;
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.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;
}

.cvv-site {
    min-height: 100vh;
}

.cvv-container {
    width: min(calc(100% - 2rem), var(--cvv-container));
    margin: 0 auto;
}

.cvv-site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    transform: translateY(0);
    transition: transform 220ms ease;
    will-change: transform;
    background: var(--cvv-bg);
}

.cvv-site-header.cvv-site-header--hidden {
    transform: translateY(-105%);
}

@media (prefers-reduced-motion: reduce) {
    .cvv-site-header {
        transition: none;
    }
}

.cvv-site-header__inner,
.cvv-site-footer__inner,
.cvv-card-grid,
.cvv-hero,
.cvv-highlight,
.cvv-contact,
.cvv-form,
.cvv-cta {
    display: grid;
    gap: 2rem;
}

.cvv-site-header__inner {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(1rem, 2.4vw, 2.75rem);
    padding: 0.55rem 0;
}

.cvv-branding {
    display: inline-flex;
    flex-direction: column;
    justify-self: start;
    width: fit-content;
    text-decoration: none;
}

.cvv-branding--logo {
    line-height: 0;
}

.cvv-branding__logo {
    width: auto;
    height: 34px;
    max-width: 100%;
}

.cvv-branding__title {
    display: block;
    font-size: clamp(1.3rem, 1rem + 1vw, 1.8rem);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.cvv-branding__tagline {
    display: block;
    color: var(--cvv-ink-soft);
    font-size: 0.95rem;
}

.cvv-menu {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.cvv-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(0.7rem, 1.4vw, 2rem);
    list-style: none;
    margin: 0;
    padding: 0;
}

.cvv-menu a,
.cvv-button,
input[type="submit"],
button {
    border-radius: 999px;
    text-decoration: none;
    transition: 180ms ease;
}

.cvv-menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.1rem;
    font-family: "Sansa Con Pro", "Manrope", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    width: clamp(138px, 16vw, 184px);
    min-height: 46px;
    padding: 0.1rem 0.35rem;
    color: #8f8c8a;
    font-size: clamp(1rem, 0.94rem + 0.25vw, 1.12rem);
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
}

.cvv-menu a::before {
    content: "BEN JIJ";
    display: block;
    font-family: "Manrope", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    line-height: 1;
    color: #a9a5a2;
}

.cvv-menu .current-menu-item>a::before,
.cvv-menu .current_page_item>a::before,
.cvv-menu .current-menu-parent>a::before,
.cvv-menu .current-menu-ancestor>a::before,
.cvv-menu .current-page-ancestor>a::before {
    content: "JE BENT";
}

.cvv-menu a:hover,
.cvv-menu .current-menu-item>a {
    color: #121212;
    background: transparent;
}

.cvv-menu a:hover::before,
.cvv-menu .current-menu-item>a::before {
    color: #8f8c8a;
}

.cvv-header-cta {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    min-height: 40px;
    padding: 0.45rem 0.8rem;
    border-radius: 8px;
    background: #000 !important;
    color: #fff;
    line-height: 1;
    text-align: center;
    white-space: normal;
}

.cvv-header-cta__eyebrow {
    display: block;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cvv-accent) !important
}

.cvv-header-cta__label {
    display: block;
    margin-top: 0.12rem;
    font-size: 1.35rem;
    font-weight: 800;
}

.cvv-header-cta:hover {
    background: var(--cvv-accent-dark) !important;
}

.cvv-site-main {
    padding: 2rem 0 4rem;
}

.cvv-page-header {
    padding: 4rem 0 2rem;
}

.cvv-page-header--references {
    text-align: center;
}

.cvv-page-header--references .cvv-page-title {
    margin-inline: auto;
    max-width: none;
}

.cvv-category-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem 1.4rem;
    margin-top: 1.2rem;
}

.cvv-category-filters__link {
    color: #8f8c8a;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1;
}

.cvv-category-filters__link:hover,
.cvv-category-filters__link.is-active {
    color: #111;
}

.cvv-page-title,
.cvv-section-heading h2,
.cvv-card__title,
.cvv-empty-state h2 {
    line-height: 1.1;
    margin: 0;
}

.cvv-page-title {
    font-size: clamp(2.6rem, 1.8rem + 3vw, 4.8rem);
    max-width: 14ch;
}

.cvv-page-intro,
.cvv-section-intro,
.cvv-rich-text,
.cvv-card__content {
    color: var(--cvv-ink-soft);
}

.cvv-flexible {
    display: grid;
    gap: 0;
}

.cvv-section {
    padding: clamp(2rem, 4vw, 4rem);
    text-align: center;
}

.cvv-section--dark {
    background: var(--cvv-dark);
    color: #f6f0e8;
}

.cvv-section--dark .cvv-rich-text,
.cvv-section--dark .cvv-section-intro,
.cvv-section--dark .cvv-card__content,
.cvv-section--dark .cvv-meta {
    color: rgba(246, 240, 232, 0.78);
}

.cvv-section--gray {
    background: #e9ecef;
}

.cvv-section--zalm {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #dd8433;
    color: #fff;
    border-bottom-left-radius: clamp(3rem, 7vw, 6rem);
    padding: clamp(3.2rem, 8vw, 6.25rem) 1.25rem clamp(3.5rem, 7vw, 5.5rem);
    margin-top: 0;
    margin-bottom: 0;
}

.cvv-section--zalm .cvv-cta {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: clamp(1.7rem, 4vw, 2.7rem);
    width: min(calc(100% - 2rem), 1240px);
    margin: 0 auto;
}

.cvv-section--zalm .cvv-rich-text {
    text-align: center;
    color: rgba(255, 255, 255, 0.98);
}

.cvv-section--zalm .cvv-rich-text>* {
    margin-top: 0;
}

.cvv-section--zalm .cvv-rich-text>*:last-child {
    margin-bottom: 0;
}

.cvv-section--zalm .cvv-rich-text h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 1.2rem + 2.4vw, 3.5rem);
    line-height: 1.1;
    max-width: 50vw;
    margin-inline: auto;
}

.cvv-section--zalm .cvv-rich-text h1,
.cvv-section--zalm .cvv-rich-text h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.05rem, 1.6rem + 2.8vw, 5rem);
    line-height: 1.04;
    max-width: 17ch;
    margin-inline: auto;
}

.cvv-section--zalm .cvv-rich-text p {
    color: inherit;
}

.cvv-section--zalm .cvv-rich-text .cvv-button {
    border: 2px solid rgba(255, 255, 255, 0.82);
    background: transparent;
    color: #fff;
    margin-top: 1.5rem;
}

.cvv-section--zalm .cvv-rich-text .cvv-button:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.cvv-section--zalm .cvv-cta>div:empty {
    display: none;
}

.cvv-hero,
.cvv-highlight,
.cvv-contact,
.cvv-form,
.cvv-cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
}

.cvv-faq-section {
    text-align: left;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #000;
    border-top-left-radius: clamp(5rem, 3vw, 8rem);
    /* border-top-right-radius: clamp(1.6rem, 3vw, 2.6rem); */
    overflow: hidden;
}

.cvv-faq-list {
    display: grid;
    width: min(calc(100% - 2rem), var(--cvv-container));
    margin: 0 auto;
    gap: clamp(3.5rem, 6vw, 6rem);
}

.cvv-faq-item {
    display: grid;
    grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.35fr);
    gap: clamp(1.5rem, 3vw, 3.5rem);
    align-items: start;
}

.cvv-faq-item__question {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.cvv-faq-item__question .cvv-eyebrow {
    width: fit-content;
    margin-left: 0;
    margin-bottom: 0.9rem;
    background: transparent;
    color: #ef7c00;
    padding: 0;
}

.cvv-faq-item__title {
    width: fit-content;
    margin: 0;
    color: #f6f0e8;
    font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.6rem);
    line-height: 1.05;
}

.cvv-faq-item__answer {
    color: rgba(246, 240, 232, 0.74);
    max-width: 62ch;
}

.cvv-faq-item--with-label .cvv-faq-item__answer {
    padding-top: 2rem;
}

.cvv-faq-item__answer p:first-child {
    margin-top: 0;
}

.cvv-faq-item__answer p:last-child {
    margin-bottom: 0;
}

.cvv-faq-item+.cvv-faq-item {
    padding-top: clamp(1.8rem, 3vw, 2.6rem);
    border-top: 1px solid rgba(246, 240, 232, 0.14);
}

.cvv-section--testimonials {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(2.4rem, 5vw, 4.6rem) 1.25rem;
}

.cvv-testimonials {
    width: min(calc(100% - 2rem), 1120px);
    margin: 0 auto;
    display: grid;
    gap: clamp(2rem, 4vw, 3.6rem);
}

.cvv-testimonials--rotating {
    position: relative;
    gap: 0;
    min-height: var(--cvv-testimonial-height, auto);
}

.cvv-testimonials--rotating .cvv-testimonial {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(22px);
    pointer-events: none;
    transition: opacity 560ms ease, transform 560ms ease, visibility 0ms linear 560ms;
}

.cvv-testimonials--rotating .cvv-testimonial.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
    transition-delay: 0ms;
}

.cvv-testimonials--rotating .cvv-testimonial.is-exiting {
    visibility: visible;
    opacity: 0;
    transform: translateX(-22px);
}

.cvv-testimonial {
    display: grid;
    justify-items: center;
    gap: clamp(1.4rem, 3vw, 2.3rem);
}

.cvv-testimonial__quote {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 62ch;
    color: var(--cvv-ink-soft);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
    text-align: center;
    font-style: italic;
}

.cvv-testimonial__author {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.5vw, 2rem);
}

.cvv-testimonial__avatar {
    width: clamp(92px, 10vw, 168px);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    overflow: hidden;
    background: #d0d4d9;
    box-shadow: 0 8px 26px rgba(17, 17, 17, 0.1);
}

.cvv-testimonial__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cvv-testimonial__meta {
    text-align: left;
}

.cvv-testimonial__name {
    margin: 0;
    color: var(--cvv-accent);
    font-size: clamp(1.15rem, 0.98rem + 0.45vw, 1.65rem);
    font-weight: 700;
    line-height: 1.08;
}

.cvv-testimonial__company {
    margin: 0.2rem 0 0;
    color: #141414;
    font-size: clamp(1.05rem, 0.92rem + 0.35vw, 1.35rem);
    line-height: 1.1;
}

.cvv-section--usps {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #000;
    color: #f6f0e8;
    text-align: left;
    padding: clamp(2.6rem, 5vw, 4.6rem) 1.25rem;
}

.cvv-usps {
    width: min(calc(100% - 2rem), 980px);
    margin: 0 auto;
}

.cvv-usps__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.8vw, 1.25rem);
    align-items: start;
}

.cvv-usps__heading {
    margin: 0;
    padding-right: clamp(0.6rem, 2vw, 1.8rem);
}

.cvv-usps__eyebrow {
    display: inline-flex;
    margin-bottom: 0.65rem;
    color: var(--cvv-accent);
    font-size: clamp(0.92rem, 0.82rem + 0.2vw, 1.08rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cvv-usps__title {
    margin: 0;
    color: #f6f0e8;
    font-size: clamp(2rem, 1.35rem + 1.65vw, 3.4rem);
    line-height: 1.04;
}

.cvv-usps__cards {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.9rem, 1.9vw, 1.35rem);
}

.cvv-usps__card {
    padding: clamp(1.35rem, 2.4vw, 1.9rem);
    background: #f2efea;
    border-radius: clamp(1.6rem, 2vw, 2rem);
    color: #121212;
}

.cvv-section--usps--staggered .cvv-usps__card:nth-child(even) {
    transform: translateY(clamp(-0.2rem, -0.8vw, -0.65rem));
}


.cvv-section--usps--staggered .cvv-usps__layout {
    position: relative;
}

.cvv-section--usps--staggered .cvv-usps__heading {
    grid-column: 1;
    grid-row: 1;
    z-index: 2;
}

.cvv-section--usps--staggered .cvv-usps__cards {
    grid-column: 1 / -1;
    grid-row: 1;
    align-self: start;
    z-index: 1;
}

.cvv-section--usps--staggered .cvv-usps__cards::before {
    content: "";
    display: block;
}

.cvv-section--usps--staggered .cvv-usps__card {
    transform: none;
}

.cvv-section--usps--staggered .cvv-usps__card:nth-of-type(odd) {
    transform: translateY(clamp(5.55rem, 1.4vw, 1.45rem));
}

.cvv-section--usps--staggered .cvv-usps__card:nth-of-type(even) {
    transform: translateY(clamp(-0.2rem, -0.8vw, -0.65rem));
}

.cvv-section--usps--grid .cvv-usps__card {
    transform: none;
}

.cvv-usps__card-title {
    margin: 0 0 0.55rem;
    color: var(--cvv-accent);
    font-size: clamp(1.5rem, 1.05rem + 0.95vw, 2.2rem);
    line-height: 1.08;
}

.cvv-usps__card-text {
    margin: 0;
    color: #141414;
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.28rem);
    line-height: 1.38;
    max-width: 30ch;
}

.cvv-section--doelgroepen {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #FFFFFF;
    text-align: left;
    padding: clamp(2.4rem, 5vw, 4.5rem) 1.25rem;
}

.cvv-doelgroepen {
    width: min(calc(100% - 2rem), 1120px);
    margin: 0 auto;
    display: grid;
    gap: clamp(1.25rem, 2.8vw, 2rem);
}

.cvv-doelgroepen__heading {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1rem, 2.5vw, 2.1rem);
    align-items: start;
}

.cvv-doelgroepen__eyebrow {
    display: inline-flex;
    margin-bottom: 0.65rem;
    color: var(--cvv-accent);
    font-size: clamp(0.88rem, 0.8rem + 0.2vw, 1.02rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cvv-doelgroepen__title {
    margin: 0;
    color: #101010;
    font-size: clamp(2rem, 1.35rem + 1.8vw, 3.25rem);
    line-height: 1.03;
    padding-right: 20px;
}

.cvv-doelgroepen__intro {
    color: #808285;
    font-size: 1rem;
    line-height: 1.65;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cvv-doelgroepen__intro p:first-child {
    margin-top: 0;
}

.cvv-doelgroepen__intro p:last-child {
    margin-bottom: 0;
}

.cvv-doelgroepen__content {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1rem, 2.5vw, 2.1rem);
    align-items: start;
}

.cvv-doelgroepen__list {
    display: grid;
    gap: 0.7rem;
}

.cvv-doelgroepen__item {
    border-radius: 24px;
    background: #FDF8F3;
    overflow: hidden;
}

.cvv-doelgroepen__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.05rem 1.25rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #d87a25;
    font-size: clamp(1.2rem, 1rem + 0.5vw, 1.8rem);
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.cvv-doelgroepen__trigger:hover,
.cvv-doelgroepen__trigger:focus,
.cvv-doelgroepen__trigger:active {
    background: transparent;
    color: #d87a25;
}

.cvv-doelgroepen__trigger-main {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.cvv-doelgroepen__trigger-badge {
    width: clamp(2.4rem, 2rem + 0.7vw, 3rem);
    height: clamp(2.4rem, 2rem + 0.7vw, 3rem);
    overflow: hidden;
    flex: 0 0 auto;
}

.cvv-doelgroepen__trigger-badge-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cvv-doelgroepen__trigger-title {
    min-width: 0;
    font-family: "Sansa Con Pro", "Manrope", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cvv-doelgroepen__trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    font-size: 1.35rem;
    line-height: 1;
    color: #a8a9ab;
}

.cvv-doelgroepen__item.is-active .cvv-doelgroepen__trigger-icon {
    transform: rotate(45deg);
    color: #d87a25;
}

.cvv-doelgroepen__panel {
    padding: 0 1.25rem 1.25rem;
}

.cvv-doelgroepen__panel-text {
    color: #7a7c80;
    font-size: 1rem;
    line-height: 1.55;
}

.cvv-doelgroepen__panel-text p:first-child {
    margin-top: 0;
}

.cvv-doelgroepen__panel-text p:last-child {
    margin-bottom: 0;
}

.cvv-doelgroepen__media {
    position: relative;
    min-height: clamp(340px, 52vw, 620px);
    border-radius: 28px;
    overflow: hidden;
    background: #d6d9dd;
}

.cvv-doelgroepen__image {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 260ms ease;
}

.cvv-doelgroepen__image.is-active {
    opacity: 1;
    visibility: visible;
}

.cvv-doelgroepen__image img,
.cvv-doelgroepen__image-fallback {
    width: 100%;
    height: 100%;
}

.cvv-doelgroepen__image img {
    object-fit: cover;
}

.cvv-doelgroepen__image-fallback {
    display: grid;
    place-items: center;
    padding: 1.2rem;
    color: #8a8d90;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
}

.cvv-section--cases {
    padding-inline: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: left;
    overflow: hidden;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.cvv-cases {
    display: grid;
    gap: clamp(1.6rem, 3vw, 2.5rem);
}

.cvv-cases__heading {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    width: min(calc(100% - 2rem), var(--cvv-container));
    margin: 0 auto;
    align-items: start;
}

.cvv-cases__heading-main {
    padding-right: 3rem;
    text-align: right;
}

.cvv-cases__eyebrow {
    display: inline-flex;
    color: var(--cvv-accent);
    font-size: 2rem;
    font-size: clamp(0.88rem, 0.78rem + 0.25vw, 1.15rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cvv-cases__title {
    margin: 0.35rem 0 0;
    color: #0f0f0f;
    font-size: clamp(2rem, 1.45rem + 2vw, 4rem);
    line-height: 0.98;
    max-width: 100%;
}

.cvv-cases__intro {
    justify-self: start;
    align-self: center;
    font-size: 1rem;
    line-height: 1.65;
}

.cvv-cases__intro p:first-child {
    margin-top: 0;
}

.cvv-cases__intro p:last-child {
    margin-bottom: 0;
}

.cvv-cases__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.cvv-cases__track {
    --cvv-cases-shift: 0px;
    --cvv-cases-duration: 36s;
    display: flex;
    gap: clamp(0.45rem, 1vw, 0.75rem);
    width: max-content;
    padding-inline: 0;
    transform: translateX(0);
    will-change: transform;
}

.cvv-cases__viewport::-webkit-scrollbar {
    height: 8px;
}

.cvv-cases__viewport::-webkit-scrollbar-thumb {
    background: rgba(29, 39, 48, 0.2);
    border-radius: 999px;
}

.cvv-cases__card {
    flex: 0 0 clamp(280px, 37vw, 700px);
}

.cvv-cases__track .cvv-reference-card__link {
    border-radius: 28px;
}

.cvv-cases__viewport.cvv-cases__viewport--animated {
    overflow: hidden;
}

.cvv-cases__viewport.cvv-cases__viewport--animated .cvv-cases__track {
    animation: cvv-cases-drift var(--cvv-cases-duration) linear infinite;
}

.cvv-cases__viewport:hover .cvv-cases__track {
    animation-play-state: paused;
}

@keyframes cvv-cases-drift {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(var(--cvv-cases-shift) * -1));
    }
}

@media (prefers-reduced-motion: reduce) {
    .cvv-cases__viewport.cvv-cases__viewport--animated {
        overflow-x: auto;
    }

    .cvv-cases__viewport.cvv-cases__viewport--animated .cvv-cases__track {
        animation: none;
        transform: none;
    }
}

.cvv-hero--single {
    grid-template-columns: 1fr;
}

.cvv-hero--reversed,
.cvv-highlight--flipped {
    direction: rtl;
}

.cvv-hero--reversed>*,
.cvv-highlight--flipped>* {
    direction: ltr;
}

.cvv-eyebrow {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    color: var(--cvv-accent);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cvv-section-heading h2,
.cvv-hero__title {
    font-size: clamp(2rem, 1.2rem + 2.4vw, 3.5rem);
    max-width: 50vw;
    margin: 0 auto;
    line-height: 1.1;
}

.cvv-button,
input[type="submit"],
button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.85rem 1.35rem;
    border: 0;
    background: var(--cvv-accent);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.cvv-button:hover,
input[type="submit"]:hover,
button:hover {
    background: var(--cvv-accent-dark);
}

.cvv-media {
    overflow: hidden;
    border-radius: calc(var(--cvv-radius) - 6px);
    background: #dbc6b4;
}

.cvv-media--ratio-2-3 img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.cvv-media--ratio-4-3 img,
.cvv-media--landscape img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.cvv-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.cvv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cvv-card-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cvv-card-grid--1 {
    grid-template-columns: 1fr;
}

.cvv-card {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(216, 202, 188, 0.75);
    border-radius: 20px;
}

.cvv-card__title {
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
}

.cvv-loop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.cvv-loop-grid--references {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    margin-bottom: 3rem;
}

.cvv-reference-card {
    margin: 0;
}

.cvv-reference-card__link {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #d8d8d8;
    aspect-ratio: 4 / 3;
}

.cvv-reference-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.cvv-reference-card__link:hover .cvv-reference-card__image {
    transform: scale(1.025);
}

.cvv-reference-card__fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    text-align: center;
    color: #111;
    font-family: "Sansa Con Pro", "Manrope", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
}

.cvv-meta {
    color: var(--cvv-ink-soft);
    font-size: 0.95rem;
}

.cvv-contact-list,
.cvv-footer-contact {
    display: grid;
    gap: 0.75rem;
}

.cvv-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cvv-video,
.cvv-image-block {
    width: 100%;
    overflow: hidden;
    border-radius: calc(var(--cvv-radius) - 4px);
}

.cvv-video :where(video, iframe) {
    display: block;
    width: 100%;
    max-width: 100%;
}

.wp-video,
.wp-video-shortcode,
.wp-video .mejs-container {
    width: 100% !important;
    max-width: 100% !important;
}

.wp-video video,
video.wp-video-shortcode {
    display: block;
    width: 100% !important;
    height: auto;
}

.cvv-section--image .cvv-image-block,
.cvv-section--image .cvv-image-block img {
    width: 100%;
}

.cvv-section--fotogalerij,
.cvv-section--image,
.cvv-section--video {
    padding: 7px 0 !important;
}

.cvv-section--image .cvv-image-block {
    width: min(calc(100% - 2rem), 1120px);
    margin: 0 auto !important;
}

.cvv-fotogalerij {
    width: min(calc(100% - 2rem), 1120px);
    margin: 0 auto;
}

.cvv-fotogalerij__heading {
    margin-bottom: clamp(1.2rem, 2.4vw, 2rem);
    max-width: 72ch;
}

.cvv-fotogalerij__eyebrow {
    display: inline-flex;
    margin-bottom: 0.65rem;
    color: var(--cvv-accent);
    font-size: clamp(0.88rem, 0.8rem + 0.2vw, 1.02rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cvv-fotogalerij__title {
    margin: 0;
    color: #101010;
    font-size: clamp(2rem, 1.35rem + 1.8vw, 3.25rem);
    line-height: 1.03;
}

.cvv-fotogalerij__intro {
    margin-top: 0.9rem;
}

.cvv-fotogalerij__intro p:first-child {
    margin-top: 0;
}

.cvv-fotogalerij__intro p:last-child {
    margin-bottom: 0;
}

.cvv-fotogalerij__masonry {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: clamp(0.7rem, 1.2vw, 1rem);
}

.cvv-fotogalerij__item {
    display: block;
    width: 100%;
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    background: #d8d8d8;
}

.cvv-fotogalerij__masonry:has(.cvv-fotogalerij__item:nth-child(n+4)) .cvv-fotogalerij__item:nth-child(7n+1) {
    grid-column: span 2;
    grid-row: span 2;
}

.cvv-fotogalerij__masonry:has(.cvv-fotogalerij__item:nth-child(n+4)) .cvv-fotogalerij__item:nth-child(7n+3) {
    grid-column: span 2;
    grid-row: span 2;
}

.cvv-fotogalerij__masonry:not(:has(.cvv-fotogalerij__item:nth-child(2))) {
    grid-template-columns: 1fr;
}

.cvv-fotogalerij__masonry:has(.cvv-fotogalerij__item:nth-child(2)):not(:has(.cvv-fotogalerij__item:nth-child(3))) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cvv-fotogalerij__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cvv-form-shell {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    border: 1px solid rgba(216, 202, 188, 0.8);
}

.cvv-section--form {
    background: #e1832f;
    color: #fff;
    border-bottom-left-radius: clamp(2.2rem, 5vw, 3.5rem);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.cvv-section--form .cvv-form {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.2rem;
    width: min(calc(100% - 2rem), 760px);
    margin: 0 auto;
}

.cvv-section--form .cvv-section-heading {
    text-align: center;
}

.cvv-section--form .cvv-section-intro,
.cvv-section--form .cvv-rich-text,
.cvv-section--form .cvv-card__content {
    color: rgba(255, 255, 255, 0.95);
}

.cvv-section--form .cvv-eyebrow {
    background: transparent;
    color: #000;
    padding: 0;
}

.cvv-section--form .cvv-form-shell {
    width: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.cvv-section--form form,
.cvv-section--form .wpcf7-form {
    width: 100%;
}

.cvv-section--form p {
    margin: 0 0 0.75rem;
}

.cvv-section--form .cvv-form-row--2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.cvv-section--form .cvv-form-row--2 p {
    margin: 0;
}

.cvv-section--form p:last-child {
    margin-bottom: 0;
}

.cvv-section--form input,
.cvv-section--form textarea,
.cvv-section--form select {
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: transparent;
    color: #fff;
    border-radius: 8px;
}

.cvv-section--form textarea {
    min-height: 180px;
    resize: vertical;
}

.cvv-section--form input::placeholder,
.cvv-section--form textarea::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.cvv-section--form .wpcf7-form-control-wrap {
    display: block;
}

.cvv-section--form .wpcf7-submit,
.cvv-section--form input[type="submit"] {
    width: 100%;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 8px;
    min-height: 50px;
}

.cvv-section--form .wpcf7-submit:hover,
.cvv-section--form input[type="submit"]:hover {
    background: #111;
}

.cvv-site-footer {
    padding: 0.95rem 0;
    border-top: 0;
}

.cvv-site-footer__inner {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.25rem;
}

.cvv-footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.cvv-footer-logo img {
    width: 24px;
    height: 24px;
    display: block;
}

.cvv-footer-logo__fallback {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--cvv-accent);
}

.cvv-footer-copy {
    margin: 0;
    text-align: center;
    color: #8a8a8a;
    font-size: 0.84rem;
}

.cvv-footer-copy p {
    margin: 0;
}

.cvv-footer-copy a {
    color: inherit;
    text-decoration: underline;
}

.cvv-footer-social {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.cvv-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: var(--cvv-accent);
}

.cvv-footer-social svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.cvv-footer-social a:hover {
    color: #c96400;
}

.cvv-empty-state {
    padding: 4rem 0;
}

input,
textarea,
select {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid var(--cvv-border);
    border-radius: 14px;
    font: inherit;
    background: #fff;
}

blockquote {
    margin: 0;
    padding-left: 1rem;
    border-left: 4px solid rgba(214, 92, 64, 0.35);
}

@media (max-width: 960px) {

    .cvv-site-header__inner,
    .cvv-site-footer__inner,
    .cvv-hero,
    .cvv-highlight,
    .cvv-contact,
    .cvv-form,
    .cvv-cta,
    .cvv-card-grid,
    .cvv-card-grid--2 {
        grid-template-columns: 1fr;
    }

    .cvv-faq-item {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .cvv-testimonial__author {
        flex-direction: column;
        text-align: center;
    }

    .cvv-testimonial__meta {
        text-align: center;
    }

    .cvv-faq-item--with-label .cvv-faq-item__answer {
        padding-top: 0;
    }

    .cvv-faq-item__question {
        align-items: flex-start;
        text-align: left;
    }

    .cvv-faq-item__question .cvv-eyebrow {
        width: auto;
    }

    .cvv-faq-item__title,
    .cvv-faq-item__answer {
        max-width: none;
    }

    .cvv-cases__heading {
        grid-template-columns: 1fr;
    }

    .cvv-cases__intro {
        justify-self: start;
        align-self: start;
        max-width: 44ch;
    }

    .cvv-cases__track {
        padding-inline: 1rem;
    }

    .cvv-doelgroepen__heading,
    .cvv-doelgroepen__content {
        grid-template-columns: 1fr;
    }

    .cvv-doelgroepen__media {
        min-height: 300px;
    }

    .cvv-doelgroepen__trigger {
        font-size: clamp(1.15rem, 1rem + 0.5vw, 1.4rem);
    }

    .cvv-doelgroepen__intro {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cvv-fotogalerij__masonry {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cvv-fotogalerij__masonry .cvv-fotogalerij__item {
        grid-column: span 1;
        grid-row: span 1;
    }

    .cvv-fotogalerij__masonry:has(.cvv-fotogalerij__item:nth-child(n+4)) .cvv-fotogalerij__item:nth-child(7n+3) {
        grid-column: span 2;
        grid-row: span 2;
    }

    .cvv-usps__layout,
    .cvv-usps__cards {
        grid-template-columns: 1fr;
    }

    .cvv-section--usps--staggered .cvv-usps__heading,
    .cvv-section--usps--staggered .cvv-usps__cards {
        grid-column: auto;
        grid-row: auto;
        z-index: auto;
    }

    .cvv-section--usps--staggered .cvv-usps__cards::before {
        display: none;
    }

    .cvv-usps__heading {
        padding-right: 0;
    }

    .cvv-usps__card,
    .cvv-usps__card:nth-child(even),
    .cvv-usps__card:nth-child(odd):not(:first-child) {
        transform: none;
    }

    .cvv-section--usps--staggered .cvv-usps__card:nth-of-type(odd),
    .cvv-section--usps--staggered .cvv-usps__card:nth-of-type(even) {
        transform: none;
    }

    .cvv-site-header__inner {
        justify-items: start;
        gap: 0.75rem;
        padding: 0.8rem 0;
    }

    .cvv-menu {
        justify-content: start;
    }

    .cvv-menu a {
        width: auto;
        justify-content: flex-start;
        text-align: left;
    }

    .cvv-menu a::before {
        align-self: flex-start;
    }

    .cvv-header-cta {
        width: 100%;
    }

    .cvv-site-footer__inner {
        justify-items: center;
        gap: 0.6rem;
    }

    .cvv-footer-copy {
        order: 3;
    }
}

@media (max-width: 640px) {
    .cvv-site-main {
        padding-top: 1rem;
    }

    .cvv-section {
        padding: 1.5rem;
    }

    .cvv-page-header {
        padding-top: 2.4rem;
    }

    .cvv-category-filters {
        gap: 0.6rem 1rem;
    }

    .cvv-category-filters__link {
        font-size: 0.9rem;
    }

    .cvv-loop-grid--references {
        grid-template-columns: 1fr;
    }

    .cvv-cases__track {
        padding-inline: 0.75rem;
    }

    .cvv-cases__card {
        flex-basis: min(86vw, 340px);
    }

    .cvv-fotogalerij__masonry {
        grid-template-columns: 1fr;
    }

    .cvv-fotogalerij__item,
    .cvv-fotogalerij__masonry:has(.cvv-fotogalerij__item:nth-child(n+4)) .cvv-fotogalerij__item:nth-child(7n+1),
    .cvv-fotogalerij__masonry:has(.cvv-fotogalerij__item:nth-child(n+4)) .cvv-fotogalerij__item:nth-child(7n+3) {
        grid-column: auto;
        grid-row: auto;
        aspect-ratio: 1 / 1;
    }

    .cvv-section--form .cvv-form-row--2 {
        grid-template-columns: 1fr;
    }
}