:root {
  --gold: #c3ab56;
  --gold-soft: #d4bc74;
  --gold-deep: #8f7a3a;
  --black: #0a0a0a;
  --graphite: #121212;
  --charcoal: #1a1917;
  --ivory: #f3eee4;
  --sand: #e6dece;
  --mist: #c9c0ae;
  --ink: #161513;
  --muted: #8a8478;
  --line: rgba(195, 171, 86, 0.35);
  --serif: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --sans: "Figtree", "Helvetica Neue", Helvetica, sans-serif;
  --pad: clamp(1.25rem, 4vw, 5.5rem);
  --max: 1180px;
  --header: 4.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button,
.btn {
  font-family: inherit;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: var(--gold);
  color: var(--black);
  padding: 0.5rem 0.8rem;
}

/* Header
   ========================================================================== */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: var(--header);
  display: flex;
  align-items: center;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(10, 10, 10, 0.92);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 3.15rem;
  width: auto;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 0.55rem 0.95rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.25s ease, color 0.25s ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--gold);
  color: var(--black);
}

.header-cta svg {
  width: 0.95rem;
  height: 0.95rem;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-link {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--gold-soft);
}

.portfolio-more {
  margin: 1.75rem 0 0;
  text-align: center;
}

.portfolio-more a {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.2rem;
}

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

.gallery--work .gallery__item {
  grid-column: auto;
}

.gallery--work .gallery__item img {
  aspect-ratio: 4 / 5;
  min-height: 12rem;
}

.work-page {
  padding-top: calc(var(--header) + 2.5rem);
}

.work-page .portfolio-head h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.85rem, 4.2vw, 3.15rem);
  line-height: 1.15;
  margin: 0 0 1.25rem;
}

.crumb {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mist);
  margin: 0 0 1.25rem;
}

.crumb a {
  color: var(--gold);
}

.bio-body {
  background: var(--black);
  color: var(--ivory);
}

.bio-page {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-content: center;
  padding: 2.75rem 1.25rem 3.25rem;
  background: var(--black);
}

.bio-page__inner {
  width: min(100%, 26rem);
  margin-inline: auto;
  text-align: center;
}

.bio-page .logo {
  justify-content: center;
}

.bio-page .logo img {
  height: 7.25rem;
  margin-inline: auto;
}

.bio-page h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.55rem, 5.2vw, 2.05rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--ivory);
  margin: 1.5rem 0 0.75rem;
  text-wrap: balance;
}

.bio-lead {
  margin: 0 auto 1.35rem;
  max-width: 24rem;
  color: var(--sand);
  font-size: 0.98rem;
  line-height: 1.6;
  font-weight: 400;
}

.bio-page .ornament {
  justify-content: center;
  margin: 0 0 1.5rem;
}

.bio-page .ornament span {
  max-width: 4rem;
}

.bio-kicker {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 0.9rem;
}

.bio-links {
  display: grid;
  gap: 0.75rem;
}

.bio-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.15rem;
  padding: 0.7rem 1.1rem 0.7rem 0.85rem;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 500;
  transition: background 0.25s ease, color 0.25s ease;
}

.bio-link:hover,
.bio-link:focus-visible {
  background: var(--gold);
  color: var(--black);
}

.bio-link--fill {
  background: var(--gold);
  color: var(--black);
}

.bio-link--fill:hover,
.bio-link--fill:focus-visible {
  background: transparent;
  color: var(--gold);
}

.bio-link__icon {
  width: 1.2rem;
  height: 1.2rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  z-index: 1;
}

.bio-link__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.bio-link__label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 0 2.4rem;
  pointer-events: none;
}

.bio-note {
  margin-top: 1.85rem;
  color: var(--mist);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Buttons
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.15rem;
  padding: 0.85rem 1.6rem;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--black);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.btn:hover,
.btn:focus-visible {
  background: transparent;
  color: var(--gold);
}

.btn--ghost {
  background: transparent;
  color: var(--gold);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: var(--gold);
  color: var(--black);
}

.btn svg {
  width: 1.05rem;
  height: 1.05rem;
}

