:root {
  --ink: #17171c;
  --muted: #5b5b67;
  --blue: #242150;
  --red: #bb123e;
  --line: #dfdfe8;
  --paper: #f5f5f8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
.wrap { width: 100%; max-width: 1240px; margin: auto; padding-left: 56px; padding-right: 56px; }
.header { min-height: 146px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 20px; padding-bottom: 20px; }
.brand { display: block; flex: 0 1 330px; }
.brand img { display: block; width: 100%; height: auto; }
@media (prefers-reduced-motion: no-preference) {
  .brand img { transition: transform .4s ease; }
  .brand:hover img, .brand:focus-visible img { transform: translateY(-1px) scale(1.008); }
}
nav { display: flex; gap: 34px; font-size: .9375rem; align-items: center; }
nav a { padding: 12px 0; }
nav a:hover { color: var(--red); }
.nav-contact { border-bottom: 2px solid var(--red); font-weight: 700; }
.brand-rule { height: 9px; background: linear-gradient(135deg, var(--blue) 0 78%, var(--red) 78% 100%); }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 58px; padding-top: 66px; padding-bottom: 80px; align-items: center; }
.eyebrow { color: var(--red); font-size: .8125rem; font-weight: 700; letter-spacing: .105em; margin: 0 0 24px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.625rem, 4.5vw, 3.75rem); letter-spacing: -.055em; line-height: 1.08; font-weight: 750; margin-bottom: 28px; }
h1 em { color: var(--blue); font-style: normal; }
h2 { font-size: 2.375rem; line-height: 1.16; font-weight: 700; letter-spacing: -.04em; margin-bottom: 24px; }
.lead { font-size: 1.125rem; color: var(--muted); max-width: 460px; margin-bottom: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; background: var(--red); color: #fff; padding: 17px 22px; font-size: .9375rem; font-weight: 700; transition: background .2s; }
.button:hover { background: var(--blue); }
.hero-note { font-size: .8125rem; color: var(--muted); margin: 20px 0 0; }
.hero-visual { align-self: stretch; min-height: 450px; position: relative; background: var(--paper); }
.hero-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.visual-caption { position: absolute; bottom: 0; left: 0; right: 0; background: var(--blue); color: #fff; border-bottom: 5px solid var(--red); padding: 17px 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 12px; font-size: .75rem; }
.visual-caption strong { letter-spacing: .035em; }
.image-note { position: absolute; top: 12px; left: 12px; background: rgba(255, 255, 255, .94); padding: 3px 8px; font-size: .75rem; color: var(--ink); }
.services { border-top: 1px solid var(--line); padding-top: 66px; padding-bottom: 80px; }
.section-intro { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 30px; align-items: start; }
.section-intro .eyebrow { padding-top: 8px; }
.section-intro p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 34px; }
.service-grid article { min-width: 0; border-top: 3px solid var(--red); padding-top: 24px; }
.service-grid article:nth-child(even) { border-top-color: var(--blue); }
.number { font-size: .875rem; font-weight: 700; color: var(--red); }
.service-grid article:nth-child(even) .number { color: var(--blue); }
h3 { font-size: 1.375rem; letter-spacing: -.025em; font-weight: 700; margin: 20px 0 14px; }
.service-grid p { font-size: 1rem; color: var(--muted); margin-bottom: 0; }
.about { background: var(--paper); padding: 76px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; }
.about h2 { font-size: 2.875rem; }
.about h2 span { color: var(--blue); }
.names { display: flex; gap: 28px; margin-top: 34px; font-size: .9375rem; font-weight: 700; }
.names span { padding-top: 12px; border-top: 3px solid var(--red); }
.names span:last-child { border-top-color: var(--blue); }
.about-copy p { color: var(--muted); }
.about-copy .large { font-size: 1.4375rem; line-height: 1.5; color: var(--ink); font-weight: 600; }
.about-copy p:last-child { margin-bottom: 0; }
.region { padding-top: 76px; padding-bottom: 64px; }
.region > div { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; }
.region p:not(.eyebrow) { color: var(--muted); max-width: 420px; }
.contact { padding-bottom: 80px; }
.contact-grid { padding-top: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 84px; }
.contact h2 { font-size: 3.25rem; }
.contact-copy > p:not(.eyebrow):not(.contact-names) { max-width: 370px; color: var(--muted); }
.contact-copy .contact-names { margin: 30px 0 0; font-size: 1.25rem; font-weight: 700; }
.contact-details { display: grid; align-content: start; gap: 27px; padding-top: 4px; }
.contact-item { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 20px; align-items: start; }
.contact-item > svg { width: 30px; height: 30px; color: var(--red); margin-top: 9px; }
.contact-label { display: block; color: var(--muted); font-size: .875rem; margin-bottom: 4px; }
.contact-details a { display: inline-block; font-size: 1.5rem; font-weight: 700; line-height: 1.5; overflow-wrap: anywhere; text-underline-offset: 5px; }
.contact-details a:hover { color: var(--red); text-decoration: underline; }
address { font-size: 1.25rem; font-style: normal; line-height: 1.6; }
footer { background: var(--blue); color: #fff; }
.footer-inner { padding-top: 30px; padding-bottom: 30px; display: flex; gap: 22px; align-items: flex-start; flex-wrap: wrap; font-size: .8125rem; }
.domain { margin-left: auto; font-weight: 700; }
.legal { display: flex; gap: 28px; width: 100%; border-top: 1px solid #5b587a; padding-top: 16px; }
.legal a { color: #fff; font-size: .875rem; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; }
.legal a:hover, .legal a[aria-current="page"] { text-decoration-color: currentColor; }
.legal a:focus-visible { outline-color: #fff; }
.skip { position: absolute; left: 10px; top: -100px; z-index: 10; background: #fff; padding: 12px; }
.skip:focus { top: 10px; }
.back-link { padding: 10px 0; border-bottom: 2px solid var(--red); font-size: .9375rem; font-weight: 700; }
.back-link:hover { color: var(--red); }
.legal-main { max-width: 920px; padding-top: 72px; padding-bottom: 88px; }
.legal-main > h1 { margin-bottom: 52px; }
.legal-main section { padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--line); }
.legal-main section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.legal-main h2 { margin-bottom: 18px; font-size: 1.75rem; letter-spacing: -.025em; }
.legal-main h3 { margin: 24px 0 12px; font-size: 1.125rem; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-main strong { color: var(--ink); }
.legal-main a { color: var(--red); text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.legal-main ul { margin: 0 0 20px; padding-left: 1.35rem; }
.legal-main li + li { margin-top: 5px; }

@media (max-width: 1000px) {
  .wrap { padding-left: 30px; padding-right: 30px; }
  .header { min-height: 132px; }
  .brand { flex-basis: 290px; }
  .hero { gap: 34px; }
  .section-intro { grid-template-columns: 1fr 1fr; }
  .section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .about-grid, .region > div, .contact-grid { gap: 44px; }
}

@media (max-width: 700px) {
  .wrap { padding-left: 24px; padding-right: 24px; }
  .header { min-height: auto; flex-direction: column; gap: 8px; padding-top: 18px; padding-bottom: 14px; }
  .brand { flex: none; width: min(290px, 100%); }
  nav { width: 100%; justify-content: center; gap: 32px; font-size: .875rem; }
  nav a { padding: 9px 0; }
  .brand-rule { height: 7px; }
  .hero { grid-template-columns: 1fr; padding-top: 42px; padding-bottom: 48px; gap: 34px; }
  h1 { font-size: clamp(2.375rem, 9.5vw, 3.25rem); }
  .eyebrow { font-size: .75rem; letter-spacing: .09em; }
  .lead { font-size: 1.0625rem; max-width: none; }
  .button { max-width: 100%; font-size: .875rem; gap: 16px; padding: 16px 18px; }
  .hero-visual { min-height: 350px; }
  .visual-caption { padding: 14px 16px; }
  .section-intro, .about-grid, .region > div, .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .services, .region { padding-top: 48px; padding-bottom: 48px; }
  h2 { font-size: 2rem; }
  .section-intro h2 { margin-bottom: 0; }
  .section-intro p:last-child { margin-bottom: 0; }
  .service-grid { gap: 32px 24px; }
  h3 { font-size: 1.25rem; }
  .about { padding: 48px 0; }
  .about h2 { font-size: 2.5rem; }
  .names { margin: 28px 0 12px; }
  .about-copy .large { font-size: 1.375rem; }
  .contact { padding-bottom: 50px; }
  .contact-grid { padding-top: 42px; gap: 38px; }
  .contact h2 { font-size: 2.75rem; }
  .contact-copy > p:not(.eyebrow):not(.contact-names) { max-width: none; }
  .contact-details a { font-size: 1.375rem; }
  .contact-item { gap: 16px; }
  .legal-main { padding-top: 48px; padding-bottom: 58px; }
  .legal-main > h1 { margin-bottom: 38px; overflow-wrap: anywhere; hyphens: auto; }
  .legal-main h2 { font-size: 1.5rem; }
  .footer-inner { gap: 14px; }
  .domain { margin-left: 0; }
}

@media (max-width: 400px) {
  .service-grid { grid-template-columns: 1fr; }
  .contact-details a { font-size: 1.25rem; }
}

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