/* ---------- Hero V2 ---------- */
.hero-v2 { position: relative; overflow: hidden; padding: 150px 0 90px; background-color: var(--kami-color-cream); background-image: url("https://ckz.kamiwebdesign.nl/wp-content/uploads/2026/09/IT_BG.webp"); background-position: center; background-repeat: no-repeat; background-size: cover; isolation: isolate; }
.hero-v2::before { position: absolute; z-index: 0; inset: 0; content: ""; background: rgba(251, 244, 237, .52); pointer-events: none; }
.hero-v2 .site-container { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; min-height: 430px; }

/* ---------- Hero V2 Content ---------- */
.hero-v2__content { position: relative; z-index: 3; width: 100%; max-width: 760px; margin: 0 auto; text-align: center; }
.hero-v2__eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--kami-color-rose); font-family: var(--kami-font-sans); font-size: 13px; line-height: 1.2; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-v2__eyebrow::before, .hero-v2__eyebrow::after { width: 32px; height: 2px; content: ""; background: var(--kami-color-rose); border-radius: 999px; }
.hero-v2__title { max-width: 820px; margin: 0 auto 26px; color: var(--kami-color-text); font-family: var(--kami-font-serif); font-size: clamp(46px, 4.8vw, 64px); line-height: 1.02; font-weight: 500; letter-spacing: -.035em; text-wrap: balance; }
.hero-v2__title em { color: var(--kami-color-rose-dark); font-weight: 500; }
.hero-v2__text { max-width: 650px; margin: 0 auto; color: var(--kami-color-text-soft); font-family: var(--kami-font-sans); font-size: 16px; line-height: 1.8; }
.hero-v2__text p { margin: 0; }
.hero-v2__text p + p { margin-top: 16px; }

