:root {
  --ink: #18333a;
  --muted: #63777c;
  --paper: #ffffff;
  --soft: #f3f8f9;
  --line: #dce8ea;
  --accent: #0f6470;
  --accent-dark: #0a4d56;
  --accent-soft: #dceff1;
  --blue: #2f7fa0;
  --shadow: 0 18px 50px rgba(20, 72, 82, .09);
  --radius: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--accent-dark); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-mark { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; font-weight: 850; letter-spacing: -.04em; color: #fff; background: linear-gradient(135deg, var(--blue), var(--accent)); box-shadow: 0 8px 20px rgba(15,100,112,.18); }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 16px; line-height: 1.25; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: 12px; letter-spacing: .02em; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { color: var(--muted); padding: 10px 12px; border-radius: 10px; font-weight: 700; font-size: 14px; }
.main-nav a:hover, .main-nav a.active { color: var(--accent-dark); background: var(--accent-soft); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; padding: 9px 12px; color: var(--ink); background: #fff; font: inherit; font-weight: 750; cursor: pointer; }
.hero { padding: 88px 0 66px; background: radial-gradient(circle at 84% 18%, #d7eef2 0, rgba(215,238,242,.55) 20%, transparent 38%), linear-gradient(180deg, var(--soft), #fff); border-bottom: 1px solid rgba(220,232,234,.7); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); gap: 52px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { margin-top: 0; letter-spacing: -.035em; line-height: 1.12; }
h1 { margin-bottom: 20px; font-size: clamp(42px, 6vw, 70px); }
h2 { font-size: 26px; }
.lead { margin: 0; max-width: 760px; color: var(--muted); font-size: clamp(18px, 2.2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.contact-card { padding: 28px; border: 1px solid rgba(15,100,112,.18); border-radius: var(--radius); background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.contact-card a { display: block; overflow-wrap: anywhere; margin-top: 8px; color: var(--ink); font-weight: 750; }
.contact-card .contact-primary { color: var(--accent); font-size: 24px; }
.contact-label { display: block; margin-bottom: 14px; color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.page-heading { padding: 78px 0 48px; background: linear-gradient(180deg, var(--soft), #f8fbfb); border-bottom: 1px solid var(--line); }
.section { padding: 64px 0 84px; }
.content-card, .feature-card, .location-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.content-card { padding: 34px; }
.timeline { position: relative; }
.timeline-item { display: grid; grid-template-columns: 155px 1fr; gap: 28px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.timeline-item:first-child { padding-top: 0; }
.timeline-item:last-child { padding-bottom: 0; border-bottom: 0; }
.timeline-item span { color: var(--accent); font-weight: 850; }
.timeline-item p { margin: 0; color: #344c52; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { padding: 30px; }
.feature-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 32px; border-radius: 12px; background: var(--accent-soft); color: var(--accent-dark); font-size: 13px; font-weight: 900; }
.feature-card p, .location-card p { color: var(--muted); }
.location-grid, .contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.location-card { padding: 34px; }
.location-card address { margin: 24px 0; color: var(--ink); font-style: normal; font-weight: 750; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border: 1px solid var(--accent); border-radius: 12px; color: #fff; background: var(--accent); font-weight: 800; }
.button:hover { color: #fff; background: var(--accent-dark); border-color: var(--accent-dark); }
.button-secondary { color: var(--accent); background: #fff; }
.button-secondary:hover { color: var(--accent-dark); background: var(--accent-soft); }
.text-link { padding: 8px 2px; font-weight: 750; }
.contact-list { margin: 0; }
.contact-list div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-list div:last-child { border-bottom: 0; }
.contact-list dt { color: var(--muted); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.contact-list dd { margin: 4px 0 0; font-size: 18px; font-weight: 750; overflow-wrap: anywhere; }
.site-footer { border-top: 1px solid var(--line); background: var(--soft); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; padding: 38px 0 26px; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-inner span { margin-top: 3px; color: var(--muted); }
.footer-links { display: flex; flex-direction: column; text-align: right; }
.footer-note { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
@media (max-width: 820px) {
  .header-inner { min-height: 74px; }
  .menu-toggle { display: inline-block; }
  .main-nav { display: none; position: absolute; top: 74px; left: 20px; right: 20px; padding: 10px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .hero { padding-top: 64px; }
  .hero-grid, .cards-3, .location-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 28px; }
  .timeline-item { grid-template-columns: 1fr; gap: 4px; }
  .footer-inner, .footer-note { flex-direction: column; }
  .footer-links { text-align: left; }
}
@media (max-width: 520px) {
  .shell { width: min(100% - 28px, 1120px); }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 11px; }
  .brand-mark { width: 40px; height: 40px; }
  .content-card, .feature-card, .location-card { padding: 24px; }
  .page-heading { padding: 56px 0 38px; }
  .section { padding: 44px 0 60px; }
  .button { width: 100%; }
  .hero-actions .button { width: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
