:root {
  --ink: #12110f;
  --ink-soft: #24211c;
  --black: #080909;
  --cream: #f8f4ec;
  --cream-deep: #eee6d8;
  --paper: #fffdf9;
  --gold: #c8952e;
  --gold-light: #e0b85c;
  --gold-dark: #9e6c16;
  --muted: #6f695f;
  --line: rgba(177, 127, 34, .3);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Be Vietnam Pro", Arial, sans-serif;
  --shadow: 0 18px 50px rgba(31, 21, 7, .1);
  --section-width: 1491px;
  --header-height: 96px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--black);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

h1,
h2,
h3 {
  font-family: var(--serif);
  line-height: 1.16;
  text-wrap: balance;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--black);
  background: var(--gold-light);
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: none;
}

.section {
  position: relative;
  width: min(100%, var(--section-width));
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
}

.art-section {
  aspect-ratio: 1491 / 1055;
  min-height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.hero .section-art { background-image: url("../background-clean/01_hero_background_clean.png"); }
.problem.is-bg-loaded .section-art { background-image: url("../background-clean/02_problem_background_clean.png"); }
.solution.is-bg-loaded .section-art { background-image: url("../background-clean/03_solution_background_clean.png"); }
.benefits.is-bg-loaded .section-art { background-image: url("../background-clean/04_benefits_background_clean.png"); }
.applications.is-bg-loaded .section-art { background-image: url("../background-clean/05_applications_background_clean.png"); }
.product-types.is-bg-loaded .section-art { background-image: url("../background-clean/06_product_types_background_clean.png"); }
.comparison.is-bg-loaded .section-art { background-image: url("../background-clean/08_comparison_background_clean.png"); }
.process.is-bg-loaded .section-art { background-image: url("../background-clean/09_process_background_clean.png"); }
.lead-form.is-bg-loaded .section-art { background-image: url("../background-clean/10_lead_form_background_clean.png"); }

.hero {
  background: #050606;
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, #050606 0%, #050606 40%, rgba(5, 6, 6, .98) 48%, rgba(5, 6, 6, .18) 61%, transparent 72%);
  content: "";
  pointer-events: none;
}

.problem,
.solution,
.applications,
.product-types,
.comparison,
.process {
  background-color: var(--cream);
}

.problem .section-art {
  right: auto;
  width: 46%;
  background-position: left center;
  background-size: 217.4% 100%;
}

.solution .section-art {
  left: auto;
  width: 51%;
  background-position: right center;
  background-size: 196.1% 100%;
}

.benefits {
  background: #090a0a;
}

.benefits .section-art {
  opacity: .45;
  clip-path: inset(86% 0 0);
}

.before-after {
  background: linear-gradient(90deg, #141414 0%, #141414 32.5%, var(--cream) 32.5%, var(--cream) 100%);
}

.before-after .section-art {
  display: none;
}

.comparison .section-art,
.process .section-art {
  opacity: .035;
}

.lead-form {
  background: linear-gradient(90deg, #080909 0%, #080909 42%, var(--cream) 42%, var(--cream) 100%);
}

.lead-form .section-art {
  right: auto;
  width: 42%;
  background-position: left center;
  background-size: 238.1% 100%;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(100%, var(--section-width));
  min-height: var(--header-height);
  padding: 12px clamp(28px, 3.3vw, 54px);
  color: #fff;
  border-bottom: 1px solid rgba(216, 168, 70, .12);
  background: rgba(7, 8, 8, .94);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
  transition: min-height .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.site-header.is-scrolled {
  min-height: 74px;
  background: rgba(7, 8, 8, .94);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .25);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--gold-light);
  border: 2px solid currentColor;
  transform: rotate(45deg);
}

.brand-mark::before {
  position: absolute;
  inset: 5px;
  border: 1px solid currentColor;
  content: "";
}

.brand-mark span {
  font: 700 11px/1 var(--serif);
  transform: rotate(-45deg);
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: .05em;
}

.brand-copy small {
  margin-top: 4px;
  color: #fff;
  font-size: 9px;
  letter-spacing: .2em;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: clamp(15px, 1.6vw, 30px);
  padding-inline: 20px;
}

.primary-nav a {
  position: relative;
  padding: 12px 0;
  font-family: var(--serif);
  font-size: clamp(12px, .95vw, 15px);
  white-space: nowrap;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 17px;
  color: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: 5px;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease;
}

.header-phone:hover {
  color: var(--black);
  background: var(--gold-light);
}

.nav-toggle {
  display: none;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 17.5%;
  left: 4.55%;
  width: 40.5%;
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin-bottom: 10px;
  color: var(--gold-dark);
  font-size: clamp(10px, .8vw, 13px);
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: none;
  color: var(--gold-light);
}

.hero h1 {
  margin-bottom: 18px;
  color: #f8f5ee;
  font-size: clamp(42px, 4.75vw, 72px);
  font-weight: 500;
  letter-spacing: -.035em;
}

.hero h1 span {
  color: var(--gold);
}

.gold-rule {
  width: 142px;
  height: 2px;
  margin: 24px 0 22px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold-dark));
}

