:root {
  --black: #050505;
  --panel: #111518;
  --white: #f7f7f4;
  --muted: #c7c9c7;
  --lime: #b7db4b;
  --red: #ff4c4c;
  --line: rgba(255, 255, 255, 0.2);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; background: white; color: black; padding: .7rem 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 92px;
  background: rgba(0, 0, 0, .96);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  width: min(100% - 28px, var(--max));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img { width: 108px; height: 78px; object-fit: contain; }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); color: white; font-size: 1.45rem; padding: .25rem .65rem; border-radius: 4px; }
.site-nav { display: flex; align-items: center; gap: clamp(2rem, 8vw, 8rem); }
.site-nav a { text-decoration: none; font-weight: 650; font-size: 1rem; padding: .55rem .25rem; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--lime); border-bottom-color: var(--lime); }

.hero {
  min-height: 455px;
  display: grid;
  place-items: center;
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 55%, rgba(0,0,0,.18) 100%); }
.hero-home { min-height: 600px; background-image: url("assets/hero-nashville.jpg"); }
.hero-services { min-height: 380px; background-image: url("assets/about-team.webp"); }
.hero-inner { position: relative; width: min(100% - 38px, var(--max)); }
.hero-copy { max-width: 870px; background: rgba(0, 0, 0, .72); padding: 2rem 2.15rem; border-left: 4px solid var(--lime); }
.hero h1 { margin: 0 0 .75rem; color: var(--white); font-size: clamp(2.25rem, 4.3vw, 3.9rem); line-height: 1.08; letter-spacing: -.02em; }
.hero p { margin: 0; font-size: clamp(1rem, 1.8vw, 1.23rem); font-weight: 600; line-height: 1.52; }
.eyebrow { margin: 0 0 .65rem !important; color: var(--lime); font-size: .82rem !important; font-weight: 800 !important; letter-spacing: .14em; line-height: 1.3 !important; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 1.25rem; margin-top: 1.5rem; }
.text-link { color: var(--white); font-weight: 750; text-decoration: none; }
.text-link:hover { color: var(--lime); }

