:root {
  color-scheme: light;
  --ink: #17130f;
  --muted: #686057;
  --paper: #f9f6ef;
  --white: #ffffff;
  --clay: #a95136;
  --clay-dark: #76351f;
  --moss: #556653;
  --sage: #dce2d3;
  --sand: #ead8bd;
  --line: rgba(23, 19, 15, 0.14);
  --shadow: 0 22px 60px rgba(48, 37, 25, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  align-items: center;
  background: rgba(249, 246, 239, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: flex;
  height: 52px;
  width: 52px;
}

.brand img,
.site-footer img {
  border-radius: 6px;
}

.nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 3vw, 30px);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  padding: 10px 0;
}

.hero {
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  padding: clamp(38px, 6vw, 76px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 56px);
  position: relative;
}

.hero::before {
  background:
    linear-gradient(115deg, rgba(169, 81, 54, 0.14), rgba(85, 102, 83, 0.08) 46%, rgba(255, 255, 255, 0)),
    radial-gradient(circle at 84% 18%, rgba(169, 81, 54, 0.12), transparent 32%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-copy,
.hero-mark {
  position: relative;
  z-index: 1;
}

.hero-copy {
  align-self: center;
  max-width: 650px;
}

.eyebrow {
  color: var(--clay-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 7vw, 6.3rem);
  line-height: 0.94;
  margin-bottom: 24px;
  max-width: 780px;
}

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

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

.hero-text {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 620px;
}

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

.button,
.contact-card button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
}

.button.primary,
.contact-card button {
  background: var(--ink);
  color: var(--white);
}

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

.hero-mark {
  align-self: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(234, 216, 189, 0.54)),
    var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  min-height: 360px;
  padding: clamp(22px, 4vw, 52px);
  place-items: center;
}

.hero-mark img {
  filter: contrast(1.05);
}

.intro-strip {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.intro-strip div {
  background: rgba(255, 255, 255, 0.045);
  padding: clamp(24px, 4vw, 42px);
}

.intro-strip strong,
.intro-strip span {
  display: block;
}

.intro-strip strong {
  font-size: 1rem;
  margin-bottom: 10px;
}

.intro-strip span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.section {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  margin-bottom: clamp(30px, 5vw, 54px);
}

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

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

.rental-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 510px;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  position: relative;
}

.rental-card::before {
  background: var(--card-art);
  content: "";
  height: 180px;
  inset: auto 0 0;
  opacity: 0.98;
  position: absolute;
}

.rental-card.utility {
  --card-art:
    linear-gradient(162deg, transparent 42%, rgba(85, 102, 83, 0.28) 42% 53%, transparent 53%),
    linear-gradient(18deg, var(--moss), var(--sage));
}

.rental-card.camper {
  --card-art:
    linear-gradient(160deg, transparent 36%, rgba(255, 255, 255, 0.55) 36% 43%, transparent 43%),
    linear-gradient(18deg, var(--clay), var(--sand));
}

.card-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 76px;
}

.card-topline span:first-child {
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.8;
}

.card-topline span:last-child {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 8px 12px;
  text-transform: uppercase;
}

.rental-card p,
.story-copy p,
.steps p,
.contact p {
  color: var(--muted);
  line-height: 1.65;
}

.rental-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 20px 0 160px;
  padding: 0;
}

.rental-card li {
  border-top: 1px solid var(--line);
  color: #3d362f;
  font-weight: 700;
  padding-top: 10px;
}

.story {
  background: var(--sage);
}

.story-panel {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 80px);
  grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 1.15fr);
}

.story-copy {
  columns: 2;
  column-gap: clamp(24px, 4vw, 44px);
}

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

.steps div {
  border-top: 2px solid var(--ink);
  padding-top: 22px;
}

.steps span {
  color: var(--clay-dark);
  display: block;
  font-weight: 900;
  margin-bottom: 36px;
}

.contact {
  background: var(--clay-dark);
  color: var(--white);
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 0.74fr);
  padding: clamp(58px, 8vw, 98px) clamp(18px, 5vw, 72px);
}

.contact .eyebrow,
.contact p {
  color: rgba(255, 255, 255, 0.76);
}

.contact h2 {
  margin-bottom: 24px;
}

.contact-card {
  background: var(--white);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
}

.contact-card label {
  color: #42382f;
  display: grid;
  font-size: 0.86rem;
  font-weight: 900;
  gap: 8px;
}

.contact-card input,
.contact-card select,
.contact-card textarea {
  background: #f7f2eb;
  border: 1px solid rgba(23, 19, 15, 0.16);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

.contact-card textarea {
  resize: vertical;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  gap: 14px;
  justify-content: center;
  padding: 24px;
}

.site-footer img {
  height: 42px;
  width: 42px;
}

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

  .hero,
  .section-heading,
  .story-panel,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-mark {
    min-height: 220px;
  }

  .intro-strip,
  .rental-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .story-copy {
    columns: 1;
  }
}

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

  .nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 220px;
  }

  .hero {
    gap: 22px;
    padding-bottom: 24px;
    padding-top: 30px;
  }

  .hero-mark {
    min-height: 148px;
    padding: 18px;
  }

  .hero-text {
    margin-bottom: 24px;
  }

  .button {
    width: 100%;
  }

  .card-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 42px;
  }

  .rental-card {
    min-height: 560px;
  }
}
