:root {
  --black: #060606;
  --black-2: #101010;
  --cream: #f5f0e8;
  --cream-2: #ebe3d8;
  --text: #151515;
  --muted: #4f4a43;
  --muted-light: #cfc5b7;
  --gold: #A8874A;
  --gold-2: #7A6338;
  --gold-soft: rgba(168, 135, 74, 0.16);
  --line: rgba(18, 18, 18, 0.16);
  --line-gold: rgba(168, 135, 74, 0.58);
  --white: #ffffff;
  --error: #ff6b6b;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow: 0 24px 60px rgba(0,0,0,.18);
  --container: 1160px;
  --header-height: 92px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(168,135,74,.08), transparent 30%),
    radial-gradient(circle at 85% 16%, rgba(0,0,0,.04), transparent 32%);
  pointer-events: none;
  z-index: -1;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.container {
  width: min(100% - 34px, var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  background: rgba(6,6,6,.92);
  border-bottom: 1px solid rgba(168,135,74,.35);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo-link {
  display: block;
  width: 320px;
  max-width: 40vw;
  line-height: 0;
  background: transparent;
  overflow: visible;
}

.logo-link img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted-light);
  font-size: .92rem;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--gold);
}

.btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

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

.btn-gold {
  background: linear-gradient(135deg, var(--gold), #C5A66B);
  color: #111;
  box-shadow: 0 14px 34px rgba(168,135,74,.23);
}

.btn-gold:hover {
  box-shadow: 0 18px 44px rgba(168,135,74,.32);
}

.btn-outline {
  color: var(--white);
  border-color: rgba(168,135,74,.55);
  background: rgba(255,255,255,.04);
}

.btn-dark {
  background: var(--black);
  color: var(--gold);
  border-color: var(--gold);
}

.btn-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: .82rem;
}

.btn-full {
  width: 100%;
}

.hero-black {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6,6,6,.98) 0%, rgba(6,6,6,.94) 52%, rgba(6,6,6,.72) 100%),
    radial-gradient(circle at 78% 40%, rgba(168,135,74,.18), transparent 28%),
    #050505;
  color: var(--white);
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 54px 0 52px;
}

.hero-black::after {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: .82rem;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.kicker.dark {
  color: var(--gold-2);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Montserrat", "Inter", sans-serif;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.7vw, 3.6rem);
  line-height: .93;
  letter-spacing: .02em;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 3.2vw, 2.45rem);
  line-height: .96;
  letter-spacing: .045em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hero-subtitle,
.lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.hero-subtitle {
  color: #d7cfc3;
  max-width: 690px;
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.microcopy {
  margin: 18px 0 0;
  color: #b9afa2;
  font-size: .93rem;
}

.hero-visual {
  position: relative;
}

.hero-image-wrap {
  border: 2px solid var(--gold);
  background: #111;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: skewX(-7deg);
}

.hero-image-wrap img {
  width: 100%;
  aspect-ratio: 1.28/1;
  object-fit: contain;
  transform: skewX(7deg) scale(1.09);
}

.hero-price-card {
  position: absolute;
  left: -26px;
  bottom: -34px;
  width: min(330px, 88%);
  background: var(--black);
  color: var(--white);
  border: 1px solid var(--gold);
  box-shadow: 0 18px 44px rgba(0,0,0,.32);
  padding: 12px 14px;
}

.hero-price-card span,
.price-tag span {
  display: block;
  color: var(--gold);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.hero-price-card strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.1;
  margin-top: 4px;
}

.hero-price-card small,
.price-tag small {
  color: #cfc5b7;
}

.cream-band {
  background: var(--cream);
  border-bottom: 1px solid var(--line-gold);
}

.service-title-block {
  padding: 28px 0 24px;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 520px);
  gap: 34px;
  align-items: end;
}

.gold-line {
  width: 82px;
  height: 3px;
  background: var(--gold);
  margin-top: 14px;
}

.reference-box {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(0,0,0,.22);
  border-radius: 10px;
  padding: 18px 22px;
  background: rgba(255,255,255,.36);
}

.round-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--gold);
  background: radial-gradient(circle, #171717, #000);
  font-size: 1.55rem;
  font-weight: 900;
}