.hero-lede {
  max-width: 570px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .86);
  font-family: var(--serif);
  font-size: clamp(15px, 1.35vw, 21px);
  line-height: 1.65;
}

.hero-lede strong {
  color: var(--gold-light);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  gap: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

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

.button-gold {
  color: #fff;
  background: linear-gradient(135deg, #dda936, #a97014);
  box-shadow: 0 12px 28px rgba(174, 119, 20, .26);
}

.button-gold:hover {
  box-shadow: 0 16px 34px rgba(174, 119, 20, .38);
}

.button-outline {
  color: var(--gold-light);
  border-color: var(--gold);
  background: rgba(8, 9, 9, .42);
}

.button-outline:hover {
  color: var(--black);
  background: var(--gold-light);
}

.hero-badges {
  position: absolute;
  z-index: 2;
  bottom: 10.2%;
  left: 4.55%;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 0;
  width: 48%;
  margin: 0;
  padding: 0;
  color: #f8f3e8;
  list-style: none;
}

.hero-badges li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding-inline: 16px;
  border-right: 1px solid rgba(205, 157, 61, .5);
  font-family: var(--serif);
  font-size: clamp(10px, .9vw, 14px);
  line-height: 1.4;
}

.hero-badges li:first-child { padding-left: 0; }
.hero-badges li:last-child { border-right: 0; }
.hero-badges li > span { color: var(--gold-light); font-size: 30px; }

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 50%;
  display: grid;
  width: 28px;
  height: 44px;
  place-items: start center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 20px;
  opacity: .7;
}

.scroll-cue span {
  width: 4px;
  height: 8px;
  margin-top: 8px;
  border-radius: 3px;
  background: var(--gold-light);
  animation: scroll-dot 1.8s ease-in-out infinite;
}

@keyframes scroll-dot {
  0%, 100% { transform: translateY(0); opacity: .3; }
  50% { transform: translateY(16px); opacity: 1; }
}

.problem-copy {
  position: absolute;
  z-index: 2;
  top: 21%;
  right: 2.8%;
  width: 48.5%;
}

.problem-copy .section-kicker {
  display: none;
}

.problem h2 {
  max-width: 680px;
  margin-bottom: 36px;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 600;
}

.problem h2 span {
  color: var(--gold-dark);
}

.issue-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 24px;
}

.issue-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  min-height: 160px;
  padding: 20px 20px 20px 14px;
  border: 1px solid rgba(117, 102, 74, .14);
  border-radius: 18px;
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 8px 18px rgba(65, 51, 28, .05);
  backdrop-filter: blur(2px);
}

.line-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: var(--gold-dark);
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 5px 18px rgba(40, 28, 8, .08);
  font-family: var(--serif);
  font-size: 31px;
}

.issue-card h3 {
  margin-bottom: 3px;
  font-size: clamp(16px, 1.35vw, 21px);
}

.issue-card p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.45;
}

.solution-copy {
  position: absolute;
  z-index: 2;
  top: 31%;
  left: 3.7%;
  width: 42.5%;
}

.solution-copy .section-kicker {
  display: none;
}

.solution h2 {
  margin-bottom: 30px;
  font-size: clamp(45px, 4vw, 62px);
  font-weight: 500;
}

.solution-copy > p:not(.section-kicker) {
  max-width: 600px;
  font-size: clamp(16px, 1.5vw, 23px);
  line-height: 1.65;
}

.solution-copy .solution-highlight {
  margin-top: 28px;
  color: var(--gold-dark);
  font-weight: 700;
}

.swatch-labels {
  position: absolute;
  z-index: 2;
  right: 5.5%;
  bottom: 18.3%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 43%;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.swatch-labels li {
  padding-top: 128px;
  color: transparent;
  font-size: 1px;
}

.section-heading {
  position: absolute;
  z-index: 2;
  top: 5%;
  right: 3%;
  left: 3%;
  text-align: center;
}

.section-heading .section-kicker {
  display: none;
}

.section-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(35px, 3.45vw, 53px);
  font-weight: 600;
}

.heading-light h2 {
  color: var(--gold-light);
}

.ornament {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-size: 17px;
}

.ornament::before,
.ornament::after {
  width: 145px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.benefits .section-heading {
  top: 14.5%;
}

.benefits .section-heading h2 {
  font-size: clamp(31px, 3vw, 46px);
}

.benefit-grid {
  position: absolute;
  z-index: 2;
  top: 31.3%;
  right: 3.2%;
  bottom: 20.3%;
  left: 3.2%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2%;
}

.benefit-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  color: #f8f4ec;
  border: 1px solid rgba(216, 168, 70, .72);
  border-radius: 16px;
  background: rgba(8, 9, 9, .9);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
  text-align: center;
}

