:root {
  --ink: #111b22;
  --gold: #d2ad70;
  --paper: #ffffff;
  --muted: #566167;
  --line: #dce0e2;
  --contact-space: 100px;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #b88439; outline-offset: 6px; }
::selection { background: var(--gold); color: var(--ink); }
.skip { position: absolute; top: -100px; left: 20px; background: white; padding: 15px; z-index: 10; }
.skip:focus { top: 20px; }
.header { min-height: 108px; padding: 16px 5%; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--ink); color: white; border-bottom: 1px solid #344049; }
.brand { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.brand-symbol { display: block; width: 64px; height: 64px; object-fit: contain; }
.brand-text { font-size: 29px; letter-spacing: 4px; font-weight: 600; }
.brand-text small { display: block; letter-spacing: 1px; font-size: 12px; line-height: 1.5; margin-top: 4px; font-weight: 400; color: #c8cdd0; }
.header nav { display: flex; gap: 32px; font-size: 14px; color: #e3e4e3; }
.header nav a { display: flex; align-items: center; min-height: 44px; }
.header nav a:hover { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 28px; }
.language { display: flex; align-items: center; gap: 6px; color: #9aa1a3; font-size: 12px; }
.language button { border: 0; color: #bdc3c6; background: transparent; cursor: pointer; min-height: 44px; min-width: 36px; padding: 6px; font-size: 14px; }
.language button[aria-pressed=true] { color: var(--gold); text-decoration: underline; text-underline-offset: 7px; }
.header-cta { font-size: 14px; line-height: 1.5; padding: 15px 20px; border: 1px solid #6a6f70; white-space: nowrap; }
.header-cta:hover { border-color: var(--gold); color: var(--gold); }
.hero { position: relative; display: flex; flex-direction: column; min-height: 730px; color: white; isolation: isolate; background: #373d3d; }
.hero-img, .hero-shade { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; z-index: -2; }
.hero-img { object-position: 62% 55%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg,rgba(7,17,23,.92),rgba(8,17,23,.65) 43%,rgba(8,17,23,.02) 80%),linear-gradient(0deg,rgba(9,16,20,.55),transparent 30%); }
.hero-content { flex: 1; padding: 92px 6% 54px; max-width: 1100px; }
.eyebrow { font-size: 12px; font-weight: 500; letter-spacing: 2px; line-height: 1.7; color: var(--gold); margin: 0 0 30px; display: flex; align-items: center; gap: 14px; }
.eyebrow > span:first-child:empty { width: 27px; height: 1px; background: var(--gold); flex-shrink: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(58px,5.6vw,88px); line-height: 1.12; letter-spacing: -2.8px; margin-bottom: 25px; }
h1 em { font-weight: 400; color: #e2c28d; font-style: normal; }
.hero-scope { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 21px; letter-spacing: 0; line-height: 1.65; margin-top: 25px; max-width: 570px; color: #eef0f1; }
.hero-slogan { display: flex; align-items: center; gap: 14px; font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 21px; line-height: 1.5; color: #e2c28d; margin-bottom: 34px; }
.hero-slogan::before { content: ''; width: 32px; height: 1px; background: #b89a6a; flex-shrink: 0; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 20px 25px; min-height: 62px; font-size: 15px; line-height: 1.5; transition: background .2s; }
.button > span:last-child { font-size: 23px; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: #e5c696; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2e414c; }
.hero-bottom { margin: 0 6% 24px; padding-top: 18px; border-top: 1px solid #ffffff38; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hero-bottom > a { font-size: 12px; letter-spacing: 1.6px; display: flex; align-items: center; gap: 30px; min-height: 44px; }
.hero-bottom > a > span:last-child { font-size: 22px; }
.image-caption { color: #e2e2e0; font-size: 12px; line-height: 1.6; text-align: right; }
.specialisms { display: flex; justify-content: space-between; align-items: center; padding: 29px 14%; background: #1b2932; color: #d1d4d4; font-size: 12px; line-height: 1.7; letter-spacing: 2px; gap: 24px; }
.specialisms i { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }
.section { padding: 104px 7%; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; margin-bottom: 64px; }
.eyebrow.dark { color: #7b5c2c; }
.section-heading > div { display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; align-items: end; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px,4.3vw,67px); font-weight: 400; letter-spacing: -1.8px; line-height: 1.15; margin-bottom: 0; }
.intro { font-size: 16px; line-height: 1.8; color: var(--muted); margin-bottom: 0; }
.service { display: grid; grid-template-columns: .22fr 1fr 1.25fr 64px; align-items: start; gap: 30px; border-top: 1px solid var(--line); padding: 39px 0; }
.service:last-child { border-bottom: 1px solid var(--line); }
.service-number { color: #8a6d42; font-size: 13px; padding-top: 10px; }
.service h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 400; margin-bottom: 0; line-height: 1.2; overflow-wrap: anywhere; }
.service p { color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 19px; max-width: 490px; }
.service-tags { color: #626a65; letter-spacing: 1.2px; font-size: 12px; line-height: 1.7; }
.service-link { justify-self: end; border: 1px solid #c5c9c6; width: 49px; height: 49px; border-radius: 50%; display: grid; place-items: center; font-size: 25px; transition: background .2s, color .2s; }
.service-link:hover { background: var(--ink); color: white; border-color: var(--ink); }
.about { background: var(--ink); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 12%; border-bottom: 1px solid #35404a; }
.about h2 { color: #edece7; }
.about-copy > p { font-size: 18px; line-height: 1.8; color: #b9c1c5; }
.about-copy > p:first-child { color: #f0f1ef; }
.company-detail { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 35px; border-top: 1px solid #35404a; margin-top: 32px; padding-top: 25px; }
.company-detail span { font-size: 12px; letter-spacing: 1.8px; color: var(--gold); }
.company-detail strong { font-size: 15px; font-weight: 400; }
.contact { display: grid; grid-template-columns: 1.2fr 1fr; gap: 13%; }
.contact .intro { max-width: 440px; margin: 28px 0 32px; }
.contact-details { padding-top: 45px; min-width: 0; }
.contact-details > div { padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-details span { display: block; font-size: 12px; letter-spacing: 1.6px; color: #7b5c2c; margin-bottom: 13px; }
.contact-details a { font-size: 22px; line-height: 1.6; overflow-wrap: anywhere; }
.contact-details a:hover { color: #8a6228; }
.contact-details p { font-size: 16px; line-height: 1.7; margin: 0; color: var(--muted); }
footer { background: var(--ink); padding: 60px 7% 25px; color: white; }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 45px; gap: 30px; }
.footer-wordmark { display: flex; align-items: center; gap: 22px; font-size: clamp(42px,5.5vw,75px); letter-spacing: 7px; font-weight: 500; }
.footer-wordmark img { width: 72px; height: 72px; object-fit: contain; }
.footer-top p { font-size: 12px; letter-spacing: 1.8px; color: #b7c0c5; line-height: 1.8; margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 24px; border-top: 1px solid #35404a; color: #b6c0c5; font-size: 12px; line-height: 1.8; }
.footer-bottom p { margin: 0; }
.footer-bottom a { min-height: 44px; display: flex; align-items: center; }
.mobile-contact { display: none; }
html[lang=ru] h1 { font-size: clamp(54px,5.3vw,82px); letter-spacing: -2px; }
@media (min-width: 1600px) { .hero-content { padding-top: 110px; } .hero { min-height: 790px; } }
@media (max-width: 1150px) {
  .header nav { gap: 18px; }
  .header-actions { gap: 12px; }
  .header-cta { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .section-heading > div { grid-template-columns: 1.1fr 1fr; }
  .service { grid-template-columns: 30px .8fr 1.1fr 50px; gap: 20px; }
  .service h3 { font-size: 30px; }
  .section { padding: 80px 6%; }
  .about, .contact { gap: 8%; }
  .footer-top p { max-width: 250px; text-align: right; }
}
@media (max-width: 700px) {
  html { scroll-padding-bottom: calc(var(--contact-space) + 20px); }
  body { padding-bottom: var(--contact-space); }
  .header { min-height: 92px; padding: 15px 5%; gap: 12px; flex-wrap: wrap; }
  .brand { gap: 10px; }
  .brand-symbol { width: 48px; height: 48px; }
  .brand-text { font-size: 23px; letter-spacing: 3px; }
  .brand-text small { font-size: 12px; letter-spacing: 0; }
  .header nav { display: none; }
  .header-actions { margin-left: auto; }
  .language { gap: 0; }
  .language button { min-width: 32px; }
  .hero { min-height: 650px; }
  .hero-content { padding: 65px 7% 36px; }
  .eyebrow { font-size: 12px; letter-spacing: 1px; margin-bottom: 28px; }
  h1, html[lang=ru] h1 { font-size: clamp(32px,7.7vw,56px); letter-spacing: -1.1px; line-height: 1.18; }
  .hero-scope { font-size: 18px; line-height: 1.7; margin-top: 25px; }
  .hero-slogan { font-size: 19px; line-height: 1.5; margin-bottom: 29px; gap: 12px; }
  .hero-slogan::before { width: 22px; }
  .hero-img { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(7,17,23,.91),rgba(8,17,23,.55)),linear-gradient(0deg,rgba(9,16,20,.5),transparent 40%); }
  .button { font-size: 15px; padding: 17px 20px; gap: 22px; min-height: 60px; max-width: 100%; }
  .hero-content .button { width: 100%; }
  .hero-bottom { margin: 0 7% 24px; align-items: start; flex-direction: column; gap: 8px; padding-top: 13px; }
  .image-caption { text-align: left; font-size: 12px; }
  .hero-bottom > a { font-size: 12px; letter-spacing: 1px; }
  .specialisms { padding: 25px 6%; font-size: 12px; letter-spacing: 0; text-align: center; align-items: center; gap: 14px; }
  .specialisms > span { flex: 1; min-width: 0; }
  .specialisms i { display: none; }
  .section { padding: 66px 7%; }
  .section-heading { margin-bottom: 35px; gap: 5px; }
  .section-heading > div { display: block; }
  .section-heading .intro { margin-top: 24px; max-width: 350px; }
  h2 { font-size: 43px; letter-spacing: -1.2px; overflow-wrap: anywhere; }
  .service { grid-template-columns: 24px minmax(0,1fr) 44px; gap: 14px; padding: 29px 0; }
  .service h3 { font-size: clamp(24px,6.4vw,30px); }
  .service > div { grid-column: 2 / 4; grid-row: 2; }
  .service p { font-size: 16px; margin-bottom: 15px; }
  .service-number { padding-top: 7px; }
  .service-link { grid-column: 3; grid-row: 1; width: 44px; height: 44px; font-size: 22px; }
  .service-tags { font-size: 12px; letter-spacing: .5px; }
  .about, .contact { grid-template-columns: minmax(0,1fr); gap: 35px; }
  .about-copy > p { font-size: 17px; }
  .contact-details { padding-top: 0; }
  .contact-details a { font-size: 21px; }
  .contact-details > div { padding: 20px 0; }
  .contact-main .button { width: 100%; }
  .footer-top { flex-direction: column; align-items: start; gap: 24px; padding-bottom: 32px; }
  .footer-top p { text-align: left; max-width: none; font-size: 12px; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 10px; }
  .footer-wordmark { font-size: clamp(32px,9vw,49px); letter-spacing: 4px; gap: 14px; }
  .footer-wordmark img { width: 55px; height: 55px; }
  footer { padding-top: 45px; }
  .footer-bottom a { margin-top: 5px; }
  .mobile-contact { display: block; position: fixed; z-index: 20; bottom: 0; left: 0; right: 0; padding: 12px 5% calc(12px + env(safe-area-inset-bottom,0px)); background: #111b22; border-top: 1px solid #50606a; box-shadow: 0 -8px 28px #08121924; }
  .mobile-contact .button { display: flex; width: 100%; min-height: 54px; padding: 14px 20px; }
  .mobile-contact .button:focus-visible { outline-color: white; outline-offset: 3px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
