/**
 * Hot House — Homepage Mockup 2.0
 * Black / white / red · alternating rhythm · hh-home-v2
 */

.hh-home-v2,
.hh-home-v2-wrap {
  --hh-black: #070707;
  --hh-black-soft: #111111;
  --hh-charcoal: #1a1a1a;
  --hh-graphite: #242424;
  --hh-white: #ffffff;
  --hh-offwhite: #f6f6f4;
  --hh-light: #efefea;
  --hh-border-light: rgba(0, 0, 0, 0.1);
  --hh-border-dark: rgba(255, 255, 255, 0.1);
  --hh-red: #d91f1f;
  --hh-red-hover: #b81818;
  --hh-text-dark: #111111;
  --hh-text-body: #2b2b2b;
  --hh-text-muted: #666666;
  --hh-text-light: #eaeaea;
  --hh-text-light-muted: #b8b8b8;
  --hh-max: 1320px;
  --hh-footer-inner-max: min(1720px, calc(100vw - 2.5rem));
  --hh-header-pad-y: 0.5rem;
  --hh-header-pad-x: clamp(1rem, 2.5vw, 1.5rem);
  --hh-header-logo: 38px;
  --hh-header-wordmark: clamp(0.95rem, 1.15vw, 1.15rem);
  --hh-font: "Heebo", system-ui, sans-serif;
  --radius-md: 14px;
  --radius-lg: 20px;
  --shadow-card: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.hh-home-v2 {
  font-family: var(--hh-font);
  color: var(--hh-text-light);
  box-sizing: border-box;
}

.hh-home-v2 *,
.hh-home-v2 *::before,
.hh-home-v2 *::after {
  box-sizing: border-box;
}

body.hh-home-v2-page .elementor-location-header,
body.hh-home-v2-page .elementor-location-footer,
body.hh-v2-preview .elementor-location-header,
body.hh-v2-preview .elementor-location-footer,
body.hh-home-v2-page .hh-floating-actions,
body.hh-v2-preview .hh-floating-actions {
  display: none !important;
}

body.hh-home-v2-page .site-main,
body.hh-v2-preview .site-main {
  padding-top: 0 !important;
  max-width: none !important;
}

.hh-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  cursor: pointer;
  white-space: nowrap;
}

.hh-v2-btn--primary {
  background: var(--hh-red) !important;
  color: #fff !important;
  border-color: var(--hh-red) !important;
}

.hh-v2-btn--primary:hover {
  background: var(--hh-red-hover) !important;
}

.hh-v2-btn--outline-dark {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #fff !important;
  border-color: var(--hh-border-dark) !important;
}

.hh-v2-btn--outline-light {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

/* Light surfaces — dark text + visible border (homepage guides, post CTAs, etc.) */
.hh-v2-btn--outline-on-light,
.hh-v2-home-guides .hh-v2-btn--outline-dark,
.hh-v2-post__cta .hh-v2-btn--outline-dark,
.hh-v2-post__rail-card .hh-v2-btn--outline-dark {
  background: #fff !important;
  color: var(--hh-text-dark, #111) !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.hh-v2-btn--outline-on-light:hover,
.hh-v2-home-guides .hh-v2-btn--outline-dark:hover,
.hh-v2-post__cta .hh-v2-btn--outline-dark:hover,
.hh-v2-post__rail-card .hh-v2-btn--outline-dark:hover {
  background: var(--hh-offwhite, #f6f6f4) !important;
  border-color: rgba(196, 30, 58, 0.35) !important;
  color: var(--hh-text-dark, #111) !important;
}

.hh-v2-btn--lg {
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
}

.hh-v2-btn--xl {
  padding: 1rem 2rem;
  font-size: 1.0625rem;
}

/* Homepage V2 — live PHP chrome replaces stale Elementor header only (S0) */
body.hh-v2-live-header .elementor-element-hhV2S0,
body.hh-v2-live-header .hh-home-v2-wrap.hh-v2-s0 {
  display: none !important;
}

/* Final CTA stays in Elementor S9; embedded footer + sticky WA are PHP-only */
body.hh-home-v2-page .elementor-769 footer.hh-v2-footer,
body.hh-home-v2-page .elementor-769 .hh-v2-sticky-wa,
body.hh-home-v2-page .elementor-element-hhV2S9 footer.hh-v2-footer,
body.hh-home-v2-page .elementor-element-hhV2S9 .hh-v2-sticky-wa,
body.hh-home-v2-page .elementor-element-hhV2S9W footer.hh-v2-footer {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Sitewide: kill horizontal page scroll */
html.hh-v2-no-x-scroll,
body.hh-v2-no-x-scroll,
body.hh-home-v2-page,
body.hh-v2-pilot-page {
  overflow-x: clip;
  max-width: 100%;
}

body.hh-v2-nav-open {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/* No legacy drawer — mobile uses #hh-v2-mobile-overlay (hh-v2-mobile-nav.css) */

.hh-v2-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(7, 7, 7, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hh-border-dark);
  overflow: visible;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

body.admin-bar .hh-v2-header {
  top: 32px;
}

.hh-v2-header.is-scrolled {
  background: rgba(7, 7, 7, 0.98);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.hh-v2-header__inner {
  max-width: var(--hh-max);
  margin: 0 auto;
  padding: var(--hh-header-pad-y) var(--hh-header-pad-x);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  min-height: 56px;
  transition: padding 0.2s ease, min-height 0.2s ease;
}

.hh-v2-header.is-scrolled .hh-v2-header__inner {
  --hh-header-pad-y: 0.35rem;
  --hh-header-logo: 34px;
  min-height: 50px;
}

.hh-v2-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none !important;
  flex-shrink: 0;
  background: transparent !important;
  min-width: 0;
}

.hh-v2-header__logo img {
  display: block;
  width: auto;
  height: var(--hh-header-logo);
  flex-shrink: 0;
  background: transparent;
  transition: height 0.2s ease;
}

.hh-v2-header__wordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--hh-font);
  font-size: var(--hh-header-wordmark);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.hh-v2-header__wordmark-hot {
  color: var(--hh-red);
}

.hh-v2-header__wordmark-house {
  color: #fff;
}

.hh-v2-header__logo:hover .hh-v2-header__wordmark-hot {
  color: #ff3a3a;
}

.hh-v2-header__logo:hover .hh-v2-header__wordmark-house {
  color: #fff;
}

.hh-v2-header__logo--mark {
  display: inline-flex;
}

.hh-v2-header__logo--full,
.hh-v2-header__logo--compact,
.hh-v2-header__logo--icon {
  display: none;
}

.hh-v2-header__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-self: center;
  position: relative;
  overflow: visible;
}

.hh-v2-header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.85rem, 1.6vw, 1.35rem);
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.hh-v2-header__nav-list > li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  height: auto;
}

.hh-v2-header__nav-list > li > a {
  display: inline-block;
  line-height: 1.2;
  padding-block: 0.15rem;
}

.hh-v2-header__nav a {
  color: var(--hh-text-light) !important;
  text-decoration: none !important;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hh-v2-header .hh-v2-btn--primary:not(.hh-v2-sticky-wa) {
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
  border-radius: 12px;
}

.hh-v2-header__nav a:hover {
  color: #fff !important;
}

/* WP menu 474 — dropdown submenus (top/left set by hh-v2.js from anchor rect) */
.hh-v2-header__nav-list .sub-menu {
  display: none;
  position: absolute;
  top: var(--hh-submenu-top, 100%);
  left: var(--hh-submenu-left, 50%);
  inset-inline-start: auto;
  transform: translateX(-50%);
  min-width: 210px;
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  z-index: 300;
}

.hh-v2-header__nav-list .sub-menu::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 100%;
  height: 12px;
}

[dir="rtl"] .hh-v2-header__nav-list .sub-menu {
  transform: translateX(-50%);
}

.hh-v2-header__nav-list li:hover > .sub-menu,
.hh-v2-header__nav-list li:focus-within > .sub-menu {
  display: block;
}

.hh-v2-header__nav-list .sub-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.hh-v2-header__nav-list .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
}

.hh-v2-header__burger {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid var(--hh-border-dark);
  background: transparent;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}

.hh-v2-header__burger span,
.hh-v2-header__burger::before,
.hh-v2-header__burger::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #fff;
}

.hh-v2-header__burger span {
  top: 19px;
}

.hh-v2-header__burger::before {
  top: 13px;
}

.hh-v2-header__burger::after {
  top: 25px;
}

.hh-v2-header__cart {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--hh-border-dark);
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none !important;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.hh-v2-header__cart:hover,
.hh-v2-header__cart:focus {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #fff !important;
}

.hh-v2-header__cart .hh-v2-icon--cart {
  color: #fff !important;
}

.hh-v2-header__cart-count {
  position: absolute;
  top: -4px;
  inset-inline-end: -4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--hh-red);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}

