
  :root{
    --ink:#14232E;
    --primary:#0B6E8C;
    --primary-dark:#083E4E;
    --accent:#2FB6A3;
    --accent-dark:#1E8577;
    --sky:#EAF5F8;
    --paper:#FBFEFF;
    --line:#D3E6EC;
    --white:#FFFFFF;
    --shadow: 0 12px 32px -12px rgba(11,110,140,0.28);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 10px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    font-family:'IBM Plex Sans', system-ui, sans-serif;
    color:var(--ink);
    background:var(--paper);
    -webkit-font-smoothing:antialiased;
    line-height:1.55;
  }
  h1,h2,h3{
    font-family:'Space Grotesk', system-ui, sans-serif;
    line-height:1.12;
    margin:0 0 .5em;
    letter-spacing:-0.01em;
  }
  p{margin:0 0 1em;}
  a{color:inherit;}
  .mono{font-family:'IBM Plex Mono', monospace;}
  img,svg{display:block;max-width:100%;}
  .wrap{max-width:1140px;margin:0 auto;padding:0 20px;}
  section{padding:64px 0;}
  .eyebrow{
    font-family:'IBM Plex Mono', monospace;
    font-size:.78rem;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--primary);
    font-weight:600;
    display:flex;align-items:center;gap:8px;
    margin-bottom:14px;
  }
  .eyebrow::before{
    content:"";
    width:22px;height:2px;background:var(--accent);display:inline-block;border-radius:2px;
  }

  /* Focus visibility */
  a:focus-visible, button:focus-visible{
    outline:3px solid var(--accent);
    outline-offset:3px;
    border-radius:6px;
  }

  /* ---------- Header ---------- */
  header.site-header{
    position:sticky; top:0; z-index:40;
    background:rgba(251,254,255,0.92);
    backdrop-filter:blur(8px);
    border-bottom:1px solid var(--line);
  }
  .header-inner{
    max-width:1140px;margin:0 auto;padding:14px 20px;
    display:flex;align-items:center;justify-content:space-between;gap:16px;
  }
  .brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);}
  .brand svg{width:34px;height:34px;flex:none;}
  .brand-name{
    font-family:'Space Grotesk', sans-serif;
    font-weight:700;
    font-size:1.05rem;
    letter-spacing:-.01em;
  }
  .brand-name span{display:block;font-family:'IBM Plex Mono', monospace;font-weight:500;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);}
  .header-call{
    display:flex;align-items:center;gap:8px;
    background:var(--primary);color:var(--white);
    padding:10px 16px;border-radius:100px;
    text-decoration:none;font-weight:600;font-size:.92rem;
    white-space:nowrap;
    box-shadow:0 6px 16px -6px rgba(11,110,140,0.5);
    transition:transform .15s ease, background .15s ease;
  }
  .header-call:hover{background:var(--primary-dark); transform:translateY(-1px);}
  .header-call svg{width:16px;height:16px;}

  /* ---------- Hero ---------- */
  .hero{
    position:relative;
    overflow:hidden;
    min-height:560px;
    display:flex;
    align-items:flex-end;
    padding:0;
  }
  .hero-media{position:absolute;inset:0;z-index:0;}
  .hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 32%;display:block;}
  .hero-scrim{
    position:absolute;inset:0;
    background:
      linear-gradient(100deg, rgba(8,62,78,0.90) 0%, rgba(8,62,78,0.66) 26%, rgba(8,62,78,0.14) 56%, rgba(8,62,78,0.05) 75%),
      linear-gradient(0deg, rgba(8,62,78,0.55) 0%, rgba(8,62,78,0) 40%);
  }
  .hero-content{
    position:relative;z-index:1;
    padding:40px 20px 44px;
    color:var(--white);
    width:100%;
  }
  .hero-content .eyebrow{color:#BFE7EE;}
  .hero-content .eyebrow::before{background:var(--accent);}
  .hero h1{font-size:2.1rem;max-width:13ch;color:var(--white);}
  .hero .lede{font-size:1.05rem;max-width:42ch;color:rgba(255,255,255,0.92);}
  .cta-row{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 28px;}
  .btn{
    display:inline-flex;align-items:center;gap:9px;
    padding:14px 22px;border-radius:100px;
    font-weight:600;font-size:.95rem;text-decoration:none;
    border:2px solid transparent;
    transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
    cursor:pointer;
  }
  .btn svg{width:18px;height:18px;flex:none;}
  .btn-primary{background:var(--accent);color:var(--white);box-shadow:0 12px 28px -10px rgba(0,0,0,0.45);}
  .btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px);}
  .hero .btn-ghost{background:rgba(255,255,255,0.08);color:var(--white);border-color:rgba(255,255,255,0.55);backdrop-filter:blur(2px);}
  .hero .btn-ghost:hover{border-color:var(--white);background:rgba(255,255,255,0.16);transform:translateY(-2px);}
  .btn-ghost{background:transparent;color:var(--primary);border-color:var(--line);}
  .btn-ghost:hover{border-color:var(--primary);transform:translateY(-2px);}

  .hero .quickfacts{display:flex;flex-direction:column;gap:10px;font-size:.92rem;color:rgba(255,255,255,0.9);}
  .quickfacts{display:flex;flex-direction:column;gap:10px;font-size:.92rem;color:#33474F;}
  .quickfacts div{display:flex;align-items:center;gap:10px;}
  .quickfacts svg{width:17px;height:17px;flex:none;color:var(--primary);}
  .hero .quickfacts svg{color:var(--accent);}

  /* ---------- Intro ---------- */
  .intro-grid{display:grid;grid-template-columns:1fr;gap:28px;align-items:center;}
  .intro-text{max-width:640px;}
  .intro h2{font-size:1.6rem;}
  .intro p{color:#33474F;font-size:1.02rem;}
  .intro-note{
    margin-top:18px;padding:14px 16px;border-radius:var(--radius-sm);
    background:var(--sky);border:1px solid var(--line);
    font-size:.88rem;color:var(--primary-dark);
  }
  .intro-visual img{
    width:100%;display:block;border-radius:var(--radius-lg);
    box-shadow:var(--shadow);
    aspect-ratio:5/4;object-fit:cover;object-position:center 30%;
  }

  /* ---------- Services ---------- */
  .services{background:var(--sky);}
  .services h2{font-size:1.6rem;}
  .services > .wrap > p{color:#33474F;max-width:60ch;font-size:1rem;}
  .service-grid{
    display:grid;grid-template-columns:1fr;gap:16px;margin-top:32px;
  }
  .service-card{
    background:var(--paper);border:1px solid var(--line);
    border-radius:var(--radius-md);padding:24px;
    transition:transform .15s ease, box-shadow .15s ease;
  }
  .service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);}
  .service-icon{
    width:44px;height:44px;border-radius:12px;
    background:var(--sky);display:flex;align-items:center;justify-content:center;
    margin-bottom:14px;color:var(--primary);
  }
  .service-card:hover .service-icon{background:var(--primary);color:var(--white);}
  .service-icon svg{width:22px;height:22px;}
  .service-card h3{font-size:1.05rem;margin-bottom:6px;}
  .service-card p{font-size:.9rem;color:#4A5D65;margin:0;}

  /* ---------- Hours ---------- */
  .hours h2{font-size:1.6rem;}
  .hours-layout{display:grid;grid-template-columns:1fr;gap:28px;margin-top:28px;align-items:start;}
  table.hours-table{border-collapse:collapse;width:100%;font-family:'IBM Plex Mono', monospace;font-size:.92rem;}
  table.hours-table td{padding:11px 6px;border-bottom:1px solid var(--line);}
  table.hours-table td:first-child{color:#4A5D65;font-weight:500;}
  table.hours-table td:last-child{text-align:right;font-weight:600;color:var(--ink);}
  tr.today td{color:var(--primary-dark)!important;font-weight:700!important;}
  tr.closed td:last-child{color:#9AA9AE!important;font-weight:500!important;}

  .status-card{
    background:var(--sky);border:1px solid var(--line);border-radius:var(--radius-md);
    padding:22px;
  }
  .status-pill{
    display:inline-flex;align-items:center;gap:8px;
    font-size:.85rem;font-weight:600;padding:7px 13px;border-radius:100px;
    margin-bottom:12px;
  }
  .status-pill.open{background:#DCF3EC;color:var(--accent-dark);}
  .status-pill.closed{background:#F1E4E1;color:#9A4B36;}
  .status-pill .dot{width:8px;height:8px;border-radius:50%;background:currentColor;}
  .status-card p{font-size:.86rem;color:#33474F;margin:0;}

  /* ---------- Contact ---------- */
  .contact{background:var(--primary-dark);color:var(--white);}
  .contact h2{font-size:1.6rem;color:var(--white);}
  .contact .eyebrow{color:var(--accent);}
  .contact .eyebrow::before{background:var(--accent);}
  .contact-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:28px;}
  .contact-card{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.14);
    border-radius:var(--radius-md);padding:26px;
  }
  .contact-row{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px;}
  .contact-row:last-child{margin-bottom:0;}
  .contact-row svg{width:20px;height:20px;flex:none;color:var(--accent);margin-top:2px;}
  .contact-row a{text-decoration:none;color:var(--white);font-weight:600;}
  .contact-row .label{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.09em;color:#9FC7D3;font-family:'IBM Plex Mono',monospace;margin-bottom:3px;}
  .contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}
  .contact .btn-primary{background:var(--accent);}
  .contact .btn-primary:hover{background:var(--accent-dark);}
  .contact .btn-ghost{color:var(--white);border-color:rgba(255,255,255,0.3);}
  .contact .btn-ghost:hover{border-color:var(--white);}

  /* ---------- Footer ---------- */
  footer{padding:28px 0 100px;font-size:.82rem;color:#5B6B71;}
  footer .wrap{display:flex;flex-wrap:wrap;gap:10px 22px;justify-content:space-between;align-items:center;}
  footer a{text-decoration:none;color:#5B6B71;border-bottom:1px solid transparent;}
  footer a:hover{color:var(--primary);border-color:var(--primary);}
  .footer-links{display:flex;gap:18px;flex-wrap:wrap;}
  .footer-note{width:100%;margin-top:14px;font-size:.78rem;color:#8b9aa0;}

  /* ---------- Mobile sticky call bar ---------- */
  .mobile-callbar{
    position:fixed;left:0;right:0;bottom:0;z-index:50;
    display:flex;gap:10px;padding:10px 14px;
    background:rgba(251,254,255,0.96);
    backdrop-filter:blur(8px);
    border-top:1px solid var(--line);
  }
  .mobile-callbar a{flex:1;justify-content:center;}

  @media (min-width:860px){
    .mobile-callbar{display:none;}
    footer{padding-bottom:28px;}
    .hero{min-height:680px;}
    .hero h1{font-size:3.3rem;max-width:12ch;}
    .hero-content{padding:0 20px 68px;}
    .intro-grid{grid-template-columns:1.15fr 0.85fr;gap:52px;}
    .intro-text{max-width:none;}
    .service-grid{grid-template-columns:repeat(3,1fr);}
    .hours-layout{grid-template-columns:1.2fr 0.8fr;}
    .contact-grid{grid-template-columns:1fr 1fr;}
    section{padding:88px 0;}
  }
  @media (min-width:860px) and (max-width:1099px){
    .service-grid{grid-template-columns:repeat(2,1fr);}
  }


/* ---------- Legal pages ---------- */
.legal-page main{padding:56px 0 80px;}
.legal-page .wrap{max-width:760px;}
.legal-page h1{font-size:2rem;margin-bottom:.3em;}
.legal-page .eyebrow{margin-bottom:22px;}
.legal-page h2{font-size:1.15rem;margin-top:2em;color:var(--primary-dark);}
.legal-page p, .legal-page li{color:#33474F;font-size:.98rem;}
.legal-page ul{padding-left:1.2em;}
.legal-page .placeholder{
  background:var(--sky);border:1px dashed var(--primary);
  color:var(--primary-dark); padding:2px 6px; border-radius:6px; font-size:.9em;
}
.legal-page .back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:28px;font-size:.9rem;color:var(--primary);text-decoration:none;font-weight:600;}
.legal-page .back-link:hover{text-decoration:underline;}
