@font-face {
    font-family: "Barlow Condensed";
    src: url("../fonts/barlow-condensed-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Barlow Condensed";
    src: url("../fonts/barlow-condensed-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Barlow Condensed";
    src: url("../fonts/barlow-condensed-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope-latin.woff2") format("woff2");
    font-weight: 400 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --zs-sail: #f4f6f2;
    --zs-white: #ffffff;
    --zs-ink: #081b2b;
    --zs-sea: #1d5c75;
    --zs-sea-dark: #123f53;
    --zs-signal: #f05a3c;
    --zs-line: rgba(8, 27, 43, 0.16);
    --zs-muted: #52636d;
    --zs-shell: 1240px;
    --zs-display: "Barlow Condensed", "Arial Narrow", sans-serif;
    --zs-body: "Manrope", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body.zs-site {
    margin: 0;
    background: var(--zs-sail);
    color: var(--zs-ink);
    font-family: var(--zs-body);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

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

.zs-site img {
    display: block;
    max-width: 100%;
}

.zs-site a {
    color: inherit;
    text-decoration: none;
}

.zs-site a:focus-visible,
.zs-site button:focus-visible {
    outline: 3px solid var(--zs-signal);
    outline-offset: 4px;
}

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

.zs-skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    background: var(--zs-white);
    color: var(--zs-ink);
    transform: translateY(-150%);
}

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

.zs-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    background: rgba(244, 246, 242, 0.94);
    backdrop-filter: blur(14px);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.zs-header.is-scrolled {
    border-bottom-color: var(--zs-line);
    box-shadow: 0 8px 30px rgba(8, 27, 43, 0.06);
}

.zs-header__inner {
    display: flex;
    min-height: 86px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.zs-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--zs-ink);
}

.zs-brand__mark {
    width: 39px;
    height: 46px;
    flex: 0 0 auto;
}

.zs-brand__type {
    display: grid;
    line-height: 1;
}

.zs-brand__type strong {
    font-family: var(--zs-display);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.zs-brand__type small {
    margin-top: 7px;
    color: var(--zs-muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.zs-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.25vw, 34px);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.zs-nav > a:not(.zs-nav__cta) {
    position: relative;
    padding-block: 10px;
}

.zs-nav > a:not(.zs-nav__cta)::after {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.zs-nav > a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.zs-nav__cta {
    padding: 12px 18px;
    border: 1px solid var(--zs-ink);
    transition: background 180ms ease, color 180ms ease;
}

.zs-nav__cta:hover {
    background: var(--zs-ink);
    color: var(--zs-white);
}

.zs-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
}

.zs-nav-toggle > span:not(.screen-reader-text) {
    display: block;
    width: 27px;
    height: 2px;
    margin: 6px auto;
    background: var(--zs-ink);
    transition: transform 180ms ease;
}

.zs-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 86px);
    padding-top: clamp(56px, 7vw, 104px);
    background: var(--zs-sail);
}

.zs-hero__seam {
    position: absolute;
    top: -12%;
    right: 38%;
    width: 1px;
    height: 130%;
    background: var(--zs-line);
    transform: rotate(16deg);
    transform-origin: top;
}

.zs-hero__seam::after {
    position: absolute;
    left: 14px;
    width: 1px;
    height: 100%;
    background: repeating-linear-gradient(to bottom, transparent 0 9px, rgba(8, 27, 43, 0.28) 9px 13px);
    content: "";
}

.zs-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: clamp(44px, 7vw, 112px);
}

.zs-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: var(--zs-sea);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.zs-eyebrow::before {
    width: 32px;
    height: 1px;
    background: currentColor;
    content: "";
}

.zs-hero h1,
.zs-section-head h2,
.zs-craft h2,
.zs-contact-band h2,
.zs-page-hero h1 {
    margin: 0;
    color: var(--zs-ink);
    font-family: var(--zs-display);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 0.91;
    text-transform: uppercase;
}

.zs-hero h1 {
    max-width: 700px;
    font-size: clamp(62px, 7.6vw, 116px);
}

.zs-hero h1 em {
    color: var(--zs-sea);
    font-style: normal;
}

.zs-hero__lead {
    max-width: 575px;
    margin: 32px 0 0;
    color: #344c5a;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.65;
}

.zs-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 38px;
}

.zs-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 24px;
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 180ms ease, transform 180ms ease;
}

.zs-button:hover {
    transform: translateY(-2px);
}

.zs-button--signal {
    background: var(--zs-signal);
    color: var(--zs-white) !important;
}

.zs-button--signal:hover {
    background: #d9492d;
}