.hh-v2-mobile-only {
  display: none !important;
}

.hh-v2-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
}

.hh-v2-nav-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  opacity: 0.88;
}

.hh-v2-nav-link__icon .hh-v2-nav-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.hh-v2-nav-link__label {
  flex: 1;
  min-width: 0;
}

.hh-v2-nav-link__chev {
  width: 7px;
  height: 7px;
  margin-inline-start: auto;
  border-inline-end: 1.5px solid currentColor;
  border-block-end: 1.5px solid currentColor;
  transform: rotate(-45deg);
  opacity: 0.35;
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .hh-v2-header__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "brand nav actions";
    align-items: center;
  }

  .hh-v2-header__burger,
  .hh-v2-header__cart {
    display: none !important;
  }

  .hh-v2-header__logo {
    grid-area: brand;
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
  }

  .hh-v2-header__nav {
    grid-area: nav;
    grid-column: auto;
    grid-row: auto;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    align-self: center;
    min-width: 0;
    position: relative;
  }

  .hh-v2-header__wa-desktop {
    grid-area: actions;
    grid-column: auto;
    grid-row: auto;
    justify-self: end;
  }

  .hh-v2-header__nav-list {
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .hh-v2-header__nav-list > li > a,
  .hh-v2-header__nav-list > li > .hh-v2-nav-link {
    display: inline-block !important;
    width: auto !important;
    padding-block: 0.15rem;
    white-space: nowrap;
  }

  .hh-v2-nav-link {
    display: inline-block !important;
    width: auto !important;
  }
}
.hh-v2-hero {
  --hh-hero-slides: 6;
  --hh-hero-slide-sec: 4;
  --hh-hero-cycle: 24s;
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  background: #0d0d0d;
  color: #fff;
  contain: layout style paint;
}

.hh-v2-hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translateZ(0);
}

.hh-v2-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  animation: hhHeroCrossfade6 var(--hh-hero-cycle) ease-in-out infinite;
  backface-visibility: hidden;
}

.hh-v2-hero__slide--space-creator {
  animation-delay: 0s;
  z-index: 1;
}

.hh-v2-hero__slide--shirley-dan {
  animation-delay: calc(var(--hh-hero-slide-sec) * -1s);
}

.hh-v2-hero__slide--bereshit-hotel {
  animation-delay: calc(var(--hh-hero-slide-sec) * -2s);
}

.hh-v2-hero__slide--brand-cover {
  animation-delay: calc(var(--hh-hero-slide-sec) * -3s);
}

.hh-v2-hero__slide--stand-azrieli {
  animation-delay: calc(var(--hh-hero-slide-sec) * -4s);
}

.hh-v2-hero__slide--front-israel {
  animation-delay: calc(var(--hh-hero-slide-sec) * -5s);
}

@keyframes hhHeroCrossfade6 {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  15% {
    opacity: 1;
  }

  16.66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hhHeroCrossfade {
  0% {
    opacity: 0;
  }

  6% {
    opacity: 1;
  }

  44% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.hh-v2-hero__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
}

.hh-v2-hero__slide--space-creator .hh-v2-hero__slide-img {
  object-position: 40% 42%;
}

.hh-v2-hero__slide--shirley-dan .hh-v2-hero__slide-img {
  object-position: 38% 40%;
}

.hh-v2-hero__slide--bereshit-hotel .hh-v2-hero__slide-img {
  object-position: 42% 46%;
}

.hh-v2-hero__slide--brand-cover .hh-v2-hero__slide-img {
  object-position: 44% 48%;
  transform: scaleX(-1) translateZ(0);
}

.hh-v2-hero__slide--stand-azrieli .hh-v2-hero__slide-img {
  object-position: 42% 46%;
}

.hh-v2-hero__slide--front-israel .hh-v2-hero__slide-img {
  object-position: 35% 43%;
}

@media (prefers-reduced-motion: reduce) {
  .hh-v2-hero__slide {
    animation: none;
    opacity: 0;
  }

  .hh-v2-hero__slide--space-creator {
    opacity: 1;
    z-index: 1;
  }

  .hh-v2-hero__slide--shirley-dan {
    opacity: 1;
    z-index: 1;
  }
}

.hh-v2-hero__global-veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    270deg,
    rgba(7, 7, 7, 0.72) 0%,
    rgba(12, 12, 12, 0.52) 20%,
    rgba(16, 16, 16, 0.28) 42%,
    rgba(16, 16, 16, 0.1) 62%,
    rgba(16, 16, 16, 0) 82%
  );
}

.hh-v2-hero__bottom-fade {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: clamp(80px, 12vh, 140px);
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(248, 248, 246, 0.55) 72%, #f8f8f6 100%);
}

.hh-v2-hero__content {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  min-height: 92vh;
  max-width: var(--hh-max);
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) 1.5rem clamp(4.5rem, 10vw, 6rem);
  width: 100%;
}

.hh-v2-hero__content-inner {
  position: relative;
  max-width: 640px;
  margin-inline-start: auto;
}

.hh-v2-hero__content-inner::before {
  content: "";
  position: absolute;
  inset: -36px -44px -34px -42px;
  z-index: -1;
  border-radius: 32px;
  background: radial-gradient(
    circle at 28% 46%,
    rgba(5, 5, 5, 0.55) 0%,
    rgba(10, 10, 10, 0.38) 34%,
    rgba(14, 14, 14, 0.2) 62%,
    rgba(14, 14, 14, 0) 100%
  );
  pointer-events: none;
}

