:root {
  --bg: #10161a;
  --bg-strong: #182027;
  --surface: rgba(24, 31, 38, 0.88);
  --surface-strong: #222c35;
  --ink: #edf2f4;
  --muted: #aeb8c0;
  --line: rgba(229, 235, 239, 0.12);
  --brand: #5c7283;
  --brand-strong: #3d4e5a;
  --accent: #cba476;
  --accent-soft: rgba(203, 164, 118, 0.18);
  --shadow: 0 22px 60px rgba(5, 9, 12, 0.3);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1180px;
  --header-height: 84px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  background: #0f1518;
}

body {
  margin: 0;
  min-width: 100%;
  min-height: 100vh;
  font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(203, 164, 118, 0.11), transparent 24%),
    radial-gradient(circle at top right, rgba(92, 114, 131, 0.16), transparent 28%),
    linear-gradient(180deg, #0f1518 0%, #141d23 34%, #1a232b 100%);
  overflow-x: clip;
}

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

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

p {
  color: var(--muted);
  line-height: 1.7;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #eef3f5;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(24px) saturate(135%);
  background:
    linear-gradient(180deg, rgba(232, 236, 240, 0.14), rgba(96, 109, 120, 0.12)),
    linear-gradient(135deg, rgba(92, 114, 131, 0.12), rgba(203, 164, 118, 0.08)),
    rgba(234, 239, 242, 0.06);
  border-bottom: 1px solid rgba(236, 242, 245, 0.18);
  box-shadow: 0 10px 28px rgba(5, 10, 13, 0.1);
}

.nav-shell,
.hero,
.section-shell,
.footer-shell {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 1rem 0;
  gap: 1rem;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
}

.brand img {
  width: 62px;
  height: 52px;
  object-fit: contain;
  border-radius: 14px;
  background: transparent;
  padding: 0;
  box-shadow: none;
  filter: drop-shadow(0 4px 12px rgba(4, 8, 10, 0.2));
}

.brand-copy span {
  display: block;
}

.brand-copy span:first-child {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(238, 243, 245, 0.82);
}

.brand-copy span:last-child {
  font-size: 0.92rem;
  line-height: 1.15;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.96rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.menu-toggle {
  display: none;
}

.menu-toggle__bars {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.menu-toggle__bars span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #eef3f5;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button,
.button-secondary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  box-shadow: 0 16px 30px rgba(61, 78, 90, 0.24);
}

.button-secondary {
  color: #eef3f5;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.button-ghost {
  color: #eef3f5;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.button:hover,
.button-secondary:hover,
.button-ghost:hover {
  transform: translateY(-2px);
}

.hero {
  width: 100%;
  margin: 0;
  padding: 0 0 3rem;
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.hero-glass-card h1,
.section-heading h2 {
  margin: 0.8rem 0 1rem;
  font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero-glass-card h1 {
  font-size: clamp(2.65rem, 5.8vw, 5.3rem);
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 520;
}

.hero-glass-card p {
  max-width: 48rem;
  margin: 0 auto;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-copy-lead {
  display: inline;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}

.mini-stat,
.service-card,
.proof-card,
.faq-item,
.contact-card,
.area-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  border-radius: var(--radius-lg);
}

.mini-stat {
  padding: 1rem;
}

.mini-stat strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  min-height: 560px;
  background: #243039;
  box-shadow: 0 40px 70px rgba(24, 32, 39, 0.24);
}

.hero-panel-full {
  min-height: calc(100svh - var(--header-height) + 10rem);
  border-radius: 0;
  box-shadow: none;
}

.hero-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(17, 24, 29, 0.2), rgba(17, 24, 29, 0.58));
}

.hero-overlay-centered {
  padding: calc(var(--header-height) + 2.5rem) 1.75rem 3rem;
}

.hero-glass-card {
  width: min(1120px, calc(100% - 2rem));
  padding: 2rem 2rem 2.1rem;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 30px 80px rgba(14, 20, 25, 0.26);
  backdrop-filter: blur(20px);
}

.hero-glass-card .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #f6f2ea;
}

.hero-actions-centered {
  justify-content: center;
}

.hero-highlights-overlay {
  width: min(940px, 100%);
  margin-top: 0;
}

.hero-highlights-overlay .mini-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
}

.hero-highlights-overlay .mini-stat strong,
.hero-highlights-overlay .mini-stat span {
  color: #fff;
}

.service-card h3,
.proof-card h3,
.area-card h3,
.contact-card h3 {
  display: block;
  margin-bottom: 0.45rem;
  color: #f3f6f7;
}

.section {
  padding: 2rem 0 4rem;
}

.section-shell {
  display: grid;
  gap: 1.6rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  max-width: 12ch;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.section-heading p {
  max-width: 54ch;
}

.section-heading-centered {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-heading-centered p {
  max-width: 48rem;
}

.section-heading-wide h2 {
  max-width: 18ch;
}

.section-heading-wide p {
  max-width: 56rem;
}

.service-grid,
.proof-grid,
.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card,
.proof-card,
.area-card {
  overflow: hidden;
}

.service-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(28, 35, 43, 0.94), rgba(18, 24, 29, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
  opacity: 0.9;
}

.card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #29333c;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 28, 33, 0.1), rgba(22, 28, 33, 0.4));
}

.card-body,
.area-body {
  padding: 1.35rem;
}

.service-card .card-body {
  display: grid;
  gap: 0.55rem;
}

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

.service-list li,
.check-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--muted);
}

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