/* Hero
   ========================================================================== */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.35) 0%, rgba(10, 10, 10, 0.55) 42%, rgba(10, 10, 10, 0.88) 100%),
    linear-gradient(90deg, rgba(10, 10, 10, 0.72) 0%, rgba(10, 10, 10, 0.2) 58%, rgba(10, 10, 10, 0.45) 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: calc(var(--header) + 3.5rem) 0 4.5rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 1.4rem;
}

.eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: var(--gold);
}

.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.05rem, 6.4vw, 4.35rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  max-width: 18ch;
  margin: 0 0 1.25rem;
}

.hero__sub {
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  font-weight: 400;
  color: var(--sand);
  max-width: 36rem;
  margin: 0 0 2rem;
}

.hero__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
}

.seal {
  color: var(--mist);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Shared sections
   ========================================================================== */

.section {
  position: relative;
  padding: clamp(4.5rem, 10vw, 8rem) 0;
}

.section__inner {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.section--ivory {
  background: var(--ivory);
  color: var(--ink);
}

.section--charcoal {
  background: var(--charcoal);
  color: var(--ivory);
}

.section--black {
  background: var(--black);
  color: var(--ivory);
}

.kicker {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
}

.section h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.85rem, 4.2vw, 3.15rem);
  line-height: 1.15;
  margin: 0 0 1.25rem;
}

.lead {
  font-size: 1.05rem;
  max-width: 40rem;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 2rem;
}

.ornament span {
  flex: 1;
  height: 1px;
  background: var(--line);
  max-width: 5rem;
}

.ornament i {
  width: 6px;
  height: 6px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  display: block;
}

.section--ivory .ornament span {
  background: rgba(195, 171, 86, 0.45);
}

/* Authority
   ========================================================================== */

.authority {
  text-align: center;
}

.authority h2 {
  max-width: 16ch;
  margin-inline: auto;
}

.authority .ornament {
  justify-content: center;
}

.authority .ornament span {
  max-width: 4.5rem;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 1rem;
  margin: 3rem 0 3.25rem;
}

.stat {
  padding: 0.25rem 0.5rem;
}

.stat__value {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1;
  color: var(--gold-deep);
  display: block;
  margin-bottom: 0.45rem;
}

.section--ivory .stat__value {
  color: var(--gold-deep);
}

.stat__label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.positioning {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.35;
  max-width: 28ch;
  margin: 0 auto;
  color: var(--ink);
}

/* Pain
   ========================================================================== */

.pain__grid {
  display: grid;
  gap: 2.5rem;
}

.pain__copy p {
  color: var(--sand);
  margin: 0 0 0.5rem;
}

.bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.bullets li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.98rem;
}

.bullets li:last-child {
  border-bottom: 1px solid var(--line);
}

.bullets svg {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--gold);
  margin-top: 0.2rem;
}

/* Differentials
   ========================================================================== */

.diff-head {
  max-width: 22rem;
  margin-bottom: 2.5rem;
}

.diff-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(195, 171, 86, 0.35);
}

.diff {
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(195, 171, 86, 0.28);
}

.diff svg {
  width: 1.45rem;
  height: 1.45rem;
  color: var(--gold-deep);
  margin-bottom: 0.85rem;
  stroke-width: 1.4;
}

.diff h3 {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  margin: 0 0 0.45rem;
}

.diff p {
  margin: 0;
  color: #5c574e;
  font-size: 0.95rem;
}

/* Portfolio
   ========================================================================== */

.portfolio-head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.portfolio-head p {
  color: var(--mist);
  max-width: 36rem;
  margin: 0;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.gallery__item {
  position: relative;
  overflow: hidden;
  background: var(--graphite);
  min-height: 11rem;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  transform: scale(1.01);
  transition: transform 0.7s ease;
}

.gallery__item:nth-child(1) img,
.gallery__item:nth-child(3) img,
.gallery__item:nth-child(8) img {
  aspect-ratio: 16 / 11;
}

.gallery__item:nth-child(1),
.gallery__item:nth-child(8) {
  grid-column: 1 / -1;
}

.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 10, 10, 0.55) 100%);
  opacity: 0.85;
  transition: opacity 0.4s ease;
}