.hh-v2-hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hh-red) !important;
  text-shadow:
    0 3px 22px rgba(0, 0, 0, 0.62),
    0 1px 4px rgba(0, 0, 0, 0.38);
}

.hh-v2-hero__title {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff !important;
  text-shadow:
    0 3px 22px rgba(0, 0, 0, 0.62),
    0 1px 4px rgba(0, 0, 0, 0.38);
}

.hh-v2-hero__lead {
  margin: 0 0 2rem;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 1rem;
  line-height: 1.75;
  text-shadow:
    0 3px 22px rgba(0, 0, 0, 0.62),
    0 1px 4px rgba(0, 0, 0, 0.38);
}

.hh-v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hh-v2-hero__micro {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.78) !important;
  text-shadow:
    0 3px 22px rgba(0, 0, 0, 0.62),
    0 1px 4px rgba(0, 0, 0, 0.38);
}

.hh-v2-hero__indicators {
  position: absolute;
  bottom: clamp(1.25rem, 3vw, 2rem);
  inset-inline-start: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

[dir="rtl"] .hh-v2-hero__indicators {
  transform: translateX(50%);
}

.hh-v2-hero__indicator {
  width: 5px;
  height: 5px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  pointer-events: none;
  opacity: 0.75;
}

.hh-v2-hero__indicator--1 {
  animation: hhV2Dot1 var(--hh-hero-cycle) ease-in-out infinite;
}

.hh-v2-hero__indicator--2 {
  animation: hhV2Dot2 var(--hh-hero-cycle) ease-in-out infinite;
}

.hh-v2-hero__indicator--3 {
  animation: hhV2Dot3 var(--hh-hero-cycle) ease-in-out infinite;
}

.hh-v2-hero__indicator--4 {
  animation: hhV2Dot4 var(--hh-hero-cycle) ease-in-out infinite;
}

.hh-v2-hero__indicator--5 {
  animation: hhV2Dot5 var(--hh-hero-cycle) ease-in-out infinite;
}

.hh-v2-hero__indicator--6 {
  animation: hhV2Dot6 var(--hh-hero-cycle) ease-in-out infinite;
}

@keyframes hhV2Dot1 {
  0%,
  14% {
    background: var(--hh-red);
    transform: scale(1.15);
  }

  16.66%,
  100% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }
}

@keyframes hhV2Dot2 {
  0%,
  14% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }

  16.66%,
  31% {
    background: var(--hh-red);
    transform: scale(1.15);
  }

  33.33%,
  100% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }
}

@keyframes hhV2Dot3 {
  0%,
  31% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }

  33.33%,
  48% {
    background: var(--hh-red);
    transform: scale(1.15);
  }

  50%,
  100% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }
}

@keyframes hhV2Dot4 {
  0%,
  48% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }

  50%,
  64% {
    background: var(--hh-red);
    transform: scale(1.15);
  }

  66.66%,
  100% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }
}

@keyframes hhV2Dot5 {
  0%,
  64% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }

  66.66%,
  81% {
    background: var(--hh-red);
    transform: scale(1.15);
  }

  83.33%,
  100% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }
}

@keyframes hhV2Dot6 {
  0%,
  81% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }

  83.33%,
  98% {
    background: var(--hh-red);
    transform: scale(1.15);
  }

  100% {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1);
  }
}

/* ── Quick paths / entry band — white premium section ── */
.hh-v2-quick-paths-section {
  position: relative;
  background: #f8f8f6;
  padding: 2.75rem 1.5rem 4.5rem;
}

.hh-v2-quick-paths-breath {
  position: relative;
  z-index: 4;
  height: 16px;
  margin-top: 0;
  background: linear-gradient(180deg, rgba(248, 248, 246, 0) 0%, #f8f8f6 100%);
  pointer-events: none;
}

.hh-v2-quick-paths-wrap {
  position: relative;
  max-width: var(--hh-max);
  margin: 0 auto;
  z-index: 5;
}

.hh-v2-entry-band__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2rem;
  padding-top: 0;
}

.hh-v2-entry-band__head h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 2.6vw, 2.125rem);
  font-weight: 700;
  color: var(--hh-text-dark) !important;
}

.hh-v2-entry-band__head p {
  margin: 0;
  font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
  line-height: 1.7;
  color: var(--hh-text-body) !important;
}

.hh-v2-entry-band__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.hh-v2-entry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06);
  padding: 1.65rem 1.5rem 1.5rem;
  text-decoration: none !important;
  color: var(--hh-text-dark) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hh-v2-entry-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09);
  border-color: rgba(196, 30, 58, 0.18);
}

.hh-v2-entry-card__links {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
}

.hh-v2-entry-card__links a {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: #f7f4f1;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #2a2a2a !important;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1.3;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.hh-v2-entry-card__links a:hover {
  background: rgba(196, 30, 58, 0.08);
  border-color: rgba(196, 30, 58, 0.22);
  color: var(--hh-red) !important;
}

.hh-v2-entry-card__accent {
  position: absolute;
  top: 0;
  inset-inline: 1.25rem;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--hh-red);
}

.hh-v2-entry-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.08);
  margin-bottom: 1.1rem;
}

.hh-v2-entry-card__icon svg {
  width: 26px;
  height: 26px;
}

.hh-v2-entry-card__title {
  margin: 0 0 0.55rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--hh-text-dark) !important;
  line-height: 1.35;
}

.hh-v2-entry-card__text {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.68) !important;
  flex: 1;
}

.hh-v2-entry-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--hh-red) !important;
  text-decoration: none !important;
  margin-top: auto;
}

.hh-v2-entry-card__cta:hover {
  color: #a81830 !important;
}

.hh-v2-section--white {
  background: var(--hh-white);
  color: var(--hh-text-dark);
  padding: clamp(3rem, 8vw, 6.5rem) 1.5rem;
}

.hh-v2-section-head {
  max-width: var(--hh-max);
  margin: 0 auto 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.hh-v2-section-head h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--hh-text-dark) !important;
  white-space: nowrap;
}

.hh-v2-section-head__line {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: var(--hh-border-light);
}

.hh-v2-section-head__line:first-child {
  background: linear-gradient(90deg, transparent, var(--hh-red));
}

.hh-v2-section-head__line:last-child {
  background: linear-gradient(270deg, transparent, var(--hh-red));
}

.hh-v2-section-head--stack {
  flex-direction: column;
  gap: 0.75rem;
}

.hh-v2-section-head__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.hh-v2-section-head--stack h2 {
  white-space: normal;
  text-align: center;
}

.hh-v2-section-head__sub {
  margin: 0;
  max-width: 52ch;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--hh-text-muted) !important;
}

.hh-v2-eyebrow-line {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--hh-red);
  margin-bottom: 1rem;
}

.hh-v2-planning__grid {
  max-width: var(--hh-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hh-v2-planning--enriched .hh-v2-planning__media {
  position: relative;
}

.hh-v2-planning__media img,
.hh-v2-planning__img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 42%;
}

.hh-v2-planning--enriched .hh-v2-planning__copy h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(1.85rem, 2.9vw, 2.45rem);
  color: var(--hh-text-dark) !important;
  line-height: 1.2;
}

