:root {
  --black: #07090d;
  --charcoal: #11151c;
  --red: #b90f16;
  --red-dark: #870a10;
  --silver: #d7d9de;
  --steel: #7d8591;
  --light: #f6f7f9;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 22px 60px rgba(5, 7, 11, 0.22);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--light);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  background: rgba(7, 9, 13, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 62px;
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-toggle {
  justify-self: end;
  display: inline-grid;
  gap: 5px;
  width: 44px;
  height: 44px;
  place-content: center;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
}

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

.site-header.nav-open .site-nav,
.site-header.nav-open .header-actions {
  display: grid;
  grid-column: 1 / -1;
}

.site-nav {
  gap: 8px;
  padding-top: 8px;
}

.site-nav a,
.header-phone {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-nav a {
  padding: 10px 0;
}

.header-actions {
  gap: 12px;
  align-items: center;
  padding-bottom: 8px;
}

.header-phone {
  color: var(--white);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.btn-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 14px 28px rgba(185, 15, 22, 0.24);
}

.btn-primary:hover {
  background: var(--red-dark);
}

.btn-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.44);
}

.btn-large {
  min-height: 50px;
  padding-inline: 22px;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background-color: var(--black);
  background-image: url("assets/Inker Final.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 62% center;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  display: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.94) 0%, rgba(7, 9, 13, 0.72) 34%, rgba(7, 9, 13, 0.36) 66%, rgba(7, 9, 13, 0.14) 100%),
    linear-gradient(0deg, rgba(7, 9, 13, 0.82), rgba(7, 9, 13, 0.08) 50%, rgba(7, 9, 13, 0.14));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 132px 0 56px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ff4d54;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(2.65rem, 8vw, 5.7rem);
  line-height: 0.95;
  font-weight: 900;
}

.hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-buttons {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.trust-bar {
  background: var(--black);
  color: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.trust-grid div {
  padding: 18px;
  background: var(--black);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.section {
  padding: 72px 0;
}

.split {
  display: grid;
  gap: 28px;
}

.section h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--black);
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1;
  font-weight: 900;
}

.section-copy {
  color: #444b55;
  font-size: 1.06rem;
}

.about-section {
  background: var(--white);
}

.process-section,
.reviews-section {
  background: #edeff3;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 760px;
}

.process-grid {
  display: grid;
  gap: 14px;
}

.process-step,
.reviews-placeholder {
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(17, 21, 28, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(17, 21, 28, 0.06);
}

.process-step span {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
}

.process-step h3 {
  margin-bottom: 10px;
  color: var(--black);
  font-size: 1.22rem;
}

.process-step p,
.reviews-placeholder p {
  margin-bottom: 0;
  color: #4d5560;
}

.gallery-section {
  background: var(--charcoal);
  color: var(--white);
}

.gallery-section h2 {
  color: var(--white);
}

.gallery-grid {
  display: grid;
  gap: 12px;
}

.gallery-card {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #1f242c;
  box-shadow: var(--shadow);
  cursor: zoom-in;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.gallery-card:hover img {
  transform: scale(1.035);
}

.gallery-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  color: var(--white);
  background: rgba(7, 9, 13, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(7, 9, 13, 0.9);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-image {
  max-width: min(1100px, 94vw);
  max-height: 84vh;
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: rgba(7, 9, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  display: inline-grid;
  width: 48px;
  height: 64px;
  place-items: center;
  color: var(--white);
  background: rgba(7, 9, 13, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 16px;
}

.lightbox-next {
  right: 16px;
}

.lightbox-counter {
  position: absolute;
  left: 50%;
  bottom: 16px;
  padding: 7px 12px;
  color: var(--white);
  background: rgba(7, 9, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  transform: translateX(-50%);
}

@media (max-width: 640px) {
  .lightbox {
    padding: 18px 12px 54px;
  }

  .lightbox-image {
    max-width: 92vw;
    max-height: 78vh;
  }

  .lightbox-arrow {
    top: auto;
    bottom: 14px;
    width: 42px;
    height: 42px;
    font-size: 2.2rem;
    transform: none;
  }

  .lightbox-prev {
    left: 14px;
  }

  .lightbox-next {
    right: 14px;
  }
}

.why-section {
  background: var(--white);
}

.why-list {
  display: grid;
  gap: 10px;
}

.why-list div {
  position: relative;
  padding: 18px 18px 18px 48px;
  color: var(--black);
  background: #f1f2f5;
  border-radius: var(--radius);
  font-weight: 800;
}

.why-list div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: var(--red);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(185, 15, 22, 0.12);
}

.reviews-placeholder {
  max-width: 820px;
  margin-bottom: 0;
}

.contact-section {
  color: var(--white);
  background:
    linear-gradient(rgba(7, 9, 13, 0.9), rgba(7, 9, 13, 0.86)),
    url("assets/Kansas Final.jpeg") center / cover;
}

.contact-layout {
  display: grid;
  gap: 24px;
}

.contact-panel h2 {
  color: var(--white);
}

.contact-panel p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  color: var(--white);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form label {
  color: var(--black);
  font-size: 0.83rem;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfd3da;
  border-radius: 6px;
  padding: 12px;
  color: var(--black);
  background: var(--white);
}

.contact-form textarea {
  resize: vertical;
}

.form-message {
  min-height: 1.3em;
  margin: 0;
  color: #4d5560;
  font-size: 0.86rem;
}

.site-footer {
  padding: 46px 0 24px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--black);
}

.footer-grid {
  display: grid;
  gap: 30px;
}

.site-footer img {
  width: 170px;
  margin-bottom: 16px;
  padding: 8px;
  background: var(--white);
  border-radius: 6px;
}

.site-footer h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1rem;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 8px;
}

.copyright {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 640px) {
  .hero-buttons {
    grid-template-columns: repeat(2, max-content);
  }

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

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

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

}

@media (min-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 12px 28px;
  }

  .brand {
    width: 108px;
    height: 66px;
    padding: 4px 7px;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav,
  .header-actions,
  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-actions {
    display: flex;
    grid-column: auto;
  }

  .site-nav {
    justify-content: center;
    gap: 24px;
    padding-top: 0;
  }

  .site-nav a {
    padding: 0;
  }

  .header-actions {
    padding-bottom: 0;
  }

  .hero {
    min-height: 760px;
    background-position: center 58%;
  }

  .hero-content {
    padding-bottom: 82px;
  }

  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .split,
  .contact-layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .process-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .process-step {
    min-height: 284px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-form {
    padding: 28px;
  }
}

@media (min-width: 1180px) {
  .site-header {
    padding-inline: calc((100vw - 1120px) / 2);
  }
}
