:root {
  --navy: #07101f;
  --navy-2: #0d1a2d;
  --red: #d92332;
  --red-dark: #b71725;
  --cream: #f4f1eb;
  --white: #fff;
  --text: #111827;
  --muted: #667085;
  --line: #e3e7ed;
  --radius: 3px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Noto Sans Armenian", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 9999; background: white; padding: 10px 16px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.16);
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(7,16,31,.96); box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: var(--red); transform: skewX(-8deg);
}
.logo-mark svg { width: 34px; height: 34px; fill: none; stroke: white; stroke-width: 2.2; transform: skewX(8deg); }
.logo > span:last-child { display: flex; flex-direction: column; line-height: 1.12; }
.logo strong { font-size: 16px; letter-spacing: .04em; }
.logo small { font-size: 9px; letter-spacing: .32em; color: #c7d0dd; margin-top: 4px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 600; opacity: .85; position: relative; }
.desktop-nav a::after {
  content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -10px;
  background: var(--red); transition: right .2s;
}
.desktop-nav a:hover::after { right: 0; }
.header-phone { border-left: 1px solid rgba(255,255,255,.2); padding-left: 25px; display: flex; flex-direction: column; }
.header-phone span { font-size: 9px; color: #aeb8c6; letter-spacing: .08em; }
.header-phone strong { font-size: 15px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 5px 0; }
.mobile-nav { display: none; background: var(--navy); padding: 10px 24px 22px; flex-direction: column; }
.mobile-nav a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); }

.hero { position: relative; min-height: 820px; height: 100vh; max-height: 980px; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(3,10,20,.94) 0%, rgba(3,10,20,.74) 42%, rgba(3,10,20,.22) 73%, rgba(3,10,20,.08)),
              linear-gradient(0deg, rgba(3,10,20,.6) 0%, transparent 45%);
}
.hero-content { position: relative; z-index: 2; padding-top: clamp(170px, 22vh, 235px); }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #d9e0e8; }
.eyebrow span { width: 40px; height: 3px; background: var(--red); }
.hero h1 { font-size: clamp(46px, 6vw, 82px); line-height: 1.09; letter-spacing: -.045em; margin: 24px 0; max-width: 900px; font-weight: 900; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.82); }
.hero-content > p { max-width: 680px; color: #d4dbe4; font-size: 17px; margin: 0 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  min-height: 54px; padding: 0 25px; border: 1px solid transparent; display: inline-flex;
  align-items: center; justify-content: center; color: white; cursor: pointer; font-weight: 700;
  font-size: 13px; transition: transform .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); }
.btn-primary:hover { background: var(--red-dark); }
.btn-glass { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.btn-glass:hover { background: rgba(255,255,255,.13); }
.hero-trust { display: flex; gap: 0; margin-top: clamp(55px, 8vh, 95px); border-top: 1px solid rgba(255,255,255,.2); width: min(750px, 100%); }
.hero-trust > div { padding: 24px 50px 0 0; margin-right: 50px; display: flex; flex-direction: column; position: relative; }
.hero-trust > div:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 22px; width: 1px; height: 42px; background: rgba(255,255,255,.2); }
.hero-trust strong { font-size: 29px; line-height: 1; }
.hero-trust span { font-size: 10px; color: #b7c0cc; margin-top: 8px; }
.scroll-hint { position: absolute; z-index: 3; bottom: 34px; right: 5vw; width: 32px; height: 52px; border: 1px solid rgba(255,255,255,.45); border-radius: 18px; }
.scroll-hint span { position: absolute; width: 3px; height: 8px; background: white; border-radius: 2px; left: 14px; top: 10px; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(20px); } }

