:root {
  --black: #0b0b0b;
  --black-soft: #171717;
  --white: #ffffff;
  --paper: #f4f3ee;
  --line: #d9d8d1;
  --muted: #5f5f5a;
  --signal: #d7ff3f;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--signal);
  color: var(--black);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(11, 11, 11, 0.96);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

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

.brand img {
  width: 185px;
  height: 78px;
  object-fit: cover;
  object-position: center;
  filter: invert(1);
}

.site-footer img {
  width: 230px;
  height: auto;
  filter: invert(1);
}

.desktop-nav {
  display: flex;
  margin-left: auto;
  gap: 28px;
}

.desktop-nav a,
.footer-links a {
  color: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--signal);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid var(--signal);
  background: var(--signal);
  color: var(--black);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--white);
  transform: translateY(-2px);
}

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

.hero {
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.hero-grid {
  display: grid;
  min-height: 700px;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  max-width: 680px;
  flex-direction: column;
  justify-content: center;
  padding: 84px 70px 84px 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: #4d4d48;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow,
.light {
  color: var(--signal);
}

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

h1,
h2,
h3 {
  line-height: 0.98;
}

h1 {
  max-width: 700px;
  margin-bottom: 28px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.6rem, 8.2vw, 8.8rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

h1 span {
  color: var(--signal);
}

h2 {
  max-width: 800px;
  margin-bottom: 28px;
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.hero-intro {
  max-width: 600px;
  margin-bottom: 34px;
  color: #d2d2cd;
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.button-primary {
  min-height: 58px;
}

.phone-link,
.quote-phone {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.availability {
  display: flex;
  align-items: center;
  margin-top: 28px;
  gap: 10px;
  color: #aaa9a3;
  font-size: 0.88rem;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 5px rgba(215, 255, 63, 0.12);
}

.hero-media {
  position: relative;
  min-height: 700px;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--black) 0%, transparent 22%, transparent 100%);
  content: "";
  pointer-events: none;
}

.hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero-stamp {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 34px;
  display: flex;
  width: 185px;
  min-height: 185px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 26px;
  border-radius: 50%;
  background: var(--signal);
  color: var(--black);
  text-align: center;
  transform: rotate(4deg);
}

.hero-stamp strong {
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.hero-stamp span {
  margin-top: 8px;
  font-size: 0.79rem;
  font-weight: 800;
  line-height: 1.2;
}

.service-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--black-soft);
}

.service-strip-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.service-strip span {
  color: var(--signal);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-strip strong {
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

.section {
  padding: 110px 0;
}

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

.section-heading .eyebrow {
  flex: 0 0 220px;
}

.section-heading h2 {
  flex: 1;
  margin-bottom: 0;
}

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

.step-card {
  min-height: 310px;
  padding: 36px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.step-number {
  display: block;
  margin-bottom: 56px;
  color: #68675f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.step-card p,
.section-lede,
.about p {
  color: var(--muted);
}

.take {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.take-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 100px;
}

.section-lede {
  max-width: 660px;
  margin-bottom: 34px;
  font-size: 1.1rem;
}

.check-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 17px 0 17px 32px;
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 3px solid var(--black);
  border-left: 3px solid var(--black);
  content: "";
  transform: rotate(-45deg);
}

.review-card {
  align-self: center;
  padding: 48px;
  background: var(--paper);
  box-shadow: 14px 14px 0 var(--signal);
}

.review-card p:not(.eyebrow) {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.safety {
  background: var(--black);
  color: var(--white);
}

.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 90px;
}

.safety-grid h2,
.safety-grid p {
  margin-bottom: 0;
}

.safety-grid > p {
  color: #c5c5bf;
  font-size: 1.12rem;
}

.about {
  background: var(--paper);
}

.build-log {
  border-top: 1px solid #2a2a2a;
  background: var(--black);
  color: var(--white);
}

.build-log-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.build-log-heading h2 {
  margin-bottom: 0;
}

.build-log-status {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border: 1px solid #393939;
  color: #bdbdb7;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.build-log-status strong {
  color: var(--white);
}

.build-log-lede {
  max-width: 760px;
  margin: 34px 0 54px;
  color: #bdbdb7;
  font-size: 1.08rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #393939;
  border-left: 1px solid #393939;
}

.metric-card {
  min-height: 210px;
  padding: 30px;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  background: #121212;
}

.metric-card strong,
.metric-card span {
  display: block;
}

.metric-card strong {
  color: var(--signal);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.metric-card span {
  max-width: 160px;
  margin-top: 42px;
  color: #bdbdb7;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.metric-card-featured {
  background: var(--signal);
  color: var(--black);
}

.metric-card-featured strong,
.metric-card-featured span {
  color: var(--black);
}

.build-log-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  gap: 20px;
  color: #888883;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.build-log-footer p {
  margin-bottom: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 100px;
}

.about-mark {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  background: var(--white);
  transform: rotate(-2deg);
}

.about-mark img {
  width: 100%;
  height: auto;
  transform: rotate(2deg);
}

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

.proof-grid div {
  padding: 26px 20px 0 0;
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.proof-grid span {
  max-width: 130px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.quote-section {
  padding-top: 0;
  background: var(--paper);
}

.quote-card {
  display: grid;
  padding: 70px;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 70px;
  background: var(--black);
  color: var(--white);
}

.quote-card h2 {
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 4.2vw, 4.7rem);
}

.quote-card p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
  color: #c5c5bf;
}

.quote-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.button-large {
  width: 100%;
  min-height: 70px;
}

.site-footer {
  padding: 58px 0 90px;
  border-top: 1px solid #2a2a2a;
  background: var(--black);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 34px;
}

.site-footer p {
  margin: 14px 0 0;
  color: #999993;
}

.footer-links {
  display: flex;
  gap: 26px;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 30px;
  border-top: 1px solid #2a2a2a;
  font-size: 0.8rem;
}

.mobile-cta {
  display: none;
}

.log-page {
  min-height: 100vh;
  background: var(--black);
  color: var(--white);
}

.log-shell {
  width: min(860px, calc(100% - 32px));
  margin-inline: auto;
  padding: 54px 0 90px;
}

.log-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
  gap: 24px;
}

.log-header img {
  width: 180px;
  filter: invert(1);
}

.log-header a {
  color: var(--signal);
  font-weight: 800;
}

.job-form {
  display: grid;
  padding: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  background: var(--white);
  color: var(--black);
}

.job-form h1,
.job-form .form-intro,
.form-message,
.form-actions {
  grid-column: 1 / -1;
}

.job-form h1 {
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.2rem, 8vw, 5.5rem);
}

.form-intro {
  margin-bottom: 10px;
  color: var(--muted);
}

.form-field {
  display: grid;
  align-content: start;
  gap: 8px;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field label,
.form-field legend {
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 2px solid #c9c8c1;
  border-radius: 0;
  background: #fafaf7;
  color: var(--black);
  font: inherit;
}

.form-field textarea {
  min-height: 105px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--black);
  outline: 3px solid rgba(215, 255, 63, 0.65);
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.form-actions button {
  cursor: pointer;
}

.form-message {
  min-height: 26px;
  margin: 0;
  font-weight: 800;
}

.form-message[data-state="success"] {
  color: #28720f;
}

.form-message[data-state="error"] {
  color: #a21919;
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

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

  .hero-copy {
    max-width: none;
    padding: 80px 0 48px;
  }

  .hero-media {
    min-height: 620px;
  }

  .hero-media::after {
    background: linear-gradient(180deg, var(--black) 0%, transparent 20%, transparent 100%);
  }

  .take-grid,
  .about-grid,
  .quote-card {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-mark {
    width: min(520px, 85vw);
  }

  .quote-actions {
    align-items: flex-start;
  }

  .button-large {
    width: auto;
  }

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

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 28px, 1180px);
  }

  body {
    padding-bottom: 72px;
    font-size: 16px;
  }

  .site-header .button-small {
    display: none;
  }

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

  .brand img {
    width: 162px;
    height: 68px;
  }

  .hero-copy {
    padding-top: 62px;
  }

  h1 {
    font-size: clamp(4.1rem, 22vw, 6.8rem);
  }

  h2 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .hero-intro {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .button-primary {
    width: 100%;
  }

  .hero-media {
    min-height: 480px;
  }

  .hero-stamp {
    right: 12px;
    bottom: 20px;
    width: 135px;
    min-height: 135px;
    padding: 18px;
  }

  .hero-stamp strong {
    font-size: 1.05rem;
  }

  .service-strip-inner {
    display: grid;
    min-height: auto;
    padding: 22px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }

  .service-strip span {
    grid-column: 1 / -1;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 34px;
  }

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

  .step-card {
    min-height: auto;
    padding: 28px;
  }

  .step-number {
    margin-bottom: 36px;
  }

  .take-grid,
  .about-grid,
  .quote-card {
    gap: 44px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding: 34px;
    box-shadow: 9px 9px 0 var(--signal);
  }

  .safety-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .build-log-heading,
  .build-log-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .metric-grid,
  .job-form {
    grid-template-columns: 1fr;
  }

  .metric-card {
    min-height: 175px;
    padding: 26px;
  }

  .metric-card span {
    margin-top: 28px;
  }

  .job-form {
    padding: 28px 20px;
  }

  .job-form h1,
  .job-form .form-intro,
  .form-message,
  .form-actions,
  .form-field-wide {
    grid-column: auto;
  }

  .proof-grid div {
    display: grid;
    padding: 22px 0;
    grid-template-columns: 100px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line);
  }

  .proof-grid span {
    max-width: none;
    margin-top: 0;
  }

  .quote-card {
    width: 100%;
    padding: 50px 28px;
  }

  .button-large {
    width: 100%;
  }

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

  .footer-links {
    flex-wrap: wrap;
  }

  .copyright {
    grid-column: auto;
  }

  .mobile-cta {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 14px;
    background: var(--signal);
    box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.18);
  }

  .mobile-cta a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--black);
    font-size: 0.79rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
  }
}

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

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