:root {
  --black: #101010;
  --ink: #191919;
  --steel: #4f5357;
  --steel-light: #c8c8c5;
  --smoke: #efede7;
  --paper: #f8f7f3;
  --red: #940034;
  --red-dark: #6f0027;
  --amber: #e0a72f;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.modal-open {
  overflow: hidden;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(180px, 320px) 1fr auto;
  gap: 26px;
  align-items: center;
  min-height: 92px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(25, 25, 25, 0.12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
}

.brand img {
  width: min(320px, 46vw);
  background: transparent;
  padding: 0;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 30px);
  color: #2f3030;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a {
  border-bottom: 2px solid transparent;
  padding: 10px 0;
}

.site-nav a:hover {
  border-color: var(--red);
}

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-call {
  background: var(--red);
  color: white;
}

.nav-toggle {
  display: none;
}

.hero {
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 150px clamp(18px, 5vw, 76px) 78px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 9, 10, 0.9) 0%, rgba(8, 9, 10, 0.66) 42%, rgba(8, 9, 10, 0.1) 100%),
    url("assets/hero-generator-site.png") center / cover no-repeat;
}

.hero-content {
  max-width: 780px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  max-width: 800px;
  font-size: clamp(3.1rem, 6.4vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h3 {
  font-size: 1.12rem;
  line-height: 1.15;
  text-transform: uppercase;
}

p {
  color: #5d5d5d;
  font-size: 1.02rem;
  line-height: 1.65;
}

.hero-copy {
  max-width: 650px;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  color: #f4f1ea;
}

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

.button.primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 36px rgba(148, 0, 52, 0.3);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

.button:hover,
.header-call:hover {
  background: var(--red-dark);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -44px clamp(18px, 5vw, 76px) 0;
  position: relative;
  z-index: 2;
  background: rgba(20, 20, 20, 0.18);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
}

.service-strip a {
  min-height: 138px;
  padding: 26px;
  background: #fff;
  border-bottom: 5px solid var(--red);
}

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

.service-strip strong {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-strip span {
  color: #616161;
  font-size: 0.95rem;
  line-height: 1.45;
}

.credibility-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 76px) 34px;
  background: var(--paper);
}

.credibility-band div {
  padding: 16px 22px;
  background: #171717;
  color: #fff;
}

.credibility-band strong,
.credibility-band span {
  display: block;
}

.credibility-band strong {
  margin-bottom: 4px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.credibility-band span {
  color: #dedbd3;
  font-size: 0.94rem;
  line-height: 1.35;
}

.section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 76px);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.section-lead {
  max-width: 780px;
  font-size: clamp(1.16rem, 1.7vw, 1.38rem);
  line-height: 1.5;
  font-weight: 700;
}

.services-section {
  background: var(--paper);
  color: var(--ink);
}

.services-section .eyebrow {
  color: var(--red);
}

.services-section p {
  color: #484848;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-card {
  min-height: 240px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(230, 228, 221, 0.94)),
    var(--smoke);
  border: 1px solid rgba(25, 25, 25, 0.1);
  border-top: 5px solid var(--red);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.07);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(148, 0, 52, 0.2), transparent 36%),
    #181818;
}

.industrial-panel {
  max-width: 760px;
}

.industrial-panel p {
  color: #f0ece3;
  font-size: 1.08rem;
}

.industrial-panel h2 {
  color: #fff;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--amber);
  background: rgba(255, 255, 255, 0.07);
  color: #f1eee6;
  font-weight: 700;
}

.spec-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  background: transparent;
  box-shadow: var(--shadow);
}

.spec-board div {
  min-height: 176px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    #202020;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 4px solid rgba(148, 0, 52, 0.9);
}

.spec-board span {
  display: block;
  color: var(--red);
  font-size: clamp(2.2rem, 4.6vw, 4.25rem);
  font-weight: 900;
  line-height: 0.92;
}

.spec-board strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.spec-board p {
  margin: 10px 0 0;
  color: #d6d2c8;
  font-size: 0.92rem;
  line-height: 1.45;
}

.job-photos-section {
  background: #fff;
  color: var(--ink);
}

.job-photos-section .eyebrow {
  color: var(--red);
}

.job-photos-section p {
  color: #4f4f4f;
}

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

.field-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  aspect-ratio: 4 / 5;
  background: #181818;
  border: 1px solid rgba(25, 25, 25, 0.12);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.14);
}

.field-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, transparent 36%),
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.field-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 260ms ease, transform 5500ms ease;
}

