/** Shopify CDN: Minification failed

Line 2588:3 Expected ":"

**/
/* ==========================================================================
   Primo Get Expert Advice LP — luxury editorial (extends primo-lp.css)
   ========================================================================== */

.template-consultation {
  --eh-ink: #0c0c0c;
  --eh-brand-navy: #1b205a;
  --eh-star-gold: #fbbc04;
  --eh-gold: #b8975a;
  --eh-gold-light: #d4b87a;
  --eh-gold-dark: #8f6f3a;
  --eh-warm-black: #12100e;
  --eh-stone: #f7f6f4;
  --eh-cream: #faf8f5;
  --eh-line: rgba(0, 0, 0, 0.08);
  --eh-section-pad: 96px;
  --eh-section-pad-mobile: 72px;
  --text-display-lg: 48px;
  --text-display-lg-mobile: 34px;
  --text-display-lg-lh: 1.12;
  background: #fff;
  color: var(--eh-ink);
}

.template-consultation section[id],
.template-consultation #get-expert-advice,
.template-consultation #get-expert-advice-bottom,
.template-consultation #get-expert-advice-mid {
  scroll-margin-top: 88px;
}

@media (min-width: 768px) {
  .template-consultation .type-display-lg {
    font-size: var(--text-display-lg);
    line-height: var(--text-display-lg-lh);
    letter-spacing: -0.02em;
    font-weight: 500;
  }
}

.template-consultation .shopify-section.primo-eh-section-header,
.template-consultation .shopify-section.primo-eh-section-sticky-cta {
  display: contents;
}

/* --------------------------------------------------------------------------
   Container
   -------------------------------------------------------------------------- */
.primo-eh-container {
  width: 100%;
  max-width: var(--spacing-container-max, 1340px);
  margin: 0 auto;
  padding-left: var(--spacing-margin-mobile, 20px);
  padding-right: var(--spacing-margin-mobile, 20px);
}

@media (min-width: 768px) {
  .primo-eh-container {
    padding-left: var(--spacing-margin-desktop, 64px);
    padding-right: var(--spacing-margin-desktop, 64px);
  }
}

/* --------------------------------------------------------------------------
   Shared typography & section header
   -------------------------------------------------------------------------- */
.primo-eh-eyebrow {
  display: inline-block;
  color: var(--eh-gold);
  letter-spacing: 0.14em;
  margin-bottom: 12px;
}

.primo-eh-section-header {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto 48px;
}

.primo-eh-section-header h2,
.primo-eh-section-header .type-display-lg {
  margin: 0;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.primo-eh-section-header .primo-eh-eyebrow {
  display: block;
  margin-bottom: 16px;
}

.template-consultation .primo-eh-section-header .primo-eh-eyebrow {
  position: relative;
  padding-bottom: 14px;
}

.template-consultation .primo-eh-section-header .primo-eh-eyebrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: var(--eh-gold);
  opacity: 0.6;
}

.primo-eh-section-header--light,
.primo-eh-offer--dark .primo-eh-section-header {
  color: #fff;
}

.primo-eh-section-header--light .primo-eh-eyebrow,
.primo-eh-offer--dark .primo-eh-eyebrow {
  color: var(--eh-gold);
}

/* --------------------------------------------------------------------------
   CTA block
   -------------------------------------------------------------------------- */
.primo-eh-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.primo-eh-hero__copy .primo-eh-cta,
.primo-eh-emotional__copy .primo-eh-cta,
.primo-eh-founder__content .primo-eh-cta,
.primo-eh-problem__close .primo-eh-cta {
  align-items: flex-start;
  text-align: left;
}

.primo-eh-cta__note {
  margin: 0;
  color: var(--color-on-surface-variant);
  opacity: 0.85;
}

.primo-eh-offer--dark .primo-eh-cta__note,
.primo-eh-risk .primo-eh-cta__note {
  color: rgba(255, 255, 255, 0.7);
}

.primo-eh-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--eh-star-gold);
  vertical-align: middle;
}

.primo-eh-stars .material-symbols-outlined {
  font-size: 18px;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.template-consultation .primo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: var(--text-button);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.template-consultation .primo-btn--primary,
.template-consultation .primo-eh-sticky-cta__btn.primo-btn--primary {
  background: var(--eh-brand-navy);
  color: #fff;
  padding: 16px 28px;
}

.template-consultation .primo-btn--primary:hover,
.template-consultation .primo-eh-sticky-cta__btn.primo-btn--primary:hover {
  background: #151947;
}

.template-consultation .primo-btn--white {
  background: #fff;
  color: var(--eh-ink);
  padding: 16px 28px;
}

.template-consultation .primo-btn--white:hover {
  opacity: 0.92;
}

.template-consultation .primo-btn--gold {
  background: linear-gradient(135deg, #dbc07a 0%, #b8975a 45%, #967342 100%);
  color: #1a1510;
  padding: 16px 28px;
  box-shadow: 0 4px 24px rgba(184, 151, 90, 0.35);
}

.template-consultation .primo-btn--gold:hover {
  opacity: 0.92;
  box-shadow: 0 6px 28px rgba(184, 151, 90, 0.45);
}

.template-consultation .primo-btn--outline {
  background: transparent;
  color: var(--eh-ink);
  border: 1px solid var(--eh-line);
  padding: 14px 24px;
}

.template-consultation .primo-btn--primary-lg {
  padding: 18px 40px;
  min-width: min(100%, 280px);
}

.template-consultation .primo-btn--full {
  width: 100%;
}

/* --------------------------------------------------------------------------
   Nav — transparent over hero, solid on scroll
   -------------------------------------------------------------------------- */
body.template-consultation {
  padding-bottom: 72px;
}

.primo-eh-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--eh-line);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.primo-eh-nav--over-hero {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.primo-eh-nav--over-hero .primo-eh-nav__logo,
.primo-eh-nav--over-hero .primo-eh-nav__phone {
  color: #fff;
}

.primo-eh-nav.is-scrolled {
  position: fixed;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--eh-line);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.primo-eh-nav.is-scrolled .primo-eh-nav__logo {
  color: var(--eh-ink);
}

.primo-eh-nav.is-scrolled .primo-eh-nav__phone {
  color: var(--eh-ink);
}

.primo-eh-nav__inner {
  max-width: var(--spacing-container-max, 1340px);
  margin: 0 auto;
  padding: 14px var(--spacing-margin-mobile, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media (min-width: 768px) {
  .primo-eh-nav__inner {
    padding: 20px var(--spacing-margin-desktop, 64px);
  }
}

.primo-eh-nav__links {
  display: none;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  margin-right: 24px;
}

.primo-eh-nav__link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.primo-eh-nav__link:hover {
  color: var(--eh-gold-light);
}

.primo-eh-nav__link--reviews {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.primo-eh-nav__stars {
  display: inline-flex;
  gap: 1px;
  color: var(--eh-gold-light);
}

.primo-eh-nav__stars .material-symbols-outlined {
  font-size: 14px;
}

.primo-eh-nav.is-scrolled .primo-eh-nav__link {
  color: var(--color-on-surface-variant);
}

.primo-eh-nav.is-scrolled .primo-eh-nav__link:hover {
  color: var(--eh-ink);
}

.primo-eh-nav.is-scrolled .primo-eh-nav__stars {
  color: var(--eh-gold);
}

.primo-eh-nav__phone--desktop {
  display: inline-flex;
}

@media (min-width: 900px) {
  .primo-eh-nav__links {
    display: flex;
  }

  .primo-eh-nav__phone--desktop {
    display: inline-flex;
  }
}

.primo-eh-nav__logo {
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
  line-height: 0;
}

.primo-eh-nav__logo:hover {
  opacity: 0.88;
}

.primo-eh-nav__logo-mark {
  display: inline-grid;
  align-items: center;
  line-height: 0;
}

.primo-eh-nav__logo-img {
  grid-area: 1 / 1;
  display: block;
  height: 22px;
  width: auto;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.primo-eh-nav--over-hero:not(.is-scrolled) .primo-eh-nav__logo-img--dark {
  opacity: 0;
  visibility: hidden;
}

.primo-eh-nav.is-scrolled .primo-eh-nav__logo-img--light {
  opacity: 0;
  visibility: hidden;
}

.primo-eh-nav.is-scrolled .primo-eh-nav__logo-img--dark {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .primo-eh-nav__logo-img {
    height: 28px;
  }
}

@media (min-width: 900px) {
  .primo-eh-nav__logo-img {
    height: 32px;
  }
}

.primo-eh-nav__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--eh-ink);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  line-height: 1;
  /* Expand tap target without growing the bar */
  min-height: 44px;
  margin-top: -14px;
  margin-bottom: -14px;
  padding: 0 0 0 8px;
}

.primo-eh-nav__phone .material-symbols-outlined {
  font-size: 16px;
}

/* --------------------------------------------------------------------------
   Hero — full-bleed background · copy left · luxury form right
   -------------------------------------------------------------------------- */
.primo-eh-hero {
  position: relative;
  min-height: clamp(640px, 88vh, 920px);
  display: flex;
  align-items: center;
  padding: calc(var(--spacing-nav-height, 72px) + 48px) 0 64px;
  overflow: hidden;
  border-bottom: none;
}

.primo-eh-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.primo-eh-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.primo-eh-hero__bg-fallback {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}

.primo-eh-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    95deg,
    rgba(22, 18, 14, 0.62) 0%,
    rgba(22, 18, 14, 0.46) 32%,
    rgba(22, 18, 14, 0.28) 52%,
    rgba(22, 18, 14, 0.08) 70%,
    rgba(22, 18, 14, 0) 100%
  );
}

.primo-eh-hero--luxury .primo-eh-hero__bg-img {
  object-position: 42% center;
  filter: brightness(1.06) saturate(1.04);
}

.primo-eh-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.primo-eh-hero__copy {
  color: #fff;
  max-width: 38rem;
  position: relative;
}

.primo-eh-hero__copy::before {
  content: "";
  position: absolute;
  inset: -20px -28px -20px -20px;
  background: radial-gradient(
    ellipse 85% 110% at 0% 42%,
    rgba(14, 12, 10, 0.38) 0%,
    rgba(14, 12, 10, 0.12) 52%,
    transparent 78%
  );
  pointer-events: none;
  z-index: -1;
}

.primo-eh-hero__title {
  margin: 0 0 22px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-display);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.28),
    0 6px 28px rgba(0, 0, 0, 0.22);
}

