:root {
    --ink: #111820;
    --paper: #f2f0e9;
    --paper-bright: #faf9f4;
    --acid: #0870c8;
    --orange: #3f4247;
    --blue: #85bcec;
    --lavender: #d5d9df;
    --line: rgba(17, 24, 32, 0.16);
    --muted: #656b70;
    --shell: min(1280px, calc(100vw - 64px));
    --radius: 28px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Arial Nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.shell {
    width: var(--shell);
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 1000;
    padding: 10px 16px;
    color: var(--paper-bright);
    background: var(--ink);
    border-radius: 999px;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    color: var(--paper-bright);
    transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled {
    color: var(--ink);
    background: rgba(242, 240, 233, 0.88);
    box-shadow: 0 1px 0 var(--line);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 84px;
}

.brand {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.brand img {
    display: block;
    width: 106px;
    height: 36px;
    object-fit: contain;
    object-position: left center;
}

.navigation {
    display: flex;
    align-items: center;
    gap: 38px;
}

.navigation a {
    position: relative;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.navigation a::after {
    content: "";
    position: absolute;
    inset: auto 0 -7px;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
}

.navigation a:hover::after,
.navigation a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.navigation .nav-service {
    padding: 9px 14px;
    color: #fff;
    background: var(--acid);
    border-radius: 999px;
}

.navigation .nav-service::after {
    display: none;
}

.menu-toggle {
    display: none;
}

.hero {
    position: relative;
    min-height: 760px;
    height: max(760px, 100svh);
    overflow: hidden;
    color: var(--paper-bright);
    background:
        radial-gradient(circle at 77% 45%, rgba(8, 112, 200, 0.25), transparent 32%),
        var(--ink);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(to right, black, transparent 65%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr);
    align-items: center;
    height: 100%;
    padding-top: 84px;
}

.hero-copy {
    max-width: 800px;
}

.eyebrow,
.section-index {
    margin: 0 0 28px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(250, 249, 244, 0.65);
}

.eyebrow span {
    width: 7px;
    height: 7px;
    background: var(--acid);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(215, 255, 67, 0.1);
}

h1,
h2,
h3,
p {
    text-wrap: pretty;
}

h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(64px, 7.2vw, 116px);
    line-height: 0.87;
    letter-spacing: -0.075em;
}

h1 em,
.contact h2 em {
    color: #5aaaf0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.hero-lead {
    max-width: 590px;
    margin: 38px 0 0;
    color: rgba(250, 249, 244, 0.72);
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 42px;
}

.service-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 34px;
    color: rgba(250, 249, 244, .52);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.service-facts span + span,
.service-facts a {
    position: relative;
}

.service-facts span + span::before,
.service-facts a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 3px;
    height: 3px;
    background: var(--acid);
    border-radius: 50%;
}

.service-facts a {
    color: inherit;
    text-underline-offset: 4px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease;
}

.button:hover {
    transform: translateY(-3px);
}

.button-primary {
    color: #fff;
    background: var(--acid);
}

.button-primary:hover {
    background: #1785df;
}

.text-link {
    color: var(--paper-bright);
    font-size: 14px;
    font-weight: 800;
    text-underline-offset: 5px;
}

.text-link span {
    display: inline-block;
    margin-left: 5px;
    transition: transform .2s ease;
}

.text-link:hover span {
    transform: translateX(5px);
}

.hero-visual {
    position: relative;
    width: min(43vw, 570px);
    aspect-ratio: 1;
    justify-self: end;
}

.service-visual {
    display: block;
    color: inherit;
    text-decoration: none;
}

.service-logo-card {
    position: absolute;
    inset: 21%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--ink);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 80px rgba(8, 112, 200, .2);
    animation: core-float 6s ease-in-out infinite;
}

.service-logo-card img {
    display: block;
    width: 78%;
    height: auto;
}

.service-logo-card span {
    position: absolute;
    right: 50%;
    bottom: 14%;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    transform: translate(50%, 8px);
    transition: opacity .25s ease, transform .25s ease;
}

.service-logo-card span b {
    margin-left: 3px;
    font-size: 13px;
}

.service-visual:hover .service-logo-card span {
    opacity: 1;
    transform: translate(50%, 0);
}

.visual-core {
    position: absolute;
    inset: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
    color: var(--ink);
    background: var(--acid);
    border-radius: 50%;
    font-size: clamp(38px, 4.2vw, 70px);
    font-weight: 900;
    letter-spacing: -0.09em;
    box-shadow: 0 0 80px rgba(215, 255, 67, .14);
    animation: core-float 6s ease-in-out infinite;
}

.visual-core span:nth-child(2) {
    transform: translateY(-9%);
}

.orbit {
    position: absolute;
    border: 1px solid rgba(250, 249, 244, .24);
    border-radius: 50%;
}

.orbit-one {
    inset: 5%;
    animation: spin 38s linear infinite;
}

.orbit-two {
    inset: 15%;
    border-style: dashed;
    animation: spin 28s linear infinite reverse;
}

.orbit-one::before,
.orbit-two::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    background: var(--acid);
    border-radius: 50%;
}

