:root {
  --bg: #0d0d0b;
  --panel: #15130f;
  --panel-2: #1f1b14;
  --text: #f6f1e6;
  --muted: #c9c0af;
  --gold: #d7b66a;
  --gold-2: #f1d99a;
  --line: rgba(215, 182, 106, 0.24);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(13, 13, 11, 0.9);
  border-bottom: 1px solid rgba(215, 182, 106, 0.16);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 122px;
}

.brand img {
  width: 128px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a:hover,
.nav-parent:hover {
  color: var(--gold-2);
}

.nav-item {
  position: relative;
}

.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
}

.nav-parent:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.submenu-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: var(--gold-2);
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
}

.submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: -14px;
  min-width: 270px;
  display: grid;
  gap: 2px;
  padding: 10px;
  background: #11100d;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.submenu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
}

.nav-item:hover .submenu,
.nav-item:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.submenu a {
  padding: 10px 12px;
  border-radius: 6px;
}

.submenu a:hover {
  background: rgba(215, 182, 106, 0.1);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: var(--gold);
  color: #171107;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: var(--gold-2);
}

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

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(215, 182, 106, 0.65);
  border-radius: 6px;
  background: var(--gold);
  color: #171107;
  font-size: 1.6rem;
  flex: 0 0 auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.hero {
  min-height: min(760px, calc(100svh - 78px));
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 13, 11, 0.94), rgba(13, 13, 11, 0.64) 42%, rgba(13, 13, 11, 0.28)),
    linear-gradient(0deg, var(--bg), rgba(13, 13, 11, 0.1) 40%);
  z-index: -1;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.hero-logo-overlay {
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  width: min(58vw, 640px);
  z-index: 0;
  opacity: 1;
  pointer-events: none;
  filter: drop-shadow(0 18px 44px rgba(0, 0, 0, 0.32));
}

.hero-logo-overlay img {
  width: 100%;
  height: auto;
}

.hero-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 178px 0 92px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--gold-2);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 790px;
  margin-top: 18px;
  font-size: clamp(3rem, 7vw, 6.8rem);
}

.lead {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.9vw, 1.28rem);
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(var(--max), calc(100% - 32px));
  margin: -48px auto 0;
  position: relative;
  z-index: 2;
  background: rgba(21, 19, 15, 0.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.trust-item {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  color: var(--gold-2);
  font-size: 1.35rem;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.93rem;
}

section {
  padding: 92px 0;
}

.section-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
}

.section-head p {
  margin-top: 16px;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 22px;
  min-width: 0;
}

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

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

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

.service-card,
.content-card,
.area-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.card-body {
  padding: 24px;
  min-width: 0;
}

.card-body h3 {
  font-size: 1.34rem;
}

.card-body p {
  margin-top: 12px;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.card-body a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold-2);
  font-weight: 800;
}

.band {
  background: var(--panel-2);
  border-block: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: center;
}

.split-media {
  border: 1px solid var(--line);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.check-list {
  display: grid;
  gap: 13px;
  margin-top: 24px;
}

.check-list li {
  list-style: none;
  color: var(--muted);
  padding-left: 28px;
  position: relative;
}

.check-list li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 2px;
  top: 0.68em;
  background: var(--gold);
  border-radius: 50%;
}

.process {
  counter-reset: step;
}

.process .content-card {
  padding: 26px;
}

.process .content-card:before {
  counter-increment: step;
  content: "0" counter(step);
  display: inline-flex;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 18px;
}

.area-card {
  padding: 22px;
}

.area-card h3 {
  font-size: 1.08rem;
}

.area-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
}

.quote-section {
  background: linear-gradient(135deg, rgba(215, 182, 106, 0.13), rgba(21, 19, 15, 1) 42%);
}

.quote-layout {
  align-items: start;
}

.lead-form-section {
  padding: 56px 0;
  background: #100f0c;
  border-block: 1px solid var(--line);
}

