:root {
  --black: #0a0f13;
  --black-soft: #111920;
  --steel: #25313a;
  --yellow: #ffd000;
  --yellow-light: #ffe45d;
  --white: #ffffff;
  --paper: #f5f6f7;
  --ink: #11171b;
  --muted: #5b656d;
  --line: #d8dde1;
  --shadow: 0 18px 50px rgba(4, 9, 12, 0.18);
  --heading: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 106px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  line-height: 1.55;
}

body.menu-open,
body.dialog-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.art-crop {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--steel);
}

.art-crop > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  height: auto;
}

.crop-hero {
  aspect-ratio: 560 / 407;
}

.crop-hero > img {
  width: 182.86%;
  transform: translate(-30.76%, -5.21%);
}

.crop-service-courts {
  aspect-ratio: 115 / 125;
}

.crop-service-courts > img {
  width: 751.30%;
  transform: translate(-1.39%, -36.52%);
}

.crop-service-sitework {
  aspect-ratio: 119 / 125;
}

.crop-service-sitework > img {
  width: 726.05%;
  transform: translate(-15.28%, -36.52%);
}

.crop-service-grading {
  aspect-ratio: 118 / 125;
}

.crop-service-grading > img {
  width: 732.20%;
  transform: translate(-29.51%, -36.52%);
}

.crop-service-excavation {
  aspect-ratio: 110 / 125;
}

.crop-service-excavation > img {
  width: 785.45%;
  transform: translate(-43.63%, -36.52%);
}

.crop-service-demolition {
  aspect-ratio: 113 / 125;
}

.crop-service-demolition > img {
  width: 764.60%;
  transform: translate(-56.71%, -36.52%);
}

.crop-service-clearing {
  aspect-ratio: 115 / 125;
}

.crop-service-clearing > img {
  width: 751.30%;
  transform: translate(-70.25%, -36.52%);
}

.crop-service-landscape {
  aspect-ratio: 124 / 125;
}

.crop-service-landscape > img {
  width: 696.77%;
  transform: translate(-84.14%, -36.52%);
}

.crop-court-roller {
  aspect-ratio: 360 / 231;
}

.crop-court-roller > img {
  width: 284.44%;
  transform: translate(-32.62%, -55.47%);
}

.crop-court-base {
  aspect-ratio: 259 / 100;
}

.crop-court-base > img {
  width: 333.59%;
  transform: translate(-70.02%, -49.92%);
}

.crop-court-finished {
  aspect-ratio: 284 / 100;
}

.crop-court-finished > img {
  width: 304.23%;
  transform: translate(-67.13%, -57.22%);
}

.crop-project-grading {
  aspect-ratio: 160 / 83;
}

.crop-project-grading > img {
  width: 540%;
  transform: translate(-1.50%, -66.83%);
}

.crop-project-base {
  aspect-ratio: 160 / 83;
}

.crop-project-base > img {
  width: 540%;
  transform: translate(-20.72%, -66.83%);
}

.crop-project-compaction {
  aspect-ratio: 160 / 83;
}

.crop-project-compaction > img {
  width: 540%;
  transform: translate(-39.70%, -66.83%);
}

.crop-project-demolition {
  aspect-ratio: 174 / 83;
}

.crop-project-demolition > img {
  width: 496.55%;
  transform: translate(-58.80%, -66.83%);
}

.crop-project-courts {
  aspect-ratio: 165 / 83;
}

.crop-project-courts > img {
  width: 523.64%;
  transform: translate(-79.63%, -66.83%);
}

.crop-equipment-grader {
  aspect-ratio: 118 / 90;
}

.crop-equipment-grader > img {
  width: 732.20%;
  transform: translate(-21.41%, -74.46%);
}

.crop-equipment-laser {
  aspect-ratio: 107 / 90;
}

.crop-equipment-laser > img {
  width: 807.48%;
  transform: translate(-35.42%, -74.46%);
}

.crop-equipment-roller {
  aspect-ratio: 102 / 90;
}

.crop-equipment-roller > img {
  width: 847.06%;
  transform: translate(-48.15%, -74.46%);
}

.crop-equipment-excavator,
.crop-equipment-dozer {
  aspect-ratio: 106 / 90;
}

.crop-equipment-excavator > img {
  width: 815.09%;
  transform: translate(-60.30%, -74.46%);
}