.reference-box p {
  margin: 0;
  font-size: 0.98rem;
}

.reference-box strong {
  color: var(--gold-2);
}

.section {
  padding: 54px 0;
}

.cream {
  background: var(--cream);
}

.with-border {
  border-top: 1px solid var(--line-gold);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .72fr);
  gap: 34px;
  align-items: center;
}

.split-section.reverse {
  grid-template-columns: minmax(280px, .72fr) minmax(0, .95fr);
}

.number-badge,
.price-index {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), #C5A66B);
  color: #111;
  font-size: 1.25rem;
  font-weight: 900;
}

.section-copy .lead {
  color: var(--muted);
  max-width: 650px;
}

.icon-list,
.check-list {
  margin: 18px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.icon-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  color: var(--text);
  font-weight: 600;
}

.icon-list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: radial-gradient(circle, #191919, #000);
  color: var(--gold);
  font-weight: 900;
}

.media-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow);
}

.media-card {
  max-width: 620px;
  justify-self: center;
}

.image-showcase {
  max-width: 560px;
  justify-self: center;
}

.after-before-card {
  max-width: 760px;
}

.example-card {
  max-width: 100%;
}

.examples-grid {
  align-items: start;
}

.media-card video,
.example-card video {
  width: 100%;
  height: auto;
  background: #000;
}

.laptop-style {
  padding: 8px;
  background:
    linear-gradient(180deg, #1c1c1c, #050505);
  border-color: rgba(168,135,74,.4);
}

.media-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px 6px;
  color: var(--white);
}

.media-caption span {
  color: var(--gold);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.media-caption strong {
  font-size: .92rem;
}

.image-showcase,
.after-before-card,
.example-card {
  border: 1px solid rgba(0,0,0,.16);
  background: rgba(255,255,255,.35);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.image-showcase {
  border-radius: 18px;
}

.image-showcase img {
  width: 100%;
  height: auto;
}

.after-before-card {
  margin-top: 24px;
  border-radius: 14px;
}

.after-before-card img {
  width: 100%;
}

.black-section {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 16%, rgba(168,135,74,.13), transparent 30%),
    linear-gradient(180deg, #080808, #020202);
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
}

.light-copy .lead {
  color: #d2c9bd;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: #ddd3c7;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 900;
}

.dark-media {
  border-color: rgba(168,135,74,.46);
  background: #050505;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading p:not(.kicker) {
  color: var(--muted);
  font-size: 1.05rem;
}

.examples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.example-card {
  border-radius: var(--radius-md);
}

.example-card img,
.example-card video {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: contain;
}

.example-card div {
  padding: 20px;
}

.example-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.prices-section {
  border-top: 1px solid var(--line-gold);
}

.price-table {
  display: grid;
  gap: 18px;
}

.price-row {
  display: grid;
  grid-template-columns: 56px 1fr 260px;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line-gold);
  padding: 20px 0;
}

.price-row p {
  color: var(--muted);
  margin: 0;
}

.price-tag {
  background: #050505;
  color: var(--white);
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid var(--gold);
}

.price-tag strong {
  display: block;
  margin: 6px 0 2px;
  font-size: 1.18rem;
  line-height: 1.08;
}

.commitment-strip {
  margin-top: 22px;
  padding: 16px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-top: 1px solid var(--line-gold);
}

.commitment-strip strong {
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.commitment-strip p {
  margin: 6px 0 0;
  color: var(--muted);
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(330px, 1fr);
  gap: 32px;
  align-items: start;
}

.quote-form {
  padding: 22px;
  border: 1px solid rgba(168,135,74,.55);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.06);
  box-shadow: var(--shadow);
}

.form-row {
  margin-bottom: 16px;
}

.form-row.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #ded3c5;
  font-size: .88rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  color: var(--white);
  background: rgba(0,0,0,.44);
  border: 1px solid rgba(168,135,74,.34);
  border-radius: 8px;
  outline: 0;
}

