:root {
  --ink: #061b2b;
  --graphite: #0d2e47;
  --graphite-2: #114361;
  --paper: #edf5f8;
  --paper-strong: #f8fcfe;
  --line: rgba(6, 27, 43, .14);
  --line-light: rgba(255, 255, 255, .2);
  --muted: #4e6878;
  --amber: #43bee8;
  --amber-deep: #0d6fae;
  --mint: #b8e2ef;
  --max: 1220px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 18px 50px rgba(4, 30, 47, .13), 0 2px 8px rgba(4, 30, 47, .05);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.smu-menu-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }

.smu-site { overflow-x: clip; }
.smu-container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.smu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--amber-deep);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}
.smu-eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ''; }
.smu-title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(34px, 4.3vw, 58px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.05;
  text-wrap: balance;
}
.smu-copy { max-width: 590px; color: var(--muted); text-wrap: pretty; }
.smu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 0;
  border-radius: 14px;
  background: var(--amber);
  color: #05243a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  transition-property: background-color, color, box-shadow, scale;
  transition-duration: 180ms;
  transition-timing-function: cubic-bezier(.2, 0, 0, 1);
}
.smu-button:hover { background: #74d4f0; box-shadow: 0 9px 24px rgba(67, 190, 232, .26); }
.smu-button:active { scale: .96; }
.smu-button--light { background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.32); color: #fff; }
.smu-button--light:hover { background: rgba(255,255,255,.22); box-shadow: inset 0 0 0 1px rgba(255,255,255,.52); }
.smu-arrow { margin-left: 9px; font-size: 18px; line-height: 0; transition: translate 180ms cubic-bezier(.2, 0, 0, 1); }
.smu-button:hover .smu-arrow { translate: 3px 0; }

.smu-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff;
  transition-property: background-color, backdrop-filter, box-shadow;
  transition-duration: 220ms;
}
.smu-header.is-sticky { position: fixed; background: rgba(3, 21, 35, .94); box-shadow: 0 9px 28px rgba(0,19,32,.28); backdrop-filter: blur(14px); }
.smu-header__inner { display: flex; min-height: 86px; align-items: center; gap: 28px; }
.smu-brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.smu-brand img { display: block; width: auto; height: 64px; }
.smu-nav { display: flex; flex: 1 1 auto; align-items: center; justify-content: flex-end; gap: 24px; }
.smu-nav a { padding: 9px 0; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 600; transition: color 160ms ease; }
.smu-nav a:hover { color: var(--amber); }
.smu-nav ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; }
.smu-nav li { margin: 0; padding: 0; list-style: none; }
.smu-header__phone { display: inline-flex; flex: 0 0 auto; padding-left: 23px; border-left: 1px solid rgba(255,255,255,.22); font-size: 13px; font-weight: 750; font-variant-numeric: tabular-nums; }
.smu-menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; background: rgba(255,255,255,.06); color: #fff; }
.smu-menu-button span { display: block; width: 18px; height: 2px; border-radius: 99px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }

