:root {
  --title-font: "Jost", sans-serif;
  --body-font: "Jost", sans-serif;
  --theme-color: #72806c;
  --theme-color2: #a5ae9e;
  --secondary-color: #a5ae9e;
  --secondary-color2: #eef0ea;
  --title-color: #28302a;
  --body-color: #5f675f;
  --smoke-color: #f3f1eb;
  --white-color: #fff;
  --warm-white: #fbfaf6;
  --sand: #e9e4d9;
  --ink: #28302a;
  --sage: #a5ae9e;
  --sage-dark: #687363;
  --shadow-soft: 0 24px 70px rgba(48, 57, 49, .11);
}

html { scroll-behavior: smooth; }
body { background: var(--warm-white); color: var(--body-color); font-size: 16px; line-height: 1.75; }
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 99999; background: var(--ink); color: #fff; padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.kc-shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.kc-eyebrow { display: inline-flex; align-items: center; color: var(--sage-dark); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.kc-topbar { background: var(--ink); color: rgba(255,255,255,.84); font-size: .85rem; }
.kc-topbar__inner { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.kc-topbar a:hover { color: #fff; }
.kc-topbar__meta { display: flex; align-items: center; gap: 26px; }
.kc-topbar i { color: var(--sage); margin-right: 7px; }
.kc-emergency { color: #fff; font-weight: 600; }

.kc-header { padding: 14px 0; background: #eef0ea; border-bottom: 0; position: sticky; top: 0; z-index: 1000; }
.kc-header__inner { min-height: 88px; padding-right: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow: hidden; background: var(--ink); border-radius: 10px; box-shadow: 0 14px 38px rgba(24,31,26,.13); }
.kc-brand { align-self: stretch; min-width: 220px; padding: 10px 22px; display: flex; align-items: center; background: #fff; }
.kc-brand img { width: 180px; height: auto; max-height: 64px; object-fit: contain; }
.kc-nav { display: flex; align-items: center; gap: 28px; }
.kc-nav a { position: relative; color: #fff; font-size: .9rem; font-weight: 600; }
.kc-nav > a:not(.kc-btn)::after,
.kc-nav-dropdown > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--sage); transition: right .25s ease; }
.kc-nav > a:hover::after,
.kc-nav > a[aria-current="page"]::after,
.kc-nav-dropdown > a:hover::after,
.kc-nav-dropdown > a[aria-current="page"]::after,
.kc-nav-dropdown--current > a::after { right: 0; }
.kc-nav-dropdown { position: relative; display: flex; align-items: center; align-self: stretch; }
.kc-nav-dropdown > a { display: inline-flex; align-items: center; gap: 7px; }
.kc-nav-dropdown > a i { color: var(--sage); font-size: .67rem; transition: transform .2s ease; }
.kc-nav-dropdown__menu { position: absolute; top: calc(100% - 7px); left: 50%; z-index: 20; width: 230px; padding: 10px; background: #fff; border-top: 3px solid var(--sage); box-shadow: 0 18px 45px rgba(24,31,26,.2); opacity: 0; visibility: hidden; transform: translate(-50%, 12px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.kc-nav-dropdown__menu a { display: block; padding: 11px 13px; color: var(--ink); line-height: 1.35; }
.kc-nav-dropdown__menu a:hover,
.kc-nav-dropdown__menu a[aria-current="page"] { background: #eef0ea; color: var(--ink); }
.kc-nav-dropdown:hover .kc-nav-dropdown__menu,
.kc-nav-dropdown:focus-within .kc-nav-dropdown__menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.kc-nav-dropdown:hover > a i,
.kc-nav-dropdown:focus-within > a i { transform: rotate(180deg); }
.kc-btn, .vs-btn.kc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 23px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: .88rem; font-weight: 700; letter-spacing: .03em; text-transform: none; border-radius: 0; transition: .25s ease; }
.kc-btn:hover { background: var(--sage-dark); border-color: var(--sage-dark); color: #fff; transform: translateY(-2px); }
.kc-btn--light { color: var(--ink); background: #fff; border-color: #fff; }
.kc-btn--ghost { color: var(--ink); background: transparent; border-color: rgba(40,48,42,.28); }
.kc-btn--ghost:hover { background: var(--ink); border-color: var(--ink); }
.kc-header .kc-btn { background: var(--sage); border-color: var(--sage); color: var(--ink); }
.kc-menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: var(--sage); color: var(--ink); border-radius: 6px; font-size: 1.2rem; }

.hero-layout1.kc-hero { position: relative; overflow: hidden; padding: 0; background: linear-gradient(115deg, #eff1eb 0 58%, var(--sage) 58% 100%); }
.kc-hero::before { content: ""; position: absolute; width: 460px; height: 460px; left: -240px; top: -250px; border: 1px solid rgba(104,115,99,.2); border-radius: 50%; box-shadow: 0 0 0 58px rgba(104,115,99,.04), 0 0 0 116px rgba(104,115,99,.03); }
.kc-hero__grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; }
.kc-hero__copy { position: relative; z-index: 2; padding: 110px 8vw 100px 0; align-self: center; }
.kc-hero h1 { max-width: 760px; margin: 19px 0 24px; color: var(--ink); font-size: clamp(3rem, 5.3vw, 5.8rem); line-height: .99; letter-spacing: -.045em; }
.kc-hero h1 em { color: var(--sage-dark); font-weight: 400; }
.kc-hero__lead { max-width: 660px; margin: 0 0 33px; color: #566057; font-size: 1.13rem; line-height: 1.75; }
.kc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.kc-hero__media { position: relative; min-height: 690px; }
.kc-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: grayscale(1) contrast(.94); }
.kc-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(165,174,158,.88) 0, rgba(165,174,158,.15) 35%, rgba(40,48,42,.08) 100%); mix-blend-mode: multiply; }
.kc-hero__note { position: absolute; z-index: 2; right: 30px; bottom: 30px; width: 210px; padding: 24px; background: rgba(251,250,246,.93); color: var(--ink); box-shadow: var(--shadow-soft); }
.kc-hero__note strong { display: block; font-family: var(--body-font); font-size: 1.35rem; }

.kc-quick { position: relative; z-index: 4; margin-top: -58px; }
.kc-quick__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; background: transparent; }
.kc-quick__item { min-height: 132px; padding: 27px 30px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 17px; background: #fff; box-shadow: 0 16px 42px rgba(40,48,42,.09); transition: transform .25s ease, box-shadow .25s ease; }
.kc-quick__item:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(40,48,42,.13); }
.kc-quick__icon { width: 46px; height: 46px; display: grid; place-items: center; background: rgba(165,174,158,.22); color: var(--sage-dark); border-radius: 50%; font-size: 1.1rem; }
.kc-quick__item span { display: block; color: var(--sage-dark); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.kc-quick__item strong { display: block; color: var(--ink); font-family: var(--body-font); font-size: 1.3rem; line-height: 1.25; }
.kc-quick__arrow { color: var(--sage-dark); }

.kc-section { padding: 110px 0; }
.kc-section--sage { background: #eef0ea; }
.kc-section--dark { background: var(--ink); color: rgba(255,255,255,.72); }
.kc-title { max-width: 760px; margin-bottom: 48px; }
.kc-title--center { margin-inline: auto; text-align: center; }
.kc-title h2, .kc-page-hero h1 { color: var(--ink); font-size: clamp(2.35rem, 4vw, 4.25rem); line-height: 1.08; letter-spacing: -.035em; }
.kc-title h2 { margin: 14px 0 18px; }
.kc-title p { max-width: 650px; margin: 0; font-size: 1.06rem; }
.kc-title--center p { margin-inline: auto; }

.kc-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 7vw, 110px); }
.kc-intro__media { position: relative; padding: 0 0 44px 44px; }
.kc-intro__media::before { content: ""; position: absolute; inset: 44px 44px 0 0; background: var(--sage); }
.kc-intro__media img { position: relative; width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; filter: grayscale(1); box-shadow: var(--shadow-soft); }
.kc-intro__quote { position: absolute; z-index: 2; left: 0; bottom: 0; max-width: 270px; padding: 24px 28px; background: #fff; color: var(--ink); font-family: var(--body-font); font-size: 1.2rem; line-height: 1.45; box-shadow: var(--shadow-soft); }
.kc-intro__copy h2 { margin: 15px 0 24px; color: var(--ink); font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.08; }
.kc-intro__copy p { margin-bottom: 20px; }
.kc-signature { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(40,48,42,.12); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.kc-signature strong { color: var(--ink); font-family: var(--body-font); font-size: 1.2rem; }

.kc-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.kc-service-card { min-height: 310px; padding: 37px 30px 31px; display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(40,48,42,.09); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.kc-service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-soft); background: #fbfcf9; }
.kc-service-card__num { color: var(--sage-dark); font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.kc-service-card i { margin: 28px 0 35px; color: var(--sage-dark); font-size: 2rem; }
.kc-service-card h3 { margin: auto 0 12px; color: var(--ink); font-size: 1.55rem; }
.kc-service-card p { margin: 0 0 20px; line-height: 1.6; }
.kc-service-card__link { color: var(--ink); font-size: .85rem; font-weight: 700; }

.kc-values { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(40,48,42,.12); border-bottom: 1px solid rgba(40,48,42,.12); }
.kc-value { padding: 45px 42px; border-right: 1px solid rgba(40,48,42,.12); }
.kc-value:last-child { border-right: 0; }
.kc-value span { display: block; margin-bottom: 8px; color: var(--sage-dark); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.kc-value h3 { margin-bottom: 10px; color: var(--ink); font-size: 1.4rem; }
.kc-value p { margin: 0; }

.kc-process { counter-reset: process; display: grid; grid-template-columns: repeat(4,1fr); }
.kc-process__step { position: relative; padding: 28px 30px 0; border-top: 1px solid rgba(255,255,255,.2); counter-increment: process; }
.kc-process__step::before { content: counter(process, decimal-leading-zero); display: grid; place-items: center; width: 48px; height: 48px; margin-top: -53px; margin-bottom: 32px; background: var(--sage); color: var(--ink); border-radius: 50%; font-weight: 700; }
.kc-process__step h3 { color: #fff; font-size: 1.35rem; }
.kc-process__step p { margin: 0; }
.kc-section--dark .kc-title h2, .kc-section--dark .kc-eyebrow { color: #fff; }

.kc-cta { position: relative; overflow: hidden; padding: 78px clamp(26px, 6vw, 86px); display: flex; justify-content: space-between; align-items: center; gap: 45px; background: var(--sage); color: var(--ink); }
.kc-cta::after { content: ""; position: absolute; width: 280px; height: 280px; right: -110px; top: -135px; border: 1px solid rgba(40,48,42,.2); border-radius: 50%; box-shadow: 0 0 0 48px rgba(40,48,42,.04); }
.kc-cta__copy { position: relative; z-index: 1; max-width: 750px; }
.kc-cta h2 { margin: 0 0 10px; color: var(--ink); font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.08; }
.kc-cta p { margin: 0; color: #485047; }
.kc-cta__actions { position: relative; z-index: 1; flex: 0 0 auto; display: flex; gap: 10px; }

.kc-page-hero { position: relative; overflow: hidden; padding: 100px 0 92px; background: #eef0ea; }
.kc-page-hero::after { content: ""; position: absolute; right: -80px; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(104,115,99,.19); border-radius: 50%; box-shadow: 0 0 0 62px rgba(104,115,99,.04), 0 0 0 124px rgba(104,115,99,.025); }
.kc-page-hero .kc-shell { position: relative; z-index: 1; }
.kc-page-hero h1 { max-width: 860px; margin: 16px 0 20px; }
.kc-page-hero p { max-width: 700px; margin: 0; font-size: 1.1rem; }
.kc-breadcrumbs { margin-top: 30px; color: #737c73; font-size: .82rem; }
.kc-breadcrumbs a { color: var(--sage-dark); }
.kc-breadcrumbs i { margin-inline: 8px; font-size: .65rem; }

.kc-content-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.kc-prose h2, .kc-prose h3 { color: var(--ink); }
.kc-prose h2 { margin: 0 0 24px; font-size: clamp(2.1rem, 3.5vw, 3.4rem); line-height: 1.13; }
.kc-prose h3 { margin: 35px 0 13px; font-size: 1.45rem; }
.kc-prose p { margin-bottom: 20px; }
.kc-prose ul { margin: 24px 0; padding: 0; list-style: none; }
.kc-prose li { position: relative; margin-bottom: 11px; padding-left: 28px; }
.kc-prose li::before { content: "\f00c"; position: absolute; left: 0; top: 1px; color: var(--sage-dark); font-family: "Font Awesome 6 Pro"; font-weight: 300; }
.kc-side-image { position: sticky; top: 130px; }
.kc-side-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1); }
.kc-side-image__card { margin: -62px 26px 0; position: relative; padding: 28px; background: var(--ink); color: rgba(255,255,255,.76); }
.kc-side-image__card strong { display: block; color: #fff; font-family: var(--body-font); font-size: 1.3rem; }

.kc-feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; margin-top: 35px; }
.kc-feature { padding: 25px; background: #fff; border: 1px solid rgba(40,48,42,.09); }
.kc-feature i { margin-bottom: 18px; color: var(--sage-dark); font-size: 1.5rem; }
.kc-feature strong { display: block; color: var(--ink); font-size: 1rem; }

.kc-faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(40px, 7vw, 90px); align-items: start; }
.kc-faq-intro { position: sticky; top: 130px; }
.kc-faq-intro h2 { margin: 14px 0 18px; color: var(--ink); font-size: clamp(2.25rem, 3.7vw, 3.5rem); }
.kc-faq { border-top: 1px solid rgba(40,48,42,.16); }
.kc-faq details { border-bottom: 1px solid rgba(40,48,42,.16); }
.kc-faq summary { position: relative; padding: 26px 52px 26px 0; cursor: pointer; color: var(--ink); font-family: var(--body-font); font-size: 1.24rem; font-weight: 600; list-style: none; }
.kc-faq summary::-webkit-details-marker { display: none; }
.kc-faq summary::after { content: "+"; position: absolute; right: 7px; top: 50%; transform: translateY(-50%); color: var(--sage-dark); font-family: "Jost", sans-serif; font-size: 1.55rem; font-weight: 400; }
.kc-faq details[open] summary::after { content: "−"; }
.kc-faq details p { padding: 0 52px 25px 0; margin: 0; }

.kc-partners { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.kc-partner { min-height: 245px; padding: 36px; background: #fff; border: 1px solid rgba(40,48,42,.1); display: flex; flex-direction: column; justify-content: space-between; }
.kc-partner__name { color: var(--ink); font-family: var(--body-font); font-size: 2rem; line-height: 1.1; }
.kc-partner__type { color: var(--sage-dark); font-size: .73rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.kc-partner p { margin: 20px 0 0; }
.kc-partner > .kc-btn { margin-top: 24px; }

.kc-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; }
.kc-contact-card, .kc-form-card { padding: clamp(30px, 5vw, 58px); background: #fff; box-shadow: 0 16px 55px rgba(48,57,49,.08); }
.kc-contact-card { background: var(--ink); color: rgba(255,255,255,.7); }
.kc-contact-card h2, .kc-form-card h2 { margin-bottom: 28px; font-size: clamp(2rem, 3vw, 3rem); }
.kc-contact-card h2 { color: #fff; }
.kc-contact-row { padding: 22px 0; display: grid; grid-template-columns: 38px 1fr; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.13); }
.kc-contact-row i { margin-top: 6px; color: var(--sage); font-size: 1.15rem; }
.kc-contact-row span { display: block; color: rgba(255,255,255,.55); font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.kc-contact-row strong, .kc-contact-row a { color: #fff; }
.kc-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.kc-field--wide { grid-column: 1 / -1; }
.kc-field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .83rem; font-weight: 700; }
.kc-field input, .kc-field textarea, .kc-field select { width: 100%; min-height: 54px; padding: 13px 16px; border: 1px solid rgba(40,48,42,.18); background: var(--warm-white); color: var(--ink); border-radius: 0; }
.kc-field textarea { min-height: 150px; resize: vertical; }
.kc-field input:focus, .kc-field textarea:focus, .kc-field select:focus { outline: 2px solid var(--sage); outline-offset: 2px; border-color: var(--sage-dark); }
.kc-consent { margin: 18px 0 22px; display: flex; align-items: flex-start; gap: 10px; font-size: .85rem; }
.kc-consent input { margin-top: 6px; }
.kc-form-status { margin-top: 15px; color: var(--sage-dark); font-weight: 600; }
.kc-map { height: 410px; }
.kc-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.9); }

.kc-widget-shell { min-height: 440px; padding: clamp(22px, 4vw, 48px); background: #fff; border: 1px solid rgba(40,48,42,.1); box-shadow: 0 14px 48px rgba(48,57,49,.07); }
.kc-widget-note { margin-bottom: 28px; padding: 18px 20px; display: flex; gap: 13px; background: #eef0ea; color: #4f594f; font-size: .9rem; }
.kc-widget-note i { color: var(--sage-dark); margin-top: 5px; }
#overledenen-overzicht, #overledene-detail, #webshop { min-height: 120px; }
.kc-widget-loading { padding: 30px; text-align: center; color: #778078; }
.kc-widget-error { padding: 24px; background: #f7f1ea; color: #684d3e; }

.kc-mobile-menu { position: fixed; inset: 0; z-index: 1500; background: rgba(40,48,42,.52); }
.kc-mobile-menu[hidden] { display: none; }
.kc-mobile-menu__panel { margin-left: auto; width: min(420px, 92%); height: 100%; padding: 28px; overflow-y: auto; background: var(--warm-white); box-shadow: -20px 0 60px rgba(0,0,0,.15); }
.kc-mobile-menu__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(40,48,42,.12); }
.kc-mobile-menu__head img { width: 210px; }
.kc-mobile-menu__close { width: 44px; height: 44px; border: 1px solid rgba(40,48,42,.18); background: transparent; color: var(--ink); }
.kc-mobile-menu__nav { padding: 30px 0; display: grid; }
.kc-mobile-menu__nav a { padding: 13px 2px; color: var(--ink); font-size: 1.08rem; font-weight: 600; border-bottom: 1px solid rgba(40,48,42,.09); }
.kc-mobile-submenu { border-bottom: 1px solid rgba(40,48,42,.09); }
.kc-mobile-submenu summary { padding: 13px 2px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--ink); cursor: pointer; font-size: 1.08rem; font-weight: 600; list-style: none; }
.kc-mobile-submenu summary::-webkit-details-marker { display: none; }
.kc-mobile-submenu summary i { color: var(--sage-dark); font-size: .78rem; transition: transform .2s ease; }
.kc-mobile-submenu[open] summary i { transform: rotate(180deg); }
.kc-mobile-submenu__links { margin: 0 0 10px 14px; padding-left: 17px; display: grid; border-left: 2px solid var(--sage); }
.kc-mobile-submenu__links a { padding: 10px 2px; border-bottom: 0; color: var(--sage-dark); font-size: .98rem; }
.kc-mobile-menu__contact { margin-top: 20px; padding: 22px; background: #eef0ea; }

.kc-footer { padding-top: 80px; background: #222923; color: rgba(255,255,255,.65); }
.kc-footer__grid { padding-bottom: 58px; display: grid; grid-template-columns: 1.15fr .85fr .85fr 1fr; gap: 50px; }
.kc-footer__brand img { width: 250px; margin-bottom: 22px; filter: brightness(0) invert(1); opacity: .8; }
.kc-footer h3 { margin: 3px 0 22px; color: #fff; font-size: 1.15rem; }
.kc-footer ul { margin: 0; padding: 0; list-style: none; }
.kc-footer li { margin-bottom: 10px; }
.kc-footer a:hover { color: var(--sage); }
.kc-footer__meta { padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .79rem; }
.kc-footer__legal { display: flex; gap: 22px; }

body.menu-open { overflow: hidden; }

/* Home One — adapted directly from the Thanatoz Envato Home 1 layout */
.home-one-kc { background: #fbfaf6; }
.home1-header { position: absolute; top: 54px; left: 0; z-index: 1000; width: 100%; }
.home1-header .header-style2 { min-height: 92px; padding-right: 24px; background: var(--ink); border: 0; border-radius: 10px; box-shadow: 0 18px 50px rgba(24,31,26,.16); }
.home1-header .header-logo { min-height: 92px; padding: 12px 26px; display: flex; align-items: center; background: #fff; border-radius: 10px 0 0 10px; }
.home1-header .header-logo img { width: 220px; max-height: 68px; object-fit: contain; }
.home1-header .main-menu > ul > li { margin: 0 12px; }
.home1-header .main-menu > ul > li > a { padding: 34px 0 28px; color: #fff; font-family: "Jost", sans-serif; font-size: .88rem; font-weight: 600; text-transform: none; }
.home1-header .main-menu > ul > li > a:hover,
.home1-header .main-menu > ul > li > a[aria-current="page"] { color: var(--sage); }
.home1-header .main-menu > ul > li > a[aria-current="page"] { border-bottom: 2px solid var(--sage); }
.home1-header .main-menu ul.sub-menu { min-width: 230px; padding: 10px; background: #fff; border-top: 3px solid var(--sage); border-bottom: 0; box-shadow: 0 18px 45px rgba(24,31,26,.2); }
.home1-header .main-menu ul.sub-menu li { padding: 0; }
.home1-header .main-menu ul.sub-menu li a { padding: 11px 13px; color: var(--ink); font-family: "Jost", sans-serif; font-size: .9rem; line-height: 1.35; }
.home1-header .main-menu ul.sub-menu li a::before { display: none; }
.home1-header .main-menu ul.sub-menu li a:hover { background: #eef0ea; color: var(--ink); }
.home1-header .main-menu li:focus-within > ul.sub-menu { z-index: 9; margin-top: 0; visibility: visible; opacity: 1; }
.home1-header .header-info { gap: 16px; }
.home1-header .contact-box { gap: 10px; }
.home1-header .contact-box .contact-icon { width: 45px; height: 45px; display: grid; place-items: center; background: var(--sage); color: var(--ink); border-radius: 50%; font-size: 1rem; }
.home1-header .contact-title { margin: 0; color: rgba(255,255,255,.64); font-family: "Jost", sans-serif; font-size: .68rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.home1-header .contact-number { margin: 0; }
.home1-header .contact-number a { color: #fff; font-size: .92rem; font-weight: 700; }
.home1-header-actions { display: flex; gap: 8px; }
.home1-icon-btn,
.home1-menu-btn { width: 48px; height: 48px; display: inline-grid; place-items: center; background: var(--sage); color: var(--ink); border: 0; border-radius: 6px; }
.home1-icon-btn:hover { background: #fff; color: var(--ink); }

.home1-hero { min-height: 720px; padding: 0; display: flex; align-items: center; overflow: hidden; background-color: #303a32; background-image: url('../img/kurt-coppens/website-11-hero-hq.jpg'); background-size: auto 100%; background-position: right center; background-repeat: no-repeat; }
.home1-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(29,37,31,.96) 0%, rgba(29,37,31,.82) 43%, rgba(29,37,31,.24) 72%, rgba(29,37,31,.1) 100%); }
.home1-hero .hero-content { max-width: 790px; padding: 190px 0 105px; }
.home1-hero .hero-content::after { left: -145%; width: 230%; background: linear-gradient(268deg, rgba(165,174,158,0) 0%, rgba(165,174,158,.38) 100%); }
.home1-hero .hero-subtitle { margin-bottom: 20px; color: #fff; font-size: .85rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.home1-hero .hero-title { max-width: 790px; margin-bottom: 24px; font-size: clamp(3.35rem, 5.8vw, 4.825rem); line-height: 1.04; letter-spacing: -.035em; text-transform: none; }
.home1-hero .hero-title .title-highlight { color: var(--sage); }
.home1-hero .hero-text { max-width: 640px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: 1.06rem; line-height: 1.75; text-transform: none; }
.home1-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.home1-hero .vs-btn { gap: 9px; background: var(--sage); color: var(--ink); }
.home1-hero .home1-btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.48); }
.home1-hero .home1-btn-outline:hover { background: #fff; color: var(--ink); }
.home1-family-link { display: inline-flex; align-items: center; gap: 9px; padding: 10px 4px; color: #fff; font-weight: 700; }
.home1-family-link:hover { color: var(--sage); }

.home1-about { position: relative; overflow: hidden; background: var(--warm-white); }
.home1-about .img-box1 { isolation: isolate; }
.home1-about .cross-image { aspect-ratio: 1; }
.home1-about .cross-image svg { display: block; width: 100%; height: 100%; filter: grayscale(1) contrast(.95); }
.home1-about .img-box1 .img2,
.home1-about .img-box1 .img3 { z-index: 2; width: 30.25%; aspect-ratio: 1; }
.home1-about .img-box1 .img2 img,
.home1-about .img-box1 .img3 img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.home1-about .title-area.style2 .sec-subtitle,
.home1-services .title-area.style2 .sec-subtitle,
.home1-faqs .title-area.style2 .sec-subtitle { color: var(--sage-dark); }
.home1-about .title-area.style2 .sec-subtitle.left-shape::before,
.home1-about .title-area.style2 .sec-subtitle.left-shape::after,
.home1-services .title-area.style2 .sec-subtitle.dots-shape::before,
.home1-services .title-area.style2 .sec-subtitle.dots-shape::after,
.home1-faqs .title-area.style2 .sec-subtitle.dots-shape::before,
.home1-faqs .title-area.style2 .sec-subtitle.dots-shape::after { background-color: var(--sage-dark); }
.home1-about .sec-title,
.home1-services .sec-title,
.home1-faqs .sec-title { color: var(--ink); text-transform: none; }
.home1-about .about-text { color: var(--body-color); font-size: 1.05rem; line-height: 1.75; text-transform: none; }
.home1-about .about-info1 { background-color: #59655b; }
.home1-about .about-info1:hover { background-color: #465148; }
.home1-about .info-title { color: #fff; font-size: 1.15rem; text-transform: none; }
.home1-about .list-style1 ul li { color: #3f4b43; font-size: 1.02rem; font-weight: 500; line-height: 1.65; text-transform: none; }
.home1-about .list-style1 ul li i { color: #5c6956; font-size: 1.05rem; opacity: 1; }
.home1-about .vs-btn { background: var(--ink); color: #fff; }
.home1-about-shape { opacity: .32; }

.home1-photo-story { overflow: hidden; padding: 108px 0; background: var(--ink); color: rgba(255,255,255,.76); }
.home1-photo-story__layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(48px, 7vw, 105px); }
.home1-photo-story .sec-subtitle { color: var(--sage); }
.home1-photo-story h2 { margin: 14px 0 22px; color: #fff; font-size: clamp(2.45rem, 4vw, 4.2rem); line-height: 1.06; }
.home1-photo-story p { margin-bottom: 30px; font-size: 1.06rem; }
.home1-photo-story .vs-btn { background: var(--sage); color: var(--ink); }
.home1-photo-collage { min-height: 590px; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(6, 1fr); gap: 12px; }
.home1-photo-collage figure { position: relative; overflow: hidden; margin: 0; border-radius: 2px; }
.home1-photo-collage figure:nth-child(1) { grid-area: 1 / 1 / 7 / 6; }
.home1-photo-collage figure:nth-child(2) { grid-area: 1 / 6 / 4 / 13; }
.home1-photo-collage figure:nth-child(3) { grid-area: 4 / 6 / 7 / 9; }
.home1-photo-collage figure:nth-child(4) { grid-area: 4 / 9 / 7 / 13; }
.home1-photo-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.home1-photo-collage figure:hover img { transform: scale(1.035); }
.home1-photo-collage figure:first-child img { filter: grayscale(1) contrast(.96); }

.home1-services { background-color: #eef0ea; background-size: cover; }
.home1-services .service-style1 { height: 100%; background: #fff; }
.home1-services .service-style1:hover,
.home1-services .service-style1:focus-within { background: var(--ink); }
.home1-services .service-img img { width: 100%; height: 300px; object-fit: cover; filter: grayscale(1); }
.home1-services .service-title { min-height: 3.05em; text-transform: none; }
.home1-services .service-title a { color: var(--ink); }
.home1-services .service-style1:hover .service-title a,
.home1-services .service-style1:focus-within .service-title a { color: #fff; }
.home1-services .vs-btn { background: var(--sage); color: var(--ink); }
.home1-services .service-style1:hover .vs-btn,
.home1-services .service-style1:focus-within .vs-btn { background: #fff; color: var(--ink); }

.home1-faqs { background: #fbfaf6; }
.home1-faqs .accordion-button { color: var(--ink); text-transform: none; }
.home1-faqs .accordion-body p { color: #f2f4ef; font-size: 1rem; line-height: 1.75; text-transform: none; }
.home1-faqs .accordion-button:not(.collapsed)::before { background-color: rgba(255,255,255,.55); }
.home1-faq-image > img { width: 100%; height: 600px; object-fit: cover; filter: grayscale(1); }
.home1-faq-image .img-info { min-width: 150px; padding: 20px 24px; background: var(--sage); color: var(--ink); }
.home1-faq-image .img-info p { margin: 0; font-family: var(--body-font); font-size: 1.35rem; line-height: 1.25; }
.home1-faq-link { margin: 24px 0 0; }
.home1-faq-link a { color: var(--ink); font-weight: 700; }

.home1-partners { padding: 74px 0; background: var(--sage); }
.home1-partners-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.home1-partners .sec-subtitle { color: var(--ink); }
.home1-partners h2 { max-width: 780px; margin: 9px 0 0; color: var(--ink); font-size: clamp(2rem, 3.4vw, 3.3rem); line-height: 1.12; }
.home1-partners .vs-btn { flex: 0 0 auto; background: var(--ink); color: #fff; }

.home1-contact-cta { padding: 82px 0; background: var(--ink); color: rgba(255,255,255,.74); }
.home1-contact-cta .hero-subtitle { margin-bottom: 10px; color: var(--sage); font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.home1-contact-cta h2 { margin: 0 0 12px; color: #fff; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.08; }
.home1-contact-cta p { margin: 0; }
.home1-contact-cta .vs-btn { background: var(--sage); color: var(--ink); }

.kc-gallery-hero { background: var(--ink); }
.kc-gallery-hero__grid { min-height: 620px; display: grid; grid-template-columns: .82fr 1.18fr; }
.kc-gallery-hero__copy { padding: 90px clamp(30px, 6vw, 90px) 90px max(24px, calc((100vw - 1320px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.kc-gallery-hero .kc-eyebrow { color: var(--sage); }
.kc-gallery-hero h1 { max-width: 660px; margin: 17px 0 22px; color: #fff; font-size: clamp(3rem, 5.2vw, 5.5rem); line-height: 1.02; }
.kc-gallery-hero p { max-width: 590px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.kc-gallery-hero__media { min-height: 620px; overflow: hidden; }
.kc-gallery-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1) contrast(.96); }
.kc-gallery-lead { padding: 95px 0 72px; }
.kc-gallery-lead__inner { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(40px, 8vw, 130px); align-items: start; }
.kc-gallery-lead h2 { margin: 0; color: var(--ink); font-size: clamp(2.2rem, 3.8vw, 3.9rem); line-height: 1.08; }
.kc-gallery-lead p { margin: 0; max-width: 720px; font-size: 1.1rem; }
.kc-photo-chapter { padding: 85px 0 105px; }
.kc-photo-chapter--sage { background: #eef0ea; }
.kc-photo-chapter--dark { background: var(--ink); color: rgba(255,255,255,.75); }
.kc-photo-chapter__head { max-width: 720px; margin-bottom: 42px; }
.kc-photo-chapter__head h2 { margin: 12px 0 10px; color: var(--ink); font-size: clamp(2.15rem, 3.5vw, 3.7rem); line-height: 1.08; }
.kc-photo-chapter--dark .kc-eyebrow { color: var(--sage); }
.kc-photo-chapter--dark .kc-photo-chapter__head h2 { color: #fff; }
.kc-photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 150px; grid-auto-flow: dense; gap: 14px; }
.kc-photo-card { position: relative; overflow: hidden; grid-column: span 4; grid-row: span 2; margin: 0; background: #dfe3dc; }
.kc-photo-card--wide { grid-column: span 8; }
.kc-photo-card--tall { grid-row: span 3; }
.kc-photo-card--feature { grid-column: span 8; grid-row: span 3; }
.kc-photo-card__button { width: 100%; height: 100%; padding: 0; display: block; border: 0; background: transparent; cursor: zoom-in; }
.kc-photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .65s ease; }
.kc-photo-card [data-gallery-image] { opacity: 0; transition: opacity .35s ease, transform .65s ease, filter .65s ease; }
.kc-photo-card [data-gallery-image].is-loaded { opacity: 1; }
.kc-photo-card__button::after { content: "\f00e"; position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; background: rgba(251,250,246,.9); color: var(--ink); border-radius: 50%; font-family: "Font Awesome 6 Pro"; font-weight: 300; opacity: 0; transform: translateY(6px); transition: .25s ease; }
.kc-photo-card:hover img { transform: scale(1.035); }
.kc-photo-card:hover .kc-photo-card__button::after,
.kc-photo-card__button:focus-visible::after { opacity: 1; transform: translateY(0); }
.kc-photo-card__button:focus-visible { outline: 3px solid var(--sage-dark); outline-offset: 3px; }
.kc-photo-chapter--dark .kc-photo-card__button:focus-visible { outline-color: var(--sage); }
.kc-photo-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 45px 18px 15px; color: #fff; font-size: .85rem; font-weight: 600; background: linear-gradient(transparent, rgba(25,31,26,.7)); pointer-events: none; }
.kc-photo-dialog { width: min(1180px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; background: transparent; overflow: visible; }
.kc-photo-dialog::backdrop { background: rgba(18,23,19,.9); backdrop-filter: blur(5px); }
.kc-photo-dialog__inner { position: relative; display: grid; place-items: center; }
.kc-photo-dialog img { display: block; max-width: 100%; max-height: 82vh; object-fit: contain; box-shadow: 0 26px 90px rgba(0,0,0,.35); }
.kc-photo-dialog__caption { margin: 14px 60px 0; color: #fff; text-align: center; }
.kc-photo-dialog__close { position: absolute; z-index: 2; top: -18px; right: -18px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.15rem; }
.kc-editorial-strip { padding: 0 0 105px; display: grid; grid-template-columns: .9fr 1.2fr .9fr; gap: 18px; align-items: center; }
.kc-editorial-strip figure { overflow: hidden; margin: 0; height: 360px; }
.kc-editorial-strip figure:nth-child(2) { height: 470px; }
.kc-editorial-strip img { width: 100%; height: 100%; object-fit: cover; }
.kc-editorial-strip--mono img { filter: grayscale(1) contrast(.96); }
.kc-photo-duo { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.kc-photo-duo figure { overflow: hidden; min-height: 470px; margin: 0; }
.kc-photo-duo figure:last-child { margin-top: 70px; min-height: 400px; }
.kc-photo-duo img { width: 100%; height: 100%; object-fit: cover; }
.kc-visit-strip { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; padding: 0 0 90px; }
.kc-visit-strip figure { height: 430px; margin: 0; overflow: hidden; }
.kc-visit-strip figure:last-child { height: 335px; margin-top: 95px; }
.kc-visit-strip img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1199px) {
  .kc-services { grid-template-columns: repeat(2, 1fr); }
  .kc-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1399px) {
  .home1-header .header-style2 { padding-right: 14px; }
  .home1-header .header-logo img { width: 185px; }
  .home1-header .main-menu > ul > li { margin: 0 8px; }
  .home1-header .main-menu > ul > li > a { font-size: .79rem; }
  .home1-header .contact-box { display: none; }
  .home1-menu-btn { margin-right: 4px; }
}

@media (min-width: 1200px) and (max-height: 900px) {
  .home1-hero { min-height: max(620px, calc(100svh - 42px)); }
  .home1-hero .hero-content { padding: clamp(132px, 18vh, 155px) 0 clamp(24px, 5vh, 42px); }
  .home1-hero .hero-subtitle { margin-bottom: 10px; }
  .home1-hero .hero-title { margin-bottom: 16px; font-size: clamp(3rem, 8.1vh, 4.2rem); line-height: 1.01; }
  .home1-hero .hero-text { margin-bottom: 20px; font-size: 1rem; line-height: 1.55; }
  .home1-hero-actions { gap: 10px; }
  .home1-hero-actions .vs-btn { padding: 14px 22px; }
  .home1-family-link { padding: 7px 4px; }
}

@media (max-width: 1199px) {
  .kc-nav { gap: 17px; }
  .kc-nav > a { display: none; }
  .kc-nav > .kc-nav-dropdown { display: none; }
  .kc-nav .kc-btn { display: inline-flex; }
  .kc-menu-toggle { display: inline-grid; place-items: center; }
}
@media (max-width: 991px) {
  .kc-shell { width: min(100% - 32px, 760px); }
  .kc-topbar__meta span:first-child { display: none; }
  .kc-header__inner { min-height: 82px; }
  .kc-brand { min-width: 200px; }
  .kc-brand img { width: 165px; }
  .kc-hero { background: #eff1eb; }
  .kc-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .kc-hero__copy { padding: 80px 0 72px; }
  .kc-hero__media { min-height: 520px; margin-inline: -16px; }
  .kc-quick { margin-top: 0; }
  .kc-quick__grid { grid-template-columns: 1fr; }
  .kc-quick__item { border: 0; }
  .kc-section { padding: 80px 0; }
  .kc-intro, .kc-content-grid, .kc-faq-grid, .kc-contact-grid { grid-template-columns: 1fr; }
  .kc-side-image, .kc-faq-intro { position: static; }
  .kc-intro__media { max-width: 600px; }
  .kc-values { grid-template-columns: 1fr; }
  .kc-value { border-right: 0; border-bottom: 1px solid rgba(40,48,42,.12); }
  .kc-value:last-child { border-bottom: 0; }
  .kc-process { grid-template-columns: repeat(2,1fr); row-gap: 70px; }
  .kc-cta { align-items: flex-start; flex-direction: column; }
  .kc-page-hero { padding: 76px 0 70px; }
  .home1-header { top: 54px; }
  .home1-header .header-style2,
  .home1-header .header-logo { min-height: 80px; }
  .home1-header .header-logo img { width: 190px; max-height: 58px; }
  .home1-hero { min-height: 680px; background-position: right center; }
  .home1-hero::before { background: linear-gradient(90deg, rgba(29,37,31,.95) 0%, rgba(29,37,31,.83) 58%, rgba(29,37,31,.36) 100%); }
  .home1-hero .hero-content { padding: 175px 0 90px; }
  .home1-about-shape { display: none; }
  .home1-faq-image > img { height: 500px; }
  .home1-partners-inner { align-items: flex-start; flex-direction: column; }
  .home1-photo-story__layout { grid-template-columns: 1fr; }
  .home1-photo-collage { min-height: 560px; }
  .kc-gallery-hero__grid { min-height: 0; grid-template-columns: 1fr; }
  .kc-gallery-hero__copy { padding: 78px 32px; }
  .kc-gallery-hero__media { min-height: 500px; }
  .kc-gallery-lead__inner { grid-template-columns: 1fr; gap: 24px; }
  .kc-photo-card { grid-column: span 6; }
  .kc-photo-card--wide, .kc-photo-card--feature { grid-column: span 12; }
}
@media (max-width: 575px) {
  .kc-shell { width: min(100% - 24px, 520px); }
  .kc-topbar__inner { justify-content: center; }
  .kc-topbar__meta { display: none; }
  .kc-header__inner { min-height: 74px; }
  .kc-header { padding: 10px 0; }
  .kc-header__inner { padding-right: 10px; }
  .kc-brand { min-width: 168px; padding: 8px 12px; }
  .kc-brand img { width: 145px; }
  .kc-nav .kc-btn { display: none; }
  .kc-hero__copy { padding: 64px 0 60px; }
  .kc-hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .kc-hero__lead { font-size: 1rem; }
  .kc-hero__actions .kc-btn { width: 100%; }
  .kc-hero__media { min-height: 410px; }
  .kc-hero__note { right: 14px; bottom: 14px; width: 185px; padding: 18px; }
  .kc-quick__item { padding: 25px 21px; grid-template-columns: 42px 1fr auto; }
  .kc-section { padding: 64px 0; }
  .kc-services, .kc-process, .kc-partners, .kc-feature-list, .kc-form-grid, .kc-footer__grid { grid-template-columns: 1fr; }
  .kc-title { margin-bottom: 34px; }
  .kc-intro__media { padding: 0 0 28px 24px; }
  .kc-intro__media::before { inset: 24px 24px 0 0; }
  .kc-intro__quote { max-width: 225px; padding: 19px 21px; font-size: 1.05rem; }
  .kc-value { padding: 31px 22px; }
  .kc-cta { padding: 48px 25px; }
  .kc-cta__actions { width: 100%; flex-direction: column; }
  .kc-cta__actions .kc-btn { width: 100%; }
  .kc-field--wide { grid-column: auto; }
  .kc-contact-card, .kc-form-card { padding: 30px 22px; }
  .kc-footer__grid { gap: 30px; }
  .kc-footer__meta { align-items: flex-start; flex-direction: column; }
  .kc-footer__legal { flex-wrap: wrap; }
  .home1-header { top: 50px; }
  .home1-header .container-style2 { width: calc(100% - 24px); }
  .home1-header .header-style2,
  .home1-header .header-logo { min-height: 72px; }
  .home1-header .header-logo { padding: 9px 14px; }
  .home1-header .header-logo img { width: 150px; max-height: 52px; }
  .home1-menu-btn { width: 44px; height: 44px; }
  .home1-hero { min-height: 650px; background-image: url('../img/kurt-coppens/website-11-hero-hq.jpg'); background-size: cover; background-position: 66% center; }
  .home1-hero .hero-content { padding: 125px 0 76px; }
  .home1-hero .hero-subtitle { margin-bottom: 18px; }
  .home1-hero .hero-title { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .home1-hero .hero-text { font-size: 1rem; }
  .home1-hero-actions { align-items: stretch; flex-direction: column; }
  .home1-hero-actions .vs-btn { width: 100%; }
  .home1-family-link { justify-content: center; }
  .home1-services .service-img img { height: 260px; }
  .home1-faq-image > img { height: 400px; }
  .home1-partners { padding: 58px 0; }
  .home1-partners .vs-btn { width: 100%; }
  .home1-contact-cta { padding: 62px 0; }
  .home1-photo-story { padding: 68px 0; }
  .home1-photo-collage { min-height: 540px; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(7, 1fr); gap: 8px; }
  .home1-photo-collage figure:nth-child(1) { grid-area: 1 / 1 / 5 / 2; }
  .home1-photo-collage figure:nth-child(2) { grid-area: 1 / 2 / 4 / 3; }
  .home1-photo-collage figure:nth-child(3) { grid-area: 5 / 1 / 8 / 2; }
  .home1-photo-collage figure:nth-child(4) { grid-area: 4 / 2 / 8 / 3; }
  .kc-gallery-hero__copy { padding: 64px 24px; }
  .kc-gallery-hero__media { min-height: 380px; }
  .kc-gallery-lead { padding: 65px 0 50px; }
  .kc-photo-chapter { padding: 62px 0 72px; }
  .kc-photo-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 118px; gap: 8px; }
  .kc-photo-card { grid-column: span 1; grid-row: span 2; }
  .kc-photo-card--wide { grid-column: span 2; grid-row: span 2; }
  .kc-photo-card--tall { grid-row: span 3; }
  .kc-photo-card--feature { grid-column: span 2; grid-row: span 3; }
  .kc-photo-card figcaption { padding: 38px 12px 10px; font-size: .75rem; }
  .kc-photo-card__button::after { opacity: 1; top: 10px; right: 10px; width: 36px; height: 36px; }
  .kc-photo-dialog__close { top: -12px; right: -5px; }
  .kc-photo-dialog__caption { margin-inline: 22px; }
  .kc-editorial-strip { grid-template-columns: 1fr 1fr; gap: 8px; padding-bottom: 68px; }
  .kc-editorial-strip figure, .kc-editorial-strip figure:nth-child(2) { height: 270px; }
  .kc-editorial-strip figure:first-child { grid-column: 1 / -1; height: 340px; }
  .kc-photo-duo, .kc-visit-strip { grid-template-columns: 1fr; gap: 10px; }
  .kc-photo-duo figure, .kc-photo-duo figure:last-child, .kc-visit-strip figure, .kc-visit-strip figure:last-child { min-height: 0; height: 330px; margin-top: 0; }
}