.band {
  padding: 4rem 0;
}

.band-shell {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(61, 78, 90, 0.96), rgba(20, 28, 34, 0.96)),
    #28313a;
  color: #f7f3eb;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  box-shadow: 0 40px 70px rgba(17, 23, 28, 0.24);
}

.band-shell p,
.band-shell li {
  color: rgba(247, 243, 235, 0.82);
}

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

.proof-card {
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(23, 31, 37, 0.94), rgba(17, 23, 28, 0.98));
}

.proof-card .quote {
  margin-top: 1rem;
  font-size: 0.95rem;
}

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

.faq-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.2rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 1.15rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: inherit;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
}

.faq-answer {
  padding: 0 1.2rem 1.2rem;
  display: none;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1.2rem;
}

.contact-card {
  padding: 1.35rem;
}

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

.contact-label {
  font-size: 0.82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-value {
  font-size: 1.1rem;
  font-weight: 700;
}

.estimate-card {
  display: grid;
  gap: 1rem;
}

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

.estimate-step {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.estimate-step strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #f3f6f7;
}

.estimate-step.full-span {
  grid-column: 1 / -1;
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-shell {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 99;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #111;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1rem;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 21, 26, 0.02), rgba(16, 21, 26, 0.66));
}

.gallery-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  color: #fff;
}

.gallery-caption strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
}

@media (max-width: 1080px) {
  .band-shell,
  .faq-wrap,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .proof-grid,
  .areas-grid,
  .estimate-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .nav-shell,
  .section-shell,
  .footer-shell {
    width: calc(100% - 1rem);
  }

  .hero {
    width: 100%;
  }

  .nav-shell {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.55rem;
    min-height: var(--header-height);
    padding: 0.55rem 0;
  }

  .brand {
    gap: 0.55rem;
    min-width: 0;
    flex: 0 0 auto;
  }

  .brand img {
    width: 58px;
    height: 42px;
    border-radius: 12px;
    padding: 0.2rem;
  }

  .brand-copy {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 8.75rem);
    min-width: 0;
    pointer-events: none;
  }

  .brand-copy span:first-child {
    display: none;
  }

  .brand-copy span:last-child {
    font-size: 0.62rem;
    line-height: 1.12;
    text-align: center;
    white-space: nowrap;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #eef3f5;
    padding: 0;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .nav-links,
  .nav-actions {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(11, 17, 20, 0.96);
    backdrop-filter: blur(18px);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 1rem;
  }

  .nav-links {
    top: calc(100% + 0.5rem);
    gap: 0.9rem;
    box-shadow: var(--shadow);
  }

  .nav-actions {
    top: calc(100% + 17rem);
    gap: 0.75rem;
    box-shadow: var(--shadow);
  }

  .site-header.is-open .nav-links,
  .site-header.is-open .nav-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header.is-open .menu-toggle__bars span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-open .menu-toggle__bars span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .menu-toggle__bars span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    padding-top: 0;
  }

  .section {
    padding: 1.5rem 0 3rem;
  }

  .hero-highlights,
  .service-grid,
  .proof-grid,
  .areas-grid,
  .estimate-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.85rem;
  }

  .section-heading > * {
    width: 100%;
    max-width: 100%;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    padding: 0.32rem 0.7rem;
  }

  .section-heading p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-panel {
    min-height: 420px;
  }

  .hero-panel-full {
    min-height: max(calc(100svh - var(--header-height) + 4rem), 940px);
  }

  .hero-glass-card {
    width: 100%;
    padding: 1.15rem 1rem 1.2rem;
  }

  .hero-overlay-centered {
    justify-content: flex-start;
    padding: calc(var(--header-height) + 0.05rem) 1rem 1.2rem;
  }

  .hero-glass-card h1 {
    font-size: clamp(1.95rem, 8.4vw, 3.35rem);
    display: block;
    width: min(100%, 12.5ch);
    line-height: 1.03;
    letter-spacing: -0.022em;
    margin: 0.55rem 0 0.7rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-wrap: balance;
  }

  .hero-glass-card p {
    font-size: 0.92rem;
    line-height: 1.48;
    max-width: 25rem;
  }

  .hero-copy-lead {
    display: none;
  }

  .hero-actions {
    gap: 0.6rem;
    margin-top: 0.9rem;
  }

  .hero-highlights {
    gap: 0.7rem;
    margin-top: 0.7rem;
  }

  .hero-highlights-overlay {
    width: 100%;
  }

  .mini-stat {
    padding: 0.9rem 0.85rem;
  }

  .mini-stat strong {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }

  .mini-stat span {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .button,
  .button-secondary,
  .button-ghost {
    min-height: 42px;
    padding: 0 0.9rem;
    font-size: 0.9rem;
  }

  .section-heading h2 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1;
    margin: 0.5rem 0 0.75rem;
  }

  .card-body,
  .area-body,
  .contact-card {
    padding: 1.1rem;
  }

  .service-card h3,
  .proof-card h3,
  .area-card h3,
  .contact-card h3 {
    font-size: 1.2rem;
    line-height: 1.15;
  }

  .service-card p,
  .proof-card p,
  .area-card p,
  .card-body li,
  .quote {
    font-size: 0.98rem;
    line-height: 1.55;
  }

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