.smu-hero { position: relative; min-height: 760px; padding: 152px 0 66px; background: #061b2b url('assets/img/slider02.jpg') center/cover no-repeat; color: #fff; }
.smu-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,32,.9) 0%, rgba(3,31,50,.72) 46%, rgba(3,31,50,.35) 100%); content: ''; }
.smu-hero::after { position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-position: center; background-size: 72px 72px; content: ''; pointer-events: none; }
.smu-hero__inner { position: relative; z-index: 1; display: grid; min-height: 542px; grid-template-columns: minmax(0, 1fr) minmax(268px, 335px); gap: 36px; align-items: end; }
.smu-hero__content { align-self: center; max-width: 735px; }
.smu-hero .smu-eyebrow { color: #b8eaff; }
.smu-hero__title { margin: 0; max-width: 710px; font-size: clamp(45px, 5.6vw, 82px); font-weight: 720; letter-spacing: -.06em; line-height: .97; text-wrap: balance; }
.smu-hero__lead { max-width: 570px; margin: 26px 0 30px; color: rgba(255,255,255,.81); font-size: 17px; line-height: 1.6; text-wrap: pretty; }
.smu-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.smu-hero__aside { padding: 24px; border: 1px solid rgba(157,222,244,.34); border-radius: var(--radius-lg); background: rgba(4,32,51,.79); box-shadow: 0 24px 50px rgba(0,19,32,.24); backdrop-filter: blur(10px); }
.smu-hero__aside-title { margin: 0 0 20px; font-size: 18px; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.smu-hero__fact { display: flex; gap: 13px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.17); }
.smu-hero__fact:first-of-type { border-top: 0; }
.smu-hero__fact strong { flex: 0 0 28px; color: var(--amber); font-size: 12px; letter-spacing: .06em; }
.smu-hero__fact span { color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.45; }
.smu-hero__aside .smu-button { width: 100%; margin-top: 14px; }

.smu-stats { position: relative; z-index: 2; margin-top: -1px; padding: 0; background: var(--graphite); color: #fff; }
.smu-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.smu-stat { min-height: 148px; padding: 28px 25px; border-left: 1px solid var(--line-light); }
.smu-stat:last-child { border-right: 1px solid var(--line-light); }
.smu-stat strong { display: block; color: var(--amber); font-size: clamp(32px, 3vw, 46px); font-weight: 700; letter-spacing: -.05em; line-height: 1; font-variant-numeric: tabular-nums; }
.smu-stat span { display: block; max-width: 150px; margin-top: 12px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.35; }

.smu-section { padding: 112px 0; }
.smu-section--white { background: var(--paper-strong); }
.smu-section--dark { position: relative; background: var(--ink); color: #fff; }
.smu-section--dark::before { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 60px 60px; content: ''; }
.smu-section--dark > .smu-container { position: relative; }
.smu-section__top { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 50px; }
.smu-section__top .smu-copy { margin: 0; }

.smu-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.smu-service { position: relative; min-height: 310px; padding: 28px; overflow: hidden; border-radius: var(--radius-lg); background: #deedf3; box-shadow: 0 2px 0 rgba(4,30,47,.04); }
.smu-service:nth-child(2) { background: #c9e2ec; }
.smu-service:nth-child(3) { background: var(--mint); }
.smu-service__number { display: block; margin-bottom: 54px; color: rgba(23,25,27,.52); font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.smu-service h3 { max-width: 270px; margin: 0 0 13px; font-size: 24px; font-weight: 700; letter-spacing: -.035em; line-height: 1.06; text-wrap: balance; }
.smu-service p { max-width: 288px; margin: 0; color: #3e5c6d; font-size: 13px; line-height: 1.55; text-wrap: pretty; }
.smu-service__mark { position: absolute; right: -3px; bottom: -51px; color: rgba(6,27,43,.13); font-size: 190px; font-weight: 750; letter-spacing: -.14em; line-height: 1; pointer-events: none; }
.smu-service-directory { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(28px, 5vw, 76px); margin-top: 16px; padding: clamp(28px, 4vw, 52px); border-radius: var(--radius-lg); background: #0b3047; color: #fff; box-shadow: 0 2px 0 rgba(4,30,47,.08); }
.smu-service-directory__intro .smu-eyebrow { color: var(--mint); }
.smu-service-directory__intro h3 { max-width: 470px; margin: 13px 0 0; font-size: clamp(24px, 2.25vw, 34px); font-weight: 700; letter-spacing: -.04em; line-height: 1.08; text-wrap: balance; }
.smu-service-directory__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0; padding: 0; list-style: none; counter-reset: service-directory; }
.smu-service-directory__list li { display: grid; grid-template-columns: 27px minmax(0, 1fr); gap: 10px; align-items: start; min-width: 0; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.9); font-size: 14px; font-weight: 600; line-height: 1.42; overflow-wrap: anywhere; }
.smu-service-directory__list li::before { color: var(--mint); content: counter(service-directory, decimal-leading-zero); counter-increment: service-directory; font-size: 10px; font-weight: 750; line-height: 2; font-variant-numeric: tabular-nums; letter-spacing: .08em; }

.smu-process { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 6vw, 92px); align-items: center; }
.smu-process__image { min-height: 550px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.smu-process__image img { display: block; width: 100%; height: 100%; object-fit: cover; outline: 1px solid rgba(0,0,0,.1); outline-offset: -1px; }
.smu-steps { margin: 36px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.smu-steps li { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 15px; align-items: start; padding: 20px 0; border-top: 1px solid var(--line); }
.smu-steps li::before { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #d8edf5; color: var(--amber-deep); content: counter(steps, decimal-leading-zero); counter-increment: steps; font-size: 10px; font-weight: 750; font-variant-numeric: tabular-nums; }
.smu-steps h3 { margin: 0 0 4px; font-size: 15px; letter-spacing: -.02em; }
.smu-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.smu-projects { display: grid; grid-template-columns: 1.13fr .87fr; gap: 18px; }
.smu-project { position: relative; min-height: 418px; overflow: hidden; border-radius: var(--radius-lg); background: #0b3047; }
.smu-project--tall { min-height: 566px; }
.smu-project img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition-property: scale; transition-duration: 500ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.smu-project:hover img { scale: 1.035; }
.smu-project::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,9,10,.82), rgba(8,9,10,0) 62%); content: ''; }
.smu-project__info { position: absolute; z-index: 1; right: 26px; bottom: 24px; left: 26px; }
.smu-project__tag { margin: 0 0 7px; color: #b8eaff; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.smu-project h3 { margin: 0; color: #fff; font-size: 22px; font-weight: 650; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
.smu-projects__side { display: grid; gap: 18px; }

.smu-quote { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; padding: 42px; border-radius: var(--radius-lg); background: #114361 url('assets/img/dark-bg.jpg') center/cover; background-blend-mode: luminosity; box-shadow: inset 0 0 0 1px rgba(168,226,245,.16); }
.smu-quote p { max-width: 690px; margin: 0; color: #fff; font-size: clamp(24px, 3vw, 37px); font-weight: 650; letter-spacing: -.045em; line-height: 1.13; text-shadow: 0 2px 12px rgba(3,19,32,.68); text-wrap: balance; }
.smu-quote__caption { margin-top: 16px; color: rgba(255,255,255,.82); font-size: 12px; }

.smu-partners { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px 45px; padding: 32px 0 0; opacity: .76; }
.smu-partners img { display: block; width: auto; max-width: 136px; max-height: 48px; object-fit: contain; mix-blend-mode: multiply; filter: grayscale(1); }

.smu-section--reviews { border-top: 1px solid rgba(6,27,43,.08); background: #f8fcfe; }
.smu-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.smu-review { position: relative; display: flex; min-width: 0; min-height: 274px; padding: 30px; flex-direction: column; border: 1px solid rgba(6,27,43,.09); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 24px rgba(4,30,47,.06); }
.smu-review::before { margin-bottom: 12px; color: var(--amber); content: '“'; font-family: Georgia, serif; font-size: 58px; font-weight: 700; line-height: .55; }
.smu-review__quote { margin: 0 0 25px; color: #24465b; font-size: 14px; font-weight: 500; line-height: 1.7; text-wrap: pretty; }
.smu-review__author { display: flex; min-width: 0; margin-top: auto; padding-top: 17px; align-items: center; gap: 11px; border-top: 1px solid rgba(6,27,43,.1); }
.smu-review__avatar { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #dcecf3; color: var(--amber-deep); font-size: 15px; font-weight: 750; }
.smu-review__author h3 { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.smu-review__author p { margin: 3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.2; }

.smu-contact { display: grid; grid-template-columns: .87fr 1.13fr; gap: 20px; }
.smu-contact__card { padding: 34px; border-radius: var(--radius-lg); background: #dbeaf1; }
.smu-contact__label { margin: 0 0 11px; color: var(--amber-deep); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.smu-contact__link { display: block; margin-bottom: 24px; font-size: clamp(19px, 2.2vw, 28px); font-weight: 680; letter-spacing: -.04em; line-height: 1.12; }
.smu-contact__detail { margin: 0; color: #5b5d58; font-size: 13px; line-height: 1.55; }
.smu-contact__form { padding: 34px; border-radius: var(--radius-lg); background: var(--paper-strong); box-shadow: var(--shadow); }
.smu-contact__form h3 { margin: 0 0 4px; font-size: 25px; font-weight: 700; letter-spacing: -.04em; }
.smu-contact__form > p:not(.smu-consent) { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.smu-fields { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.smu-field { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid rgba(6,27,43,.14); border-radius: 12px; outline: none; background: #fbfdff; color: var(--ink); font-size: 13px; transition-property: border-color, box-shadow; transition-duration: 160ms; }
.smu-field:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(67,190,232,.2); }
.smu-field--wide { grid-column: 1 / -1; min-height: 92px; resize: vertical; }
.smu-contact__form .smu-button { width: 100%; margin-top: 12px; }
.smu-contact__form .smu-consent { margin: 22px 0 0; color: #4e6878; font-size: 10px; line-height: 1.45; }
.smu-contact__detail a { color: inherit; text-decoration: underline; text-decoration-color: rgba(6,27,43,.24); text-underline-offset: 3px; }
.smu-contact-extra { display: grid; margin-top: 20px; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); gap: 20px; align-items: stretch; }
.smu-requisites { padding: 34px; border: 1px solid rgba(6,27,43,.1); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 10px 24px rgba(4,30,47,.05); }
.smu-requisites .smu-eyebrow { margin-bottom: 12px; }
.smu-requisites h3 { max-width: 520px; margin: 0; font-size: clamp(23px, 2.25vw, 31px); font-weight: 700; letter-spacing: -.045em; line-height: 1.05; }
.smu-requisites__main { display: grid; margin: 27px 0 25px; padding: 0; gap: 7px; }
.smu-requisites__main div { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 12px; }
.smu-requisites__main dt, .smu-requisites__main dd { margin: 0; color: #506776; font-size: 13px; line-height: 1.5; }
.smu-requisites__main dt { color: var(--ink); font-weight: 700; }
.smu-requisites__people { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-top: 23px; border-top: 1px solid rgba(6,27,43,.1); }
.smu-requisites__people section { min-width: 0; }
.smu-requisites__people h4, .smu-requisites__people p { margin: 0; }
.smu-requisites__people h4 { margin-bottom: 6px; color: var(--amber-deep); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.smu-requisites__people p, .smu-requisites__people a { display: block; color: #506776; font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.smu-requisites__people a { color: var(--ink); font-weight: 600; text-decoration: none; }
.smu-requisites__people a:hover { color: var(--amber-deep); }
.smu-contact-map { position: relative; min-height: 100%; overflow: hidden; border: 1px solid rgba(6,27,43,.1); border-radius: var(--radius-lg); background: #dbeaf1; box-shadow: 0 10px 24px rgba(4,30,47,.05); }
.smu-contact-map iframe { display: block; width: 100%; height: 100%; min-height: 430px; border: 0; }
.smu-contact-map__link { position: absolute; right: 18px; bottom: 18px; display: inline-flex; min-height: 43px; padding: 0 17px; align-items: center; border-radius: 10px; background: var(--paper-strong); box-shadow: 0 7px 20px rgba(4,30,47,.18); color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.smu-contact-map__link:hover { background: var(--amber); }

.smu-footer { padding: 38px 0 22px; background: #061b2b; color: #fff; }
.smu-footer__inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.smu-footer__detail { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 12px; align-items: start; min-width: 0; }
.smu-footer__icon { width: 20px; height: 20px; margin-top: 1px; fill: none; stroke: var(--amber); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.smu-footer__label { margin: 0 0 5px; color: #8bcfe8; font-size: 10px; font-weight: 750; letter-spacing: .1em; line-height: 1.15; text-transform: uppercase; }
.smu-footer__value { display: block; margin: 0; color: #fff; font-size: 12px; font-weight: 500; line-height: 1.55; overflow-wrap: anywhere; transition: color 160ms ease; }
.smu-footer a.smu-footer__value:hover { color: var(--amber); }
.smu-footer__meta { grid-column: 1 / -1; margin: 4px 0 0; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); font-size: 10px; }

.smu-modal { position: fixed; z-index: 100; inset: 0; display: grid; padding: 20px; place-items: center; opacity: 0; visibility: hidden; background: rgba(3,19,32,.72); transition-property: opacity, visibility; transition-duration: 180ms; }
.smu-modal.is-open { opacity: 1; visibility: visible; }
.smu-modal__dialog { position: relative; width: min(100%, 500px); padding: 32px; border-radius: var(--radius-lg); background: var(--paper-strong); box-shadow: 0 28px 70px rgba(0,0,0,.34); translate: 0 12px; transition-property: translate; transition-duration: 180ms; }
.smu-modal.is-open .smu-modal__dialog { translate: 0 0; }
.smu-modal__close { position: absolute; top: 14px; right: 14px; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; border-radius: 11px; background: #dfeef4; color: var(--ink); font-size: 25px; line-height: 1; }
.smu-modal__dialog h2 { margin: 0 40px 8px 0; font-size: 28px; letter-spacing: -.045em; line-height: 1.05; }
.smu-modal__dialog > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.smu-modal .smu-fields { grid-template-columns: 1fr; }
.smu-modal__dialog form .smu-button { margin-top: 20px; margin-bottom: 20px; }

.smu-header--page { position: relative; background: #061b2b; }
.smu-header--page.is-sticky { right: 0; left: 0; }
.smu-nav a[aria-current="page"] { color: var(--amber); }
.smu-projects-page { background: #f4fafc; }
.smu-projects-hero { position: relative; overflow: hidden; padding: 78px 0 64px; background: #061b2b; color: #fff; }
.smu-projects-hero::before { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(91, 174, 208, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(91, 174, 208, .12) 1px, transparent 1px); background-size: 44px 44px; content: ''; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.smu-projects-hero__inner { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.smu-projects-hero .smu-eyebrow { color: var(--amber); }
.smu-projects-hero .smu-title { max-width: 760px; color: #fff; }
.smu-projects-hero__copy { max-width: 410px; margin: 0 0 4px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.6; }
.smu-project-archive { padding: 64px 0 96px; }
.smu-project-archive__top { display: flex; margin-bottom: 26px; align-items: center; justify-content: space-between; gap: 20px; }
.smu-project-archive__count { margin: 0; color: var(--amber-deep); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.smu-project-archive__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.smu-archive-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid rgba(6,27,43,.1); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 24px rgba(4,30,47,.06); }
.smu-archive-card__media { overflow: hidden; aspect-ratio: 16 / 10; background: #d7e8ef; }
.smu-archive-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: scale 260ms ease; }
.smu-archive-card:hover .smu-archive-card__media img { scale: 1.04; }
.smu-archive-card__body { display: flex; min-width: 0; flex: 1; padding: 23px 23px 24px; flex-direction: column; }
.smu-archive-card h2 { margin: 0 0 15px; color: var(--ink); font-size: 19px; font-weight: 700; letter-spacing: -.035em; line-height: 1.16; overflow-wrap: anywhere; }
.smu-archive-card__detail { margin: 0 0 10px; color: #466275; font-size: 12px; line-height: 1.58; overflow-wrap: anywhere; }
.smu-archive-card__weight { margin: auto 0 0; padding-top: 14px; border-top: 1px solid rgba(6,27,43,.1); color: var(--ink); font-size: 12px; font-weight: 700; line-height: 1.45; }
.smu-project-pagination { display: flex; margin-top: 38px; align-items: center; justify-content: center; gap: 8px; }
.smu-project-pagination a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(6,27,43,.15); border-radius: 10px; color: var(--ink); font-size: 13px; font-weight: 700; transition-property: background, border-color, color; transition-duration: 160ms; }
.smu-project-pagination a:hover, .smu-project-pagination a[aria-current="page"] { border-color: var(--amber); background: var(--amber); color: var(--ink); }

[data-reveal] { opacity: 0; filter: blur(8px); translate: 0 26px; transition-property: opacity, translate, filter; transition-duration: 700ms; transition-timing-function: cubic-bezier(.2, 0, 0, 1); }
[data-reveal].is-visible { opacity: 1; filter: blur(0); translate: 0 0; }

@media (max-width: 980px) {
  .smu-header__phone { display: none; }
  .smu-nav { gap: 17px; }
  .smu-hero { min-height: auto; }
  .smu-hero__inner { grid-template-columns: minmax(0, 1fr) 290px; gap: 24px; }
  .smu-services { gap: 12px; }
  .smu-service-directory { grid-template-columns: 1fr; gap: 28px; }
  .smu-section { padding: 88px 0; }
  .smu-process { gap: 40px; }
  .smu-project { min-height: 330px; }
  .smu-project--tall { min-height: 450px; }
  .smu-projects-hero__inner { display: block; }
  .smu-projects-hero__copy { margin-top: 16px; }
  .smu-project-archive__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smu-reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smu-contact-extra { grid-template-columns: 1fr; }
  .smu-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 740px) {
  .smu-container { width: min(calc(100% - 32px), var(--max)); }
  .smu-header__inner { min-height: 74px; gap: 12px; }
  .smu-brand img { width: auto; height: 52px; }
  .smu-header.is-menu-open { position: fixed; z-index: 80; inset: 0; overflow-y: auto; border-bottom: 0; background: #061b2b; box-shadow: none; backdrop-filter: none; }
  .smu-header.is-menu-open .smu-header__inner { position: relative; z-index: 2; border-bottom: 1px solid rgba(184,226,239,.2); }
  .smu-header > .smu-container > .smu-button { position: relative; z-index: 3; }
  .smu-menu-button { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; justify-content: center; gap: 4px; margin-left: auto; }
  .smu-header.is-menu-open .smu-menu-button { border-color: rgba(184,226,239,.42); background: rgba(184,226,239,.12); }
  .smu-header.is-menu-open .smu-menu-button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .smu-header.is-menu-open .smu-menu-button span:nth-child(2) { opacity: 0; }
  .smu-header.is-menu-open .smu-menu-button span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .smu-nav { position: fixed; z-index: 1; inset: 74px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 24px 16px calc(32px + env(safe-area-inset-bottom)); border: 0; border-radius: 0; opacity: 0; visibility: hidden; pointer-events: none; background: #061b2b; box-shadow: none; translate: 0 -12px; transition-property: opacity, visibility, translate; transition-duration: 180ms; }
  .smu-nav::before { position: absolute; top: 0; right: 16px; left: 16px; height: 1px; background: linear-gradient(90deg, transparent, rgba(67,190,232,.68), transparent); content: ''; }
  .smu-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; translate: 0 0; }
  .smu-nav > a, .smu-nav ul { position: relative; z-index: 1; width: 100%; }
  .smu-nav ul { display: grid; align-content: start; gap: 0; }
  .smu-nav a { display: flex; min-height: 68px; align-items: center; justify-content: space-between; padding: 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; font-size: clamp(21px, 6vw, 28px); font-weight: 650; letter-spacing: -.035em; line-height: 1.1; }
  .smu-nav a::after { color: var(--amber); font-size: 20px; font-weight: 500; content: '↗'; }
  .smu-nav a:last-child { border-bottom: 0; }
  .smu-hero { padding: 132px 0 32px; background-position: 62% center; }
  .smu-hero::before { background: linear-gradient(90deg, rgba(3,19,32,.92), rgba(3,31,50,.58)); }
  .smu-hero__inner { display: block; min-height: 0; }
  .smu-hero__title { font-size: clamp(38px, 10.2vw, 43px); overflow-wrap: anywhere; }
  .smu-hero__lead { margin: 21px 0 24px; font-size: 15px; }
  .smu-hero__aside { margin-top: 42px; padding: 20px; }
  .smu-stats__grid { grid-template-columns: repeat(2,1fr); }
  .smu-stat { min-height: 120px; padding: 23px 16px; border: 0; }
  .smu-stat:nth-child(even) { border-left: 1px solid var(--line-light); }
  .smu-stat:nth-child(n + 3) { border-top: 1px solid var(--line-light); }
  .smu-stat:last-child { border-right: 0; }
  .smu-section { padding: 72px 0; }
  .smu-section__top { display: block; margin-bottom: 32px; }
  .smu-section--dark#projects .smu-section__top > .smu-button { margin-top: 28px; }
  .smu-section__top .smu-copy { margin-top: 18px; }
  .smu-title { font-size: 36px; }
  .smu-services, .smu-process, .smu-projects, .smu-contact, .smu-contact-extra { grid-template-columns: 1fr; }
  .smu-reviews { grid-template-columns: 1fr; }
  .smu-review { min-height: 0; padding: 26px; }
  .smu-service { min-height: 250px; padding: 23px; }
  .smu-service__number { margin-bottom: 35px; }
  .smu-process__image { min-height: 360px; }
  .smu-project, .smu-project--tall { min-height: 315px; }
  .smu-projects-hero { padding: 56px 0 48px; }
  .smu-project-archive { padding: 42px 0 64px; }
  .smu-project-archive__top { margin-bottom: 20px; }
  .smu-project-archive__grid { grid-template-columns: 1fr; gap: 18px; }
  .smu-archive-card__body { padding: 20px; }
  .smu-archive-card h2 { font-size: 18px; }
  .smu-projects__side { gap: 14px; }
  .smu-quote { display: block; padding: 28px; }
  .smu-quote .smu-button { margin-top: 22px; }
  .smu-partners { justify-content: flex-start; gap: 22px 28px; }
  .smu-partners img { max-width: 100px; max-height: 38px; }
  .smu-contact__card, .smu-contact__form { padding: 26px; }
  .smu-requisites { padding: 26px; }
  .smu-requisites__people { grid-template-columns: 1fr; gap: 18px; }
  .smu-contact-map iframe { min-height: 340px; }
  .smu-service-directory { grid-template-columns: 1fr; gap: 25px; padding: 26px; }
  .smu-service-directory__list { grid-template-columns: 1fr; }
  .smu-fields { grid-template-columns: 1fr; }
  .smu-footer { padding: 31px 0 20px; }
  .smu-footer__inner { grid-template-columns: 1fr; gap: 18px; }
  .smu-footer__meta { margin-top: 2px; padding-top: 15px; }
  .smu-modal__dialog { padding: 27px 22px 22px; }
}
@media (max-width: 350px) {
  .smu-header__inner { gap: 6px; }
  .smu-brand img { width: auto; height: 42px; }
  .smu-menu-button { width: 42px; height: 42px; }
  .smu-header > .smu-container > .smu-button { min-width: 0; min-height: 44px; padding: 8px 9px; font-size: 10px; }
  .smu-header .smu-arrow { margin-left: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
