/* Bedrijf editorial surface. Shared brand and launcher geometry stay externally owned. */
:root {
    --bedrijf-paper: #f2eee6;
    --bedrijf-paper-strong: #fbf8f2;
    --bedrijf-ink: #16191b;
    --bedrijf-muted: #626865;
    --bedrijf-line: #cdc8be;
    --bedrijf-teal: #176b61;
    --bedrijf-teal-dark: #0b4e48;
    --bedrijf-mint: #cce4da;
    --bedrijf-night: #0a1718;
    --bedrijf-night-soft: #132526;
    --bedrijf-night-text: #edf7f2;
    --bedrijf-night-muted: #b9ccc5;
    --bedrijf-rail: 1180px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body.bedrijf-editorial {
    margin: 0;
    overflow-x: clip;
    color: var(--bedrijf-ink);
    background: var(--bedrijf-paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.bedrijf-editorial img,
.bedrijf-editorial svg {
    display: block;
    max-width: 100%;
}

:where(.bedrijf-editorial) a {
    color: inherit;
}

.bedrijf-skip-link {
    position: fixed;
    z-index: 6000;
    top: 10px;
    left: 12px;
    padding: .75rem 1rem;
    color: #fff;
    background: var(--bedrijf-teal-dark);
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-160%);
}

.bedrijf-skip-link:focus {
    transform: translateY(0);
}

.bedrijf-editorial :focus-visible {
    outline: 3px solid #68c7b8;
    outline-offset: 4px;
}

#main-header {
    position: sticky;
    z-index: 3000;
    top: 0;
    display: block;
    width: 100%;
    color: #fff;
    background: rgba(10, 23, 24, .96);
    border-bottom: 1px solid rgba(207, 232, 222, .18);
    backdrop-filter: blur(16px);
}

#main-nav {
    --public-shell-max: 1244px;
    display: flex;
    min-height: 72px;
    height: 72px;
    align-items: center;
}

.nav-logo {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.nav-logo-mark {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.nav-logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: .2rem;
    margin-left: auto;
}

.nav-link,
.nav-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: .65rem .85rem;
    border-radius: .55rem;
    color: #e8f3ee;
    font-size: .88rem;
    font-weight: 750;
    text-decoration: none;
}

.nav-link:hover {
    color: #fff;
}

.nav-cta {
    margin-left: .4rem;
    border: 1px solid #8acabb;
    color: #08201d;
    background: #a8ddcf;
}

.nav-cta:hover {
    background: #c5eee3;
}

.bedrijf-apps {
    --launcher-accent: #74cbb9;
    --launcher-accent-rgb: 116, 203, 185;
}

.studio-local-nav-toggle {
    display: none;
}

.bedrijf-rail {
    width: min(calc(100% - 48px), var(--bedrijf-rail));
    margin-inline: auto;
}

.bedrijf-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 9vw, 8.75rem) 0 clamp(4rem, 8vw, 7.25rem);
    background: var(--bedrijf-paper);
}

.bedrijf-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(20rem, .72fr);
    align-items: end;
    gap: clamp(3rem, 6vw, 6rem);
}

.bedrijf-hero__grid > * {
    min-width: 0;
}

.bedrijf-kicker {
    margin: 0 0 1.1rem;
    color: var(--bedrijf-teal-dark);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.bedrijf-hero h1 {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(3.25rem, 6vw, 4.75rem);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: .91;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
}

.bedrijf-heading-lock {
    white-space: nowrap;
}

.bedrijf-hero__lead {
    max-width: 61ch;
    margin: 1.8rem 0 0;
    color: var(--bedrijf-muted);
    font-size: clamp(1.08rem, 1.65vw, 1.32rem);
    line-height: 1.58;
}

.bedrijf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2.1rem;
}

.bedrijf-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: .78rem 1.05rem;
    border: 1px solid var(--bedrijf-ink);
    border-radius: .35rem;
    font-weight: 820;
    line-height: 1.2;
    text-decoration: none;
}

.bedrijf-editorial .bedrijf-button--primary {
    color: #fff;
    border-color: var(--bedrijf-teal-dark);
    background: var(--bedrijf-teal-dark);
}

.bedrijf-editorial .bedrijf-button--primary:hover {
    background: #063d38;
}

.bedrijf-button--secondary:hover {
    color: #fff;
    background: var(--bedrijf-ink);
}

.bedrijf-baseline-sheet {
    position: relative;
    padding: 1.35rem;
    color: var(--bedrijf-night-text);
    background: var(--bedrijf-night);
    border: 1px solid #28413f;
    box-shadow: 18px 18px 0 rgba(23, 107, 97, .12);
}

