:root {
  --bg: #0a0a0a;
  --panel: #111111;
  --panel-2: #181818;
  --text: #f5f3ef;
  --muted: #c6c0b8;
  --line: rgba(255,255,255,0.09);
  --gold: #f0a32e;
  --gold-deep: #c77712;
  --accent: #9ec7d4;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(0,0,0,0.38);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.narrow { width: min(860px, calc(100% - 40px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(8,8,8,0.72);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(240,163,46,0.35);
}
.brand-title {
  display: block;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.brand-sub {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}
.site-nav {
  display: flex;
  gap: 28px;
  color: #ddd7ce;
  font-size: 0.97rem;
}
.site-nav a:hover { color: var(--gold); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.phone-pill, .btn {
  border-radius: 12px;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.phone-pill {
  background: var(--accent);
  color: #132129;
  padding: 12px 18px;
  font-weight: 800;
  box-shadow: var(--shadow);
}
.phone-pill:hover, .btn:hover { transform: translateY(-1px); }
.menu-toggle {
  display: none;
  background: transparent;
  color: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  width: 46px;
  height: 46px;
  font-size: 1.2rem;
}

.hero {
  position: relative;
  min-height: 860px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media {
  background:
    linear-gradient(120deg, rgba(8,8,8,0.88), rgba(8,8,8,0.46) 46%, rgba(8,8,8,0.78)),
    url('assets/hero-cover.png') center/cover no-repeat;
  transform: scale(1.05);
}
.hero-overlay {
  background: radial-gradient(circle at center, rgba(255,163,46,0.08), transparent 34%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
  padding: 120px 0 80px;
}
.eyebrow,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 16px;
}
.hero h1,
section h2 {
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 0.96;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 8vw, 6.5rem);
}
.hero p {
  max-width: 660px;
  font-size: 1.12rem;
  line-height: 1.75;
  color: #e2ddd6;
  margin: 24px 0 32px;
}
.hero-actions,
.contact-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  font-weight: 800;
  border: 1px solid transparent;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: #1f1205;
}
.btn-secondary {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.14);
  color: var(--white);
}
.btn-light {
  background: var(--white);
  color: #111;
  padding: 14px 24px;
  font-weight: 800;
}
.btn-block { width: 100%; }

.hero-card,
.contact-card,
.review-box,
.service-card,
.dark-panel {
  background: rgba(18,18,18,0.88);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.hero-card {
  padding: 24px;
}
.hero-card-top {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
.hero-card-top img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.hero-card-top span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  font-size: 0.95rem;
  line-height: 1.45;
}
.micro-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.micro-list span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: #ddd5ca;
  font-size: 0.84rem;
}

.band-accent {
  background: var(--accent);
  color: #0f2027;
}
.band-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 42px 0;
}
.band-inner h2 {
  max-width: 720px;
  font-size: clamp(2rem, 4vw, 3.3rem);
}
.band-inner .section-kicker { color: rgba(15,32,39,0.68); }

.split-section,
.grid-feature,
.service-area-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
}
.split-copy,
.grid-copy,
.service-area-copy {
  padding: clamp(40px, 6vw, 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split-copy h2,
.grid-copy h2,
.service-area-copy h2,
.statement-inner h2,
.section-head h2,
.why-section h2,
.contact-wrap h2 {
  font-size: clamp(2.4rem, 4.6vw, 4.5rem);
  margin-bottom: 18px;
}
.split-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  color: #ffffff;
}
.split-copy p,
.grid-copy p,
.service-area-copy p,
.statement-inner p,
.why-section p,
.contact-wrap p,
.service-card p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
}
.image-frame {
  overflow: hidden;
  background: #0f0f0f;
}
.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-large img { object-position: center; }
.dark-panel {
  background: linear-gradient(180deg, rgba(18,18,18,0.94), rgba(10,10,10,0.98));
}
.feature-list,
.area-list {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--white);
}
.feature-list li,
.area-list li {
  margin-bottom: 12px;
  line-height: 1.7;
}
.statement-block,
.why-section,
.reviews-section,
.services-cards,
.contact-section {
  padding: 110px 0;
}
.statement-block,
.why-section,
.reviews-section {
  background: linear-gradient(180deg, #111111, #090909);
}
.statement-inner,
.section-head,
.review-cta,
.why-section .narrow {
  text-align: center;
}
.centered,
.center { text-align: center; }
.section-head { margin-bottom: 42px; }
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.service-card {
  padding: 28px;
}
.service-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.lead {
  font-size: 1.12rem;
  line-height: 1.9;
}
.subcopy { margin-top: 18px; }
.review-box {
  max-width: 920px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #9ec7d4;
  color: #112127;
}
.review-box p {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 720px;
  margin: 12px auto;
}
.review-box span { font-weight: 600; }
.stars {
  font-size: 2rem;
  letter-spacing: 0.3em;
}
.review-cta img {
  width: 180px;
  margin: 26px auto 0;
}
.area-list {
  list-style: none;
  padding: 0;
  margin-top: 26px;
}
.area-list li {
  border-bottom: 1px solid rgba(17,17,17,0.14);
  color: #222;
  padding: 14px 0;
  font-weight: 700;
}
.service-area-copy {
  background: #efefef;
  color: #111;
}
.service-area-copy .section-kicker { color: #4d7480; }
.contact-wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}
.contact-card {
  padding: 34px;
}
.contact-line {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
}
.contact-line.strong {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 900;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: #070707;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.footer-brand span,
.site-footer p { color: var(--muted); }

@media (max-width: 1080px) {
  .hero-content,
  .contact-wrap,
  .card-grid,
  .split-section,
  .grid-feature,
  .service-area-section {
    grid-template-columns: 1fr;
  }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero {
    min-height: auto;
  }
  .band-inner,
  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .site-nav {
    position: absolute;
    top: 84px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    background: rgba(10,10,10,0.95);
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
  }
  .site-nav.open { display: flex; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .phone-pill { display: none; }
  .hero-content { padding-top: 100px; }
  .hero-card { order: -1; }
  .card-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1180px); }
  .hero h1 { font-size: 2.7rem; }
  .split-copy h2,
  .grid-copy h2,
  .service-area-copy h2,
  .statement-inner h2,
  .section-head h2,
  .why-section h2,
  .contact-wrap h2,
  .band-inner h2 { font-size: 2rem; }
  .review-box { padding: 42px 20px; }
}