.crop-equipment-dozer > img {
  width: 815.09%;
  transform: translate(-72.92%, -74.46%);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 5000;
  padding: 12px 16px;
  color: var(--black);
  background: var(--yellow);
  border-radius: 4px;
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--yellow);
  font-family: var(--heading);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #8b7100;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--heading);
  letter-spacing: 0;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 4px;
  color: inherit;
  background: transparent;
  font-family: var(--heading);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #101010;
  background: var(--yellow);
  border-color: var(--yellow);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--yellow-light);
  border-color: var(--yellow-light);
}

.button-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(8, 13, 17, 0.42);
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--black);
  background: var(--white);
  border-color: var(--white);
}

.button-dark {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

.button-dark:hover,
.button-dark:focus-visible {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow);
}

.site-header {
  position: relative;
  z-index: 100;
  color: var(--white);
  background: var(--black);
}

.utility-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #080d10;
}

.utility-inner {
  min-height: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  color: #dce1e4;
  font-family: var(--heading);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
}

.utility-inner span,
.utility-inner a {
  position: relative;
  padding-left: 15px;
}

.utility-inner span::before,
.utility-inner a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  transform: translateY(-50%);
}

.utility-inner a {
  text-decoration: none;
}

.utility-inner a:hover {
  color: var(--yellow);
}

.nav-bar {
  background: rgba(10, 15, 19, 0.98);
}

.nav-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 17px;
  color: var(--white);
  text-decoration: none;
}

.brand img {
  width: 154px;
  max-height: 70px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 3px;
  background: var(--white);
  object-fit: contain;
}

.brand span {
  padding-left: 17px;
  border-left: 1px solid var(--yellow);
  font-family: var(--heading);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.primary-nav > a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 11px;
  border-bottom: 3px solid transparent;
  font-family: var(--heading);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav > a:hover,
.primary-nav > a:focus-visible {
  color: var(--yellow);
  border-bottom-color: var(--yellow);
}

.nav-quote {
  margin-left: 8px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 100px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.hero-art {
  position: absolute;
  top: 50%;
  right: 0;
  width: 64%;
  aspect-ratio: 560 / 407;
  transform: translateY(-50%);
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--black) 0%, rgba(10, 15, 19, 0.72) 22%, rgba(10, 15, 19, 0.08) 62%, rgba(10, 15, 19, 0.35) 100%);
}

.hero-art > img {
  width: 182.86%;
  min-width: 0;
  height: auto;
  object-fit: initial;
  transform: translate(-30.76%, -5.21%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 680px) 170px;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding-block: 76px;
}

.hero-copy h1 {
  max-width: 690px;
  margin-bottom: 16px;
  font-size: 7.25rem;
  font-weight: 900;
  line-height: 0.78;
}

.hero-copy h1 span {
  display: block;
  color: var(--yellow);
}

.hero-copy h2 {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: 2.1rem;
  line-height: 1;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: #eef1f2;
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-note {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  border-left: 5px solid var(--yellow);
  font-family: var(--heading);
  text-transform: uppercase;
}

.hero-note p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero-note strong {
  display: block;
  margin-top: 52px;
  color: var(--yellow);
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.05;
}

.credibility {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.credibility-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.55fr repeat(3, 0.7fr);
  min-height: 164px;
}

.credibility-grid > * {
  min-width: 0;
  margin: 0;
  padding: 24px 20px;
  border-left: 1px solid var(--line);
}

.credibility-grid > :first-child {
  padding-left: 0;
  border-left: 0;
}

.credibility-intro h2 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 0.95;
}

.credibility-intro::after {
  content: "";
  display: block;
  width: 90%;
  height: 7px;
  margin-top: 17px;
  background: var(--yellow);
}