.bedrijf-baseline-sheet::before {
    position: absolute;
    top: -8px;
    right: 1.25rem;
    left: 1.25rem;
    height: 1px;
    background: var(--bedrijf-teal);
    content: "";
}

.bedrijf-baseline-sheet__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #314441;
}

.bedrijf-baseline-sheet__head strong {
    font-size: 1.05rem;
}

.bedrijf-baseline-sheet__head span {
    color: #8db3aa;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bedrijf-baseline-visual {
    display: grid;
    justify-items: center;
    gap: .45rem;
    margin: 1rem 0 .25rem;
}

.bedrijf-baseline-visual img {
    display: block;
    width: min(100%, 24rem);
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

.bedrijf-baseline-visual figcaption {
    color: #8db3aa;
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .07em;
    line-height: 1.45;
    text-align: center;
    text-transform: uppercase;
}

.bedrijf-baseline-sheet dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.bedrijf-baseline-sheet dl > div {
    display: grid;
    grid-template-columns: minmax(8rem, .72fr) 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #314441;
}

.bedrijf-baseline-sheet dt {
    color: #d7ece5;
    font-weight: 800;
}

.bedrijf-baseline-sheet dd {
    margin: 0;
    color: var(--bedrijf-night-muted);
    font-size: .9rem;
}

.bedrijf-baseline-sheet__result {
    margin: 1rem 0 0;
    color: #9cd9ca;
    font-size: .84rem;
    font-weight: 750;
}

.bedrijf-section {
    padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.bedrijf-section--paper-strong {
    background: var(--bedrijf-paper-strong);
}

.bedrijf-section--night {
    color: var(--bedrijf-night-text);
    background: var(--bedrijf-night);
}

.bedrijf-section-head {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
    margin-bottom: clamp(2.8rem, 6vw, 5rem);
}

.bedrijf-section-head > *,
.bedrijf-boundaries > *,
.bedrijf-close > *,
.bedrijf-free-tool > * {
    min-width: 0;
}

.bedrijf-section-head h2 {
    max-width: 15ch;
    margin: 0;
    font-size: clamp(2.4rem, 4.8vw, 3.7rem);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: .98;
    text-wrap: balance;
}

.bedrijf-section-head__copy {
    max-width: 62ch;
    margin: .25rem 0 0;
    color: var(--bedrijf-muted);
    font-size: 1.08rem;
}

.bedrijf-section--night .bedrijf-kicker {
    color: #8fdac9;
}

.bedrijf-section--night .bedrijf-section-head__copy {
    color: var(--bedrijf-night-muted);
}

.bedrijf-questions {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    border-top: 1px solid var(--bedrijf-line);
}

.bedrijf-question {
    grid-column: span 6;
    min-width: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2.5rem) clamp(1.7rem, 3vw, 2.7rem) 0;
    border-bottom: 1px solid var(--bedrijf-line);
}

.bedrijf-question:nth-child(even) {
    padding-right: 0;
    padding-left: clamp(1rem, 3vw, 2.5rem);
    border-left: 1px solid var(--bedrijf-line);
}

.bedrijf-question__prompt {
    display: block;
    max-width: 25ch;
    margin: 0 0 .75rem;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 820;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.bedrijf-question p {
    max-width: 47ch;
    margin: 0;
    color: var(--bedrijf-muted);
}

.bedrijf-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #37504b;
}

.bedrijf-step {
    min-width: 0;
    padding: clamp(1.35rem, 2.5vw, 2rem);
    border-right: 1px solid #37504b;
}

.bedrijf-step:last-child {
    border-right: 0;
}

.bedrijf-step__number {
    display: inline-flex;
    width: 2.3rem;
    height: 2.3rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.75rem;
    color: #071614;
    background: #8fdac9;
    border-radius: 50%;
    font-size: .78rem;
    font-weight: 850;
}

.bedrijf-step h3 {
    margin: 0 0 .7rem;
    font-size: 1.3rem;
    line-height: 1.15;
}

.bedrijf-step p {
    margin: 0;
    color: var(--bedrijf-night-muted);
    font-size: .92rem;
}

.bedrijf-services {
    border-top: 1px solid var(--bedrijf-line);
}

.bedrijf-service {
    display: grid;
    grid-template-columns: minmax(13rem, .62fr) minmax(0, 1.38fr);
    gap: clamp(2rem, 7vw, 7rem);
    padding: clamp(2rem, 5vw, 3.75rem) 0;
    border-bottom: 1px solid var(--bedrijf-line);
}

.bedrijf-service h3 {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.7rem);
    letter-spacing: -.045em;
    line-height: 1.02;
}

