:root {
    color-scheme: light;
    --ink: #1f2937;
    --muted: #6b7280;
    --brand: #5b2c91;
    --brand-dark: #1f2430;
    --accent: #7c4dbe;
    --soft: #f4f6fb;
    --surface: #ffffff;
    --line: #e4e8f0;
    --shadow: 0 10px 30px rgba(20, 24, 40, .08);
    --shadow-sm: 0 4px 14px rgba(20, 24, 40, .06);
}

* {
    box-sizing: border-box;
}

html {
    color-scheme: light;
    background: #ffffff;
}

body {
    margin: 0;
    padding-bottom: 92px;
    color: var(--ink);
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    background: #ffffff;
    overflow-x: hidden;
}

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

@media (prefers-color-scheme: dark) {
    html,
    body {
        color: var(--ink);
        background: #ffffff;
    }

    .site-header,
    .site-footer,
    .section,
    .section-muted,
    .service-card,
    .project-card,
    .project-mini,
    .admin-panel,
    input,
    textarea,
    select {
        color: var(--ink);
        background-color: #ffffff;
    }

    .hero {
        color: var(--ink);
        background: linear-gradient(135deg, rgba(91, 44, 145, .08) 0%, rgba(124, 77, 190, .04) 100%);
    }

    .steps-card {
        color: var(--ink);
        background: #f6f1fb;
    }
}

a {
    color: var(--brand);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--accent);
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 3px solid rgba(138, 45, 146, .24);
    outline-offset: 3px;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: -80px;
    z-index: 1000;
    padding: 10px 14px;
    color: #fff;
    background: var(--brand-dark);
}

.skip-link:focus {
    top: 16px;
}

.site-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .98);
    border-bottom: 0;
    box-shadow: 0 12px 26px rgba(20, 24, 40, .035);
}

.site-header:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -24px;
    left: 0;
    height: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.header-grid {
    min-height: 100px;
    display: grid;
    grid-template-columns: minmax(250px, 330px) 1fr;
    align-items: center;
    gap: 8px 28px;
    padding: 12px 0 10px;
}

.brand {
    display: block;
    width: fit-content;
    padding: 0;
    color: var(--brand-dark);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.brand img {
    width: 220px;
    height: auto;
    display: block;
}

.header-aside {
    display: grid;
    gap: 0;
    justify-items: end;
    align-self: center;
}

.brand-line {
    position: relative;
    margin: 0;
    padding-right: 34px;
    color: var(--brand);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.brand-line span {
    color: #a9adb5;
    margin: 0 8px;
}

.brand-line:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    border: 8px solid #c9ccd1;
    border-left: 0;
    transform: translateY(-50%);
}

.language-switch {
    display: inline-flex;
    gap: 4px;
    margin-top: 14px;
    padding: 3px;
    border: 1px solid rgba(91, 44, 145, .14);
    border-radius: 999px;
    background: #fff;
}

.language-switch a {
    min-width: 32px;
    padding: 3px 8px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    border-radius: 999px;
}

.language-switch a[aria-current="true"] {
    color: #fff;
    background: var(--brand);
}

.site-nav {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 6px;
    border-top: 1px solid #f1f2f5;
}

.site-nav a {
    padding: 5px 8px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #4b5563;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus,
#prcstmtsrng .site-nav a[href="/procesautomatisering/"],
#prcstmtsrng .site-nav a[href="/en/procesautomatisering/"],
#ct .site-nav a[href="/ict/"],
#ct .site-nav a[href="/en/ict/"],
#vrtlst .site-nav a[href="/virtualisatie/"],
#vrtlst .site-nav a[href="/en/virtualisatie/"],
#cldcmptng .site-nav a[href="/cloud-computing/"],
#cldcmptng .site-nav a[href="/en/cloud-computing/"],
#ntwrkn .site-nav a[href="/netwerken/"],
#ntwrkn .site-nav a[href="/en/netwerken/"],
#vrns .site-nav a[href="/over-ons/"],
#vrns .site-nav a[href="/en/over-ons/"] {
    color: var(--brand);
    background: #f4f1fa;
    border-color: rgba(91, 44, 145, .14);
    box-shadow: inset 0 -2px 0 rgba(124, 77, 190, .45);
}

.menu-toggle {
    display: none;
}

.hero {
    position: relative;
    width: min(1120px, calc(100% - 40px));
    min-height: clamp(240px, 30vh, 340px);
    margin: 18px auto 0;
    display: grid;
    align-items: end;
    overflow: hidden;
    color: var(--ink);
    background: linear-gradient(135deg, rgba(91, 44, 145, .08) 0%, rgba(124, 77, 190, .04) 100%);
    border: 1px solid rgba(91, 44, 145, .12);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
}

.hero img,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .24;
    filter: saturate(.85);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .84) 48%, rgba(255, 255, 255, .28) 100%),
        radial-gradient(circle at top right, rgba(124, 77, 190, .16), transparent 36%);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: clamp(30px, 4.5vw, 52px) 0;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 820px;
    margin: 0 0 16px;
    color: #182033;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: 0;
}