.primo-eh-hero__title-main {
  display: block;
}

.primo-eh-hero__title-sub {
  display: block;
  margin-top: 0.28em;
  font-size: 0.78em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.018em;
}

.primo-eh-hero--luxury .primo-eh-hero__title {
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: 0.018em;
  font-weight: 400;
  margin-bottom: 24px;
}

.primo-eh-hero--luxury .primo-eh-hero__title-main {
  line-height: 1.06;
  letter-spacing: 0.02em;
}

.primo-eh-hero--luxury .primo-eh-hero__title-sub {
  font-size: clamp(1.125rem, 1.9vw, 1.8rem);
  line-height: 1.3;
  margin-top: 0.48em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.004em;
  color: #faf3e6;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.18);
}

.primo-eh-hero__desc {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.72;
  max-width: 32rem;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  font-weight: 400;
  letter-spacing: 0.012em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

/* Hero trust / USP row */
.primo-eh-hero__icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  margin: 28px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.primo-eh-hero__icon-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.primo-eh-hero__icon-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: #fbbc04;
}

.primo-eh-hero__icon-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.primo-eh-hero__icon-svg--filled {
  transform: scale(0.92);
  transform-origin: center;
}

.primo-eh-hero__icon-label {
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.13em;
  line-height: 1.4;
  font-size: 0.6875rem;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}

@media (min-width: 640px) {
  .primo-eh-hero__icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 18px;
  }
}

@media (min-width: 900px) {
  .primo-eh-hero__icons {
    margin-top: 36px;
    padding-top: 28px;
    max-width: 36rem;
  }
}

.primo-eh-hero__trust {
  margin-top: 32px;
  padding-top: 0;
  border-top: none;
}

.primo-eh-hero__price {
  margin-top: 16px;
  letter-spacing: 0.02em;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92em;
}

.primo-eh-hero__price::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: rgba(184, 151, 90, 0.55);
  vertical-align: middle;
}