.zs-text-link {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zs-text-link span {
    display: inline-block;
    margin-left: 8px;
    transition: transform 180ms ease;
}

.zs-text-link:hover span {
    transform: translateY(3px);
}

.zs-hero__visual {
    position: relative;
}

.zs-hero__image {
    overflow: hidden;
    min-height: min(66vh, 730px);
    background: var(--zs-sea);
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.zs-hero__image img {
    width: 100%;
    height: 100%;
    min-height: min(66vh, 730px);
    object-fit: cover;
    object-position: 50% 48%;
    filter: saturate(0.78) contrast(1.05);
    transform: scale(1.02);
}

.zs-hero__note {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 2px 20px;
    min-width: 260px;
    padding: 22px 26px;
    background: var(--zs-ink);
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--zs-display);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zs-hero__note strong {
    grid-column: 1 / -1;
    color: var(--zs-white);
    font-size: 15px;
    font-weight: 600;
}

.zs-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 58px;
    border-top: 1px solid var(--zs-line);
}

.zs-proof p {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 24px 34px;
    border-right: 1px solid var(--zs-line);
}

.zs-proof p:first-child {
    padding-left: 0;
}

.zs-proof p:last-child {
    border-right: 0;
}

.zs-proof strong {
    font-family: var(--zs-display);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.zs-proof span {
    color: var(--zs-muted);
    font-size: 12px;
}

.zs-section {
    padding-block: clamp(92px, 11vw, 170px);
}

.zs-section-head {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: end;
    gap: 48px;
    margin-bottom: clamp(48px, 6vw, 84px);
}

.zs-section-head .zs-eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -8px;
}

.zs-section-head h2,
.zs-craft h2,
.zs-contact-band h2 {
    font-size: clamp(52px, 6vw, 88px);
}

.zs-section-head > p:last-child {
    max-width: 500px;
    margin: 0 0 4px;
    color: var(--zs-muted);
    font-size: 17px;
}

.zs-service-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    min-height: 600px;
    gap: 14px;
}

.zs-service {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 560px;
    color: var(--zs-white) !important;
}

.zs-service img,
.zs-service__veil {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
}

.zs-service img {
    object-fit: cover;
    transition: transform 600ms cubic-bezier(.2, .7, .2, 1), filter 300ms ease;
}

.zs-service__veil {
    z-index: -1;
    background: linear-gradient(180deg, rgba(8, 27, 43, 0.08), rgba(8, 27, 43, 0.88));
}

.zs-service:hover img {
    filter: saturate(1.08);
    transform: scale(1.035);
}

.zs-service__index {
    position: absolute;
    top: 24px;
    left: 24px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    font-family: var(--zs-display);
    font-size: 14px;
}

.zs-service__content {
    position: absolute;
    right: 28px;
    bottom: 34px;
    left: 28px;
    display: grid;
    gap: 12px;
}

.zs-service__content small {
    color: rgba(255, 255, 255, 0.74);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.zs-service__content strong {
    max-width: 470px;
    font-family: var(--zs-display);
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1;
    text-transform: uppercase;
}

.zs-service__content > span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zs-service--ink {
    background: var(--zs-ink);
}

.zs-service__drawing {
    position: absolute;
    inset: 25px 15px 135px;
    color: rgba(255, 255, 255, 0.2);
}

.zs-service__drawing svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.2;
}

.zs-craft {
    overflow: hidden;
    padding-block: clamp(90px, 10vw, 150px);
    background: var(--zs-ink);
    color: var(--zs-white);
}

.zs-craft__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(60px, 8vw, 130px);
}

.zs-craft__image {
    position: relative;
}

.zs-craft__image::before {
    position: absolute;
    z-index: 1;
    inset: -30px auto auto -30px;
    width: 120px;
    height: 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    content: "";
}

.zs-craft__image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: grayscale(0.12) contrast(1.04);
    clip-path: polygon(0 0, 100% 11%, 87% 100%, 0 100%);
}

.zs-craft__caption {
    position: absolute;
    right: -36px;
    bottom: 65px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.zs-craft .zs-eyebrow {
    color: #7cb6c9;
}

.zs-craft h2 {
    color: var(--zs-white);
}

.zs-craft__lead {
    margin: 32px 0 40px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.75;
}

.zs-spec-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.zs-spec-list li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 23px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.zs-spec-list > li > span {
    color: var(--zs-signal);
    font-family: var(--zs-display);
    font-size: 14px;
}

.zs-spec-list strong {
    font-family: var(--zs-display);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.zs-spec-list p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.zs-legacy {
    background: var(--zs-white);
}

.zs-legacy__statement {
    display: grid;
    grid-template-columns: 0.55fr 1.45fr;
    gap: 50px;
    padding-bottom: clamp(60px, 8vw, 110px);
}

.zs-legacy blockquote {
    margin: 0;
    font-family: var(--zs-display);
    font-size: clamp(48px, 6vw, 88px);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.98;
    text-transform: uppercase;
}

.zs-legacy__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--zs-line);
    border-bottom: 1px solid var(--zs-line);
}