/* ---------- Hero V2 Actions ---------- */
.hero-v2__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; margin-top: 32px; }
.hero-v2__actions .button { min-height: 52px; padding-right: 28px; padding-left: 28px; }
.hero-v2__actions .button--primary { color: #fff; background: var(--kami-color-rose); border-color: var(--kami-color-rose); }
.hero-v2__actions .button--primary:hover { color: #fff; background: var(--kami-color-rose-dark); border-color: var(--kami-color-rose-dark); text-decoration: none; transform: translateY(-2px); }
.hero-v2__actions .button--secondary { color: var(--kami-color-rose-dark); background: rgba(255, 255, 255, .45); border-color: rgba(214, 160, 167, .42); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.hero-v2__actions .button--secondary:hover { color: #fff; background: var(--kami-color-rose); border-color: var(--kami-color-rose); text-decoration: none; transform: translateY(-2px); }

/* ---------- Hero V2 Gallery ---------- */
.hero-v2__gallery { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.hero-v2__image { position: absolute; overflow: hidden; width: 190px; height: 220px; margin: 0; background: #fff; border: 5px solid rgba(255, 255, 255, .92); border-radius: 26px; box-shadow: 0 20px 48px rgba(73, 53, 50, .11); }
.hero-v2__image-element { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-v2__image--1 { top: 20px; left: 102px; transform: rotate(-5deg); }
.hero-v2__image--2 { top: 177px; left: 22px; transform: rotate(-20deg); }
.hero-v2__image--3 { top: 20px; right: 102px; transform: rotate(5deg); }
.hero-v2__image--4 { top: 177px; right: 22px; transform: rotate(20deg); }

/* ---------- Hero V2 Responsive ---------- */
@media (min-width: 1400px) {
.hero-v2__image--1, .hero-v2__image--2 { margin-left: -50px; }
.hero-v2__image--3, .hero-v2__image--4 { margin-right: -50px; }
}

@media (max-width: 1280px) {
.hero-v2 { padding: 140px 0 84px; }
.hero-v2 .site-container { min-height: 410px; }
.hero-v2__content { max-width: 680px; }
.hero-v2__title { font-size: clamp(44px, 4.6vw, 60px); }
.hero-v2__image { width: 168px; height: 195px; border-width: 5px; border-radius: 24px; }
.hero-v2__image--1 { top: 24px; left: 66px; transform: rotate(-5deg); }
.hero-v2__image--2 { top: 166px; left: 4px; transform: rotate(-18deg); }
.hero-v2__image--3 { top: 24px; right: 66px; transform: rotate(5deg); }
.hero-v2__image--4 { top: 166px; right: 4px; transform: rotate(18deg); }
}

@media (max-width: 1100px) {
.hero-v2 { padding: 130px 0 76px; }
.hero-v2 .site-container { min-height: 370px; }
.hero-v2__content { max-width: 610px; }
.hero-v2__title { font-size: clamp(42px, 5vw, 54px); }
.hero-v2__text { max-width: 560px; font-size: 15px; }
.hero-v2__actions { margin-top: 28px; }
.hero-v2__image { width: 140px; height: 164px; border-width: 4px; border-radius: 21px; }
.hero-v2__image--1 { top: 30px; left: 46px; transform: rotate(-5deg); }
.hero-v2__image--2 { top: 150px; left: 0; transform: rotate(-16deg); }
.hero-v2__image--3 { top: 30px; right: 46px; transform: rotate(5deg); }
.hero-v2__image--4 { top: 150px; right: 0; transform: rotate(16deg); }
}

@media (max-width: 900px) {
.hero-v2 { padding: 118px 0 68px; }
.hero-v2 .site-container { min-height: 330px; }
.hero-v2__content { max-width: 540px; }
.hero-v2__title { font-size: clamp(38px, 5.5vw, 48px); }
.hero-v2__text { max-width: 500px; font-size: 14px; line-height: 1.75; }
.hero-v2__actions .button { min-height: 50px; padding-right: 24px; padding-left: 24px; }
.hero-v2__image { width: 106px; height: 126px; border-width: 3px; border-radius: 18px; }
.hero-v2__image--1 { top: 42px; left: 40px; transform: rotate(-4deg); }
.hero-v2__image--2 { top: 140px; left: 14px; transform: rotate(-14deg); }
.hero-v2__image--3 { top: 42px; right: 40px; transform: rotate(4deg); }
.hero-v2__image--4 { top: 140px; right: 14px; transform: rotate(14deg); }
}

@media (min-width: 768px) and (max-width: 900px) {
.hero-v2 { padding: 82px 0 46px; }
.hero-v2 .site-container { min-height: 285px; }
.hero-v2__image--1 { left: 46px; }
.hero-v2__image--2 { left: 20px; }
.hero-v2__image--3 { right: 46px; }
.hero-v2__image--4 { right: 20px; }
}

@media (max-width: 767px) {
.hero-v2 { padding: 105px 0 52px; background-color: var(--kami-color-cream); background-image: url("https://ckz.kamiwebdesign.nl/wp-content/uploads/2026/09/BG_mobile.webp"); background-position: center center; background-repeat: no-repeat; background-size: 100% auto; }
.hero-v2::before { background: rgba(246, 236, 229, .76); }
.hero-v2 .site-container { display: flex; flex-direction: column; align-items: stretch; min-height: 0; }
.hero-v2__content { order: 1; max-width: 100%; text-align: left; }
.hero-v2__eyebrow { margin-bottom: 16px; font-size: 12px; }
.hero-v2__eyebrow::before { width: 28px; }
.hero-v2__eyebrow::after { display: none; }
.hero-v2__title { max-width: 560px; margin: 0 0 22px; font-size: clamp(38px, 9vw, 48px); }
.hero-v2__text { max-width: 560px; margin: 0; font-size: 15px; line-height: 1.75; }
.hero-v2__actions { justify-content: flex-start; margin-top: 28px; }
.hero-v2__gallery { position: relative; order: 2; inset: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; margin-top: 34px; padding: 0 8px 8px; pointer-events: none; }
.hero-v2__image--2, .hero-v2__image--4 { display: none; }
.hero-v2__image--1, .hero-v2__image--3 { position: relative; top: auto; right: auto; bottom: auto; left: auto; display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; border-width: 3px; border-radius: 18px; transform: none; }
}

@media (max-width: 500px) {
.hero-v2 { padding: 72px 0 42px; }
.hero-v2__title { font-size: 39px; }
.hero-v2__text { font-size: 14px; line-height: 1.7; }
.hero-v2__actions { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 24px; }
.hero-v2__actions .button { width: 100%; min-height: 48px; padding-right: 18px; padding-left: 18px; }
.hero-v2__gallery { gap: 8px; margin-top: 28px; padding: 0 4px 6px; }
.hero-v2__image--1, .hero-v2__image--3 { aspect-ratio: 1 / 1; border-width: 2px; border-radius: 15px; }
}

@media (max-width: 380px) {
.hero-v2 { padding-top: 68px; }
.hero-v2__title { font-size: 34px; }
.hero-v2__gallery { gap: 7px; margin-top: 26px; padding-right: 2px; padding-left: 2px; }
.hero-v2__image--1, .hero-v2__image--3 { border-radius: 14px; }
}