/* Google Reviews trust badge */
.primo-eh-google-reviews {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.primo-eh-google-reviews--light {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.primo-eh-google-reviews--light:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(184, 151, 90, 0.45);
  transform: translateY(-1px);
}

.primo-eh-google-reviews--dark {
  justify-content: center;
  padding: 16px 22px;
  background: var(--eh-stone);
  border: 1px solid var(--eh-line);
  margin: 0 auto 16px;
  max-width: fit-content;
}

.primo-eh-google-reviews--dark:hover {
  border-color: rgba(184, 151, 90, 0.35);
}

.primo-eh-google-reviews__lead {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
}

.primo-eh-google-reviews__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.primo-eh-google-reviews__logo {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.primo-eh-google-reviews__label {
  letter-spacing: 0.1em;
}

.primo-eh-google-reviews--light .primo-eh-google-reviews__label {
  color: rgba(255, 255, 255, 0.92);
}

.primo-eh-google-reviews--dark .primo-eh-google-reviews__label {
  color: var(--color-on-surface-variant);
}

.primo-eh-google-reviews__stars {
  display: inline-flex;
  gap: 1px;
  flex-shrink: 0;
}

.primo-eh-google-reviews__star {
  display: flex;
  line-height: 0;
  color: #fbbc04;
}

.primo-eh-google-reviews__star .material-symbols-outlined {
  font-size: 20px;
}

.primo-eh-google-reviews__meta {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  flex-shrink: 0;
}

.primo-eh-google-reviews__score {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.primo-eh-google-reviews--light .primo-eh-google-reviews__score {
  color: #fff;
}

.primo-eh-google-reviews--dark .primo-eh-google-reviews__score {
  color: var(--eh-ink);
}

.primo-eh-google-reviews__count {
  margin: 0;
}

.primo-eh-google-reviews--light .primo-eh-google-reviews__count {
  color: rgba(255, 255, 255, 0.72);
}

.primo-eh-google-reviews--dark .primo-eh-google-reviews__count {
  color: var(--color-on-surface-variant);
}

@media (max-width: 599px) {
  .primo-eh-google-reviews--light {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 22rem;
  }

  .primo-eh-google-reviews--light .primo-eh-google-reviews__lead {
    width: 100%;
    justify-content: space-between;
  }
}

.primo-eh-stars--light {
  color: var(--eh-gold);
}

.primo-eh-hero__mobile-cta {
  display: none;
}

@media (max-width: 899px) {
  .primo-eh-hero {
    min-height: auto;
    padding-top: calc(var(--spacing-nav-height, 72px) + 32px);
    padding-bottom: 48px;
  }

  .primo-eh-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(16, 14, 12, 0.58) 0%,
      rgba(16, 14, 12, 0.4) 42%,
      rgba(16, 14, 12, 0.28) 100%
    );
  }

  .primo-eh-hero__copy::before {
    inset: -16px -12px -12px -12px;
    background: radial-gradient(
      ellipse 100% 90% at 50% 18%,
      rgba(14, 12, 10, 0.34) 0%,
      transparent 72%
    );
  }

  .primo-eh-hero--luxury .primo-eh-hero__title {
    font-size: clamp(1.875rem, 7.2vw, 2.625rem);
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .primo-eh-hero--luxury .primo-eh-hero__title-sub {
    font-size: clamp(1.05rem, 4.2vw, 1.3rem);
    line-height: 1.32;
    margin-top: 0.44em;
  }

  .primo-eh-hero__desc {
    font-size: 0.98rem;
    line-height: 1.68;
    max-width: none;
  }

  .primo-eh-hero__icons {
    margin-top: 24px;
    padding-top: 20px;
    gap: 14px 16px;
  }

  .primo-eh-hero__copy {
    max-width: none;
  }

  .primo-eh-hero__aside {
    margin-top: 8px;
  }

  .primo-eh-hero__form-card--ivory {
    padding: 28px 22px 24px;
  }

  .primo-eh-hero__form-trust {
    font-size: 0.74rem;
  }
}

.primo-eh-hero__form-card {
  position: relative;
  padding: 32px 28px 28px;
}

.primo-eh-hero__form-card--dark {
  background: rgba(18, 16, 14, 0.88);
  border: 1px solid rgba(184, 151, 90, 0.42);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.primo-eh-hero__form-card--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(184, 151, 90, 0.12);
  pointer-events: none;
}

.primo-eh-hero__form-card--dark .primo-eh-hero__form-title {
  color: var(--eh-gold-light);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.primo-eh-hero__form-card--dark .primo-eh-hero__form-sub {
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 24px;
  font-size: 0.88rem;
}

/* Ivory consultation form — hero primary conversion */
.primo-eh-hero__aside {
  width: 100%;
}

.primo-eh-hero__form-card--ivory {
  background: #faf7f2;
  border: 1px solid rgba(12, 12, 12, 0.07);
  border-top: 2px solid rgba(184, 151, 90, 0.32);
  border-radius: 2px;
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.24),
    0 8px 24px rgba(0, 0, 0, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.04);
}

.primo-eh-hero__form-card--ivory .primo-eh-hero__form-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
  font-weight: 500;
  color: var(--eh-ink);
  letter-spacing: -0.012em;
  line-height: 1.18;
  margin: 0 0 12px;
}

.primo-eh-hero__form-card--ivory .primo-eh-hero__form-sub {
  color: rgba(12, 12, 12, 0.68);
  margin: 0 0 26px;
  line-height: 1.58;
  font-size: 0.9375rem;
  letter-spacing: 0.006em;
}

.primo-eh-hero__form-trust {
  margin: 16px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.primo-eh-hero__form-alt {
  margin: 8px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.primo-eh-hero__form-alt a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.primo-eh-hero__form-alt a:hover {
  color: var(--eh-gold-light);
}

.primo-eh-enquiry--ivory .primo-eh-enquiry__label {
  display: block;
  margin: 0 0 6px;
  padding: 0;
  color: rgba(12, 12, 12, 0.52);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.primo-eh-enquiry--ivory .primo-eh-enquiry__input,
.primo-eh-enquiry--ivory .primo-eh-enquiry__select {
  background-color: #fff;
  border: 1px solid rgba(12, 12, 12, 0.1);
  color: var(--eh-ink);
}

.primo-eh-enquiry--ivory .primo-eh-enquiry__input::placeholder {
  color: rgba(12, 12, 12, 0.38);
}

.primo-eh-enquiry--ivory .primo-eh-enquiry__select {
  color: var(--eh-ink);
}

.primo-eh-enquiry--ivory .primo-eh-enquiry__select option {
  color: var(--eh-ink);
}

.primo-eh-enquiry--ivory .primo-eh-enquiry__input:focus,
.primo-eh-enquiry--ivory .primo-eh-enquiry__select:focus {
  border-color: rgba(184, 151, 90, 0.5);
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 151, 90, 0.1);
}

.primo-eh-enquiry--ivory .primo-eh-enquiry__field.is-invalid .primo-eh-enquiry__input,
.primo-eh-enquiry--ivory .primo-eh-enquiry__field.is-invalid .primo-eh-enquiry__select {
  border-color: #c97070;
}

.primo-eh-enquiry--ivory .primo-btn--primary {
  background: var(--eh-brand-navy);
  border-color: var(--eh-brand-navy);
  letter-spacing: 0.12em;
  padding-top: 16px;
  padding-bottom: 16px;
}

.primo-eh-enquiry--ivory .primo-btn--primary:hover {
  background: #151947;
  border-color: #151947;
}

.primo-eh-hero__form-title {
  margin: 0 0 4px;
  letter-spacing: 0.04em;
}

.primo-eh-hero__form-sub {
  margin: 0 0 22px;
  color: var(--color-on-surface-variant);
}

/* Dark enquiry form (hero luxury) */
.primo-eh-enquiry--dark .primo-eh-enquiry__label {
  display: block;
  margin: 0 0 6px;
  padding: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  line-height: 1.35;
}

.primo-eh-enquiry--dark .primo-eh-enquiry__input,
.primo-eh-enquiry--dark .primo-eh-enquiry__select {
  background-color: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.primo-eh-enquiry--dark .primo-eh-enquiry__input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.primo-eh-enquiry--dark .primo-eh-enquiry__input:focus,
.primo-eh-enquiry--dark .primo-eh-enquiry__select:focus {
  border-color: rgba(184, 151, 90, 0.55);
}

.primo-eh-enquiry--dark .primo-eh-enquiry__field.is-invalid .primo-eh-enquiry__input,
.primo-eh-enquiry--dark .primo-eh-enquiry__field.is-invalid .primo-eh-enquiry__select {
  border-color: #c97070;
}

.primo-eh-enquiry__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
}

.primo-eh-enquiry__privacy .material-symbols-outlined {
  font-size: 14px;
  opacity: 0.75;
}

.primo-eh-hero__eyebrow {
  display: inline-block;
  color: var(--eh-gold);
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}

@media (min-width: 900px) {
  .primo-eh-hero {
    padding-top: calc(var(--spacing-nav-height, 80px) + 56px);
    padding-bottom: 80px;
  }

  .primo-eh-hero__content {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 460px);
    gap: 56px 80px;
    align-items: center;
  }

  .primo-eh-hero__form-card {
    padding: 36px 32px 32px;
    margin-left: auto;
    width: 100%;
    max-width: 460px;
  }

  .primo-eh-hero__form-trust {
    max-width: 460px;
    margin-left: auto;
  }

  .primo-eh-hero--luxury .primo-eh-hero__bg-img {
    object-position: 38% center;
    filter: brightness(1.05) saturate(1.03);
  }
}

@media (min-width: 1200px) {
  .primo-eh-hero__content {
    gap: 56px 96px;
  }

  .primo-eh-hero__copy {
    max-width: 40rem;
  }
}

/* --------------------------------------------------------------------------
   Enquiry form (hero, mid-cta, footer)
   -------------------------------------------------------------------------- */
.primo-eh-enquiry {
  margin: 0;
}

.primo-eh-enquiry__row {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.primo-eh-enquiry__row--2 {
  grid-template-columns: 1fr;
}

@media (min-width: 480px) {
  .primo-eh-enquiry__row--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.primo-eh-enquiry__field {
  margin-bottom: 0;
}

.primo-eh-enquiry__label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-on-surface-variant);
  letter-spacing: 0.1em;
}

.primo-eh-enquiry__input,
.primo-eh-enquiry__select {
  width: 100%;
  border: 1px solid var(--eh-line);
  border-radius: 0;
  padding: 12px 14px;
  font: inherit;
  color: var(--eh-ink);
  background-color: #fff;
  appearance: none;
  transition: border-color 0.2s ease;
}

.primo-eh-enquiry__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230c0c0c' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.primo-eh-enquiry__select-wrap {
  position: relative;
}

.primo-eh-enquiry__select-wrap .primo-eh-enquiry__select {
  background-image: none;
  padding-right: 36px;
}

.primo-eh-enquiry__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%230c0c0c' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.primo-eh-enquiry--dark .primo-eh-enquiry__select-wrap::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23ffffff' fill-opacity='0.55' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
}

.primo-eh-enquiry__input:focus,
.primo-eh-enquiry__select:focus {
  outline: none;
  border-color: var(--eh-ink);
}

.primo-eh-enquiry__input::placeholder {
  color: rgba(12, 12, 12, 0.45);
}

.primo-eh-enquiry__field.is-invalid .primo-eh-enquiry__input,
.primo-eh-enquiry__field.is-invalid .primo-eh-enquiry__select {
  border-color: #8b2e2e;
}

.primo-eh-enquiry__error {
  margin: 6px 0 0;
  font-size: 12px;
  color: #8b2e2e;
}

.primo-eh-enquiry__form-error {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(139, 46, 46, 0.25);
  background: rgba(139, 46, 46, 0.04);
  color: #8b2e2e;
  font-size: 14px;
}

.primo-eh-enquiry__note {
  margin: 14px 0 0;
  text-align: center;
  color: var(--color-on-surface-variant);
}

.primo-eh-enquiry__success {
  text-align: center;
  padding: 12px 0;
}

.primo-eh-enquiry--compact .primo-eh-enquiry__input,
.primo-eh-enquiry--compact .primo-eh-enquiry__select {
  padding: 11px 12px;
  font-size: 15px;
}

.primo-eh-enquiry--compact .primo-eh-enquiry__row {
  gap: 10px;
  margin-bottom: 10px;
}

.primo-eh-enquiry--compact .primo-eh-enquiry__field {
  margin-bottom: 14px;
}

.primo-eh-enquiry--compact .primo-eh-enquiry__row + .primo-eh-enquiry__field {
  margin-top: 2px;
}

.primo-eh-enquiry--compact .primo-eh-enquiry__field:last-of-type {
  margin-bottom: 16px;
}

.primo-eh-enquiry--compact.primo-eh-enquiry--dark [data-eh-enquiry-submit] {
  margin-top: 4px;
}

/* --------------------------------------------------------------------------
   Trust bar
   -------------------------------------------------------------------------- */