.orbit-two::before {
    top: 12%;
    left: 75%;
    background: #fff;
}

.visual-label {
    position: absolute;
    z-index: 2;
    padding: 7px 12px;
    border: 1px solid rgba(250, 249, 244, .26);
    border-radius: 999px;
    color: rgba(250, 249, 244, .65);
    background: var(--ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
}

.label-one { top: 13%; left: 14%; transform: rotate(-8deg); }
.label-two { right: 1%; top: 48%; transform: rotate(8deg); }
.label-three { bottom: 9%; left: 24%; transform: rotate(4deg); }

.visual-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot-one { top: 7%; right: 30%; background: #fff; }
.dot-two { left: 4%; bottom: 29%; background: var(--blue); }
.dot-three { right: 15%; bottom: 17%; background: var(--lavender); }

.scroll-cue {
    position: absolute;
    z-index: 2;
    bottom: 32px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(250, 249, 244, .45);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.scroll-cue span {
    display: block;
    width: 1px;
    height: 30px;
    background: var(--acid);
    animation: scroll-line 1.8s ease-in-out infinite;
}

.section {
    padding: 140px 0;
}

.section-index {
    color: var(--muted);
}

.section-heading {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    padding-bottom: 70px;
    border-bottom: 1px solid var(--line);
}

.section-heading h2,
.approach h2,
.contact h2 {
    margin: 0;
    font-size: clamp(48px, 6vw, 88px);
    line-height: .95;
    letter-spacing: -.065em;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11%;
    padding: 72px 0 0 33.3%;
}

.about-statement p {
    margin: 0;
    font-size: clamp(25px, 2.5vw, 38px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.035em;
}

.about-detail > p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.65;
}

.principles {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 38px;
}

.principles span {
    padding: 8px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.projects {
    color: var(--paper-bright);
    background: var(--ink);
}

.projects .section-index {
    color: rgba(250, 249, 244, .45);
}

.projects-heading {
    grid-template-columns: 2fr 1fr;
    align-items: end;
    border-color: rgba(250, 249, 244, .18);
}

.projects-heading > p {
    justify-self: end;
    margin: 0 0 7px;
    color: rgba(250, 249, 244, .58);
    font-size: 16px;
}

.project-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding-top: 28px;
}

.project-card {
    position: relative;
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-template-rows: 1fr auto;
    min-height: 520px;
    padding: 28px;
    overflow: hidden;
    color: var(--ink);
    border-radius: var(--radius);
    text-decoration: none;
    isolation: isolate;
}

.project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(255, 255, 255, .18);
    opacity: 0;
    transition: opacity .3s ease;
}

.project-card:hover::after {
    opacity: 1;
}

.project-servisdesk { background: var(--acid); }
.project-shootdesk { background: var(--orange); }
.project-glac { background: var(--blue); }
.project-auto { background: var(--lavender); }

.project-servisdesk,
.project-shootdesk {
    color: var(--paper-bright);
}

.project-number,
.project-type {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.project-symbol {
    position: absolute;
    top: 44px;
    right: 52px;
    width: 180px;
    height: 180px;
    transition: transform .4s cubic-bezier(.2,.8,.2,1);
}

.project-card:hover .project-symbol {
    transform: rotate(5deg) scale(1.06);
}

.project-symbol svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .85;
}

.project-content {
    grid-column: 1 / -1;
    align-self: end;
    max-width: 82%;
}

.project-type {
    margin: 0 0 12px;
    opacity: .58;
}

.project-content h3 {
    margin: 0 0 18px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: .95;
    letter-spacing: -.065em;
}

.project-content > p:last-child {
    max-width: 530px;
    margin: 0;
    font-size: 16px;
}

.project-arrow {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 20px;
    transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.project-card:hover .project-arrow {
    color: var(--paper-bright);
    background: var(--ink);
    transform: rotate(8deg);
}

.properties {
    color: var(--ink);
    background: var(--paper-bright);
}

.properties-intro {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: end;
    gap: 10%;
    padding-bottom: 70px;
    border-bottom: 1px solid var(--line);
}

.properties-intro h2 {
    margin: 0;
    font-size: clamp(48px, 6vw, 88px);
    line-height: .95;
    letter-spacing: -.065em;
}

.properties-intro > p {
    max-width: 480px;
    margin: 0 0 6px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.65;
}

.property-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding-top: 28px;
}

.property-types article {
    position: relative;
    min-height: 360px;
    padding: 28px;
    overflow: hidden;
    background: #e9eef5;
    border-radius: var(--radius);
}

.property-types article:nth-child(2) {
    background: #d7e9f8;
}

.property-types article:nth-child(3) {
    background: #d9dce1;
}

.property-types article > span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
}

.property-types h3 {
    position: absolute;
    right: 28px;
    bottom: 82px;
    left: 28px;
    margin: 0;
    font-size: clamp(25px, 2.2vw, 34px);
    line-height: 1;
    letter-spacing: -.045em;
}

.property-types p {
    position: absolute;
    right: 28px;
    bottom: 26px;
    left: 28px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.property-icon {
    position: absolute;
    top: 66px;
    right: 28px;
    width: 130px;
    height: 100px;
    border: 2px solid var(--ink);
    opacity: .72;
}

.property-icon::before,
.property-icon::after {
    content: "";
    position: absolute;
}

.property-icon-production {
    border-top: 0;
}

.property-icon-production::before {
    top: -30px;
    left: -2px;
    width: 132px;
    height: 31px;
    background: linear-gradient(153deg, transparent 48%, var(--ink) 49%, var(--ink) 51%, transparent 52%);
}

.property-icon-production::after {
    right: 17px;
    bottom: 0;
    width: 25px;
    height: 48px;
    border: 2px solid var(--ink);
    border-bottom: 0;
}

.property-icon-storage {
    border-radius: 50% 50% 0 0;
}

.property-icon-storage::before {
    inset: 28px 14px 0;
    border: 2px solid var(--ink);
    border-bottom: 0;
    background: repeating-linear-gradient(to bottom, transparent 0 12px, var(--ink) 13px 15px);
}

.property-icon-office::before {
    inset: 13px;
    background:
        repeating-linear-gradient(to right, var(--ink) 0 16px, transparent 16px 29px),
        repeating-linear-gradient(to bottom, transparent 0 16px, #e9eef5 16px 28px);
    opacity: .78;
}

.properties-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 32px;
    padding: 24px 28px;
    color: var(--paper-bright);
    background: var(--ink);
    border-radius: 18px;
}

.properties-contact p {
    margin: 0;
    font-size: 14px;
}

.properties-contact > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.properties-contact a {
    color: var(--paper-bright);
    font-size: 14px;
    font-weight: 800;
    text-underline-offset: 4px;
}

.approach {
    background: var(--paper-bright);
}

.approach-panel {
    padding: 76px;
    color: var(--paper-bright);
    background: var(--ink);
    border-radius: var(--radius);
}

.approach-panel .section-index {
    color: rgba(250, 249, 244, .45);
}

.approach-title {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: end;
    gap: 12%;
}

.approach-title > p {
    max-width: 420px;
    margin: 0 0 5px;
    color: rgba(250, 249, 244, .6);
    font-size: 18px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 80px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(250, 249, 244, .18);
}

.steps li {
    padding: 26px 36px 0 0;
}

.steps li + li {
    padding-left: 36px;
    border-left: 1px solid rgba(250, 249, 244, .18);
}

.steps span {
    display: block;
    margin-bottom: 54px;
    color: var(--acid);
    font-size: 11px;
    font-weight: 800;
}

.steps strong {
    display: block;
    margin-bottom: 12px;
    font-size: 19px;
}

.steps p {
    max-width: 300px;
    margin: 0;
    color: rgba(250, 249, 244, .56);
    font-size: 14px;
}

.funding {
    background: #e9eef5;
}

.funding-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 9%;
    align-items: start;
}

.funding h2 {
    margin: 0;
    font-size: clamp(48px, 6vw, 88px);
    line-height: .95;
    letter-spacing: -.065em;
}

.funding-card {
    padding: clamp(28px, 4vw, 58px);
    background: #fff;
    border: 1px solid rgba(17, 24, 32, .12);
    border-radius: var(--radius);
    box-shadow: 0 20px 60px rgba(33, 58, 92, .08);
}

.funding-card .funding-label {
    margin: 0 0 22px;
    color: #1f5aa6;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.funding-card h3 {
    max-width: 640px;
    margin: 0 0 16px;
    color: #1f5aa6;
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.funding-card .funding-lead {
    margin: 0 0 26px;
    color: #1f5aa6;
    font-size: clamp(18px, 2vw, 25px);
}

.funding-card > p:not(.funding-label, .funding-lead) {
    max-width: 620px;
    color: var(--muted);
    font-size: 16px;
}

.funding-logos {
    display: flex;
    align-items: center;
    gap: 36px;
    margin: 38px 0;
    padding-top: 30px;
    border-top: 1px solid var(--line);
}

.funding-logos img {
    width: min(200px, 40%);
    max-height: 72px;
    object-fit: contain;
    object-position: left center;
}

.funding-card > a {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    color: #1f5aa6;
    border-top: 1px solid var(--line);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.contact {
    color: var(--paper-bright);
    background: var(--acid);
}

.contact .section-index {
    color: rgba(255, 255, 255, .62);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    align-items: end;
    gap: 10%;
}

.contact h2 em {
    color: #fff;
}

.contact-action {
    padding-bottom: 7px;
}

.contact-action > p {
    max-width: 420px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
}

.mail-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 480px;
    padding: 18px 0;
    border-bottom: 2px solid #fff;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: -.04em;
    text-decoration: none;
}

.mail-link span {
    transition: transform .25s ease;
}

.mail-link:hover span {
    transform: translate(5px, -5px);
}

.site-footer {
    padding: 76px 0 24px;
    color: var(--paper-bright);
    background: var(--ink);
}

.footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 70px;
}

.brand-footer {
    padding: 0;
    background: transparent;
}

.brand-footer img {
    width: 132px;
    height: 40px;
}

.footer-data {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: clamp(35px, 7vw, 100px);
}

.footer-data p {
    margin: 0;
    color: rgba(250, 249, 244, .58);
    font-size: 13px;
    line-height: 1.7;
}

.footer-data p:first-child {
    color: var(--paper-bright);
    font-weight: 800;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid rgba(250, 249, 244, .16);
    color: rgba(250, 249, 244, .4);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    text-decoration: none;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes core-float {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes scroll-line {
    0%, 100% { transform: scaleY(.35); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
}

@media (max-width: 1000px) {
    :root {
        --shell: min(100% - 40px, 900px);
    }

    .hero-grid {
        grid-template-columns: 1fr 340px;
    }

    .hero-visual {
        width: 400px;
        margin-right: -90px;
        opacity: .75;
    }

    .about-grid {
        padding-left: 0;
    }

    .approach-panel {
        padding: 52px;
    }

    .footer-main {
        gap: 60px;
    }

    .footer-data {
        gap: 34px;
    }
}

@media (max-width: 760px) {
    :root {
        --shell: calc(100% - 32px);
        --radius: 20px;
    }

    html {
        scroll-padding-top: 70px;
    }

    .header-inner {
        height: 70px;
    }

    .menu-toggle {
        position: relative;
        z-index: 3;
        display: grid;
        width: 44px;
        height: 44px;
        padding: 0;
        place-content: center;
        gap: 6px;
        color: inherit;
        background: transparent;
        border: 0;
        border-radius: 50%;
    }

    .menu-toggle span:not(.sr-only) {
        display: block;
        width: 22px;
        height: 2px;
        background: currentColor;
        transition: transform .25s ease;
    }

    .menu-toggle[aria-expanded="true"] span:nth-last-child(2) {
        transform: translateY(4px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] span:last-child {
        transform: translateY(-4px) rotate(-45deg);
    }

    .navigation {
        position: fixed;
        inset: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        padding: 32px;
        color: var(--paper-bright);
        background: var(--ink);
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition: visibility .25s, opacity .25s ease, transform .25s ease;
    }

    .navigation.is-open {
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .navigation a {
        font-size: 44px;
        letter-spacing: -.05em;
    }

    .navigation .nav-service {
        padding: 8px 16px 10px;
    }

    .hero {
        min-height: 720px;
        height: 100svh;
    }

    .hero-grid {
        display: block;
        padding-top: max(130px, 18vh);
    }

    .hero-copy {
        position: relative;
        z-index: 2;
    }

    h1 {
        font-size: clamp(56px, 18vw, 88px);
    }

    .hero-lead {
        max-width: 92%;
        margin-top: 28px;
        font-size: 17px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-top: 32px;
    }

    .service-facts {
        max-width: 310px;
        gap: 8px 20px;
        margin-top: 26px;
        font-size: 9px;
    }

    .service-facts span + span::before,
    .service-facts a::before {
        left: -11px;
    }

    .hero-visual {
        position: absolute;
        right: -150px;
        bottom: -70px;
        width: 430px;
        margin: 0;
        opacity: .24;
    }

    .scroll-cue {
        display: none;
    }

    .section {
        padding: 88px 0;
    }

    .section-heading,
    .projects-heading,
    .about-grid,
    .approach-title,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .section-heading {
        gap: 10px;
        padding-bottom: 46px;
    }

    .section-heading h2,
    .approach h2,
    .contact h2 {
        font-size: clamp(45px, 14vw, 68px);
    }

    .about-grid {
        gap: 36px;
        padding-top: 46px;
    }

    .about-detail > p {
        font-size: 16px;
    }

    .projects-heading > p {
        justify-self: start;
        margin-top: 18px;
    }

    .project-list {
        grid-template-columns: 1fr;
    }

    .project-card {
        min-height: 440px;
        padding: 22px;
    }

    .project-symbol {
        top: 38px;
        right: 30px;
        width: 135px;
        height: 135px;
    }

    .project-content {
        max-width: 100%;
        padding-right: 25px;
    }

    .project-content h3 {
        font-size: 50px;
    }

    .project-content > p:last-child {
        font-size: 14px;
    }

    .project-arrow {
        right: 20px;
        bottom: 20px;
        width: 42px;
        height: 42px;
    }

    .properties-intro,
    .property-types {
        grid-template-columns: 1fr;
    }

    .properties-intro {
        gap: 30px;
        padding-bottom: 44px;
    }

    .properties-intro > p {
        font-size: 16px;
    }

    .property-types article {
        min-height: 330px;
    }

    .property-icon {
        width: 110px;
        height: 84px;
    }

    .property-icon-production::before {
        width: 112px;
    }

    .properties-contact {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px;
    }

    .properties-contact > div {
        flex-direction: column;
        gap: 8px;
    }

    .approach-panel {
        margin-inline: -8px;
        padding: 38px 26px;
    }

    .approach-title {
        gap: 28px;
    }

    .approach-title > p {
        font-size: 16px;
    }

    .steps {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }

    .steps li,
    .steps li + li {
        display: grid;
        grid-template-columns: 36px 1fr;
        padding: 24px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(250, 249, 244, .18);
    }

    .steps span {
        grid-row: span 2;
        margin: 4px 0 0;
    }

    .funding-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .funding-card {
        padding: 28px 22px;
    }

    .funding-logos {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .funding-logos img {
        width: 200px;
        max-width: 78%;
    }

    .contact-grid {
        gap: 50px;
    }

    .contact-action > p {
        font-size: 16px;
    }

    .site-footer {
        padding-top: 56px;
    }

    .footer-main,
    .footer-data {
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .footer-main {
        display: flex;
        gap: 44px;
        padding-bottom: 45px;
    }

    .footer-data {
        display: grid;
        gap: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