.zs-legacy__grid article {
    min-height: 230px;
    padding: 36px;
    border-right: 1px solid var(--zs-line);
}

.zs-legacy__grid article:last-child {
    border-right: 0;
}

.zs-legacy__grid span {
    color: var(--zs-sea);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.zs-legacy__grid h3 {
    margin: 40px 0 10px;
    font-family: var(--zs-display);
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.zs-legacy__grid p {
    max-width: 280px;
    margin: 0;
    color: var(--zs-muted);
    font-size: 13px;
}

.zs-process {
    padding-block: clamp(92px, 10vw, 150px);
    background: var(--zs-sea);
    color: var(--zs-white);
}

.zs-section-head--light {
    display: block;
}

.zs-section-head--light .zs-eyebrow {
    color: rgba(255, 255, 255, 0.68);
}

.zs-section-head--light h2 {
    color: var(--zs-white);
}

.zs-process__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    list-style: none;
}

.zs-process__steps li {
    position: relative;
    min-height: 260px;
    padding: 30px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.zs-process__steps li:last-child {
    border-right: 0;
}

.zs-process__steps li::before {
    position: absolute;
    top: -6px;
    left: -1px;
    width: 11px;
    height: 11px;
    border: 2px solid var(--zs-sea);
    border-radius: 50%;
    background: var(--zs-white);
    content: "";
}

.zs-process__steps span {
    display: block;
    color: rgba(255, 255, 255, 0.52);
    font-family: var(--zs-display);
    font-size: 16px;
}

.zs-process__steps strong {
    display: block;
    margin-top: 68px;
    font-family: var(--zs-display);
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.zs-process__steps p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.zs-section-head--row {
    grid-template-columns: 1fr auto;
}

.zs-section-head--row .zs-eyebrow {
    margin-bottom: 20px;
}

.zs-section-head--row h2 {
    font-size: clamp(52px, 5vw, 76px);
}

.zs-news__grid,
.zs-index-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--zs-line);
}

.zs-news-card {
    display: flex;
    min-height: 245px;
    flex-direction: column;
    padding: 30px 34px;
    border-right: 1px solid var(--zs-line);
}

.zs-news-card:last-child {
    border-right: 0;
}

.zs-news-card > p:first-child {
    margin: 0;
    color: var(--zs-sea);
    font-family: var(--zs-display);
    font-size: 13px;
}

.zs-news-card h2,
.zs-news-card h3 {
    margin: 36px 0 24px;
    font-family: var(--zs-display);
    font-size: 31px;
    font-weight: 600;
    line-height: 1.05;
    text-transform: uppercase;
}

.zs-news-card > a:last-child {
    margin-top: auto;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zs-contact-band {
    padding-block: clamp(70px, 8vw, 110px);
    background: var(--zs-signal);
    color: var(--zs-white);
}

.zs-contact-band__grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    align-items: end;
    gap: 50px;
}

.zs-contact-band .zs-eyebrow,
.zs-contact-band h2 {
    color: var(--zs-white);
}

.zs-contact-band__actions {
    display: grid;
    justify-items: start;
    gap: 22px;
}

.zs-contact-band .zs-button--signal {
    border-color: var(--zs-white);
    background: var(--zs-white);
    color: var(--zs-ink) !important;
}

.zs-contact-band__actions > a:last-child {
    font-family: var(--zs-display);
    font-size: 24px;
    font-weight: 600;
}

.zs-footer {
    padding: 72px 0 24px;
    background: var(--zs-ink);
    color: var(--zs-white);
}

.zs-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 0.7fr);
    gap: clamp(36px, 5vw, 76px);
}

.zs-brand--footer {
    color: var(--zs-white) !important;
}

.zs-brand--footer small {
    color: rgba(255, 255, 255, 0.48);
}

