:root {
  --ground: #0b0d10;
  --surface: #161d25;
  --accent: #fb555b;
  --accent-deep: #c73e31;
  --silver: #a6a6a6;
  --paper: #f7f3ea;
  --white: #ffffff;
  --muted-paper: #e9e3d8;
  --line: #c7c0b4;
  --hero-text: #f7f3ea;
  --ground-overlay-strong: rgba(11, 13, 16, 0.96);
  --ground-overlay: rgba(11, 13, 16, 0.8);
  --ground-overlay-light: rgba(11, 13, 16, 0.32);
  --ground-overlay-caption: rgba(11, 13, 16, 0.94);
  --ground-wash: rgba(11, 13, 16, 0.08);
  --accent-wash: rgba(251, 85, 91, 0.18);
  --focus-wash: rgba(251, 85, 91, 0.35);
  --white-rule: rgba(255, 255, 255, 0.035);
  --hero-scrim-strong: rgba(11, 13, 16, 0.72);
  --hero-scrim-mid: rgba(11, 13, 16, 0.52);
  --hero-scrim-soft: rgba(11, 13, 16, 0.34);
  --shadow: 0 18px 50px rgba(11, 13, 16, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ground);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

body::before {
  background: var(--accent-deep);
  content: "";
  display: block;
  height: 0.35rem;
}

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

a {
  color: var(--ground);
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 0.14em;
}

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

.skip-link {
  background: var(--white);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  margin-inline: auto;
  max-width: 72rem;
  padding-inline: 1rem;
  width: 100%;
}

.site-header {
  background: var(--ground);
  color: var(--white);
}

.header-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 4.75rem;
  padding-block: 0.5rem;
}

.wordmark {
  align-items: center;
  color: var(--white);
  display: flex;
  gap: 0.7rem;
  text-decoration: none;
}

.wordmark img {
  flex: 0 0 auto;
  height: auto;
  width: 4.5rem;
}

.wordmark-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.wordmark-copy strong {
  font-size: 0.92rem;
  letter-spacing: 0.015em;
}

.wordmark-copy span {
  color: var(--silver);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  margin-top: 0.35rem;
}

.nav-menu {
  flex: 0 0 100%;
}

.nav-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  align-items: center;
  color: var(--white);
  display: flex;
  min-height: 44px;
  padding: 0.55rem 0.75rem;
  text-decoration: none;
}

.nav-menu a:hover,
.nav-menu a[aria-current="page"] {
  background: var(--surface);
  color: var(--accent);
}

.header-phone {
  display: none;
}

main {
  overflow: hidden;
}

.hero {
  background:
    linear-gradient(105deg, var(--ground-overlay-strong) 0%, var(--ground-overlay) 55%, var(--ground-overlay-light) 100%),
    var(--ground);
  color: var(--white);
  min-height: 37rem;
  position: relative;
}

.hero-media {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  width: 100%;
}

