
:root {
  --ink: #17191b;
  --ink-2: #24272a;
  --paper: #f3f0e8;
  --white: #ffffff;
  --yellow: #f6c515;
  --yellow-dark: #dbaa00;
  --red: #a22b2f;
  --steel: #a7aaac;
  --line: #d9d5ca;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.shell {
  width: min(1280px, calc(100% - 56px));
  margin-inline: auto;
}

.utility {
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}

.utility-proof i {
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: var(--yellow);
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  background: rgba(243, 240, 232, 0.96);
  border-bottom: 1px solid rgba(23, 25, 27, 0.12);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 42px;
}

.brand {
  display: inline-flex;
  align-items: stretch;
  justify-self: start;
  font-family: Impact, "Arial Narrow", sans-serif;
  letter-spacing: 0.04em;
}

.brand strong {
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1;
}

.brand span {
  display: grid;
  place-items: center;
  margin-left: 13px;
  padding: 0 14px;
  background: var(--yellow);
  font-size: 1.05rem;
  letter-spacing: 0.13em;
}

nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-weight: 800;
}

nav a {
  padding: 12px 0 8px;
  border-bottom: 3px solid transparent;
}

nav a:hover,
nav a:focus-visible {
  border-color: var(--yellow);
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 2px solid var(--yellow);
  border-radius: 5px;
  background: var(--yellow);
  color: var(--ink);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--yellow-dark);
}

.button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.button-small {
  justify-self: end;
  min-height: 50px;
  padding-inline: 20px;
  font-size: 0.98rem;
}

.hero {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(450px, 0.95fr) minmax(540px, 1.05fr);
  background: var(--ink);
  color: var(--white);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px max(48px, calc((100vw - 1280px) / 2));
  padding-right: 52px;
  overflow: hidden;
}

.hero-copy::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.13;
  background-image: repeating-linear-gradient(
    -35deg,
    transparent,
    transparent 14px,
    #fff 15px,
    transparent 16px
  );
}

.eyebrow,
.section-kicker {
  margin: 0 0 22px;
  color: var(--yellow);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 660px;
  margin-bottom: 20px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(4.7rem, 7vw, 7rem);
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 0.83;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 600px;
  margin-bottom: 28px;
  color: #eceae5;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.5;
}

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

.button-ghost {
  border-color: var(--white);
  background: transparent;
  color: var(--white);
  box-shadow: none;
}

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

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 38px;
  color: #f7f4ec;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.proof-row b {
  display: grid;
  min-width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--yellow);
  border-radius: 99px;
  color: var(--yellow);
}

.hero-photo {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #45474a;
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(23, 25, 27, 0.4), transparent 35%);
  pointer-events: none;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.07) contrast(1.04);
}

.photo-label {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  border-left: 5px solid var(--yellow);
  background: rgba(23, 25, 27, 0.88);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.photo-label strong {
  margin-top: 4px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.3rem;
}

.service-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(120px, 1fr));
  border-top: 4px solid var(--yellow);
  border-bottom: 1px solid #cbc6ba;
  background: var(--white);
}

