@font-face { font-family: Manrope; font-style: normal; font-weight: 200 800; font-display: swap; src: url('/assets/manrope.woff2') format('woff2'); }
:root { --blue: #4456a7; --ink: #27335f; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--blue); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.site { min-height: 100svh; background: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: relative; z-index: 10; display: grid; grid-template-columns: 44px minmax(250px,1fr) auto; gap: 10px; align-items: stretch; min-height: 78px; padding: 14px 22px; background: #fff; }
.menu { position: relative; }
.menu summary { display: grid; width: 44px; height: 50px; place-content: center; gap: 7px; border: 1px solid var(--blue); cursor: pointer; list-style: none; }
.menu summary::-webkit-details-marker { display: none; }
.menu summary span { display: block; width: 19px; height: 1px; background: var(--blue); }
.menu nav { position: absolute; top: 58px; left: 0; display: grid; width: 250px; padding: 9px; border: 1px solid var(--blue); background: #fff; box-shadow: 0 16px 40px rgba(24,35,83,.14); }
.menu nav a { padding: 12px 10px; border-bottom: 1px solid #d9def2; font-size: 13px; }
.menu nav a:last-child { border-bottom: 0; }
.brand,.desktop-nav a { display: flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid var(--blue); background: #fff; color: var(--blue); font-size: 12px; font-weight: 560; letter-spacing: .01em; line-height: 1.15; text-align: center; }
.brand { justify-self: start; width: min(345px,100%); padding: 0 22px; }
.desktop-nav { display: grid; grid-template-columns: repeat(4,minmax(112px,1fr)); gap: 10px; }
.desktop-nav a { padding: 0 18px; transition: background .18s ease,color .18s ease; }
.desktop-nav a:hover { background: var(--blue); color: #fff; }
.desktop-nav a[aria-current='page'] { box-shadow: inset 0 -3px 0 var(--blue); font-weight: 700; }

/* Home */
.hero { display: grid; grid-template-rows: minmax(340px,47svh) minmax(340px,1fr); min-height: calc(100svh - 78px); }
.title-block { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 42px clamp(30px,6vw,92px) 48px; }
.title-block h1 { max-width: 1020px; margin: 0; font-size: clamp(52px,5.5vw,82px); font-weight: 440; letter-spacing: -.05em; line-height: .9; }
.title-block h1 span { display: block; margin-bottom: 14px; font-size: .4em; font-weight: 520; letter-spacing: -.025em; line-height: 1.1; }
.title-block p { display: flex; align-items: center; gap: 14px; margin: 25px 0 0; color: #2e3978; font-size: 14px; font-weight: 500; }
.title-block p::before { width: 38px; height: 1px; background: currentColor; content: ''; }
.city { position: relative; min-height: 340px; margin: 0; overflow: hidden; background: #d9d9d9; }
.city img { position: absolute; top: -24vw; left: 0; width: 100%; height: auto; filter: grayscale(1) contrast(1.04); }

/* Original-style inner pages */
.inner { overflow: visible; }
.original-page { min-height: calc(100svh - 78px); margin: 0 auto; padding: 48px 0 90px; border-top: 1px dashed rgba(39,51,95,.8); background: #fff; }
.logo-large,.logo-small { position: relative; display: block; overflow: hidden; }
.logo-large { width: 295px; height: 132px; }
.logo-large img { position: absolute; top: -215px; left: -260px; width: 1610px; max-width: none; }
.logo-small { width: 235px; height: 105px; }
.logo-small img { position: absolute; top: -171px; left: -207px; width: 1283px; max-width: none; }
.about-page { width: min(1180px,calc(100% - 60px)); }
.about-copy { display: flex; flex-direction: column; margin-top: 44px; color: #344267; }
.about-copy p { margin: 0 0 28px; font-size: clamp(16px,1.25vw,19px); line-height: 1.62; text-align: justify; }
.outline-action { display: inline-flex; min-width: 178px; min-height: 52px; align-items: center; justify-content: center; align-self: flex-end; margin-top: -4px; border: 1px solid rgba(68,86,167,.22); color: #777; font-size: 14px; font-weight: 500; }
.outline-action:hover { background: var(--blue); color: #fff; }

/* Team */
.team-page { width: min(970px,calc(100% - 60px)); padding-top: 50px; }
.advocates { margin-top: 26px; color: #2e3347; }
.advocate { margin-bottom: 27px; }
.advocate h2 { margin: 0 0 3px; font-size: 16px; font-weight: 700; line-height: 1.35; }
.advocate p { margin: 0; font-size: 14px; line-height: 1.5; }
.advocate .role { margin-bottom: 3px; color: #a5aabe; }

/* Services */
.services-page { display: grid; grid-template-columns: minmax(250px,.7fr) minmax(0,1.3fr); gap: clamp(54px,7vw,104px); width: min(1180px,calc(100% - 60px)); padding-top: 72px; }
.disputes h1,.legal h2,.form h3 { margin: 0; font-size: 17px; font-weight: 750; letter-spacing: .01em; text-transform: uppercase; }
.disputes h1 { color: #9d1117; }
.legal h2 { color: #3348a0; }
.disputes ul { display: grid; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.disputes li { display: grid; grid-template-columns: 58px 1fr; align-items: center; min-height: 60px; color: #344267; font-size: 16px; }
.service-number { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #111; border-radius: 50%; color: #111; font-size: 12px; }
.legal-copy { margin-top: 30px; color: #1f1f24; }
.legal-copy p { margin: 0 0 24px; font-size: 15px; line-height: 1.58; text-align: justify; }
.form { margin-top: 34px; color: #24252b; }
.form h3 { margin-bottom: 14px; color: #2b2c31; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form label { display: grid; gap: 7px; margin-bottom: 9px; font-size: 14px; }
.form input,.form textarea { width: 100%; border: 1px solid #2d2e33; border-radius: 0; background: #fff; color: #1f1f24; font: inherit; outline: none; }
.form input { min-height: 48px; padding: 10px 12px; }
.form textarea { resize: vertical; min-height: 118px; padding: 12px; }
.form button { width: 50%; min-height: 50px; border: 1px solid #2d2e33; background: #fff; color: #2d2e33; font: inherit; cursor: pointer; }
.form button:hover { background: var(--blue); color: #fff; }

/* Contacts */
.contacts-page { width: min(970px,calc(100% - 60px)); padding-top: 58px; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 22px; }
.contact-details a { display: flex; align-items: center; gap: 12px; color: #11152b; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.contact-symbol { color: #11152b; font-size: 20px; text-decoration: none; }
.map { width: 100%; height: 285px; overflow: hidden; background: #eef1f4; }
.map iframe { width: 100%; height: 100%; border: 0; filter: saturate(.72); }
.feedback { margin-top: 26px; }
.feedback h2 { margin: 0 0 20px; color: #25262b; font-size: 14px; font-weight: 520; text-transform: uppercase; }
.feedback-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; }
.feedback label { display: grid; gap: 8px; color: #2b2c31; font-size: 12px; }
.feedback input { min-height: 42px; padding: 8px 4px; border: 0; border-bottom: 1px solid #23242a; border-radius: 0; background: transparent; font: inherit; outline: none; }
.feedback button { align-self: end; min-height: 42px; border: 0; border-radius: 999px; background: #050505; color: #fff; font: inherit; cursor: pointer; }
.feedback button:hover { background: var(--blue); }
.office { position: relative; width: 100%; height: 320px; margin: 30px 0 0; overflow: hidden; background: #e7e8eb; }
.office::after { position: absolute; inset: 0; background: rgba(255,255,255,.18); content: ''; pointer-events: none; }
.office img { position: absolute; top: -995px; left: -1094px; width: 3090px; max-width: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 44px 1fr; }
  .brand { justify-self: stretch; width: auto; }
  .desktop-nav { display: none; }
  .city img { top: 0; height: 100%; object-fit: cover; object-position: center 58%; }
}
@media (max-width: 820px) {
  .services-page { grid-template-columns: 1fr; gap: 64px; }
  .disputes ul { grid-template-columns: 1fr 1fr; column-gap: 28px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 72px; padding: 11px 12px; }
  .brand { padding: 0 12px; font-size: 10px; }
  .hero { grid-template-rows: minmax(385px,56svh) minmax(260px,44svh); min-height: calc(100svh - 72px); }
  .title-block { justify-content: flex-end; padding: 42px 22px; }
  .title-block h1 { font-size: clamp(45px,14.5vw,66px); line-height: .94; }
  .city { min-height: 260px; }
  .original-page { width: calc(100% - 44px); padding: 38px 0 68px; border-top-style: solid; border-top-color: rgba(68,86,167,.22); }
  .logo-large { width: 255px; height: 114px; }
  .logo-large img { top: -186px; left: -225px; width: 1392px; }
  .about-copy p { font-size: 16px; line-height: 1.65; text-align: left; }
  .outline-action { width: 100%; align-self: stretch; }
  .advocate { margin-bottom: 34px; }
  .advocate h2 { font-size: 17px; }
  .advocate p { font-size: 15px; line-height: 1.58; }
  .disputes ul { grid-template-columns: 1fr; }
  .form-row,.contact-details,.feedback-grid { grid-template-columns: 1fr; }
  .form button { width: 100%; }
  .map { height: 260px; }
  .office { height: 240px; }
  .office img { top: 0; left: 50%; width: auto; height: 100%; transform: translateX(-50%); }
}
