/* One shared design for the Dutch and English site. */
@font-face {
    font-family: 'Source Sans 3'; font-style: normal; font-weight: 400 700; font-display: swap;
    src: url('/fonts/source-sans-3-latin.woff2') format('woff2');
}
@font-face {
    font-family: 'Source Sans 3'; font-style: normal; font-weight: 400 700; font-display: swap;
    src: url('/fonts/source-sans-3-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
    --bg: #f7f5ef; --surface: #fffefa; --surface-strong: #eeece3;
    --ink: #243c34; --ink-soft: #59615a; --line: #d7d9ce;
    --accent: #995438; --accent-dark: #7d4029; --accent-soft: #f0e3d8;
    --err: #a02e25; --err-soft: #fbece8; --ok: #28543b; --ok-soft: #e7efe5;
    --gutter: max(24px, calc((100% - 1184px) / 2));
    --serif: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 18px/1.65 'Source Sans 3', system-ui, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
svg { flex: none; }
a { color: inherit; text-decoration: none; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
button { color: inherit; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: anywhere; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(2.6rem, 4.3vw, 4.4rem); line-height: 1.08; letter-spacing: -.042em; }
h2 { font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1.15; letter-spacing: -.03em; }
h3 { font-size: 1.35rem; line-height: 1.3; font-weight: 600; }
::selection { background: #d9e3d2; color: #173126; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: 8px; left: 16px; transform: translateY(-150%); z-index: 100; padding: 10px 18px; background: var(--ink); color: #fff; }
.skip-link:focus { transform: translateY(0); }
.page, .shell { width: 100%; margin: 0; }
.eyebrow, .case-kicker, .blog-date, .post-date { color: var(--accent-dark); font: 600 .78rem/1.5 'Source Sans 3', sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.kw-header { position: sticky; top: 0; z-index: 60; background: var(--bg); border-bottom: 1px solid var(--line); }
.kw-header-inner { max-width: 1232px; margin: auto; padding: 19px 24px; display: flex; align-items: center; gap: 28px; }
.kw-logo { font: 400 1.6rem/1.2 var(--serif); letter-spacing: -.05em; white-space: nowrap; }
.kw-logo span { color: var(--accent); }
.kw-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 600; }
.kw-nav > a:not(.nav-cta), .nav-services > summary { padding: 8px 0; }
.kw-nav a:hover, .kw-nav a[aria-current='page'] { color: var(--accent); }
.nav-services { position: relative; }
.nav-services > summary { list-style: none; display: flex; align-items: center; gap: 9px; }
.nav-services > summary::-webkit-details-marker { display: none; }
.nav-services > summary::after { content: ''; width: 7px; height: 7px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg) translateY(-2px); }
.nav-services[open] > summary::after { transform: rotate(225deg) translate(-2px, -1px); }
.nav-services-menu { position: absolute; top: calc(100% + 12px); right: -24px; min-width: 266px; padding: 14px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 14px 26px #243c3410; }
.nav-services-menu a { display: block; padding: 9px 12px; }
.nav-services-menu a:hover { background: var(--surface-strong); }
.kw-nav .nav-cta { padding: 11px 17px; background: var(--ink); color: var(--surface); border-radius: 3px; }
.kw-nav .nav-cta:hover { background: var(--accent-dark); color: white; }
.kw-lang { font-size: .84rem; padding: 8px 0 8px 20px; border-left: 1px solid var(--line); white-space: nowrap; }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--line); border-radius: 3px; padding: 7px 12px; font-size: .9rem; }
.button, .button-secondary, .button-ghost, .work-primary { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 48px; padding: 12px 21px; border: 1px solid transparent; border-radius: 3px; font-size: 1rem; font-weight: 600; line-height: 1.4; transition: background .18s, color .18s; }
.button, .work-primary { background: var(--ink); color: var(--surface); }
.button:hover, .work-primary:hover { background: var(--accent-dark); color: white; }
.button:disabled { opacity: .65; cursor: wait; }
.button-secondary, .button-ghost { padding-left: 0; padding-right: 0; border-radius: 0; border-bottom: 1px solid var(--ink); color: var(--ink); }
.button-secondary:hover, .button-ghost:hover { color: var(--accent-dark); border-color: var(--accent-dark); }
.hero { padding: 70px var(--gutter) 76px; }
.hero-grid { display: grid; gap: 56px; align-items: center; grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr); }
.hero-grid > * { min-width: 0; }
.hero-grid > *:only-child { grid-column: 1 / -1; max-width: 850px; }
.byline { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--ink-soft); font-size: .9rem; line-height: 1.4; }
.byline img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.hero-subtitle { margin-top: 24px; max-width: 58ch; font-size: 1.16rem; line-height: 1.65; color: var(--ink-soft); }
.hero-actions { margin-top: 32px; display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; }
.hero-figure { margin: 0; min-width: 0; }
.browser { border: 1px solid #d2d4c8; border-radius: 5px; overflow: hidden; background: var(--surface); }
.browser-bar { display: flex; align-items: center; gap: 5px; padding: 10px 12px; border-bottom: 1px solid var(--line); background: #eeeee6; }
.browser-bar i { width: 5px; height: 5px; border-radius: 50%; background: #a8b0a2; }
.browser-url { flex: 1; text-align: center; padding-right: 20px; font-size: .7rem; color: #59615a; }
.browser img { width: 100%; height: auto; }
.hero-figure figcaption { margin-top: 14px; font-size: .83rem; color: var(--ink-soft); }
.home-hero { padding-top: 64px; padding-bottom: 58px; }
.home-hero h1 { font-size: clamp(2.8rem, 4.9vw, 4.8rem); margin-top: 20px; }
.home-hero h1 em { font-weight: 400; color: var(--accent-dark); }
.home-hero .hero-grid { grid-template-columns: 1.1fr 1fr; gap: 68px; }
.home-hero .hero-subtitle { max-width: 42ch; }
.home-hero .hero-figure { padding: 32px; background: #e6e8dd; border-radius: 3px; }
.hero-note { margin-top: 15px; color: var(--ink-soft); font-size: .87rem; }
.hero-person { display: flex; align-items: center; gap: 12px; margin-top: 30px; font-size: .85rem; line-height: 1.45; color: var(--ink-soft); }
.hero-person img { border-radius: 50%; width: 44px; height: 44px; }
.hero-person strong { display: block; color: var(--ink); font-weight: 600; }
.intro-strip { display: flex; justify-content: space-between; gap: 16px 32px; padding: 22px var(--gutter); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .91rem; }
.intro-strip span { display: flex; align-items: center; gap: 12px; }
.intro-strip span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.section { padding: 76px var(--gutter); }
.section.alt { background: var(--surface-strong); }
.section-header { margin-bottom: 34px; max-width: 780px; }
.section-header .eyebrow { margin-bottom: 13px; }
.section-header p:not(.eyebrow) { margin-top: 16px; max-width: 68ch; color: var(--ink-soft); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
.section-heading-row .section-header { margin: 0; max-width: 650px; }
.grid, .projects-grid, .work-grid, .quotes-grid, .blog-grid, .contact-grid { display: grid; gap: 32px; }
.grid.cols-3, .blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.cols-2, .projects-grid, .work-grid, .quotes-grid, .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { padding: 24px 0 10px; border-top: 1px solid #b9c2b4; }
.card p { margin-top: 12px; color: var(--ink-soft); }
.card .work-link, .card .project-link { display: inline-block; margin-top: 20px; }
.card.wide { grid-column: 1 / -1; }
.icon-badge { margin-bottom: 18px; color: var(--accent); }
.icon-badge svg { display: block; }
.service-links { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-links a { display: flex; gap: 16px; justify-content: space-between; padding: 22px 0; margin-right: 32px; border-bottom: 1px solid var(--line); font-size: .98rem; }
.service-links a::after { content: '↗'; color: var(--accent); }
.service-links a:hover { color: var(--accent); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; counter-reset: step; }
.step { border-top: 1px solid #b9c2b4; padding-top: 20px; }
.step::before { counter-increment: step; content: '0' counter(step); font: 1.4rem var(--serif); color: var(--accent); display: block; margin-bottom: 20px; }
.step p { color: var(--ink-soft); }
.work, .project { min-width: 0; }
.project-media, .work > a { display: block; }
.project-media { padding: 24px; background: #e7e9df; }
.project-img { width: 100%; height: auto; aspect-ratio: 8/5; object-fit: cover; object-position: top; border: 1px solid #d5d8cc; }
.work > a .browser { border-radius: 3px; }
.work-body, .project-body { padding: 23px 0 12px; }
.work-body p, .project-body p { margin-top: 9px; color: var(--ink-soft); font-size: 1rem; line-height: 1.6; }
.work-title:hover { color: var(--accent); }
.work-meta { color: var(--ink-soft); font-size: .95rem; }
.work-body .work-fact, .project-body .work-fact { margin-top: 14px; color: var(--ink); font-size: .9rem; font-weight: 600; }
.work-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line); }
.work-primary { font-size: .9rem; min-height: 44px; padding: 10px 15px; }
.work-primary::after { content: '→'; }
.work-external { display: inline-flex; align-items: center; gap: 7px; font-size: .85rem; color: var(--ink-soft); }
.work-external:hover { text-decoration: underline; }
.work-link, .project-link { color: var(--accent-dark); font-weight: 600; text-decoration: underline; }
.project.wide { grid-column: 1 / -1; border-top: 1px solid var(--line); }
.highlight { max-width: 820px; }
.highlight h2 { margin-bottom: 20px; }
.highlight p + p { margin-top: 18px; }
.highlight p { color: var(--ink-soft); }
.quotes-grid { margin-top: 52px; padding-top: 40px; border-top: 1px solid var(--line); }
.quote { padding: 0 0 0 24px; border-left: 2px solid var(--accent); }
.quote blockquote { font: 400 1.27rem/1.6 var(--serif); }
.quote figcaption { margin-top: 20px; font-size: .86rem; color: var(--ink-soft); }
.about { display: grid; grid-template-columns: 144px 1fr; align-items: start; gap: 36px; max-width: 900px; }
.about-photo { width: 144px; height: 144px; border-radius: 50%; object-fit: cover; }
.about p + p { margin-top: 18px; }
.about p { color: var(--ink-soft); }
.business-details { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 24px 0 0; font-size: .85rem; color: var(--ink-soft); }
.form-section { padding: 80px var(--gutter); background: var(--ink); color: var(--surface); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 80px; }
.form-intro h2 { max-width: 15ch; }
.form-intro p { margin-top: 22px; color: #d3dcd1; }
.form-intro a { color: #ffdfbe; }
.form-points { list-style: none; padding: 0; margin: 28px 0 0; }
.form-points li { display: flex; align-items: start; gap: 12px; margin-bottom: 15px; color: var(--ink-soft); }
.form-points svg { margin-top: 5px; color: var(--accent); }
.section > .form-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0 42px; }
.form-section .form-points li { color: #e6e9df; }
.form-section .form-points svg { color: #d5b493; }
.form-card, .form-success { background: var(--surface); color: var(--ink); padding: 32px; border-radius: 4px; }
.field { margin-bottom: 21px; }
.field label { display: block; margin-bottom: 7px; font-size: .93rem; font-weight: 600; }
.optional { font-weight: 400; color: var(--ink-soft); }
.field input, .field select, .field textarea { display: block; width: 100%; min-height: 48px; padding: 10px 12px; background: #fff; border: 1px solid #a7b1a3; border-radius: 3px; color: var(--ink); font-size: 1rem; }
.field textarea { resize: vertical; min-height: 120px; }
.field .hint { margin-top: 7px; color: var(--ink-soft); font-size: .83rem; line-height: 1.5; }
.field .error { display: none; margin-top: 5px; color: var(--err); font-size: .86rem; }
.field.invalid .error { display: block; }
.field.invalid input, .field.invalid select { border-color: var(--err); }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-card .button { width: 100%; }
.form-footnote { margin-top: 20px; color: var(--ink-soft); font-size: .9rem; }
.form-card .form-footnote { text-align: center; margin-top: 12px; }
.form-privacy { margin-top: 20px; font-size: .79rem; line-height: 1.5; color: var(--ink-soft); }
.form-privacy a { text-decoration: underline; }
.form-status { display: none; padding: 16px; margin-bottom: 22px; font-size: .94rem; }
.form-status.is-visible { display: block; }
.form-status.is-error { color: var(--err); background: var(--err-soft); }
.form-status.is-info { color: var(--ink); background: var(--ok-soft); }
.form-status a { text-decoration: underline; }
.form-success { display: none; }
.form-success.is-visible { display: block; }
.form-success .check { color: var(--ok); margin-bottom: 16px; }
.form-success p { color: var(--ink-soft); margin-top: 18px; }
.faq-list { max-width: 840px; border-top: 1px solid var(--line); }
.faq-item { padding: 24px 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { font-size: 1.15rem; }
.faq-item p { margin-top: 10px; color: var(--ink-soft); }
.sticky-cta { display: none; }
.kw-crumbs { font-size: .86rem; color: var(--ink-soft); margin-bottom: 24px; }
.kw-crumbs ol { display: flex; flex-wrap: wrap; gap: 5px 10px; list-style: none; margin: 0; padding: 0; }
.kw-crumbs li:not(:last-child)::after { content: '›'; margin-left: 10px; }
.kw-crumbs a:hover { text-decoration: underline; }
.case-kicker { margin-bottom: 12px; }
.case-sub { font-size: 1.2rem; color: var(--ink-soft); margin-top: 24px; }
.case-scope { margin-top: 18px; color: var(--accent-dark); font-size: .89rem; }
.case-lead { border-top: 1px solid var(--line); padding-bottom: 32px; }
.spec { margin: 0; max-width: 900px; border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.spec-row dt { font-weight: 600; }
.spec-row dd { margin: 0; color: var(--ink-soft); }
.spec-row--plain { grid-template-columns: 1fr; }
.blog-card { display: block; }
.blog-card-image { aspect-ratio: 3/2; object-fit: cover; width: 100%; }
.blog-card .blog-date { margin-top: 20px; }
.blog-card h3 { margin-top: 10px; font: 400 1.5rem/1.25 var(--serif); }
.blog-card p:last-child { margin-top: 12px; color: var(--ink-soft); font-size: 1rem; }
.blog-card:hover h3 { color: var(--accent); }
.blog-all { margin-top: 32px; }
.blog-all a { text-decoration: underline; color: var(--accent-dark); }
.contact-card { padding-top: 24px; border-top: 1px solid var(--line); }
.contact-card p { margin-top: 16px; color: var(--ink-soft); }
.contact-note { font-size: .9rem; }
.journal .hero { padding-bottom: 52px; }
.hero-inner { max-width: 850px; }
.hero-inner .crumbs { font-size: .86rem; margin-bottom: 24px; color: var(--ink-soft); }
.hero-inner > p:not(.crumbs) { margin-top: 22px; color: var(--ink-soft); max-width: 60ch; }
.journal main { padding: 0 var(--gutter) 70px; }
.posts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 36px; }
.post-card { min-width: 0; border-bottom: 1px solid var(--line); padding-bottom: 30px; }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-body { padding-top: 22px; }
.post-card h2 { font-size: 1.8rem; line-height: 1.2; margin-top: 12px; }
.post-card h2 a:hover { color: var(--accent); }
.post-card .excerpt { margin-top: 15px; color: var(--ink-soft); }
.post-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 48px; padding-bottom: 44px; }
.post-card:first-child .post-body { padding: 0; }
.post-card:first-child h2 { font-size: clamp(2rem, 3vw, 2.7rem); }
.cta { margin-top: 48px; padding: 32px; background: var(--surface-strong); border-left: 2px solid var(--accent); }
.cta h2 { font-size: 2rem; margin-bottom: 18px; }
.cta p { color: var(--ink-soft); }
.cta .button { margin-top: 22px; }
.article-page .page, .privacy-page .page { max-width: 984px; margin: auto; padding: 34px 24px 76px; }
.back-link { display: inline-flex; gap: 10px; align-items: center; color: var(--ink-soft); font-size: .88rem; padding: 10px 0; margin-bottom: 30px; }
.back-link:hover { color: var(--accent); }
.article-inner { max-width: 840px; margin: auto; }
.article h1 { font-size: clamp(2.35rem, 4.5vw, 4rem); margin-top: 18px; max-width: 23ch; }
.article .intro { font-size: 1.25rem; line-height: 1.65; color: var(--ink-soft); margin-top: 26px; max-width: 65ch; }
.article-meta { margin: 22px 0 32px; display: flex; flex-wrap: wrap; gap: 6px 18px; color: var(--ink-soft); font-size: .83rem; }
.feature-image { width: 100%; aspect-ratio: 16/9; object-fit: cover; margin-top: 30px; }
.content { max-width: 690px; margin: 40px auto 0; font-size: 1.15rem; line-height: 1.8; color: #39483f; }
.content p + p { margin-top: 20px; }
.content h2 { color: var(--ink); font-size: 2rem; margin: 46px 0 20px; }
.content h3 { margin: 30px 0 14px; }
.content a { color: var(--accent-dark); text-decoration: underline; }
.content ul, .content ol { padding-left: 24px; margin: 22px 0; }
.content li { padding-left: 5px; margin-bottom: 12px; }
.content .note { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); font-size: .92rem; color: var(--ink-soft); }
.article-toc { max-width: 690px; margin: 32px auto 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .95rem; }
.article-toc strong { font-weight: 600; }
.article-toc ol { margin: 10px 0 0; padding-left: 22px; columns: 2; column-gap: 30px; }
.article-toc li { margin-bottom: 6px; break-inside: avoid; }
.article-toc a:hover { color: var(--accent); text-decoration: underline; }
.related-articles { max-width: 690px; margin: 44px auto 0; padding-top: 28px; border-top: 1px solid var(--line); }
.related-articles h2 { font-size: 1.7rem; margin-bottom: 20px; }
.related-articles a { display: block; padding: 10px 0; text-decoration: underline; color: var(--accent-dark); }
.privacy-page .shell { max-width: 780px; margin: auto; }
.privacy-page .hero, .privacy-page main { padding: 0; }
.privacy-page .hero p { margin: 22px 0 36px; color: var(--ink-soft); }
.privacy-page main h2 { font-size: 1.9rem; margin: 36px 0 18px; }
.privacy-page main h3 { margin: 24px 0 12px; }
.privacy-page main p + p { margin-top: 18px; }
.privacy-page main a { text-decoration: underline; color: var(--accent-dark); }
.privacy-page table { border-collapse: collapse; width: 100%; font-size: .91rem; margin: 24px 0; }
.privacy-page td, .privacy-page th { text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); padding: 12px 10px; }
.privacy-page .updated { color: var(--ink-soft); margin-top: 25px; }
.privacy-page .kop { max-width: 828px; padding: 34px 24px 36px; margin: auto; }
.privacy-page .kop h1 { margin-top: 24px; }
.privacy-page .kop p { margin-top: 22px; color: var(--ink-soft); }
.privacy-page > main { max-width: 828px; padding: 0 24px 64px; margin: auto; }
.privacy-page .terug { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; }
.privacy-page .kaart { padding: 24px; background: var(--surface-strong); margin: 20px 0; }
.privacy-page .knop { min-height: 46px; padding: 10px 16px; border: 1px solid var(--ink); background: transparent; border-radius: 3px; }
.privacy-page .knop:hover { background: var(--surface-strong); }
.privacy-page .tabel-wrap { overflow-x: auto; }
.privacy-page .datum { color: var(--ink-soft); font-size: .9rem; margin-top: 32px; }
.kw-footer { background: #1e332c; color: #e0e5da; }
.kw-footer-inner { padding: 56px var(--gutter) 44px; display: grid; grid-template-columns: 1.4fr 1fr .8fr 1.2fr; gap: 36px; }
.kw-footer .kw-logo { color: #fffdf5; }
.kw-footer .kw-logo span { color: #ddb795; }
.kw-footer-brand p { margin-top: 18px; max-width: 26ch; font-size: .95rem; color: #bdc9bc; }
.kw-footer h2 { color: #bdc9bc; font: 600 .75rem/1.4 'Source Sans 3', sans-serif; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 19px; }
.kw-footer ul { list-style: none; padding: 0; margin: 0; }
.kw-footer li { margin-bottom: 9px; }
.kw-footer a { font-size: .95rem; }
.kw-footer a:hover { text-decoration: underline; }
.kw-footer-contact p { font-size: .9rem; margin-bottom: 12px; }
.kw-footer-legal { border-top: 1px solid #ffffff26; padding: 22px var(--gutter) 28px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; font-size: .8rem; color: #bdc9bc; }
@media (min-width: 900px) {
    .work-grid > .work:only-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
}
@media (max-width: 1050px) {
    .kw-header-inner { gap: 20px; }
    .kw-nav { gap: 20px; }
    .kw-logo { font-size: 1.45rem; }
    .hero-grid, .home-hero .hero-grid { gap: 36px; }
    .home-hero .hero-figure { padding: 20px; }
    .form-grid { gap: 40px; }
}
@media (max-width: 850px) {
    .hero-grid, .home-hero .hero-grid { grid-template-columns: 1fr; }
    .hero-grid > div:first-child { max-width: 700px; }
    .hero-figure { max-width: 650px; width: 100%; }
    .home-hero .hero-figure { margin-top: 10px; }
    .hero { padding-top: 46px; padding-bottom: 48px; }
    .home-hero h1 { max-width: 15ch; }
    .hero-subtitle { max-width: 60ch; }
    .kw-header-inner { flex-wrap: wrap; gap: 12px 18px; padding-top: 15px; padding-bottom: 15px; }
    .kw-lang { margin-left: auto; }
    .js .menu-toggle { display: block; order: 3; }
    .kw-lang { order: 2; }
    .kw-nav { width: 100%; order: 4; margin: 0; flex-wrap: wrap; gap: 12px 22px; }
    .js .kw-nav { display: none; }
    .js .kw-nav.is-open { display: flex; padding: 14px 0 6px; border-top: 1px solid var(--line); }
    .nav-services-menu { right: auto; left: 0; z-index: 1; }
    .form-grid { grid-template-columns: 1fr; }
    .form-intro h2 { max-width: 24ch; }
    .form-card { max-width: 650px; }
    .kw-footer-inner { grid-template-columns: 1.3fr 1fr; }
    .intro-strip { flex-wrap: wrap; justify-content: start; }
    .grid.cols-3, .blog-grid { grid-template-columns: 1fr; }
    .grid.cols-3 { gap: 22px; }
    .blog-card { display: grid; grid-template-columns: 180px 1fr; gap: 0 24px; }
    .blog-card > picture { grid-row: 1 / 4; }
    .blog-card .blog-date { margin-top: 0; }
    .service-links { grid-template-columns: 1fr 1fr; }
    .section-heading-row { align-items: start; flex-direction: column; }
}
@media (max-width: 600px) {
    body { font-size: 17px; }
    h1 { font-size: 2.6rem; hyphens: auto; }
    .kw-logo { font-size: 1.4rem; }
    .kw-header-inner { gap: 12px; }
    .kw-lang { padding-left: 14px; }
    .kw-nav { align-items: stretch; }
    .kw-nav > a, .nav-services { width: 100%; }
    .nav-services-menu { position: static; box-shadow: none; border: 0; border-left: 1px solid var(--line); padding: 4px 10px; margin-top: 8px; min-width: 0; background: transparent; }
    .kw-nav .nav-cta { text-align: center; }
    .hero { padding-top: 34px; }
    .hero-subtitle { font-size: 1.08rem; margin-top: 22px; }
    .home-hero h1 { font-size: 2.95rem; }
    .home-hero .hero-figure { padding: 20px 16px; }
    .hero-actions { gap: 14px 22px; }
    .hero-actions .button { padding: 13px 18px; }
    .section { padding-top: 50px; padding-bottom: 50px; }
    .section-header { margin-bottom: 28px; }
    .projects-grid, .work-grid, .quotes-grid, .contact-grid, .grid.cols-2, .steps, .posts { grid-template-columns: 1fr; }
    .project-media { padding: 18px; }
    .projects-grid, .work-grid { gap: 34px; }
    .work-actions { gap: 14px 8px; }
    .service-links { grid-template-columns: 1fr; }
    .service-links a { margin-right: 0; }
    .steps { gap: 24px; }
    .step::before { margin-bottom: 12px; }
    .section > .form-points { grid-template-columns: 1fr; }
    .about { grid-template-columns: 1fr; gap: 24px; }
    .about-photo { width: 96px; height: 96px; }
    .form-section { padding-top: 50px; padding-bottom: 50px; }
    .form-card, .form-success { padding: 24px 20px; }
    .spec-row { grid-template-columns: 1fr; gap: 5px; }
    .blog-card { display: block; }
    .blog-card .blog-date { margin-top: 20px; }
    .post-card:first-child { display: block; }
    .post-card:first-child .post-body { padding-top: 22px; }
    .post-card h2 { font-size: 1.8rem; }
    .article-page .page { padding-top: 18px; }
    .article h1 { font-size: 2.5rem; }
    .article .intro { font-size: 1.15rem; }
    .article-meta { margin-bottom: 24px; }
    .article-toc ol { columns: 1; }
    .content { font-size: 1.09rem; }
    .content h2 { font-size: 1.8rem; }
    .cta { padding: 24px 20px; }
    .kw-footer-inner { gap: 32px 20px; }
    .kw-footer-brand, .kw-footer-contact { grid-column: 1 / -1; }
    .kw-footer-brand p { max-width: 35ch; }
    .privacy-page table { font-size: .8rem; }
    .privacy-page td, .privacy-page th { padding: 9px 5px; overflow-wrap: anywhere; }
    .sticky-cta { position: fixed; z-index: 40; bottom: 0; left: 0; width: 100%; padding: 10px 20px calc(10px + env(safe-area-inset-bottom)); background: var(--bg); border-top: 1px solid var(--line); }
    .sticky-cta.is-visible { display: block; }
    .sticky-cta .button { width: 100%; }
    .has-sticky-cta .kw-footer { padding-bottom: 76px; }
    .intro-strip { flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
}
