:root {
  color-scheme: light dark;
  --container: 1360px;
  --bg: #f4fafc;
  --surface: #e7f5f9;
  --surface-strong: #d4edf4;
  --ink: #123244;
  --muted: #476573;
  --line: #a8ced9;
  --accent: #087ca8;
  --accent-deep: #075d7d;
  --on-accent: #f5fbfd;
  --focus: #d36b14;
  --header: rgba(244,250,252,.96);
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0e2029;
    --surface: #142f3a;
    --surface-strong: #1a3b48;
    --ink: #eef8fa;
    --muted: #b8d0d7;
    --line: #38606e;
    --accent: #41b7df;
    --accent-deep: #8bd4ec;
    --on-accent: #0b2029;
    --focus: #ffad66;
    --header: rgba(14,32,41,.96);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 20; padding: 12px 16px; background: var(--accent); color: var(--on-accent); text-decoration: none; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.site-header { height: 72px; position: sticky; top: 0; z-index: 10; background: var(--header); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 250px; height: 59px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 28px; white-space: nowrap; }
.nav a { font-size: .92rem; font-weight: 700; text-decoration: none; }
.nav a:not(.nav-cta):hover { color: var(--accent-deep); }
.nav-cta { padding: 11px 18px; background: var(--accent); color: var(--on-accent); }
.nav-cta:active, .button:active { transform: translateY(1px); }
.menu-toggle { display: none; }

.hero { height: 82vh; min-height: 680px; max-height: 880px; }
.hero-layout { height: 100%; display: grid; grid-template-columns: 3fr 2fr; align-items: stretch; border-inline: 1px solid var(--line); }
.hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 5vw, 76px); background: var(--bg); }
.location { margin: 0 0 30px; color: var(--accent-deep); font-weight: 750; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 820px; font-size: clamp(3.6rem, 5.5vw, 5.4rem); line-height: .98; letter-spacing: -.055em; font-weight: 820; }
h1 span { display: block; white-space: nowrap; }
.hero-text { margin: 28px 0 0; max-width: 43ch; font-size: 1.18rem; color: var(--muted); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; font-weight: 760; text-decoration: none; white-space: nowrap; transition: transform .2s ease, background-color .2s ease; }
.button.primary { background: var(--accent); color: var(--on-accent); }
.button.primary:hover { background: var(--accent-deep); color: var(--on-accent); }
.button.secondary { border: 1px solid var(--line); background: var(--surface); }
.hero-index { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 4.5vw, 68px); background: var(--surface-strong); border-left: 1px solid var(--line); overflow: hidden; }
.hero-word { font-size: clamp(4.6rem, 8vw, 8rem); font-weight: 860; line-height: .84; letter-spacing: -.075em; color: var(--accent-deep); }
.hero-word + .hero-word { color: transparent; -webkit-text-stroke: 2px var(--accent-deep); }
.hero-index p { max-width: 28ch; margin: 42px 0 0; color: var(--muted); font-weight: 650; }