.benefit-icon {
  display: grid;
  min-height: 100px;
  place-items: center;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: clamp(56px, 5.4vw, 84px);
}

.benefit-grid h3 {
  margin: 20px 0 18px;
  color: var(--gold-light);
  font-size: clamp(20px, 1.75vw, 27px);
  text-transform: uppercase;
}

.benefit-grid p {
  max-width: 210px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(14px, 1.18vw, 18px);
  line-height: 1.55;
}

.applications .section-heading {
  top: 3.5%;
}

.application-grid {
  position: absolute;
  z-index: 2;
  top: 15.4%;
  right: 3.35%;
  bottom: 5.2%;
  left: 3.35%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2.3% 1.75%;
}

.application-grid article {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  padding: 0 18px 3.2%;
}

.application-grid article > span {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: clamp(33px, 3vw, 48px);
}

.application-grid h3 {
  width: 53%;
  margin: 0;
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 600;
}

.product-types .section-heading {
  top: 18%;
}

.product-labels {
  position: absolute;
  z-index: 2;
  top: 32.1%;
  right: 3.65%;
  bottom: 24%;
  left: 3.65%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.45%;
}

.product-labels article {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.3%;
}

.product-labels h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.9vw, 29px);
  font-weight: 500;
  text-align: center;
}

.before-after-copy {
  position: absolute;
  z-index: 4;
  top: 25%;
  left: 5.3%;
  width: 25.5%;
  color: #f6f1e7;
}

.before-after-copy .section-kicker {
  display: none;
}

.before-after h2 {
  font-size: clamp(31px, 3vw, 46px);
}

.before-after h2 span {
  color: var(--gold-light);
}

.ornament-line {
  display: flex;
  align-items: center;
  width: 235px;
  margin: 36px 0;
  color: var(--gold);
  font-size: 14px;
}

.ornament-line::before,
.ornament-line::after {
  flex: 1;
  height: 1px;
  background: var(--gold);
  content: "";
}

.before-after-copy > p:last-child {
  font-family: var(--serif);
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.55;
}

.ba-stage {
  position: absolute;
  z-index: 3;
  top: 11.4%;
  right: 2.5%;
  width: 64.2%;
  height: 72.8%;
  overflow: hidden;
  border: 1px solid rgba(169, 113, 19, .54);
  border-radius: 13px;
  background: #ddd;
  box-shadow: var(--shadow);
}

.before-after.is-bg-loaded .ba-layer {
  position: absolute;
  inset: 0;
  background-image: url("../background-clean/07_before_after_background_clean.png");
  background-repeat: no-repeat;
}

.ba-before {
  background-position: 45.8% 49%;
  background-size: 366% 147%;
}

.ba-after {
  clip-path: inset(0 0 0 var(--position));
  background-position: 92.5% 49%;
  background-size: 294% 147%;
}

.ba-divider {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
  transform: translateX(-1px);
  pointer-events: none;
}

.ba-divider::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: rgba(255, 253, 249, .95);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
  content: "";
  transform: translate(-50%, -50%);
}

.ba-divider span {
  position: absolute;
  z-index: 1;
  top: 50%;
  color: var(--gold-dark);
  font: 700 32px/1 var(--serif);
  transform: translateY(-52%);
}

.ba-divider span:first-child { right: 5px; }
.ba-divider span:last-child { left: 5px; }

.ba-label {
  position: absolute;
  z-index: 4;
  bottom: 3.5%;
  min-width: 126px;
  padding: 10px 25px;
  color: #fff;
  border-radius: 6px;
  font-family: var(--serif);
  font-size: clamp(16px, 1.35vw, 21px);
  text-align: center;
}

.ba-label-before { left: 2.5%; background: rgba(20, 20, 20, .85); }
.ba-label-after {
  right: 0;
  bottom: 4.1%;
  min-width: 242px;
  min-height: 51px;
  background: #c58e25;
}

