:root {
  --black: #020202;
  --ink: #080706;
  --charcoal: #0d0c0a;
  --graphite: #17130d;
  --gold: #c9993f;
  --gold-deep: #8f6420;
  --gold-soft: #f0ca75;
  --gold-pale: #fff1cf;
  --ivory: #fbf6eb;
  --mist: #d8cfbd;
  --line: rgba(240, 202, 117, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

button,
input,
select,
textarea {
  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: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: rgba(2, 2, 2, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

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

.brand-logo {
  display: block;
  position: relative;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(240, 202, 117, 0.38);
  background: #020202;
}

.brand-logo::after {
  content: "LLC.";
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  min-width: 28px;
  background: linear-gradient(90deg, #c9993f 0%, #f8eedc 46%, #fffaf0 100%);
  background-clip: text;
  color: transparent;
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.42rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 10px rgba(240, 202, 117, 0.18);
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-brand .brand-logo {
  width: 62px;
  height: 62px;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--mist);
  font-size: 0.78rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--mist);
  font-size: 0.92rem;
}

.desktop-nav a:hover {
  color: var(--gold-soft);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(240, 202, 117, 0.58);
  padding: 12px 18px;
  color: var(--ivory);
  background: transparent;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav-cta {
  color: var(--gold-soft);
}

.button:hover,
.nav-cta:hover,
.icon-button:hover {
  transform: translateY(-1px);
  border-color: var(--gold-soft);
}

.button.primary {
  background: linear-gradient(135deg, #8f6420 0%, #c9993f 42%, #f0ca75 100%);
  color: #080706;
  border-color: transparent;
  font-weight: 800;
}

.button.secondary {
  background: rgba(240, 202, 117, 0.07);
}

.button.full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 166px clamp(18px, 6vw, 76px) 64px;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.86), rgba(2, 2, 2, 0.42) 35%, rgba(2, 2, 2, 0.06) 66%),
    linear-gradient(0deg, rgba(2, 2, 2, 0.86), rgba(2, 2, 2, 0) 48%),
    url("hero-escalade-sport.png") center right / 88% auto no-repeat;
  background-color: #020202;
}

.hero-content {
  position: relative;
  max-width: 520px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 520px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.45vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.hero-copy,
.section-copy,
.booking-copy p,
.payment-layout p,
.quote-copy p,
.intro p,
.site-footer p {
  color: var(--mist);
}

.hero-copy {
  max-width: 470px;
  font-size: clamp(0.92rem, 1vw, 1rem);
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.trust-row {
  color: var(--mist);
  font-size: 0.9rem;
}

.trust-row span {
  padding-right: 14px;
  border-right: 1px solid var(--line);
}

.trust-row span:last-child {
  border-right: 0;
}

.band {
  background: #090806;
  border-block: 1px solid var(--line);
}

.section-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
  padding: 92px 0;
}

.intro-grid,
.service-area-layout,
.split-section,
.booking-layout,
.payment-layout,
.quote-section,
.policies-section,
.faq-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

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

.service-card,
.booking-panel,
.quote-form,
.pricing-table {
  background: rgba(240, 202, 117, 0.045);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.service-card {
  min-height: 224px;
  padding: 24px;
}

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

.service-card p,
.area-copy,
.standard-grid span {
  color: var(--mist);
}

.area-copy {
  display: grid;
  gap: 14px;
  font-size: 1.02rem;
}

.area-copy p {
  margin: 0;
}

.booking-panel {
  padding: clamp(18px, 3vw, 30px);
}

.calendar-toolbar {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.calendar-toolbar h3 {
  margin: 0;
  text-align: center;
}

.icon-button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: rgba(240, 202, 117, 0.06);
  color: var(--ivory);
  cursor: pointer;
  font-size: 1.5rem;
}

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

.calendar-weekdays {
  margin-bottom: 8px;
  color: var(--mist);
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
}

.calendar-day {
  display: grid;
  min-height: 52px;
  place-items: center;
  border: 1px solid rgba(240, 202, 117, 0.1);
  background: rgba(2, 2, 2, 0.42);
  color: var(--ivory);
  cursor: pointer;
}

.calendar-day.is-muted {
  color: rgba(216, 207, 189, 0.35);
}

.calendar-day.is-selected {
  background: var(--gold);
  color: #080706;
  font-weight: 900;
}

.calendar-day.is-limited {
  box-shadow: inset 0 -3px 0 rgba(240, 202, 117, 0.78);
}

.calendar-day.is-blocked {
  color: rgba(216, 207, 189, 0.34);
  background: repeating-linear-gradient(135deg, rgba(240, 202, 117, 0.045), rgba(240, 202, 117, 0.045) 5px, transparent 5px, transparent 10px);
  cursor: not-allowed;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
  color: var(--mist);
  font-size: 0.82rem;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.calendar-legend i {
  width: 14px;
  height: 14px;
  border: 1px solid var(--line);
}

.legend-open {
  background: rgba(2, 2, 2, 0.42);
}

.legend-limited {
  background: linear-gradient(to top, rgba(240, 202, 117, 0.78) 0 4px, rgba(2, 2, 2, 0.42) 4px);
}

.legend-blocked {
  background: repeating-linear-gradient(135deg, rgba(240, 202, 117, 0.12), rgba(240, 202, 117, 0.12) 4px, transparent 4px, transparent 8px);
}

.booking-form,
.quote-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.quote-form {
  margin-top: 0;
  padding: clamp(18px, 3vw, 30px);
}

.form-grid {
  display: grid;
  gap: 14px;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--mist);
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(240, 202, 117, 0.18);
  background: rgba(2, 2, 2, 0.5);
  color: var(--ivory);
  padding: 12px;
  outline: 0;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-soft);
}

.estimate-box,
.availability-note {
  border: 1px solid rgba(240, 202, 117, 0.36);
  background: rgba(201, 153, 63, 0.09);
  padding: 16px;
}

.secondary-note {
  margin-top: 12px;
}

.estimate-box {
  display: grid;
  gap: 10px;
}

.estimate-box strong {
  color: var(--gold-soft);
  font-size: 1.4rem;
}

.estimate-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.estimate-line span {
  color: var(--mist);
}

.estimate-total {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(240, 202, 117, 0.28);
}

.estimate-total strong {
  color: var(--ivory);
}

.is-hidden {
  display: none;
}

.service-window {
  margin-top: 0;
}

.calendar-note {
  margin: -4px 0 0;
  color: var(--mist);
  font-size: 0.84rem;
}

.form-note {
  margin: -4px 0 0;
  color: var(--mist);
  font-size: 0.82rem;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--gold-soft);
}

.pricing-table {
  overflow: hidden;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row strong {
  color: var(--gold-soft);
}

.payment-actions {
  display: grid;
  gap: 12px;
}

.payment-flow {
  display: grid;
  gap: 12px;
}

.payment-flow article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 14px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(240, 202, 117, 0.045);
}

.payment-flow article span {
  grid-row: span 2;
  color: var(--gold-soft);
  font-weight: 900;
}

.payment-flow article strong {
  color: var(--ivory);
}

.payment-flow article p {
  margin: 0;
  color: var(--mist);
}

.policy-list,
.faq-list {
  display: grid;
  gap: 12px;
}

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

.policy-list article,
.faq-list article {
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(240, 202, 117, 0.045);
}

.policy-list h3,
.faq-list h3 {
  color: var(--ivory);
}

.policy-list p,
.faq-list p {
  margin: 0;
  color: var(--mist);
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.standard-grid div {
  display: grid;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(240, 202, 117, 0.58);
}

.site-footer {
  background: #020202;
}

.footer-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 46px 0;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-contact {
  display: grid;
  gap: 8px;
  color: var(--mist);
  text-align: right;
}

.footer-contact a:hover {
  color: var(--gold-soft);
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  max-width: min(420px, calc(100% - 36px));
  padding: 16px 18px;
  background: var(--ivory);
  color: #080706;
  box-shadow: var(--shadow);
  transform: translateY(140%);
  transition: transform 180ms ease;
}

.toast.is-visible {
  transform: translateY(0);
}

code {
  color: var(--gold-soft);
}

@media (max-width: 880px) {
  .site-header {
    position: sticky;
    top: 0;
    padding: 14px 18px;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 90vh;
    padding: 88px 18px 44px;
  }

  .hero-media {
    background:
      linear-gradient(90deg, rgba(2, 2, 2, 0.84), rgba(2, 2, 2, 0.4) 44%, rgba(2, 2, 2, 0.08) 78%),
      linear-gradient(0deg, rgba(2, 2, 2, 0.88), rgba(2, 2, 2, 0.04) 58%),
      url("hero-escalade-sport.png") center top / 108% auto no-repeat;
    background-color: #020202;
  }

  .hero-content {
    max-width: 540px;
  }

  h1 {
    max-width: 500px;
    font-size: clamp(2.35rem, 8vw, 3.65rem);
  }

  .hero-copy {
    max-width: 500px;
    font-size: 0.98rem;
  }

  .trust-row {
    font-size: 0.84rem;
  }

  .intro-grid,
  .service-area-layout,
  .split-section,
  .booking-layout,
  .payment-layout,
  .quote-section,
  .policies-section,
  .faq-section,
  .contact-section,
  .form-grid.two {
    grid-template-columns: 1fr;
  }

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

  .footer-shell {
    display: grid;
  }

  .footer-contact {
    text-align: left;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 2.28rem;
  }

  .hero {
    min-height: 86vh;
    padding-top: 84px;
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(2, 2, 2, 0.92), rgba(2, 2, 2, 0.28) 46%, rgba(2, 2, 2, 0.04) 74%),
      url("hero-escalade-sport.png") center top / 128% auto no-repeat;
    background-color: #020202;
  }

  .hero-copy {
    font-size: 0.92rem;
  }

  .hero-actions,
  .trust-row {
    margin-top: 16px;
  }

  .trust-row {
    gap: 8px;
    font-size: 0.78rem;
  }

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

  .calendar-grid,
  .calendar-weekdays {
    gap: 4px;
  }

  .calendar-day {
    min-height: 44px;
    font-size: 0.9rem;
  }

  .price-row,
  .estimate-box {
    align-items: flex-start;
    flex-direction: column;
  }
}