input,
select {
  min-height: 48px;
  padding: 0 13px;
}

textarea {
  padding: 13px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(168,135,74,.17);
}

::placeholder {
  color: rgba(255,255,255,.43);
}

.form-error {
  min-height: 22px;
  margin: -2px 0 14px;
  color: var(--error);
  font-weight: 800;
}

.footer-ribbon {
  background: var(--black);
  color: var(--gold);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.ribbon-inner {
  min-height: 62px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.ribbon-inner span {
  height: 1px;
  background: var(--gold);
  opacity: .75;
}

.ribbon-inner p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 900;
  font-size: .9rem;
}

.site-footer {
  padding: 34px 0 88px;
  color: #d8ccbe;
  background: var(--black);
}

.footer-inner {
  display: grid;
  gap: 6px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner .small {
  color: #a99d8d;
  font-size: .88rem;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #25d366, #95f2b9);
  color: #050505;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
}

@media (max-width: 1040px) {
  .main-nav {
    display: none;
  }

  .hero-grid,
  .split-section,
  .split-section.reverse,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 620px;
  }

  .service-title-block {
    grid-template-columns: 1fr;
  }

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

  .price-row {
    grid-template-columns: 56px 1fr;
  }

  .price-tag {
    grid-column: 2 / 3;
    max-width: 360px;
  }

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

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

  .container {
    width: min(100% - 22px, var(--container));
  }

  .header-inner .btn {
    display: none;
  }

  .logo-link {
  display: block;
  width: 320px;
  max-width: 40vw;
  line-height: 0;
  background: transparent;
  overflow: visible;
}

  .logo-link img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}

  .hero-black {
    min-height: auto;
    padding: 56px 0 62px;
  }

  .hero-black::after {
  display: none;
}

  h1 {
    font-size: clamp(2.1rem, 12vw, 3.5rem);
  }

  h2 {
    font-size: clamp(1.75rem, 9vw, 2.8rem);
  }

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

  .btn {
    width: 100%;
  }

  .hero-image-wrap {
    transform: none;
  }

  .hero-image-wrap img {
    transform: none;
    aspect-ratio: 1.4/1;
  }

  .hero-price-card {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .service-title-block {
    padding-top: 30px;
  }

  .reference-box {
    align-items: flex-start;
  }

  .section {
    padding: 62px 0;
  }

  .icon-list li {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .icon-list span {
    width: 38px;
    height: 38px;
  }

  .examples-grid,
  .form-row.two-cols {
    grid-template-columns: 1fr;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-tag {
    grid-column: auto;
    max-width: none;
  }

  .ribbon-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 18px 0;
    gap: 12px;
  }

  .ribbon-inner span {
    display: none;
  }

  .floating-whatsapp {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .site-footer {
    padding-bottom: 92px;
  }
}


/* Compact v3 overrides */
.hero-subtitle,
.lead {
  font-size: clamp(.96rem, 1.25vw, 1.08rem);
}

.section-copy {
  max-width: 620px;
}

.media-card video {
  max-height: 430px;
  object-fit: contain;
}

.image-showcase img {
  max-height: 430px;
  object-fit: contain;
}

.after-before-card img {
  max-height: 360px;
  object-fit: contain;
  background: #f5f0e8;
}

.example-card video,
.example-card img {
  max-height: 260px;
}

.price-table h3 {
  margin-bottom: 6px;
}

@media (min-width: 1041px) {
  .split-section {
    align-items: center;
  }

  .section-copy h2 {
    max-width: 620px;
  }

  .hero-copy {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  :root {
    --header-height: 78px;
  }

  .logo-link {
  display: block;
  width: 320px;
  max-width: 40vw;
  line-height: 0;
  background: transparent;
  overflow: visible;
}

  .logo-link img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}

  .hero-black {
    padding: 38px 0 42px;
  }

  .section {
    padding: 44px 0;
  }

  h1 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(1.42rem, 7vw, 2.08rem);
    line-height: 1.05;
  }

  .hero-subtitle,
  .lead {
    font-size: .96rem;
  }

  .media-card,
  .image-showcase,
  .after-before-card {
    max-width: 100%;
  }

  .media-card video,
  .image-showcase img,
  .after-before-card img {
    max-height: none;
  }
}


/* v4 media aspect fixes */
.media-card video,
.example-card video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #000;
}

.dark-media video {
  aspect-ratio: auto;
}

.laptop-style video {
  aspect-ratio: auto;
}

.media-card,
.image-showcase {
  max-width: 520px;
}

.after-before-card {
  max-width: 640px;
}

.example-card video,
.example-card img {
  max-height: 220px;
}

.floating-whatsapp {
  width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
}

.floating-whatsapp svg {
  width: 34px;
  height: 34px;
  fill: #050505;
}

/* Header/logo correction */
.site-header {
  min-height: var(--header-height);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

@media (max-width: 700px) {
  .logo-link {
  display: block;
  width: 320px;
  max-width: 40vw;
  line-height: 0;
  background: transparent;
  overflow: visible;
}

  .logo-link img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}

  .floating-whatsapp {
    left: auto;
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
  }
}


/* v5 header/logo + video fixes */
.media-card video,
.example-card video {
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.dark-media video {
  width: 100%;
  height: auto !important;
  max-height: none;
}

@media (max-width: 700px) {
  .logo-link {
  display: block;
  width: 320px;
  max-width: 40vw;
  line-height: 0;
  background: transparent;
  overflow: visible;
}

  .logo-link img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}
}

/* Source construction video dimensions detected: 1318 x 562. */


/* v6 asset/layout updates */
.vertical-before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  max-width: 620px;
  justify-self: center;
}