.credibility-grid > p {
  align-self: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.stat strong {
  color: #b89200;
  font-family: var(--heading);
  font-size: 1.75rem;
  line-height: 1;
  text-transform: uppercase;
}

.stat span {
  margin-top: 7px;
  color: var(--steel);
  font-family: var(--heading);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.section {
  padding: 76px 0;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2,
.court-copy h2,
.equipment-copy h2,
.commercial-grid h2,
.about-grid h2,
.contact-grid h2 {
  margin-bottom: 0;
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 0.9;
}

.heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.text-link {
  min-height: 44px;
  padding: 6px 0;
  border: 0;
  border-bottom: 3px solid var(--yellow);
  color: var(--black);
  background: transparent;
  font-family: var(--heading);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.service-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  box-shadow: 0 8px 24px rgba(7, 12, 15, 0.18);
}

.service-media {
  width: 100%;
  flex: 0 0 auto;
}

.service-card > div:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 14px;
}

.service-number {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--yellow);
  font-family: var(--heading);
  font-size: 1.1rem;
  font-weight: 900;
}

.service-card h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
  line-height: 0.95;
}

.service-card p {
  margin: 0;
  color: #e6eaec;
  font-size: 0.78rem;
}

.service-card a {
  display: inline-block;
  margin-top: auto;
  padding-top: 15px;
  color: var(--yellow);
  font-family: var(--heading);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.service-card a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.court-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.court-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 10px);
  width: 18px;
  background: var(--yellow);
  transform: skewX(-16deg);
}

.court-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 580px;
}

.court-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 70px 60px 70px 0;
}

.court-copy h2 {
  color: var(--white);
}

.court-copy h3 {
  margin: 7px 0 15px;
  color: var(--yellow);
  font-size: 1.65rem;
  line-height: 1;
}

.court-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: #dde2e5;
}

.court-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 20px;
}

.court-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.court-lists li {
  position: relative;
  margin: 7px 0;
  padding-left: 25px;
  font-size: 0.9rem;
}

.court-lists li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--black);
  background: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.court-media {
  position: relative;
  min-width: 0;
  margin-left: 20px;
  background: var(--steel);
}

.court-main {
  width: 100%;
}

.court-main > img {
  z-index: 1;
}

.court-main::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 23%;
  background: var(--black);
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
}

.court-main::after {
  content: "";
  position: absolute;
  top: -4%;
  bottom: -4%;
  left: 17.5%;
  z-index: 3;
  width: 7px;
  background: var(--yellow);
  transform: skewX(-15deg);
  transform-origin: center;
}

.court-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding-top: 4px;
  background: var(--black);
}

.court-caption {
  padding: 22px 26px;
  color: var(--white);
  background: rgba(7, 11, 14, 0.86);
}

.court-caption strong,
.court-caption span {
  display: block;
}

.court-caption strong {
  color: var(--yellow);
  font-family: var(--heading);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.court-caption span {
  font-size: 0.88rem;
}

.project-section {
  background: var(--paper);
}

.section-note {
  max-width: 300px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: right;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.project-card {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 7px 20px rgba(7, 12, 15, 0.12);
  text-align: left;
}

.project-card .art-crop {
  width: 100%;
}

.project-card > span {
  display: block;
  padding: 13px 15px 15px;
}

.project-card strong,
.project-card small {
  display: block;
}

.project-card strong {
  font-family: var(--heading);
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.project-card small {
  margin-top: 4px;
  color: var(--muted);
}

.project-card:hover strong {
  color: #8b7100;
}

.equipment-section {
  color: var(--white);
  background: var(--black);
}

.equipment-grid {
  display: grid;
  grid-template-columns: 1.15fr 3fr 1fr;
  min-height: 260px;
}

.equipment-copy {
  align-self: center;
  padding: 36px 34px 36px 0;
}

.equipment-copy h2 {
  font-size: 3rem;
}

.equipment-copy p:last-child {
  margin-bottom: 0;
  color: #d8dde0;
  font-size: 0.9rem;
}

.equipment-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
  align-content: center;
  background: var(--black);
}

.equipment-item {
  min-width: 0;
  margin: 0;
  background: var(--black-soft);
}

.equipment-item figcaption {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 5px;
  color: var(--white);
  background: var(--black-soft);
  font-family: var(--heading);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.equipment-points {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 32px 22px 32px 48px;
  color: var(--black);
  background: var(--yellow);
  list-style: none;
}

.equipment-points li {
  position: relative;
  font-family: var(--heading);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.equipment-points li::before {
  content: "\2713";
  position: absolute;
  left: -30px;
  top: -2px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: var(--yellow);
  background: var(--black);
  font-family: var(--body);
  font-size: 0.76rem;
  line-height: 21px;
  text-align: center;
}

.commercial-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 64px;
}

.commercial-grid > div:first-child > p:not(.eyebrow) {
  max-width: 600px;
  color: var(--muted);
}

.commercial-grid .button {
  margin-top: 12px;
}

.partner-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.partner-points div {
  min-height: 150px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.partner-points strong,
.partner-points span {
  display: block;
}

.partner-points strong {
  font-family: var(--heading);
  font-size: 1.5rem;
  text-transform: uppercase;
}

.partner-points span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.88rem;
}

.about-section {
  padding: 62px 0;
  color: var(--white);
  background: var(--steel);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
}

.about-grid p:last-child {
  color: #e0e5e8;
}

.service-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  padding: 28px;
  border-left: 6px solid var(--yellow);
  background: rgba(255, 255, 255, 0.06);
}

.service-area strong {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: var(--yellow);
  font-family: var(--heading);
  font-size: 1.25rem;
  text-transform: uppercase;
}

.service-area span {
  position: relative;
  padding-left: 15px;
}

.service-area span::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yellow);
}