.gallery__caption {
  position: absolute;
  left: 0.9rem;
  bottom: 0.75rem;
  z-index: 1;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.gallery__item:hover img {
  transform: scale(1.07);
}

.gallery__item:hover::after {
  opacity: 1;
}

/* Process
   ========================================================================== */

.steps {
  display: grid;
  gap: 0;
  margin-top: 2rem;
}

.step {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(195, 171, 86, 0.3);
}

.step:last-child {
  border-bottom: 1px solid rgba(195, 171, 86, 0.3);
}

.step__n {
  font-family: var(--serif);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--gold-deep);
}

.step h3 {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  margin: 0 0 0.3rem;
}

.step p {
  margin: 0;
  color: #5c574e;
}

/* Testimonials
   ========================================================================== */

.quotes-wrap {
  display: grid;
  gap: 1.25rem;
}

.carousel {
  position: relative;
}

.carousel__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 1rem;
  scrollbar-width: none;
}

.carousel__track::-webkit-scrollbar {
  display: none;
}

.quote-card,
.proof-card {
  min-width: 100%;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  padding: 1.75rem 1.4rem 1.6rem;
}

.quote-card blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.35rem;
  line-height: 1.4;
  margin: 0 0 1.25rem;
}

.quote-card cite {
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.placeholder-note {
  display: inline-block;
  margin-top: 0.55rem;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.carousel__nav {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.carousel__nav button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  cursor: pointer;
}

.carousel__nav button:hover,
.carousel__nav button:focus-visible {
  background: var(--gold);
  color: var(--black);
}

.proof-card {
  background: rgba(195, 171, 86, 0.06);
}

.proof-card p {
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.35;
  margin: 0;
}

/* FAQ
   ========================================================================== */

.faq-list {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(195, 171, 86, 0.35);
}

.faq-list details {
  border-bottom: 1px solid rgba(195, 171, 86, 0.28);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--gold-deep);
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  margin: 0 0 1.35rem;
  color: #5c574e;
  max-width: 42rem;
}

/* Final CTA
   ========================================================================== */

.final {
  text-align: center;
  padding: clamp(5rem, 12vw, 8.5rem) 0;
}

.final h2 {
  margin-inline: auto;
}

.final p {
  max-width: 32rem;
  margin: 0 auto 2rem;
  color: var(--sand);
}

.final .ornament {
  justify-content: center;
}

.final .ornament span {
  max-width: 4rem;
}

/* Footer
   ========================================================================== */

.site-footer {
  border-top: 1px solid var(--line);
  padding: 3rem 0 6.5rem;
  background: var(--black);
}

.footer__inner {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  display: grid;
  gap: 1.75rem;
  text-align: center;
}

.site-footer .logo img {
  height: 5.5rem;
  margin-inline: auto;
}

.site-footer p {
  margin: 0;
  color: var(--mist);
  font-size: 0.92rem;
}

.footer__meta {
  display: grid;
  gap: 0.35rem;
}

.ig {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-top: 0.35rem;
}

.ig:hover {
  color: var(--gold-soft);
}

.legal {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: var(--muted);
}

.legal a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Floating WhatsApp
   ========================================================================== */

.wa-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--black);
  color: var(--gold);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.wa-float:hover,
.wa-float:focus-visible {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-2px);
}

.wa-float svg {
  width: 1.35rem;
  height: 1.35rem;
}

/* Reveal
   ========================================================================== */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.9s ease forwards;
}

