:root {
  --black: #050505;
  --ink: #101111;
  --charcoal: #171817;
  --panel: #20211f;
  --line: rgba(255, 255, 255, 0.15);
  --line-strong: rgba(238, 186, 78, 0.38);
  --gold: #dca63c;
  --gold-bright: #f0bd55;
  --green: #2f6b4f;
  --green-bright: #5c9c71;
  --stone: #d9ddd5;
  --muted: #b6bbb0;
  --white: #f8f8f3;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  font-family: Inter, Montserrat, "Segoe UI", Arial, sans-serif;
  color: var(--white);
  background: var(--black);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    linear-gradient(140deg, rgba(47, 107, 79, 0.18), transparent 32rem),
    radial-gradient(circle at 76% 10%, rgba(240, 189, 85, 0.12), transparent 26rem),
    var(--black);
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.07;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

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

button,
input,
textarea {
  font: inherit;
}

svg {
  display: block;
}

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

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

h1,
h2,
h3 {
  font-family: "Arial Narrow", Impact, "Roboto Condensed", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.section-shell {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.hero > *,
.section-heading > *,
.split-band > *,
.contact > *,
.quote-band > * {
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 78px;
  padding: 12px max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(5, 5, 5, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
}

.brand {
  min-width: 0;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  max-width: 140px;
  width: clamp(124px, 11vw, 140px);
  height: auto;
  object-fit: contain;
}

.footer-logo {
  display: block;
  flex: 0 0 auto;
  max-width: 140px;
  width: 140px;
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 27px;
  color: var(--stone);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 12px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 4px;
}

.header-cta {
  min-height: 42px;
  padding: 0 18px;
  color: #080808;
  font-size: 0.76rem;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.88fr);
  align-items: center;
  min-height: clamp(620px, calc(100svh - 156px), 760px);
  gap: 70px;
  padding: 74px 0 54px;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5vw, 5.1rem);
}

h1 span {
  display: block;
}

h1 span:nth-child(2) {
  font-size: inherit;
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--stone);
  font-size: clamp(1.06rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}

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

.button {
  min-height: 54px;
  padding: 0 24px;
  font-size: 0.82rem;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  margin-left: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #080808;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.button-secondary {
  color: var(--gold-bright);
  background: rgba(5, 5, 5, 0.36);
  border: 1px solid rgba(240, 189, 85, 0.76);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-points li::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  content: "";
  background: var(--green-bright);
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 460px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(240, 189, 85, 0.24), transparent 18rem),
    linear-gradient(135deg, rgba(47, 107, 79, 0.4), rgba(5, 5, 5, 0.98) 58%),
    #101310;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(240, 189, 85, 0.3) 48% 49%, transparent 49% 100%),
    linear-gradient(90deg, rgba(240, 189, 85, 0.16) 1px, transparent 1px),
    linear-gradient(rgba(240, 189, 85, 0.12) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.18;
}

.hero-visual::after {
  position: absolute;
  top: 30px;
  right: 30px;
  width: min(210px, 44%);
  aspect-ratio: 1;
  content: "";
  background: url("assets/lrs-logo-mark.14aa3563.png") center / contain no-repeat;
  opacity: 0.15;
}

.visual-card {
  position: relative;
  z-index: 2;
  width: min(100%, 400px);
  padding: 23px;
  background: rgba(5, 5, 5, 0.76);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.visual-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.visual-card strong {
  display: block;
  font-family: "Arial Narrow", Impact, "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.visual-card p {
  margin: 16px 0 0;
  color: var(--stone);
  line-height: 1.5;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(47, 107, 79, 0.2), transparent),
    rgba(255, 255, 255, 0.04);
}

.proof-band div {
  min-height: 126px;
  padding: 28px 34px;
  border-right: 1px solid var(--line);
}

.proof-band div:last-child {
  border-right: 0;
}

.proof-band strong {
  display: block;
  margin-bottom: 9px;
  color: var(--white);
  font-family: "Arial Narrow", Impact, "Roboto Condensed", Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.proof-band span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.48;
}

.services,
.process {
  padding: 92px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 38px;
}

.section-heading.narrow {
  display: block;
  max-width: 760px;
}

.section-heading h2,
.split-copy h2,
.quote-band h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.7rem, 4.9vw, 5.2rem);
  overflow-wrap: break-word;
}

.section-heading p,
.split-copy p,
.quote-band p,
.contact-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

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

.service-card,
.process-grid article {
  min-height: 258px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--charcoal);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-number,
.process-grid span {
  display: block;
  color: var(--gold);
  font-family: "Arial Narrow", Impact, "Roboto Condensed", Arial, sans-serif;
  font-size: 2.55rem;
  font-weight: 900;
  line-height: 0.9;
}

.service-card h3,
.process-grid h3 {
  margin: 24px 0 12px;
  font-size: 1.75rem;
}

