:root {
  --black: #171612;
  --ink: #24231f;
  --charcoal: #5b5851;
  --steel: #e0dbc9;
  --white: #f5f2ea;
  --yellow: #e0dbc9;
  --yellow-deep: #c9c1aa;
  --red: #f5f2ea;
  --border: rgba(245, 242, 234, 0.18);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(224, 219, 201, 0.08), transparent 24rem),
    linear-gradient(135deg, rgba(245, 242, 234, 0.035) 25%, transparent 25%) 0 0 / 18px 18px,
    var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(245, 242, 234, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 242, 234, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  opacity: 0.5;
  z-index: -1;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(23, 22, 18, 0.92);
  border-bottom: 4px solid var(--yellow);
  box-shadow: 0 2px 0 rgba(224, 219, 201, 0.34);
  backdrop-filter: blur(10px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--yellow);
  color: var(--yellow);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  transform: skew(-8deg);
}

.brand-name,
.eyebrow,
h1,
h2,
h3,
.button,
.scroll-cue,
.price {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-name {
  font-size: clamp(27px, 4vw, 42px);
  line-height: 0.9;
  color: var(--yellow);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
}

.brand-name span {
  color: var(--white);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 36px);
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  text-transform: uppercase;
}

.nav-links a {
  color: rgba(245, 242, 234, 0.78);
}

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

.hero {
  position: relative;
  min-height: 94vh;
  padding: 154px clamp(20px, 5vw, 72px) 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(23, 22, 18, 0.96) 0%, rgba(23, 22, 18, 0.86) 36%, rgba(23, 22, 18, 0.34) 68%, rgba(23, 22, 18, 0.74) 100%),
    url("assets/hero image.png") right center / cover no-repeat;
}

.hero::after {
  content: "CURB KINGS";
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  bottom: 18vh;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 242, 234, 0.08);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(72px, 16vw, 220px);
  line-height: 0.75;
  z-index: 0;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(245, 242, 234, 0.035) 0 1px, transparent 1px 26px),
    linear-gradient(to bottom, transparent 70%, var(--black));
  mix-blend-mode: screen;
  opacity: 0.55;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--yellow);
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.25;
  word-spacing: 0.24em;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(245, 242, 234, 0.18);
  vertical-align: 0.05em;
}

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

h1 {
  margin-bottom: 22px;
  max-width: 12ch;
  font-size: clamp(60px, 11vw, 128px);
  line-height: 0.82;
  color: var(--white);
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.78);
}

h1 span {
  display: inline-block;
  color: var(--yellow);
  text-shadow:
    5px 5px 0 rgba(0, 0, 0, 0.78),
    0 6px 0 var(--red);
}

.hero-copy {
  max-width: 570px;
  margin-bottom: 36px;
  color: var(--steel);
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 700;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 30px;
  border: 1px solid transparent;
  font-size: 18px;
  color: var(--black);
  transform: skew(-10deg);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.55);
}

.button:hover {
  filter: brightness(1.08);
}

.button-primary {
  background: var(--yellow);
}

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

.button-secondary:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.scroll-cue {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  bottom: 24px;
  z-index: 1;
  color: rgba(245, 242, 234, 0.76);
  font-size: 14px;
}

.scroll-cue::after {
  content: "";
  display: inline-block;
  width: 74px;
  height: 1px;
  margin-left: 14px;
  background: var(--yellow);
  vertical-align: 0.3em;
}

.section {
  padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.section-inner {
  width: min(var(--max-width), 100%);
  margin-inline: auto;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  margin-bottom: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(46px, 8vw, 90px);
  line-height: 0.9;
}

.about-band {
  background:
    linear-gradient(180deg, rgba(224, 219, 201, 0.08), transparent 32%),
    var(--black);
}

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

.about-card,
.service-card {
  padding: 26px;
  border: 1px solid var(--border);
  background:
    linear-gradient(145deg, rgba(245, 242, 234, 0.08), transparent 38%),
    var(--ink);
  position: relative;
  overflow: hidden;
}

.about-card::before,
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--yellow);
}

.about-card h3,
.service-card h3 {
  margin: 18px 0 12px;
  color: var(--white);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.about-card p,
.service-card p,
.contact-layout p {
  color: var(--steel);
  font-size: 17px;
}

.intro-card {
  border-color: rgba(224, 219, 201, 0.72);
  box-shadow: inset 0 0 0 1px rgba(224, 219, 201, 0.25);
}

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

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

.service-card {
  min-height: 270px;
}

.service-card.featured {
  border-color: rgba(224, 219, 201, 0.72);
  box-shadow: inset 0 0 0 1px rgba(224, 219, 201, 0.25);
}

.price {
  display: block;
  margin: 18px 0 24px;
  color: var(--yellow);
  font-size: clamp(46px, 6vw, 70px);
  line-height: 0.8;
}

.service-card h3 {
  font-size: 24px;
}

.service-card p {
  font-size: 16px;
}

.contact-band {
  background:
    linear-gradient(135deg, rgba(91, 88, 81, 0.28), transparent 35%),
    var(--black);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding-block: 18px;
}

.contact-layout h2 {
  margin-bottom: 16px;
}

.contact-layout p {
  max-width: 660px;
  margin-bottom: 0;
  font-size: 18px;
}

.contact-actions {
  justify-content: flex-end;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: rgba(245, 242, 234, 0.72);
  background: #11100d;
  border-top: 1px solid var(--border);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

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

@media (max-width: 980px) {
  .site-header {
    position: sticky;
  }

  .hero {
    min-height: 88vh;
    padding-top: 94px;
    background:
      linear-gradient(90deg, rgba(23, 22, 18, 0.96) 0%, rgba(23, 22, 18, 0.78) 56%, rgba(23, 22, 18, 0.48) 100%),
      url("assets/hero image.png") 64% center / cover no-repeat;
  }

  .section-heading,
  .contact-layout {
    display: block;
  }

  .section-heading .eyebrow {
    margin-bottom: 14px;
  }

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

  .contact-actions {
    justify-content: flex-start;
    margin-top: 28px;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    min-height: auto;
    padding: 14px 18px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    font-size: 13px;
  }

  .hero {
    min-height: 90vh;
    padding: 74px 18px 76px;
    background:
      linear-gradient(180deg, rgba(23, 22, 18, 0.88), rgba(23, 22, 18, 0.66) 48%, rgba(23, 22, 18, 0.94) 100%),
      url("assets/hero image.png") 66% top / cover no-repeat;
  }

  .hero-content {
    width: min(100%, 340px);
  }

  .hero::after {
    bottom: 28vh;
  }

  .eyebrow,
  .hero-copy {
    max-width: 330px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .button {
    width: calc(100% - 8px);
    max-width: 340px;
    min-height: 54px;
    padding-inline: 18px;
    font-size: 16px;
  }

  .section {
    padding-inline: 18px;
  }

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

  .service-card {
    min-height: 220px;
  }

  .site-footer {
    display: block;
    padding-inline: 18px;
  }

  .site-footer p + p {
    margin-top: 8px;
  }
}