.brand-strip { background: var(--navy); color: white; border-top: 1px solid rgba(255,255,255,.1); }
.brand-strip-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-strip span { color: #8590a0; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.brand-strip div { font-size: 13px; font-weight: 700; color: #dbe1e8; }
.brand-strip i { width: 4px; height: 4px; background: var(--red); border-radius: 50%; }

.section { padding: 110px 0; }
.section-label { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.section-label.light { color: #ff5a67; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-heading h2, .story-copy h2, .process h2, .booking h2 { font-size: clamp(33px, 4vw, 53px); line-height: 1.18; margin: 13px 0 0; letter-spacing: -.04em; }
.section-heading > p { color: var(--muted); margin: 0; font-size: 15px; }
.services { background: #f8f9fb; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card {
  min-height: 325px; padding: 31px; position: relative; background: white;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s, box-shadow .25s;
}
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 18px 45px rgba(15,24,39,.12); }
.service-card.featured { background: var(--red); color: white; border-color: var(--red); }
.service-number { position: absolute; top: 25px; right: 28px; color: #bac1cc; font-size: 10px; font-weight: 700; }
.featured .service-number { color: rgba(255,255,255,.6); }
.service-icon { width: 53px; height: 53px; display: grid; place-items: center; color: var(--red); background: #fff1f2; font-size: 24px; margin-bottom: 35px; }
.featured .service-icon { color: white; background: rgba(255,255,255,.16); }
.service-card h3 { font-size: 18px; line-height: 1.35; margin: 0 0 14px; }
.service-card p { color: var(--muted); font-size: 13px; margin: 0 0 24px; }
.featured p { color: rgba(255,255,255,.8); }
.service-card a { position: absolute; bottom: 28px; font-size: 11px; font-weight: 800; }
.service-card a span { color: var(--red); margin-left: 7px; }
.featured a span { color: white; }

.story { overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.story-images { position: relative; padding: 0 85px 70px 0; }
.story-main { width: 100%; aspect-ratio: 1.2; object-fit: cover; }
.story-small { position: absolute; width: 44%; right: 0; bottom: 0; aspect-ratio: .95; object-fit: cover; border: 9px solid white; }
.experience-badge {
  position: absolute; top: 35px; right: 28px; width: 120px; height: 120px; background: var(--red); color: white;
  display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 15px 35px rgba(217,35,50,.28);
}
.experience-badge strong { font-size: 39px; }
.experience-badge span { font-size: 10px; line-height: 1.3; }
.story-copy h2 { margin-bottom: 23px; }
.story-copy > p { color: var(--muted); font-size: 14px; }
.check-list { list-style: none; padding: 0; margin: 34px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 22px; }
.check-list li { display: flex; gap: 13px; }
.check-list li > span { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; background: #fff0f1; color: var(--red); font-size: 12px; font-weight: 900; }
.check-list strong { display: block; font-size: 13px; }
.check-list small { display: block; color: var(--muted); font-size: 10px; margin-top: 4px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 2px solid var(--red); font-size: 12px; font-weight: 800; }
.text-link span { color: var(--red); }

.process { background: var(--navy); color: white; padding: 90px 0; position: relative; overflow: hidden; }
.process::after { content: ""; position: absolute; width: 500px; height: 500px; border: 100px solid rgba(255,255,255,.018); border-radius: 50%; right: -180px; top: -180px; }
.process h2 { margin-bottom: 55px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 1; }
.process-step { padding: 0 38px; border-left: 1px solid rgba(255,255,255,.16); min-height: 150px; }
.process-step:first-child { padding-left: 0; border-left: 0; }
.process-step span { color: var(--red); font-size: 11px; font-weight: 800; }
.process-step h3 { font-size: 18px; margin: 27px 0 8px; }
.process-step p { color: #929cab; font-size: 11px; margin: 0; max-width: 190px; }

.branches-heading { margin-bottom: 45px; }
.branch-layout { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 580px; box-shadow: 0 22px 60px rgba(15,24,39,.12); }
.branch-photo { position: relative; min-height: 580px; overflow: hidden; }
.branch-photo img { width: 100%; height: 100%; object-fit: cover; }
.branch-photo::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(3,10,20,.75)); }
.branch-photo-caption { position: absolute; z-index: 2; left: 38px; bottom: 34px; color: white; }
.branch-photo-caption span { display: block; font-size: 10px; color: #d9dfe7; }
.branch-photo-caption strong { font-size: 34px; }
.branch-list { background: var(--navy-2); padding: 12px 38px; color: white; }
.branch-card { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.branch-card:last-child { border-bottom: 0; }
.branch-card.active { position: relative; }
.branch-card.active::before { content: ""; position: absolute; width: 3px; height: 55px; left: -38px; top: 28px; background: var(--red); }
.branch-city { font-weight: 800; font-size: 17px; display: flex; align-items: center; gap: 10px; }
.branch-city span { background: var(--red); font-size: 7px; padding: 3px 6px; letter-spacing: .08em; }
.branch-card p { color: #aeb7c3; font-size: 12px; margin: 5px 0 12px; }
.branch-card > div:last-child { display: flex; justify-content: space-between; gap: 15px; }
.branch-card a { font-size: 12px; font-weight: 700; }
.branch-card small { color: #7f8a99; font-size: 9px; }

.booking { background: var(--red); color: white; padding: 95px 0; }
.booking-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.booking h2 { margin-bottom: 20px; }
.booking-copy > p { color: rgba(255,255,255,.8); font-size: 13px; }
.booking-phone { margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; }
.booking-phone span { font-size: 10px; opacity: .75; }
.booking-phone a { font-size: 25px; font-weight: 800; }
.booking-form { background: white; color: var(--text); padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; box-shadow: 0 20px 50px rgba(75,0,7,.2); }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 10px; font-weight: 800; color: #313b4a; }
.field input, .field select { height: 49px; border: 1px solid #dce1e8; background: #fafbfc; padding: 0 13px; border-radius: 0; outline: none; color: #293241; min-width: 0; }
.field input:focus, .field select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(217,35,50,.08); }
.booking-form .btn { border: 0; margin-top: 3px; }
.full { grid-column: 1 / -1; }
.form-note { font-size: 8px; text-align: center; color: #8b95a3; margin: -7px 0 0; }
.form-success { display: none; color: #176b3a; background: #e9f8ef; padding: 12px; font-size: 12px; text-align: center; }
.booking-form.sent .form-success { display: block; }

.contact-section { background: #050b15; color: white; padding: 75px 0 25px; }
.contact-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr .7fr; gap: 55px; padding-bottom: 55px; }
.footer-logo { margin-bottom: 20px; }
.footer-about { max-width: 330px; color: #8691a0; font-size: 12px; }
.contact-grid h3 { font-size: 11px; margin: 5px 0 18px; color: #dce2e9; }
.contact-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.contact-grid a, .contact-grid p { color: #8691a0; font-size: 11px; margin: 0; }
.contact-grid a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; color: #626d7b; font-size: 9px; }
.floating-call {
  position: fixed; right: 25px; bottom: 25px; z-index: 80; width: 54px; height: 54px; display: grid; place-items: center;
  border-radius: 50%; background: var(--red); box-shadow: 0 8px 25px rgba(217,35,50,.35);
}
.floating-call svg { width: 23px; height: 23px; fill: white; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 16px; }
  .header-phone { display: none; }
  .story-grid { gap: 50px; }
  .service-card { min-height: 345px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px, var(--container)); }
  .site-header { background: rgba(7,16,31,.94); }
  .nav-wrap { min-height: 69px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav.open { display: flex; }
  .logo-mark { width: 39px; height: 39px; }
  .logo-mark svg { width: 29px; height: 29px; }
  .logo strong { font-size: 13px; }
  .hero { min-height: 760px; height: 100svh; max-height: 880px; }
  .hero-image { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,10,20,.94), rgba(3,10,20,.62)), linear-gradient(0deg, rgba(3,10,20,.7), transparent); }
  .hero-content { padding-top: 145px; }
  .hero h1 { font-size: clamp(40px, 11vw, 62px); }
  .hero-content > p { font-size: 14px; max-width: 560px; }
  .hero-trust > div { padding-right: 20px; margin-right: 20px; }
  .hero-trust strong { font-size: 22px; }
  .scroll-hint { display: none; }
  .brand-strip-inner { min-height: 100px; flex-wrap: wrap; justify-content: center; padding: 20px 0; gap: 13px 20px; }
  .brand-strip span { flex-basis: 100%; text-align: center; }
  .section { padding: 75px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-images { max-width: 650px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 40px 0; }
  .process-step:nth-child(3) { border-left: 0; padding-left: 0; }
  .branch-layout { grid-template-columns: 1fr; }
  .branch-photo { min-height: 410px; }
  .booking-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .hero { min-height: 780px; }
  .hero h1 { font-size: 42px; }
  .eyebrow { font-size: 8px; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { margin-top: 55px; }
  .hero-trust > div { padding-right: 10px; margin-right: 10px; flex: 1; }
  .hero-trust strong { font-size: 18px; }
  .hero-trust span { font-size: 8px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .story-images { padding: 0 35px 50px 0; }
  .story-small { width: 46%; border-width: 5px; }
  .experience-badge { width: 90px; height: 90px; right: 0; top: 20px; }
  .experience-badge strong { font-size: 30px; }
  .check-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 30px; }
  .process-step, .process-step:nth-child(3) { border-left: 2px solid var(--red); padding: 0 0 0 22px; min-height: 0; }
  .process-step h3 { margin-top: 12px; }
  .branch-photo { min-height: 300px; }
  .branch-list { padding: 10px 23px; }
  .branch-card.active::before { left: -23px; }
  .branch-card > div:last-child { flex-direction: column; gap: 5px; }
  .booking-form { padding: 25px 20px; grid-template-columns: 1fr; }
  .booking-form .full { grid-column: 1; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
