:root {
  --red: #c81d23;
  --maroon: #5f0c0d;
  --navy: #172a3a;
  --teal: #0f5b66;
  --warm: #f8f5f1;
  --pale-red: #f9e9ea;
  --pale-blue: #e8eef5;
  --line: #d7dde3;
  --muted: #566674;
  --white: #fff;
  --radius: 0.75rem;
  --shadow: 0 1rem 2.5rem rgba(23, 42, 58, 0.11);
  --max: 75rem;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--teal); text-underline-offset: 0.18em; }
a:hover { color: var(--maroon); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 0.2rem solid #f4b400; outline-offset: 0.2rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 0.5rem; left: 0.5rem; z-index: 100; padding: 0.75rem 1rem; background: var(--navy); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 6.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.8rem; color: var(--navy); text-decoration: none; font-weight: 750; }
.brand img { width: 7.5rem; }
.brand-name { max-width: 8rem; line-height: 1.15; }
.primary-nav { display: flex; align-items: center; gap: 1.15rem; }
.primary-nav > a:not(.button) { color: var(--navy); font-weight: 650; text-decoration: none; padding-block: 0.5rem; }
.primary-nav > a[aria-current="page"] { color: var(--maroon); border-bottom: 0.2rem solid var(--red); }
.menu-button { display: none; min-height: 3rem; padding: 0.55rem 0.9rem; color: var(--navy); background: var(--white); border: 2px solid var(--navy); border-radius: 0.45rem; font-weight: 700; }

.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: 0.75rem 1.35rem; color: #fff; background: var(--red); border: 2px solid var(--red); border-radius: 0.55rem; font-weight: 750; line-height: 1.2; text-decoration: none; }
.button:hover { color: #fff; background: var(--maroon); border-color: var(--maroon); }
.button-secondary { color: var(--navy); background: var(--white); border-color: var(--navy); }
.button-secondary:hover { color: #fff; background: var(--navy); }
.button-small { min-height: 2.8rem; padding: 0.6rem 1rem; }

.hero { overflow: hidden; background: linear-gradient(120deg, var(--warm) 0%, var(--white) 72%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.9fr); align-items: center; gap: clamp(2rem, 5vw, 5.5rem); padding-block: clamp(3.5rem, 8vw, 7rem); }
.hero-copy { max-width: 42rem; }
.eyebrow { margin: 0 0 0.6rem; color: var(--maroon); font-size: 0.94rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.12; }
h1 { max-width: 13ch; font-size: clamp(2.6rem, 6vw, 4.8rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -0.025em; }
h3 { font-size: 1.35rem; }
.hero-lead { margin: 1.35rem 0 0; max-width: 37rem; font-size: clamp(1.25rem, 2.2vw, 1.55rem); line-height: 1.5; }
.button-row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.75rem; }
.hero-note { margin: 1.25rem 0 0; color: var(--muted); font-size: 1rem; }
.hero-media { position: relative; margin: 0; }
.hero-media::before { content: ""; position: absolute; inset: -1.1rem 1.2rem 1.2rem -1.1rem; z-index: 0; border-radius: var(--radius); background: var(--pale-red); }
.hero-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 42%; border-radius: var(--radius); box-shadow: var(--shadow); }

.trust-strip { color: #fff; background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 1.35rem 1.2rem; border-inline-start: 1px solid rgba(255,255,255,.22); }
.trust-grid > div:last-child { border-inline-end: 1px solid rgba(255,255,255,.22); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 1.05rem; }
.trust-grid span { color: #d8e3eb; font-size: 0.92rem; }

.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section-heading { max-width: 48rem; margin-bottom: 2.2rem; }
.section-heading > p:last-child { max-width: 42rem; color: var(--muted); font-size: 1.2rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.service-card { padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.service-card h3 { padding-top: 0.75rem; border-top: 0.32rem solid var(--red); }
.service-card p { margin: 0.75rem 0 0; color: var(--muted); }
.centered-action { margin-top: 2.25rem; text-align: center; }

.site-footer { padding-top: 3rem; color: #fff; background: var(--navy); }
.site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; }
.footer-grid p { margin: 0.4rem 0 0; color: #d8e3eb; }
.footer-grid nav { display: grid; align-content: start; gap: 0.5rem; }
.footer-bottom { display: grid; gap: .35rem; margin-top: 2.5rem; padding-block: 1rem 1.5rem; border-top: 1px solid rgba(255,255,255,.2); }
.footer-bottom p { margin: 0; color: #d8e3eb; font-size: 0.9rem; }

@media (max-width: 62rem) {
  .menu-button { display: inline-flex; }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; align-items: stretch; flex-direction: column; gap: 0; padding: 0.5rem 1rem 1rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a { padding: 0.8rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 48rem; }
  .hero-media { max-width: 44rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 40rem) {
  body { font-size: 1rem; }
  .header-inner { min-height: 5.25rem; }
  .brand img { width: 5.7rem; }
  .brand-name { font-size: 0.92rem; }
  .hero-grid { padding-top: 3rem; }
  .button-row { display: grid; }
  .trust-grid, .card-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-inline-end: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
}

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

.content-main { min-height: 55vh; }
.page-hero { padding-block: clamp(3.5rem, 7vw, 6rem); background: linear-gradient(125deg, var(--warm), var(--pale-blue)); }
.page-hero h1 { max-width: 17ch; }
.page-lead { max-width: 45rem; margin: 1.15rem 0 0; color: var(--muted); font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
.narrow, .prose { max-width: 52rem; }
.prose h2 + p, .prose h2 + ul { margin-top: .75rem; }
.prose h2:not(:first-child) { margin-top: 2.4rem; }
.two-column, .image-copy, .profile-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .75fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.image-copy { grid-template-columns: minmax(20rem, .9fr) minmax(0, 1fr); align-items: center; }
.image-copy.reverse { grid-template-columns: minmax(20rem, .9fr) minmax(0, 1fr); }
.image-copy img, .profile-photo { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.profile-photo { aspect-ratio: 1; object-fit: cover; }
.profile-grid { grid-template-columns: minmax(15rem, .6fr) minmax(0, 1.4fr); align-items: center; }
.info-panel, .callout, .notice { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--warm); }
.info-panel h2 { font-size: 1.55rem; }
.info-panel ul, .check-list { padding-left: 1.25rem; }
.section-tint { background: var(--warm); }
.small { color: var(--muted); font-size: .93rem; }
.optional { color: var(--muted); font-size: .86rem; font-weight: 500; }
.site-form { display: grid; gap: 1.2rem; margin-top: 1.5rem; }
.site-form label { display: grid; gap: .35rem; font-weight: 700; }
.site-form input, .site-form select, .site-form textarea { width: 100%; min-height: 3.2rem; padding: .65rem .75rem; color: var(--navy); background: #fff; border: 2px solid #8c99a4; border-radius: .4rem; }
.site-form textarea { resize: vertical; }
.site-form .check { grid-template-columns: 1.4rem 1fr; align-items: start; font-weight: 500; }
.site-form .check input { width: 1.3rem; min-height: 1.3rem; margin-top: .2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.site-form .button { justify-self: start; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 1.5rem; font-weight: 700; }
.form-status.success { color: #176329; }
.form-status.error { color: #8f161b; }
.turnstile-box { min-height: 5.5rem; }
.turnstile-box .small { margin: .35rem 0 0; }
.site-form button:disabled { cursor: wait; opacity: .58; }
.notice { color: var(--maroon); background: var(--pale-red); }
.digital-card-wrap { min-height: 70vh; display: grid; place-items: center; padding: clamp(2rem, 6vw, 5rem) 1rem; background: linear-gradient(135deg, var(--pale-blue), var(--warm)); }
.digital-card { width: min(100%, 36rem); padding: clamp(1.5rem, 5vw, 3rem); border-radius: 1rem; background: #fff; box-shadow: var(--shadow); text-align: center; }
.digital-card .card-logo { width: 10rem; max-height: 6rem; object-fit: contain; margin: 0 auto 1.5rem; }
.digital-card .coax-logo { width: 14rem; }
.card-photo { width: 9rem; height: 9rem; margin: 0 auto 1.4rem; border-radius: 50%; object-fit: cover; border: .35rem solid var(--pale-blue); }
.digital-card h1 { max-width: none; font-size: clamp(2.2rem, 7vw, 3.3rem); }
.card-role { margin: .5rem 0 1.5rem; color: var(--maroon); font-size: 1.3rem; font-weight: 750; }
.digital-card address { font-style: normal; }
.digital-card .button-row { justify-content: center; }

@media (max-width: 48rem) {
  .two-column, .image-copy, .image-copy.reverse, .profile-grid, .field-row { grid-template-columns: 1fr; }
  .info-panel { order: -1; }
}