.service-rail a {
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 10px;
  border-right: 1px solid var(--line);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.service-rail a:hover {
  background: var(--yellow);
  transform: translateY(-3px);
}

.service-rail span {
  color: var(--red);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.intro {
  padding-block: 100px;
  text-align: center;
}

.intro .section-kicker {
  margin-bottom: 18px;
}

.intro h2 {
  max-width: 900px;
  margin: 0 auto 24px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.intro > p:last-child {
  max-width: 800px;
  margin: auto;
  color: #51555a;
  font-size: 1.15rem;
  line-height: 1.7;
}

.services-section {
  padding: 108px 0;
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 58px;
}

.section-heading h2,
.property-copy h2,
.about-panel h2,
.contact-inner h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(3.2rem, 5.3vw, 5.8rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.section-heading > p {
  margin-bottom: 8px;
  color: #5b5f63;
  font-size: 1.08rem;
  line-height: 1.65;
}

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

.service-card {
  min-height: 335px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  z-index: 1;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-4px);
}

.service-card > span {
  color: var(--red);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
}

.service-card h3 {
  margin: 62px 0 18px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.service-card p {
  color: #65696d;
  line-height: 1.65;
}

.service-card:hover p {
  color: #d7d7d4;
}

.service-card a {
  margin-top: auto;
  color: var(--red);
  font-weight: 800;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.service-card:hover a {
  color: var(--yellow);
}

.property-section {
  padding: 118px 0;
  background: var(--ink);
  color: var(--white);
}

.property-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(500px, 1.2fr);
  gap: 110px;
}

.property-copy {
  position: sticky;
  top: 152px;
  align-self: start;
}

.property-copy h2 {
  margin-bottom: 28px;
}

.property-copy > p:not(.section-kicker) {
  max-width: 540px;
  margin-bottom: 32px;
  color: #c9cbcc;
  font-size: 1.1rem;
  line-height: 1.75;
}

.property-list {
  border-top: 1px solid #4b4d50;
}

.property-list div {
  min-height: 83px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #4b4d50;
  transition: padding 180ms ease, background 180ms ease;
}

.property-list div:hover {
  padding-inline: 18px;
  background: var(--yellow);
  color: var(--ink);
}

.property-list span {
  color: var(--yellow);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.property-list div:hover span {
  color: var(--red);
}

.property-list strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.property-list i {
  font-style: normal;
  font-size: 1.35rem;
}

.seasonal {
  background: var(--yellow);
}

.seasonal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.seasonal article {
  min-height: 240px;
  padding: 38px 30px;
  border-right: 1px solid rgba(23, 25, 27, 0.25);
}

.seasonal article:first-child {
  border-left: 1px solid rgba(23, 25, 27, 0.25);
}

.seasonal span {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seasonal h3 {
  margin: 48px 0 14px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.85rem;
  text-transform: uppercase;
}

.seasonal p {
  color: #3f4143;
  line-height: 1.55;
}

.about-section {
  padding: 120px 0;
  background: var(--paper);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 100px;
  align-items: center;
}

.about-panel .section-kicker {
  color: var(--red);
}

.about-panel h2 {
  margin-bottom: 30px;
}

.about-panel > p:not(.section-kicker) {
  max-width: 700px;
  color: #55595d;
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-proof {
  padding: 42px;
  border-top: 6px solid var(--yellow);
  background: var(--white);
  box-shadow: 0 24px 65px rgba(23, 25, 27, 0.1);
}

.about-proof > p {
  margin-bottom: 26px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.about-proof ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-proof li {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.about-proof b,
.about-proof span {
  display: block;
}

.about-proof b {
  margin-bottom: 6px;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.about-proof span {
  color: #676b6f;
  line-height: 1.5;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: var(--red);
  color: var(--white);
}

.contact-mark {
  position: absolute;
  top: 50%;
  right: -0.05em;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.07);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: min(38vw, 34rem);
  line-height: 0.7;
}

.contact-inner {
  position: relative;
  z-index: 1;
}

.contact-inner .section-kicker {
  color: var(--yellow);
}

.contact-inner h2 {
  margin-bottom: 24px;
  font-size: clamp(4rem, 8vw, 8.5rem);
}

.contact-inner > p:not(.section-kicker) {
  max-width: 660px;
  margin-bottom: 32px;
  font-size: 1.18rem;
  line-height: 1.65;
}

.contact-button {
  margin-right: 24px;
}

.contact-inner > span {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer {
  padding: 58px 0 28px;
  background: var(--ink);
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 42px 70px;
  align-items: center;
}

.brand-footer strong {
  font-size: 2rem;
}

.footer-inner > p {
  margin: 0;
  color: #b7b9ba;
  text-align: right;
}

.footer-inner > div {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid #3b3d40;
  color: #a9abad;
  font-size: 0.82rem;
}

.footer-inner > div a:hover {
  color: var(--yellow);
}

@media (max-width: 1050px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

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

  .hero-copy {
    min-height: 560px;
    padding-inline: max(28px, calc((100vw - 920px) / 2));
  }

  .hero-photo {
    min-height: min(72vw, 620px);
  }

  .service-rail {
    grid-template-columns: repeat(4, 1fr);
  }

  .section-heading,
  .property-layout,
  .about-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .property-copy {
    position: static;
  }

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

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1280px);
  }

  .utility-inner {
    justify-content: center;
    text-align: center;
  }

  .utility-inner > span:first-child {
    display: none;
  }

  .utility-proof {
    min-height: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    font-size: 0.67rem;
  }

  .header-inner {
    min-height: 78px;
  }

  .brand span {
    margin-left: 8px;
    padding-inline: 8px;
    font-size: 0.75rem;
  }

  .button-small {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    min-height: 520px;
    padding: 56px 24px 48px;
  }

  h1 {
    font-size: clamp(4.5rem, 22vw, 7rem);
  }

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

  .proof-row {
    gap: 14px;
  }

  .proof-row span {
    width: calc(50% - 8px);
  }

  .hero-photo {
    min-height: 72vw;
  }

  .photo-label {
    right: 14px;
    bottom: 14px;
  }

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

  .intro {
    padding-block: 72px;
  }

  .services-section,
  .property-section,
  .about-section,
  .contact-section {
    padding-block: 76px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

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

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

  .property-list div {
    grid-template-columns: 42px 1fr auto;
  }

  .property-list strong {
    font-size: 1.22rem;
  }

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

  .seasonal article {
    min-height: 205px;
    border-left: 1px solid rgba(23, 25, 27, 0.25);
    border-bottom: 1px solid rgba(23, 25, 27, 0.25);
  }

  .about-proof {
    padding: 30px 24px;
  }

  .contact-button {
    width: 100%;
    margin: 0 0 24px;
  }

  .contact-inner > span {
    line-height: 1.5;
  }

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

  .footer-inner > p {
    text-align: left;
    line-height: 1.6;
  }

  .footer-inner > div {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Multi-page site structure */
.menu-btn {
  display: none;
  min-height: 44px;
  padding: 0 16px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: transparent;
  color: var(--ink);
  font: 800 0.85rem Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navlinks .active {
  border-color: var(--yellow);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  background:
    linear-gradient(90deg, rgba(23, 25, 27, 0.98), rgba(23, 25, 27, 0.86)),
    url("images/done-rite-truck-trailer.jpg") center / cover;
  color: var(--white);
}

.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.12;
  background-image: repeating-linear-gradient(
    -35deg,
    transparent,
    transparent 14px,
    #fff 15px,
    transparent 16px
  );
}

.page-hero-inner {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 950px;
  margin-bottom: 28px;
  font-size: clamp(4.2rem, 8vw, 8rem);
}

.page-hero p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: #d7d8d8;
  font-size: 1.2rem;
  line-height: 1.7;
}

.page-hero-photo {
  background:
    linear-gradient(90deg, rgba(23, 25, 27, 0.98), rgba(23, 25, 27, 0.65)),
    url("images/done-rite-truck-trailer.jpg") center / cover;
}

.contact-strip {
  padding: 72px 0;
  background: var(--yellow);
}

.contact-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.contact-strip p {
  margin-bottom: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-strip h2 {
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.5rem, 4.6vw, 5rem);
  line-height: 1;
  text-transform: uppercase;
}

.contact-strip .button {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  white-space: nowrap;
}

.equipment-feature {
  padding: 110px 0;
  background: var(--white);
}

.equipment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 74px;
}

.equipment-layout img {
  width: 100%;
  border: 9px solid var(--paper);
  box-shadow: 0 24px 70px rgba(23, 25, 27, 0.16);
}

.equipment-layout h2 {
  margin-bottom: 24px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.equipment-layout p:not(.section-kicker) {
  margin-bottom: 30px;
  color: #595d61;
  font-size: 1.08rem;
  line-height: 1.7;
}

.contact-page {
  min-height: 650px;
  display: flex;
  align-items: center;
}

.contact-page .contact-inner h1 {
  margin-bottom: 24px;
  font-size: clamp(4.5rem, 9vw, 9rem);
}

.contact-details {
  padding: 100px 0;
  background: var(--paper);
}

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

.contact-detail-grid article {
  min-height: 320px;
  padding: 36px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.contact-detail-grid article > span {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.contact-detail-grid h2 {
  margin: 64px 0 16px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 2.25rem;
  text-transform: uppercase;
}

.contact-detail-grid a,
.contact-detail-grid strong {
  display: block;
  margin-bottom: 16px;
  font-size: 1.2rem;
  font-weight: 900;
}

.contact-detail-grid a {
  color: var(--red);
}

.contact-detail-grid p {
  color: #606468;
  line-height: 1.6;
}

.reveal {
  transform: translateY(18px);
  transition: transform 500ms ease;
}

.reveal.in {
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .header-inner {
    position: relative;
  }

  .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
  }

  .navlinks.open {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 28px 22px;
    border-top: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 18px 35px rgba(23, 25, 27, 0.14);
  }

  .navlinks.open a {
    padding: 15px 4px;
  }

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

  .contact-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .menu-btn {
    justify-self: end;
  }

  .header-inner > .button-small {
    display: none;
  }

  .page-hero {
    padding: 82px 0;
  }

  .page-hero h1 {
    font-size: clamp(3.7rem, 18vw, 6rem);
  }

  .contact-strip-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-strip .button {
    width: 100%;
  }

  .equipment-feature,
  .contact-details {
    padding-block: 72px;
  }

  .contact-page {
    min-height: 560px;
  }
}