.hh-v2-planning--enriched .hh-v2-planning__copy p {
  margin: 0 0 1.05rem;
  color: var(--hh-text-body) !important;
  line-height: 1.75;
  font-size: 1.0625rem;
}

.hh-v2-planning__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
}

.hh-v2-planning-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.05rem;
  background: #f8f8f6;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  text-align: start;
}

.hh-v2-planning-feature__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.08);
  color: var(--hh-red);
}

.hh-v2-planning-feature__icon svg {
  width: 22px;
  height: 22px;
}

.hh-v2-planning-feature__text strong {
  display: block;
  font-size: 0.9375rem;
  color: var(--hh-text-dark);
  margin-bottom: 0.3rem;
}

.hh-v2-planning-feature__text span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--hh-text-muted);
  font-weight: 400;
}

.hh-v2-planning__cta {
  margin-top: 1.75rem;
}

.hh-v2-collections {
  overflow-x: clip;
  max-width: 100%;
}

.hh-v2-collections__grid {
  max-width: var(--hh-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  width: 100%;
  padding-inline: clamp(1rem, 2.5vw, 1.5rem);
  box-sizing: border-box;
}

.hh-v2-collection-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--hh-border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none !important;
  background: #fff;
  transition: box-shadow 0.2s, transform 0.2s;
}

.hh-v2-collection-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.hh-v2-collection-card__img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.hh-v2-collection-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hh-v2-collection-card__foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  min-height: 5.75rem;
  padding: 0.85rem 1rem;
  background: var(--hh-charcoal);
  color: #fff !important;
  font-size: 0.8125rem;
  font-weight: 600;
  box-sizing: border-box;
}

.hh-v2-collection-card__labels {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: start;
}

.hh-v2-collection-card__labels strong {
  font-size: 0.8125rem;
  color: #fff;
}

.hh-v2-collection-card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 2.2em;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--hh-text-light-muted) !important;
}

.hh-v2-collection-card__foot .hh-v2-icon--arrow {
  color: var(--hh-red);
  width: 18px;
  height: 18px;
}

.hh-v2-collections__more,
.hh-v2-projects__more {
  text-align: center;
  margin: 2rem 0 0;
}

.hh-v2-collections__more a,
.hh-v2-projects__more a {
  color: var(--hh-text-dark) !important;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hh-v2-process {
  background: var(--hh-offwhite) !important;
}

.hh-v2-process--enriched {
  padding-top: clamp(2.5rem, 5vw, 4rem) !important;
  padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

.hh-v2-process__track {
  position: relative;
  max-width: var(--hh-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.hh-v2-process__track::before {
  content: "";
  position: absolute;
  top: 2.65rem;
  inset-inline: 12%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(196, 30, 58, 0.35) 12%,
    rgba(196, 30, 58, 0.35) 88%,
    transparent
  );
  pointer-events: none;
  z-index: 0;
}

.hh-v2-process-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.35rem 1.1rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.hh-v2-process-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--hh-red);
  background: #fff;
  color: var(--hh-red);
  font-weight: 700;
  font-size: 0.8125rem;
  margin-bottom: 0.85rem;
}

.hh-v2-process-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.07);
  margin-bottom: 0.85rem;
}

.hh-v2-process-card__icon svg {
  width: 28px;
  height: 28px;
}

.hh-v2-process-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--hh-text-dark) !important;
  line-height: 1.35;
}

.hh-v2-process-card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--hh-text-muted) !important;
  line-height: 1.65;
  max-width: 16rem;
}

/* Legacy process (fallback) */
.hh-v2-process__row {
  max-width: var(--hh-max);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hh-v2-process__step {
  flex: 1;
  text-align: center;
  padding: 0 1rem;
  max-width: 220px;
}

.hh-v2-process__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.hh-v2-process__icon svg {
  width: 32px;
  height: 32px;
  color: var(--hh-text-muted);
}

.hh-v2-process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--hh-red);
  color: var(--hh-red);
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.hh-v2-process__step h3 {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  color: var(--hh-text-dark) !important;
}

.hh-v2-process__step p {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--hh-text-muted) !important;
  line-height: 1.5;
}

.hh-v2-process__connector {
  flex: 0 0 40px;
  height: 1px;
  background: var(--hh-border-light);
  margin-top: 52px;
}

.hh-v2-section--dark {
  padding: clamp(3rem, 8vw, 6rem) 1.5rem;
}

.hh-v2-materials__grid {
  max-width: var(--hh-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: center;
}

.hh-v2-materials--enriched .hh-v2-materials__inner {
  max-width: var(--hh-max);
  margin: 0 auto;
}

.hh-v2-materials--enriched .hh-v2-materials__intro {
  max-width: 38rem;
  margin-bottom: 2.25rem;
}

.hh-v2-materials--enriched h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  color: #fff !important;
}

.hh-v2-materials--enriched .hh-v2-materials__sub {
  margin: 0 0 1.35rem;
  color: var(--hh-text-light-muted) !important;
  line-height: 1.7;
  font-size: 1rem;
}

.hh-v2-materials__cards--premium {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.hh-v2-material-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hh-v2-material-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.22);
}

.hh-v2-material-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.hh-v2-material-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.hh-v2-material-card--wood .hh-v2-material-card__media img {
  object-position: center 38%;
}

.hh-v2-material-card--pellet .hh-v2-material-card__media img {
  object-position: center 45%;
}

.hh-v2-material-card--briquette .hh-v2-material-card__media img {
  object-position: center 42%;
}

.hh-v2-material-card--charcoal .hh-v2-material-card__media img {
  object-position: center 40%;
}

.hh-v2-material-card:hover .hh-v2-material-card__media img {
  transform: scale(1.03);
}

.hh-v2-material-card__body {
  padding: 0.9rem 1rem 1rem;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hh-v2-material-card__body strong {
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 0.15rem;
}

.hh-v2-material-card__body > span:not(.hh-v2-material-card__arrow) {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72) !important;
}

.hh-v2-material-card__arrow {
  margin-top: 0.35rem;
  color: var(--hh-red);
  opacity: 0.9;
}

.hh-v2-materials h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  color: #fff !important;
}

.hh-v2-materials p {
  margin: 0 0 1.5rem;
  color: var(--hh-text-light-muted) !important;
  line-height: 1.7;
}

.hh-v2-materials__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.hh-v2-material-card img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  display: block;
}

.hh-v2-materials__sub {
  margin: 0 0 1.5rem;
}

.hh-v2-material-card__label {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  padding: 0.75rem 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
  color: #fff;
}

.hh-v2-material-card__label strong {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
}

.hh-v2-material-card__label span {
  display: block;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--hh-text-light-muted) !important;
}

.hh-v2-projects__grid {
  max-width: var(--hh-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.hh-v2-project {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 16 / 11;
}

.hh-v2-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.hh-v2-project:hover img {
  transform: scale(1.03);
}

.hh-v2-founder__grid {
  max-width: var(--hh-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1.2fr minmax(140px, 180px);
  gap: 2rem;
  align-items: center;
}

.hh-v2-founder__visual img,
.hh-v2-founder__portrait img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-md);
  display: block;
}

.hh-v2-founder__headline {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--hh-text-light-muted) !important;
}