.quote-panel,
.lead-form-panel {
  position: relative;
  min-height: 0;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(16, 15, 12, 0.92);
  border: 1px solid rgba(215, 182, 106, 0.22);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.quote-panel:before,
.lead-form-panel:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(215, 182, 106, 0.18));
  pointer-events: none;
}

.quote-panel {
  box-shadow: var(--shadow);
}

.feature-list {
  display: grid;
  gap: 18px;
}

.feature-list article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.feature-list h3 {
  font-size: 1.12rem;
}

.feature-list p {
  margin-top: 8px;
  color: var(--muted);
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.stat-band div {
  padding: 22px;
  background: var(--panel);
}

.stat-band strong {
  display: block;
  color: var(--gold-2);
  font-size: 1.3rem;
}

.stat-band span {
  color: var(--muted);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.quote-form .promo-card {
  grid-column: 1 / -1;
  position: relative;
  min-height: 238px;
  padding: 24px;
  display: grid;
  align-content: end;
  gap: 14px;
  border: 1px solid rgba(215, 182, 106, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(8, 8, 7, 0.04) 0%, rgba(8, 8, 7, 0.82) 58%, rgba(8, 8, 7, 0.96) 100%),
    url("/assets/img/optimized/clean-landscape-lighting.jpg") center/cover no-repeat;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.quote-form .promo-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(215, 182, 106, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(215, 182, 106, 0.12), transparent 42%);
  pointer-events: none;
}

.quote-form .promo-card > * {
  position: relative;
  z-index: 1;
}

.quote-form .promo-eyebrow {
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-form .promo-card h3 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.04;
}

.quote-form .promo-card p {
  margin: 0;
  max-width: 46ch;
  color: rgba(245, 239, 230, 0.86);
  font-size: 0.96rem;
}

.quote-form .promo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-form .promo-points span {
  padding: 8px 12px;
  border: 1px solid rgba(215, 182, 106, 0.28);
  border-radius: 999px;
  background: rgba(11, 10, 8, 0.64);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.quote-form label {
  display: grid;
  gap: 9px;
  color: var(--text);
  font-weight: 700;
  font-size: 0.9rem;
}

.quote-form label span {
  color: var(--gold-2);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quote-form .full {
  grid-column: 1 / -1;
}

.quote-form .company-field {
  display: none;
}

.quote-form .field-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
  max-width: 48ch;
}

.quote-form .field-note a {
  color: var(--gold-2);
}

.quote-form .form-actions {
  display: grid;
  gap: 12px;
  align-items: start;
  padding-top: 4px;
}

.quote-form .form-actions .button {
  justify-self: start;
  min-width: 210px;
}

.quote-form .form-card-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.quote-form .service-select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(215, 182, 106, 0.88) 50%),
    linear-gradient(135deg, rgba(215, 182, 106, 0.88) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(215, 182, 106, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.03);
  border-radius: 6px;
  color: var(--text);
  padding: 13px 14px;
  font: inherit;
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease, transform 140ms ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(232, 226, 215, 0.58);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(215, 182, 106, 0.75);
  box-shadow: 0 0 0 3px rgba(215, 182, 106, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

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

select option {
  color: #111;
}

.page-hero {
  min-height: clamp(300px, 38svh, 430px);
}

.page-hero .hero-inner {
  padding-top: 36px;
  padding-bottom: 40px;
}

.page-hero h1 {
  max-width: 860px;
  font-size: clamp(2.15rem, 3.8vw, 3.85rem);
}

.page-hero .lead {
  max-width: 610px;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr;
  gap: 14px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.gallery-grid img:first-child {
  grid-row: span 2;
  min-height: 436px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.jobber-panel {
  min-height: 680px;
  padding: 22px;
  background: rgba(13, 13, 11, 0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.contact-strip {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px 14px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.contact-strip strong {
  color: var(--gold-2);
}

.contact-strip a {
  color: var(--text);
}

.preview-highlight {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(215, 182, 106, 0.14), rgba(255, 255, 255, 0.03));
}

.preview-highlight h3 {
  font-size: 1.2rem;
}

.preview-highlight p {
  margin-top: 10px;
  color: var(--muted);
}

.preview-highlight .button {
  margin-top: 18px;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: stretch;
}

.preview-grid .content-card,
.preview-grid .lead-form-panel {
  height: 100%;
}

.preview-card {
  padding: 26px;
}

.preview-card p {
  margin-top: 12px;
  color: var(--muted);
}

.preview-card .check-list {
  margin-top: 18px;
}

.preview-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.upload-field input[type="file"] {
  min-height: 56px;
  padding: 14px 13px;
  background: rgba(255, 255, 255, 0.04);
}

.upload-hint {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 500;
}

.legal {
  color: var(--muted);
}

.legal h2 {
  margin-top: 34px;
  color: var(--text);
  font-size: 1.55rem;
}

.legal p,
.legal li {
  margin-top: 12px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #080807;
  padding: 44px 0;
}

.footer-grid {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 28px;
}

.footer-grid img {
  width: 220px;
}

.footer-grid p,
.footer-grid a {
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-grid h3 {
  color: var(--gold-2);
  font-size: 1rem;
  margin-bottom: 12px;
}

.footer-list {
  display: grid;
  gap: 8px;
}

.subfooter {
  width: min(var(--max), calc(100% - 32px));
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(215, 182, 106, 0.15);
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 920px) {
  body.menu-open .site-header {
    backdrop-filter: none;
  }

  .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-links,
  .nav-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    display: none;
    background: #11100d;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-links {
    top: 88px;
    max-height: calc(100svh - 190px);
    overflow: auto;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-cta {
    bottom: 16px;
    padding: 16px;
    flex-direction: column;
    z-index: 65;
  }

  body.menu-open .nav-links,
  body.menu-open .nav-cta {
    display: flex;
  }

  .trust-row,
  .grid.three,
  .grid.four,
  .grid.two,
  .stat-band,
  .split,
  .preview-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: 620px;
  }

  .hero-logo-overlay {
    top: 96px;
    width: min(62vw, 500px);
    opacity: 1;
  }

  .page-hero {
    min-height: 360px;
  }

  .submenu {
    position: static;
    min-width: 0;
    margin-top: 10px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .submenu:before {
    content: none;
  }

  .submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .nav-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .nav-item > .nav-parent {
    min-width: 0;
  }

  .nav-parent:after {
    display: none;
  }

  .nav-item.submenu-open .submenu {
    display: grid;
    grid-column: 1 / -1;
  }

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

  .gallery-grid img:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 320px;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nav-wrap,
  .hero-inner,
  .section-inner,
  .footer-grid,
  .subfooter {
    width: calc(100% - 24px);
  }

  .brand img {
    width: 108px;
  }

  .nav-wrap {
    position: relative;
    min-height: 70px;
    gap: 12px;
  }

  .hero-inner {
    padding: 140px 0 66px;
  }

  .hero-logo-overlay {
    top: 90px;
    width: min(60vw, 300px);
    opacity: 1;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(1.7rem, 8.7vw, 2.45rem);
    line-height: 1;
    word-break: normal;
  }

  .lead {
    max-width: 31ch;
    font-size: 0.95rem;
  }

  section {
    padding: 68px 0;
  }

  .button {
    width: 100%;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .quote-form .form-actions .button {
    width: 100%;
    justify-self: stretch;
  }

  .page-hero {
    min-height: 320px;
  }

  .page-hero h1 {
    max-width: 10ch;
    font-size: clamp(1.7rem, 8.4vw, 2.3rem);
  }

  .page-hero .lead {
    max-width: 30ch;
    font-size: 0.95rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

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

  .home-services-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img,
  .gallery-grid img:first-child {
    min-height: 230px;
  }

  .contact-strip {
    grid-template-columns: 1fr;
  }
}
