:root {
  --bg: #090a0c;
  --bg-soft: #121318;
  --panel: #14171c;
  --card: #171b21;
  --card-soft: #1d222a;
  --text: #f4f6fa;
  --muted: #a6afbc;
  --line: #303641;
  --accent: #e3202d;
  --accent-soft: #ff5a60;
  --signal: #ffba08;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max-width: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Sora", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 12% -8%, rgba(227, 32, 45, 0.35), transparent 35%),
    linear-gradient(180deg, #0f1116 0%, #090a0c 68%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    repeating-linear-gradient(
      -30deg,
      rgba(255, 255, 255, 0.016) 0 12px,
      rgba(0, 0, 0, 0.03) 12px 24px
    );
  pointer-events: none;
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid #ff8b90;
  outline-offset: 3px;
}

.ambient {
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  filter: blur(100px);
  pointer-events: none;
}

.ambient-1 {
  top: -220px;
  left: -170px;
  width: 460px;
  height: 460px;
  background: rgba(227, 32, 45, 0.2);
}

.ambient-2 {
  right: -180px;
  top: 24%;
  width: 420px;
  height: 420px;
  background: rgba(255, 186, 8, 0.16);
}

.container {
  width: min(var(--max-width), calc(100% - 2.4rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.85rem 1.05rem;
  background: rgba(11, 12, 15, 0.84);
  border: 1px solid rgba(227, 32, 45, 0.35);
  border-radius: 14px;
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  letter-spacing: 0.3px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  font-weight: 700;
  color: #fff;
  background: linear-gradient(140deg, var(--accent), #b9101b);
}

.brand-text {
  font-size: 0.96rem;
  font-weight: 600;
  color: #eceff6;
}

.brand-text strong {
  color: #ff7a80;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav a {
  color: #c8d0dc;
  font-size: 0.9rem;
  transition: color 0.24s ease;
}

.site-nav a:hover {
  color: #fff;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 0.3rem;
  border: 0;
  background: transparent;
  padding: 0.35rem;
  cursor: pointer;
}

.menu-toggle span {
  width: 1.45rem;
  height: 2px;
  background: #d8dfeb;
  border-radius: 999px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 10px;
  padding: 0.78rem 1.15rem;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.btn-primary {
  background: linear-gradient(130deg, var(--accent), var(--accent-soft));
  color: #fff;
  box-shadow: 0 10px 22px rgba(227, 32, 45, 0.3);
}

.btn-primary:hover {
  box-shadow: 0 14px 28px rgba(227, 32, 45, 0.38);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.02);
  color: #e9eef8;
}

.btn-nav {
  background: rgba(227, 32, 45, 0.18);
  border-color: rgba(227, 32, 45, 0.45);
  color: #ffc8cc;
  padding: 0.6rem 0.9rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.1rem;
  padding: 4.2rem 0 2rem;
}

.hero-copy {
  padding: 0.4rem 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.8rem;
  color: #ffd6d8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.eyebrow::before {
  content: "";
  width: 1.7rem;
  height: 2px;
  background: var(--accent-soft);
}

.hero h1 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.94;
  letter-spacing: 0.01em;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  text-transform: uppercase;
}

.hero h1 span {
  color: #ff8b90;
}

.lead {
  margin: 1.1rem 0 1.4rem;
  color: var(--muted);
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

.trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #d4dae6;
  font-size: 0.93rem;
}

.trust-list li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--accent), var(--signal));
}

.hero-side {
  display: grid;
  gap: 0.9rem;
}

.hero-photo,
.split-photo,
.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d0f12;
}

.hero-photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.hero-photo figcaption,
.split-photo figcaption,
.gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.62rem 0.8rem;
  font-size: 0.78rem;
  color: #f3f6fe;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 7, 9, 0.88) 100%);
}

.hero-panel {
  padding: 1.15rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(160deg, #161b23, #11151b);
  box-shadow: var(--shadow);
}

.hero-panel h2 {
  margin: 0 0 0.9rem;
  font-size: 1rem;
}

.status-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.status-grid article {
  padding: 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.02);
}

.status-grid p {
  margin: 0 0 0.35rem;
  color: #b8c1d0;
  font-size: 0.8rem;
}

.status-grid strong {
  font-size: 1.24rem;
  color: #fff;
}

.quick-call {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #ffe4b5;
  font-weight: 600;
}