.hero p {
    max-width: 660px;
    margin: 0;
    color: #4b5563;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.button-primary,
.button-secondary,
.admin-form button,
.admin-logout button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 19px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.button-primary:hover,
.button-primary:focus,
.button-secondary:hover,
.button-secondary:focus,
.admin-form button:hover,
.admin-form button:focus,
.admin-logout button:hover,
.admin-logout button:focus {
    transform: translateY(-1px);
}

.button-primary,
.admin-form button {
    color: #fff;
    background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
    box-shadow: 0 10px 22px rgba(91, 44, 145, .22);
}

.button-primary::before,
.admin-form button::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 11px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.button-primary:hover,
.button-primary:focus,
.admin-form button:hover,
.admin-form button:focus {
    color: #fff;
    background: linear-gradient(135deg, #472270 0%, var(--brand) 100%);
    box-shadow: 0 14px 28px rgba(91, 44, 145, .28);
}

.button-secondary {
    color: #472270;
    border-color: rgba(91, 44, 145, .18);
    background: linear-gradient(180deg, #fff 0%, #faf8fe 100%);
    box-shadow: 0 6px 16px rgba(20, 24, 40, .06);
}

.button-secondary:hover,
.button-secondary:focus {
    color: #472270;
    border-color: rgba(91, 44, 145, .32);
    background: #f4f1fa;
    box-shadow: 0 10px 22px rgba(20, 24, 40, .1);
}

.section {
    padding: clamp(54px, 8vw, 96px) 0;
}

.section-muted {
    background: #ffffff;
}

.content-grid,
.project-preview {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(34px, 6vw, 76px);
    align-items: start;
}

.intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(38px, 5vw, 64px);
    align-items: start;
}

.intro-grid h2 {
    font-size: clamp(34px, 3.8vw, 48px);
    line-height: 1.08;
}

.content-grid h2 {
    font-size: clamp(30px, 3.6vw, 44px);
    line-height: 1.12;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 28px;
}

h2 {
    margin: 0 0 18px;
    color: var(--brand-dark);
    font-size: clamp(32px, 4.5vw, 54px);
    line-height: 1.04;
    letter-spacing: 0;
}

h3 {
    margin: 0 0 10px;
    color: var(--brand-dark);
    font-size: 22px;
    line-height: 1.2;
}

p {
    margin: 0 0 16px;
}

.lead {
    color: var(--brand);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.rich-text {
    max-width: 760px;
}

.rich-text p:not(.eyebrow) {
    color: #3c5259;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 12px;
}

.service-card,
.project-card,
.project-mini,
.steps-card,
.admin-panel {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.service-card {
    min-height: 176px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--brand-dark);
    border-color: rgba(91, 44, 145, .16);
    background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
}

.service-card span {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.service-card p {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.service-card:hover,
.service-card:focus {
    color: var(--brand-dark);
    border-color: rgba(91, 44, 145, .25);
    background: linear-gradient(180deg, #ffffff 0%, #f5effb 100%);
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.service-card:hover p,
.service-card:focus p {
    color: var(--muted);
}

.feature-list,
.steps-card ol {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list {
    display: grid;
    gap: 12px;
}

.feature-list li,
.steps-card li {
    position: relative;
    padding-left: 30px;
}

.feature-list li:before,
.steps-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
}

.steps-card {
    padding: 28px;
    background: #f6f1fb;
    color: var(--ink);
}

.steps-card h2 {
    color: #352345;
    font-size: 28px;
}

.steps-card li {
    margin-top: 12px;
    color: #5f5368;
}

.steps-card a {
    color: var(--brand);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(91, 44, 145, .35);
    text-underline-offset: 3px;
}

.steps-card a:hover,
.steps-card a:focus {
    color: var(--accent);
    text-decoration-color: currentColor;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.project-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.project-card:hover,
.project-card:focus-within {
    border-color: rgba(91, 44, 145, .22);
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.project-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.project-card div {
    min-height: 250px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.project-card h2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.14;
}

.project-card p {
    margin-bottom: 22px;
    color: var(--muted);
}

.project-label {
    width: fit-content;
    margin-bottom: 12px;
    padding: 4px 9px;
    color: var(--brand);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 999px;
    background: #f6f1fb;
}

.project-card a,
.project-mini a {
    font-weight: 800;
}

.project-link {
    width: fit-content;
    margin-top: auto;
    padding-bottom: 2px;
    color: var(--brand);
    border-bottom: 2px solid rgba(91, 44, 145, .18);
}

.project-link:after {
    content: " ->";
}

.project-link:hover,
.project-link:focus {
    border-bottom-color: currentColor;
}

.project-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.project-mini {
    overflow: hidden;
    color: var(--brand-dark);
}

.project-mini img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.project-mini strong,
.project-mini span {
    display: block;
    padding: 0 18px;
}

.project-mini strong {
    padding-top: 18px;
    font-size: 19px;
    line-height: 1.2;
}

.project-mini span {
    padding-bottom: 18px;
    color: var(--muted);
    font-size: 14px;
}

.project-gallery {
    display: grid;
    gap: 14px;
}

.project-gallery a {
    position: relative;
    display: block;
}

.project-gallery a:after {
    content: attr(data-label);
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 9px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    background: rgba(53, 35, 69, .76);
    border-radius: 999px;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .16s ease, transform .16s ease;
}

.project-gallery a:hover:after,
.project-gallery a:focus:after {
    opacity: 1;
    transform: translateY(0);
}

.project-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.has-lightbox {
    overflow: hidden;
}

.image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 4vw, 44px);
    background: rgba(31, 36, 48, .76);
    backdrop-filter: blur(10px);
}

.image-lightbox.is-open {
    display: flex;
}

.image-lightbox figure {
    width: min(100%, 1080px);
    max-height: calc(100vh - 96px);
    margin: 0;
    display: grid;
    gap: 12px;
    justify-items: center;
}

.image-lightbox img {
    max-width: 100%;
    max-height: calc(100vh - 150px);
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.image-lightbox figcaption {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #352345;
    font-size: 34px;
    line-height: 1;
    background: rgba(255, 255, 255, .94);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
    cursor: pointer;
}

.lightbox-close {
    top: 18px;
    right: 18px;
    font-size: 28px;
}

.lightbox-prev {
    left: 18px;
}

.lightbox-next {
    right: 18px;
}

.site-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 45;
    padding: 18px 0 15px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.35;
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(12px);
    border-top: 0;
    box-shadow: 0 -12px 26px rgba(20, 24, 40, .035);
}

.site-footer:before {
    content: "";
    position: absolute;
    right: 0;
    top: -28px;
    left: 0;
    height: 28px;
    background: linear-gradient(0deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 8px clamp(24px, 3.5vw, 46px);
    align-items: start;
    justify-content: center;
}

.site-footer strong,
.site-footer span {
    color: #4b5563;
}

.site-footer strong {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.site-footer p {
    margin: 3px 0;
    color: #6b7280;
}

.footer-contact {
    display: grid;
    gap: 6px;
}

.footer-contact p {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 8px;
    align-items: baseline;
}

.footer-contact span {
    color: var(--brand);
    font-weight: 600;
    text-transform: uppercase;
}

.site-footer a {
    color: #4b5563;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--brand);
}

form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

form li {
    margin-bottom: 14px;
}

label {
    display: block;
    margin-bottom: 6px;
    color: var(--brand-dark);
    font-weight: 800;
}

input,
textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    font: inherit;
}

textarea {
    min-height: 130px;
}

.btn_submit {
    width: auto;
    color: #fff;
    background: var(--accent);
    border: 0;
    font-weight: 800;
    cursor: pointer;
}

.error {
    color: #a92323;
}

.admin-body {
    min-height: 100vh;
    background: #f3f7f7;
}

.admin-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 42px 0;
}

.admin-panel {
    padding: clamp(24px, 5vw, 42px);
}

.admin-heading {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.admin-heading h1 {
    margin: 0;
    color: var(--brand-dark);
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
}

.admin-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 28px;
    align-items: start;
}

.admin-form {
    display: grid;
    gap: 12px;
}

.admin-fieldset {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
}

.admin-fieldset legend {
    padding: 0 8px;
    color: var(--brand);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.admin-form button,
.admin-logout button {
    width: fit-content;
    border: 0;
}

.admin-message {
    padding: 12px 14px;
    border-radius: 6px;
    font-weight: 800;
}

.admin-message.success {
    color: #15583a;
    background: #e8f6ef;
}

.admin-message.error {
    color: #8d1f1f;
    background: #fdeaea;
}

.admin-projects {
    display: grid;
    gap: 10px;
}

.admin-projects article {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
}

.admin-projects a {
    display: inline-block;
    margin-right: 10px;
    font-weight: 800;
}

.admin-priority {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.admin-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 8px;
}

.admin-image-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

.admin-note {
    color: var(--muted);
    font-size: 14px;
}

@media (max-width: 1180px) {
    .header-grid {
        grid-template-columns: auto auto;
        justify-content: space-between;
        min-height: auto;
        padding: 14px 0;
    }

    .header-aside {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-items: start;
        gap: 8px;
    }

    .menu-toggle {
        width: 46px;
        height: 46px;
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 1px solid rgba(91, 44, 145, .18);
        border-radius: 11px;
        color: transparent;
        background: #fff;
        box-shadow: var(--shadow-sm);
        cursor: pointer;
    }

    .menu-toggle span {
        position: absolute;
        left: 12px;
        right: 12px;
        height: 2px;
        background: var(--brand);
    }

    .menu-toggle span:nth-child(1) { top: 14px; }
    .menu-toggle span:nth-child(2) { top: 21px; }
    .menu-toggle span:nth-child(3) { top: 28px; }

    .site-nav {
        grid-column: 1 / -1;
        display: none;
        padding: 10px 0 0;
        border-top: 1px solid #f1f2f5;
        flex-direction: column;
        align-items: stretch;
    }

    .site-header.is-open .site-nav {
        display: flex;
    }

    .site-nav a {
        padding: 14px 12px;
        color: #4b5563;
        border: 1px solid var(--line);
        background: #fff;
    }

    .intro-grid,
    .content-grid,
    .project-preview,
    .admin-layout,
    .footer-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 680px) {
    body {
        padding-bottom: 0;
    }

    .site-footer {
        position: static;
    }

    .site-footer:before {
        display: none;
    }

    .footer-grid {
        justify-items: center;
        text-align: center;
    }

    .footer-contact {
        justify-items: center;
    }

    .footer-contact p {
        grid-template-columns: auto auto;
        justify-content: center;
    }

    .site-shell {
        width: min(100% - 28px, 1120px);
    }

    .header-grid {
        grid-template-columns: 46px 1fr 46px;
        gap: 4px 12px;
        padding: 10px 0 8px;
    }

    .header-aside {
        grid-column: 1 / -1;
        width: 100%;
        justify-items: center;
    }

    .language-switch {
        margin-top: 4px;
    }

    .brand {
        grid-column: 2;
        justify-self: center;
        align-self: center;
    }

    .menu-toggle {
        grid-column: 3;
        justify-self: end;
    }

    .brand img {
        width: min(168px, 58vw);
    }

    .brand-line {
        padding-right: 0;
        font-size: 10px;
        letter-spacing: .1em;
        text-align: center;
        white-space: nowrap;
    }

    .brand-line span {
        margin: 0 6px;
    }

    .brand-line:after {
        display: none;
    }

    .hero {
        width: 100%;
        min-height: 300px;
        border-radius: 0;
    }

    .hero-content {
        max-width: 100%;
        padding: 26px 0 32px;
    }

    .hero h1 {
        max-width: 100%;
        font-size: clamp(26px, 7.8vw, 34px);
        line-height: 1.08;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .hero p {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .hero-actions,
    .project-mini-grid,
    .project-grid {
        grid-template-columns: 1fr;
    }

    .project-card div {
        min-height: 0;
        padding: 20px;
    }

    .hero-actions {
        display: grid;
    }

    .button-primary,
    .button-secondary {
        max-width: 100%;
        width: 100%;
    }

    .section {
        padding: 48px 0;
    }

    body {
        background: #ffffff;
    }
}