.vertical-example {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.16);
  background: rgba(255,255,255,.35);
  box-shadow: 0 18px 42px rgba(0,0,0,.14);
}

.vertical-example img {
  width: 100%;
  height: auto;
  display: block;
}

.mini-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  background: rgba(255,255,255,.28);
}

.mini-before-after img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.media-card video,
.example-card video {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.media-card {
  max-width: 560px;
}

.dark-media,
.laptop-style {
  max-width: 560px;
}

.after-before-card {
  display: none !important;
}

@media (max-width: 700px) {
  :root {
    --header-height: 90px;
  }

  .logo-link {
    width: 255px;
    max-width: 76vw;
  }

  .logo-link img {
    height: 62px;
  }

  .vertical-before-after-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .mini-before-after img {
    height: 180px;
  }
}

/* New source asset dimensions:
   house video: 962 x 610
   construction video: 876 x 610
   vertical image 1: 1086 x 1448
   vertical image 2: 1086 x 1448
*/


/* v7 FIX - restored assets and targeted visual changes */
.hero-black::after {
  display: none !important;
}

h1 {
  max-width: 800px;
  margin-bottom: 14px;
  font-size: clamp(1.82rem, 4.1vw, 3.12rem) !important;
  line-height: 1.02;
  letter-spacing: .02em;
}

h1 span {
  display: block;
  margin-top: .18em;
  font-size: .72em;
  line-height: 1.05;
}

.logo-link {
  display: block !important;
  width: 290px !important;
  max-width: 34vw !important;
  line-height: 0;
  background: transparent !important;
  overflow: visible !important;
  flex: 0 0 auto;
}

.logo-link img {
  display: block !important;
  width: 100% !important;
  height: 78px !important;
  object-fit: contain !important;
  object-position: left center !important;
  overflow: visible !important;
}

.site-header,
.header-inner {
  min-height: var(--header-height) !important;
  overflow: visible !important;
}

.header-inner {
  align-items: center;
}

.hero-video-wrap {
  transform: none !important;
}

.hero-video-wrap video {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}

.hero-image-wrap.hero-video-wrap {
  border: 2px solid var(--gold);
  background: #000;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-image-wrap.hero-video-wrap video {
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.hero-price-card small:empty {
  display: none;
}

.vertical-before-after-grid {
  align-items: stretch;
}

.vertical-example {
  padding: 10px !important;
  background: #f5f0e8 !important;
  border: 1px solid rgba(0,0,0,.18) !important;
}

.vertical-example img {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
}

.commitment-strip {
  display: none !important;
}

@media (max-width: 700px) {
  :root {
    --header-height: 94px;
  }

  .logo-link {
    width: 230px !important;
    max-width: 72vw !important;
  }

  .logo-link img {
    height: 66px !important;
  }

  h1 {
    font-size: clamp(1.62rem, 8vw, 2.28rem) !important;
  }

  h1 span {
    font-size: .70em;
  }
}


/* v8 requested fixes */
.microcopy {
  display: none !important;
}

.logo-link {
  width: 275px !important;
  max-width: 32vw !important;
  overflow: visible !important;
}

.logo-link img {
  height: 68px !important;
  object-fit: contain !important;
  object-position: left center !important;
  overflow: visible !important;
}

.reference-box {
  white-space: nowrap;
  min-height: 82px;
}

.reference-box p {
  margin: 0;
  white-space: nowrap;
}

.reference-box strong {
  white-space: nowrap;
}

.commitment-strip {
  display: none !important;
}

@media (max-width: 700px) {
  .logo-link {
    width: 220px !important;
    max-width: 70vw !important;
  }

  .logo-link img {
    height: 58px !important;
  }

  .reference-box {
    white-space: normal;
  }

  .reference-box p,
  .reference-box strong {
    white-space: normal;
  }
}


/* v15 final logo/header fix - verified PNG asset */
.site-header {
  min-height: 92px !important;
  height: 92px !important;
  overflow: visible !important;
}

.header-inner {
  min-height: 92px !important;
  height: 92px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.logo-link {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 370px !important;
  height: 70px !important;
  max-width: 44vw !important;
  line-height: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.logo-link img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 700px) {
  .site-header {
    min-height: 78px !important;
    height: 78px !important;
  }

  .header-inner {
    min-height: 78px !important;
    height: 78px !important;
  }

  .logo-link {
    width: 270px !important;
    height: 56px !important;
    max-width: 78vw !important;
  }
}


/* v17 logo-only fix from v15 */
.site-header {
  min-height: 92px !important;
  height: 92px !important;
  overflow: visible !important;
}

.header-inner {
  min-height: 92px !important;
  height: 92px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  max-width: none !important;
  height: 72px !important;
  line-height: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.logo-link img {
  display: block !important;
  height: 70px !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: initial !important;
  object-position: initial !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 700px) {
  .site-header {
    min-height: 78px !important;
    height: 78px !important;
  }

  .header-inner {
    min-height: 78px !important;
    height: 78px !important;
  }

  .logo-link {
    height: 58px !important;
  }

  .logo-link img {
    height: 56px !important;
    width: auto !important;
  }
}


/* v18 header black matched to logo background */
.site-header {
  background: #020302 !important;
  border-bottom-color: rgba(168, 135, 74, 0.42) !important;
  backdrop-filter: none !important;
}

.header-inner {
  background: #020302 !important;
}

.logo-link {
  background: #020302 !important;
}

.logo-link img {
  background: #020302 !important;
}


/* v19 header divider full-width fix */
.site-header {
  position: sticky !important;
  border-bottom: 0 !important;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(168, 135, 74, 0.62);
  z-index: 5;
  pointer-events: none;
}

.header-inner {
  position: relative;
  z-index: 2;
}