.hero-media::after {
  /* First layer is a legibility scrim, painted above the photo. The hero image sits at 42%
     opacity over --ground, which still leaves bright sky behind the headline: without this,
     text is measured against roughly rgb(57,67,74) and small text cannot reach AA. */
  background:
    linear-gradient(100deg, var(--hero-scrim-strong) 0%, var(--hero-scrim-mid) 60%, var(--hero-scrim-soft) 100%),
    linear-gradient(135deg, var(--accent-wash), transparent 50%),
    repeating-linear-gradient(90deg, transparent 0 3rem, var(--white-rule) 3rem 3.08rem);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-content {
  padding-block: 6rem;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--ground);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.dark-section .eyebrow,
.page-hero .eyebrow,
.contact-panel .eyebrow {
  color: var(--accent);
}

/* The hero eyebrow sits over a photograph, not a flat colour. Coral at this size measures
   about 3.2:1 against the composited image (1.6:1 at its worst pixel) and fails AA, so the
   hero overrides it to --paper. Coral stays on the flat dark sections above, where it is ~6:1. */
.hero .eyebrow {
  color: var(--paper);
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
  margin-top: 0;
}

h1 {
  font-size: clamp(2.65rem, 9vw, 5.6rem);
  letter-spacing: -0.04em;
  margin-bottom: 1.35rem;
  max-width: 12ch;
}

h2 {
  font-size: clamp(2rem, 6vw, 3.45rem);
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 0.55rem;
}

.lead {
  font-size: clamp(1.12rem, 2.6vw, 1.35rem);
  max-width: 43rem;
}

.hero .lead {
  color: var(--hero-text);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.button {
  align-items: center;
  background: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 0.2rem;
  color: var(--ground);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.15rem;
  text-decoration: none;
}

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

.button-secondary {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}

.button-light {
  background: var(--white);
  border-color: var(--white);
  color: var(--ground);
}

.section {
  padding-block: clamp(4rem, 9vw, 7rem);
}

.section-tight {
  padding-block: 3rem;
}

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

.dark-section {
  background: var(--ground);
  color: var(--white);
}

.dark-section a:not(.button) {
  color: var(--accent);
}

.section-heading {
  margin-bottom: 2.25rem;
  max-width: 46rem;
}

.grid-2,
.grid-3,
.service-grid,
.gallery-grid,
.steps {
  display: grid;
  gap: 1.25rem;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent-deep);
  padding: 1.5rem;
}

.card p:last-child,
.notice p:last-child {
  margin-bottom: 0;
}

.service-card {
  overflow: hidden;
  min-height: 12rem;
}

.service-card.has-media {
  padding-top: 0;
}

.service-image {
  aspect-ratio: 3 / 2;
  margin: 0 -1.5rem 1.5rem;
  object-fit: cover;
  width: calc(100% + 3rem);
}

.service-number {
  color: var(--ground);
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 1.1rem;
}

.notice {
  background: var(--muted-paper);
  border-left: 5px solid var(--accent-deep);
  padding: 1.4rem;
}

.steps {
  counter-reset: next-step;
  list-style: none;
  margin-block: 0;
  padding-left: 0;
}

.step {
  counter-increment: next-step;
  padding-left: 3.7rem;
  position: relative;
}

.step::before {
  align-items: center;
  background: var(--accent);
  border-radius: 50%;
  color: var(--ground);
  content: counter(next-step);
  display: flex;
  font-weight: 800;
  height: 2.7rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.7rem;
}

.page-hero {
  background: var(--ground);
  color: var(--white);
  padding-block: 4.75rem;
  position: relative;
}

.page-hero::after {
  background: var(--accent-deep);
  bottom: 0;
  content: "";
  height: 0.45rem;
  left: 0;
  position: absolute;
  width: 7rem;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 8vw, 4.7rem);
  margin-bottom: 1rem;
}

.breadcrumbs {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.breadcrumbs a {
  color: var(--accent);
}

.photo-slot {
  background:
    linear-gradient(145deg, var(--accent-wash), var(--ground-wash)),
    repeating-linear-gradient(135deg, var(--muted-paper) 0 1rem, var(--paper) 1rem 2rem);
  border: 1px solid var(--line);
  margin: 0;
  min-height: 18rem;
  overflow: hidden;
  position: relative;
}

.photo-slot img {
  aspect-ratio: 4 / 3;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  width: 100%;
}

.photo-slot figcaption {
  background: var(--ground-overlay-caption);
  bottom: 0;
  color: var(--white);
  left: 0;
  padding: 0.65rem 0.85rem;
  position: absolute;
  right: 0;
}

.feature-project {
  align-items: center;
  display: grid;
  gap: 2rem;
}

.proof-grid {
  display: grid;
  gap: 1rem;
}

.proof-grid .photo-slot,
.proof-grid .photo-slot img {
  min-height: 15rem;
}

.trust-grid {
  background: var(--surface);
  border: 1px solid var(--surface);
  display: grid;
  gap: 1px;
}

.trust-item {
  background: var(--ground);
  color: var(--silver);
  padding: 1.5rem;
}

.trust-item h3 {
  color: var(--white);
}

.trust-item p {
  margin: 0;
}

.pull-quote {
  align-content: center;
  background: var(--surface);
  border-left: 6px solid var(--accent-deep);
  color: var(--white);
  display: grid;
  margin: 0;
  min-height: 100%;
  padding: clamp(2rem, 6vw, 4rem);
}

.pull-quote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4.5vw, 3.3rem);
  line-height: 1.15;
  margin: 0;
}

