:root {
  --ink: #070707;
  --steel: #202226;
  --muted: #63666f;
  --paper: #f5f5f1;
  --white: #ffffff;
  --line: #dadbd6;
  --red: #d61224;
  --red-dark: #940b17;
  --yellow: #ffc82e;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px) 0 0 / 44px 44px,
    var(--paper);
  font-family:
    Arial,
    "Helvetica Neue",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
p,
dl,
dd,
figure {
  margin-top: 0;
}

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

.site-header {
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 78px;
  padding: 12px clamp(18px, 4.6vw, 66px);
  color: var(--white);
  background: rgba(7, 7, 7, 0.96);
  border-bottom: 4px solid var(--red);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--steel) 0 20%, transparent 21%),
    conic-gradient(from 20deg, var(--red) 0 12%, var(--white) 12% 20%, var(--steel) 20% 30%, var(--white) 30% 38%, var(--red) 38% 50%, var(--white) 50% 58%, var(--steel) 58% 70%, var(--white) 70% 78%, var(--red) 78% 100%);
}

.brand-mark span {
  position: absolute;
  inset: 15px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--ink);
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
}

.brand-text small {
  margin-top: 3px;
  color: #d4d4d4;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.8vw, 32px);
  color: #f3f3ee;
  font-size: 0.92rem;
  font-weight: 900;
}

nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 2px solid transparent;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.header-call {
  justify-self: end;
  padding: 0 16px;
  color: var(--white);
  background: var(--red);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(350px, 0.98fr);
  min-height: calc(100vh - 78px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(214, 18, 36, 0.08), transparent 34%),
    var(--white);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 7vw, 98px) clamp(20px, 5vw, 72px);
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--red-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.88;
}

h2 {
  max-width: 860px;
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4.6vw, 5.1rem);
  line-height: 0.92;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.18rem, 1.5vw, 1.42rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.lede {
  max-width: 680px;
  margin-bottom: 0;
  color: #303238;
  font-size: clamp(1.06rem, 1.5vw, 1.25rem);
}

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

.button {
  min-width: 164px;
  padding: 0 20px;
}

.button.primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 8px 8px 0 var(--ink);
}

.button.secondary,
.button.map-button {
  color: var(--ink);
  background: var(--white);
  border-color: var(--ink);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 760px;
  margin: 34px 0 0;
  border: 2px solid var(--ink);
  background: var(--paper);
}

.quick-facts div {
  min-width: 0;
  padding: 16px;
  border-right: 2px solid var(--ink);
}

.quick-facts div:last-child {
  border-right: 0;
}

.quick-facts dt {
  margin-bottom: 4px;
  color: var(--red-dark);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.quick-facts dd {
  margin-bottom: 0;
  font-size: 0.93rem;
  font-weight: 850;
  line-height: 1.25;
}

.hero-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--steel);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.18), transparent 46%);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 50% 45%;
}

.safety-card {
  position: absolute;
  right: clamp(16px, 4vw, 48px);
  bottom: clamp(16px, 4vw, 48px);
  z-index: 2;
  width: min(330px, calc(100% - 32px));
  padding: 18px;
  color: var(--white);
  background: rgba(7, 7, 7, 0.92);
  border-top: 6px solid var(--red);
  box-shadow: var(--shadow);
}

.safety-card span,
.trust-card span,
.service-number {
  display: block;
  color: var(--yellow);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.safety-card strong {
  display: block;
  margin: 5px 0 6px;
  font-size: 1.55rem;
  line-height: 1;
  text-transform: uppercase;
}

.safety-card p {
  margin-bottom: 0;
  color: #eeeeea;
  font-size: 0.95rem;
}

.service-section,
.trust-section,
.visit-section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.section-intro {
  max-width: 940px;
  margin-bottom: 30px;
}

.section-intro p:not(.eyebrow),
.photo-copy p:not(.eyebrow),
.visit-section p {
  max-width: 760px;
  color: #44464d;
  font-size: 1.05rem;
}

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

.service-grid article {
  min-height: 250px;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(214, 18, 36, 0.26), transparent 48%),
    var(--ink);
  border: 1px solid #343434;
}

.service-grid article:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(255, 200, 46, 0.18), transparent 52%),
    #202226;
}

.service-grid p {
  margin-bottom: 0;
  color: #deded8;
}

.photo-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 4vw, 50px);
  align-items: center;
  padding: clamp(58px, 8vw, 106px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--ink);
}

.photo-band .eyebrow {
  color: var(--yellow);
}

.photo-copy p:not(.eyebrow) {
  color: #ddddda;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(260px, 1fr);
  gap: 18px;
  align-items: stretch;
  min-width: 0;
}

.proof-image {
  position: relative;
  min-width: 0;
  margin-bottom: 0;
  overflow: hidden;
  border: 2px solid #eeeeea;
  background: #151515;
  aspect-ratio: 400 / 707;
}

.proof-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(7, 7, 7, 0.82);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.process-stack {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.process-stack article {
  min-height: 148px;
  padding: 20px;
  background: #161719;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.process-stack article:nth-child(2) {
  background: #22252a;
}

.process-stack span {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 0.75rem;
  font-weight: 950;
}

.process-stack p {
  margin-bottom: 0;
  color: #deded8;
}

.trust-section {
  background: var(--white);
}

.trust-lead {
  margin-bottom: 26px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-card {
  display: block;
  min-height: 220px;
  padding: 22px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
}

.trust-card strong {
  display: block;
  margin: 8px 0 10px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.trust-card p {
  margin-bottom: 0;
  color: #3d3f45;
  font-weight: 800;
}

.rating-card {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.rating-card p,
.rating-card span {
  color: var(--white);
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(214, 18, 36, 0.12), transparent 38%),
    var(--paper);
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--ink);
  font-size: 0.93rem;
  font-weight: 850;
}

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

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: minmax(210px, 1fr) auto;
  }

  .site-header nav {
    display: none;
  }

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

  .hero-media {
    min-height: 430px;
  }

  .hero-media img {
    min-height: 430px;
    object-position: 50% 48%;
  }

  .photo-band,
  .visit-section {
    grid-template-columns: 1fr;
  }

  .visit-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
  }

  .header-call {
    justify-self: stretch;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    padding-top: 42px;
    padding-bottom: 36px;
  }

  h1 {
    font-size: clamp(2.2rem, 11.5vw, 3.25rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(1.82rem, 9vw, 3rem);
    line-height: 0.98;
  }

  .quick-facts,
  .service-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .quick-facts div {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .quick-facts div:last-child {
    border-bottom: 0;
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .hero-media img {
    object-position: 50% 44%;
  }

  .safety-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .location-layout {
    grid-template-columns: 1fr;
  }

  .proof-image {
    max-width: 430px;
  }
}

@media (max-width: 360px) {
  .brand-text strong {
    font-size: 0.98rem;
  }

  h1 {
    font-size: clamp(2rem, 11vw, 2.35rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(1.65rem, 8.6vw, 2.2rem);
    line-height: 1;
  }

  .hero-actions,
  .visit-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .service-section,
  .trust-section,
  .visit-section,
  .photo-band {
    padding-left: 14px;
    padding-right: 14px;
  }
}