.hero__content {
  animation: rise 1.1s ease both;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .hero__content,
  .gallery__item img {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Desktop
   ========================================================================== */

@media (min-width: 768px) {
  :root {
    --header: 5.25rem;
  }

  .logo img {
    height: 3.75rem;
  }

  .hero {
    align-items: center;
  }

  .hero__content {
    padding-top: calc(var(--header) + 2rem);
    padding-bottom: 5rem;
  }

  .stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin: 4rem 0 4rem;
  }

  .stat {
    border-right: 1px solid rgba(195, 171, 86, 0.28);
  }

  .stat:last-child {
    border-right: 0;
  }

  .pain__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }

  .diff-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 2.5rem;
  }

  .gallery {
    grid-template-columns: repeat(12, 1fr);
    gap: 0.75rem;
  }

  .gallery__item {
    grid-column: span 4;
  }

  .gallery__item:nth-child(1) {
    grid-column: span 7;
  }

  .gallery__item:nth-child(2) {
    grid-column: span 5;
  }

  .gallery__item:nth-child(6) {
    grid-column: span 5;
  }

  .gallery__item:nth-child(7) {
    grid-column: span 7;
  }

  .gallery__item:nth-child(8) {
    grid-column: span 12;
  }

  .gallery__item img {
    aspect-ratio: 4 / 5;
    min-height: 18rem;
  }

  .gallery__item:nth-child(1) img,
  .gallery__item:nth-child(7) img,
  .gallery__item:nth-child(8) img {
    aspect-ratio: 16 / 10;
    min-height: 20rem;
  }

  .gallery--work {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery--work .gallery__item,
  .gallery--work .gallery__item:nth-child(1),
  .gallery--work .gallery__item:nth-child(2),
  .gallery--work .gallery__item:nth-child(6),
  .gallery--work .gallery__item:nth-child(7),
  .gallery--work .gallery__item:nth-child(8) {
    grid-column: auto;
  }

  .gallery--work .gallery__item img,
  .gallery--work .gallery__item:nth-child(1) img,
  .gallery--work .gallery__item:nth-child(7) img,
  .gallery--work .gallery__item:nth-child(8) img {
    aspect-ratio: 4 / 5;
    min-height: 22rem;
  }

  .header-links {
    gap: 1.25rem;
  }

  .nav-link {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    border-top: 1px solid rgba(195, 171, 86, 0.3);
    padding-top: 2rem;
  }

  .step {
    grid-template-columns: 1fr;
    border: 0;
    padding: 0;
    position: relative;
  }

  .step:last-child {
    border: 0;
  }

  .step__n {
    font-size: 3.4rem;
    margin-bottom: 0.85rem;
  }

  .quotes-wrap {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: stretch;
  }

  .quote-card,
  .proof-card {
    min-height: 100%;
    padding: 2.4rem 2rem;
  }

  .proof-card {
    display: grid;
    align-content: center;
  }

  .footer__inner {
    grid-template-columns: auto 1fr auto;
    text-align: left;
    align-items: center;
  }

  .site-footer .logo img {
    margin: 0;
  }

  .wa-float {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}

@media (min-width: 1100px) {
  .diff-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .diff {
    padding: 2rem 1.25rem 2rem 0;
  }

  .hero h1 {
    max-width: 16ch;
  }
}

/* Lead modal
   ========================================================================== */

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.lead-modal.is-open {
  display: flex;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 6, 6, 0.78);
  backdrop-filter: blur(8px);
}

.lead-modal__card {
  position: relative;
  width: min(100%, 28rem);
  background: #111110;
  border: 1px solid var(--line);
  padding: 1.75rem 1.4rem 1.5rem;
  color: var(--ivory);
}

.lead-modal__close {
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  border: 0;
  background: transparent;
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.lead-modal h2 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 0 0.4rem;
}

.lead-modal p {
  margin: 0 0 1.2rem;
  color: var(--mist);
  font-size: 0.95rem;
}

.lead-modal label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.4rem;
}

.lead-modal input[type="text"],
.lead-modal input[type="tel"] {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.8rem 0.85rem;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ivory);
  font-family: inherit;
  font-size: 1rem;
}

.lead-modal input:focus {
  outline: 1px solid var(--gold);
}

.lead-modal .hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0.25rem 0 1.1rem;
  font-size: 0.82rem;
  color: var(--mist);
}

.consent input {
  margin-top: 0.2rem;
}

.consent a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lead-modal .btn {
  width: 100%;
}

.form-error {
  min-height: 1.2rem;
  margin: 0 0 0.6rem;
  color: #e2b4b4;
  font-size: 0.85rem;
}

body.modal-open {
  overflow: hidden;
}
