:root {
  --black: #08090a;
  --black-2: #101113;
  --white: #ffffff;
  --soft-white: #f4f2ee;
  --gray: #b9b9b9;
  --muted: #6f6f6f;
  --gold: #c99d58;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  --radius-lg: 28px;
  --radius-md: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--black);
  background: var(--soft-white);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(8, 9, 10, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand img { width: 230px; height: auto; }
.site-nav {
  display: flex; align-items: center; gap: 24px;
  color: var(--white);
  font-size: 0.86rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.site-nav a { opacity: .84; transition: opacity 180ms ease, transform 180ms ease; }
.site-nav a:hover { opacity: 1; transform: translateY(-1px); }
.header-cta {
  padding: 12px 18px; color: var(--black);
  background: var(--white); border-radius: 999px;
  font-weight: 900; text-transform: uppercase; letter-spacing: .06em; font-size: .82rem;
}
.nav-toggle {
  display: none; border: 1px solid var(--line); background: transparent;
  color: var(--white); width: 44px; height: 44px; border-radius: 12px; font-size: 1.4rem;
}
.section-pad { padding: 100px clamp(20px, 5vw, 72px); }
.hero {
  position: relative; min-height: 100vh;
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: center; gap: clamp(38px, 7vw, 86px);
  padding-top: 160px; color: var(--white); background: var(--black); overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(120deg, rgba(201,157,88,.18) 0, transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.12), transparent 32%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 2px, transparent 2px 18px);
  opacity: .92;
}
.hero::after {
  content: ""; position: absolute; bottom: -120px; right: -110px;
  width: 520px; height: 520px;
  border: 1px solid rgba(255,255,255,.14); border-radius: 50%;
}
.hero-content, .hero-photo-card { position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 16px; color: var(--white);
  font-size: .82rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow.dark { color: var(--black); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 880px; margin-bottom: 24px;
  font-family: Anton, Impact, sans-serif; font-size: clamp(3.4rem, 8vw, 8.1rem);
  line-height: .92; letter-spacing: .01em; text-transform: uppercase;
}
h2 {
  font-family: Anton, Impact, sans-serif; font-size: clamp(2.35rem, 5vw, 5.1rem);
  line-height: .94; letter-spacing: .01em; text-transform: uppercase;
}
h3 { font-size: 1.2rem; margin-bottom: 12px; }
p { line-height: 1.7; }
.hero-copy {
  max-width: 650px; color: #e0e0e0; font-size: clamp(1rem, 2vw, 1.18rem); margin-bottom: 22px;
}
.service-area-alert {
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: 10px 14px;
  margin: 0 0 28px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px; background: rgba(255,255,255,.08); color: #fff;
}
.service-area-alert strong { font-weight: 950; text-transform: uppercase; letter-spacing: .08em; font-size: .86rem; color: var(--gold); }
.service-area-alert span { color: #e4e4e4; font-weight: 700; font-size: .94rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border-radius: 999px;
  font-weight: 950; text-transform: uppercase; letter-spacing: .08em; font-size: .86rem;
  border: 1px solid transparent; cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #111; }
.btn-secondary { color: var(--white); border-color: var(--line); background: rgba(255,255,255,.04); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px;
  color: #e1e1e1; font-size: .82rem; font-weight: 800;
}
.hero-photo-card {
  position: relative; min-height: 620px; overflow: hidden; border: 1px solid var(--line);
  border-radius: var(--radius-lg); background: #111; box-shadow: var(--shadow);
}
.hero-photo { width: 100%; height: 100%; min-height: 620px; object-fit: cover; filter: contrast(1.08) saturate(.88) brightness(.82); }
.hero-photo-card::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.82)); pointer-events: none;
}
.hero-photo-badge {
  position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2;
  padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px;
  background: rgba(0,0,0,.74); backdrop-filter: blur(12px);
}
.hero-photo-badge img { width: min(100%, 360px); margin-bottom: 14px; }
.hero-photo-badge p { margin: 0; color: #f0f0f0; font-weight: 800; }

.intro {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 60px;
}
.intro p:last-child { font-size: 1.1rem; color: #333; margin-bottom: 8px; }

.gutter-focus {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px;
  max-width: calc(var(--max) + 144px); margin: 0 auto;
}
.gutter-card, .gutter-side {
  border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 58px);
}
.gutter-card {
  background: var(--black); color: var(--white); position: relative; overflow: hidden;
}
.gutter-card::after {
  content: ""; position: absolute; right: -90px; bottom: -90px; width: 300px; height: 300px;
  border: 1px solid rgba(201,157,88,.35); border-radius: 50%;
}
.gutter-card p { max-width: 820px; color: #e5e5e5; font-size: 1.05rem; }
.gutter-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.gutter-points span {
  padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  color: #fff; font-weight: 800; font-size: .84rem;
}
.gutter-side { background: #fff; border: 1px solid #e1e1e1; display: flex; flex-direction: column; justify-content: center; }
.gutter-side h3 { font-family: Anton, Impact, sans-serif; font-size: clamp(2rem, 4vw, 3.7rem); line-height: .95; text-transform: uppercase; }
.gutter-side p { color: #3c3c3c; }

.section-head { max-width: var(--max); margin: 0 auto 44px; }
.section-copy { max-width: 760px; color: #444; font-size: 1.06rem; }
.services { background: #fff; }
.service-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.service-card {
  min-height: 285px; padding: 28px; border: 1px solid #e1e1e1; border-radius: var(--radius-md);
  background: #f8f7f4; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.08); background: #fff; }
.featured-service { background: #101113; color: #fff; border-color: #101113; }
.service-number {
  display: inline-flex; margin-bottom: 24px; font-family: Anton, Impact, sans-serif; font-size: 2.8rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px #999;
}
.featured-service .service-number { -webkit-text-stroke-color: var(--gold); }
.service-tag { margin-bottom: 12px; color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.service-card p:last-child { color: #444; margin-bottom: 0; }
.featured-service p:last-child { color: #dcdcdc; }

.project-gallery { background: #f4f2ee; }
.gallery-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.gallery-card {
  overflow: hidden; display: flex; flex-direction: column; height: 100%;
  border-radius: var(--radius-lg); background: #0d0d0d; border: 1px solid #1f1f1f;
  box-shadow: 0 18px 50px rgba(0,0,0,.10);
}
.gallery-card img { width: 100%; height: 330px; object-fit: cover; filter: contrast(1.04) saturate(.92); }
.gallery-card div { display: flex; flex-direction: column; justify-content: center; min-height: 178px; padding: 24px; background: #08090a; border-top: 1px solid rgba(255,255,255,.08); }
.gallery-card span { color: var(--gold); font-weight: 950; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; margin-bottom: 12px; }
.gallery-card h3 { margin: 0 0 10px; font-family: Anton, Impact, sans-serif; font-size: clamp(1.7rem, 2.6vw, 2.45rem); line-height: .98; text-transform: uppercase; color: #fff; }
.gallery-card p { margin: 0; color: #d8d8d8; }

.split {
  max-width: calc(var(--max) + 144px); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px;
}
.split-panel { border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 58px); }
.dark-panel { background: var(--black); color: var(--white); }
.light-panel { background: #fff; border: 1px solid #e4e4e4; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 16px; }
.check-list li { position: relative; padding-left: 30px; color: #e5e5e5; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 950; }
.mini-stat-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.mini-stat { padding: 18px; border-radius: 18px; background: #f1f1f1; }
.mini-stat strong { display: block; font-family: Anton, Impact, sans-serif; font-size: 1.6rem; text-transform: uppercase; }
.mini-stat span { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--muted); }

.process { background: #fff; }
.process-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.process-step { padding: 26px; border-left: 4px solid var(--gold); background: #f6f4ef; border-radius: 0 18px 18px 0; }
.process-step span { font-family: Anton, Impact, sans-serif; font-size: 3rem; line-height: 1; }
.process-step p { color: #444; margin-bottom: 0; }

.about {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr .65fr; gap: 30px; align-items: stretch;
}
.about-copy, .quote-card {
  background: #fff; border: 1px solid #e3e3e3; border-radius: var(--radius-lg);
  padding: clamp(30px, 5vw, 56px); display: flex; flex-direction: column; justify-content: center;
}
.about-copy p:last-child { color: #333; font-size: 1.08rem; }
.quote-card { align-items: flex-start; background: var(--black); color: var(--white); }
.quote-card p { margin: 0; font-family: Anton, Impact, sans-serif; font-size: clamp(2rem, 4vw, 4rem); line-height: .98; text-transform: uppercase; }

.contact {
  display: grid; grid-template-columns: .85fr 1fr; gap: clamp(28px, 5vw, 70px);
  background: var(--black); color: var(--white);
}
.contact-copy { align-self: center; }
.contact-copy p { color: #d8d8d8; }
.contact-list { display: grid; gap: 12px; margin-top: 28px; color: #fff; font-weight: 800; }
.contact-list a { text-decoration: underline; text-underline-offset: 4px; }
.estimate-form {
  display: grid; gap: 18px; padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.07);
}
.estimate-form label { display: grid; gap: 8px; color: #eee; font-weight: 800; font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.estimate-form input, .estimate-form select, .estimate-form textarea {
  width: 100%; padding: 15px 16px; border-radius: 14px; border: 1px solid var(--line);
  background: #fff; color: #111; font: inherit;
}
.form-note { margin: 0; color: #cfcfcf; font-size: .84rem; }
.hidden-field { display: none !important; }

.site-footer {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px); background: #000; color: #fff; border-top: 1px solid var(--line);
}
.site-footer img { width: 230px; }
.site-footer p { margin: 0; color: #cfcfcf; }
.site-footer a { font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; text-align: center; background: #08090a; color: #fff; }
.thank-you-card { width: min(760px, 100%); padding: clamp(30px, 6vw, 70px); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.06); box-shadow: 0 24px 80px rgba(0,0,0,.32); }
.thank-you-card img { width: min(380px, 90%); margin: 0 auto 28px; }
.thank-you-card h1 { margin-bottom: 18px; font-size: clamp(3rem, 8vw, 6rem); }
.thank-you-card p { max-width: 560px; margin: 0 auto 28px; color: #e5e5e5; font-size: 1.08rem; }

.reveal { opacity: 1 !important; transform: none !important; transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .brand img { width: 190px; }
  .site-nav { gap: 16px; font-size: .78rem; }
}
@media (max-width: 980px) {
  .header-cta { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav {
    position: absolute; top: 100%; left: 16px; right: 16px; display: none;
    flex-direction: column; align-items: stretch; gap: 0; padding: 14px;
    border: 1px solid var(--line); border-radius: 18px; background: rgba(8,9,10,.96);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 15px; }
  .hero, .intro, .gutter-focus, .split, .about, .contact { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-photo-card, .hero-photo { min-height: 500px; }
}
@media (max-width: 640px) {
  .site-header { padding: 14px 16px; }
  .brand img { width: 158px; }
  .section-pad { padding: 72px 18px; }
  .hero { padding-top: 120px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .service-area-alert { width: 100%; border-radius: 18px; align-items: flex-start; }
  .service-area-alert strong, .service-area-alert span { display: block; }
  .service-grid, .gallery-grid, .process-grid, .mini-stat-wrap { grid-template-columns: 1fr; }
  .hero-photo-card, .hero-photo { min-height: 420px; }
  .hero-photo-badge { left: 14px; right: 14px; bottom: 14px; padding: 16px; }
  .hero-photo-badge img { width: 270px; }
  .gallery-card img { height: 330px; }
  .site-footer { flex-direction: column; text-align: center; }
}


/* Hero overlay cleanup: smaller and cleaner like the original preferred style */
.hero-photo-card {
  position: relative;
}

.hero-photo-badge {
  position: absolute;
  left: 22px;
  right: auto;
  bottom: 22px;
  width: min(390px, calc(100% - 44px));
  max-width: 390px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
}

.hero-photo-badge img {
  width: min(100%, 210px) !important;
  height: auto !important;
  margin: 0 0 14px 0;
  object-fit: contain;
  display: block;
}

.hero-photo-badge p {
  margin: 0;
  max-width: 300px;
  color: #f2f2f2;
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 800;
}

.hero-photo {
  filter: contrast(1.02) saturate(.98) brightness(.95) !important;
}

.hero-photo-card::after {
  background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.38)) !important;
}

.brand img {
  width: 230px !important;
  height: auto !important;
  object-fit: contain;
}

.site-footer img {
  width: 200px !important;
  height: auto !important;
  object-fit: contain;
}

@media (max-width: 640px) {
  .hero-photo-badge {
    left: 14px;
    bottom: 14px;
    width: min(300px, calc(100% - 28px));
    max-width: 300px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .hero-photo-badge img {
    width: 165px !important;
    margin-bottom: 10px;
  }

  .hero-photo-badge p {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.45;
  }
}


/* Calendly booking section */
.booking {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  background: #ffffff;
}

.booking-copy {
  position: sticky;
  top: 110px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius-lg);
  background: #f4f2ee;
  border: 1px solid #e1e1e1;
}

.booking-copy p {
  color: #333;
  font-size: 1.05rem;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn-light {
  background: #08090a;
  color: #ffffff;
  border-color: #08090a;
}

.calendar-card {
  overflow: hidden;
  min-height: 760px;
  border-radius: var(--radius-lg);
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}

.calendar-card .calendly-inline-widget {
  width: 100%;
}

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

  .booking-copy {
    position: static;
  }

  .calendar-card {
    min-height: 720px;
  }

  .calendar-card .calendly-inline-widget {
    height: 720px !important;
  }
}

@media (max-width: 640px) {
  .booking-actions {
    flex-direction: column;
  }

  .calendar-card {
    border-radius: 18px;
    min-height: 690px;
  }

  .calendar-card .calendly-inline-widget {
    min-width: 280px !important;
    height: 690px !important;
  }
}


/* Mobile header/logo reduction */
.site-header {
  min-height: auto;
}

.brand,
.summit-brand {
  flex: 0 1 auto;
  max-width: 52vw;
}

.brand img,
.brand-full-logo,
.summit-brand img,
.site-header .brand img {
  width: 190px !important;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
}

@media (max-width: 980px) {
  .site-header {
    padding: 12px 16px !important;
    min-height: 74px !important;
  }

  .brand,
  .summit-brand {
    max-width: 44vw !important;
  }

  .brand img,
  .brand-full-logo,
  .summit-brand img,
  .site-header .brand img {
    width: 138px !important;
    max-width: 138px !important;
    max-height: 54px !important;
  }

  .nav-toggle {
    width: 50px !important;
    height: 50px !important;
    border-radius: 16px !important;
    font-size: 1.25rem !important;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 9px 14px !important;
    min-height: 62px !important;
  }

  .brand,
  .summit-brand {
    max-width: 40vw !important;
  }

  .brand img,
  .brand-full-logo,
  .summit-brand img,
  .site-header .brand img {
    width: 104px !important;
    max-width: 104px !important;
    max-height: 42px !important;
  }

  .nav-toggle {
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
    font-size: 1.15rem !important;
  }

  .hero {
    padding-top: 88px !important;
  }
}

@media (max-width: 420px) {
  .brand img,
  .brand-full-logo,
  .summit-brand img,
  .site-header .brand img {
    width: 92px !important;
    max-width: 92px !important;
    max-height: 38px !important;
  }

  .brand,
  .summit-brand {
    max-width: 38vw !important;
  }
}


/* Blend Summit logo into matching black backgrounds */
.site-header {
  background: #050505 !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.34);
}

.hero-photo-badge {
  background: #050505 !important;
  border-color: rgba(255,255,255,.16) !important;
  backdrop-filter: none !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.38);
}

.hero-photo-badge img,
.hero-badge-full-logo,
.brand img,
.brand-full-logo,
.summit-brand img,
.site-header .brand img,
.footer-brand img,
.site-footer img {
  background: #050505 !important;
}

.hero-photo-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #050505;
  z-index: -1;
}

.site-footer {
  background: #050505 !important;
}

.form-note {
  display: none !important;
}