.bedrijf-service__body p {
    max-width: 63ch;
    margin: 0;
    color: var(--bedrijf-muted);
    font-size: 1.04rem;
}

.bedrijf-service__body ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem 2rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.bedrijf-service__body li {
    position: relative;
    padding-left: 1.1rem;
    color: #3f4844;
    font-size: .9rem;
}

.bedrijf-service__body li::before {
    position: absolute;
    top: .68em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--bedrijf-teal);
    content: "";
}

.bedrijf-free-tool {
    display: grid;
    grid-template-columns: minmax(13rem, .62fr) minmax(0, 1.38fr);
    gap: clamp(2rem, 7vw, 7rem);
    margin-top: clamp(2rem, 5vw, 4rem);
    padding: clamp(1.6rem, 3vw, 2.4rem);
    border: 1px solid var(--bedrijf-teal);
    background: #e1efe9;
}

.bedrijf-free-tool h3 {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    letter-spacing: -.045em;
    line-height: 1.02;
}

.bedrijf-free-tool p {
    max-width: 66ch;
    margin: 0 0 1.2rem;
    color: #30433e;
}

.bedrijf-free-tool small {
    display: block;
    margin-top: .85rem;
    color: #4d5d58;
}

.bedrijf-boundaries {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(2rem, 8vw, 8rem);
    align-items: start;
}

.bedrijf-boundaries h2 {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(2.45rem, 5vw, 4.5rem);
    letter-spacing: -.055em;
    line-height: .98;
}

.bedrijf-boundary-list {
    margin: 0;
}

.bedrijf-boundary-list > div {
    display: grid;
    grid-template-columns: minmax(8rem, .55fr) 1fr;
    gap: 1.2rem;
    padding: 1.15rem 0;
    border-top: 1px solid var(--bedrijf-line);
}

.bedrijf-boundary-list dt {
    font-weight: 830;
}

.bedrijf-boundary-list dd {
    margin: 0;
    color: var(--bedrijf-muted);
}

.bedrijf-boundary-note {
    grid-column: 2;
    margin: .9rem 0 0;
    padding: 1.05rem 1.2rem;
    color: #eaf8f3;
    background: var(--bedrijf-teal-dark);
    font-weight: 700;
}

.bedrijf-evidence-list {
    border-top: 1px solid #37504b;
}

.bedrijf-evidence {
    display: grid;
    grid-template-columns: 3.5rem 12rem minmax(11rem, .58fr) minmax(0, 1fr) auto;
    gap: clamp(1rem, 3vw, 2.5rem);
    align-items: center;
    min-height: 9rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #37504b;
}

.bedrijf-evidence__index {
    color: #7ebaae;
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.bedrijf-evidence__visual {
    display: grid;
    gap: .3rem;
    width: 12rem;
    margin: 0;
    padding: .4rem;
    border: 1px solid #37504b;
    background: var(--bedrijf-night-soft);
}

.bedrijf-evidence__visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

.bedrijf-evidence__visual figcaption {
    color: #7ebaae;
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .06em;
    line-height: 1.35;
    text-transform: uppercase;
}

.bedrijf-evidence h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2.6vw, 2.35rem);
    letter-spacing: -.04em;
    line-height: 1.05;
}

.bedrijf-evidence p {
    max-width: 54ch;
    margin: 0;
    color: var(--bedrijf-night-muted);
}

.bedrijf-evidence a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid #9cd9ca;
    color: #b8ebdf;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.bedrijf-evidence a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.bedrijf-close {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(17rem, .7fr);
    gap: clamp(2rem, 8vw, 8rem);
    align-items: end;
}

.bedrijf-close h2 {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(2.75rem, 6vw, 5.5rem);
    letter-spacing: -.06em;
    line-height: .92;
    text-wrap: balance;
}

.bedrijf-close__aside p {
    max-width: 43ch;
    margin: 0 0 1.5rem;
    color: var(--bedrijf-muted);
}

footer[data-public-footer] {
    min-height: 1px;
}