.field-panel.is-changing img {
  opacity: 0.72;
}

.field-panel:hover img {
  transform: scale(1.025);
}

.field-panel-content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 8px;
  padding: 24px;
  color: #fff;
}

.field-panel-content strong,
.field-panel-content span {
  display: block;
}

.field-panel-content strong {
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.field-panel-content span {
  color: #ebe7dd;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.field-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 38px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 900;
  transform: translateY(-50%);
  transition: background 160ms ease, border-color 160ms ease;
}

.field-arrow:hover,
.field-arrow:focus-visible {
  background: rgba(148, 0, 52, 0.88);
  border-color: rgba(255, 255, 255, 0.42);
  outline: none;
}

.field-arrow.prev {
  left: 14px;
}

.field-arrow.next {
  right: 14px;
}

.field-dots {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 14px;
  display: flex;
  gap: 7px;
}

.field-dot {
  flex: 1;
  height: 3px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
}

.field-dot.is-active {
  background: var(--amber);
}

.service-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background:
    linear-gradient(rgba(248, 247, 243, 0.93), rgba(248, 247, 243, 0.93)),
    repeating-linear-gradient(135deg, #d1d0ca 0 1px, transparent 1px 28px);
  color: var(--ink);
}

.service-area .eyebrow {
  color: var(--red);
}

.service-area p {
  color: #444;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(16, 16, 16, 0.96), rgba(16, 16, 16, 0.78)),
    linear-gradient(135deg, transparent 0 54%, rgba(148, 0, 52, 0.42) 54% 100%);
}

.contact-copy p {
  color: #f0ece3;
}

.contact-copy h2 {
  color: #fff;
}

.phone-link {
  display: inline-block;
  margin-top: 14px;
  color: white;
  font-size: clamp(1.55rem, 3.3vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.email-list {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.email-list a {
  width: fit-content;
  color: #f4f1ea;
  font-weight: 800;
  word-break: break-word;
  border-bottom: 2px solid rgba(224, 167, 47, 0.72);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: #f4f1ea;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.38);
  color: white;
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}

.form-note {
  margin-bottom: 0;
  color: #bbb7ae;
  font-size: 0.88rem;
}

.hidden-field {
  display: none;
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 76px);
  background: #090909;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer img {
  width: 190px;
  background: #fff;
  padding: 5px 8px;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer span {
  color: #aaa69d;
}

.site-footer a {
  margin-left: auto;
  color: #fff;
  font-weight: 900;
}

.site-footer a + a {
  margin-left: 0;
  color: #c9c5bc;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(150px, 280px) auto;
  }

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 12px;
    border: 1px solid rgba(25, 25, 25, 0.24);
    background: #fff;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    background: var(--ink);
  }

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

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

  .site-nav.is-open a {
    padding: 15px 0;
    border-top: 1px solid rgba(25, 25, 25, 0.1);
  }

  .split-section,
  .service-area,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 120px;
    background-position: 58% center;
  }

  .hero-content {
    max-width: 680px;
  }

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

  .service-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .credibility-band {
    grid-template-columns: 1fr;
  }

  .field-showcase-grid {
    grid-template-columns: 1fr;
  }

  .field-panel {
    min-height: 470px;
  }
}

@media (max-width: 640px) {
  .brand img {
    width: min(248px, 68vw);
  }

  h1 {
    font-size: clamp(2.42rem, 13vw, 4.8rem);
  }

  .services-grid,
  .field-showcase-grid,
  .spec-board {
    grid-template-columns: 1fr;
  }

  .field-panel {
    min-height: 410px;
  }

  .service-card {
    min-height: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer a {
    margin-left: 0;
  }
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(16, 16, 16, 0.94), rgba(16, 16, 16, 0.76)),
    url("assets/hero-generator-site.png") center / cover no-repeat;
  color: #fff;
}

.thank-you {
  width: min(720px, 100%);
  padding: clamp(28px, 5vw, 54px);
  background: rgba(10, 10, 10, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.thank-you img {
  width: min(320px, 100%);
  margin-bottom: 34px;
  padding: 8px 10px;
  background: #fff;
}

.thank-you h1 {
  font-size: clamp(2.4rem, 6vw, 4.7rem);
}

.thank-you p:not(.eyebrow) {
  color: #f0ece3;
}

.thank-you a:not(.button) {
  color: #fff;
  font-weight: 900;
  border-bottom: 2px solid var(--amber);
}
