html { scroll-behavior: smooth; }
body.szp-modern-projects-body {
    --szp-ink: #090909;
    --szp-paper: #fff;
    --szp-warm: #f1efe9;
    --szp-line: #d8d5ce;
    --szp-muted: #65645f;
    margin: 0 !important;
    background: #fff;
}
body.szp-modern-projects-body #wpadminbar { position: fixed; }
.szp-header *, .szp-header *::before, .szp-header *::after,
.szp-footer *, .szp-footer *::before, .szp-footer *::after { box-sizing: border-box; }
.szp-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; }
.szp-skip-link:focus { top: 12px; }
.szp-header { position: sticky; z-index: 1000; top: 0; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 14px clamp(24px, 4vw, 70px); border-bottom: 1px solid #d8d5ce; background: rgba(255,255,255,.96); color: #090909; backdrop-filter: blur(14px); font-family: Arial, Helvetica, sans-serif; }
.admin-bar .szp-header { top: 32px; }
.szp-brand { display: inline-flex; align-items: center; gap: 13px; color: #090909 !important; text-decoration: none !important; }
.szp-brand svg { width: 47px; height: 47px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.szp-brand span, .szp-brand strong, .szp-brand small { display: block; }
.szp-brand strong { font-size: 20px; line-height: 1; letter-spacing: .045em; }
.szp-brand small { margin-top: 4px; font: 400 16px/1 Georgia, serif; letter-spacing: .02em; }
.szp-header-nav { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 27px); }
.szp-header-nav a { position: relative; padding: 10px 0; color: #090909 !important; font-size: 12px; font-weight: 700; text-decoration: none !important; white-space: nowrap; }
.szp-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; }
.szp-header-nav a:hover::after, .szp-header-nav a:focus-visible::after, .szp-header-nav a.is-current::after { transform: scaleX(1); transform-origin: left; }
.szp-header-contact { min-height: 42px; display: inline-flex; align-items: center; padding: 0 17px !important; border: 1px solid #090909; }
.szp-header-contact::after { display: none; }
.szp-header-contact:hover, .szp-header-contact:focus-visible { background: #fff !important; color: #090909 !important; outline: 2px solid #090909; outline-offset: 3px; }
.szp-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; }
.szp-menu-toggle i, .szp-menu-toggle i::before { display: block; width: 17px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
.szp-menu-toggle i::before { transform: translateY(5px); }
.szp-menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.szp-menu-toggle[aria-expanded="true"] i::before { transform: rotate(90deg); }

.szp-projects {
    --szp-ink: #090909;
    --szp-paper: #fff;
    --szp-warm: #f1efe9;
    --szp-line: #d8d5ce;
    --szp-muted: #65645f;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
    background: var(--szp-paper);
    color: var(--szp-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

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

.szp-kicker { margin: 0 0 23px; font-size: 11px !important; font-weight: 900; letter-spacing: .2em; }

.szp-hero {
    max-width: 1600px;
    min-height: 690px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(480px, .95fr);
    margin: 0 auto;
    border-bottom: 1px solid var(--szp-line);
}

.szp-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(88px, 9vw, 145px) clamp(36px, 7vw, 112px); }
.szp-hero h1 { margin-bottom: 34px; font-size: clamp(65px, 7.2vw, 112px) !important; line-height: .9 !important; }
.szp-hero h1 em { color: #75736d; font-weight: 400; }
.szp-hero__lead { max-width: 650px; margin-bottom: 0; color: #454440; font-size: clamp(18px, 1.5vw, 22px) !important; line-height: 1.65; }

.szp-button {
    width: fit-content;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    margin-top: 38px;
    padding: 0 25px;
    border: 1px solid var(--szp-ink);
    background: var(--szp-ink);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
}
.szp-button:hover, .szp-button:focus-visible { background: var(--szp-ink); color: #fff !important; outline: 2px solid var(--szp-ink); outline-offset: 4px; }

.szp-hero__art { position: relative; min-height: 690px; overflow: hidden; background: var(--szp-ink); color: #fff; }
.szp-hero__art svg { position: absolute; inset: 7% 2% auto; width: 96%; height: auto; fill: none; stroke: rgba(255,255,255,.28); stroke-width: 1; animation: szp-rotate 45s linear infinite; transform-origin: center; }
.szp-hero__label { position: absolute; z-index: 2; top: 30px; left: 32px; font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.szp-hero__big { position: absolute; z-index: 2; left: 29px; bottom: 2px; font: 400 clamp(150px, 20vw, 300px)/.8 Georgia, serif; letter-spacing: -.08em; }
.szp-hero__stamp { position: absolute; z-index: 2; right: 30px; bottom: 31px; padding-left: 20px; border-left: 1px solid #fff; font-size: 10px; line-height: 1.6; letter-spacing: .16em; }
@keyframes szp-rotate { to { transform: rotate(360deg); } }

.szp-numbers { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1600px; margin: 0 auto; border-bottom: 1px solid var(--szp-line); }
.szp-numbers > div { min-height: 120px; padding: 29px 32px; border-right: 1px solid var(--szp-line); }
.szp-numbers > div:last-child { border-right: 0; }
.szp-numbers strong, .szp-numbers span { display: block; }
.szp-numbers strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.szp-numbers span { margin-top: 7px; color: var(--szp-muted); font-size: 12px; }

.szp-marquee { overflow: hidden; padding: 20px 0; border-bottom: 1px solid var(--szp-line); background: var(--szp-warm); white-space: nowrap; }
.szp-marquee div { width: max-content; font-size: 11px; font-weight: 900; letter-spacing: .16em; animation: szp-marquee 38s linear infinite; }
@keyframes szp-marquee { to { transform: translateX(-50%); } }

.szp-work { max-width: 1320px; margin: 0 auto; padding: clamp(95px, 10vw, 150px) 32px; }
.szp-section-head { display: grid; grid-template-columns: 1.55fr .75fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.szp-section-head h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(50px, 6vw, 82px) !important; line-height: .98 !important; }
.szp-section-head > p { margin-bottom: 5px; color: var(--szp-muted); font-size: 14px; }

.szp-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; padding-bottom: 22px; border-bottom: 1px solid var(--szp-ink); }
.szp-filters button { min-height: 38px; padding: 0 15px; border: 1px solid var(--szp-ink); border-radius: 0; background: #fff; color: var(--szp-ink); font: 800 11px/1 Arial, sans-serif; cursor: pointer; }
.szp-filters button:hover, .szp-filters button:focus-visible { background: #fff; color: var(--szp-ink); outline: 2px solid var(--szp-ink); outline-offset: 2px; }
.szp-filters button[aria-pressed="true"] { background: var(--szp-ink); color: #fff; }

.szp-cases { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--szp-ink); border-left: 1px solid var(--szp-ink); }
.szp-case { min-width: 0; display: grid; grid-template-rows: 270px 1fr; border-right: 1px solid var(--szp-ink); border-bottom: 1px solid var(--szp-ink); background: #fff; color: var(--szp-ink); }
.szp-case[hidden] { display: none !important; }
.szp-case--lead { grid-column: span 2; grid-template-columns: 1.05fr .95fr; grid-template-rows: minmax(410px, auto); }
.szp-case:hover, .szp-case:focus-within { background: #fff; color: var(--szp-ink); box-shadow: none; filter: none; }

.szp-case__art { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; border-bottom: 1px solid var(--szp-ink); background: var(--szp-warm); }
.szp-case--lead .szp-case__art { border-right: 1px solid var(--szp-ink); border-bottom: 0; }
.szp-case__art svg { width: 80%; max-height: 82%; fill: none; stroke: var(--szp-ink); stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.szp-case__art--international { background: #e8e5dc; }
.szp-case__art--international svg { width: 88%; }
.szp-case__art > span { position: absolute; left: 18px; bottom: 15px; padding: 5px 8px; background: var(--szp-ink); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .13em; }

.szp-case__body { display: flex; flex-direction: column; padding: 30px; }
.szp-case--lead .szp-case__body { justify-content: center; padding: clamp(34px, 5vw, 70px); }
.szp-case__meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 38px; color: #686762; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.szp-case h3 { margin-bottom: 22px; font-size: clamp(31px, 3vw, 46px) !important; line-height: 1.02 !important; }
.szp-case--lead h3 { font-size: clamp(42px, 4.5vw, 66px) !important; }
.szp-case__body > p { margin-bottom: 28px; color: #55544f; font-size: 14px; line-height: 1.7; }
.szp-case ul { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 0; padding: 0; list-style: none; }
.szp-case li { padding: 6px 9px; border: 1px solid #a9a69e; font-size: 10px; font-weight: 800; }

.szp-method { display: grid; grid-template-columns: 1fr 1fr; background: var(--szp-warm); border-top: 1px solid var(--szp-line); }
.szp-method__heading { padding: clamp(90px, 9vw, 145px) clamp(34px, 8vw, 125px); border-right: 1px solid #c9c5bc; }
.szp-method__heading h2 { margin-bottom: 0; font-size: clamp(48px, 5.5vw, 76px) !important; line-height: 1 !important; }
.szp-method__steps { padding: clamp(75px, 8vw, 125px) clamp(34px, 7vw, 105px); }
.szp-method__steps > div { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid #c9c5bc; }
.szp-method__steps > div:first-child { border-top: 1px solid #c9c5bc; }
.szp-method__steps span { font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.szp-method__steps strong { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.szp-method__steps p { grid-column: 2; margin-bottom: 0; color: var(--szp-muted); font-size: 13px; }

.szp-cta { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; padding: clamp(95px, 11vw, 160px) max(32px, calc((100vw - 1256px) / 2)); background: var(--szp-ink); color: #fff; }
.szp-cta h2 { margin-bottom: 0; font-size: clamp(60px, 7vw, 102px) !important; line-height: .91 !important; }
.szp-cta__contact > p { margin-bottom: 30px; color: rgba(255,255,255,.7); font-size: 16px; }
.szp-button--light { width: 100%; margin-top: 0; border-color: #fff; background: #fff; color: var(--szp-ink) !important; }
.szp-button--light:hover, .szp-button--light:focus-visible { background: #fff; color: var(--szp-ink) !important; outline-color: #fff; }
.szp-phone { display: inline-block; margin-top: 26px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.55); color: #fff !important; font-family: Georgia, serif; font-size: 25px; }

.szp-footer { background: var(--szp-ink); color: #fff; font-family: Arial, Helvetica, sans-serif; }
.szp-footer a { color: inherit; text-decoration: none; }
.szp-footer__grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 55px; max-width: 1320px; margin: 0 auto; padding: 62px 32px; border-top: 1px solid rgba(255,255,255,.22); }
.szp-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; }
.szp-footer__grid p, .szp-footer__grid a { font-size: 13px; line-height: 1.75; }
.szp-footer__grid > div:last-child a { display: block; margin-bottom: 8px; }
.szp-footer__brand > strong, .szp-footer__brand > span { display: block; }
.szp-footer__brand > strong { font-size: 20px; letter-spacing: .04em; }
.szp-footer__brand > span { margin-top: 4px; font: 400 18px/1 Georgia, serif; }
.szp-footer__brand > p { max-width: 310px; margin: 27px 0 0; color: rgba(255,255,255,.58); }
.szp-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; }

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

@media (prefers-reduced-motion: reduce) {
    .szp-hero__art svg, .szp-marquee div { animation: none; }
    .szp-js .szp-reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1050px) {
    .szp-header { min-height: 76px; }
    .szp-menu-toggle { display: inline-flex; }
    .szp-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; }
    .szp-header-nav.is-open { display: flex; }
    .szp-header-nav a { padding: 14px 0; border-bottom: 1px solid #dedcd6; }
    .szp-header-contact { justify-content: center; margin-top: 12px; border: 1px solid #090909 !important; }
    .szp-hero { grid-template-columns: 1fr 42%; }
    .szp-numbers { grid-template-columns: repeat(2, 1fr); }
    .szp-numbers > div:nth-child(2) { border-right: 0; }
    .szp-numbers > div:nth-child(-n+2) { border-bottom: 1px solid var(--szp-line); }
    .szp-method { grid-template-columns: 1fr; }
    .szp-method__heading { border-right: 0; border-bottom: 1px solid #c9c5bc; }
    .szp-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .admin-bar .szp-header { top: 46px; }
    .szp-header { padding: 10px 18px; }
    .szp-brand svg { width: 40px; height: 40px; }
    .szp-brand strong { font-size: 15px; }
    .szp-brand small { font-size: 14px; }
    .szp-hero { display: flex; flex-direction: column; min-height: 0; }
    .szp-hero__copy { padding: 72px 24px 62px; }
    .szp-hero h1 { font-size: clamp(56px, 16vw, 76px) !important; }
    .szp-hero__lead { font-size: 17px !important; }
    .szp-button { width: 100%; }
    .szp-hero__art { min-height: 520px; }
    .szp-numbers { grid-template-columns: 1fr; }
    .szp-numbers > div { border-right: 0; border-bottom: 1px solid var(--szp-line); }
    .szp-numbers > div:last-child { border-bottom: 0; }
    .szp-work { padding: 82px 20px; }
    .szp-section-head { display: block; margin-bottom: 42px; }
    .szp-section-head h2 { margin-bottom: 24px; font-size: 50px !important; }
    .szp-filters { flex-wrap: nowrap; overflow-x: auto; padding: 2px 2px 18px; }
    .szp-filters button { flex: 0 0 auto; }
    .szp-cases { grid-template-columns: 1fr; }
    .szp-case, .szp-case--lead { grid-column: auto; display: grid; grid-template-columns: 1fr; grid-template-rows: 235px auto; }
    .szp-case--lead .szp-case__art { border-right: 0; border-bottom: 1px solid var(--szp-ink); }
    .szp-case--lead .szp-case__body { padding: 30px; }
    .szp-case--lead h3, .szp-case h3 { font-size: 38px !important; }
    .szp-method__heading, .szp-method__steps { padding: 80px 24px; }
    .szp-method__heading h2 { font-size: 49px !important; }
    .szp-cta { grid-template-columns: 1fr; gap: 45px; padding: 86px 24px; }
    .szp-cta h2 { font-size: 61px !important; }
    .szp-footer__grid { grid-template-columns: 1fr; gap: 40px; padding: 58px 24px; }
    .szp-footer__bottom { align-items: flex-start; flex-direction: column; padding: 20px 24px; }
}