.primo-eh-trust-bar {
  background: #fff;
  border-top: 0;
  border-bottom: 1px solid var(--eh-line);
  padding: 22px 0 28px;
  position: relative;
}

.primo-eh-trust-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(72px, 22%);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--eh-gold), transparent);
  opacity: 0.7;
}

.primo-eh-trust-bar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 20px 16px;
}

.primo-eh-trust-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.primo-eh-trust-bar__logo {
  display: block;
  height: 32px;
  width: auto;
  max-width: 128px;
  object-fit: contain;
  opacity: 0.7;
  filter: grayscale(1) contrast(0.92);
}

.primo-eh-trust-bar__item--wide .primo-eh-trust-bar__logo {
  max-width: 148px;
}

.primo-eh-trust-bar__text {
  color: var(--color-on-surface-variant);
  letter-spacing: 0.12em;
}

@media (min-width: 768px) {
  .primo-eh-trust-bar {
    padding: 24px 0 32px;
  }

  .primo-eh-trust-bar__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 28px;
    max-width: 920px;
    margin: 0 auto;
  }

  .primo-eh-trust-bar__logo {
    height: 42px;
    max-width: 160px;
  }

  .primo-eh-trust-bar__item--wide .primo-eh-trust-bar__logo {
    max-width: 180px;
  }
}

/* --------------------------------------------------------------------------
   Problem — editorial emotional section
   -------------------------------------------------------------------------- */
.primo-eh-problem {
  background: var(--eh-cream);
  border-top: none;
}

.primo-eh-problem__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.primo-eh-problem__lead {
  max-width: 34rem;
}

.primo-eh-problem__title {
  margin: 0 0 20px;
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: var(--eh-ink);
}

.primo-eh-problem__divider {
  width: 40px;
  height: 1px;
  margin: 0 0 24px;
  background: rgba(184, 151, 90, 0.42);
}

.primo-eh-problem__body {
  color: rgba(12, 12, 12, 0.68);
  line-height: 1.72;
  font-size: 1.02rem;
}

.primo-eh-problem__body p {
  margin: 0;
}

.primo-eh-problem__media {
  overflow: hidden;
  border: 1px solid rgba(12, 12, 12, 0.06);
  box-shadow: 0 20px 56px rgba(12, 12, 12, 0.06);
}

.primo-eh-problem__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.primo-eh-problem__close {
  max-width: 34rem;
}

.primo-eh-problem__statement {
  margin: 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(184, 151, 90, 0.18);
  text-align: left;
  font-style: normal;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.015em;
  color: var(--eh-ink);
}

.primo-eh-problem .primo-eh-cta {
  margin-top: 28px;
}

.primo-eh-problem .primo-eh-cta .primo-btn--outline {
  padding: 12px 26px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  border-color: rgba(12, 12, 12, 0.14);
}

.primo-eh-problem .primo-eh-cta .primo-btn--outline:hover {
  border-color: rgba(184, 151, 90, 0.45);
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 900px) {
  .primo-eh-problem__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 72px;
    row-gap: 36px;
  }

  .primo-eh-problem__media {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .primo-eh-problem__lead {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    padding-bottom: 8px;
  }

  .primo-eh-problem__close {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
  }

  .primo-eh-problem__title {
    font-size: clamp(2rem, 3vw, 2.75rem);
  }
}

@media (max-width: 899px) {
  .primo-eh-problem__grid {
    gap: 36px;
  }

  .primo-eh-problem__media img {
    aspect-ratio: 16 / 11;
    object-position: center 30%;
  }
}

/* --------------------------------------------------------------------------
   Concerns cards — Section 3
   -------------------------------------------------------------------------- */
.primo-eh-cards {
  background: var(--eh-cream);
  border-top: none;
  border-bottom: none;
}

.primo-eh-cards__header {
  max-width: 40rem;
  margin-bottom: 56px;
}

.primo-eh-cards__title {
  margin: 0 0 18px;
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: var(--eh-ink);
}

.primo-eh-cards__intro {
  margin: 0;
  color: rgba(12, 12, 12, 0.62);
  line-height: 1.68;
  font-size: 1.02rem;
}

.primo-eh-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 0;
}

.primo-eh-cards__card {
  background: #fff;
  border: 1px solid rgba(12, 12, 12, 0.06);
  border-top: 1px solid rgba(184, 151, 90, 0.22);
  border-radius: 2px;
  padding: 32px 28px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  box-shadow: 0 10px 32px rgba(12, 12, 12, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.primo-eh-cards__card:hover {
  border-color: rgba(184, 151, 90, 0.28);
  box-shadow: 0 14px 40px rgba(12, 12, 12, 0.06);
}

.primo-eh-cards__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-bottom: 22px;
  color: rgba(184, 151, 90, 0.78);
}

.primo-eh-cards__icon-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.primo-eh-cards__heading {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--eh-ink);
}

.primo-eh-cards__text {
  margin: 0;
  color: rgba(12, 12, 12, 0.58);
  line-height: 1.68;
  font-size: 0.94rem;
}

.primo-eh-cards .primo-eh-cta {
  margin-top: 48px;
}

.primo-eh-cards .primo-eh-cta .primo-btn--outline {
  padding: 12px 26px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  border-color: rgba(12, 12, 12, 0.14);
}

.primo-eh-cards .primo-eh-cta .primo-btn--outline:hover {
  border-color: rgba(184, 151, 90, 0.45);
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 640px) {
  .primo-eh-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }
}

@media (min-width: 1024px) {
  .primo-eh-cards__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .primo-eh-cards__card {
    padding: 34px 30px 32px;
  }

  .primo-eh-cards__heading {
    font-size: 1.25rem;
  }
}

/* --------------------------------------------------------------------------
   Offer — premium expert service (dark editorial)
   -------------------------------------------------------------------------- */
.primo-eh-offer--luxury {
  position: relative;
  background: var(--eh-warm-black);
  color: #faf8f5;
  overflow: hidden;
}

.primo-eh-offer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.primo-eh-offer__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.22;
  display: block;
}

.primo-eh-offer__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(18, 16, 14, 0.92) 0%,
    rgba(18, 16, 14, 0.96) 45%,
    rgba(18, 16, 14, 0.98) 100%
  );
}

.primo-eh-offer__inner {
  position: relative;
  z-index: 1;
}

.primo-eh-offer__header {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 64px;
}

.primo-eh-offer__eyebrow {
  display: inline-block;
  color: var(--eh-gold-light);
  letter-spacing: 0.16em;
  margin-bottom: 18px;
}

.primo-eh-offer__title {
  margin: 0 0 22px;
  line-height: 1.14;
  letter-spacing: -0.025em;
  font-weight: 400;
  color: #faf8f5;
}

.primo-eh-offer__intro {
  margin: 0;
  color: rgba(250, 248, 245, 0.72);
  line-height: 1.68;
  font-size: 1.02rem;
}

.primo-eh-offer__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 8px;
}

.primo-eh-offer__aside {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}

.primo-eh-offer__aside-copy {
  flex-shrink: 0;
}

.primo-eh-offer__tagline {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: -0.015em;
  color: rgba(250, 248, 245, 0.92);
}

.primo-eh-offer__aside-rule {
  width: 40px;
  height: 1px;
  margin-top: 28px;
  background: rgba(184, 151, 90, 0.45);
}

.primo-eh-offer__aside-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(184, 151, 90, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 18px 48px rgba(0, 0, 0, 0.22);
}

.primo-eh-offer__aside-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(18, 16, 14, 0.04) 0%,
    rgba(18, 16, 14, 0.28) 100%
  );
  pointer-events: none;
}

.primo-eh-offer__aside-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 32%;
  display: block;
}

.primo-eh-offer__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(184, 151, 90, 0.16);
}

.primo-eh-offer__item {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 20px 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.25s ease;
}

.primo-eh-offer__item:hover {
  background: rgba(255, 255, 255, 0.02);
}

.primo-eh-offer__item-num {
  padding-top: 4px;
  color: rgba(184, 151, 90, 0.55);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  line-height: 1;
}

.primo-eh-offer__item-label {
  display: block;
  color: var(--eh-gold-light);
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  margin-bottom: 8px;
}

.primo-eh-offer__item-title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.01em;
  color: #faf8f5;
}

.primo-eh-offer__item-text {
  margin: 0;
  color: rgba(250, 248, 245, 0.62);
  line-height: 1.62;
  font-size: 0.94rem;
  max-width: 36rem;
}

.primo-eh-offer--luxury .primo-eh-cta {
  margin-top: 56px;
}