.pulse-dot {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 rgba(255, 186, 8, 0.5);
  animation: pulse 1.7s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 186, 8, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(255, 186, 8, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 186, 8, 0); }
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.stat-item {
  border-radius: 12px;
  padding: 1rem 1.05rem;
  background: linear-gradient(160deg, #14181f, #111419);
  border: 1px solid rgba(227, 32, 45, 0.3);
  box-shadow: var(--shadow);
}

.stat-item p {
  margin: 0 0 0.35rem;
  color: #aeb8c8;
  font-size: 0.83rem;
}

.stat-item strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.95rem;
  line-height: 1;
}

.brand-strip {
  margin-top: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.85rem 1rem 0.95rem;
}

.brand-strip p {
  margin: 0 0 0.65rem;
  color: #c2cad8;
  font-size: 0.84rem;
  font-weight: 600;
}

.brand-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.brand-pills span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: #e8edf7;
  font-size: 0.77rem;
  font-weight: 600;
  padding: 0.35rem 0.58rem;
  border-radius: 999px;
}

.section {
  padding: 4.8rem 0 0;
}

.section-head {
  max-width: 72ch;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  line-height: 1.08;
}

.service-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.card {
  position: relative;
  border-radius: var(--radius-md);
  padding: 1.05rem 1.05rem 1.05rem 1.2rem;
  background: linear-gradient(160deg, #171c24, #12161d);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.25s ease, transform 0.2s ease;
}

.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--accent), #96141c);
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(227, 32, 45, 0.52);
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.03rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.section-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.split-copy p {
  color: var(--muted);
}

.check-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.52rem;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.check-list li::before {
  content: "•";
  color: #ff9a9f;
  font-weight: 700;
}

.split-stack {
  display: grid;
  gap: 0.82rem;
}

.split-photo img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

.split-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.split-panel article {
  border-radius: 14px;
  padding: 0.95rem;
  background: linear-gradient(155deg, var(--card), var(--card-soft));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.split-panel h3 {
  margin: 0 0 0.42rem;
}

.split-panel p {
  margin: 0;
  color: #bac4d4;
}

.gallery-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: 220px 220px;
  gap: 0.9rem;
}

.gallery-item {
  border-radius: var(--radius-md);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item-lg {
  grid-row: 1 / 3;
}

.timeline {
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.88rem;
}

.timeline-item {
  border-radius: var(--radius-md);
  padding: 1.12rem;
  background: linear-gradient(160deg, #171c23, #12161b);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.timeline-item span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--accent), #95141d);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.72rem;
}

.timeline-item h3 {
  margin: 0 0 0.42rem;
}

.timeline-item p {
  margin: 0;
  color: #b5c0d2;
}

.review-grid {
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.review-card {
  border-radius: 16px;
  padding: 1.08rem;
  background: linear-gradient(160deg, rgba(227, 32, 45, 0.18), rgba(23, 28, 35, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.review-card p {
  margin: 0 0 0.86rem;
  color: #e3eaf6;
}

.review-card strong {
  color: #ffd5d8;
  font-size: 0.9rem;
}

.contact {
  margin-bottom: 4.4rem;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 1rem;
}

.contact-copy ul {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  color: #d0d9e8;
}

.contact-copy a {
  color: #ffd2d5;
}

.contact-cta {
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  background: linear-gradient(160deg, rgba(227, 32, 45, 0.23), rgba(12, 14, 18, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  align-content: start;
  gap: 0.72rem;
}

.contact-cta h3 {
  margin: 0;
  font-size: 1.3rem;
}

.contact-cta p {
  margin: 0 0 0.2rem;
  color: #e4e9f3;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #aeb7c7;
  text-align: center;
  padding: 1.2rem 1rem 1.4rem;
  font-size: 0.88rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.js .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-photo img {
    height: 300px;
  }

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

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

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

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(11, 12, 15, 0.97);
    backdrop-filter: blur(12px);
    flex-direction: column;
    align-items: stretch;
    gap: 0.72rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .topbar {
    margin-top: 0.7rem;
    width: calc(100% - 1.1rem);
    padding: 0.75rem 0.84rem;
  }

  .container {
    width: calc(100% - 1.2rem);
  }

  .hero {
    padding-top: 3.2rem;
  }

  .hero-photo img {
    height: 260px;
  }

  .stats,
  .service-grid,
  .split-panel,
  .timeline,
  .review-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-rows: 240px 220px 220px;
  }

  .gallery-item-lg {
    grid-row: auto;
  }

  .section {
    padding-top: 4rem;
  }
}