.hh-v2-founder__name {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff !important;
}

.hh-v2-founder__role {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: var(--hh-red) !important;
}

.hh-v2-founder__bio {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--hh-text-light-muted) !important;
}

.hh-v2-founder__sign {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
}

.hh-v2-founder__stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.hh-v2-founder__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.hh-v2-founder__stat-value {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.hh-v2-founder__stat-label {
  display: block;
  font-size: 0.75rem;
  color: var(--hh-text-light-muted);
  line-height: 1.35;
}

.hh-v2-founder__stats strong {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.hh-v2-founder__stats span {
  font-size: 0.75rem;
  color: var(--hh-text-light-muted);
}

.hh-v2-founder__shield {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--hh-red);
}

.hh-v2-founder__shield svg {
  width: 36px;
  height: 36px;
}

.hh-v2-founder__shield span {
  display: block;
  max-width: 14ch;
  margin: 0.35rem auto 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--hh-text-light-muted) !important;
}

.hh-v2-footer__social {
  max-width: var(--hh-max);
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hh-v2-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--hh-border-dark);
  color: var(--hh-text-light-muted);
  text-decoration: none !important;
  transition: border-color 0.2s, color 0.2s;
}

.hh-v2-social svg {
  width: 18px;
  height: 18px;
}

.hh-v2-social__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hh-v2-social--disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.hh-v2-social--wa {
  color: #fff !important;
  border-color: rgba(217, 31, 31, 0.45);
}

.hh-v2-social--wa:hover {
  border-color: var(--hh-red);
  color: var(--hh-red) !important;
}

.hh-v2-final-cta {
  position: relative;
  padding: 5rem 1.5rem;
  text-align: center;
  background-image: var(--hh-v2-cta-bg);
  background-size: cover;
  background-position: center;
}

.hh-v2-final-cta__veil {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.72);
}

.hh-v2-final-cta__inner {
  position: relative;
  z-index: 1;
}

.hh-v2-final-cta h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #fff !important;
}

.hh-v2-final-cta__sub {
  margin: 0 auto 1.5rem;
  max-width: 52ch;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--hh-text-light-muted) !important;
}

.hh-v2-final-cta__micro {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  color: var(--hh-text-light-muted) !important;
}

.hh-v2-footer {
  background: var(--hh-black);
  padding: 2.5rem 1.5rem 1rem;
  border-top: 1px solid var(--hh-border-dark);
}

.hh-v2-footer__top {
  max-width: var(--hh-max);
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: auto 2fr 1fr;
  gap: 2rem;
  align-items: start;
}

.hh-v2-footer__logo {
  background: transparent !important;
}

.hh-v2-footer__logo img {
  display: block;
  height: 44px;
  width: auto;
  max-width: min(100%, 160px);
  object-fit: contain;
  background: transparent !important;
}

.hh-v2-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.hh-v2-footer__cols strong {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.hh-v2-footer__cols a {
  display: block;
  font-size: 0.75rem;
  color: var(--hh-text-light-muted) !important;
  text-decoration: none !important;
  margin-bottom: 0.25rem;
}

.hh-v2-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.8125rem;
}

.hh-v2-footer__contact a,
.hh-v2-footer__contact span {
  color: var(--hh-text-light-muted) !important;
  text-decoration: none !important;
}

.hh-v2-footer__copy {
  text-align: center;
  margin: 0;
  font-size: 0.75rem;
  color: var(--hh-text-light-muted);
}

.hh-v2-sticky-wa {
  display: none;
}