.bedrijf-not-found {
    display: grid;
    min-height: 100svh;
    grid-template-rows: 1fr auto;
    margin: 0;
    color: var(--bedrijf-ink);
    background: var(--bedrijf-paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

.bedrijf-not-found main {
    display: grid;
    width: min(calc(100% - 48px), 880px);
    margin: auto;
    padding: clamp(4rem, 10vw, 8rem) 0;
}

.bedrijf-not-found__brand {
    display: inline-flex;
    width: max-content;
    min-height: 44px;
    align-items: center;
    gap: .65rem;
    margin-bottom: 4rem;
    font-weight: 850;
    text-decoration: none;
}

.bedrijf-not-found__mark {
    width: 36px;
    height: 36px;
}

.bedrijf-not-found h1 {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(3.5rem, 10vw, 7.5rem);
    letter-spacing: -.07em;
    line-height: .88;
}

.bedrijf-not-found p {
    max-width: 52ch;
    margin: 1.5rem 0 0;
    color: var(--bedrijf-muted);
    font-size: 1.1rem;
}

.bedrijf-not-found__links {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
}

@media (min-width: 901px) {
    #main-nav {
        gap: 1rem;
    }
}

@media (max-width: 900px) {

    .nav-links {
        display: none;
    }

    .studio-local-nav-toggle {
        display: grid;
        margin-left: 0;
    }

    .bedrijf-hero__grid,
    .bedrijf-section-head,
    .bedrijf-boundaries,
    .bedrijf-close,
    .bedrijf-free-tool {
        grid-template-columns: 1fr;
    }

    .bedrijf-hero__grid {
        align-items: start;
    }

    .bedrijf-hero h1,
    .bedrijf-section-head h2 {
        max-width: 100%;
    }

    .bedrijf-baseline-sheet {
        width: min(100%, 36rem);
    }

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

    .bedrijf-step:nth-child(2) {
        border-right: 0;
    }

    .bedrijf-step:nth-child(-n + 2) {
        border-bottom: 1px solid #37504b;
    }

    .bedrijf-boundary-note {
        grid-column: 1;
    }

    .bedrijf-evidence {
        grid-template-columns: 2.5rem 10rem minmax(9rem, .7fr) minmax(0, 1.3fr);
    }

    .bedrijf-evidence a {
        grid-column: 3 / -1;
        width: max-content;
    }

    .bedrijf-evidence__visual {
        width: 10rem;
    }
}

@media (max-width: 720px) {
    .bedrijf-service__body ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    html {
        scroll-padding-top: 76px;
    }

    #main-nav {
        min-height: 72px;
    }

    .bedrijf-rail,
    .bedrijf-not-found main {
        width: min(calc(100% - 32px), var(--bedrijf-rail));
    }

    .bedrijf-hero {
        background: var(--bedrijf-paper);
    }

    .bedrijf-hero h1 {
        font-size: clamp(2.5rem, 10vw, 4.25rem);
        overflow-wrap: normal;
        word-break: normal;
    }

    .bedrijf-baseline-sheet {
        box-shadow: 10px 10px 0 rgba(23, 107, 97, .12);
    }

    .bedrijf-baseline-sheet dl > div,
    .bedrijf-boundary-list > div {
        grid-template-columns: 1fr;
        gap: .25rem;
    }

    .bedrijf-question {
        grid-column: 1 / -1;
        padding-inline: 0;
        border-left: 0;
    }

    .bedrijf-question:nth-child(even) {
        padding-inline: 0;
        border-left: 0;
    }

    .bedrijf-steps {
        grid-template-columns: 1fr;
    }

    .bedrijf-step,
    .bedrijf-step:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #37504b;
    }

    .bedrijf-step:last-child {
        border-bottom: 0;
    }

    .bedrijf-step__number {
        margin-bottom: 1.7rem;
    }

    .bedrijf-service {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .bedrijf-evidence {
        grid-template-columns: 2.25rem minmax(0, 1fr);
        gap: 1rem;
        align-items: start;
    }

    .bedrijf-evidence h3,
    .bedrijf-evidence p,
    .bedrijf-evidence a {
        grid-column: 2;
    }

    .bedrijf-evidence__visual {
        grid-column: 2;
        width: min(100%, 11rem);
    }
}

@media (max-width: 360px) {
    .bedrijf-hero h1 {
        font-size: clamp(1.9rem, 9.8vw, 2.5rem);
        letter-spacing: -.04em;
        overflow-wrap: normal;
        word-break: normal;
    }

    .bedrijf-section-head h2 {
        max-width: 100%;
        font-size: clamp(1.8rem, 9.4vw, 2.35rem);
        letter-spacing: -.04em;
    }

    .bedrijf-baseline-sheet__head {
        align-items: flex-start;
        flex-direction: column;
        gap: .3rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
