:root {
  color-scheme: light;
  --paper: #f6f3ed;
  --white: #fffdf9;
  --ink: #242820;
  --muted: #66675e;
  --gold: #887047;
  --line: #d9d3c8;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
img, svg { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
.page-width { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 105px; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 600; line-height: 1.6; letter-spacing: .18em; text-transform: uppercase; }
.display-title { font: 400 clamp(40px, 4.3vw, 60px)/1.1 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.section-heading .eyebrow { margin-bottom: 22px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { width: min(1392px, calc(100% - 112px)); min-height: 110px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 22px; }
.brand { display: inline-flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.brand-name { font: 400 33px/1 var(--serif); letter-spacing: .045em; white-space: nowrap; }
.brand-description { font-size: 9px; letter-spacing: .235em; text-transform: uppercase; margin-top: 8px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.main-nav a { position: relative; padding-block: 8px; }
.main-nav a::after { position: absolute; content: ""; inset-inline: 0; bottom: 4px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.header-tools { display: flex; align-items: center; gap: 26px; }
.languages { display: flex; align-items: center; gap: 2px; }
.languages a { display: inline-flex; align-items: center; justify-content: center; appearance: none; cursor: pointer; border: 0; background: transparent; color: var(--muted); font-size: 12px; line-height: 1; min-width: 36px; min-height: 44px; padding: 9px 6px; position: relative; }
.languages a[aria-current="page"] { color: var(--ink); }
.languages a[aria-current="page"]::after { content: ""; position: absolute; bottom: 5px; inset-inline: 10px; height: 1px; background: var(--gold); }
.header-contact { border: 1px solid var(--line); padding: 13px 18px; display: inline-flex; align-items: center; gap: 24px; font-size: 13px; transition: border-color .18s ease, background .18s ease; }
.header-contact:hover { border-color: var(--gold); background: #efeae0; }
.header-contact > span:last-child { font-size: 18px; }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: 56px; padding-block: 50px 64px; align-items: center; }
.hero-copy { padding-block: 24px; }
.hero h1 { font: 400 clamp(56px, 5.45vw, 83px)/1.04 var(--serif); letter-spacing: -.057em; margin-top: 28px; }
.hero h1 > span { display: block; }
.hero-accent { color: var(--gold); margin-top: 8px; }
.hero-description { color: var(--muted); max-width: 420px; font-size: 17px; line-height: 1.7; margin-top: 31px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 17px 25px; font-size: 14px; font-weight: 500; line-height: 1.45; transition: background .18s ease, border-color .18s ease; }
.button svg { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.3; }
.button-dark { background: var(--ink); color: var(--white); border: 1px solid var(--ink); margin-top: 33px; }
.button-dark:hover { background: #43493b; border-color: #43493b; }
.language-note { color: var(--muted); font-size: 12px; letter-spacing: .015em; }
.language-note span { padding-inline: 10px; }
.hero .language-note { margin-top: 32px; }
.hero-image { position: relative; align-self: stretch; min-height: 620px; background: #d5c9b6; overflow: hidden; }
.hero-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; }
.hero-image::after { content: ""; position: absolute; inset: 62% 0 0; background: linear-gradient(transparent, rgba(22, 25, 19, .65)); pointer-events: none; }
.image-caption { position: absolute; z-index: 1; inset-inline: 32px; bottom: 30px; color: #fffdf8; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.image-caption > span:first-child { font-size: 11px; letter-spacing: .12em; white-space: nowrap; }
.image-caption > span:last-child { font: 400 20px/1.35 var(--serif); text-align: end; }
.benefits { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; padding-block: 36px 48px; }
.benefit { display: flex; align-items: flex-start; gap: 20px; }
.benefit-mark { color: var(--gold); font: italic 21px/1.4 var(--serif); }
.benefit h2 { font-size: 15px; font-weight: 500; line-height: 1.6; margin-bottom: 5px; }
.benefit p { font-size: 14px; line-height: 1.65; color: var(--muted); max-width: 280px; }
.services { background: #efebe3; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 43px; }
.service-card { min-width: 0; position: relative; display: block; background: var(--paper); border: 1px solid #d8d2c6; padding: 31px 38px 39px; transition: border-color .18s ease, background .18s ease; }
.service-card:hover { background: var(--white); border-color: var(--gold); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; color: var(--gold); }
.service-number { font-size: 12px; letter-spacing: .1em; }
.service-top svg { height: 30px; width: 30px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linejoin: round; stroke-linecap: round; }
.service-card h3 { font: 400 clamp(30px, 3vw, 40px)/1.13 var(--serif); letter-spacing: -.035em; margin-bottom: 20px; }
.service-card h3 span { color: var(--gold); }
.service-card p { max-width: 390px; padding-inline-end: 24px; font-size: 16px; line-height: 1.7; color: var(--muted); }
.card-arrow { position: absolute; inset-inline-end: 35px; bottom: 37px; color: var(--gold); font-size: 23px; line-height: 1; }
.process-steps { list-style: none; margin: 55px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; }
.process-steps li { border-top: 1px solid var(--line); padding-top: 25px; }
.step-number { display: block; font: 400 29px/1 var(--serif); color: var(--gold); margin-bottom: 32px; }
.process-steps h3 { font: 400 25px/1.25 var(--serif); letter-spacing: -.025em; margin-bottom: 13px; }
.process-steps p { font-size: 16px; line-height: 1.7; color: var(--muted); max-width: 330px; }
.contact-section { background: #252b25; color: var(--paper); }
.contact-inner { padding-block: 82px 88px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 72px; align-items: center; }
.contact-copy .eyebrow { color: #c9b28a; margin-bottom: 24px; }
.contact-copy > p:last-child { color: #d1d3c8; margin-top: 26px; font-size: 16px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; justify-self: end; }
.button-gold { background: #cfb88c; color: #242820; width: 100%; margin-bottom: 27px; border: 1px solid #cfb88c; }
.button-gold:hover { background: #e1cba4; border-color: #e1cba4; }
.contact-actions a:focus-visible { outline-color: #e1cba4; }
.contact-email { display: inline-block; font-size: 18px; line-height: 1.6; border-bottom: 1px solid #7d8374; }
.contact-email:hover { border-color: #cfb88c; }
.contact-phone { color: #d1d3c8; margin-top: 12px; font-size: 16px; }
.contact-phone:hover { color: #fffdf9; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 145px; padding-block: 38px; }
.site-footer .brand-name { font-size: 29px; }
.site-footer .brand-description { font-size: 8px; }
.site-footer { flex-wrap: wrap; }
.footer-privacy { flex-basis: 100%; display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 14px; color: var(--muted); }
.cookie-settings-link { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.footer-privacy a:hover, .cookie-settings-link:hover { color: var(--ink); text-decoration: underline; }
.analytics-consent { position: fixed; z-index: 20; inset-inline: 0; bottom: 0; max-height: 75svh; overflow-y: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 22px max(24px, calc((100vw - 1280px) / 2)); background: var(--white); border-top: 1px solid var(--gold); box-shadow: 0 -4px 24px rgb(36 40 32 / 8%); }
.analytics-consent[hidden] { display: none; }
.analytics-consent h2 { font-family: var(--serif); font-size: 25px; font-weight: 400; margin-bottom: 5px; }
.analytics-consent p { font-size: 14px; line-height: 1.65; max-width: 900px; color: var(--muted); }
.analytics-consent p a { color: var(--ink); text-decoration: underline; }
.analytics-consent-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.analytics-consent-actions button { padding: 12px 18px; min-height: 48px; border: 1px solid var(--gold); background: transparent; color: var(--ink); font: inherit; font-size: 14px; cursor: pointer; }
.analytics-consent-actions button:hover { background: var(--paper); }
@media (max-width: 800px) {
  .analytics-consent { grid-template-columns: 1fr; gap: 16px; padding: 18px 24px; }
  .analytics-consent-actions button { flex: 1; }
}
.main-site { display: flex; gap: 20px; align-items: center; font-size: 14px; }
.main-site:hover { color: var(--gold); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; inset-inline-start: 16px; z-index: 10; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
html[lang="ru"] .hero h1 { font-size: clamp(52px, 4.8vw, 71px); line-height: 1.13; }
html[lang="ru"] .header-contact { max-width: 200px; }
html[lang="ar"] { --serif: "Times New Roman", Tahoma, serif; --sans: Tahoma, Arial, sans-serif; }
html[lang="ar"] .brand { --serif: Georgia, "Times New Roman", serif; --sans: Arial, Helvetica, sans-serif; }
html[lang="ar"] .eyebrow { letter-spacing: 0; font-size: 15px; }
html[lang="ar"] .hero h1 { letter-spacing: 0; line-height: 1.2; font-size: clamp(55px, 5.2vw, 78px); }
html[lang="ar"] .display-title, html[lang="ar"] .service-card h3, html[lang="ar"] .process-steps h3 { letter-spacing: 0; line-height: 1.3; }
html[lang="ar"] .hero-description { font-size: 18px; }
html[lang="ar"] .button-dark svg { transform: scaleX(-1); }
html[lang="ar"] .contact-actions { align-items: flex-end; }
@media (min-width: 1500px) {
  .hero-image { min-height: 670px; }
  .hero h1 { font-size: 89px; }
}
@media (max-width: 1150px) {
  .page-width, .header-inner { width: calc(100% - 64px); }
  .header-inner { gap: 22px; flex-wrap: wrap; }
  .main-nav { gap: 22px; }
  .header-tools { gap: 16px; }
  .header-contact { display: none; }
  .hero { gap: 35px; }
  .hero-image { min-height: 580px; }
  .benefits { gap: 25px; }
  .benefit { gap: 13px; }
  .service-card { padding: 28px 30px 37px; }
  .contact-inner { gap: 40px; }
}
@media (max-width: 760px) {
  .page-width, .header-inner { width: calc(100% - 40px); }
  .header-inner { padding-block: 20px 12px; min-height: 0; gap: 14px 12px; }
  .brand-name { font-size: 28px; }
  .brand-description { font-size: 8px; margin-top: 7px; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding-top: 9px; font-size: 13px; }
  .header-tools { margin-inline-start: auto; }
  .languages a { min-width: 31px; padding-inline: 5px; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-block: 36px 40px; }
  .hero-copy { padding-block: 7px 0; }
  .hero h1 { font-size: clamp(53px, 10.7vw, 74px); margin-top: 25px; line-height: 1.06; }
  .hero-accent { max-width: 9em; }
  .hero-description { font-size: 16px; margin-top: 25px; max-width: 440px; }
  .button-dark { margin-top: 27px; }
  .hero .language-note { margin-top: 25px; }
  .hero-image { min-height: 0; aspect-ratio: 1.25; }
  .hero-image img { object-position: 50% 43%; }
  .image-caption { bottom: 24px; inset-inline: 24px; }
  .image-caption > span:last-child { font-size: 18px; }
  .benefits { grid-template-columns: 1fr; gap: 24px; padding-block: 29px 42px; }
  .benefit { gap: 21px; }
  .benefit h2 { font-size: 16px; }
  .benefit p { max-width: none; }
  .section-space { padding-block: 62px; }
  .section-heading .eyebrow { margin-bottom: 19px; max-width: 28em; }
  .display-title { font-size: clamp(39px, 7.5vw, 52px); }
  .service-grid { gap: 15px; margin-top: 32px; }
  .service-card { padding: 23px 23px 32px; }
  .service-card h3 { font-size: 30px; }
  .service-card p { font-size: 15px; padding-inline-end: 12px; }
  .card-arrow { inset-inline-end: 18px; bottom: 20px; font-size: 19px; }
  .process-steps { margin-top: 35px; gap: 30px; grid-template-columns: 1fr; }
  .process-steps li { display: grid; grid-template-columns: 38px 1fr; column-gap: 21px; padding-top: 22px; }
  .step-number { grid-row: 1 / 3; font-size: 27px; margin-bottom: 0; padding-top: 1px; }
  .process-steps h3 { font-size: 26px; margin-bottom: 9px; }
  .process-steps p { max-width: none; }
  .contact-inner { grid-template-columns: 1fr; padding-block: 60px; gap: 35px; }
  .contact-actions { justify-self: start; width: min(100%, 355px); }
  .button-gold { padding-inline: 23px; }
  .site-footer { flex-wrap: wrap; padding-block: 34px; gap: 29px 24px; }
  .site-footer .language-note { width: 100%; }
  html[lang="ru"] .hero h1 { font-size: clamp(45px, 9.4vw, 65px); }
  html[lang="ar"] .hero h1 { font-size: clamp(51px, 10vw, 72px); }
}
@media (max-width: 520px) {
  .eyebrow { font-size: 11px; letter-spacing: .14em; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 25px 26px 33px; }
  .service-top { margin-bottom: 21px; }
  .service-card h3 { font-size: 35px; }
  .service-card p { font-size: 16px; max-width: 320px; padding-inline-end: 17px; }
  .card-arrow { inset-inline-end: 22px; bottom: 32px; }
  .site-footer .brand-name { font-size: 25px; }
  .site-footer .brand-description { font-size: 7px; }
  .main-site { gap: 10px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
