:root {
  --ink: #070908;
  --ink-2: #101310;
  --paper: #0d100f;
  --cream: #090b0a;
  --surface: #111411;
  --surface-2: #161a16;
  --white: #f4efe5;
  --text: #eee8dd;
  --gold: #b99558;
  --gold-light: #d4b878;
  --gold-pale: #ead7ad;
  --muted: #9b9a92;
  --line: rgba(215, 187, 127, .2);
  --shadow: 0 24px 70px rgba(0, 0, 0, .42);
  --radius: 3px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--cream); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body, input, select, textarea, button { font-family: var(--sans); }
a { color: inherit; text-underline-offset: .22em; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 48px)); }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -100px; padding: .7rem 1rem; color: var(--white); background: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; z-index: 50; top: 0; color: var(--text); background: rgba(7,9,8,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; line-height: 1; }
.brand-logo { width: 44px; height: 55px; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(188,139,48,.22)); }
.brand-logo-footer { width: 52px; height: 65px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 700 1.15rem/1 var(--serif); }
.brand strong { display: block; font: 700 1.13rem/1 var(--serif); letter-spacing: .21em; }
.brand small { display: block; margin-top: 7px; font-size: .64rem; letter-spacing: .12em; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav > a:not(.button) { font-size: .84rem; font-weight: 650; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--gold-pale); }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--line); padding: .55rem .8rem; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid rgba(234,215,173,.35); border-radius: var(--radius); background: linear-gradient(135deg, #d0b273 0%, #a88045 100%); color: #090b0a; text-decoration: none; font-size: .88rem; font-weight: 780; letter-spacing: .025em; cursor: pointer; box-shadow: inset 0 1px rgba(255,255,255,.22), 0 8px 28px rgba(149,111,56,.16); transition: transform .2s, filter .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(201,161,94,.55); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-gold { background: linear-gradient(135deg, #ddc58e, #ae8549); }
.button-dark { color: #090b0a; background: linear-gradient(135deg, #d0b273, #a88045); }
.button-dark:hover { filter: brightness(1.08); }
.button-outline { border-color: rgba(212,184,120,.65); background: transparent; color: var(--gold-pale); box-shadow: none; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: .86rem; font-weight: 750; text-decoration-thickness: 1px; }
.text-link-light { color: var(--white); }
.eyebrow { display: block; margin-bottom: 16px; color: var(--gold-light); font-size: .71rem; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow-dark { color: var(--gold-light); }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3.2rem, 7.4vw, 6.4rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.2rem); letter-spacing: -.035em; }
h3 { font-size: 1.65rem; letter-spacing: -.02em; }
p { margin: 0 0 1rem; }

.hero { position: relative; min-height: 780px; display: grid; overflow: hidden; color: var(--white); background: #1b2d27; }
.hero-media { position: absolute; inset: 0; background: url('../img/hero-russia.webp') 50% 48%/cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 74% 38%, rgba(190,145,72,.08), transparent 34%), linear-gradient(90deg, rgba(3,5,4,.94) 0%, rgba(3,5,4,.72) 40%, rgba(3,5,4,.24) 72%, rgba(3,5,4,.48) 100%), linear-gradient(0deg, rgba(3,5,4,.9) 0%, transparent 45%); }
.hero-emblem { z-index: 1; position: absolute; top: 48%; right: max(3vw, calc((100vw - 1220px) / 2)); width: clamp(270px, 31vw, 430px); transform: translateY(-50%); filter: drop-shadow(0 34px 48px rgba(0,0,0,.55)); }
.hero-emblem::before { content: ''; position: absolute; inset: 16% -10% 3%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(0,0,0,.3), rgba(0,0,0,0) 68%); }
.hero-emblem img { width: 100%; height: auto; }
.hero-inner { z-index: 2; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 100px 42px; }
.hero h1 { max-width: 760px; text-wrap: balance; }
.hero-slogan span, .hero-slogan strong { display: block; }
.hero-slogan span { font-size: clamp(2.7rem, 5.3vw, 5.15rem); line-height: .98; }
.hero-slogan strong { max-width: 690px; margin-top: 12px; color: var(--gold-pale); font: 500 clamp(2.15rem, 4.35vw, 4.15rem)/.98 var(--serif); letter-spacing: -.025em; text-shadow: 0 10px 32px rgba(0,0,0,.35); }
.hero-inner > p { max-width: 660px; margin-top: 24px; color: rgba(255,255,255,.83); font-size: 1.16rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 24px; }
.hero-facts { align-self: stretch; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: auto 0 0; padding: 30px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.hero-facts li { display: flex; flex-direction: column; gap: 4px; padding-right: 32px; }
.hero-facts li + li { border-left: 1px solid rgba(255,255,255,.2); padding-left: 32px; }
.hero-facts strong { font: 500 1.75rem var(--serif); }
.hero-facts span { color: rgba(255,255,255,.64); font-size: .8rem; }

.section { padding: 112px 0; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-head p { color: var(--muted); font-size: .97rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 375px; display: flex; flex-direction: column; padding: 32px; color: var(--text); background: linear-gradient(145deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); box-shadow: 0 3px 0 transparent; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card:hover { border-color: rgba(212,184,120,.48); }
.service-card-featured { color: var(--white); background: radial-gradient(circle at 90% 0%, rgba(201,161,94,.14), transparent 38%), #171a16; border-color: rgba(212,184,120,.48); }
.service-index { margin-bottom: 45px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.service-card-featured .service-index { color: var(--gold-light); }
.service-card p { color: var(--muted); font-size: .9rem; }
.service-card-featured p { color: rgba(255,255,255,.67); }
.price { display: flex; align-items: baseline; gap: 8px; margin-top: auto; padding-top: 22px; }
.price strong { font: 500 1.65rem var(--serif); }
.price span { color: var(--muted); font-size: .76rem; }
.price-on-request { flex-direction: column; gap: 2px; }
.price-on-request strong { color: var(--gold-pale); }
.service-card-featured .price span { color: rgba(255,255,255,.62); }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.service-card-featured .card-actions { border-color: rgba(255,255,255,.18); }
.service-card-featured .button-outline { color: var(--white); border-color: rgba(255,255,255,.5); }

.section-dark { color: var(--white); background: #050706; border-block: 1px solid rgba(212,184,120,.16); }
.section-head-light p { color: rgba(255,255,255,.62); }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.city-grid article { min-height: 330px; padding: 40px 36px; border-right: 1px solid rgba(255,255,255,.16); background: linear-gradient(180deg, transparent, rgba(255,255,255,.025)); }
.city-grid article:last-child { border-right: 0; }
.city-grid span { color: var(--gold); font-size: .75rem; letter-spacing: .16em; }
.city-grid h3 { margin-top: 120px; font-size: 2.35rem; }
.city-grid p { max-width: 290px; margin-top: 14px; color: rgba(255,255,255,.62); font-size: .89rem; }

.split-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.sticky-copy { position: sticky; top: 120px; }
.sticky-copy p { margin-top: 22px; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: #9a7437; font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.process-list h3 { font-size: 1.42rem; }
.process-list p { margin-top: 10px; color: var(--muted); font-size: .9rem; }

.payment-trust { padding-top: 0; }
.trust-card { display: grid; grid-template-columns: 84px 1fr auto; gap: 36px; align-items: center; padding: 54px 58px; background: radial-gradient(circle at 12% 10%, rgba(201,161,94,.1), transparent 34%), var(--surface-2); border: 1px solid rgba(212,184,120,.28); box-shadow: var(--shadow); }
.trust-icon { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-pale); font: 500 2rem var(--serif); }
.trust-card h2 { font-size: clamp(2rem, 3.5vw, 3.1rem); }
.trust-card p { max-width: 720px; margin-top: 16px; color: var(--muted); }

.request-section { background: #060807; border-block: 1px solid rgba(212,184,120,.14); }
.request-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.request-grid > div:first-child { padding-top: 38px; }
.request-grid > div:first-child p { margin-top: 20px; color: var(--muted); }
.contact-block { display: flex; flex-direction: column; gap: 6px; margin-top: 30px; font: 500 1.12rem var(--serif); }
.form-card { padding: 38px; color: var(--text); background: linear-gradient(145deg, #151915, #0f1210); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-card h1, .form-card h2 { margin-bottom: 28px; font-size: 2.4rem; }
.form-card label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--text); font-size: .79rem; font-weight: 750; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field-row label { min-width: 0; }
input, select, textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--text); background: #090b0a; border: 1px solid rgba(212,184,120,.3); border-radius: 0; }
input::placeholder, textarea::placeholder { color: #777870; }
textarea { resize: vertical; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold-light) 50%), linear-gradient(135deg, var(--gold-light) 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 36px; }
.check a { color: var(--gold-pale); }
.check { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px !important; align-items: start; font-weight: 500 !important; line-height: 1.5; }
.check input { width: 18px; min-height: 18px; margin-top: 3px; accent-color: var(--ink); }
.form-note { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: .76rem; }
.form-note a { color: var(--gold-pale); }
.form-note-left { margin: -6px 0 18px; text-align: left; }
.data-warning { margin: -2px 0 18px; padding: 13px 15px; color: #c9c3b8; background: rgba(185,149,88,.08); border-left: 2px solid var(--gold); font-size: .78rem; }
.data-warning strong { color: var(--gold-pale); }
.flash { padding: 12px 0; color: #fff; background: #2e6c51; font-weight: 650; }
.flash-error { background: #9a3d36; }
.inline-error { margin-bottom: 18px; padding: 12px 14px; color: #7b241d; background: #fae9e5; border-left: 3px solid #9a3d36; }

.faq-section details { border-top: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; list-style: none; font: 500 1.25rem var(--serif); }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary::after { content: '+'; position: absolute; right: 4px; font: 400 1.5rem var(--sans); }
.faq-section details[open] summary::after { content: '−'; }
.faq-section details p { max-width: 680px; padding-bottom: 26px; color: var(--muted); }

.page-hero, .legal-hero { padding: 105px 0 78px; background: radial-gradient(circle at 82% 20%, rgba(185,149,88,.09), transparent 34%), var(--paper); border-bottom: 1px solid var(--line); }
.page-hero h1, .legal-hero h1 { max-width: 930px; font-size: clamp(3rem, 6.7vw, 5.6rem); }
.page-hero p { max-width: 720px; margin-top: 22px; color: var(--muted); font-size: 1.08rem; }
.page-hero .button { margin-top: 30px; }
.page-hero-compact { padding-block: 80px 62px; }
.price-large { display: flex; flex-direction: column; margin: 25px 0 0; padding: 0; }
.price-large strong { font-size: 2.2rem; }
.detail-grid { display: grid; grid-template-columns: 1.1fr .65fr; gap: 100px; }
.detail-grid .lead { margin: 24px 0 42px; color: var(--muted); font-size: 1.08rem; }
.detail-grid h3 { margin-bottom: 18px; }
.feature-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 17px 0 17px 30px; border-bottom: 1px solid var(--line); position: relative; }
.feature-list li::before { content: '✓'; position: absolute; left: 0; color: #9a7437; }
.summary-card { align-self: start; padding: 32px; background: var(--surface-2); border: 1px solid var(--line); border-top: 3px solid var(--gold); }
.summary-card dl { margin: 0; }
.summary-card dl div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.summary-card dt { color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .1em; }
.summary-card dd { margin: 4px 0 0; font-weight: 650; }
.summary-card > p { margin: 24px 0 0; color: var(--muted); font-size: .82rem; }
.proposal-card { padding: 42px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.proposal-card h2 { margin: 34px 0 16px; font-size: 2rem; }
.proposal-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-block: 1px solid var(--line); }
.proposal-summary div { padding: 18px 14px; }
.proposal-summary div + div { border-left: 1px solid var(--line); }
.proposal-summary dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.proposal-summary dd { margin: 5px 0 0; }
.document-meta { overflow-wrap: anywhere; font-size: .75rem; }

.order-grid { display: grid; grid-template-columns: 1.15fr .55fr; gap: 80px; align-items: start; }
.form-card-wide { box-shadow: none; }
.checkout-total { display: flex; justify-content: space-between; align-items: baseline; margin: 28px 0 20px; padding: 20px 0; border-block: 1px solid var(--line); }
.checkout-total span { color: var(--muted); }
.checkout-total strong { font: 500 2rem var(--serif); }
.order-aside { position: sticky; top: 110px; }
.order-aside h2 { font-size: 2.2rem; }
.order-aside ol { padding-left: 22px; color: var(--muted); }
.order-aside li { padding: 8px 0 8px 7px; }
.support-note { display: flex; flex-direction: column; gap: 5px; margin-top: 30px; padding: 24px; background: var(--surface-2); border: 1px solid var(--line); }
.support-note strong { margin-bottom: 5px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-primary h2, .requisites h2 { margin-bottom: 28px; font-size: 2.5rem; }
.contact-big { display: block; margin-bottom: 10px; font: 500 1.8rem var(--serif); }
.contact-primary p { margin-top: 30px; color: var(--muted); }
.requisites dl { margin: 0; border-top: 1px solid var(--line); }
.requisites dl div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.requisites dt { color: var(--muted); font-size: .78rem; }
.requisites dd { margin: 0; font-weight: 600; }

.legal-hero { padding-bottom: 60px; }
.legal { padding-block: 70px 110px; }
.legal > p:first-child { font-size: 1.08rem; }
.legal h2 { margin: 52px 0 18px; font-size: 2rem; }
.legal p, .legal li { color: #c0bcb3; }
.legal strong { color: var(--text); }
.legal ol { padding-left: 25px; }
.legal li { margin-bottom: 10px; }

.result-page { min-height: 65vh; display: grid; align-items: center; padding: 100px 0; text-align: center; }
.result-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 28px; border: 1px solid var(--gold); border-radius: 50%; color: #9a7437; font-size: 2rem; }
.result-icon.success { color: #2e6c51; border-color: #2e6c51; }
.result-page h1 { font-size: clamp(2.7rem, 6vw, 4.8rem); }
.result-page p { max-width: 650px; margin: 22px auto; color: var(--muted); }
.result-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin: 35px 0; border-block: 1px solid var(--line); }
.result-summary div { padding: 18px; }
.result-summary div + div { border-left: 1px solid var(--line); }
.result-summary dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.result-summary dd { margin: 4px 0 0; font-weight: 700; }
.result-page .hero-actions { justify-content: center; }

.admin-login { min-height: 70vh; display: grid; place-items: center; padding: 80px 24px; background: var(--paper); }
.admin-login .form-card { width: min(480px, 100%); }
.admin-page { padding: 70px 0 110px; background: #090b0a; }
.admin-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 35px; }
.admin-head h1 { font-size: 4rem; }
.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 55px; }
.admin-stats div { padding: 24px; background: var(--surface); border: 1px solid var(--line); }
.admin-stats strong { display: block; font: 500 2.2rem var(--serif); }
.admin-stats span { color: var(--muted); font-size: .8rem; }
.admin-page > .shell > h2 { margin: 45px 0 18px; font-size: 2rem; }
.table-wrap { overflow-x: auto; background: var(--surface); border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; min-width: 900px; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .8rem; }
th { color: var(--gold-pale); background: #171a16; text-transform: uppercase; letter-spacing: .08em; }
td small { color: var(--muted); }
.inline-form { display: flex; gap: 6px; }
.status-badge { display: inline-block; padding: 5px 8px; color: var(--gold-pale); background: rgba(185,149,88,.12); border: 1px solid rgba(185,149,88,.28); font-size: .72rem; font-weight: 750; }
.sync-form { margin-top: 7px; }
.inline-form select { min-height: 36px; padding-block: 5px; font-size: .76rem; background-position: calc(100% - 14px) 15px, calc(100% - 9px) 15px; background-size: 5px 5px; }
.inline-form button, .service-admin-card button { border: 0; padding: 7px 10px; color: white; background: var(--ink); cursor: pointer; }
.service-admin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-admin-card { display: grid; gap: 14px; padding: 22px; background: var(--surface); border: 1px solid var(--line); }
.service-admin-card label { font-size: .76rem; }
.service-admin-card input[type=number] { min-height: 40px; margin-top: 4px; }
.proposal-created { margin: 0 0 36px; padding: 24px; background: rgba(46,108,81,.18); border: 1px solid rgba(94,171,132,.45); }
.proposal-created strong { color: #bde3cf; }
.proposal-created p { margin: 7px 0 12px; color: var(--muted); }
.proposal-created input { color: var(--gold-pale); }
.request-admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.request-admin-card { padding: 24px; background: var(--surface); border: 1px solid var(--line); }
.request-admin-card > p { color: var(--muted); font-size: .85rem; }
.request-admin-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.request-admin-head strong, .request-admin-head span { display: block; }
.request-admin-head > div > span { margin-top: 4px; color: var(--muted); font-size: .73rem; }
.quote-form { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.quote-form h3 { margin-bottom: 16px; font-size: 1.35rem; }
.quote-form label { display: grid; gap: 6px; margin-bottom: 12px; color: var(--text); font-size: .76rem; font-weight: 700; }

.site-footer { padding: 72px 0 24px; color: rgba(244,239,229,.66); background: #030504; border-top: 1px solid rgba(212,184,120,.18); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 75px; }
.brand-light { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 390px; margin-top: 24px; font-size: .86rem; }
.footer-grid h2 { margin-bottom: 18px; color: var(--gold-light); font: 800 .7rem/1 var(--sans); text-transform: uppercase; letter-spacing: .16em; }
.footer-grid > div > a:not(.brand) { display: block; margin-bottom: 9px; font-size: .84rem; text-decoration: none; }
.footer-grid > div > a:hover { color: white; }
.footer-grid > div:last-child p { margin-top: 16px; font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .72rem; }

@media (max-width: 900px) {
  .shell, .narrow { width: min(100% - 32px, 1180px); }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 78px; inset-inline: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 28px; background: #090b0a; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 16px; }
  .hero { min-height: 730px; }
  .hero-emblem { right: -48px; width: 330px; opacity: .32; }
  .hero-inner { padding-top: 82px; }
  .section { padding-block: 80px; }
  .section-head, .request-grid, .detail-grid, .contact-grid, .order-grid, .split-layout { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .sticky-copy, .order-aside { position: static; }
  .city-grid { grid-template-columns: 1fr; }
  .city-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .city-grid h3 { margin-top: 60px; }
  .trust-card { grid-template-columns: 70px 1fr; padding: 40px; }
  .trust-card .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .service-admin-grid, .request-admin-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .shell, .narrow { width: min(100% - 24px, 1180px); }
  .nav-shell { min-height: 68px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-logo { width: 36px; height: 45px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .55rem; }
  .main-nav { top: 68px; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.35rem; }
  .hero { min-height: 720px; }
  .hero-media { background-position: 45% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,17,14,.92), rgba(8,17,14,.4)), linear-gradient(0deg, rgba(8,17,14,.9), transparent 55%); }
  .hero-emblem { top: 23%; right: -28px; width: 210px; opacity: .25; }
  .hero-slogan span { font-size: 2.65rem; }
  .hero-slogan strong { font-size: 2.2rem; }
  .hero-inner > p { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-facts { grid-template-columns: 1fr; gap: 0; padding-top: 18px; }
  .hero-facts li { padding: 10px 0; }
  .hero-facts li + li { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); padding-left: 0; }
  .hero-facts strong { font-size: 1.3rem; }
  .hero-facts li { display: grid; grid-template-columns: 90px 1fr; align-items: center; }
  .section { padding-block: 66px; }
  .section-head { gap: 24px; margin-bottom: 34px; }
  .service-grid, .field-row, .result-summary, .proposal-summary, .admin-stats, .service-admin-grid, .request-admin-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; padding: 25px; }
  .service-index { margin-bottom: 35px; }
  .trust-card { display: block; padding: 30px 24px; }
  .trust-icon { margin-bottom: 26px; }
  .trust-card .button { margin-top: 16px; }
  .form-card { padding: 25px 20px; }
  .page-hero, .legal-hero { padding: 72px 0 52px; }
  .page-hero h1, .legal-hero h1 { font-size: 3rem; }
  .requisites dl div { grid-template-columns: 1fr; gap: 5px; }
  .contact-big { font-size: 1.35rem; overflow-wrap: anywhere; }
  .result-summary div + div { border-left: 0; border-top: 1px solid var(--line); }
  .proposal-summary div + div { border-left: 0; border-top: 1px solid var(--line); }
  .proposal-card { padding: 28px 20px; }
  .admin-head { align-items: flex-start; flex-direction: column; gap: 22px; }
  .admin-head h1 { font-size: 3rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