.contact-section {
  padding: 58px 0;
  color: var(--white);
  background: #070b0e;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 60px;
}

.contact-grid > div:first-child > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: #d8dde0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.contact-email {
  width: 100%;
  color: var(--yellow);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 30px 0 24px;
  color: #c9d0d4;
  background: #05080a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 40px;
}

.footer-brand img {
  width: 170px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 3px;
  background: var(--white);
}

.footer-grid p {
  margin: 0;
  font-family: var(--heading);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.footer-grid p span {
  margin-inline: 9px;
  color: var(--yellow);
}

.footer-grid > a:last-child {
  color: var(--yellow);
  font-weight: 800;
}

.legal-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8e999f;
  font-size: 0.78rem;
}

.legal-row p {
  margin: 0;
}

.mobile-action-bar {
  display: none;
}

dialog {
  color: var(--ink);
}

dialog::backdrop {
  background: rgba(3, 6, 8, 0.82);
  backdrop-filter: blur(3px);
}

.quote-dialog {
  width: min(690px, calc(100% - 28px));
  max-height: calc(100dvh - 28px);
  padding: 30px;
  overflow-y: auto;
  border: 0;
  border-top: 7px solid var(--yellow);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.dialog-header h2 {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 0.95;
}

.dialog-close,
.gallery-close {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  color: var(--white);
  background: var(--black);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.dialog-intro {
  color: var(--muted);
}

.quote-dialog form {
  margin-top: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.quote-dialog label {
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
}

.quote-dialog label > span {
  display: block;
  margin-bottom: 6px;
}

.quote-dialog input,
.quote-dialog select,
.quote-dialog textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #aeb8be;
  border-radius: 3px;
  color: var(--ink);
  background: var(--white);
}

.quote-dialog textarea {
  resize: vertical;
}

.quote-dialog input:focus,
.quote-dialog select:focus,
.quote-dialog textarea:focus {
  border-color: #816900;
  outline: 3px solid rgba(255, 208, 0, 0.45);
  outline-offset: 1px;
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 24px;
  margin: 0 0 10px;
  color: #5d4c00;
  font-weight: 700;
}

.form-help {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.form-help a {
  color: var(--ink);
  font-weight: 800;
}

.gallery-dialog {
  width: min(1000px, calc(100% - 28px));
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: var(--black);
}

.gallery-dialog img {
  width: 100%;
  max-height: calc(100dvh - 110px);
  object-fit: contain;
  background: var(--black);
}

.gallery-dialog p {
  margin: 0;
  padding: 15px 66px 17px 18px;
  color: var(--white);
  font-weight: 700;
}

.gallery-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(5, 8, 10, 0.86);
}

@media (max-width: 1080px) {
  .utility-inner {
    justify-content: center;
  }

  .brand span {
    display: none;
  }

  .primary-nav > a {
    padding-inline: 8px;
  }

  .credibility-grid {
    grid-template-columns: 1fr 1.4fr repeat(3, 0.65fr);
  }

  .credibility-grid > * {
    padding-inline: 14px;
  }

  .service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .equipment-grid {
    grid-template-columns: 1fr 2fr;
  }

  .equipment-points {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-around;
    min-height: 90px;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 78px;
  }

  .utility-bar {
    display: none;
  }

  .nav-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  }

  .nav-inner {
    min-height: 76px;
  }

  .brand img {
    width: 132px;
    max-height: 60px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - 76px);
    padding: 12px 20px 20px;
    overflow-y: auto;
    background: var(--black);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
  }

  .primary-nav.nav-open {
    display: grid;
  }

  .primary-nav > a {
    min-height: 50px;
    padding: 12px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .nav-quote {
    width: 100%;
    margin: 12px 0 0;
  }

  .hero {
    min-height: 680px;
    margin-top: 76px;
  }

  .hero-art {
    right: -18%;
    width: 92%;
    opacity: 0.72;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
    padding-block: 80px 64px;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-copy h1 {
    font-size: 5.8rem;
  }

  .section-heading h2,
  .court-copy h2,
  .equipment-copy h2,
  .commercial-grid h2,
  .about-grid h2,
  .contact-grid h2 {
    font-size: 3.65rem;
  }

  .hero-note {
    display: none;
  }

  .credibility-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .credibility-intro,
  .credibility-grid > p {
    grid-column: span 3;
  }

  .credibility-grid > p {
    border-top: 1px solid var(--line);
  }

  .credibility-grid > .stat {
    border-top: 1px solid var(--line);
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .court-section::before {
    display: none;
  }

  .court-grid {
    grid-template-columns: 1fr;
  }

  .court-copy {
    padding: 64px 0;
  }

  .court-media {
    margin: 0 -20px;
  }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .equipment-grid {
    grid-template-columns: 1fr;
  }

  .equipment-copy {
    padding: 48px 0 32px;
  }

  .commercial-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .commercial-grid,
  .about-grid,
  .contact-grid {
    gap: 36px;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 64px;
  }

  .shell {
    width: min(100% - 28px, 1180px);
  }

  .nav-inner {
    min-height: 70px;
  }

  .brand img {
    width: 112px;
    max-height: 54px;
  }

  .primary-nav {
    max-height: calc(100dvh - 70px);
  }

  .hero {
    min-height: 650px;
    margin-top: 70px;
    background: var(--black);
  }

  .hero-art {
    right: -58%;
    width: 145%;
    opacity: 0.55;
  }

  .hero-inner {
    padding-block: 66px 50px;
  }

  .hero-copy h1 {
    font-size: 4.6rem;
  }

  .hero-copy h2 {
    font-size: 1.55rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .credibility-grid {
    grid-template-columns: 1fr;
  }

  .credibility-intro,
  .credibility-grid > p {
    grid-column: auto;
  }

  .credibility-grid > * {
    padding: 21px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .credibility-grid > :first-child {
    border-top: 0;
  }

  .stat {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
  }

  .stat span {
    margin-top: 0;
  }

  .section {
    padding: 58px 0;
  }

  .section-heading h2,
  .court-copy h2,
  .equipment-copy h2,
  .commercial-grid h2,
  .about-grid h2,
  .contact-grid h2 {
    font-size: 3.2rem;
  }

  .heading-row {
    display: block;
  }

  .heading-row .text-link,
  .section-note {
    margin-top: 18px;
  }

  .section-note {
    text-align: left;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .service-card p {
    min-height: 0;
  }

  .court-copy {
    padding: 56px 0;
  }

  .court-lists {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .equipment-grid {
    grid-template-columns: 1fr;
  }

  .equipment-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .equipment-points {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px 30px 56px;
  }

  .partner-points {
    grid-template-columns: 1fr;
  }

  .partner-points div {
    min-height: 0;
  }

  .service-area {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .contact-actions {
    display: grid;
  }

  .contact-actions .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .footer-brand img {
    margin-inline: auto;
  }

  .legal-row {
    display: block;
    text-align: center;
  }

  .legal-row p + p {
    margin-top: 8px;
  }

  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 180;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 64px;
    padding: 8px;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(6, 10, 13, 0.97);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.26);
  }

  .mobile-action-bar a,
  .mobile-action-bar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 48px;
    padding: 8px;
    border: 2px solid var(--yellow);
    border-radius: 3px;
    font-family: var(--heading);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-action-bar a {
    color: var(--yellow);
    background: transparent;
  }

  .mobile-action-bar button {
    color: var(--black);
    background: var(--yellow);
    cursor: pointer;
  }

  .quote-dialog {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
    padding: 22px 18px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
