:root {
  --ink: #151515;
  --blue: #006dff;
  --paper: #f8f9fa;
  --gray: #eef1f4;
  --line: #c8cdd2;
  --muted: #606a73;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.52; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: absolute; top: -4rem; left: 1rem; z-index: 4; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(var(--max), calc(100% - 36px));
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  border-bottom: 3px solid var(--ink);
  padding-bottom: 14px;
}
.brand { display: grid; text-decoration: none; line-height: 1.05; justify-self: start; }
.brand-logo { width: auto; height: 44px; max-width: min(250px, 65vw); object-fit: contain; object-position: left center; }
.brand small { color: var(--muted); }
.site-nav { display: flex; gap: 24px; flex-wrap: wrap; font-size: .92rem; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus { color: var(--blue); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid var(--ink);
  background: var(--paper);
  padding: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
}
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.hero {
  width: min(var(--max), calc(100% - 36px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1.18fr) minmax(340px, .88fr);
  gap: 24px;
  align-items: stretch;
}
.hero-index { display: grid; gap: 12px; align-content: start; border-top: 1px solid var(--ink); padding-top: 18px; color: var(--muted); font-size: .86rem; }
.hero-copy { border-top: 1px solid var(--ink); padding-top: 18px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: 0; }
h1, h2, p { margin-top: 0; }
h1, h2 { letter-spacing: 0; line-height: .98; overflow-wrap: break-word; }
h1 { font-size: clamp(3rem, 6.3vw, 5.7rem); margin-bottom: 22px; }
h2 { font-size: clamp(1.8rem, 4vw, 4rem); }
.hero-copy p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 1.03rem; }
.actions { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; background: var(--blue); color: var(--white); text-decoration: none; font-weight: 900; }
.text-link { color: var(--ink); text-decoration-thickness: 2px; text-underline-offset: 4px; font-weight: 800; overflow-wrap: anywhere; }
.hero figure { margin: 0; background: var(--gray); border-left: 1px solid var(--ink); }
.hero img { height: 100%; min-height: 610px; object-fit: cover; object-position: center; filter: grayscale(.12); }
.service-grid, .compare, .standard, .location {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(64px, 10vw, 118px) auto;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}
.service-grid article { min-height: 240px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.service-grid span { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; background: var(--ink); color: var(--white); font-weight: 900; margin-bottom: 34px; }
.service-grid h2 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
.service-grid p, .standard p { color: var(--muted); }
.compare { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1px; background: var(--line); border-top: 3px solid var(--blue); }
.compare > div:first-child { grid-row: span 3; background: var(--ink); color: white; padding: clamp(26px, 5vw, 48px); }
.compare > div:first-child .eyebrow { color: #9bc3ff; }
.compare-row { background: var(--white); padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }
.compare-row span { color: var(--muted); }
.standard {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
}
.standard figure, .location figure { margin: 0; background: var(--gray); border: 1px solid var(--line); }
.standard img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.location { display: grid; grid-template-columns: .86fr 1.14fr; gap: 28px; align-items: stretch; border-top: 1px solid var(--ink); padding-top: 28px; }
.contact-panel { background: var(--white); padding: clamp(26px, 5vw, 48px); display: grid; gap: 12px; align-content: center; border-left: 8px solid var(--blue); }
address { font-style: normal; margin: 0 0 8px; }
.contact-panel a { font-weight: 800; overflow-wrap: anywhere; }
.location img { height: 100%; min-height: 360px; object-fit: cover; object-position: center; }
footer { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: 0 0 44px; color: var(--muted); }
:focus-visible { outline: 3px solid #70aaff; outline-offset: 3px; }

@media (max-width: 940px) {
  .site-header, .hero, .service-grid, .compare, .standard, .location, footer { width: min(var(--max), calc(100% - 30px)); }
  .site-header { grid-template-columns: 1fr auto; gap: 12px; align-items: center; position: relative; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .site-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--line);
    padding-top: 8px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-index { grid-template-columns: repeat(3, 1fr); }
  .hero img { min-height: 390px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .compare, .standard, .location { grid-template-columns: 1fr; }
  .compare > div:first-child { grid-row: auto; }
}

@media (max-width: 580px) {
  h1 { font-size: clamp(2.25rem, 11vw, 3rem); max-width: 10ch; }
  h2 { font-size: clamp(1.85rem, 9vw, 2.6rem); }
  .hero-copy p:not(.eyebrow) { max-width: 31ch; }
  .actions, .button { width: 100%; }
  .hero-index, .service-grid, .compare-row { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; }
}