.ba-range {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.comparison {
  min-height: 980px;
  padding: 58px 3.5% 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.comparison .section-heading {
  position: relative;
  inset: auto;
  margin-bottom: 10px;
}

.comparison .section-heading .ornament {
  display: none;
}

.comparison .section-heading h2 {
  font-size: clamp(34px, 3.4vw, 52px);
}

.comparison-wrap {
  position: relative;
  z-index: 2;
  max-width: 1378px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(173, 117, 20, .5);
  border-radius: 20px;
  background: rgba(255, 253, 249, .8);
  box-shadow: var(--shadow);
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: clamp(13px, 1.15vw, 17px);
}

.comparison th,
.comparison td {
  padding: 13px 18px;
  border-right: 1px solid rgba(178, 127, 31, .25);
  border-bottom: 1px solid rgba(178, 127, 31, .25);
  line-height: 1.38;
  text-align: center;
}

.comparison tr:last-child > * { border-bottom: 0; }
.comparison tr > *:last-child { border-right: 0; }

.comparison thead th {
  height: 76px;
  color: #fff;
  background: linear-gradient(135deg, #d6a333, #b07917);
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 28px);
  text-transform: uppercase;
}

.comparison thead th:first-child {
  width: 27%;
  color: var(--gold-dark);
  background: rgba(255, 253, 249, .95);
}

.comparison thead th:last-child {
  background: linear-gradient(135deg, #272727, #090909);
}

.comparison tbody th {
  color: var(--ink);
  background: rgba(255, 253, 249, .64);
  font-family: var(--serif);
  font-size: clamp(14px, 1.35vw, 20px);
  font-weight: 600;
  text-align: left;
}

.comparison tbody tr {
  height: 79px;
}

.comparison tbody td:nth-child(2) {
  background: rgba(255, 249, 235, .48);
}

.process .section-heading {
  top: 6%;
}

.process-grid {
  position: absolute;
  z-index: 2;
  top: 25.7%;
  right: 2.85%;
  bottom: 16.2%;
  left: 2.85%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2% 8%;
  border: 1px solid rgba(181, 127, 29, .24);
  border-radius: 16px;
  background: rgba(255, 253, 249, .94);
  box-shadow: 0 16px 36px rgba(60, 43, 14, .08);
  text-align: center;
}

.process-grid li:not(:last-child)::after {
  position: absolute;
  top: 20.5%;
  left: calc(100% + 8%);
  width: 13%;
  height: 2px;
  background: var(--gold);
  content: "";
}

.process-icon {
  display: grid;
  width: clamp(90px, 10vw, 150px);
  aspect-ratio: 1;
  place-items: center;
  color: var(--gold-dark);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 74px);
}

.process-grid strong {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 500;
  line-height: 1;
}

.process-grid h3 {
  min-height: 54px;
  margin: 25px 0 16px;
  font-size: clamp(18px, 1.55vw, 24px);
}

.process-grid p {
  margin: 0;
  font-size: clamp(12px, 1.05vw, 16px);
  line-height: 1.65;
}

.consult-copy {
  position: absolute;
  z-index: 2;
  top: 8.5%;
  bottom: 6%;
  left: 6.7%;
  width: 33.2%;
  color: #fff;
}

.consult-copy .section-kicker {
  display: none;
}

.consult-copy h2 {
  margin-bottom: 42px;
  color: var(--gold-light);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.27;
}

.consult-copy ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.consult-copy li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(14px, 1.35vw, 20px);
}

.consult-copy li::before {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  place-items: center;
  color: var(--black);
  border-radius: 50%;
  background: var(--gold);
  content: "✓";
  font-size: 14px;
  font-weight: 800;
}

.quote-form {
  position: absolute;
  z-index: 3;
  top: 6.2%;
  right: 4.6%;
  bottom: 6.4%;
  width: 52.8%;
  padding: 3.6% 3%;
  border: 1px solid rgba(178, 127, 31, .5);
  border-radius: 20px;
  background: rgba(255, 253, 249, .88);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
  backdrop-filter: blur(3px);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 2vw, 30px) clamp(18px, 2.3vw, 36px);
}

.field-wide {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 9px;
  font-family: var(--serif);
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 600;
}

.field label span {
  color: #a82519;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(155, 117, 55, .32);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .74);
  box-shadow: inset 0 1px 3px rgba(71, 52, 18, .04);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.field input,
.field select {
  height: clamp(54px, 5vw, 72px);
  padding: 0 20px;
}

.field textarea {
  min-height: clamp(90px, 10vw, 135px);
  padding: 16px 20px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 149, 46, .14);
}

.field.has-error input,
.field.has-error select {
  border-color: #a82519;
}

.field-error {
  display: block;
  min-height: 18px;
  margin-top: 4px;
  color: #9a2319;
  font-size: 11px;
  line-height: 1.3;
}

.form-submit {
  width: 100%;
  min-height: clamp(58px, 5.3vw, 78px);
  margin-top: clamp(18px, 2.5vw, 34px);
  border: 0;
  cursor: pointer;
  font-size: clamp(15px, 1.5vw, 23px);
  text-transform: none;
}

.form-status {
  min-height: 24px;
  margin: 10px 0 0;
  color: #365727;
  font-size: 13px;
  text-align: center;
}