@media (max-width: 1200px) {
  .hh-v2-header__nav-list {
    gap: 0.85rem;
  }

  .hh-v2-header__nav a {
    font-size: 0.78rem;
  }

  .hh-v2-header .hh-v2-btn--primary:not(.hh-v2-sticky-wa) {
    padding: 0.5rem 0.85rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 1024px) {
  .hh-v2-collections__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hh-v2-projects__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 782px) {
  body.admin-bar .hh-v2-header {
    top: 46px;
  }
}

@media (max-width: 768px) {
  .hh-v2-header {
    --hh-mobile-header-h: 52px;
    --hh-mobile-admin-offset: 0px;
  }

  body.admin-bar .hh-v2-header {
    --hh-mobile-admin-offset: 46px;
  }

  .hh-v2-header:has(.hh-v2-header__nav.is-open) {
    z-index: 260;
  }

  .hh-v2-header__inner {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 0.5rem;
    min-height: var(--hh-mobile-header-h);
    position: relative;
  }

  .hh-v2-header__burger {
    display: block;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    z-index: 2;
  }

  .hh-v2-header__logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    gap: 0.45rem;
    max-width: 100%;
    z-index: 2;
  }

  .hh-v2-header__cart {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    z-index: 2;
  }

  .hh-v2-header__logo img {
    height: 32px;
  }

  .hh-v2-header__wordmark {
    --hh-header-wordmark: 0.9rem;
  }

  .hh-v2-header.is-scrolled .hh-v2-header__logo img {
    height: 30px;
  }

  .hh-v2-header__nav {
    display: none;
    position: fixed;
    top: calc(var(--hh-mobile-header-h) + var(--hh-mobile-admin-offset));
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    background: rgba(7, 7, 7, 0.98);
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: auto;
    box-shadow: none;
    border: none;
    z-index: 255;
  }

  .hh-v2-header__nav.is-open {
    display: flex;
    height: calc(100dvh - var(--hh-mobile-header-h) - var(--hh-mobile-admin-offset));
    max-height: calc(100dvh - var(--hh-mobile-header-h) - var(--hh-mobile-admin-offset));
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .hh-v2-header__nav.is-open .hh-v2-mobile-only.hh-v2-mobile-nav__head {
    flex: 0 0 auto;
  }

  .hh-v2-header__nav.is-open .hh-v2-header__nav-list,
  .hh-v2-header__nav.is-open .hh-v2-mobile-accessories {
    flex: 0 0 auto;
  }

  .hh-v2-header__nav.is-open .hh-v2-header__nav-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    padding: 0 0 calc(88px + env(safe-area-inset-bottom, 0px));
  }

  body.hh-v2-nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 240;
    pointer-events: none;
  }

  .hh-v2-header__nav.is-open .hh-v2-mobile-only.hh-v2-mobile-nav__head {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    width: 100%;
    max-width: 100%;
    padding: 0.85rem 1rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
  }

  .hh-v2-header__nav.is-open .hh-v2-nav-link__icon.hh-v2-mobile-only {
    display: inline-flex !important;
  }

  .hh-v2-header__nav.is-open .hh-v2-nav-link__chev.hh-v2-mobile-only {
    display: inline-block !important;
  }

  .hh-v2-mobile-nav__home,
  .hh-v2-mobile-nav__wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 44px;
    min-width: 0;
    padding: 0.55rem 0.65rem;
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none !important;
    color: #fff !important;
  }

  .hh-v2-mobile-nav__home {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hh-v2-mobile-nav__wa {
    background: rgba(196, 30, 58, 0.14);
    border: 1px solid rgba(196, 30, 58, 0.28);
  }

  .hh-v2-mobile-nav__home .hh-v2-nav-icon,
  .hh-v2-mobile-nav__home svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .hh-v2-mobile-nav__wa .hh-v2-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .hh-v2-header__nav-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.35rem 1rem 0;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .hh-v2-mobile-accessories {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 1rem 0.5rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .hh-v2-mobile-accessories__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding: 0.85rem 0.35rem;
    border: none;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
  }

  .hh-v2-mobile-accessories__toggle[aria-expanded="true"] .hh-v2-mobile-accessories__chev {
    transform: rotate(180deg);
  }

  .hh-v2-mobile-accessories__chev {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid rgba(255, 255, 255, 0.55);
    border-bottom: 2px solid rgba(255, 255, 255, 0.55);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-inline-start: 0.5rem;
  }

  .hh-v2-mobile-accessories__panel {
    display: none;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0 0 0.65rem;
  }

  .hh-v2-mobile-accessories__panel.is-open {
    display: flex;
  }

  .hh-v2-mobile-accessories__panel a {
    display: block;
    padding: 0.55rem 0.35rem 0.55rem 2.25rem;
    font-size: 0.84rem;
    color: var(--hh-text-light-muted) !important;
    text-decoration: none !important;
    white-space: normal;
    word-break: break-word;
  }

  .hh-v2-header__nav-list > li {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .hh-v2-header__nav-list > li > a,
  .hh-v2-header__nav-list > li > .hh-v2-nav-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0.95rem 0.35rem;
    font-size: 0.92rem;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
  }

  .hh-v2-nav-link__label {
    flex: 1;
    min-width: 0;
  }

  .hh-v2-header__nav-list .sub-menu {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.2rem;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.15rem 0 0.85rem 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow-x: hidden;
  }

  .hh-v2-header__nav-list .sub-menu::before {
    display: none;
  }

  .hh-v2-header__nav-list .sub-menu a,
  .hh-v2-header__nav-list .sub-menu .hh-v2-nav-link {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0.55rem 0.35rem 0.55rem 2.25rem;
    font-size: 0.84rem;
    color: var(--hh-text-light-muted) !important;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
  }

  .hh-v2-header__nav-list .menu-item-has-children > .hh-v2-nav-link {
    padding-bottom: 0.65rem;
  }

  .hh-v2-header .hh-v2-btn--primary:not(.hh-v2-sticky-wa),
  .hh-v2-header__wa-desktop {
    display: none;
  }

  @media (max-width: 400px) {
    .hh-v2-header__wordmark {
      --hh-header-wordmark: 0.82rem;
    }

    .hh-v2-header__logo img {
      height: 30px;
    }

    .hh-v2-header__nav.is-open .hh-v2-mobile-only.hh-v2-mobile-nav__head {
      grid-template-columns: 1fr;
    }
  }

  .hh-v2-hero {
    min-height: auto;
  }

  .hh-v2-hero__content {
    min-height: auto;
    padding: 0 1.25rem 3.5rem;
    align-items: flex-end;
  }

  .hh-v2-hero__content-inner {
    max-width: 100%;
    margin-inline-start: 0;
    padding-top: clamp(14rem, 52vw, 20rem);
  }

  .hh-v2-hero__global-veil {
    background: linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.08) 0%,
      rgba(10, 10, 10, 0.14) 45%,
      rgba(10, 10, 10, 0.22) 72%,
      rgba(10, 10, 10, 0.28) 100%
    );
  }

  .hh-v2-hero__content-inner::before {
    inset: -28px -28px -26px -28px;
    background: radial-gradient(
      circle at 50% 72%,
      rgba(5, 5, 5, 0.64) 0%,
      rgba(10, 10, 10, 0.48) 36%,
      rgba(14, 14, 14, 0.22) 62%,
      rgba(14, 14, 14, 0) 100%
    );
  }

  .hh-v2-hero__title {
    font-size: clamp(1.75rem, 7.5vw, 2.25rem);
  }

  .hh-v2-hero__lead {
    font-size: 0.9375rem;
  }

  .hh-v2-hero__slide--space-creator .hh-v2-hero__slide-img {
    object-position: 38% 40%;
  }

  .hh-v2-hero__slide--black-stone .hh-v2-hero__slide-img {
    object-position: 40% 42%;
  }

  .hh-v2-hero__slide--shirley-dan .hh-v2-hero__slide-img {
    object-position: 36% 36%;
  }

  .hh-v2-hero__slide--bereshit-hotel .hh-v2-hero__slide-img {
    object-position: 40% 42%;
  }

  .hh-v2-hero__slide--brand-cover .hh-v2-hero__slide-img {
    object-position: 50% 44%;
    transform: scaleX(-1) translateZ(0);
  }

  .hh-v2-hero__actions .hh-v2-btn {
    width: 100%;
  }

  .hh-v2-hero__indicators {
    bottom: 1rem;
  }

  .hh-v2-quick-paths-wrap {
    margin-top: 0;
  }

  .hh-v2-entry-band__grid {
    grid-template-columns: 1fr;
  }

  .hh-v2-entry-band__head {
    margin-bottom: 1.5rem;
    text-align: start;
  }

  .hh-v2-planning__grid {
    grid-template-columns: 1fr;
  }

  .hh-v2-planning__features {
    grid-template-columns: 1fr;
  }

  .hh-v2-collections {
    overflow-x: clip;
    max-width: 100%;
  }

  .hh-v2-collections__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    scroll-snap-type: none;
    gap: 0.85rem;
    padding-inline: 1rem;
  }

  .hh-v2-collection-card {
    flex: none;
    width: auto;
    scroll-snap-align: unset;
  }

  .hh-v2-process__track {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .hh-v2-process__track::before {
    display: none;
  }

  .hh-v2-process__row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .hh-v2-process__connector {
    display: none;
  }

  .hh-v2-materials__cards--premium {
    grid-template-columns: repeat(2, 1fr);
  }

  .hh-v2-materials__grid {
    grid-template-columns: 1fr;
  }

  .hh-v2-founder__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hh-v2-founder__visual,
  .hh-v2-founder__portrait {
    max-width: 280px;
    margin: 0 auto;
  }

  .hh-v2-footer__top {
    grid-template-columns: 1fr;
  }

  .hh-v2-sticky-wa {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    inset-inline: 0;
    z-index: 300;
    justify-content: center;
    gap: 0.45rem;
    min-height: 58px;
    padding: 10px 18px;
    background: var(--hh-red);
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  }

  body.hh-has-sticky-cta {
    padding-bottom: 88px;
  }

  body.hh-has-sticky-cta .hh-v2-inner,
  body.hh-has-sticky-cta .hh-v2-heating-archive {
    padding-bottom: 0;
  }

  body.hh-has-sticky-cta .hh-v2-footer--rich {
    margin-bottom: 0;
  }

  .hh-v2-footer__main {
    grid-template-columns: 1fr;
  }

  .hh-v2-footer__nav {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── V2 icon system ── */
.hh-v2-icon {
  display: block;
  flex-shrink: 0;
  color: currentColor;
}

.hh-v2-icon--red {
  color: var(--hh-red);
}

.hh-v2-icon--light {
  color: rgba(255, 255, 255, 0.92);
}

.hh-v2-icon--dark {
  color: var(--hh-text-dark);
}

.hh-v2-process__svg {
  width: 28px;
  height: 28px;
  color: var(--hh-red);
}

/* ── Hero enrichment (disabled for perf — trust/scroll removed from DOM) ── */
.hh-v2-quick-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.35rem;
  border-radius: 50%;
  background: rgba(217, 31, 31, 0.08);
  border: 1px solid rgba(217, 31, 31, 0.16);
  transition: transform 0.2s ease, background 0.2s ease;
}

.hh-v2-quick-card:hover .hh-v2-quick-card__icon {
  transform: translateY(-2px);
  background: rgba(217, 31, 31, 0.14);
}

.hh-v2-feature__icon {
  width: 28px;
  height: 28px;
  color: var(--hh-red);
  flex-shrink: 0;
}

/* ── Buttons ── */
.hh-v2-btn--sm {
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
}

.hh-v2-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 0.25rem;
}