.flyer-link {
  align-items: center;
  background: var(--surface);
  color: var(--white);
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.25rem;
  text-decoration: none;
}

.flyer-link:hover {
  color: var(--accent);
}

.flyer-link img {
  height: 7rem;
  object-fit: cover;
  object-position: top;
  width: 4.7rem;
}

.form-shell {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 5vw, 2.5rem);
}

.form-grid {
  display: grid;
  gap: 1.15rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

label,
legend {
  font-weight: 800;
}

input,
select,
textarea {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: 0.2rem;
  color: var(--ground);
  font: inherit;
  min-height: 48px;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

textarea {
  min-height: 10rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  outline: 3px solid var(--focus-wash);
  outline-offset: 1px;
}

.form-help,
.fine-print {
  color: var(--surface);
  font-size: 0.9rem;
}

.form-status {
  font-weight: 700;
  margin-top: 1rem;
  min-height: 1.5em;
}

.contact-panel {
  background: var(--ground);
  color: var(--white);
  padding: 1.75rem;
}

.contact-panel a {
  color: var(--accent);
}

.plain-list {
  padding-left: 1.25rem;
}

.plain-list li + li {
  margin-top: 0.6rem;
}

.cta-band {
  background: var(--accent);
  color: var(--ground);
  padding-block: 2.5rem;
}

.cta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
}

.cta-row h2 {
  font-size: clamp(1.7rem, 5vw, 2.6rem);
  margin: 0;
}

.site-footer {
  background: var(--ground);
  color: var(--silver);
  padding: 3.5rem 0 6.5rem;
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

.site-footer h2,
.site-footer h3 {
  color: var(--white);
}

.site-footer a {
  color: var(--accent);
}

.footer-nav {
  display: grid;
  gap: 0.35rem;
}

.footer-small {
  border-top: 1px solid var(--surface);
  font-size: 0.85rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
}

.mobile-contact {
  background: var(--paper);
  border-top: 1px solid var(--line);
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  left: 0;
  padding: 0.5rem;
  position: fixed;
  right: 0;
  z-index: 30;
}

.mobile-contact a {
  align-items: center;
  color: var(--ground);
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  text-decoration: none;
}

.mobile-contact a:first-child {
  background: var(--accent);
  color: var(--ground);
}

.mobile-contact a:last-child {
  border: 2px solid var(--ground);
}

.error-code {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 25vw, 12rem);
  font-weight: 800;
  line-height: 0.8;
  margin: 0 0 2rem;
}

@media (min-width: 40rem) {
  .grid-2,
  .form-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .proof-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

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

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

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .field-full {
    grid-column: 1 / -1;
  }
}

@media (min-width: 62rem) {
  .header-row {
    flex-wrap: nowrap;
    gap: 1.5rem;
    padding-block: 0;
  }

  .nav-menu {
    flex: 1 1 auto;
  }

  .nav-menu ul {
    align-items: center;
    justify-content: center;
  }

  .nav-menu a {
    font-size: 0.86rem;
    padding-inline: 0.55rem;
  }

  .wordmark img {
    width: 5rem;
  }

  .wordmark-copy strong {
    font-size: 1rem;
  }

  .wordmark-copy span {
    font-size: 0.72rem;
  }

  .header-phone {
    align-items: center;
    color: var(--white);
    display: flex;
    font-weight: 800;
    min-height: 44px;
    white-space: nowrap;
  }

  .hero-content {
    padding-block: 8rem;
  }

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

  .feature-project {
    grid-template-columns: 1.2fr 0.8fr;
  }

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

  .mobile-contact {
    display: none;
  }

  .site-footer {
    padding-bottom: 3.5rem;
  }
}

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