.primo-eh-offer--luxury .primo-eh-cta .primo-btn--white {
  background: #faf8f5;
  color: var(--eh-ink);
  border-color: #faf8f5;
  letter-spacing: 0.12em;
}

.primo-eh-offer--luxury .primo-eh-cta .primo-btn--white:hover {
  background: #fff;
  border-color: #fff;
}

@media (min-width: 900px) {
  .primo-eh-offer__header {
    margin-bottom: 72px;
  }

  .primo-eh-offer__layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 72px 80px;
    align-items: stretch;
  }

  .primo-eh-offer__aside {
    padding-top: 12px;
    min-height: 100%;
  }

  .primo-eh-offer__aside-media {
    flex: 1 1 auto;
    min-height: 280px;
    display: flex;
  }

  .primo-eh-offer__aside-media img {
    aspect-ratio: auto;
    min-height: 280px;
    height: 100%;
    flex: 1;
    object-position: center 28%;
  }

  .primo-eh-offer__item {
    padding: 32px 0;
    grid-template-columns: 3rem 1fr;
    gap: 24px 32px;
  }

  .primo-eh-offer__item-title {
    font-size: 1.35rem;
  }
}

/* Legacy dark offer alias (unused on LP3 after luxury redesign) */
.primo-eh-offer--dark {
  background: var(--eh-ink);
  color: #fff;
}

/* --------------------------------------------------------------------------
   How it works — 5-step ivory journey
   -------------------------------------------------------------------------- */
.primo-eh-how--journey {
  background: var(--eh-cream);
  border-top: 1px solid var(--eh-line);
}

.primo-eh-how__header {
  margin-bottom: 56px;
}

.primo-eh-how__intro {
  text-align: center;
  max-width: 34rem;
  margin: 18px auto 0;
  color: rgba(12, 12, 12, 0.62);
  line-height: 1.72;
}

.primo-eh-how__journey {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 40rem;
}

.primo-eh-how__step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0 28px;
  position: relative;
  padding-bottom: 44px;
}

.primo-eh-how__step:last-child {
  padding-bottom: 0;
}

.primo-eh-how__step:not(:last-child) .primo-eh-how__marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 52px;
  bottom: -44px;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    to bottom,
    rgba(184, 151, 90, 0.42) 0%,
    rgba(184, 151, 90, 0.14) 100%
  );
}

.primo-eh-how__marker {
  position: relative;
  z-index: 1;
}

.primo-eh-how__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(184, 151, 90, 0.32);
  background: var(--eh-cream);
  color: var(--eh-gold);
  letter-spacing: 0.12em;
  font-size: 0.62rem;
  line-height: 1;
}

.primo-eh-how__content {
  padding-top: 6px;
}

.primo-eh-how__label {
  display: block;
  color: var(--eh-gold);
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  margin-bottom: 10px;
}

.primo-eh-how__text {
  margin: 0;
  color: rgba(12, 12, 12, 0.72);
  line-height: 1.65;
  max-width: 34rem;
}

.primo-eh-how__reassurance {
  margin: 14px 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--eh-gold-dark);
  font-style: italic;
  letter-spacing: 0.01em;
}

.primo-eh-how__statement {
  margin: 0;
  padding: 0;
  border: none;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: -0.01em;
  color: var(--eh-ink);
  max-width: 22rem;
}

.primo-eh-how__step--finale .primo-eh-how__content {
  padding-top: 4px;
}

.primo-eh-how__step--finale .primo-eh-how__num {
  border-color: rgba(184, 151, 90, 0.48);
  background: rgba(184, 151, 90, 0.06);
}

.primo-eh-how--journey .primo-eh-cta {
  margin-top: 56px;
}

.primo-eh-how--journey .primo-eh-cta .primo-btn--primary {
  letter-spacing: 0.12em;
}

@media (min-width: 900px) {
  .primo-eh-how__header {
    margin-bottom: 72px;
  }

  .primo-eh-how__journey {
    max-width: 44rem;
  }

  .primo-eh-how__step {
    grid-template-columns: 56px 1fr;
    gap: 0 36px;
    padding-bottom: 52px;
  }

  .primo-eh-how__step:not(:last-child) .primo-eh-how__marker::after {
    bottom: -52px;
  }

  .primo-eh-how__content {
    padding-top: 8px;
  }

  .primo-eh-how__text {
    font-size: 1rem;
    line-height: 1.68;
  }

  .primo-eh-how--journey .primo-eh-cta {
    margin-top: 64px;
  }
}

/* --------------------------------------------------------------------------
   Emotional — cinematic editorial
   -------------------------------------------------------------------------- */
.primo-eh-emotional--editorial {
  background: var(--eh-warm-black);
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.primo-eh-emotional__stage {
  position: relative;
  min-height: clamp(520px, 78vh, 820px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.primo-eh-emotional__media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.primo-eh-emotional__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  display: block;
}

.primo-eh-emotional__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 10, 8, 0.52) 0%,
    rgba(12, 10, 8, 0.42) 40%,
    rgba(12, 10, 8, 0.62) 100%
  );
}

.primo-eh-emotional__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  padding-top: 72px;
  padding-bottom: 72px;
}

.primo-eh-emotional__panel {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

.primo-eh-emotional__eyebrow {
  display: block;
  color: var(--eh-gold-light);
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 14px;
}

.primo-eh-emotional__eyebrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: var(--eh-gold);
  opacity: 0.55;
}

.primo-eh-emotional__title {
  margin: 0 0 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #faf8f5;
  font-weight: 500;
}

.primo-eh-emotional__body {
  margin-bottom: 8px;
}

.primo-eh-emotional__lead {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  line-height: 1.38;
  letter-spacing: -0.01em;
  color: rgba(250, 248, 245, 0.95);
}

.primo-eh-emotional__verse {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.42;
  letter-spacing: -0.005em;
  color: rgba(250, 248, 245, 0.82);
  font-weight: 400;
}

.primo-eh-emotional__closing {
  margin: 24px auto 0;
  color: rgba(250, 248, 245, 0.62);
  line-height: 1.68;
  max-width: 26rem;
}

.primo-eh-emotional--editorial .primo-eh-cta {
  margin-top: 36px;
  align-items: center;
  text-align: center;
}

.primo-eh-emotional--editorial .primo-eh-cta .primo-btn--white {
  background: #faf8f5;
  color: var(--eh-ink);
  border-color: #faf8f5;
  letter-spacing: 0.12em;
}

.primo-eh-emotional--editorial .primo-eh-cta .primo-btn--white:hover {
  background: #fff;
  border-color: #fff;
}

@media (min-width: 900px) {
  .primo-eh-emotional__inner {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .primo-eh-emotional__panel {
    max-width: 40rem;
  }

  .primo-eh-emotional__title {
    margin-bottom: 32px;
    font-size: clamp(2.4rem, 3.6vw, 3rem);
  }

  .primo-eh-emotional__verse {
    margin-bottom: 12px;
  }

  .primo-eh-emotional__closing {
    margin-top: 28px;
  }

  .primo-eh-emotional--editorial .primo-eh-cta {
    margin-top: 40px;
  }
}

@media (max-width: 599px) {
  .primo-eh-emotional__stage {
    min-height: clamp(580px, 92vh, 720px);
  }

  .primo-eh-emotional__scrim {
    background: linear-gradient(
      180deg,
      rgba(12, 10, 8, 0.58) 0%,
      rgba(12, 10, 8, 0.72) 55%,
      rgba(12, 10, 8, 0.88) 100%
    );
  }

  .primo-eh-emotional__inner {
    align-items: center;
    justify-content: center;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .primo-eh-emotional__media img {
    object-position: center 22%;
  }
}

/* --------------------------------------------------------------------------
   Reviews — ivory editorial social proof
   -------------------------------------------------------------------------- */
.primo-eh-reviews--editorial {
  position: relative;
  background: var(--eh-cream);
  border-top: 1px solid var(--eh-line);
  overflow: hidden;
}

.primo-eh-reviews__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.primo-eh-reviews__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.045;
}

.primo-eh-reviews__inner {
  position: relative;
  z-index: 1;
}

.primo-eh-reviews__header {
  margin-bottom: 56px;
}

.primo-eh-reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 48px;
}

.primo-eh-reviews__card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 32px 28px 28px;
  transition: border-color 0.25s ease;
}

.primo-eh-reviews__card:hover {
  border-color: rgba(184, 151, 90, 0.22);
}

