:root {
  --bg: #07080a;
  --bg-alt: #101216;
  --panel: #16181d;
  --line: rgba(255, 255, 255, 0.08);
  --text: #e8eaee;
  --muted: #9aa0ab;
  --accent: #e11d2e;
  --accent-2: #ff4d3a;
  --gold: #d4af37;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius: 14px;
  --nav-h: 76px;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  line-height: 0.95;
  margin: 0 0 0.4em;
}

h1 {
  font-size: clamp(4.2rem, 12vw, 9rem);
}

h2 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

h3 {
  font-size: 1.6rem;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  background: var(--accent);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(1120px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

.section-head {
  max-width: 640px;
  margin-bottom: 2.5rem;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(7, 8, 10, 0.78);
  border-bottom: 1px solid var(--line);
}

.nav-bar {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 0 auto;
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.logo-mark {
  color: var(--accent);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 10px;
  background: #fff;
}

.site-nav ul {
  display: flex;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.site-nav a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a.active {
  color: #fff;
}

.nav-cta {
  background: var(--accent);
  color: #fff !important;
  padding: 0.65rem 1rem;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-h));
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.before-after-slider {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  cursor: ew-resize;
  border-radius: 10px;
}

.before-after-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.after-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
}

.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: white;
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.label {
  position: absolute;
  bottom: 15px;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

.before-label {
  left: 15px;
}

.after-label {
  right: 15px;
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  animation: slow-zoom 18s ease-out forwards;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 8, 10, 0.35) 0%, rgba(7, 8, 10, 0.78) 70%, #07080a 100%),
    radial-gradient(circle at 20% 20%, rgba(225, 29, 46, 0.28), transparent 42%);
}

.hero-content {
  position: relative;
  text-align: center;
  padding: 4rem 1.2rem 6rem;
  animation: rise 1s ease both;
}

.slogan {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.6rem;
}

.hero-lead {
  max-width: 520px;
  margin: 0 auto 1.8rem;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.3rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color: #fff;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}

.scroll-hint {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.scroll-hint::after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  margin: 8px auto 0;
  background: var(--gold);
  animation: pulse 1.6s ease-in-out infinite;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.stat-row strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: #fff;
}

.stat-row span {
  color: var(--muted);
  font-size: 0.85rem;
}

.about-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-panel img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.panel-caption {
  margin: 0;
  padding: 0.9rem 1rem;
  background: var(--panel);
  font-size: 0.85rem;
}

.services {
  background:
    linear-gradient(180deg, transparent, rgba(225, 29, 46, 0.05)),
    var(--bg-alt);
}

.card-grid,
.build-grid,
.gallery-grid {
  display: grid;
  gap: 1.1rem;
}

.card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.card,
.build-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.card:hover,
.build-card:hover {
  border-color: rgba(225, 29, 46, 0.55);
  transform: translateY(-4px);
}

.card h3::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 0.85rem;
}

.build-grid {
  grid-template-columns: repeat(3, 1fr);
}

.build-card {
  padding: 0;
  overflow: hidden;
}

.build-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.build-card div {
  padding: 1.2rem 1.3rem 1.4rem;
}

.tag {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.checklist {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.4rem;
  color: var(--muted);
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

.gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.06);
}

.contact {
  background: var(--bg-alt);
}

.contact-details {
  font-style: normal;
}

.contact-details a:hover {
  color: var(--gold);
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #0c0d11;
  color: #fff;
  border-radius: 10px;
  padding: 0.8rem 0.9rem;
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(225, 29, 46, 0.5);
  outline-offset: 1px;
}

.form-status {
  margin: 0;
  color: #b6f3c6;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.4rem 0 1.8rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.7s ease forwards;
  animation-play-state: paused;
}

.reveal.visible {
  animation-play-state: running;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes slow-zoom {
  to {
    transform: scale(1);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.25;
    transform: scaleY(0.7);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--nav-h);
    background: #0b0c10;
    border-bottom: 1px solid var(--line);
    display: none;
  }

  .site-nav.open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.2rem 1.4rem;
    gap: 0.4rem;
  }

  .site-nav a {
    display: block;
    padding: 0.7rem 0;
  }

  .nav-cta {
    text-align: center;
  }

  .split,
  .split.reverse,
  .card-grid,
  .build-grid,
  .gallery-grid,
  .stat-row {
    grid-template-columns: 1fr;
  }

  .about-panel img,
  .gallery-grid img,
  .build-card img {
    height: 240px;
  }
}
/* =========================================================
   BUILD CARDS - BEFORE & AFTER
   ========================================================= */

.build-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
}

.build-card {
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

/* BEFORE / AFTER PHOTOS */

.before-after-images {
  display: block;
  width: 100%;
  padding: 0;
}

.build-image {
  display: block;
  width: 75%;
  max-width: 750px;
  margin: 0 auto 30px auto;
  padding: 0;
}

.build-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0;
}

.build-image span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--text);
}

/* TEXT UNDER PHOTOS */

.build-card > div:last-child {
  padding: 1.2rem 1.3rem 1.4rem;
}

/* MOBILE */

@media (max-width: 700px) {

  .build-image {
    width: 100%;
    max-width: none;
    margin: 0 0 25px 0;
  }

  .build-image img {
    width: 100%;
    height: auto;
  }
}

/* MOBILE */

@media (max-width: 700px) {

  .build-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .build-card {
    width: 100%;
  }

  .before-after-images {
    display: block;
    width: 100%;
  }

  .build-image {
    width: 100%;
    margin-bottom: 25px;
  }

  .build-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .build-image span {
    margin-top: 8px;
    font-size: 12px;
  }
}