.service-section { padding: 120px 0; }
.service-layout { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(48px, 7vw, 100px); align-items: start; }
.section-intro { position: sticky; top: 112px; }
h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1.02; letter-spacing: -.045em; }
.section-intro p { max-width: 40ch; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: 1.3fr .7fr; border-top: 1px solid var(--line); }
.service-grid article { min-height: 220px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article:nth-child(even) { border-right: 0; }
.service-grid h3 { margin: 0; font-size: 1.45rem; }
.service-grid p { color: var(--muted); }
.service-grid a { display: inline-block; margin-top: 28px; color: var(--accent-deep); font-weight: 750; }
.service-feature { grid-row: span 2; min-height: 441px !important; background: var(--surface); }
.service-wide { grid-column: 1 / -1; min-height: 170px !important; border-right: 0 !important; }

.move-section { padding: 110px 0; background: var(--surface); border-block: 1px solid var(--line); }
.move-layout { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(48px, 8vw, 120px); }
.move-title h2 { max-width: 11ch; }
.move-content .lead { margin: 0 0 44px; max-width: 46ch; font-size: 1.25rem; color: var(--muted); }
.move-points { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 44px; }
.move-points div:last-child { grid-column: 2; }
.move-points strong, .move-points span { display: block; }
.move-points strong { font-size: 1.12rem; }
.move-points span { margin-top: 7px; color: var(--muted); }

.route-section { padding: 92px 0; }
.route-layout { display: grid; grid-template-columns: 1fr 1fr auto; gap: 54px; align-items: end; }
.route-layout h2 { font-size: 1.65rem; letter-spacing: -.025em; }
.route-layout p { max-width: 34ch; color: var(--muted); }
.route-link { padding-bottom: 5px; border-bottom: 2px solid var(--accent); color: var(--accent-deep); font-weight: 800; text-decoration: none; white-space: nowrap; }

.contact-section { padding: 110px 0; background: var(--surface-strong); }
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: stretch; }
.contact-copy { padding: 36px 0; }
.contact-copy p { color: var(--muted); font-size: 1.08rem; }
.contact-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px 28px; }
.contact-actions a { font-weight: 780; color: var(--accent-deep); }
.map-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 270px; padding: 34px; background: var(--bg); border: 1px solid var(--line); text-decoration: none; }
.map-card span { color: var(--muted); }
.map-card strong { font-size: 1.35rem; }
.map-card em { color: var(--accent-deep); font-style: normal; font-weight: 800; }
.map-card:hover em { text-decoration: underline; }

.site-footer { padding: 54px 0 28px; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; gap: 36px; align-items: center; }
.footer-main img { width: 190px; height: 45px; object-fit: contain; object-position: left center; }
.footer-main strong, .footer-main span { display: block; }
.footer-main span, .disclaimer { color: var(--muted); }
.footer-main a { color: var(--accent-deep); font-weight: 750; }
.disclaimer { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); font-size: .9rem; }

@media (max-width: 900px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .site-header, .header-inner { height: 68px; }
  .brand img { width: 190px; height: 45px; }
  .menu-toggle { display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; border: 1px solid var(--line); background: var(--surface); color: var(--ink); }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: currentColor; }
  .nav { position: absolute; top: 68px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 12px 16px 18px; background: var(--bg); border-bottom: 1px solid var(--line); }
  .nav.open { display: grid; }
  .nav a { padding: 13px 8px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { height: auto; min-height: 0; max-height: none; }
  .hero-layout { min-height: calc(100svh - 68px); grid-template-columns: 1fr; border-inline: 0; }
  .hero-copy { min-height: 62svh; padding: 48px 0; }
  h1 { font-size: clamp(3rem, 13vw, 4.6rem); }
  h1 span { white-space: normal; }
  .hero-index { min-height: 300px; padding: 40px 24px; border-left: 0; border-top: 1px solid var(--line); }
  .hero-word { font-size: clamp(4rem, 20vw, 6rem); }
  .hero-index p { margin-top: 28px; }
  .service-section, .move-section, .contact-section { padding: 78px 0; }
  .service-layout, .move-layout, .contact-layout { grid-template-columns: 1fr; gap: 46px; }
  .section-intro { position: static; }
  .route-layout { grid-template-columns: 1fr; align-items: start; gap: 34px; }
  .route-link { justify-self: start; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .brand img { width: 170px; height: 40px; }
  .location { margin-bottom: 22px; }
  .hero-copy { min-height: 600px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:nth-child(even) { border-right: 0; min-height: 0; }
  .service-feature { grid-row: auto; min-height: 0 !important; }
  .service-wide { grid-column: auto; }
  .move-points { grid-template-columns: 1fr; }
  .move-points div:last-child { grid-column: auto; }
  .contact-actions { flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main img { width: 180px; height: 43px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
