:root {
  --bg: #f7f3ee;
  --surface: #ffffff;
  --surface-alt: #111111;
  --text: #141414;
  --muted: #5c5c5c;
  --line: rgba(17, 17, 17, 0.1);
  --accent: #c1121f;
  --accent-dark: #8f0b14;
  --warm: #efe5d8;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(193, 18, 31, 0.06), transparent 35%),
    linear-gradient(180deg, #fffaf4 0%, #f6f1ea 100%);
  line-height: 1.6;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 244, 0.88);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

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

.brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
}

.brand-mark {
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.mobile-toggle {
  appearance: none;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-weight: 700;
}

.nav-wrap {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}

.nav-wrap.is-open {
  display: flex;
}

.site-nav {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.site-nav a {
  font-weight: 600;
  color: var(--muted);
}

.site-nav a.active,
.site-nav a:hover,
.phone-link:hover {
  color: var(--text);
}

.header-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.phone-link {
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, #a50f1a 100%);
  box-shadow: 0 16px 36px rgba(193, 18, 31, 0.28);
}

.button-primary:hover {
  background: linear-gradient(135deg, #d91524 0%, var(--accent-dark) 100%);
}

.button-secondary {
  color: var(--text);
  background: var(--surface);
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(193, 18, 31, 0.08);
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.page-hero,
.home-hero {
  padding: 3rem 0 2rem;
}

.home-hero-grid,
.page-hero-grid {
  display: grid;
  gap: 1.5rem;
}

.hero-card,
.hero-visual,
.panel,
.review-card,
.step,
.service-card,
.contact-card,
.value-card,
.quote-card,
.proof-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.8rem;
}

.hero-card h1,
.page-hero h1 {
  margin: 0.9rem 0 1rem;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: clamp(2.5rem, 7vw, 4.8rem);
  font-weight: 800;
  line-height: 0.96;
}

.hero-card p,
.page-hero-copy p {
  margin: 0;
  font-size: 1.05rem;
  color: var(--muted);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.micro-proof {
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-visual {
  min-height: 400px;
  padding: 1.4rem;
  position: relative;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 20, 33, 0.06), rgba(9, 20, 33, 0.38));
  z-index: 1;
}

.hero-visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.visual-stat {
  position: relative;
  z-index: 2;
  max-width: 260px;
  margin-top: auto;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.08);
  font-weight: 700;
}

.visual-stat strong {
  display: block;
  font-size: 1.7rem;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-weight: 800;
}

.trust-strip {
  padding: 0.2rem 0 3rem;
}

.trust-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.trust-item {
  padding: 1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
  font-weight: 800;
}

.section {
  padding: 2.25rem 0;
}

.section-dark {
  background: #111111;
  color: #ffffff;
}

.section-dark p,
.section-dark li,
.section-dark .section-intro {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.section-heading h2 {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 5vw, 3.3rem);
  font-weight: 800;
  line-height: 0.98;
}

.section-intro {
  margin: 0;
  color: var(--muted);
  max-width: 700px;
}

.grid-3,
.grid-2,
.grid-4 {
  display: grid;
  gap: 1rem;
}

.value-card,
.service-card,
.review-card,
.proof-card,
.step,
.contact-card,
.quote-card,
.panel {
  padding: 1.4rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.value-card:hover,
.service-card:hover,
.review-card:hover,
.proof-card:hover,
.step:hover,
.contact-card:hover,
.quote-card:hover,
.panel:hover,
.trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
}

.value-card h3,
.service-card h3,
.review-card h3,
.proof-card h3,
.step h3,
.contact-card h3,
.quote-card h3,
.panel h3 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
}

.service-card h3 {
  color: var(--accent-dark);
}

.value-card p,
.service-card p,
.review-card p,
.proof-card p,
.step p,
.contact-card p,
.quote-card p,
.panel p {
  margin: 0;
  color: var(--muted);
}

.feature-list,
.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 1.4rem;
}

.feature-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.steps-grid .step-number {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(193, 18, 31, 0.1);
  color: var(--accent-dark);
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.comparison {
  display: grid;
  gap: 1rem;
}

.comparison .panel {
  min-height: 100%;
}

.panel-label {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.reviews-highlight {
  display: grid;
  gap: 1rem;
}

.review-author {
  margin-top: 1rem;
  color: var(--accent-dark);
  font-weight: 800;
}

.quote-banner {
  padding: 1.7rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f3e6d7 0%, #ffffff 100%);
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.quote-banner h2 {
  margin: 0 0 0.7rem;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 0.98;
}

.quote-banner p {
  margin: 0;
  color: var(--muted);
}

.cta-panel {
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(155deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.8)),
    linear-gradient(135deg, rgba(193, 18, 31, 0.9), rgba(143, 11, 20, 0.9));
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.75);
}

.cta-panel h2 {
  margin: 0 0 0.8rem;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
}

.slogan-row {
  display: grid;
  gap: 1rem;
}

.contact-layout {
  display: grid;
  gap: 1rem;
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #fff;
  color: var(--text);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note,
.small-note {
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.footer-grid {
  display: grid;
  gap: 1rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.1rem;
  color: var(--muted);
  font-weight: 700;
}

.footer-note {
  color: var(--muted);
  margin: 0.4rem 0 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.footer-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
  flex: 0 0 auto;
}

.inline-phone {
  font-weight: 800;
  white-space: nowrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--accent-dark);
}

.social-link:hover {
  color: var(--accent);
}

.about-image-panel {
  padding: 0;
  overflow: hidden;
  min-height: 320px;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-grid {
  display: grid;
  gap: 1rem;
}

.service-photo-grid {
  display: grid;
  gap: 1rem;
}

.photo-card {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: #fff;
  box-shadow: var(--shadow);
  min-height: 340px;
}

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


@media (min-width: 760px) {
  .mobile-toggle {
    display: none;
  }

  .nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding-bottom: 0;
    margin-left: 2rem;
    flex-direction: row;
  }

  .site-nav {
    flex-direction: row;
    align-items: center;
    gap: 1.3rem;
  }

  .header-cta {
    flex-direction: row;
    align-items: center;
  }

  .home-hero,
  .page-hero {
    padding: 4.5rem 0 2.5rem;
  }

  .home-hero-grid,
  .page-hero-grid,
  .contact-layout,
  .comparison,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .slogan-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .hero-card {
    padding: 2.5rem;
  }

  .hero-actions,
  .cta-row {
    flex-direction: row;
    flex-wrap: wrap;
  }

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

@media (max-width: 520px) {
  .brand-logo {
    width: 58px;
    height: 58px;
  }

  .footer-logo {
    width: 68px;
    height: 68px;
  }

  .brand-mark {
    font-size: 1.55rem;
  }

  .brand-subtitle {
    letter-spacing: 0.12em;
  }
}

@media (min-width: 980px) {
  .home-hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
    align-items: stretch;
  }

  .hero-visual {
    min-height: 500px;
  }

  .page-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: start;
  }

  .section {
    padding: 3.5rem 0;
  }
}