.faq {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(50px, 7vw, 110px);
  min-height: 760px;
  padding: clamp(90px, 9vw, 135px) clamp(45px, 7vw, 105px);
  background:
    radial-gradient(circle at 9% 17%, rgba(200, 149, 46, .09), transparent 28%),
    linear-gradient(120deg, #0d0e0e 0%, #070808 54%, #11100e 100%);
}

.faq::after {
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 550px;
  height: 550px;
  border: 1px solid rgba(200, 149, 46, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(200, 149, 46, .02), 0 0 0 160px rgba(200, 149, 46, .015);
  content: "";
}

.faq-intro {
  position: relative;
  z-index: 1;
  color: #fff;
}

.faq-intro .section-kicker {
  color: var(--gold-light);
}

.faq-intro h2 {
  margin: 18px 0 28px;
  color: #fff4dc;
  font-size: clamp(39px, 4vw, 62px);
}

.faq-intro > p:last-of-type {
  max-width: 480px;
  color: rgba(255, 255, 255, .66);
}

.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 25px;
  color: var(--gold-light);
  border-bottom: 1px solid rgba(224, 184, 92, .45);
  font-weight: 600;
}

.text-link span {
  transition: transform .2s ease;
}

.text-link:hover span {
  transform: translateX(6px);
}

.faq-list {
  position: relative;
  z-index: 1;
}

.faq-item {
  border-top: 1px solid rgba(224, 184, 92, .25);
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(224, 184, 92, .25);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  gap: 15px;
  align-items: center;
  width: 100%;
  min-height: 89px;
  padding: 18px 5px;
  color: #f7f1e5;
  border: 0;
  background: transparent;
  font-family: var(--serif);
  font-size: clamp(18px, 1.65vw, 25px);
  text-align: left;
  cursor: pointer;
}

.faq-item button > span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 12px;
}

.faq-item button i {
  position: relative;
  width: 18px;
  height: 18px;
}

.faq-item button i::before,
.faq-item button i::after {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 16px;
  height: 1px;
  background: var(--gold-light);
  content: "";
  transition: transform .25s ease;
}

.faq-item button i::after {
  transform: rotate(90deg);
}

.faq-item.is-open button i::after {
  transform: rotate(0);
}

.faq-panel {
  padding: 0 40px 24px 57px;
}

.faq-panel p {
  margin: 0;
  color: rgba(255, 255, 255, .63);
  line-height: 1.75;
}

.site-footer {
  width: min(100%, var(--section-width));
  margin-inline: auto;
  padding: 70px clamp(30px, 5vw, 75px) 24px;
  color: rgba(255, 255, 255, .68);
  border-top: 1px solid rgba(200, 149, 46, .3);
  background: #050606;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr 1fr;
  gap: clamp(30px, 4vw, 65px);
  padding-bottom: 58px;
}

.footer-brand > p {
  max-width: 360px;
  margin: 24px 0 0;
}

.footer-top h2 {
  margin: 7px 0 22px;
  color: var(--gold-light);
  font-size: 18px;
  text-transform: uppercase;
}

.footer-top ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-top a:not(.brand):not(.button):hover {
  color: var(--gold-light);
}

.footer-top .button {
  min-height: 47px;
  margin-top: 9px;
  padding-inline: 20px;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 12px;
}

.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 25px; }

.mobile-sticky-cta {
  display: none;
}

