:root {
  color-scheme: light dark;
  --container: 1320px;
  --bg: #f4f7f8;
  --surface: #e9f0f4;
  --surface-strong: #dce8ef;
  --text: #102a3d;
  --muted: #486171;
  --line: #b7c8d2;
  --accent: #1765a0;
  --accent-hover: #0f527f;
  --button-text: #f8fbfc;
  --header: rgba(244, 247, 248, .94);
  --radius: 12px;
  --shadow: 0 22px 70px rgba(24, 72, 101, .12);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0d1d28;
    --surface: #142a39;
    --surface-strong: #1b3546;
    --text: #edf5f7;
    --muted: #b6c8d1;
    --line: #355263;
    --accent: #4f9bd0;
    --accent-hover: #68addb;
    --button-text: #081722;
    --header: rgba(13, 29, 40, .94);
    --shadow: 0 24px 70px rgba(0, 0, 0, .28);
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 17px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 20; padding: 10px 16px; background: var(--text); color: var(--bg); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 10; height: 72px; background: var(--header); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 40px), var(--container)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 122px; height: 68px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.brand img { width: 118px; height: auto; }
nav { display: flex; align-items: center; gap: 28px; white-space: nowrap; }
nav a { text-decoration: none; font-weight: 650; font-size: 15px; }
nav a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--accent); color: var(--button-text); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; background: var(--surface); color: var(--text); font: inherit; font-weight: 700; }
.hero { width: min(calc(100% - 40px), var(--container)); min-height: 840px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.hero-copy { min-width: 0; padding: clamp(56px, 8vh, 82px) clamp(36px, 5vw, 76px) 56px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: 13px; line-height: 1.2; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; max-width: 11ch; font-size: clamp(58px, 5.5vw, 84px); line-height: .97; letter-spacing: -.055em; font-weight: 760; }
h1 span { display: block; white-space: nowrap; }
.hero-lead { max-width: 540px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; text-decoration: none; font-weight: 760; white-space: nowrap; transition: transform .25s ease, background-color .25s ease; }
.button:active { transform: scale(.98); }
.primary { background: var(--accent); color: var(--button-text); }
.primary:hover { background: var(--accent-hover); }
.secondary { border: 1px solid var(--line); background: var(--surface); color: var(--text); }
.hero-visual { margin: 0; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow); }
.hero-visual img { flex: 1; width: 100%; height: 100%; object-fit: cover; object-position: 50% 54%; }
.section { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; padding: 112px 0; }
.section-heading { max-width: 820px; }
h2 { margin: 0; max-width: 17ch; font-size: clamp(40px, 4vw, 64px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading p, .process-intro p { max-width: 620px; margin: 22px 0 0; color: var(--muted); }
.service-layout { margin-top: 64px; display: grid; grid-template-columns: .82fr 1.55fr; gap: 72px; align-items: start; }
.service-feature { min-height: 360px; padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--accent); color: var(--button-text); border-radius: var(--radius); }
.service-feature h3 { margin: 0; font-size: 34px; line-height: 1.05; }
.service-feature p { margin: 16px 0 26px; max-width: 34ch; }
.service-feature a { font-weight: 760; text-underline-offset: 5px; }
.service-list { display: grid; grid-template-columns: 1.05fr .95fr; column-gap: 48px; }
.service-list article { min-height: 172px; padding: 24px 0 28px; border-top: 1px solid var(--line); }
.service-list article:nth-child(2) { margin-top: 46px; }
.service-list h3 { margin: 0; font-size: 25px; line-height: 1.15; }
.service-list p { margin: 12px 0 0; color: var(--muted); max-width: 34ch; }
.process { border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.6fr; gap: 84px; }
.process-flow { display: grid; grid-template-columns: .8fr 1fr 1.25fr; gap: 34px; align-items: end; }
.process-flow article { padding-top: 24px; border-top: 4px solid var(--accent); }
.process-flow article:nth-child(2) { min-height: 190px; }
.process-flow article:nth-child(3) { min-height: 240px; }
.process-flow h3 { margin: 0; font-size: 22px; }
.process-flow p { margin: 12px 0 0; color: var(--muted); }
.contact { padding-top: 90px; display: grid; grid-template-columns: .8fr 1.2fr .85fr; align-items: stretch; }
.contact-photo { margin: 0; min-height: 560px; overflow: hidden; border-radius: var(--radius) 0 0 var(--radius); }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; }
.contact-content { padding: 54px; background: var(--surface); display: flex; flex-direction: column; justify-content: center; }
.contact-content h2 { font-size: clamp(38px, 3.6vw, 56px); }
.contact-content > p { color: var(--muted); }
.contact-content .button { align-self: flex-start; margin-top: 30px; }
.contact-links { margin-top: 18px; display: grid; gap: 6px; }
.contact-links a { text-decoration: none; font-weight: 700; }
.contact-links span { display: inline-block; width: 78px; color: var(--muted); font-size: 14px; font-weight: 600; }
.map-card { padding: 42px 34px; background: var(--surface-strong); border-radius: 0 var(--radius) var(--radius) 0; display: flex; flex-direction: column; justify-content: flex-end; }
.map-card p { margin: 0 0 12px; color: var(--muted); font-size: 14px; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.map-card address { font-style: normal; font-size: 20px; line-height: 1.45; }
.map-card a { margin-top: 28px; font-weight: 760; text-underline-offset: 5px; }
footer { margin-top: 28px; border-top: 1px solid var(--line); }
.footer-inner { width: min(calc(100% - 40px), var(--container)); min-height: 190px; margin: auto; padding: 36px 0; display: grid; grid-template-columns: 180px 1fr 1.5fr; gap: 48px; align-items: center; }
.footer-inner img { width: 170px; height: auto; }
.footer-inner div { display: grid; gap: 4px; }
.footer-inner div a { text-decoration: none; font-weight: 700; }
.disclaimer { margin: 0; color: var(--muted); font-size: 14px; text-align: right; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.in-view { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }
@media (max-width: 920px) {
  .site-header { height: 68px; }
  .header-inner { width: min(calc(100% - 32px), var(--container)); }
  .brand { width: 112px; height: 62px; }
  .brand img { width: 108px; }
  .menu-toggle { display: inline-flex; }
  nav { position: absolute; top: 68px; left: 0; right: 0; padding: 22px 20px 26px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--bg); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 12px 4px; }
  .nav-cta { margin-top: 10px; text-align: center; }
  .hero { width: min(calc(100% - 32px), var(--container)); min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 570px; padding: 70px 0 48px; }
  .hero-visual { height: 620px; border-radius: var(--radius); }
  .section { width: min(calc(100% - 32px), var(--container)); padding: 86px 0; }
  .service-layout, .process, .contact { grid-template-columns: 1fr; gap: 36px; }
  .process-flow { grid-template-columns: 1fr 1fr; }
  .process-flow article:nth-child(2), .process-flow article:nth-child(3) { min-height: auto; }
  .process-flow article:nth-child(3) { grid-column: 1 / -1; }
  .contact-photo { min-height: 520px; border-radius: var(--radius); }
  .contact-content, .map-card { border-radius: var(--radius); }
  .footer-inner { grid-template-columns: 160px 1fr; }
  .disclaimer { grid-column: 1 / -1; text-align: left; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .hero-copy { min-height: 510px; }
  h1 { max-width: none; font-size: clamp(44px, 14vw, 62px); }
  h1 span { white-space: normal; }
  .hero-lead { font-size: 17px; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { height: 510px; }
  .service-layout { margin-top: 42px; }
  .service-feature { min-height: 300px; padding: 30px; }
  .service-list, .process-flow { grid-template-columns: 1fr; }
  .service-list article:nth-child(2) { margin-top: 0; }
  .process-flow article:nth-child(3) { grid-column: auto; }
  .contact { padding-top: 64px; }
  .contact-photo { min-height: 440px; }
  .contact-content { padding: 34px 26px; }
  .contact-links span { display: block; width: auto; }
  .map-card { padding: 34px 26px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .disclaimer { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