.service-card p,
.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.58;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  background:
    linear-gradient(120deg, rgba(47, 107, 79, 0.32), rgba(10, 10, 10, 0.96)),
    #101010;
  border-block: 1px solid var(--line);
}

.split-copy {
  justify-self: end;
  width: 100%;
  max-width: calc(var(--max) / 2);
  padding: clamp(64px, 7vw, 92px) clamp(28px, 5vw, 72px) clamp(64px, 7vw, 92px) 24px;
}

.split-copy h2 {
  max-width: 560px;
}

.split-copy h2 span {
  display: block;
}

.split-copy p {
  max-width: 560px;
  margin-top: 20px;
}

.scope-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin-top: 30px;
}

.scope-list span {
  padding: 14px;
  color: var(--stone);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(5, 5, 5, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}

.field-board {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 470px;
  padding: clamp(56px, 7vw, 92px) 24px clamp(56px, 7vw, 92px) clamp(28px, 5vw, 72px);
  background:
    radial-gradient(circle at 82% 22%, rgba(240, 189, 85, 0.18), transparent 22rem),
    linear-gradient(135deg, rgba(47, 107, 79, 0.38), rgba(5, 5, 5, 0.88)),
    #242821;
}

.field-board div {
  max-width: 420px;
  padding: 22px;
  background: rgba(5, 5, 5, 0.74);
  border: 1px solid rgba(240, 189, 85, 0.34);
  border-radius: var(--radius);
}

.field-board span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-bright);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.field-board strong {
  display: block;
  font-family: "Arial Narrow", Impact, "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(1.65rem, 2.35vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.field-board p {
  max-width: 340px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: center;
  gap: 32px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 92px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(240, 189, 85, 0.14), transparent 38%),
    var(--panel);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
}

.quote-band h2 {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.9fr);
  gap: 42px;
  margin-bottom: 82px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(47, 107, 79, 0.2), transparent 34%),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.7rem, 4.2vw, 4.65rem);
}

.contact-copy h2 span {
  display: block;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--stone);
}

.contact-methods a {
  width: fit-content;
  color: var(--gold-bright);
  font-weight: 900;
}

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

.estimate-form label {
  display: grid;
  gap: 8px;
  color: var(--stone);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.estimate-form .full,
.estimate-form button,
.form-note {
  grid-column: 1 / -1;
}

.estimate-form input,
.estimate-form textarea {
  width: 100%;
  color: var(--white);
  background: rgba(5, 5, 5, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 4px;
  outline: 0;
}

.estimate-form input {
  min-height: 46px;
  padding: 0 14px;
}

.estimate-form textarea {
  resize: vertical;
  min-height: 132px;
  padding: 14px;
}

.estimate-form input:focus,
.estimate-form textarea:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(220, 166, 60, 0.16);
}

.estimate-form button {
  justify-self: start;
  margin-top: 6px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 30px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--muted);
  background: #050505;
  border-top: 1px solid rgba(220, 166, 60, 0.42);
}

.site-footer div:not(.footer-brand) {
  display: grid;
  gap: 6px;
}

.site-footer strong {
  color: var(--white);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.site-footer a {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding: 10px 0 6px;
  }

  .site-nav.is-open a {
    padding: 16px 0;
    border-top: 1px solid var(--line);
  }

  .hero,
  .split-band,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .section-heading,
  .quote-band {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .field-board {
    padding: 44px 24px;
  }
}

@media (max-width: 680px) {
  .section-shell,
  .quote-band,
  .contact {
    width: min(100% - 32px, var(--max));
  }

  .site-header {
    gap: 14px;
    padding-inline: 16px;
  }

  .brand {
    max-width: calc(100vw - 90px);
  }

  .brand-logo {
    max-width: 122px;
    width: min(122px, calc(100vw - 96px));
  }

  .hero {
    gap: 30px;
    padding: 42px 0 34px;
  }

  h1 {
    font-size: clamp(2.25rem, 8.5vw, 2.9rem);
    line-height: 0.96;
  }

  .section-heading h2,
  .split-copy h2,
  .quote-band h2,
  .contact-copy h2 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

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

  .hero-visual {
    min-height: 330px;
    padding: 18px;
  }

  .proof-band,
  .service-grid,
  .process-grid,
  .scope-list,
  .estimate-form {
    grid-template-columns: 1fr;
  }

  .proof-band div {
    min-height: auto;
    padding: 23px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-band div:last-child {
    border-bottom: 0;
  }

  .services,
  .process {
    padding: 64px 0;
  }

  .service-card,
  .process-grid article {
    min-height: auto;
  }

  .split-copy {
    padding: 56px 16px;
  }

  .field-board {
    min-height: 420px;
    padding: 28px 16px;
  }

  .quote-band,
  .contact {
    padding: 24px;
    margin-bottom: 54px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-inline: 16px;
  }

  .footer-logo {
    width: 118px;
    height: auto;
  }
}

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