.hh-v2-final-cta--enriched .hh-v2-final-cta__veil {
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.55), rgba(7, 7, 7, 0.82));
}

/* ── Rich footer ── */
.hh-v2-footer--rich {
  position: relative;
  padding: 0 0 1rem;
  background: linear-gradient(180deg, #0a0a0a 0%, #070707 100%);
  border-top: 1px solid rgba(217, 31, 31, 0.22);
  overflow: hidden;
}

.hh-v2-footer__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 12%, rgba(217, 31, 31, 0.08), transparent 42%),
    radial-gradient(circle at 12% 88%, rgba(255, 255, 255, 0.03), transparent 38%);
}

.hh-v2-footer__main-shell {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100%;
  max-width: 100%;
  margin-inline: -50vw;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%);
}

.hh-v2-footer__main-inner {
  max-width: var(--hh-footer-inner-max);
  margin: 0 auto;
  padding-inline: clamp(1.5rem, 3.5vw, 3rem);
}

.hh-v2-footer__main {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  padding: 4rem 0 3.25rem;
  display: grid;
  grid-template-columns: 1.15fr 2.1fr 1fr;
  gap: 2.5rem 3rem;
  align-items: start;
  min-height: 320px;
}

.hh-v2-footer__brand p {
  margin: 0.85rem 0 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--hh-text-light-muted);
  max-width: 34ch;
}

.hh-v2-footer__social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.hh-v2-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: none;
  color: #fff;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.hh-v2-footer__social-link .hh-v2-icon--social {
  width: 18px;
  height: 18px;
  display: block;
}

.hh-v2-footer__brand .hh-v2-footer__social {
  justify-content: flex-start;
  margin: 1.1rem 0 0;
  max-width: none;
}

.hh-v2-footer__social-link--facebook {
  background: #1877f2;
}

.hh-v2-footer__social-link--instagram {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 52%, #8134af 100%);
}

.hh-v2-footer__social-link--youtube {
  background: #ff0000;
}

.hh-v2-footer__social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
  filter: brightness(1.06);
  color: #fff;
}

.hh-v2-footer__social-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.hh-v2-footer__trust {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.hh-v2-footer__trust li {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  padding-inline-start: 0.85rem;
  position: relative;
}

.hh-v2-footer__trust li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--hh-red);
}

.hh-v2-footer__locale {
  margin: 0.85rem 0 0;
  font-size: 0.75rem;
  color: var(--hh-text-light-muted);
}

.hh-v2-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.hh-v2-footer__col strong {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: #fff;
}

.hh-v2-footer__col a {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--hh-text-light-muted) !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.hh-v2-footer__col a:hover {
  color: #fff !important;
}

.hh-v2-footer__contact-card {
  padding: 1.65rem 1.45rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 2px solid var(--hh-red);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hh-v2-footer__contact-title {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}

.hh-v2-footer__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--hh-text-light-muted);
}

.hh-v2-footer__contact-row a {
  color: var(--hh-text-light-muted) !important;
  text-decoration: none !important;
}

.hh-v2-footer__contact-row a:hover {
  color: #fff !important;
}

.hh-v2-footer__contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.hh-v2-footer__bar {
  display: none;
}

.hh-v2-footer {
  overflow: visible;
}

.hh-v2-footer__end-shell {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100%;
  max-width: 100%;
  margin-inline: -50vw;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #080808 0%, #020202 100%);
}

.hh-v2-footer__end-inner {
  position: relative;
  max-width: var(--hh-footer-inner-max);
  margin: 0 auto;
  padding: 36px clamp(1.5rem, 3.5vw, 3rem);
}

.hh-v2-footer__end-inner > .hh-v2-footer__end-accent {
  position: absolute;
  inset-inline-start: clamp(1.25rem, 3vw, 2.5rem);
  top: 0;
  width: 48px;
  height: 2px;
  background: var(--hh-red);
  border-radius: 2px;
}

.hh-v2-footer__end {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  min-height: 96px;
  padding: 0;
  border-top: none;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 1.5rem 2rem;
  align-items: center;
}

.hh-v2-footer__end-accent {
  display: none;
}

.hh-v2-footer__end-brand {
  display: grid;
  gap: 0.55rem;
  justify-items: start;
}

.hh-v2-footer__end-logo {
  background: transparent !important;
}

.hh-v2-footer__end-logo img {
  display: block;
  height: 32px;
  width: auto;
  max-width: min(100%, 200px);
  background: transparent !important;
}

.hh-v2-footer__end-tags {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.82);
}

.hh-v2-footer__end-trust p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--hh-text-light-muted);
  text-align: center;
  max-width: 38ch;
  margin-inline: auto;
}

.hh-v2-footer__end-legal {
  text-align: end;
}

.hh-v2-footer__end-legal p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--hh-text-light-muted);
}

@media (max-width: 1100px) {
  .hh-v2-footer__main {
    grid-template-columns: 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  .hh-v2-hero__indicator--1,
  .hh-v2-hero__indicator--2,
  .hh-v2-hero__indicator--3,
  .hh-v2-hero__indicator--4,
  .hh-v2-hero__indicator--5,
  .hh-v2-hero__indicator--6 {
    animation: none;
  }

  .hh-v2-hero__indicator--1 {
    background: var(--hh-red);
    transform: scale(1.15);
  }
}

/* ── Bottom polish: founder / CTA / footer closing sequence ── */
.hh-v2-founder--premium {
  position: relative;
  overflow: hidden;
  padding-top: clamp(3.5rem, 8vw, 5.5rem);
  padding-bottom: clamp(3rem, 7vw, 4.5rem);
  background: linear-gradient(180deg, #0a0a0a 0%, #070707 55%, #0b0b0b 100%);
}

.hh-v2-founder__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 42%, rgba(217, 31, 31, 0.07), transparent 38%),
    radial-gradient(circle at 88% 68%, rgba(255, 255, 255, 0.03), transparent 42%);
}

