html { scroll-behavior: smooth; }
body.szr-modern-references-body {
    --szr-ink: #090909;
    --szr-paper: #fff;
    --szr-warm: #f1efe9;
    --szr-muted: #66645f;
    --szr-line: #d8d5ce;
    margin: 0 !important;
    background: #fff;
}
body.szr-modern-references-body #wpadminbar { position: fixed; }
.szr-header *, .szr-header *::before, .szr-header *::after,
.szr-footer *, .szr-footer *::before, .szr-footer *::after,
.szr-lightbox *, .szr-lightbox *::before, .szr-lightbox *::after { box-sizing: border-box; }

.szr-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; }
.szr-skip-link:focus { top: 12px; }

.szr-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 .szr-header { top: 32px; }
.szr-brand { display: inline-flex; align-items: center; gap: 13px; color: #090909 !important; text-decoration: none !important; }
.szr-brand svg { width: 47px; height: 47px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.szr-brand span, .szr-brand strong, .szr-brand small { display: block; }
.szr-brand strong { font-size: 20px; line-height: 1; letter-spacing: .045em; }
.szr-brand small { margin-top: 4px; font: 400 16px/1 Georgia, serif; letter-spacing: .02em; }
.szr-header-nav { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 27px); }
.szr-header-nav a { position: relative; padding: 10px 0; color: #090909 !important; font-size: 12px; font-weight: 700; text-decoration: none !important; white-space: nowrap; }
.szr-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; }
.szr-header-nav a:hover::after, .szr-header-nav a:focus-visible::after, .szr-header-nav a.is-current::after { transform: scaleX(1); transform-origin: left; }
.szr-header-contact { min-height: 42px; display: inline-flex; align-items: center; padding: 0 17px !important; border: 1px solid #090909; }
.szr-header-contact::after { display: none; }
.szr-header-contact:hover, .szr-header-contact:focus-visible { background: #fff !important; color: #090909 !important; outline: 2px solid #090909; outline-offset: 3px; }
.szr-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; }
.szr-menu-toggle i, .szr-menu-toggle i::before { display: block; width: 17px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
.szr-menu-toggle i::before { transform: translateY(5px); }
.szr-menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.szr-menu-toggle[aria-expanded="true"] i::before { transform: rotate(90deg); }

.szr-references { width: 100%; max-width: none; margin: 0; overflow: hidden; background: var(--szr-paper); color: var(--szr-ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
.szr-references *, .szr-references *::before, .szr-references *::after { box-sizing: border-box; }
.szr-references a { color: inherit; text-decoration: none; }
.szr-references h1, .szr-references h2, .szr-references h3, .szr-references p { margin-top: 0; }
.szr-references h1, .szr-references h2, .szr-references h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.szr-kicker { margin: 0 0 24px; font-size: 11px !important; font-weight: 900; letter-spacing: .2em; }

.szr-hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(460px, .96fr); max-width: 1600px; margin: 0 auto; border-bottom: 1px solid var(--szr-line); }
.szr-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(88px, 9vw, 145px) clamp(36px, 7vw, 112px); }
.szr-hero h1 { margin-bottom: 35px; font-size: clamp(64px, 7.1vw, 110px) !important; line-height: .9 !important; }
.szr-hero h1 em { color: #73716c; font-weight: 400; }
.szr-hero__lead { max-width: 680px; margin-bottom: 0; color: #454440; font-size: clamp(18px, 1.5vw, 22px) !important; line-height: 1.65; }
.szr-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(--szr-ink); background: var(--szr-ink); color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none !important; }
.szr-button:hover, .szr-button:focus-visible { background: var(--szr-ink); color: #fff !important; outline: 2px solid var(--szr-ink); outline-offset: 4px; }

.szr-hero__art { position: relative; min-height: 690px; overflow: hidden; background: var(--szr-ink); color: #fff; }
.szr-hero__art svg { position: absolute; inset: 3% 4% auto; width: 92%; height: auto; fill: none; stroke: rgba(255,255,255,.32); stroke-width: 1.2; transform: rotate(2deg); }
.szr-hero__eyebrow { position: absolute; z-index: 2; top: 31px; left: 32px; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.szr-hero__quote { position: absolute; z-index: 2; right: 26px; top: 63px; color: rgba(255,255,255,.16); font: 400 240px/.8 Georgia, serif; }
.szr-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: .14em; }

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

.szr-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: end; max-width: 1320px; margin: 0 auto; padding: clamp(95px, 10vw, 155px) 32px; border-bottom: 1px solid var(--szr-line); }
.szr-intro h2 { max-width: 860px; margin-bottom: 0; font-size: clamp(52px, 6vw, 83px) !important; line-height: .97 !important; }
.szr-intro__text { padding-left: 32px; border-left: 1px solid var(--szr-ink); }
.szr-intro__text p { margin-bottom: 22px; color: var(--szr-muted); font-size: 15px; line-height: 1.75; }
.szr-intro__text p:last-child { margin-bottom: 0; }

.szr-gallery { max-width: 1320px; margin: 0 auto; padding: clamp(95px, 10vw, 150px) 32px; }
.szr-section-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.szr-section-head h2 { margin-bottom: 0; font-size: clamp(52px, 6vw, 84px) !important; line-height: .96 !important; }
.szr-section-head > p { margin-bottom: 5px; color: var(--szr-muted); font-size: 14px; }
.szr-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--szr-ink); border-left: 1px solid var(--szr-ink); }
.szr-reference { position: relative; min-width: 0; min-height: 540px; display: flex; flex-direction: column; padding: 22px; border: 0; border-right: 1px solid var(--szr-ink); border-bottom: 1px solid var(--szr-ink); border-radius: 0; background: #fff; color: var(--szr-ink); text-align: left; text-decoration: none; cursor: zoom-in; }
a.szr-reference { cursor: pointer; }
.szr-reference:hover, .szr-reference:focus-visible { z-index: 2; background: #fff; color: var(--szr-ink); outline: 2px solid var(--szr-ink); outline-offset: -6px; box-shadow: none; }
.szr-reference__number { margin-bottom: 18px; color: #73716d; font: 900 10px/1 Arial, sans-serif; letter-spacing: .16em; }
.szr-reference__image { min-height: 0; flex: 1; display: flex; align-items: flex-start; justify-content: center; overflow: hidden; background: var(--szr-warm); }
.szr-reference__image img { width: 100%; height: 410px; object-fit: contain; object-position: center top; filter: grayscale(1); transition: transform .25s ease; }
.szr-reference:hover .szr-reference__image img, .szr-reference:focus-visible .szr-reference__image img { transform: scale(1.015); }
.szr-reference__footer { display: flex; justify-content: space-between; gap: 15px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--szr-ink); font: 900 10px/1.2 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.szr-reference__footer i { font-style: normal; }
.szr-fallback { padding: 38px; border: 1px solid var(--szr-ink); background: #fff; }
.szr-fallback img { max-width: 100%; height: auto; filter: grayscale(1); }
.szr-empty { padding: 35px 0; border-top: 1px solid var(--szr-ink); border-bottom: 1px solid var(--szr-ink); }
.szr-empty strong { display: block; margin-bottom: 8px; font: 400 25px/1.2 Georgia, serif; }
.szr-empty p { max-width: 720px; margin: 0; color: var(--szr-muted); font-size: 13px; }

.szr-standard { display: grid; grid-template-columns: 1fr 1fr; background: var(--szr-warm); border-top: 1px solid var(--szr-line); }
.szr-standard__heading { padding: clamp(90px, 9vw, 145px) clamp(34px, 8vw, 125px); border-right: 1px solid #c9c5bc; }
.szr-standard__heading h2 { margin-bottom: 0; font-size: clamp(48px, 5.5vw, 76px) !important; line-height: 1 !important; }
.szr-standard__items { padding: clamp(75px, 8vw, 125px) clamp(34px, 7vw, 105px); }
.szr-standard__items article { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid #c9c5bc; }
.szr-standard__items article:first-child { border-top: 1px solid #c9c5bc; }
.szr-standard__items article > span { font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.szr-standard__items h3 { margin-bottom: 8px; font-size: 25px !important; }
.szr-standard__items p { margin-bottom: 0; color: var(--szr-muted); font-size: 13px; }

.szr-footer { background: var(--szr-ink); color: #fff; font-family: Arial, Helvetica, sans-serif; }
.szr-footer a { color: inherit; text-decoration: none; }
.szr-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; }
.szr-footer__cta h2 { margin: 0; font: 400 clamp(58px, 7vw, 100px)/.92 Georgia, serif; letter-spacing: -.045em; }
.szr-footer__cta > div:last-child > p { margin: 0 0 30px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; }
.szr-footer__cta .szr-button { width: 100%; }
.szr-button--light { margin-top: 0; border-color: #fff; background: #fff; color: var(--szr-ink) !important; }
.szr-button--light:hover, .szr-button--light:focus-visible { background: #fff; color: var(--szr-ink) !important; outline-color: #fff; }
.szr-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; }
.szr-footer__line { height: 1px; background: rgba(255,255,255,.22); }
.szr-footer__grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 55px; max-width: 1320px; margin: 0 auto; padding: 62px 32px; }
.szr-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; }
.szr-footer__grid p, .szr-footer__grid a { font-size: 13px; line-height: 1.75; }
.szr-footer__grid > div:last-child a { display: block; margin-bottom: 8px; }
.szr-footer__brand > strong, .szr-footer__brand > span { display: block; }
.szr-footer__brand > strong { font-size: 20px; letter-spacing: .04em; }
.szr-footer__brand > span { margin-top: 4px; font: 400 18px/1 Georgia, serif; }
.szr-footer__brand > p { max-width: 310px; margin: 27px 0 0; color: rgba(255,255,255,.58); }
.szr-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; }

.szr-lightbox { position: fixed; z-index: 99999; inset: 0; display: grid; grid-template-rows: auto 1fr; padding: 18px; background: rgba(0,0,0,.94); color: #fff; font-family: Arial, sans-serif; }
.szr-lightbox[hidden] { display: none; }
.szr-lightbox__close { justify-self: end; min-height: 44px; padding: 0 16px; border: 1px solid #fff; border-radius: 0; background: #090909; color: #fff; font: 800 12px/1 Arial, sans-serif; cursor: pointer; }
.szr-lightbox__close:hover, .szr-lightbox__close:focus-visible { background: #090909; color: #fff; outline: 2px solid #fff; outline-offset: 3px; }
.szr-lightbox__stage { min-height: 0; display: flex; align-items: center; justify-content: center; padding: 18px; overflow: auto; }
.szr-lightbox__stage img { display: block; max-width: min(1100px, 96vw); max-height: calc(100vh - 110px); width: auto; height: auto; background: #fff; object-fit: contain; }
body.szr-lightbox-open { overflow: hidden; }

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

@media (prefers-reduced-motion: reduce) {
    .szr-js .szr-reveal { opacity: 1; transform: none; transition: none; }
    .szr-reference__image img { transition: none; }
}

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

@media (max-width: 760px) {
    .admin-bar .szr-header { top: 46px; }
    .szr-header { padding: 10px 18px; }
    .szr-brand svg { width: 40px; height: 40px; }
    .szr-brand strong { font-size: 15px; }
    .szr-brand small { font-size: 14px; }
    .szr-hero { display: flex; flex-direction: column; min-height: 0; }
    .szr-hero__copy { padding: 72px 24px 62px; }
    .szr-hero h1 { font-size: clamp(54px, 15.5vw, 74px) !important; }
    .szr-hero__lead { font-size: 17px !important; }
    .szr-button { width: 100%; }
    .szr-hero__art { min-height: 510px; }
    .szr-proof { grid-template-columns: 1fr; }
    .szr-proof > div { border-right: 0; border-bottom: 1px solid var(--szr-line); }
    .szr-proof > div:last-child { border-bottom: 0; }
    .szr-intro { display: block; padding: 82px 24px; }
    .szr-intro h2 { margin-bottom: 40px; font-size: 50px !important; }
    .szr-intro__text { padding-left: 20px; }
    .szr-gallery { padding: 82px 20px; }
    .szr-section-head { display: block; margin-bottom: 42px; }
    .szr-section-head h2 { margin-bottom: 24px; font-size: 50px !important; }
    .szr-gallery__grid { grid-template-columns: 1fr; }
    .szr-reference { min-height: 510px; }
    .szr-standard__heading, .szr-standard__items { padding: 80px 24px; }
    .szr-standard__heading h2 { font-size: 49px !important; }
    .szr-footer__cta { grid-template-columns: 1fr; gap: 45px; padding: 85px 24px; }
    .szr-footer__cta h2 { font-size: 60px; }
    .szr-footer__grid { grid-template-columns: 1fr; gap: 40px; padding: 58px 24px; }
    .szr-footer__bottom { align-items: flex-start; flex-direction: column; padding: 20px 24px; }
    .szr-lightbox { padding: 10px; }
    .szr-lightbox__stage { padding: 10px 0 0; }
}
