:root {
  color-scheme: dark;
  --bg: #090908;
  --bg-2: #11110f;
  --panel: #181713;
  --panel-2: #222018;
  --line: rgba(214, 177, 104, 0.24);
  --text: #f5f1e8;
  --muted: #c9c0ad;
  --soft: #8e887b;
  --gold: #d2ad6b;
  --gold-strong: #f0c46f;
  --red: #b83324;
  --shadow: rgba(0, 0, 0, 0.48);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(9, 9, 8, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 124px;
  padding: 6px 10px;
  background: linear-gradient(135deg, rgba(245, 241, 232, 0.96), rgba(210, 173, 107, 0.92));
  border: 1px solid rgba(240, 196, 111, 0.52);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
}

.brand img {
  width: 148px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.28));
}

.nav-links {
  display: flex;
  gap: clamp(14px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.92rem;
  letter-spacing: 0;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--gold-strong);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8) contrast(1.05) brightness(0.72);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 9, 8, 0.94) 0%, rgba(9, 9, 8, 0.72) 42%, rgba(9, 9, 8, 0.28) 100%),
    linear-gradient(0deg, rgba(9, 9, 8, 0.96) 0%, rgba(9, 9, 8, 0.08) 42%);
}

.hero-content {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 78px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3.8rem, 9vw, 8.4rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.action,
.phone-reveal.compact {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.action:hover,
.phone-reveal.compact:hover {
  transform: translateY(-1px);
}

.primary {
  background: var(--gold);
  color: #100c04;
}

.secondary,
.phone-reveal.compact {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.15);
}

.phone-reveal.compact {
  min-height: 42px;
  padding: 10px 14px;
  white-space: nowrap;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-notes span {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.26);
  color: var(--muted);
  font-size: 0.92rem;
}

.intro-section,
.service-band,
.photo-feature,
.coverage-section,
.rates-section,
.contact-section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 10vw, 112px) 0;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(28px, 6vw, 78px);
  border-bottom: 1px solid var(--line);
}

.intro-section > p,
.photo-copy p,
.rates-copy p,
.contact-section p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-item {
  min-height: 250px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01));
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--gold-strong);
  font-weight: 900;
}

.service-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.photo-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.photo-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 28px 70px var(--shadow);
}

.photo-panel img {
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  object-position: center;
}

.coverage-section {
  border-top: 1px solid var(--line);
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 28px;
  align-items: stretch;
}

.coverage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coverage-list li,
.route-callout,
.rate-item {
  border: 1px solid var(--line);
  background: var(--panel);
}

.coverage-list li {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 18px;
  color: var(--text);
  font-weight: 800;
}

.route-callout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}

.route-callout span {
  color: var(--gold-strong);
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 0.9;
}

.route-callout p {
  margin-bottom: 0;
  color: var(--muted);
}

.rates-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.rate-postings {
  display: grid;
  gap: 14px;
}

.rate-item {
  padding: 26px;
}

.rate-item p {
  margin-bottom: 0;
  color: var(--soft);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.site-footer {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 30px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--soft);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: var(--gold-strong);
  text-decoration: none;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .brand img {
    width: 120px;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-content {
    padding-top: 128px;
  }

  .intro-section,
  .photo-feature,
  .coverage-layout,
  .rates-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .site-header {
    padding: 12px 16px;
  }

  .phone-reveal.compact {
    min-height: 40px;
    padding: 9px 11px;
    font-size: 0.86rem;
  }

  .hero-content,
  .intro-section,
  .service-band,
  .photo-feature,
  .coverage-section,
  .rates-section,
  .contact-section,
  .site-footer {
    width: min(100% - 28px, var(--max));
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .hero-actions .action,
  .contact-actions .action {
    width: 100%;
  }

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

  .service-item {
    min-height: auto;
  }

  .photo-panel img {
    aspect-ratio: 4 / 3;
  }

  .site-footer {
    flex-direction: column;
  }
}