.primo-eh-reviews__card-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(184, 151, 90, 0.14);
}

.primo-eh-reviews__stars {
  display: flex;
  align-items: center;
  color: #fbbc04;
}

.primo-eh-reviews__star-row {
  display: block;
  color: #fbbc04;
  font-size: 1.05rem;
  letter-spacing: 0.16em;
  line-height: 1;
}

.primo-eh-reviews__aggregate-stars {
  color: #fbbc04;
}

.primo-eh-reviews__aggregate-stars .primo-eh-reviews__star-row {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}

.primo-eh-reviews__aggregate-stars .primo-eh-stars {
  color: #fbbc04;
}

.primo-eh-reviews__source {
  color: rgba(12, 12, 12, 0.42);
  letter-spacing: 0.12em;
  font-size: 0.58rem;
}

.primo-eh-reviews__quote {
  margin: 0;
  padding: 0;
  border: none;
  color: rgba(12, 12, 12, 0.78);
  line-height: 1.68;
  font-style: normal;
  flex: 1;
}

.primo-eh-reviews__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.primo-eh-reviews__name {
  font-style: normal;
  color: var(--eh-ink);
  letter-spacing: 0.1em;
}

.primo-eh-reviews__location {
  color: rgba(12, 12, 12, 0.48);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.primo-eh-reviews__location::before {
  content: "·";
  margin-right: 10px;
  color: rgba(184, 151, 90, 0.55);
}

.primo-eh-reviews__footer {
  text-align: center;
}

.primo-eh-reviews__aggregate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.primo-eh-reviews__aggregate-stars .material-symbols-outlined {
  font-size: 16px;
}

.primo-eh-reviews__aggregate-score {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--eh-ink);
}

.primo-eh-reviews__aggregate-count {
  margin: 0;
  color: rgba(12, 12, 12, 0.58);
}

.primo-eh-reviews__more {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--eh-ink);
  letter-spacing: 0.12em;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 151, 90, 0.35);
  padding-bottom: 3px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.primo-eh-reviews__more:hover {
  color: var(--eh-gold-dark);
  border-color: var(--eh-gold);
}

.primo-eh-reviews--editorial .primo-eh-cta {
  margin-top: 0;
}

@media (min-width: 900px) {
  .primo-eh-reviews__header {
    margin-bottom: 64px;
  }

  .primo-eh-reviews__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 56px;
  }

  .primo-eh-reviews__card {
    padding: 36px 32px 32px;
    min-height: 100%;
  }

  .primo-eh-reviews__star-row {
    font-size: 1.12rem;
  }

  .primo-eh-reviews__quote {
    font-size: 0.98rem;
  }
}

/* --------------------------------------------------------------------------
   Mid-page CTA — conversion form
   -------------------------------------------------------------------------- */
.primo-eh-mid-cta--conversion {
  background: var(--eh-cream);
  border-top: 1px solid var(--eh-line);
}

.primo-eh-mid-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.primo-eh-mid-cta__title {
  margin: 0 0 20px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.primo-eh-mid-cta__body {
  margin: 0;
  color: rgba(12, 12, 12, 0.72);
  line-height: 1.72;
  max-width: 34rem;
}

.primo-eh-mid-cta__reassurance {
  margin: 24px 0 0;
  color: var(--eh-gold-dark);
  letter-spacing: 0.01em;
  font-style: italic;
  max-width: 28rem;
}

.primo-eh-mid-cta__aside {
  width: 100%;
}

.primo-eh-mid-cta__form-card {
  max-width: 34rem;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .primo-eh-mid-cta__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: 72px;
    align-items: center;
  }

  .primo-eh-mid-cta__form-card {
    margin: 0 0 0 auto;
    max-width: none;
  }

  .primo-eh-mid-cta__body {
    font-size: 1.05rem;
  }
}

/* --------------------------------------------------------------------------
   Founder — editorial (aligned with LP1 founder section)
   -------------------------------------------------------------------------- */
.primo-eh-founder--editorial {
  background: var(--eh-cream);
  border-top: 1px solid var(--eh-line);
  border-bottom: 1px solid var(--eh-line);
}

.primo-eh-founder__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.primo-eh-founder__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  max-height: min(420px, 52vh);
  aspect-ratio: 4 / 5;
  margin: 0 auto;
  background: var(--eh-stone);
  border: 1px solid var(--eh-line);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.primo-eh-founder__media::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 1;
}

.primo-eh-founder__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  transition: transform 0.8s ease;
}

.primo-eh-founder__media:hover img {
  transform: scale(1.03);
}

.primo-eh-founder__content {
  text-align: center;
}

.primo-eh-founder__eyebrow {
  display: block;
  margin-bottom: 16px;
}

.primo-eh-founder__title {
  margin: 0 0 20px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.primo-eh-founder__body {
  margin: 0 auto 28px;
  color: rgba(12, 12, 12, 0.72);
  line-height: 1.75;
  max-width: 36rem;
}

.primo-eh-founder__body p {
  margin: 0 0 16px;
}

.primo-eh-founder__body p:last-child {
  margin-bottom: 0;
}

.primo-eh-founder__content .primo-eh-cta {
  margin: 0 auto 28px;
  justify-content: center;
  a
}

.primo-eh-founder__signature {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
  color: var(--eh-ink);
  line-height: 1;
  opacity: 0.85;
}

.primo-eh-founder__signature-title {
  margin: 8px 0 0;
  color: rgba(12, 12, 12, 0.55);
  letter-spacing: 0.02em;
}

@media (min-width: 900px) {
  .primo-eh-founder__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 56px 72px;
    align-items: center;
  }

  .primo-eh-founder__media {
    margin: 0;
    justify-self: start;
    max-width: 400px;
    max-height: min(500px, 72vh);
  }

  .primo-eh-founder__content {
    text-align: left;
  }

  .primo-eh-founder__body {
    margin-left: 0;
    margin-right: 0;
  }

  .primo-eh-founder__content .primo-eh-cta {
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
  }
}

/* --------------------------------------------------------------------------
   Rings
   -------------------------------------------------------------------------- */
.primo-eh-rings {
  background: var(--eh-stone);
  border-top: 1px solid var(--eh-line);
}

.primo-eh-rings__body {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 28px;
  color: var(--color-on-surface-variant);
}

.primo-eh-rings__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.primo-eh-rings__item {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--eh-line);
}

.primo-eh-rings__item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.primo-eh-rings__price {
  text-align: center;
  margin: 0 0 4px;
  color: var(--color-on-surface-variant);
}

@media (min-width: 768px) {
  .primo-eh-rings__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

/* --------------------------------------------------------------------------
   Why
   -------------------------------------------------------------------------- */
.primo-eh-why {
  background: #fff;
  border-top: 1px solid var(--eh-line);
}

.primo-eh-why .primo-eh-section-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.primo-eh-why__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin: 0 auto 8px;
  max-width: 72rem;
}