.section { padding: clamp(3.7rem, 7vw, 6rem) 0; }
.container { width: min(100% - 38px, var(--max)); margin: auto; }
.split { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(2rem, 5vw, 4.6rem); align-items: center; }
.framed-image { border: 3px solid #d4d4d4; width: 100%; aspect-ratio: 1.16; object-fit: cover; }
h2 { margin: 0 0 1rem; font-size: clamp(2.25rem, 5vw, 3.65rem); line-height: 1.08; font-weight: 450; }
h3 { margin: 0 0 .65rem; font-size: 1.4rem; line-height: 1.25; }
.accent { color: var(--lime); }
.intro { max-width: 850px; margin: 0 auto 2.7rem; text-align: center; color: var(--muted); }
.center { text-align: center; }

.section-heading { max-width: 820px; margin-bottom: 2.5rem; }
.section-heading h2 { max-width: 700px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.audience-strip { border-block: 1px solid var(--line); background: #0d1113; }
.audience-strip .container { display: flex; flex-wrap: wrap; gap: 1rem 2.4rem; align-items: center; min-height: 84px; }
.audience-strip span { color: var(--lime); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.audience-strip strong { font-size: .95rem; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.capability-card { min-height: 360px; padding: 1.8rem; background: #0f1315; border: 1px solid var(--line); border-top: 4px solid #596168; text-decoration: none; display: flex; flex-direction: column; transition: transform .2s ease, border-color .2s ease; }
.capability-card.featured { border-top-color: var(--lime); background: linear-gradient(145deg, #172016, #0f1315 55%); }
.capability-card:hover, .capability-card:focus-visible { transform: translateY(-5px); border-color: var(--lime); }
.card-number { color: var(--lime); font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.capability-card h3 { margin-top: 2rem; font-size: 1.65rem; }
.capability-card p { color: var(--muted); }
.card-link { margin-top: auto; padding-top: 1rem; color: var(--lime); font-weight: 750; }
.partner-section { background: #0d1113; }
.compact-split { align-items: stretch; }
.compact-split .framed-image { height: 100%; min-height: 430px; }
.partner-callout { margin-top: 1.5rem; padding: 1.3rem 1.4rem; border-left: 3px solid var(--lime); background: #151a1d; }
.partner-callout p { margin-bottom: 0; color: var(--muted); }
.funding-section { background: linear-gradient(125deg, rgba(183,219,75,.09), transparent 50%); }
.funding-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; padding-block: 2rem; }
.funding-card p { color: var(--muted); }
.fine-print { font-size: .86rem; }
.mission-band { padding: 4.8rem 0; border-top: 1px solid var(--line); text-align: center; }
.mission-statement { max-width: 900px; margin: auto; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.28; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card { background: var(--panel); border: 1px solid var(--line); overflow: hidden; text-decoration: none; min-height: 285px; transition: transform .2s ease, border-color .2s ease; }
.service-card:hover, .service-card:focus-visible { transform: translateY(-4px); border-color: var(--lime); }
.service-card img { width: 100%; height: 176px; object-fit: cover; }
.service-card h3 { padding: 1.15rem; margin: 0; text-align: center; }

.testimonial { min-height: 470px; background: linear-gradient(rgba(16,42,51,.42), rgba(16,42,51,.42)), url("assets/server-room.jpg") center/cover; display: grid; place-items: center; }
.quote { width: min(100% - 38px, 700px); padding: 2.6rem; background: rgba(0,0,0,.91); text-align: center; font-size: clamp(1.3rem, 2.4vw, 1.85rem); line-height: 1.45; }
.quote cite { display: block; color: var(--muted); font-size: .95rem; margin-top: 1.4rem; }

.page-intro { padding: 3rem 0 2rem; text-align: center; }
.page-intro h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.kicker { color: var(--muted); font-size: 1.05rem; }
.services-list { display: grid; gap: 1.4rem; padding-bottom: 5rem; }
.service-detail { display: grid; grid-template-columns: 240px 1fr; background: #0f1214; border: 1px solid var(--line); }
.priority-service { border-color: rgba(183,219,75,.65); box-shadow: inset 4px 0 0 var(--lime); }
.service-detail img { width: 100%; height: 100%; min-height: 245px; object-fit: cover; }
.service-detail-copy { padding: 1.65rem 2rem; }
.service-detail p { color: var(--muted); margin: 0 0 .7rem; }
.service-detail ul { margin: .6rem 0 0; columns: 2; column-gap: 2rem; padding-left: 1.2rem; }
.service-detail li { break-inside: avoid; margin-bottom: .28rem; }

.about { min-height: 680px; background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.76) 55%, rgba(0,0,0,.12) 100%), url("assets/wix-icon.png") right center/cover no-repeat; display: grid; align-items: center; }
.about-panel { width: min(100% - 38px, 820px); margin-left: max(19px, calc((100vw - var(--max)) / 2)); padding: 2.25rem; border: 1px solid #e5e5e5; background: rgba(0,0,0,.37); }
.about-panel h1 { font-size: clamp(1.8rem, 3.4vw, 2.65rem); line-height: 1.2; margin-top: 0; }

.contact-wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 3.4rem; align-items: start; }
.contact-wrap h1 { font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.05; margin-top: 0; }
.contact-note { color: var(--muted); }
.contact-details { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.contact-details a { color: var(--lime); }
.contact-form { background: #101416; border: 1px solid var(--line); padding: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; margin-bottom: .95rem; font-weight: 650; }
input, textarea { width: 100%; margin-top: .35rem; padding: .85rem .9rem; border: 1px solid #555; background: #050505; color: white; font: inherit; border-radius: 2px; }
textarea { min-height: 155px; resize: vertical; }
input:focus, textarea:focus { outline: 2px solid var(--lime); outline-offset: 2px; }
.button { display: inline-block; border: 0; background: var(--lime); color: #0b0b0b; padding: .85rem 1.25rem; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover, .button:focus-visible { background: white; }
.form-status { margin: .75rem 0 0; color: var(--muted); font-size: .93rem; }

.site-footer { border-top: 1px solid var(--line); padding: 2.4rem 0; }
.footer-grid { display: grid; grid-template-columns: 190px 1fr; gap: 3rem; align-items: center; }
.footer-brand img { width: 85px; margin-bottom: .65rem; }
.footer-brand p { margin: 0; line-height: 1.4; font-size: .95rem; }
.footer-cta { color: var(--lime); text-align: center; font-size: 1.2rem; text-decoration: none; }
.footer-cta:hover { text-decoration: underline; }
.copyright { color: #8d9295; text-align: center; font-size: .8rem; margin: 1.8rem 0 0; }

@media (max-width: 820px) {
  body { font-size: 16px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 92px; left: 0; right: 0; padding: 1rem 1.4rem 1.35rem; background: #050505; flex-direction: column; align-items: stretch; gap: .25rem; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .7rem; }
  .split, .contact-wrap, .funding-card { grid-template-columns: 1fr; }
  .funding-card { gap: 1rem; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 280px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail { grid-template-columns: 170px 1fr; }
  .service-detail ul { columns: 1; }
  .about-panel { margin: 2rem auto; }
}

@media (max-width: 560px) {
  .hero { min-height: 520px; align-items: end; padding-bottom: 2rem; }
  .hero-services { min-height: 470px; }
  .hero-copy { padding: 1.15rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .audience-strip .container { padding-block: 1.2rem; gap: .65rem 1.4rem; }
  .service-grid, .form-row { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail img { height: 210px; min-height: 0; }
  .service-detail-copy { padding: 1.35rem; }
  .quote { padding: 1.8rem 1.3rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin-inline: auto; }
}
