:root {
  --blue: #075ee8;
  --blue-bright: #008cff;
  --blue-dark: #041e49;
  --navy: #07182f;
  --cyan: #5ee7ff;
  --ice: #eaf5ff;
  --yellow: #ffd85a;
  --white: #fff;
  --ink: #071426;
  --muted: #607089;
  --line: #dce6f2;
  --bg: #f6f9fd;
  --container: min(1280px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", Arial, sans-serif; color: var(--ink); background: var(--white); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.container { width: var(--container); margin-inline: auto; }

.topline { background: var(--navy); color: #b9c9de; font-size: .76rem; letter-spacing: .025em; }
.topline__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topline__links { display: flex; align-items: center; gap: 30px; }
.topline a:hover { color: var(--white); }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,30,73,.08); backdrop-filter: blur(14px); }
.header__inner { height: 82px; display: flex; align-items: center; gap: 34px; }
.logo { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo__mark { width: 42px; height: 42px; border-radius: 8px; background: var(--blue); display: grid; place-content: center; gap: 3px; transform: rotate(-2deg); }
.logo__mark span { display: block; width: 21px; height: 3px; background: white; border-radius: 3px; }
.logo__mark span:nth-child(2) { width: 15px; background: var(--cyan); }
.logo__mark span:nth-child(3) { width: 18px; }
.logo__text { font-size: 1.06rem; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; font-weight: 500; }
.logo__text b { color: var(--blue); font-weight: 800; }
.logo__text small { display: block; margin-top: 5px; font-size: .51rem; letter-spacing: .09em; color: var(--muted); font-weight: 600; }
.nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); margin: 0 auto; }
.nav a { font-size: .86rem; font-weight: 600; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav a:hover::after { transform: scaleX(1); }
.header__actions { display: flex; align-items: center; gap: 18px; }
.phone { font-size: .87rem; white-space: nowrap; font-weight: 700; }
.btn { appearance: none; border: 0; border-radius: 0; background: var(--blue); color: white; min-height: 54px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-weight: 700; font-size: .88rem; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.btn:hover { transform: translateY(-2px); background: #004fc9; box-shadow: 0 12px 28px rgba(7,94,232,.23); }
.btn--small { min-height: 44px; padding: 0 19px; }
.btn--light { background: white; color: var(--blue-dark); }
.btn--light:hover { background: var(--cyan); color: var(--blue-dark); }
.btn--dark { background: var(--navy); }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px; transition: .2s; }

.hero { min-height: 730px; background: linear-gradient(120deg, #064fc9 0%, var(--blue) 45%, #0089ff 100%); color: white; position: relative; overflow: hidden; }
.hero__grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero__inner { min-height: 730px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; position: relative; z-index: 1; }
.hero__copy { padding: 80px 0 100px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .16em; font-size: .69rem; font-weight: 800; }
.eyebrow span { width: 26px; height: 2px; background: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 28px 0 28px; font-size: clamp(3.6rem, 6.6vw, 6.8rem); line-height: .94; letter-spacing: -.075em; font-weight: 800; }
h1 em, h2 em { color: var(--cyan); font-style: normal; font-weight: 500; }
.hero__copy > p { max-width: 580px; margin-bottom: 34px; color: #dcecff; font-size: 1.06rem; line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; font-size: .9rem; display: inline-flex; gap: 12px; align-items: center; }
.text-link span { color: var(--cyan); }
.hero__trust { display: flex; gap: 42px; margin-top: 66px; }
.hero__trust div { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.28); display: flex; flex-direction: column; }
.hero__trust strong { font-size: 1.3rem; letter-spacing: -.04em; }
.hero__trust span { color: #bdd7fb; font-size: .72rem; margin-top: 2px; }
.hero__visual { position: relative; height: 620px; align-self: end; }
.hero__photo { position: absolute; inset: 40px -80px 0 0; background: url("assets/hero-print.webp") center/cover no-repeat, linear-gradient(145deg, #1686ff, #003f9f); clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); box-shadow: -25px 0 50px rgba(0,0,0,.15); }
.hero__fallback { display: none; position: absolute; inset: 0; overflow: hidden; background: radial-gradient(circle at 65% 35%, rgba(94,231,255,.28), transparent 30%); }
.paper-card { position: absolute; display: block; background: #fff; box-shadow: 0 30px 55px rgba(1,26,77,.35); }
.paper-card--one { width: 300px; height: 410px; right: 80px; top: 100px; transform: rotate(9deg); background: linear-gradient(140deg, #fff 0 45%, #81d6ff 46% 65%, #045ad6 66%); }
.paper-card--two { width: 260px; height: 330px; right: 230px; top: 180px; transform: rotate(-12deg); background: linear-gradient(160deg, #061f4b 0 55%, #0792ff 56%); }
.paper-card--three { width: 130px; height: 190px; right: 85px; top: 330px; transform: rotate(-6deg); background: var(--yellow); color: var(--navy); display: grid; place-items: center; font-weight: 800; letter-spacing: .2em; }
.floating-note { position: absolute; left: -28px; top: 105px; background: white; color: var(--ink); padding: 15px 22px 15px 16px; display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 50px rgba(0,25,80,.22); font-size: .74rem; }
.floating-note i { width: 10px; height: 10px; border-radius: 50%; background: #19cf8b; box-shadow: 0 0 0 5px #dcf8ed; }
.floating-note b { font-size: .7rem; }
.hero__badge { position: absolute; right: -2px; bottom: 0; width: 170px; height: 170px; background: var(--yellow); color: var(--navy); display: flex; flex-direction: column; justify-content: space-between; padding: 22px; }
.hero__badge strong { font-size: 2.2rem; line-height: 1; }
.hero__badge span { font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; bottom: 38px; left: max(32px, calc((100% - 1280px)/2)); display: flex; align-items: center; gap: 13px; color: #b8d6ff; text-transform: uppercase; font-size: .63rem; letter-spacing: .16em; }
.scroll-cue span { width: 32px; height: 1px; background: var(--cyan); }

.section { padding: 120px 0; }
.section-head { display: grid; grid-template-columns: 280px 1fr; align-items: start; margin-bottom: 62px; }
.section-head > div { display: flex; align-items: center; gap: 16px; padding-top: 10px; }
.section-index { width: 42px; height: 28px; border: 1px solid #a8b8cc; display: grid; place-items: center; font-size: .66rem; color: var(--muted); font-weight: 700; }
.section-index--light { border-color: rgba(255,255,255,.36); color: #cfe1fa; }
.kicker { color: var(--blue); margin: 0; }
.kicker--light { color: var(--cyan); }
h2 { margin: 0; font-size: clamp(2.7rem, 4.2vw, 4.65rem); line-height: 1.04; letter-spacing: -.065em; }
h2 em { color: var(--blue); }
.advantages { background: var(--bg); }
.advantages__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 350px; padding: 28px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-8px); z-index: 1; box-shadow: 0 24px 52px rgba(10,56,118,.12); }
.feature-card--primary { background: var(--blue); color: white; }
.feature-card__num { margin-left: auto; font-size: .68rem; color: #90a1b8; }
.feature-card--primary .feature-card__num { color: #c8e0ff; }
.feature-card__icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #bdd0e5; color: var(--blue); font-size: 1.7rem; margin: 38px 0 28px; }
.feature-card--primary .feature-card__icon { border-color: rgba(255,255,255,.4); color: var(--cyan); }
.feature-card h3 { margin: 0 0 13px; font-size: 1.25rem; letter-spacing: -.035em; }
.feature-card p { color: var(--muted); font-size: .86rem; line-height: 1.65; margin-bottom: 28px; }
.feature-card--primary p { color: #cfe1fb; }
.feature-card__line { width: 38px; height: 3px; background: var(--blue); margin-top: auto; }
.feature-card--primary .feature-card__line { background: var(--cyan); }

.catalog { background: white; }
.filter-row { display: flex; gap: 8px; margin: -26px 0 34px 280px; }
.filter { border: 1px solid var(--line); background: white; padding: 10px 18px; font-size: .76rem; font-weight: 700; transition: .2s; }
.filter:hover, .filter.active { background: var(--navy); color: white; border-color: var(--navy); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.product-card { min-height: 465px; padding: 26px 28px 30px; background: var(--ice); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: opacity .25s, transform .25s; }
.product-card.hidden { display: none; }
.product-card--blue { background: var(--blue); color: white; }
.product-card--dark { background: var(--navy); color: white; }
.product-card--yellow { background: var(--yellow); }
.product-card--light { background: #f4f8fc; }
.product-card--outline { background: white; }
.product-card__top { display: flex; justify-content: space-between; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; opacity: .72; }
.product-card__art { position: relative; height: 185px; margin: 18px 0 16px; }
.art-books span { position: absolute; width: 120px; height: 155px; left: 50%; top: 15px; background: white; box-shadow: 0 18px 30px rgba(0,20,70,.22); }
.art-books span:nth-child(1) { transform: translateX(-85px) rotate(-10deg); background: linear-gradient(140deg,#fff 0 45%,#95eaff 46%); }
.art-books span:nth-child(2) { transform: translateX(-20px) rotate(4deg); background: linear-gradient(160deg,#061e48 0 60%,#1ca5ff 61%); }
.art-books span:nth-child(3) { transform: translateX(40px) rotate(12deg); background: var(--yellow); }
.art-mag span { position: absolute; width: 160px; height: 150px; left: calc(50% - 80px); top: 20px; background: linear-gradient(135deg,#fff 0 50%,#138aff 51%); box-shadow: 0 20px 28px rgba(2,49,109,.16); }
.art-mag span:nth-child(2) { transform: translate(38px,12px) rotate(9deg); background: linear-gradient(140deg,#c2e7ff,#fff); }
.art-box span { position: absolute; width: 150px; height: 128px; left: calc(50% - 75px); top: 28px; background: #0f7cf1; transform: skewY(-10deg); box-shadow: 20px 20px 0 #00b9f4, 35px 36px 40px rgba(0,0,0,.3); }
.art-fold { display: flex; justify-content: center; padding-top: 20px; }
.art-fold span { width: 85px; height: 145px; background: #fff; border-right: 1px solid #ccd7e5; transform: skewY(8deg); box-shadow: 0 18px 24px rgba(106,72,0,.15); }
.art-fold span:nth-child(2) { background: var(--blue); transform: skewY(-8deg); }
.art-fold span:nth-child(3) { background: #eaf5ff; }
.art-calendar span { position: absolute; width: 175px; height: 130px; left: calc(50% - 87px); top: 30px; border-top: 13px solid var(--blue); background: white; box-shadow: 0 20px 35px rgba(6,45,101,.15); }
.art-calendar span:nth-child(2) { width: 125px; height: 95px; left: calc(50% - 35px); top: 70px; background: var(--cyan); opacity: .9; }
.product-card h3 { margin: 0 0 8px; font-size: 1.55rem; letter-spacing: -.045em; }
.product-card p { font-size: .81rem; line-height: 1.6; color: #5f7189; max-width: 310px; }
.product-card--blue p, .product-card--dark p { color: #c9dcf5; }
.card-link { border: 0; border-top: 1px solid currentColor; background: transparent; padding: 15px 0 0; margin-top: auto; width: 100%; display: flex; justify-content: space-between; color: inherit; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; opacity: .85; }
.card-link:hover { opacity: 1; }
.product-card__more { height: 205px; display: flex; flex-direction: column; justify-content: center; }
.product-card__more span { font-size: 4.8rem; line-height: 1; color: var(--blue); letter-spacing: -.08em; font-weight: 800; }
.product-card__more p { text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; }

.production { background: var(--blue-dark); color: white; position: relative; overflow: hidden; }
.production::after { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; top: -260px; border: 100px solid rgba(33,145,255,.13); border-radius: 50%; }
.production__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: end; position: relative; z-index: 1; }
.production__copy > div { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; }
.production h2 { margin-bottom: 28px; }
.production h2 em { color: var(--cyan); }
.production__copy > p { color: #b9cbe3; max-width: 560px; font-size: .94rem; line-height: 1.8; margin-bottom: 34px; }
.stats { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid rgba(255,255,255,.15); border-top: 1px solid rgba(255,255,255,.15); }
.stats div { min-height: 180px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; }
.stats strong { color: var(--cyan); font-size: 2.9rem; letter-spacing: -.07em; line-height: 1; }
.stats span { color: #b7cae3; font-size: .77rem; margin-top: 10px; }

.works { background: var(--bg); }
.works__grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.work-feature__image { min-height: 590px; background: url("assets/portfolio-print.webp") center/cover no-repeat, linear-gradient(140deg,#bce8ff,#0a66d9); position: relative; overflow: hidden; }
.work-placeholder { position: absolute; inset: 0; display: none; place-items: center; background: linear-gradient(135deg,#d8f1ff,#3999ef); }
.work-placeholder span { display: grid; place-items: center; width: 300px; height: 400px; background: white; color: var(--blue); font-size: 3rem; font-weight: 800; letter-spacing: -.08em; transform: rotate(-8deg); box-shadow: 35px 35px 0 #05295f, 0 35px 70px rgba(8,47,101,.25); }
.work-feature__meta { background: white; border: 1px solid var(--line); border-top: 0; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.work-feature__meta span { color: var(--muted); font-size: .75rem; }
.work-feature__meta strong { font-size: .82rem; }
.work-side { display: grid; gap: 24px; }
.case-card { background: white; min-height: 315px; border: 1px solid var(--line); padding: 32px; display: flex; flex-direction: column; }
.case-card--blue { background: var(--blue); color: white; border-color: var(--blue); }
.case-card > span { font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; color: var(--blue); font-weight: 800; }
.case-card--blue > span { color: var(--cyan); }
.case-card h3 { font-size: 1.55rem; line-height: 1.25; letter-spacing: -.04em; margin: 32px 0 14px; }
.case-card p { font-size: .8rem; color: var(--muted); line-height: 1.65; }
.case-card--blue p { color: #c9dffd; }
.case-card b { margin-top: auto; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }

.process { background: white; }
.process__list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-step { padding: 30px 34px 20px 0; min-height: 240px; border-right: 1px solid var(--line); position: relative; }
.process-step + .process-step { padding-left: 34px; }
.process-step:last-child { border-right: 0; }
.process-step > span { color: var(--blue); font-size: .72rem; font-weight: 800; }
.process-step h3 { margin: 60px 0 12px; font-size: 1.35rem; }
.process-step p { color: var(--muted); font-size: .82rem; line-height: 1.7; }
.process-step::after { content: ""; position: absolute; left: 0; top: -2px; width: 60px; height: 3px; background: var(--blue); transition: width .4s; }
.process-step:hover::after { width: 100%; }

.quote-section { background: var(--ice); }
.quote { text-align: center; max-width: 980px; }
.quote__mark { display: block; color: var(--blue); font-family: Georgia, serif; font-size: 6rem; line-height: .5; }
blockquote { margin: 42px 0 34px; font-size: clamp(2rem, 3.4vw, 3.55rem); line-height: 1.25; letter-spacing: -.055em; font-weight: 600; }
.quote__author { display: flex; justify-content: center; align-items: center; gap: 14px; }
.quote__author > span { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: white; font-size: .74rem; font-weight: 800; }
.quote__author p { text-align: left; margin: 0; font-size: .72rem; color: var(--muted); }
.quote__author b { color: var(--ink); }

.contact { padding: 110px 0; background: linear-gradient(115deg,#075ee8,#007cfa); color: white; }
.contact__grid { display: grid; grid-template-columns: 1fr .86fr; gap: 100px; }
.contact__copy > .kicker { margin: 24px 0 30px; }
.contact h2 { font-size: clamp(3rem, 4.8vw, 5.4rem); margin-bottom: 28px; }
.contact h2 em { color: var(--cyan); }
.contact__copy > p { color: #d3e6ff; max-width: 550px; line-height: 1.75; }
.contact__direct { margin-top: 42px; display: flex; flex-direction: column; gap: 8px; font-size: 1.2rem; font-weight: 700; }
.contact-form { background: white; color: var(--ink); padding: 38px 40px; box-shadow: 0 26px 70px rgba(0,20,80,.2); }
label { display: block; margin-bottom: 23px; }
label span { display: block; margin-bottom: 8px; font-size: .67rem; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); font-weight: 800; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid #b9c8d9; border-radius: 0; padding: 10px 0 13px; color: var(--ink); outline: 0; resize: vertical; background: transparent; }
input:focus, textarea:focus { border-color: var(--blue); }
input.invalid, textarea.invalid { border-color: #d9344c; }
.contact-form .btn { width: 100%; margin-top: 5px; }
.form-note { margin: 13px 0 0; color: #7b899b; font-size: .62rem; line-height: 1.5; }
.form-success { display: none; margin-top: 16px; padding: 12px 14px; background: #dff8ed; color: #08754e; font-size: .78rem; font-weight: 700; }
.form-success.show { display: block; }

.footer { background: #05142a; color: #d8e4f2; padding: 70px 0 24px; }
.footer__top { display: grid; grid-template-columns: 1.6fr .7fr 1fr .8fr; gap: 50px; padding-bottom: 58px; }
.logo--footer .logo__text { color: white; }
.logo--footer .logo__text small { color: #8497b1; }
.footer__top > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer__top > div > span { color: #66809f; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.footer__top a, .footer__top p { margin: 0; font-size: .78rem; }
.footer__top a:hover { color: var(--cyan); }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #18304e; color: #6f849e; font-size: .65rem; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open { display: block; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(3,13,30,.72); backdrop-filter: blur(5px); }
.modal__dialog { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-48%); width: min(520px, calc(100% - 32px)); max-height: calc(100vh - 40px); overflow: auto; background: white; padding: 44px; box-shadow: 0 35px 90px rgba(0,0,0,.3); opacity: 0; transition: .24s; }
.modal.open .modal__dialog { transform: translate(-50%,-50%); opacity: 1; }
.modal__close { position: absolute; top: 14px; right: 16px; border: 0; background: transparent; font-size: 2rem; line-height: 1; color: #708096; }
.modal h2 { font-size: 2.2rem; margin: 13px 0 12px; }
.modal__dialog > p { color: var(--muted); font-size: .85rem; margin-bottom: 26px; }
.modal form .btn { width: 100%; }

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

@media (max-width: 1180px) {
  :root { --container: min(100% - 40px, 1100px); }
  .nav { display: none; position: fixed; top: 116px; left: 0; right: 0; background: white; padding: 26px; flex-direction: column; align-items: flex-start; box-shadow: 0 24px 35px rgba(0,20,60,.12); }
  .nav.open { display: flex; }
  .menu-button { display: block; }
  .header__actions { margin-left: auto; }
  .hero__inner { grid-template-columns: 1fr .75fr; }
  .hero__visual { margin-right: -20px; }
  .advantages__grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  :root { --container: calc(100% - 34px); }
  .topline { display: none; }
  .header__inner { height: 72px; }
  .header__actions { display: none; }
  .nav { top: 72px; }
  .hero, .hero__inner { min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; gap: 0; }
  .hero__copy { padding: 70px 0 58px; }
  h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .hero__visual { height: 430px; margin: 0 -17px; }
  .hero__photo { inset: 0; clip-path: polygon(0 8%,100% 0,100% 100%,0 100%); }
  .floating-note { left: 20px; top: 45px; }
  .hero__badge { right: 0; width: 138px; height: 138px; }
  .scroll-cue { display: none; }
  .section { padding: 82px 0; }
  .section-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 44px; }
  .filter-row { margin: -16px 0 28px; overflow-x: auto; }
  .filter { flex: 0 0 auto; }
  .production__grid, .contact__grid, .works__grid { grid-template-columns: 1fr; gap: 55px; }
  .process__list { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .work-feature__image { min-height: 480px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .logo__mark { width: 38px; height: 38px; }
  .logo__text { font-size: .94rem; }
  .hero__copy > p { font-size: .94rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero__actions .btn { width: 100%; }
  .hero__trust { gap: 18px; justify-content: space-between; }
  .hero__trust div { padding-left: 9px; }
  .hero__trust strong { font-size: 1rem; }
  .hero__trust span { font-size: .6rem; }
  .advantages__grid, .product-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 310px; }
  .product-card { min-height: 440px; }
  .production__grid { gap: 52px; }
  .stats { grid-template-columns: 1fr; }
  .stats div { min-height: 135px; }
  .work-feature__image { min-height: 390px; }
  .work-placeholder span { width: 210px; height: 285px; font-size: 2.2rem; }
  .work-feature__meta { align-items: flex-start; flex-direction: column; }
  .process__list { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { padding: 26px 0; border-right: 0; min-height: 190px; }
  .process-step h3 { margin-top: 38px; }
  blockquote { font-size: 1.75rem; }
  .contact { padding: 82px 0; }
  .contact-form { padding: 28px 22px; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { gap: 15px; flex-direction: column; }
  .modal__dialog { padding: 38px 24px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