.primo-eh-why__card {
  background: var(--eh-stone);
  border: 1px solid var(--eh-line);
  padding: 28px 24px;
  box-sizing: border-box;
  flex: 0 1 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.primo-eh-why__card h3 {
  margin: 0 0 8px;
}

.primo-eh-why__card p {
  margin: 0;
  color: var(--color-on-surface-variant);
  max-width: 22rem;
}

@media (min-width: 600px) {
  .primo-eh-why__card {
    flex: 0 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}

@media (min-width: 1024px) {
  .primo-eh-why__card {
    flex: 0 1 calc(33.333% - 11px);
    max-width: calc(33.333% - 11px);
  }
}

@media (max-width: 599px) {
  .primo-eh-why__grid {
    gap: 12px;
  }

  .primo-eh-why__card {
    padding: 24px 20px;
  }

  .primo-eh-why__card p {
    max-width: none;
  }

  .primo-eh-why .primo-eh-cta {
    margin-top: 32px;
  }

  .primo-eh-why .primo-eh-cta .primo-btn {
    width: 100%;
  }

  .primo-eh-founder__content .primo-eh-cta{
    align-items: center;
  }

}

/* --------------------------------------------------------------------------
   Risk reversal
   -------------------------------------------------------------------------- */
.primo-eh-risk {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.primo-eh-risk__inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.primo-eh-risk__inner h2 {
  margin: 0 0 24px;
  line-height: 1.12;
}

.primo-eh-risk__inner .primo-eh-eyebrow {
  display: block;
  margin-bottom: 16px;
}

.primo-eh-risk__body {
  text-align: left;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
}

.primo-eh-risk__body p {
  margin: 0 0 14px;
}

.primo-eh-risk__closing {
  margin: 28px 0 4px;
  line-height: 1.45;
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.primo-eh-faq {
  background: #fff;
  border-top: 1px solid var(--eh-line);
}

.primo-eh-faq__list {
  max-width: 44rem;
  margin: 0 auto;
}

.primo-eh-faq__item {
  border-bottom: 1px solid var(--eh-line);
}

.primo-eh-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
}

.primo-eh-faq__icon {
  transition: transform 0.2s ease;
  flex-shrink: 0;
  color: var(--eh-gold);
}

.primo-eh-faq__trigger[aria-expanded="true"] .primo-eh-faq__icon {
  transform: rotate(180deg);
}

.primo-eh-faq__panel {
  padding: 0 0 20px;
  color: var(--color-on-surface-variant);
  line-height: 1.65;
}

.primo-eh-faq__panel p {
  margin: 0;
}

/* --------------------------------------------------------------------------
   Form section (bottom anchor)
   -------------------------------------------------------------------------- */
.primo-eh-form-section {
  background: var(--eh-stone);
  border-top: 1px solid var(--eh-line);
}

.primo-eh-form-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}

.primo-eh-form-section__header {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}

.primo-eh-form-section__header h2 {
  margin: 0;
}

.primo-eh-form-section__subtitle {
  text-align: center;
  max-width: 36rem;
  margin: 12px auto 0;
  color: var(--color-on-surface-variant);
}

.primo-eh-form-section__card {
  max-width: 32rem;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border: 1px solid var(--eh-line);
  padding: 32px 28px;
}

.primo-eh-form-section__card .primo-eh-enquiry__label {
  display: block;
  margin: 0 0 6px;
  padding: 0;
  color: rgba(12, 12, 12, 0.52);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.primo-eh-form-section__card .primo-eh-enquiry__field {
  margin-bottom: 14px;
}

.primo-eh-form-section__card .primo-eh-enquiry__row + .primo-eh-enquiry__field {
  margin-top: 2px;
}

.primo-eh-form-section__card .primo-eh-enquiry__field:last-of-type {
  margin-bottom: 16px;
}

@media (min-width: 900px) {
  .primo-eh-form-section__grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }

  .primo-eh-form-section__header {
    text-align: left;
    margin: 0;
  }

  .primo-eh-form-section__subtitle {
    text-align: left;
    margin-left: 0;
  }
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.primo-eh-footer {
  border-top: 1px solid var(--eh-line);
  padding: 28px 0;
  background: #fff;
}

.primo-eh-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.primo-eh-footer__legal {
  display: flex;
  gap: 16px;
}

.primo-eh-footer__legal a {
  color: var(--color-on-surface-variant);
  text-decoration: none;
}

.primo-eh-footer__legal a:hover {
  color: var(--eh-ink);
}

/* --------------------------------------------------------------------------
   Sticky CTA
   -------------------------------------------------------------------------- */
.primo-eh-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid var(--eh-line);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.primo-eh-sticky-cta.is-hidden {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

.primo-eh-sticky-cta__btn {
  width: 100%;
}

@media (min-width: 900px) {
  .primo-eh-sticky-cta {
    display: none;
  }

  body.template-consultation {
    padding-bottom: 0;
  }
}

/* --------------------------------------------------------------------------
   Section padding — --primo-pt / --primo-pb on section classes
   -------------------------------------------------------------------------- */
.primo-eh-problem,
.primo-eh-cards,
.primo-eh-offer,
.primo-eh-how,
.primo-eh-emotional,
.primo-eh-reviews,
.primo-eh-mid-cta,
.primo-eh-founder,
.primo-eh-rings,
.primo-eh-why,
.primo-eh-risk,
.primo-eh-faq,
.primo-eh-form-section,
.primo-eh-stats,
.primo-eh-quotes,
.primo-eh-promise {
  padding-top: var(--primo-pt, var(--eh-section-pad-mobile));
  padding-bottom: var(--primo-pb, var(--eh-section-pad-mobile));
}

@media (min-width: 768px) {
  .primo-eh-problem,
  .primo-eh-cards,
  .primo-eh-offer,
  .primo-eh-how,
  .primo-eh-emotional,
  .primo-eh-reviews,
  .primo-eh-mid-cta,
  .primo-eh-founder,
  .primo-eh-rings,
  .primo-eh-why,
  .primo-eh-risk,
  .primo-eh-faq,
  .primo-eh-form-section,
  .primo-eh-stats,
  .primo-eh-quotes,
  .primo-eh-promise {
    padding-top: var(--primo-pt, var(--eh-section-pad));
    padding-bottom: var(--primo-pb, var(--eh-section-pad));
  }
}

.primo-eh-trust-bar {
  padding-top: 22px;
  padding-bottom: 28px;
}

/* ==========================================================================
   LP4 — conversion layer (luxury + high-converting consultation)
   ========================================================================== */

/* Nav actions + header CTA */
.primo-eh-nav__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  margin-left: auto;
}

/* Beat .template-consultation .primo-btn { display: inline-flex } */
.template-consultation .primo-eh-nav__cta.primo-btn {
  display: none;
  padding: 11px 16px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

/* Show phone on all breakpoints; header CTA from 900px up */
.primo-eh-nav__phone.primo-eh-nav__phone--desktop {
  display: inline-flex;
}

@media (min-width: 900px) {
  .template-consultation .primo-eh-nav__cta.primo-btn {
    display: inline-flex;
  }

  .primo-eh-nav__phone {
    font-size: 0.9rem;
  }

  .primo-eh-nav__phone .material-symbols-outlined {
    font-size: 18px;
  }

  /* Leave room for phone + header CTA on tablet */
  .primo-eh-nav__links {
    display: none;
  }
}

@media (min-width: 1100px) {
  .primo-eh-nav__links {
    display: flex;
  }
}

.primo-eh-nav--over-hero:not(.is-scrolled) .primo-eh-nav__cta {
  background: #faf8f5;
  color: var(--eh-brand-navy);
}

.primo-eh-nav--over-hero:not(.is-scrolled) .primo-eh-nav__cta:hover {
  background: #fff;
}

.primo-eh-nav.is-scrolled .primo-eh-nav__cta {
  background: var(--eh-brand-navy);
  color: #fff;
}

/* Hero rating — inline text, no box, no link */
.primo-eh-hero--conversion .primo-eh-hero__rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.primo-eh-hero__rating-google {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.primo-eh-hero__rating-logo {
  width: 16px;
  height: 16px;
  display: block;
}

.primo-eh-hero__rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  flex: 0 0 auto;
  color: #fbbc04;
}

.primo-eh-hero__rating-stars svg {
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
}

.primo-eh-hero__rating-score {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fbbc04;
}

.primo-eh-hero__rating-sep {
  color: rgba(255, 255, 255, 0.38);
  font-weight: 400;
  padding: 0 2px;
}

.primo-eh-hero__rating-count {
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.03em;
}

/* Conversion hero — cinematic dark overlay, light enough to see the photo */
.primo-eh-hero--conversion {
  min-height: clamp(680px, 92vh, 980px);
}

.primo-eh-hero--conversion .primo-eh-hero__bg-img {
  object-position: 42% center;
  filter: brightness(1.18) saturate(1.06);
}

.primo-eh-hero--conversion .primo-eh-hero__overlay {
  background:
    linear-gradient(
      95deg,
      rgba(22, 18, 14, 0.28) 0%,
      rgba(22, 18, 14, 0.16) 28%,
      rgba(22, 18, 14, 0.07) 50%,
      rgba(22, 18, 14, 0.02) 68%,
      rgba(22, 18, 14, 0) 84%
    );
}

.primo-eh-hero--conversion .primo-eh-hero__copy {
  color: #fff;
  max-width: 40rem;
}

.primo-eh-hero--conversion .primo-eh-hero__copy::before {
  background: radial-gradient(
    ellipse 85% 110% at 0% 42%,
    rgba(14, 12, 10, 0.1) 0%,
    rgba(14, 12, 10, 0.03) 52%,
    transparent 78%
  );
}

.primo-eh-hero--conversion .primo-eh-hero__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.7rem, 5.1vw, 4.4rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.032em;
  text-transform: none;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.28),
    0 8px 28px rgba(0, 0, 0, 0.22);
}

.primo-eh-hero--conversion .primo-eh-hero__title-main {
  display: block;
  letter-spacing: -0.032em;
  line-height: 1.02;
}

.primo-eh-hero--conversion .primo-eh-hero__title-em {
  display: block;
  margin-top: 0.12em;
  font-size: 0.72em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.18;
  color: rgba(255, 255, 255, 0.86);
}

.primo-eh-hero--conversion .primo-eh-hero__offer {
  margin: 0 0 18px;
  max-width: 34rem;
  color: #d4b87a;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.28);
}

.primo-eh-hero--conversion .primo-eh-hero__desc {
  margin: 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 1.2vw, 1.14rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

.primo-eh-hero__benefits {
  list-style: none;
  margin: 26px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 36rem;
}

.primo-eh-hero__benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

.primo-eh-hero__benefit-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #fbbc04;
}

.primo-eh-hero__benefit-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.primo-eh-hero--conversion .primo-eh-hero__benefits {
  margin-top: 28px;
  padding-top: 22px;
}

.primo-eh-hero--conversion .primo-eh-hero__form-card--ivory {
  background: rgba(255, 252, 247, 0.94);
  border: 1px solid rgba(184, 151, 90, 0.28);
  border-top: 1px solid rgba(184, 151, 90, 0.45);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.28),
    0 2px 8px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.primo-eh-hero--conversion .primo-eh-hero__form-trust {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 899px) {
  .primo-eh-hero--conversion {
    min-height: auto;
  }

  .primo-eh-hero--conversion .primo-eh-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(16, 14, 12, 0.26) 0%,
      rgba(16, 14, 12, 0.14) 42%,
      rgba(16, 14, 12, 0.1) 100%
    );
  }

  .primo-eh-hero--conversion .primo-eh-hero__title {
    font-size: clamp(2.2rem, 9vw, 3.05rem);
    margin-bottom: 14px;
  }

  .primo-eh-hero--conversion .primo-eh-hero__offer {
    margin-bottom: 14px;
  }

  .primo-eh-hero--conversion .primo-eh-hero__rating {
    margin-bottom: 16px;
  }

  .primo-eh-hero--conversion .primo-eh-hero__benefits {
    margin-top: 22px;
    padding-top: 18px;
    gap: 11px;
  }

  .primo-eh-hero--conversion .primo-eh-hero__benefit {
    font-size: 0.94rem;
  }
}