.hh-v2-founder__inner {
  position: relative;
  z-index: 1;
  max-width: var(--hh-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.9fr) minmax(240px, 320px);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

.hh-v2-founder--premium .hh-v2-founder__accent {
  display: block;
  width: 42px;
  height: 2px;
  margin-bottom: 1rem;
  background: var(--hh-red);
  border-radius: 2px;
}

.hh-v2-founder--premium .hh-v2-founder__headline {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff !important;
}

.hh-v2-founder--premium .hh-v2-founder__name {
  font-size: 1.125rem;
}

.hh-v2-founder--premium .hh-v2-founder__bio {
  max-width: 42ch;
}

.hh-v2-founder--premium .hh-v2-founder__stats {
  display: grid;
  gap: 0.85rem;
}

.hh-v2-founder__stat-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: start;
}

.hh-v2-founder__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(217, 31, 31, 0.1);
  border: 1px solid rgba(217, 31, 31, 0.22);
}

.hh-v2-founder__stat-card .hh-v2-founder__stat-value {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  text-align: start;
}

.hh-v2-founder__stat-card .hh-v2-founder__stat-label {
  font-size: 0.8125rem;
  text-align: start;
}

.hh-v2-founder__visual-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.hh-v2-founder__visual-frame::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--hh-red);
  z-index: 2;
}

.hh-v2-founder__visual-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}

.hh-v2-founder__visual-caption {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 0.75rem 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.82) 100%);
}

.hh-v2-final-cta--panel {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4rem) 1.5rem 0;
  background: linear-gradient(180deg, #0b0b0b 0%, #080808 100%);
}

.hh-v2-final-cta__panel {
  position: relative;
  max-width: var(--hh-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
  border-radius: calc(var(--radius-lg) + 4px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #101010;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.hh-v2-final-cta__media {
  position: relative;
  min-height: 320px;
  background-image: var(--hh-v2-cta-bg);
  background-size: cover;
  background-position: center 42%;
}

.hh-v2-final-cta__media-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 7, 7, 0.15) 0%,
    rgba(7, 7, 7, 0.45) 55%,
    rgba(7, 7, 7, 0.72) 100%
  );
}

.hh-v2-final-cta--panel .hh-v2-final-cta__content {
  position: relative;
  z-index: 1;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hh-v2-final-cta--panel h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  line-height: 1.25;
  color: #fff !important;
}

.hh-v2-final-cta--panel .hh-v2-final-cta__sub {
  margin: 0 0 1.25rem;
  max-width: 44ch;
  text-align: start;
  color: var(--hh-text-light-muted) !important;
}

.hh-v2-final-cta--panel .hh-v2-final-cta__actions {
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.hh-v2-final-cta__bullets {
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.hh-v2-final-cta__bullets li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.82);
}

.hh-v2-final-cta__bullet-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.hh-v2-final-cta--panel .hh-v2-final-cta__micro {
  margin: 0;
  text-align: start;
  font-size: 0.75rem;
  color: var(--hh-text-light-muted);
}

.hh-v2-footer--rich {
  border-top: none;
  background: linear-gradient(180deg, #080808 0%, #060606 100%);
}

.hh-v2-footer__strip {
  position: relative;
  z-index: 1;
  left: 50%;
  right: 50%;
  width: 100%;
  max-width: 100%;
  margin-inline: -50vw;
  padding: 2.25rem clamp(1.5rem, 4vw, 3.5rem) 1rem;
  text-align: center;
  border-top: 1px solid rgba(217, 31, 31, 0.18);
}

.hh-v2-footer__strip-tags {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.88);
}

.hh-v2-footer__strip-sub {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--hh-text-light-muted);
  max-width: 46ch;
  margin-inline: auto;
}

.hh-v2-footer__contact-card {
  position: relative;
  padding: 1.65rem 1.45rem;
  background: rgba(255, 255, 255, 0.045);
}

.hh-v2-footer__contact-accent {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--hh-red);
  border-radius: 0 2px 2px 0;
}

.hh-v2-footer__main {
  padding-top: 3.5rem;
}

.hh-v2-footer--rich .hh-v2-footer__main {
  padding-top: 4rem;
}

@media (max-width: 1024px) {
  .hh-v2-founder__inner {
    grid-template-columns: 1fr 1fr;
  }

  .hh-v2-founder__visual {
    grid-column: 1 / -1;
    max-width: 420px;
    margin-inline: auto;
    width: 100%;
  }

  .hh-v2-final-cta__panel {
    grid-template-columns: 1fr;
  }

  .hh-v2-final-cta__media {
    min-height: 220px;
  }

  .hh-v2-final-cta__media-veil {
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.1) 0%, rgba(7, 7, 7, 0.72) 100%);
  }
}

@media (max-width: 768px) {
  .hh-v2-founder__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hh-v2-founder__stats {
    order: 3;
  }

  .hh-v2-founder__visual {
    order: 2;
    max-width: none;
  }

  .hh-v2-final-cta--panel .hh-v2-final-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hh-v2-final-cta--panel .hh-v2-final-cta__actions .hh-v2-btn {
    width: 100%;
    justify-content: center;
  }

  .hh-v2-footer__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1rem;
    padding: 2rem 0 1.5rem;
    min-height: auto;
  }

  .hh-v2-footer__strip {
    display: none;
  }

  .hh-v2-footer__brand {
    grid-column: 1 / -1;
  }

  .hh-v2-footer__brand p {
    font-size: 0.8rem;
    line-height: 1.55;
    margin-top: 0.65rem;
  }

  .hh-v2-footer__trust {
    display: none;
  }

  .hh-v2-footer__contact-card {
    order: 0;
    grid-column: 1 / -1;
    padding: 1rem 1.1rem;
  }

  .hh-v2-footer__contact-row {
    font-size: 0.8rem;
  }

  .hh-v2-footer__contact-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .hh-v2-footer__contact-actions .hh-v2-btn {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.5rem 0.65rem;
    font-size: 0.75rem;
  }

  .hh-v2-footer__nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.25rem;
  }

  .hh-v2-footer__col:nth-child(3) {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem 1rem;
  }

  .hh-v2-footer__col--service {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem 1rem;
  }

  .hh-v2-footer__col--service strong {
    grid-column: 1 / -1;
  }

  .hh-v2-footer__col:nth-child(3) strong {
    grid-column: 1 / -1;
  }

  .hh-v2-footer__col strong {
    font-size: 0.85rem;
    margin-bottom: 0.45rem;
  }

  .hh-v2-footer__col a {
    font-size: 0.8rem;
    padding-block: 0.2rem;
  }

  .hh-v2-footer__end {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    min-height: auto;
    padding: 1.15rem 1rem 1.35rem;
    text-align: start;
  }

  .hh-v2-footer__end-brand {
    justify-items: start;
  }

  .hh-v2-footer__end-trust {
    display: none;
  }

  .hh-v2-footer__end-trust p {
    text-align: start;
    max-width: none;
    font-size: 0.8rem;
  }

  .hh-v2-footer__end-legal {
    text-align: start;
  }

  .hh-v2-footer__end-legal p {
    font-size: 0.72rem;
  }

  .hh-v2-footer__bar {
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
  }
}
