
:root {
  --petrol: #0b3535;
  --petrol-deep: #071f24;
  --ink: #182321;
  --cream: #f2e7d2;
  --paper: #e8dcc5;
  --amber: #d5a43b;
  --orange: #e2532f;
  --red: #7c2f2a;
  --steel: #68737a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--petrol-deep);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 106px;
  padding: 18px clamp(22px, 4vw, 66px);
  background: linear-gradient(180deg, rgba(5, 27, 30, .96), rgba(5, 27, 30, .72), transparent);
}
.brand {
  display: flex;
  flex-direction: column;
  min-width: 330px;
  padding: 10px 18px 8px;
  color: #153331;
  background: var(--cream);
  border: 2px solid #805d35;
  outline: 1px solid rgba(242, 231, 210, .35);
  box-shadow: inset 0 0 0 3px rgba(128, 93, 53, .15), 0 5px 16px rgba(0, 0, 0, .25);
  transform: rotate(-.4deg);
}
.brand-main, .brand-sub, nav, .eyebrow, .section-kicker, .button,
.service-number, .text-link, .case-tag, footer, .contact-card {
  font-family: Arial, Helvetica, sans-serif;
}
.brand-main {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.brand-sub {
  margin-top: 2px;
  color: var(--red);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
nav { display: flex; align-items: center; gap: clamp(17px, 2.25vw, 42px); font-weight: 700; }
nav a { padding: 12px 0 7px; border-bottom: 3px solid transparent; transition: .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--amber); border-color: var(--amber); }
nav .crime-link { border-color: var(--orange); }

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url("images/hero-yard.png") center center / cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 28, 31, .98) 0%, rgba(5, 34, 36, .9) 30%, rgba(5, 29, 31, .32) 62%, rgba(2, 12, 15, .18) 100%),
    linear-gradient(0deg, rgba(5, 19, 22, .65), transparent 48%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 56vw);
  padding: 150px 0 90px clamp(28px, 5vw, 78px);
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--amber);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(3.6rem, 6.3vw, 7.2rem);
  line-height: .88;
  letter-spacing: -.045em;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .3);
}
h1 span { display: block; margin-top: .12em; color: #f6ead4; }
.hero-copy { font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 58px;
  padding: 0 25px;
  border: 2px solid var(--cream);
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button.primary { color: #142523; background: var(--amber); border-color: #b98218; }
.button.primary:hover { background: #e6b84c; }
.button.secondary:hover { color: white; background: var(--red); border-color: var(--red); }
.case-tag {
  position: absolute;
  right: 4vw;
  bottom: 34px;
  z-index: 2;
  padding-left: 46px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.case-tag::before { content: ""; position: absolute; left: 0; top: 50%; width: 32px; height: 2px; background: var(--orange); }

.paper-section {
  position: relative;
  color: var(--ink);
  background-color: var(--cream);
  background-image: radial-gradient(rgba(63, 48, 31, .08) .75px, transparent .75px);
  background-size: 5px 5px;
}
.intro {
  padding: 100px clamp(28px, 8vw, 130px);
  text-align: center;
}
.intro::before {
  content: "";
  position: absolute;
  top: -18px;
  left: calc(50% - 26px);
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid var(--cream);
}
.section-kicker { margin-bottom: 18px; color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.intro h2, .section-heading h2, .parts-copy h2, .family h2, .village h2, .crime-section h2, .contact h2 {
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  line-height: .94;
  letter-spacing: -.04em;
}
.lead { max-width: 850px; margin: 26px auto 0; font-size: 1.28rem; line-height: 1.75; }

.services {
  padding: 105px clamp(28px, 6vw, 96px) 120px;
  background: #102d2e;
}
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(242, 231, 210, .3); border-bottom: 1px solid rgba(242, 231, 210, .3); }
.service-card { min-height: 390px; padding: 38px; border-right: 1px solid rgba(242, 231, 210, .25); transition: background .25s ease, transform .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: rgba(213, 164, 59, .08); transform: translateY(-5px); }
.service-number { color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .2em; }
.service-card h3 { margin: 48px 0 22px; font-size: 2rem; }
.service-card p { min-height: 145px; color: #cfc7b8; font-size: 1.03rem; line-height: 1.7; }
.service-card a { color: var(--amber); font-family: Arial, sans-serif; font-weight: 800; }

.parts-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 660px; background: #192321; }
.parts-visual {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11, 53, 53, .35), transparent),
    repeating-linear-gradient(90deg, transparent 0 95px, rgba(255,255,255,.025) 95px 96px),
    #273331;
}
.parts-visual::before { content: ""; position: absolute; inset: 12% 8%; border: 2px solid rgba(213, 164, 59, .28); transform: rotate(-2deg); }
.wheel { position: absolute; border: 28px solid #111817; border-radius: 50%; box-shadow: inset 0 0 0 11px #48504c, 0 20px 35px rgba(0,0,0,.4); }
.wheel::after { content:""; position:absolute; inset: 27%; border-radius: 50%; background: #141c1b; border: 10px dotted #88877e; }
.wheel-one { width: 280px; height: 280px; right: 12%; top: 12%; }
.wheel-two { width: 220px; height: 220px; left: 10%; bottom: 14%; }
.crate { position: absolute; right: 12%; bottom: 14%; padding: 28px 36px; color: #221a11; background: #987647; border: 8px solid #695037; font: 900 1.25rem/1.25 Arial, sans-serif; transform: rotate(2deg); box-shadow: 0 18px 30px rgba(0,0,0,.35); }
.parts-copy { align-self: center; max-width: 650px; padding: 85px clamp(35px, 6vw, 100px); }
.parts-copy p:not(.eyebrow) { color: #cbc7bb; font-size: 1.17rem; line-height: 1.8; }
.text-link { display: inline-block; margin-top: 20px; padding-bottom: 8px; color: var(--amber); border-bottom: 2px solid var(--amber); font-weight: 900; }

.family { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding: 120px clamp(30px, 8vw, 130px); }
.family-quote { position: relative; align-self: center; padding: 45px; border: 2px solid #967d57; box-shadow: 12px 12px 0 rgba(124, 47, 42, .18); transform: rotate(-1deg); }
.quote-mark { position: absolute; top: -35px; left: 25px; color: var(--red); font-size: 7rem; }
blockquote { margin: 0; font-size: clamp(1.7rem, 2.5vw, 2.7rem); line-height: 1.25; }
.family-quote p { margin: 28px 0 0; font-family: Arial, sans-serif; font-size: .82rem; font-weight: 800; }
.family-copy p:not(.eyebrow) { font-size: 1.1rem; line-height: 1.75; }

.village {
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 90px clamp(30px, 8vw, 130px);
  background:
    linear-gradient(90deg, rgba(5, 29, 32, .98), rgba(5, 29, 32, .75) 55%, rgba(5, 29, 32, .35)),
    radial-gradient(circle at 80% 50%, #6d6e5b, #183334 45%, #0b2024 75%);
}
.village-inner { max-width: 720px; }
.village-inner > p:last-child { max-width: 650px; color: #d3cabc; font-size: 1.2rem; line-height: 1.8; }

.crime-section {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 8vw;
  overflow: hidden;
  padding: 120px clamp(30px, 8vw, 135px);
  color: var(--cream);
  background:
    linear-gradient(130deg, rgba(8, 22, 30, .98), rgba(9, 32, 37, .95)),
    #0b1620;
}
.crime-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: repeating-linear-gradient(115deg, transparent 0 30px, #fff 31px 32px); }
.crime-copy, .book-placeholder { position: relative; z-index: 2; }
.crime-intro { max-width: 620px; color: #d4caba; font-size: 1.25rem; line-height: 1.7; }
.crime-section ul { margin: 30px 0 38px; padding: 0; list-style: none; }
.crime-section li { padding: 13px 0; border-bottom: 1px solid rgba(242, 231, 210, .18); font: 700 1rem Arial, sans-serif; }
.crime-section li::before { content: "—"; margin-right: 15px; color: var(--orange); }
.release-note { color: var(--amber); font-family: Arial, sans-serif; font-size: .84rem; font-weight: 800; }
.evidence-number {
  position: absolute;
  right: 6%;
  bottom: -60px;
  color: rgba(226, 83, 47, .16);
  font: 900 30rem/1 Arial, sans-serif;
  transform: rotate(-7deg);
}
.book-placeholder {
  align-self: center;
  justify-self: center;
  width: min(390px, 80vw);
  aspect-ratio: .67;
  display: flex;
  flex-direction: column;
  padding: 38px;
  color: #102828;
  background: var(--paper);
  border: 8px solid #d2c2a6;
  outline: 1px solid rgba(255,255,255,.25);
  box-shadow: 22px 30px 45px rgba(0,0,0,.45);
  transform: rotate(2deg);
}
.book-placeholder span { color: var(--red); font: 900 .75rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .2em; }
.book-placeholder strong { margin-top: auto; font-size: clamp(2.7rem, 4vw, 4.6rem); line-height: .88; letter-spacing: -.05em; }
.book-placeholder small { margin: 22px 0; font: 800 .68rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .16em; }
.book-placeholder em { color: var(--red); font-size: 1.4rem; font-weight: 800; }

.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; padding: 110px clamp(30px, 8vw, 130px); }
.contact > div:first-child > p:last-child { max-width: 650px; font-size: 1.15rem; line-height: 1.75; }
.contact-card { display: flex; flex-direction: column; gap: 12px; align-self: center; padding: 38px; color: var(--cream); background: var(--petrol); border: 2px solid #8c7047; box-shadow: 10px 10px 0 rgba(124, 47, 42, .2); }
.contact-card strong { font-size: 1.4rem; text-transform: uppercase; letter-spacing: .06em; }
.contact-card a { margin-top: 15px; color: var(--amber); font-weight: 900; }
.contact-card small { margin-top: 15px; padding-top: 18px; border-top: 1px solid rgba(242, 231, 210, .25); line-height: 1.5; }

footer {
  display: grid;
  grid-template-columns: .8fr 1.5fr .7fr;
  gap: 5vw;
  align-items: center;
  padding: 48px clamp(28px, 5vw, 80px);
  color: #bdb5a6;
  background: #071b1e;
  font-size: .78rem;
  line-height: 1.6;
}
.footer-brand { display: flex; flex-direction: column; color: var(--cream); text-transform: uppercase; }
.footer-brand strong { font-size: 1rem; letter-spacing: .08em; }
.footer-brand span { color: var(--amber); font-size: .62rem; letter-spacing: .15em; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; color: var(--cream); font-weight: 700; }

@media (max-width: 980px) {
  .site-header { position: absolute; flex-wrap: wrap; gap: 16px; }
  nav { width: 100%; justify-content: space-between; gap: 10px; font-size: .82rem; overflow-x: auto; }
  .hero-content { width: 75vw; padding-top: 210px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(242,231,210,.25); }
  .service-card p { min-height: 0; }
  .parts-section, .family, .crime-section, .contact { grid-template-columns: 1fr; }
  .parts-visual { min-height: 500px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .site-header { min-height: 92px; padding: 14px 18px; }
  .brand { min-width: 0; width: 100%; }
  .brand-main { font-size: 1.12rem; }
  nav { display: none; }
  .hero { min-height: 780px; align-items: end; background-position: 62% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(4, 28, 31, .99) 0%, rgba(4, 28, 31, .9) 48%, rgba(4, 28, 31, .18) 100%); }
  .hero-content { width: 100%; padding: 150px 22px 95px; }
  h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .case-tag { right: 22px; bottom: 24px; }
  .intro, .services, .family, .crime-section, .contact { padding-left: 22px; padding-right: 22px; }
  .parts-visual { min-height: 390px; }
  .wheel-one { width: 210px; height: 210px; }
  .wheel-two { width: 150px; height: 150px; }
  .crate { right: 6%; padding: 18px; font-size: .9rem; }
  .family-quote { padding: 34px 24px; }
  .book-placeholder { width: min(330px, 88vw); }
  .contact-card { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