.zs-footer__intro {
    max-width: 390px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.zs-footer__label {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.zs-footer address,
.zs-footer__grid > div > a {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-style: normal;
    line-height: 2;
}

.zs-footer__base {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.38);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zs-page-hero {
    padding: clamp(80px, 10vw, 140px) 0 clamp(60px, 7vw, 100px);
    background: var(--zs-ink);
}

.zs-page-hero .zs-eyebrow {
    color: #78b1c4;
}

.zs-page-hero h1 {
    max-width: 920px;
    color: var(--zs-white);
    font-size: clamp(58px, 8vw, 112px);
}

.zs-entry {
    max-width: 1000px;
    padding-top: 80px;
    padding-bottom: 110px;
}

.zs-entry h2,
.zs-entry h3,
.zs-entry h4 {
    color: var(--zs-ink);
    font-family: var(--zs-display);
    font-weight: 600;
    line-height: 1.05;
    text-transform: uppercase;
}

.zs-entry h2 { font-size: clamp(40px, 5vw, 68px); }
.zs-entry h3 { font-size: clamp(31px, 4vw, 48px); }
.zs-entry p,
.zs-entry li { color: #344c5a; }

.zs-entry .section,
.zs-entry .row,
.zs-entry .col,
.zs-entry .col-inner {
    max-width: 100%;
}

.zs-entry .banner h1 {
    display: none;
}

.zs-index-grid {
    margin-block: 90px 120px;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 600ms ease, transform 600ms cubic-bezier(.2, .7, .2, 1);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .zs-nav-toggle { display: block; }

    .zs-nav {
        position: fixed;
        z-index: 1001;
        top: 86px;
        right: 0;
        left: 0;
        display: grid;
        visibility: hidden;
        gap: 0;
        padding: 20px 24px 28px;
        border-top: 1px solid var(--zs-line);
        background: var(--zs-sail);
        box-shadow: 0 18px 30px rgba(8, 27, 43, 0.1);
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
    }

    .zs-nav.is-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .zs-nav a {
        padding: 13px 0 !important;
        border-bottom: 1px solid var(--zs-line);
    }

    .zs-nav__cta {
        margin-top: 14px;
        border: 0;
    }

    .zs-nav-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
    .zs-nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

    .zs-hero__grid {
        grid-template-columns: 1fr 0.95fr;
        gap: 30px;
    }

    .zs-service-grid {
        grid-template-columns: 1fr 1fr;
    }

    .zs-service--wide { grid-column: 1 / -1; }
    .zs-service--wide { min-height: 520px; }
    .zs-service:not(.zs-service--wide) { min-height: 470px; }

    .zs-craft__grid { gap: 55px; }
    .zs-footer__grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .zs-footer__grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
    .zs-shell { width: min(calc(100% - 32px), var(--zs-shell)); }
    .zs-header__inner { min-height: 74px; }
    .zs-nav { top: 74px; }
    .zs-brand__mark { width: 33px; height: 39px; }
    .zs-brand__type strong { font-size: 21px; }

    .zs-hero {
        min-height: auto;
        padding-top: 54px;
    }

    .zs-hero__seam { display: none; }

    .zs-hero__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .zs-hero h1 { font-size: clamp(57px, 17vw, 78px); }
    .zs-hero__lead { margin-top: 24px; font-size: 16px; }
    .zs-actions { align-items: flex-start; flex-direction: column; gap: 20px; }

    .zs-hero__image,
    .zs-hero__image img { min-height: 480px; }
    .zs-hero__image { margin-inline: -16px; clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); }
    .zs-hero__note { right: -16px; }

    .zs-proof {
        grid-template-columns: 1fr;
        margin-top: 44px;
    }

    .zs-proof p,
    .zs-proof p:first-child {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid var(--zs-line);
    }

    .zs-section-head,
    .zs-section-head--row {
        display: block;
    }

    .zs-section-head h2,
    .zs-craft h2,
    .zs-contact-band h2 { font-size: clamp(50px, 15vw, 68px); }
    .zs-section-head > p:last-child { margin-top: 28px; }
    .zs-section-head--row .zs-text-link { display: inline-block; margin-top: 24px; }

    .zs-service-grid { display: block; }
    .zs-service { display: block; min-height: 460px !important; margin-bottom: 14px; }

    .zs-craft__grid,
    .zs-legacy__statement,
    .zs-contact-band__grid {
        grid-template-columns: 1fr;
    }

    .zs-craft__image { order: 2; }
    .zs-craft__caption { right: -38px; }

    .zs-legacy__statement { gap: 26px; }
    .zs-legacy__grid { grid-template-columns: 1fr; }
    .zs-legacy__grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--zs-line); }

    .zs-process__steps { grid-template-columns: 1fr 1fr; }
    .zs-process__steps li { min-height: 230px; border-bottom: 1px solid rgba(255, 255, 255, 0.22); }

    .zs-news__grid,
    .zs-index-grid { grid-template-columns: 1fr; }
    .zs-news-card { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--zs-line); }

    .zs-contact-band__grid { align-items: start; }
    .zs-footer__grid { grid-template-columns: 1fr 1fr; }
    .zs-footer__grid > div:first-child { grid-column: 1 / -1; }
    .zs-footer__grid > div:last-child { grid-column: auto; }
    .zs-footer__base { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 440px) {
    .zs-process__steps { grid-template-columns: 1fr; }
    .zs-footer__grid { grid-template-columns: 1fr; }
    .zs-footer__grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
    [data-reveal] { opacity: 1; transform: none; }
}
