
    :root { font-family: Arial, Helvetica, sans-serif; color:#102d3b; background:#f5f8f9; font-synthesis:none; }
    * { box-sizing:border-box; }
    html { scroll-behavior:smooth; }
    body { margin:0; min-width:320px; }
    a { color:inherit; }
    button { font:inherit; }
    .container { width:min(100% - 64px, 1280px); margin-inline:auto; }
    .topline { background:#102d3b; color:#dce9ed; font-size:.84rem; }
    .topline .container { display:flex; justify-content:space-between; align-items:center; min-height:35px; gap:20px; }
    .topline a { text-decoration:none; color:#fff; }
    .header { background:#fff; position:relative; z-index:10; box-shadow:0 1px 0 #dfe7e9; }
    .header-inner { display:flex; align-items:center; justify-content:space-between; min-height:92px; gap:32px; }
    .brand { text-decoration:none; display:inline-flex; align-items:center; gap:12px; flex-shrink:0; }
    .brand-mark { width:39px; height:39px; border:3px solid #197293; border-radius:11px; display:grid; place-items:center; color:#197293; font-weight:800; font-size:1.55rem; line-height:1; letter-spacing:-.1em; padding-right:3px; }
    .brand-text { display:flex; flex-direction:column; gap:2px; }
    .brand-text strong { font-size:1.47rem; letter-spacing:.12em; line-height:1; }
    .brand-text span { color:#5c7782; font-size:.72rem; letter-spacing:.16em; text-transform:uppercase; }
    .nav { display:flex; align-items:center; gap:27px; }
    .nav a { text-decoration:none; font-weight:700; font-size:.92rem; white-space:nowrap; }
    .nav a:hover, .footer a:hover { color:#14799b; }
    .nav .nav-cta { border:1px solid #176e8d; color:#176e8d; padding:12px 19px; border-radius:5px; }
    .nav .nav-cta:hover { background:#176e8d; color:#fff; }
    .menu-button { display:none; border:0; background:transparent; color:#102d3b; padding:10px; cursor:pointer; font-size:1.5rem; }
    .hero { background:#102d3b; color:#fff; overflow:hidden; }
    .hero-inner { min-height:590px; display:grid; grid-template-columns:53% 47%; align-items:stretch; }
    .hero-copy { padding:80px 62px 80px 0; display:flex; flex-direction:column; justify-content:center; }
    .eyebrow { display:flex; align-items:center; gap:13px; color:#9ed6e3; font-size:.82rem; letter-spacing:.16em; text-transform:uppercase; font-weight:800; }
    .eyebrow::before { content:""; width:29px; height:2px; background:#f0b46b; }
    h1, h2, h3, p { margin-top:0; }
    h1 { font-size:clamp(3.4rem,5.7vw,6.2rem); line-height:1.02; letter-spacing:-.055em; margin:26px 0 24px; max-width:720px; font-weight:750; }
    .hero-copy p { font-size:1.19rem; line-height:1.65; color:#d1e1e7; max-width:580px; margin-bottom:34px; }
    .hero-actions { display:flex; gap:13px; flex-wrap:wrap; }
    .button { display:inline-flex; align-items:center; justify-content:center; gap:17px; min-height:52px; padding:13px 24px; border-radius:5px; font-weight:800; text-decoration:none; transition:transform .2s, background .2s; }
    .button:hover { transform:translateY(-2px); }
    .button-primary { background:#f0b46b; color:#142e3a; }
    .button-primary:hover { background:#ffd09b; }
    .button-outline { border:1px solid #7d9aa4; color:#fff; }
    .button-outline:hover { background:#234656; }
    .hero-visual { margin-right:calc((min(100vw - 64px, 1280px) - 100vw)/2); position:relative; min-height:440px; background:#436c79; }
    .hero-visual img { width:100%; height:100%; object-fit:cover; display:block; position:absolute; inset:0; }
    .hero-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(16,45,59,.18),transparent 40%); pointer-events:none; }
    .image-label { position:absolute; left:22px; bottom:24px; z-index:1; background:#fff; color:#102d3b; padding:15px 20px; border-radius:4px; font-size:.85rem; font-weight:700; box-shadow:0 8px 30px #102d3b33; }
    .image-label span { display:block; color:#657d86; font-weight:400; margin-top:3px; }
    .intro { padding:84px 0 38px; display:flex; justify-content:space-between; align-items:end; gap:38px; }
    .section-kicker { color:#167899; font-weight:800; font-size:.8rem; letter-spacing:.17em; text-transform:uppercase; margin-bottom:16px; }
    h2 { font-size:clamp(2.3rem,4vw,3.6rem); line-height:1.12; letter-spacing:-.045em; font-weight:750; margin-bottom:0; }
    .intro h2 { max-width:750px; }
    .intro p { max-width:345px; color:#536b75; line-height:1.65; margin:0 0 5px; font-size:1.05rem; }
    .services { padding-bottom:95px; }
    .grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
    .service { min-height:260px; background:#fff; border:1px solid #dbe6e9; padding:32px 31px 26px; text-decoration:none; display:flex; flex-direction:column; border-radius:6px; transition:transform .2s,box-shadow .2s,border-color .2s; }
    .service:hover { transform:translateY(-4px); box-shadow:0 15px 34px #0b344018; border-color:#9ac3d0; }
    .service .number { color:#14799b; font-size:.85rem; font-weight:800; letter-spacing:.1em; }
    .service h3 { font-size:1.42rem; line-height:1.25; margin:26px 0 10px; letter-spacing:-.025em; }
    .service p { color:#617680; line-height:1.55; margin-bottom:20px; font-size:.99rem; }
    .service .more { margin-top:auto; font-weight:800; font-size:.92rem; color:#126c8b; }
    .feature { background:#dfeef2; padding:80px 0; }
    .feature-inner { display:grid; grid-template-columns:1fr .86fr; align-items:center; gap:12%; }
    .feature h2 { max-width:630px; }
    .feature p { color:#46616e; font-size:1.06rem; line-height:1.7; margin:23px 0 29px; max-width:610px; }
    .text-link { font-weight:800; text-decoration:none; border-bottom:2px solid #167899; padding-bottom:4px; }
    .detail-card { background:#fff; padding:35px; border-left:5px solid #f0b46b; box-shadow:0 17px 42px #17435818; }
    .detail-card .small { color:#167899; font-size:.8rem; font-weight:800; text-transform:uppercase; letter-spacing:.14em; }
    .detail-card h3 { font-size:1.8rem; margin:16px 0; letter-spacing:-.03em; }
    .detail-card p { font-size:1rem; margin:0 0 20px; }
    .contact { background:#102d3b; color:#fff; padding:84px 0; }
    .contact-inner { display:grid; grid-template-columns:1fr 1fr; gap:12%; }
    .contact h2 { max-width:560px; }
    .contact p { color:#c7dce3; line-height:1.65; font-size:1.08rem; margin:22px 0 32px; max-width:530px; }
    .contact-info { display:grid; grid-template-columns:1fr 1fr; gap:34px 28px; align-content:center; }
    .contact-info h3 { color:#9ed6e3; font-size:.81rem; letter-spacing:.14em; text-transform:uppercase; margin-bottom:12px; }
    .contact-info p { margin:0; font-size:1.03rem; line-height:1.65; color:#fff; }
    .contact-info a { color:#fff; text-underline-offset:4px; }
    .footer { background:#0b222e; color:#c3d6dc; padding:31px 0; }
    .footer-inner { display:flex; justify-content:space-between; align-items:center; gap:25px; font-size:.88rem; }
    .footer-links { display:flex; flex-wrap:wrap; gap:22px; }
    .footer a { text-decoration:none; }
    :focus-visible { outline:3px solid #f0b46b; outline-offset:4px; }
    @media (max-width:1100px) { .nav { gap:17px; } .nav a { font-size:.83rem; } .hero-copy { padding-right:32px; } }
    @media (max-width:850px) {
      .container { width:min(100% - 38px,1280px); }
      .header-inner { min-height:75px; }
      .menu-button { display:block; }
      .nav { display:none; position:absolute; top:100%; left:0; right:0; background:#fff; padding:18px 19px 25px; box-shadow:0 16px 20px #102d3b1c; flex-direction:column; align-items:stretch; gap:0; }
      .nav.open { display:flex; }
      .nav a { padding:14px 5px; font-size:1rem; }
      .nav .nav-cta { margin-top:9px; text-align:center; }
      .hero-inner { grid-template-columns:1fr; }
      .hero-copy { padding:68px 0 60px; }
      .hero-visual { min-height:390px; margin:0 -19px; }
      .intro { padding-top:68px; flex-direction:column; align-items:start; gap:20px; }
      .grid { grid-template-columns:repeat(2,1fr); }
      .feature-inner,.contact-inner { gap:40px; }
    }
    @media (max-width:600px) {
      .topline { font-size:.74rem; }
      .topline .container { min-height:32px; }
      .topline .top-location { display:none; }
      .brand-mark { width:35px; height:35px; font-size:1.35rem; }
      .brand-text strong { font-size:1.23rem; }
      .brand-text span { font-size:.59rem; }
      h1 { font-size:clamp(3.2rem,12vw,4.4rem); }
      .hero-copy { padding:57px 0 55px; }
      .hero-copy p { font-size:1.08rem; }
      .hero-visual { min-height:310px; }
      .image-label { left:19px; bottom:19px; }
      .intro { padding:63px 0 29px; }
      .grid { grid-template-columns:1fr; gap:12px; }
      .service { min-height:215px; padding:25px; }
      .service h3 { margin-top:18px; }
      .services { padding-bottom:66px; }
      .feature,.contact { padding:65px 0; }
      .feature-inner,.contact-inner { grid-template-columns:1fr; gap:35px; }
      .detail-card { padding:27px; }
      .contact-info { gap:25px; }
      .footer-inner { align-items:start; flex-direction:column; }
    }
    @media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .service,.button { transition:none; } }
  