/* Trust strip — 5 icon points, light luxury bar */
.primo-eh-stats {
  background: var(--eh-cream);
  color: var(--eh-ink);
  padding-top: 28px;
  padding-bottom: 30px;
}

.primo-eh-stats__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  text-align: center;
}

.primo-eh-stats__item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.primo-eh-stats__icon {
  width: 52px;
  height: 52px;
  color: var(--eh-gold);
  flex-shrink: 0;
}

.primo-eh-stats__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.primo-eh-stats__text {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(0.98rem, 1.2vw, 1.18rem);
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.3;
  color: var(--eh-ink);
}

.primo-eh-stats__text strong,
.primo-eh-stats__text span {
  display: block;
  font-weight: 500;
}

@media (min-width: 768px) {
  .primo-eh-stats {
    padding-top: 36px;
    padding-bottom: 38px;
  }

  .primo-eh-stats__list {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .primo-eh-stats {
    padding-top: 24px;
    padding-bottom: 8px;
  }

  .primo-eh-stats__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 10px;
    overflow: visible;
    padding-right: 0;
  }

  .primo-eh-stats__item {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 0 6px;
    gap: 8px;
  }

  .primo-eh-stats__item:last-child {
    grid-column: 1 / -1;
    max-width: 11.5rem;
    margin: 0 auto;
  }

  .primo-eh-stats__icon {
    width: 36px;
    height: 36px;
  }

  .primo-eh-stats__text {
    font-size: 0.92rem;
    line-height: 1.28;
  }
}

/* Who we help — 4 cards + quotes */
.primo-eh-cards--who {
  background: #fff;
}

.primo-eh-cards__grid--four {
  grid-template-columns: 1fr;
}

.primo-eh-cards__quote {
  margin: 18px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(184, 151, 90, 0.18);
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: var(--eh-ink);
}

.primo-eh-cards__quote cite {
  display: inline;
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(12, 12, 12, 0.48);
}

@media (min-width: 640px) {
  .primo-eh-cards__grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .primo-eh-cards__grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

/* Blueprint process — 4 visual cards */
.primo-eh-how--blueprint {
  background: var(--eh-cream);
  border-top: 1px solid var(--eh-line);
}

.primo-eh-how__blueprint {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.primo-eh-how__card {
  background: #fff;
  border: 1px solid rgba(12, 12, 12, 0.06);
  border-top: 1px solid rgba(184, 151, 90, 0.28);
  padding: 28px 24px 26px;
}

.primo-eh-how__card-num {
  display: block;
  color: var(--eh-gold);
  letter-spacing: 0.16em;
  font-size: 0.62rem;
  margin-bottom: 14px;
}

.primo-eh-how__card-title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--eh-ink);
}

.primo-eh-how__card-text {
  margin: 0;
  color: rgba(12, 12, 12, 0.62);
  line-height: 1.65;
}

.primo-eh-how__finale {
  margin: 40px auto 0;
  max-width: 28rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: var(--eh-ink);
}

.primo-eh-how--blueprint .primo-eh-cta {
  margin-top: 36px;
}

@media (min-width: 768px) {
  .primo-eh-how__blueprint {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 1100px) {
  .primo-eh-how__blueprint {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .primo-eh-how__card {
    padding: 32px 22px 28px;
    min-height: 100%;
  }
}

/* Love-story quotes */
.primo-eh-quotes {
  background: var(--eh-warm-black);
  color: #faf8f5;
}

.primo-eh-quotes .primo-eh-section-header {
  margin-bottom: 40px;
}

.primo-eh-quotes__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.primo-eh-quotes__item {
  margin: 0;
  padding: 28px 24px;
  border: 1px solid rgba(184, 151, 90, 0.22);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: rgba(250, 248, 245, 0.94);
  text-align: center;
}

@media (min-width: 900px) {
  .primo-eh-quotes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .primo-eh-quotes__item {
    padding: 36px 28px;
  }
}

/* Review headlines */
.primo-eh-reviews__headline {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--eh-ink);
}

/* Mid-cta points */
.primo-eh-mid-cta__points {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.primo-eh-mid-cta__points li {
  position: relative;
  padding-left: 22px;
  color: rgba(12, 12, 12, 0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}

.primo-eh-mid-cta__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 1px;
  background: var(--eh-gold);
}

.primo-eh-why__intro {
  margin: 16px auto 0;
  max-width: 34rem;
  color: rgba(12, 12, 12, 0.62);
  line-height: 1.68;
}

/* Ring captions + materials */
.primo-eh-rings__gallery--captioned .primo-eh-rings__item {
  background: #fff;
}

.primo-eh-rings__caption {
  display: block;
  padding: 14px 8px 12px;
  text-align: center;
  letter-spacing: 0.16em;
  color: var(--eh-ink);
}

.primo-eh-rings__materials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 52rem;
  margin: 8px auto 28px;
  text-align: center;
}

.primo-eh-rings__material h3 {
  margin: 0 0 8px;
  color: var(--eh-gold-dark);
  letter-spacing: 0.14em;
}

.primo-eh-rings__material p {
  margin: 0;
  color: rgba(12, 12, 12, 0.62);
}

@media (min-width: 768px) {
  .primo-eh-rings__materials {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 12px;
  }
}

/* Promise */
.primo-eh-promise {
  background: var(--eh-cream);
  border-top: 1px solid var(--eh-line);
}

.primo-eh-promise__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 64rem;
  margin: 0 auto;
}

.primo-eh-promise__card {
  background: #fff;
  border: 1px solid rgba(12, 12, 12, 0.06);
  padding: 28px 24px;
}

.primo-eh-promise__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.primo-eh-promise__card p {
  margin: 0;
  color: rgba(12, 12, 12, 0.62);
  line-height: 1.65;
}

@media (min-width: 768px) {
  .primo-eh-promise__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

.primo-eh-form-section__studio {
  margin: 20px 0 0;
  color: rgba(12, 12, 12, 0.55);
  letter-spacing: 0.01em;
}

.primo-eh-form-section__alt {
  margin: 14px 0 0;
  text-align: center;
  color: rgba(12, 12, 12, 0.52);
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}

.primo-eh-form-section__alt a {
  color: var(--eh-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.primo-eh-form-section__alt a:hover {
  color: var(--eh-gold-dark);
}

@media (max-width: 899px) {
  .primo-eh-form-section__studio {
    text-align: center;
  }
}