@media (min-width: 1200px) {
  .hero-actions {
    transform: none;
  }

  .hero-actions .button:first-child {
    width: 280px;
  }

  .hero-actions .button:last-child {
    width: 234px;
  }

  .application-grid article > span {
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .application-grid article > span {
    visibility: hidden;
  }

  .application-grid h3 {
    transform: translateX(28px);
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

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

  .art-section {
    min-height: 760px;
    aspect-ratio: auto;
    background-size: cover;
  }

  .site-header {
    min-height: var(--header-height);
    padding-inline: 24px;
    background: rgba(7, 8, 8, .94);
    backdrop-filter: blur(14px);
  }

  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 17px; }
  .primary-nav { gap: 13px; padding-inline: 14px; }
  .primary-nav a { font-size: 11px; }
  .header-phone { min-height: 40px; padding-inline: 11px; font-size: 14px; }

  .hero {
    min-height: 850px;
    background-position: 58% center;
  }

  .hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 5, 5, .97) 0%, rgba(3, 5, 5, .76) 43%, rgba(3, 5, 5, .05) 75%);
    content: "";
  }

  .hero-copy { top: 17%; width: 48%; }
  .hero-actions { transform: none; }
  .hero-badges { bottom: 7%; width: 62%; }

  .problem { background-position: center; }
  .problem-copy { top: 18%; right: 4%; width: 51%; }
  .issue-grid { gap: 15px; }
  .issue-card { grid-template-columns: 60px 1fr; min-height: 120px; padding: 14px; }
  .line-icon { width: 51px; height: 51px; }

  .solution { background-position: center; }
  .solution-copy { top: 27%; width: 45%; }

  .benefit-grid { top: 31%; bottom: 12%; }
  .benefit-grid article { padding: 14px 8px; }
  .benefit-grid h3 { font-size: 18px; }
  .benefit-grid p { font-size: 13px; }

  .application-grid { bottom: 3%; }
  .product-labels { bottom: 17%; }

  .before-after-copy { left: 4%; width: 28%; }
  .ba-stage { right: 3%; width: 63%; }

  .comparison { min-height: 900px; padding-inline: 24px; }
  .comparison th, .comparison td { padding: 11px 12px; }

  .process-grid { top: 25%; bottom: 8%; gap: 1%; }
  .process-grid li { padding-inline: 5%; }
  .process-grid p { font-size: 12px; }

  .consult-copy { left: 4%; width: 35%; }
  .quote-form { right: 3%; width: 56%; padding: 4% 3%; }
  .field-grid { gap: 13px 18px; }

  .faq { min-height: 700px; padding: 80px 48px; }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    background: rgba(7, 8, 8, .94);
    backdrop-filter: blur(14px);
  }

  .nav-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 10px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(224, 184, 92, .5);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 21px;
    height: 1px;
    background: var(--gold-light);
    transition: transform .2s ease, opacity .2s ease;
  }

  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }

  .primary-nav {
    position: fixed;
    z-index: -1;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: min(390px, 88vw);
    padding: 34px;
    background: rgba(7, 8, 8, .98);
    box-shadow: -20px 20px 50px rgba(0, 0, 0, .35);
    transform: translateX(105%);
    transition: transform .3s ease;
  }

  .primary-nav.is-open { transform: none; }
  .primary-nav a { padding: 12px 0; font-size: 18px; }
  .header-phone { display: none; }

  .benefits { min-height: 1080px; }
  .benefits .section-heading { top: 7%; }
  .benefit-grid {
    top: 22%;
    bottom: 6%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 14px;
  }
  .benefit-grid article { border: 1px solid rgba(216, 168, 70, .7); border-radius: 14px; background: rgba(8, 9, 9, .82); }
  .benefit-grid article:last-child { grid-column: 1 / -1; justify-self: center; width: 50%; }
  .benefit-icon { min-height: 65px; font-size: 48px; }
  .benefit-grid h3 { margin: 8px 0; }

  .process { min-height: 1100px; }
  .process .section-heading { top: 4%; }
  .process-grid { top: 17%; bottom: 4%; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: 16px; }
  .process-grid li { padding: 18px; border: 1px solid rgba(181, 127, 29, .22); border-radius: 14px; background: rgba(255,255,255,.72); box-shadow: var(--shadow); }
  .process-grid li:last-child { grid-column: 1 / -1; justify-self: center; width: 49%; }
  .process-grid li::after { display: none; }
  .process-icon { width: 80px; }
  .process-grid strong { font-size: 47px; }
  .process-grid h3 { min-height: auto; margin: 8px 0; }
  .process-grid p { font-size: 12px; }

  .lead-form { min-height: 1040px; }
  .consult-copy { top: 7%; left: 5%; width: 39%; }
  .consult-copy h2 { font-size: 31px; }
  .quote-form { top: 5%; bottom: 5%; width: 53%; overflow: auto; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }

  .faq { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro h2 br { display: none; }
  .faq-intro > p:last-of-type { max-width: 650px; }

  .footer-top { grid-template-columns: repeat(2, 1fr); }
}

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

  body { padding-bottom: 68px; font-size: 15px; background: var(--cream); }

  .site-header {
    min-height: var(--header-height);
    padding: 10px 16px;
  }

  .site-header.is-scrolled { min-height: var(--header-height); }
  .brand { gap: 9px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 7px; }

  .section,
  .art-section {
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    overflow: hidden;
  }

  .hero {
    min-height: max(920px, 100svh);
    padding: 118px 20px 140px;
    background-position: 64% center;
    background-size: cover;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(3, 5, 5, .96) 0%, rgba(3, 5, 5, .83) 56%, rgba(3, 5, 5, .5) 100%);
  }

  .hero-copy,
  .hero-badges {
    position: relative;
    inset: auto;
    width: auto;
  }

  .hero-copy { z-index: 2; }
  .hero .eyebrow { display: block; font-size: 9px; }
  .hero h1 { margin: 14px 0 16px; font-size: clamp(43px, 13.5vw, 58px); line-height: 1.05; }
  .gold-rule { width: 88px; margin: 20px 0; }
  .hero-lede { max-width: 390px; margin-bottom: 24px; font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; max-width: 330px; gap: 12px; }
  .hero-actions { transform: none; }
  .button { min-height: 52px; font-size: 13px; }

  .hero-badges {
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 8px;
    margin-top: 32px;
  }
  .hero-badges li { gap: 8px; padding: 0; border: 0; font-size: 11px; }
  .hero-badges li > span { font-size: 22px; }
  .scroll-cue { display: none; }

  .problem,
  .solution,
  .benefits,
  .applications,
  .product-types,
  .before-after,
  .process,
  .lead-form {
    padding: 72px 20px;
  }

  .problem { padding-top: 340px; background-position: 19% top; background-size: auto 650px; background-color: var(--cream); }
  .problem .section-art {
    right: 0;
    width: 100%;
    height: 360px;
    background-position: left top;
    background-size: 217.4% auto;
  }
  .problem::before {
    position: absolute;
    z-index: 1;
    inset: 300px 0 0;
    background: linear-gradient(to bottom, rgba(248,244,236,.1), var(--cream) 60px);
    content: "";
  }
  .problem-copy { position: relative; inset: auto; width: auto; }
  .problem-copy .section-kicker { display: block; }
  .problem h2 { margin-bottom: 28px; font-size: 33px; }
  .issue-grid { grid-template-columns: 1fr; gap: 12px; }
  .issue-card { min-height: 104px; background: rgba(255, 253, 249, .94); box-shadow: 0 8px 24px rgba(50,35,10,.08); }
  .issue-card h3 { font-size: 18px; }

  .solution { padding-top: 390px; background-position: 72% top; background-size: auto 540px; background-color: var(--cream); }
  .solution .section-art {
    left: 0;
    width: 100%;
    height: 410px;
    background-position: right top;
    background-size: 196.1% auto;
  }
  .solution::before { position: absolute; z-index: 1; inset: 340px 0 0; background: linear-gradient(to bottom, transparent, var(--cream) 70px); content: ""; }
  .solution-copy { position: relative; inset: auto; width: auto; }
  .solution-copy .section-kicker { display: block; }
  .solution h2 { margin-bottom: 20px; font-size: 40px; }
  .solution-copy > p:not(.section-kicker) { font-size: 16px; }
  .solution-copy .solution-highlight { margin-top: 20px; }
  .swatch-labels { display: none; }

  .benefits { background-position: center; background-size: cover; }
  .section-heading,
  .benefits .section-heading,
  .applications .section-heading,
  .product-types .section-heading,
  .process .section-heading {
    position: relative;
    inset: auto;
    margin-bottom: 34px;
  }
  .section-heading .section-kicker { display: block; }
  .benefits .section-heading .section-kicker { color: var(--gold-light); }
  .section-heading h2,
  .benefits .section-heading h2 { margin-bottom: 12px; font-size: 34px; }
  .benefits .section-heading h2 br { display: block; }
  .ornament::before, .ornament::after { width: 62px; }
  .benefit-grid { position: relative; inset: auto; grid-template-columns: 1fr; grid-template-rows: auto; gap: 14px; }
  .benefit-grid article,
  .benefit-grid article:last-child { width: 100%; min-height: 280px; padding: 28px; }
  .benefit-icon { font-size: 58px; }
  .benefit-grid h3 { font-size: 23px; }
  .benefit-grid p { max-width: 300px; font-size: 15px; }

  .applications { background-position: center; background-size: cover; background-color: var(--cream); }
  .applications .section-art,
  .product-types .section-art { display: none; }
  .application-grid { position: relative; inset: auto; grid-template-columns: 1fr; grid-template-rows: none; gap: 16px; }
  .application-grid article {
    min-height: 235px;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 22px;
    border-radius: 16px;
    background: rgba(255,253,249,.88);
    box-shadow: var(--shadow);
  }
  .applications.is-bg-loaded .application-grid article:nth-child(1) { background: linear-gradient(to top, rgba(255,253,249,.96) 0 35%, transparent 55%), url("../background-clean/05_applications_background_clean.png") 7% 27% / 320% auto; }
  .applications.is-bg-loaded .application-grid article:nth-child(2) { background: linear-gradient(to top, rgba(255,253,249,.96) 0 35%, transparent 55%), url("../background-clean/05_applications_background_clean.png") 50% 27% / 320% auto; }
  .applications.is-bg-loaded .application-grid article:nth-child(3) { background: linear-gradient(to top, rgba(255,253,249,.96) 0 35%, transparent 55%), url("../background-clean/05_applications_background_clean.png") 93% 27% / 320% auto; }
  .applications.is-bg-loaded .application-grid article:nth-child(4) { background: linear-gradient(to top, rgba(255,253,249,.96) 0 35%, transparent 55%), url("../background-clean/05_applications_background_clean.png") 7% 78% / 320% auto; }
  .applications.is-bg-loaded .application-grid article:nth-child(5) { background: linear-gradient(to top, rgba(255,253,249,.96) 0 35%, transparent 55%), url("../background-clean/05_applications_background_clean.png") 50% 78% / 320% auto; }
  .applications.is-bg-loaded .application-grid article:nth-child(6) { background: linear-gradient(to top, rgba(255,253,249,.96) 0 35%, transparent 55%), url("../background-clean/05_applications_background_clean.png") 93% 78% / 320% auto; }
  .application-grid h3 { width: auto; font-size: 21px; }
  .application-grid article > span { font-size: 34px; }

  .product-types { background: var(--cream); }
  .product-labels { position: relative; inset: auto; grid-template-columns: 1fr 1fr; gap: 13px; }
  .product-labels article { min-height: 260px; padding: 18px 10px; border: 1px solid rgba(165,109,14,.36); border-radius: 13px; background-repeat: no-repeat; overflow: hidden; }
  .product-types.is-bg-loaded .product-labels article:nth-child(1) { background-image: linear-gradient(to top, #181818 0 26%, transparent 27%), url("../background-clean/06_product_types_background_clean.png"); background-position: center, 6% 50%; background-size: 100%, 425% auto; }
  .product-types.is-bg-loaded .product-labels article:nth-child(2) { background-image: linear-gradient(to top, #181818 0 26%, transparent 27%), url("../background-clean/06_product_types_background_clean.png"); background-position: center, 35% 50%; background-size: 100%, 425% auto; }
  .product-types.is-bg-loaded .product-labels article:nth-child(3) { background-image: linear-gradient(to top, #181818 0 26%, transparent 27%), url("../background-clean/06_product_types_background_clean.png"); background-position: center, 66% 50%; background-size: 100%, 425% auto; }
  .product-types.is-bg-loaded .product-labels article:nth-child(4) { background-image: linear-gradient(to top, #181818 0 26%, transparent 27%), url("../background-clean/06_product_types_background_clean.png"); background-position: center, 96% 50%; background-size: 100%, 425% auto; }
  .product-labels h3 { font-size: 16px; }

  .before-after { background: var(--cream); }
  .before-after-copy { position: relative; inset: auto; width: auto; }
  .before-after-copy .section-kicker { display: block; }
  .before-after h2 { font-size: 37px; }
  .ornament-line { width: 180px; margin: 25px 0; }
  .before-after-copy > p:last-child { font-size: 17px; }
  .ba-stage { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 4 / 3; margin-top: 34px; }
  .ba-label { min-width: 86px; padding: 7px 13px; font-size: 14px; }
  .ba-label-after { min-width: 112px; min-height: 0; }
  .ba-divider::before { width: 48px; height: 48px; }

  .comparison { min-height: 0; padding: 72px 20px; background-position: center; }
  .comparison .section-heading { margin-bottom: 30px; }
  .comparison .section-heading h2 { font-size: 34px; }
  .comparison-wrap { margin-right: -20px; overflow-x: auto; border-radius: 12px 0 0 12px; box-shadow: none; }
  .comparison table { width: 870px; font-size: 13px; }
  .comparison th, .comparison td { padding: 12px; }
  .comparison thead th { font-size: 17px; }
  .comparison tbody th { font-size: 14px; }

  .process { background-position: center; background-size: cover; background-color: var(--cream); }
  .process-grid { position: relative; inset: auto; display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 14px; }
  .process-grid li,
  .process-grid li:last-child { display: grid; grid-template-columns: 78px 1fr; align-items: center; width: 100%; padding: 20px; text-align: left; }
  .process-icon { grid-row: 1 / 4; width: 64px; font-size: 40px; }
  .process-grid strong { position: absolute; top: 13px; right: 18px; color: rgba(158,108,22,.18); font-size: 65px; }
  .process-grid h3 { margin: 0 35px 8px 0; font-size: 22px; }
  .process-grid p { margin: 0; font-size: 13px; }

  .lead-form { padding: 0; background: #080909; }
  .lead-form .section-art {
    right: 0;
    width: 100%;
    height: 1000px;
    background-position: left top;
    background-size: 238.1% 100%;
  }
  .lead-form::before { position: absolute; z-index: 1; inset: 0; background: rgba(5,6,6,.65); content: ""; }
  .consult-copy { position: relative; inset: auto; width: auto; padding: 72px 20px 250px; }
  .consult-copy .section-kicker { display: block; color: var(--gold-light); }
  .consult-copy h2 { margin-bottom: 30px; font-size: 35px; }
  .consult-copy li { font-size: 14px; }
  .quote-form { position: relative; inset: auto; width: auto; margin: 0 12px 12px; padding: 26px 18px; overflow: visible; border-radius: 16px; }
  .field-grid { grid-template-columns: 1fr; gap: 12px; }
  .field input, .field select { height: 54px; }
  .field textarea { min-height: 105px; }
  .field label { font-size: 16px; }
  .form-submit { font-size: 14px; }

  .faq { display: block; min-height: 0; padding: 100px 20px 76px; }
  .faq-intro { margin-bottom: 46px; }
  .faq-intro h2 { font-size: 38px; }
  .faq-item button { grid-template-columns: 31px 1fr 20px; min-height: 80px; font-size: 18px; }
  .faq-panel { padding: 0 10px 22px 46px; }

  .site-footer { padding: 58px 20px 25px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 8px; }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 1500;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    min-height: 68px;
    padding: 8px;
    background: rgba(7,8,8,.96);
    box-shadow: 0 -8px 30px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
  }
  .mobile-sticky-cta a { display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; border: 1px solid rgba(224,184,92,.45); font-size: 13px; font-weight: 700; }
  .mobile-sticky-cta a:last-child { color: #17120a; border-color: var(--gold); background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
}

@media (max-width: 420px) {
  .product-labels { grid-template-columns: 1fr; }
  .product-labels article { min-height: 300px; }
  .product-labels article:nth-child(1) { background-size: 100%, 410% auto; }
  .product-labels article:nth-child(2) { background-size: 100%, 410% auto; }
  .product-labels article:nth-child(3) { background-size: 100%, 410% auto; }
  .product-labels article:nth-child(4) { background-size: 100%, 410% auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
