html { scroll-behavior: smooth; }
body.szs-modern-home-body {
    --szs-ink: #090909;
    --szs-paper: #ffffff;
    --szs-warm: #f1efe9;
    --szs-muted: #6c6c68;
    --szs-line: #d8d6d0;
    margin: 0 !important;
    background: #fff;
}
body.szs-modern-home-body #wpadminbar { position: fixed; }
.szs-header *, .szs-header *::before, .szs-header *::after,
.szs-footer *, .szs-footer *::before, .szs-footer *::after { box-sizing: border-box; }

.szs-skip-link {
    position: fixed;
    z-index: 100000;
    top: -100px;
    left: 20px;
    padding: 12px 16px;
    background: #fff;
    color: #090909;
    font: 700 13px/1 Arial, sans-serif;
}
.szs-skip-link:focus { top: 12px; }

.szs-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: 14px clamp(24px, 4vw, 70px);
    border-bottom: 1px solid #d8d6d0;
    background: rgba(255,255,255,.96);
    color: #090909;
    backdrop-filter: blur(14px);
    font-family: Arial, Helvetica, sans-serif;
}
.admin-bar .szs-header { top: 32px; }
.szs-brand { display: inline-flex; align-items: center; gap: 13px; color: #090909 !important; text-decoration: none !important; }
.szs-brand svg { width: 47px; height: 47px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.szs-brand span, .szs-brand strong, .szs-brand small { display: block; }
.szs-brand strong { font-size: 20px; line-height: 1; letter-spacing: .045em; }
.szs-brand small { margin-top: 4px; font: 400 16px/1 Georgia, serif; letter-spacing: .02em; }

.szs-header-nav { display: flex; align-items: center; gap: clamp(15px, 1.8vw, 30px); }
.szs-header-nav a { position: relative; padding: 10px 0; color: #090909 !important; font-size: 12px; font-weight: 700; text-decoration: none !important; white-space: nowrap; }
.szs-header-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.szs-header-nav a:hover::after, .szs-header-nav a:focus-visible::after, .szs-header-nav a.is-current::after { transform: scaleX(1); transform-origin: left; }
.szs-header-contact { min-height: 42px; display: inline-flex; align-items: center; padding: 0 17px !important; border: 1px solid #090909; }
.szs-header-contact::after { display: none; }
.szs-header-contact:hover, .szs-header-contact:focus-visible { background: #fff !important; color: #090909 !important; outline: 2px solid #090909; outline-offset: 3px; }

.szs-menu-toggle { display: none; min-width: 78px; min-height: 42px; align-items: center; justify-content: space-between; gap: 12px; padding: 0 12px; border: 1px solid #090909; border-radius: 0; background: #fff; color: #090909; font: 800 11px/1 Arial, sans-serif; }
.szs-menu-toggle i, .szs-menu-toggle i::before { display: block; width: 17px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
.szs-menu-toggle i::before { transform: translateY(5px); }
.szs-menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.szs-menu-toggle[aria-expanded="true"] i::before { transform: rotate(90deg); }

.szs-spec {
    --szs-ink: #090909;
    --szs-paper: #ffffff;
    --szs-warm: #f1efe9;
    --szs-muted: #6c6c68;
    --szs-line: #d8d6d0;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
    background: var(--szs-paper);
    color: var(--szs-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.szs-spec *, .szs-spec *::before, .szs-spec *::after { box-sizing: border-box; }
.szs-spec a { color: inherit; text-decoration: none; }
.szs-spec h1, .szs-spec h2, .szs-spec h3, .szs-spec p, .szs-spec blockquote { margin-top: 0; }
.szs-spec h1, .szs-spec h2, .szs-spec blockquote {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -.045em;
}
.szs-spec em { font-weight: 400; }

.szs-kicker {
    margin: 0 0 24px;
    font-size: 11px !important;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .2em;
}

.szs-hero {
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
    max-width: 1600px;
    margin: 0 auto;
    border-bottom: 1px solid var(--szs-line);
}

.szs-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(80px, 9vw, 148px) clamp(36px, 7vw, 112px);
}

.szs-hero h1 {
    max-width: 900px;
    margin-bottom: 34px;
    font-size: clamp(58px, 7vw, 106px) !important;
    line-height: .93 !important;
}

.szs-hero h1 em { color: #77746e; }

.szs-hero__lead {
    max-width: 660px;
    margin-bottom: 0;
    color: #41413e;
    font-size: clamp(18px, 1.5vw, 22px) !important;
    line-height: 1.65;
}

.szs-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 38px;
}

.szs-btn {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 0 25px;
    border: 1px solid var(--szs-ink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.szs-btn:hover, .szs-btn:focus-visible { transform: translateY(-2px); }
.szs-btn--dark { background: var(--szs-ink); color: #fff !important; }
.szs-btn--dark:hover, .szs-btn--dark:focus-visible { background: var(--szs-ink); color: #fff !important; outline: 2px solid var(--szs-ink); outline-offset: 4px; }
.szs-link { padding: 12px 0 8px; border-bottom: 1px solid #111; font-size: 13px; font-weight: 800; }
.szs-link:hover, .szs-link:focus-visible { color: #555 !important; border-color: #555; }

.szs-hero__visual {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: var(--szs-ink);
}

.szs-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.68));
    pointer-events: none;
}

.szs-hero__visual img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center 24%;
    filter: grayscale(1) contrast(1.04);
    opacity: .92;
}

.szs-hero__number {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: 28px;
    color: rgba(255,255,255,.74);
    font: 400 clamp(52px, 6vw, 88px)/1 Georgia, serif;
    letter-spacing: -.06em;
}

.szs-hero__caption {
    position: absolute;
    z-index: 3;
    left: 34px;
    bottom: 30px;
    color: #fff;
}

.szs-hero__caption strong, .szs-hero__caption span { display: block; }
.szs-hero__caption strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.szs-hero__caption span { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 12px; }

.szs-hero__lines {
    position: absolute;
    z-index: 2;
    right: -20px;
    bottom: -30px;
    width: 70%;
    height: auto;
    fill: none;
    stroke: rgba(255,255,255,.28);
    stroke-width: 1.2;
}

.szs-proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1600px;
    margin: 0 auto;
    background: var(--szs-paper);
    border-bottom: 1px solid var(--szs-line);
}

.szs-proof > div { min-height: 116px; padding: 28px 34px; border-right: 1px solid var(--szs-line); }
.szs-proof > div:last-child { border-right: 0; }
.szs-proof strong, .szs-proof span { display: block; }
.szs-proof strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.szs-proof span { margin-top: 5px; color: var(--szs-muted); font-size: 12px; }

.szs-services {
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(94px, 10vw, 156px) 32px;
}

.szs-section-head {
    display: grid;
    grid-template-columns: 1fr 2fr 1.15fr;
    gap: 42px;
    align-items: end;
    margin-bottom: 64px;
}

.szs-section-head .szs-kicker { align-self: start; }
.szs-section-head h2 {
    margin-bottom: 0;
    font-size: clamp(45px, 5vw, 72px) !important;
    line-height: 1 !important;
}
.szs-section-head > p:last-child { margin-bottom: 4px; color: var(--szs-muted); font-size: 15px; }

.szs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--szs-ink); border-left: 1px solid var(--szs-ink); }

.szs-card {
    min-height: 470px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-right: 1px solid var(--szs-ink);
    border-bottom: 1px solid var(--szs-ink);
    background: #fff;
    color: var(--szs-ink) !important;
    transition: none;
}

.szs-card:hover, .szs-card:focus-visible {
    position: relative;
    z-index: 2;
    color: var(--szs-ink) !important;
    transform: none;
    box-shadow: none;
    outline: 2px solid currentColor;
    outline-offset: -6px;
}

.szs-card--ink { background: var(--szs-ink); color: #fff !important; }
.szs-card--ink:hover, .szs-card--ink:focus-visible { background: var(--szs-ink); color: #fff !important; }
.szs-card--ink p, .szs-card--ink .szs-card__index { color: rgba(255,255,255,.67); }
.szs-card--ink .szs-icon { stroke: #fff; }

.szs-card__index { color: #777; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.szs-icon { width: 58px; height: 58px; margin: 42px 0 34px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: square; stroke-linejoin: miter; }
.szs-card h3 { margin-bottom: 20px; font-family: Georgia, serif; font-size: clamp(30px, 2.7vw, 42px) !important; font-weight: 400; line-height: 1.02 !important; letter-spacing: -.035em; }
.szs-card p { margin-bottom: 28px; color: #5e5e5a; font-size: 14px; line-height: 1.65; }
.szs-card__cta { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 20px; border-top: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.szs-card__cta b { font-size: 19px; font-weight: 400; }
.szs-card__cta b { transition: transform .2s ease; }
.szs-card:hover .szs-card__cta b, .szs-card:focus-visible .szs-card__cta b { transform: translateX(5px); }

.szs-card--negotiations {
    grid-column: 1 / -1;
    min-height: 330px;
    display: grid;
    grid-template-columns: 78px minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(28px, 4vw, 70px);
    align-items: center;
    padding: clamp(35px, 5vw, 68px);
    background: var(--szs-warm);
}
.szs-card--negotiations:hover, .szs-card--negotiations:focus-visible { background: var(--szs-warm); }
.szs-card__negotiations-mark { display: flex; align-self: stretch; flex-direction: column; justify-content: space-between; }
.szs-card__negotiations-mark .szs-icon { width: 72px; height: 72px; margin: 0; }
.szs-card__negotiations-copy h3 { margin-bottom: 24px; font-size: clamp(40px, 4.5vw, 65px) !important; }
.szs-card__negotiations-copy p { max-width: 690px; margin: 0; font-size: 16px; }
.szs-card__negotiations-scope { display: flex; flex-direction: column; align-self: stretch; justify-content: center; border-top: 1px solid var(--szs-ink); }
.szs-card__negotiations-scope > span:not(.szs-card__cta) { padding: 11px 0; border-bottom: 1px solid #c4c1b9; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.szs-card__negotiations-scope .szs-card__cta { margin-top: 22px; }

.szs-profile {
    display: grid;
    grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr);
    max-width: 1600px;
    margin: 0 auto;
    border-top: 1px solid var(--szs-ink);
    border-bottom: 1px solid var(--szs-ink);
}

.szs-profile__portrait { position: relative; min-height: 850px; overflow: hidden; background: var(--szs-ink); }
.szs-profile__portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.66)); }
.szs-profile__portrait > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: grayscale(1) contrast(1.03); }
.szs-profile__portrait > svg { position: absolute; z-index: 2; inset: auto -8% -7% auto; width: 82%; fill: none; stroke: rgba(255,255,255,.25); stroke-width: 1; }
.szs-profile__portrait-meta { position: absolute; z-index: 3; right: 28px; bottom: 27px; left: 28px; display: flex; justify-content: space-between; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .16em; }

.szs-profile__content { padding: clamp(80px, 8vw, 128px) clamp(34px, 7vw, 110px); }
.szs-profile__content h2 { margin-bottom: 34px; font-size: clamp(62px, 7vw, 104px) !important; line-height: .89 !important; }
.szs-profile__lead { max-width: 780px; margin-bottom: 55px; color: #3d3d39; font: 400 clamp(20px, 1.8vw, 25px)/1.55 Georgia, serif; }
.szs-profile__bio { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 40px; padding-top: 35px; border-top: 1px solid var(--szs-ink); }
.szs-profile__bio p { margin-bottom: 0; color: #565650; font-size: 14px; line-height: 1.75; }
.szs-profile__bio p:last-child { grid-column: span 2; padding-top: 18px; font-weight: 700; color: var(--szs-ink); }
.szs-profile__credentials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 55px; border-top: 1px solid var(--szs-line); border-left: 1px solid var(--szs-line); }
.szs-profile__credentials > div { min-height: 112px; padding: 20px; border-right: 1px solid var(--szs-line); border-bottom: 1px solid var(--szs-line); }
.szs-profile__credentials strong, .szs-profile__credentials span { display: block; }
.szs-profile__credentials strong { font: 400 21px/1 Georgia, serif; }
.szs-profile__credentials span { margin-top: 7px; color: var(--szs-muted); font-size: 11px; }
.szs-profile__links { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 45px; }

.szs-approach {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    background: var(--szs-warm);
}

.szs-approach__intro { padding: clamp(90px, 9vw, 145px) clamp(34px, 8vw, 128px); border-right: 1px solid #c8c5bd; }
.szs-approach__intro h2 { margin-bottom: 0; font-size: clamp(46px, 5vw, 74px) !important; line-height: 1 !important; }
.szs-process { padding: clamp(70px, 8vw, 120px) clamp(34px, 7vw, 112px); }
.szs-process article { display: grid; grid-template-columns: 54px 1fr; gap: 26px; padding: 32px 0; border-bottom: 1px solid #c8c5bd; }
.szs-process article:first-child { border-top: 1px solid #c8c5bd; }
.szs-process article > span { font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.szs-process h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 25px !important; font-weight: 400; letter-spacing: -.025em; }
.szs-process p { margin-bottom: 0; color: #5c5a55; font-size: 14px; }

.szs-statement { position: relative; max-width: 1120px; margin: 0 auto; padding: clamp(100px, 12vw, 180px) 34px; text-align: center; }
.szs-statement__mark { height: 72px; color: #d8d6d0; font: 160px/1 Georgia, serif; overflow: hidden; }
.szs-statement blockquote { max-width: 1000px; margin: 25px auto 28px; font-size: clamp(40px, 5vw, 70px) !important; line-height: 1.08 !important; }
.szs-statement > p { margin-bottom: 0; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.szs-contact {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: end;
    gap: 70px;
    padding: clamp(90px, 10vw, 150px) max(34px, calc((100vw - 1260px) / 2));
    background: var(--szs-ink);
    color: #fff;
}

.szs-contact h2 { margin-bottom: 30px; font-size: clamp(55px, 7vw, 96px) !important; line-height: .95 !important; }
.szs-contact__copy > p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 17px; }
.szs-contact__actions { display: flex; flex-direction: column; align-items: stretch; gap: 25px; }
.szs-btn--light { border-color: #fff; background: #fff; color: var(--szs-ink) !important; }
.szs-btn--light:hover, .szs-btn--light:focus-visible { background: #fff; color: var(--szs-ink) !important; outline: 2px solid #fff; outline-offset: 4px; }
.szs-contact__phone { align-self: flex-start; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.55); color: #fff !important; font-family: Georgia, serif; font-size: 26px; }
.szs-contact__phone:hover, .szs-contact__phone:focus-visible { color: #d8d6d0 !important; }

.szs-footer { background: var(--szs-ink); color: #fff; font-family: Arial, Helvetica, sans-serif; }
.szs-footer a { color: inherit; text-decoration: none; }
.szs-footer__cta { display: grid; grid-template-columns: 1.25fr .75fr; gap: 75px; align-items: end; max-width: 1320px; margin: 0 auto; padding: clamp(95px, 10vw, 150px) 32px; }
.szs-footer__cta h2 { margin: 0; font: 400 clamp(58px, 7vw, 100px)/.92 Georgia, serif; letter-spacing: -.045em; }
.szs-footer__cta > div:last-child > p { margin: 0 0 30px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; }
.szs-footer__cta .szs-btn { width: 100%; }
.szs-footer__phone { display: inline-block; margin-top: 27px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.6); font: 400 27px/1.2 Georgia, serif; }
.szs-footer__line { height: 1px; background: rgba(255,255,255,.22); }
.szs-footer__grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 55px; max-width: 1320px; margin: 0 auto; padding: 62px 32px; }
.szs-footer__grid h3 { margin: 0 0 20px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.szs-footer__grid p, .szs-footer__grid a { font-size: 13px; line-height: 1.75; }
.szs-footer__grid > div:last-child a { display: block; margin-bottom: 8px; }
.szs-footer__brand > strong, .szs-footer__brand > span { display: block; }
.szs-footer__brand > strong { font-size: 20px; letter-spacing: .04em; }
.szs-footer__brand > span { margin-top: 4px; font: 400 18px/1 Georgia, serif; }
.szs-footer__brand > p { max-width: 310px; margin: 27px 0 0; color: rgba(255,255,255,.58); }
.szs-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding: 20px max(32px, calc((100vw - 1256px) / 2)); border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .08em; }

.szs-reveal { opacity: 1; transform: none; }
.szs-js .szs-reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.szs-js .szs-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    .szs-js .szs-reveal { opacity: 1; transform: none; transition: none; }
    .szs-card, .szs-btn { transition: none; }
}

@media (max-width: 1050px) {
    .szs-header { min-height: 76px; }
    .szs-menu-toggle { display: inline-flex; }
    .szs-header-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 26px; border-bottom: 1px solid #090909; background: #fff; }
    .szs-header-nav.is-open { display: flex; }
    .szs-header-nav a { padding: 14px 0; border-bottom: 1px solid #dedcd6; }
    .szs-header-contact { justify-content: center; margin-top: 12px; border: 1px solid #090909 !important; }
    .szs-hero { grid-template-columns: 1fr 42%; }
    .szs-section-head { grid-template-columns: 1fr 2fr; }
    .szs-section-head > p:last-child { grid-column: 2; }
    .szs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .szs-card--negotiations { grid-template-columns: 65px minmax(0, 1fr); }
    .szs-card__negotiations-scope { grid-column: 2; }
    .szs-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .szs-proof > div:nth-child(2) { border-right: 0; }
    .szs-proof > div:nth-child(-n+2) { border-bottom: 1px solid var(--szs-line); }
    .szs-approach { grid-template-columns: 1fr; }
    .szs-approach__intro { border-right: 0; border-bottom: 1px solid #c8c5bd; }
    .szs-profile { grid-template-columns: 42% 58%; }
    .szs-profile__content { padding: 75px 42px; }
    .szs-profile__bio { grid-template-columns: 1fr; }
    .szs-profile__bio p:last-child { grid-column: auto; }
    .szs-profile__credentials { grid-template-columns: repeat(2, 1fr); }
    .szs-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .admin-bar .szs-header { top: 46px; }
    .szs-header { padding: 10px 18px; }
    .szs-brand svg { width: 40px; height: 40px; }
    .szs-brand strong { font-size: 15px; }
    .szs-brand small { font-size: 14px; }
    .szs-hero { display: flex; flex-direction: column; min-height: 0; }
    .szs-hero__copy { padding: 72px 24px 58px; }
    .szs-hero h1 { font-size: clamp(49px, 15vw, 72px) !important; }
    .szs-hero__lead { font-size: 17px !important; }
    .szs-actions { align-items: stretch; flex-direction: column; gap: 13px; }
    .szs-btn { width: 100%; }
    .szs-link { align-self: flex-start; }
    .szs-hero__visual { min-height: 540px; }
    .szs-proof { grid-template-columns: 1fr; }
    .szs-proof > div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--szs-line); }
    .szs-proof > div:last-child { border-bottom: 0; }
    .szs-services { padding: 82px 20px; }
    .szs-section-head { display: block; margin-bottom: 44px; }
    .szs-section-head h2 { margin-bottom: 25px; font-size: 48px !important; }
    .szs-grid { grid-template-columns: 1fr; }
    .szs-card { min-height: 430px; padding: 26px; }
    .szs-card h3 { font-size: 38px !important; }
    .szs-card--negotiations { min-height: 0; display: flex; padding: 38px 26px; }
    .szs-card__negotiations-mark { width: 100%; min-height: 118px; }
    .szs-card__negotiations-mark .szs-icon { margin-top: 22px; }
    .szs-card__negotiations-copy h3 { font-size: 46px !important; }
    .szs-card__negotiations-scope { width: 100%; margin-top: 20px; }
    .szs-profile { display: flex; flex-direction: column; }
    .szs-profile__portrait { min-height: 590px; }
    .szs-profile__content { padding: 80px 24px; }
    .szs-profile__content h2 { font-size: 63px !important; }
    .szs-profile__lead { font-size: 20px; }
    .szs-profile__credentials { grid-template-columns: 1fr 1fr; }
    .szs-profile__links { align-items: stretch; flex-direction: column; }
    .szs-profile__links .szs-btn { width: 100%; }
    .szs-profile__links .szs-link { align-self: flex-start; }
    .szs-approach__intro, .szs-process { padding: 78px 24px; }
    .szs-approach__intro h2 { font-size: 49px !important; }
    .szs-process article { grid-template-columns: 38px 1fr; gap: 16px; }
    .szs-statement { padding: 100px 24px; }
    .szs-statement blockquote { font-size: 42px !important; }
    .szs-contact { grid-template-columns: 1fr; gap: 48px; padding: 85px 24px; }
    .szs-contact h2 { font-size: 58px !important; }
    .szs-footer__cta { grid-template-columns: 1fr; gap: 45px; padding: 85px 24px; }
    .szs-footer__cta h2 { font-size: 60px; }
    .szs-footer__grid { grid-template-columns: 1fr; gap: 40px; padding: 58px 24px; }
    .szs-footer__bottom { align-items: flex-start; flex-direction: column; padding: 20px 24px; }
}
