/* Secondary widgets and homepage component styles.
   Source: assets/css/frontend.css lines 1423-3144. Header-specific rules live in 60-header.css. */

/* Premium secondary widget layouts. */
.hwh-before-after,
.hwh-premium-experience,
.hwh-newsletter-block,
.hwh-featured-post,
.hwh-store-info {
  padding: clamp(56px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.hwh-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.hwh-section-heading h2,
.hwh-premium-experience h2,
.hwh-newsletter-block h2,
.hwh-featured-post h2,
.hwh-store-info h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
}

.hwh-ba-frame {
  position: relative;
  max-width: 980px;
  aspect-ratio: 16 / 10;
  margin: 0 auto;
  overflow: hidden;
  background: var(--hwh-nude);
  border: 1px solid var(--hwh-line);
}

.hwh-ba-image,
.hwh-ba-image img,
.hwh-ba-after-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hwh-ba-after-wrap {
  clip-path: inset(0 0 0 var(--hwh-ba-position));
}

.hwh-ba-label {
  position: absolute;
  z-index: 4;
  top: 16px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(15,15,15,.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hwh-ba-before-label { left: 16px; }


.hwh-ba-after-label { right: 16px; }

.hwh-ba-handle {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: var(--hwh-ba-position);
  width: 46px;
  color: #fff;
  background: transparent;
  border: 0;
  transform: translateX(-50%);
  cursor: ew-resize;
}

.hwh-ba-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
}

.hwh-ba-handle i {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: auto;
  background: var(--hwh-black);
  border-radius: 999px;
}

.hwh-premium-experience {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .85fr) minmax(220px, .7fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  background: var(--hwh-cream);
}

.hwh-experience-copy p,
.hwh-newsletter-block p,
.hwh-featured-post p {
  color: #66605b;
  line-height: 1.7;
}

.hwh-experience-steps {
  display: grid;
  gap: 14px;
}

.hwh-experience-steps article,
.hwh-store-info {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--hwh-line);
}

.hwh-experience-steps i {
  color: var(--hwh-gold);
}

.hwh-newsletter-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--hwh-nude);
}

.hwh-newsletter-block > *,
.hwh-newsletter-form,
.hwh-newsletter-form label,
.hwh-newsletter-form .hwh-consent {
  min-width: 0;
}

.hwh-newsletter-block h2,
.hwh-newsletter-block p,
.hwh-newsletter-form span {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: manual;
}

.hwh-grid-cols-3,
.hwh-grid-cols-4,
.hwh-grid-cols-2 {
  display: grid;
  gap: 24px;
}

.hwh-blog-section {
  width: min(var(--hwh-max, 1180px), calc(100% - 40px));
  margin: clamp(36px, 6vw, 84px) auto;
}

.hwh-blog-section-head {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin: 0 auto clamp(20px, 3vw, 34px);
}

.hwh-blog-section-title {
  margin: 0;
  color: var(--hwh-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
}

.hwh-blog-grid {
  --hwh-blog-columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--hwh-blog-columns), minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.hwh-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }


.hwh-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }


.hwh-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hwh-blog-grid a,
.hwh-featured-post a {
  color: inherit;
  text-decoration: none;
}

.hwh-blog-card {
  min-width: 0;
}

.hwh-blog-card a {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  min-height: var(--hwh-blog-card-min-height, 0);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hwh-line);
  border-radius: var(--hwh-radius-md, 8px);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hwh-blog-card a:hover,
.hwh-blog-card a:focus-visible {
  border-color: rgba(15, 15, 15, .28);
  box-shadow: 0 18px 40px rgba(15, 15, 15, .08);
  transform: translateY(-2px);
  outline: 0;
}

.hwh-blog-card-media {
  display: block;
  overflow: hidden;
  background: var(--hwh-nude);
  aspect-ratio: 4 / 3;
}

.hwh-blog-grid img,
.hwh-featured-post img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--hwh-nude);
}

.hwh-blog-card img {
  display: block;
  height: 100%;
  transition: transform .35s ease;
}

.hwh-blog-card a:hover img,
.hwh-blog-card a:focus-visible img {
  transform: scale(1.035);
}

.hwh-blog-card-placeholder {
  display: block;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(201, 169, 110, .18), rgba(245, 237, 230, .75)),
    var(--hwh-nude);
}

.hwh-blog-card-body {
  display: grid;
  gap: 10px;
  grid-template-rows: auto auto 1fr auto;
  padding: 20px;
}

.hwh-blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  color: #766f69;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hwh-blog-card h3 {
  margin: 0;
  color: var(--hwh-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.15;
}

.hwh-blog-card p {
  margin: 0;
  color: #625b55;
  font-size: 14px;
  line-height: 1.65;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.hwh-blog-card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  margin-top: 4px;
  color: var(--hwh-black);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.hwh-featured-post a {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) 1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.hwh-category-tabs,
.hwh-social-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px clamp(18px, 5vw, 72px);
}

.hwh-category-tabs a,
.hwh-social-proof-strip span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  color: var(--hwh-black);
  background: #fff;
  border: 1px solid var(--hwh-line);
  text-decoration: none;
}

.hwh-image-marquee {
  overflow: hidden;
  padding: 32px 0;
}

.hwh-image-marquee > div {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: hwh-marquee 26s linear infinite;
}

.hwh-image-marquee .hwh-skeleton {
  width: 220px;
  flex: 0 0 220px;
}

@keyframes hwh-marquee {
  to { transform: translateX(-50%); }
}

.hwh-store-info {
  display: grid;
  gap: 10px;
}

@media (prefers-reduced-motion: reduce) {
.hwh-footer-wave-animated .hwh-footer-wave-svg,
  .hwh-footer-wave-animated .footer-wave-back,
  .hwh-image-marquee > div {
    animation: none;
  }
}

/* Dark variants for premium secondary widgets. */
html.hwh-theme-dark .hwh-hero-signature,
html.hwh-theme-dark .hwh-why-choose,
html.hwh-theme-dark .hwh-reviews-section,
html.hwh-theme-dark .hwh-premium-experience,
html.hwh-theme-dark .hwh-newsletter-block,
html.hwh-theme-dark .hwh-category-tabs,
html.hwh-theme-dark .hwh-social-proof-strip {
  color: var(--hwh-dark-text);
  background: var(--hwh-dark-bg);
}

html.hwh-theme-dark .hwh-why-grid article,
html.hwh-theme-dark .hwh-experience-steps article,
html.hwh-theme-dark .hwh-category-tabs a,
html.hwh-theme-dark .hwh-social-proof-strip span {
  color: var(--hwh-dark-text);
  background: var(--hwh-dark-surface);
  border-color: rgba(248,244,239,.14);
}

html.hwh-theme-dark .hwh-why-grid p,
html.hwh-theme-dark .hwh-reviews-section p,
html.hwh-theme-dark .hwh-experience-copy p,
html.hwh-theme-dark .hwh-newsletter-block p,
html.hwh-theme-dark .hwh-featured-post p {
  color: rgba(248,244,239,.72);
}

/* HWH homepage parity layer. The static homepage is the visual source of truth. */
:root {
  --hwh-ink: #1a1c1c;
  --hwh-muted: #66605b;
  --hwh-paper: #ffffff;
  --hwh-footer-text: #fafafa;
  --hwh-line-gold: rgba(201, 169, 110, 0.42);
  --hwh-radius: 4px;
  --hwh-max: 1200px;
}

.hwh-template :where(h1, h2, h3),
.hwh-hero :where(h1, h2, h3),
.hwh-founder :where(h1, h2, h3),
.hwh-cta h2,
.hwh-footer h2,
.hwh-page-hero h1,
.hwh-product-detail-premium h1,
.hwh-contact-premium h2,
.hwh-before-after h2,
.hwh-premium-experience h2,
.hwh-newsletter-block h2,
.hwh-featured-post h2,
.hwh-store-info h2,
.hwh-why-choose h2,
.hwh-reviews-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.hwh-eyebrow {
  margin: 0 0 16px;
  color: var(--hwh-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hwh-button,
.hwh-template .elementor-button,
.hwh-footer .hwh-newsletter-form button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: var(--hwh-radius);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hwh-button:hover,
.hwh-product-link:hover {
  transform: translateY(-2px);
}

.hwh-button-primary {
  color: #fff;
  background: var(--hwh-black);
  border: 1px solid var(--hwh-black);
}

.hwh-button-primary:hover {
  color: var(--hwh-black);
  background: var(--hwh-gold);
  border-color: var(--hwh-gold);
}

.hwh-button-secondary {
  color: var(--hwh-ink);
  background: transparent;
  border: 1px solid var(--hwh-line-gold);
}

.hwh-logo-placeholder {
  display: grid;
  place-items: center;
  color: var(--hwh-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.hwh-hero.hero {
  min-height: calc(100vh - 130px);
  display: grid;
  align-items: center;
  padding: clamp(48px, 6vh, 84px) clamp(20px, 5vw, 72px);
  background: linear-gradient(90deg, var(--hwh-cream) 0 58%, var(--hwh-nude) 58% 100%);
}

.hwh-hero-inner.hero-inner {
  width: min(var(--hwh-max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(44px, 7vw, 104px);
}

.hwh-hero h1 {
  max-width: 760px;
  color: var(--hwh-ink);
  font-size: clamp(48px, 6.8vw, 96px);
}

.hwh-hero .hero-text {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--hwh-muted);
  font-size: 19px;
}

.hwh-actions.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hwh-hero-proof.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hwh-hero-proof span {
  padding: 8px 11px;
  color: var(--hwh-muted);
  border: 1px solid var(--hwh-line);
  background: color-mix(in srgb, var(--hwh-paper) 76%, transparent);
  font-size: 12px;
}

.hwh-hero .hero-visual {
  position: relative;
  min-height: clamp(430px, 56vh, 560px);
  isolation: isolate;
  transform-style: preserve-3d;
  transition: transform 160ms ease;
}

.hwh-hero .hero-orbit {
  position: absolute;
  inset: 0 4% 8% 0;
  border: 1px solid var(--hwh-line-gold);
  border-radius: 50%;
  transform: rotate(-8deg) translateZ(-60px);
}

.hwh-hero .hero-frame {
  position: absolute;
  inset: 4% 8% 5% 16%;
  overflow: hidden;
  border: 1px solid var(--hwh-line-gold);
  background: var(--hwh-black);
}

.hwh-hero .hero-product-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 52% 52% 0 0;
  filter: saturate(.92) contrast(1.04);
}

.hwh-hero .hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 15, 15, .08), rgba(15, 15, 15, .42)),
    linear-gradient(90deg, rgba(255, 255, 255, .18), transparent 24%, transparent 76%, rgba(0, 0, 0, .28));
  pointer-events: none;
}

.hwh-hero .hero-logo-mark {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  width: 66px;
  height: 66px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  object-fit: contain;
}

.hwh-hero .hero-floating-note {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 44px;
  width: 170px;
  padding: 18px;
  background: var(--hwh-paper);
  border: 1px solid var(--hwh-line-gold);
}

.hwh-hero .hero-floating-note strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.hwh-hero .hero-floating-note span {
  display: block;
  margin-top: 6px;
  color: var(--hwh-muted);
  font-size: 13px;
}

.hwh-micro-reviews.micro-reviews {
  width: min(var(--hwh-max), calc(100% - 40px));
  margin: clamp(28px, 5vw, 64px) auto 0;
  position: relative;
  display: block;
  padding: 0;
}

.hwh-micro-reviews .carousel-window,
.hwh-carousel {
  overflow: hidden;
}

.hwh-carousel > button[data-hwh-prev],
.hwh-micro-reviews > button[data-hwh-prev] {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.hwh-carousel > button[data-hwh-next],
.hwh-micro-reviews > button[data-hwh-next] {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.hwh-micro-reviews .hwh-carousel-track {
  display: flex;
  align-items: stretch;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.hwh-micro-reviews .micro-review,
.hwh-carousel-card {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: var(--hwh-card-padding, 18px 24px);
  background: var(--hwh-paper);
  border: 1px solid var(--hwh-line);
}

.hwh-micro-reviews .micro-review span,
.hwh-stars {
  color: #ffad18;
}

.hwh-micro-reviews .micro-review p,
.hwh-carousel-card p {
  margin: 8px 0 0;
  color: var(--hwh-muted);
  font-size: 14px;
}

.hwh-micro-reviews .carousel-control,
.hwh-carousel button[data-hwh-prev],
.hwh-carousel button[data-hwh-next] {
  width: 38px;
  height: 38px;
  color: var(--hwh-ink);
  background: var(--hwh-paper);
  border: 1px solid var(--hwh-line);
  border-radius: 50%;
  cursor: pointer;
}

.hwh-collections.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--hwh-line);
  border-left: 1px solid var(--hwh-line);
}

.hwh-collection-card.collection-card {
  position: relative;
  z-index: 0;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px;
  color: #fff;
  border-right: 1px solid var(--hwh-line);
  border-bottom: 1px solid var(--hwh-line);
}

.hwh-collection-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.86) contrast(1.04);
  transition: transform 360ms ease, filter 360ms ease;
}

.hwh-collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, .76));
}

.hwh-collection-card:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.05);
}

.hwh-collection-card span {
  color: var(--hwh-gold);
  font-weight: 900;
}

.hwh-collection-card h3 {
  max-width: 330px;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(32px, 3.5vw, 50px);
}

.hwh-collection-card p {
  max-width: 300px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.hwh-collection-card strong {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hwh-products.product-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 28px;
  row-gap: 56px;
  align-items: start;
}

.hwh-products-cols-2.product-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }


.hwh-products-cols-3.product-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }


.hwh-products-cols-4.product-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hwh-product-card.product-card,
.hwh-product.product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-items: start;
  gap: 8px;
  text-align: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.hwh-product-card .product-image,
.hwh-product .product-image {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--hwh-line);
  background: var(--hwh-nude);
  overflow: hidden;
  transition: transform 260ms ease;
}

.hwh-product-card:hover .product-image {
  transform: scale(1.03);
}

.hwh-product-card .product-image img,
.hwh-product .product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 14px;
  background: transparent;
  transition: transform 260ms ease;
}

.hwh-product-card:hover .product-image img {
  transform: scale(1.04);
}

.hwh-product-card h3,
.hwh-product h3 {
  margin: 8px 0 0;
  color: var(--hwh-ink);
  font-size: 22px;
  line-height: 1.1;
}

.hwh-product-card p,
.hwh-product p,
.hwh-price {
  margin: 0;
  color: var(--hwh-muted);
  font-size: 14px;
  font-weight: 400;
}

.hwh-product-link.product-link {
  justify-self: center;
  margin-top: 4px;
  color: var(--hwh-gold);
  border-bottom: 1px solid var(--hwh-line-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.hwh-founder.founder-section,
.hwh-founder-story.founder-section {
  width: min(var(--hwh-max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
  overflow: visible;
}

.hwh-founder .founder-art,
.hwh-founder-story .founder-art {
  position: relative;
  min-height: 650px;
  overflow: visible;
  isolation: isolate;
}

.hwh-svg-image-frame.founder-blob {
  position: absolute;
  inset: 8% 0 0 2%;
  width: 92%;
  height: 86%;
  overflow: hidden;
  fill: var(--hwh-nude);
  stroke: var(--hwh-line-gold);
  stroke-width: 1;
}

.hwh-svg-image-frame {
  display: block;
  overflow: hidden;
  contain: paint;
}

.hwh-svg-image-bg {
  fill: var(--hwh-nude);
}

.hwh-svg-image-clip {
  clip-rule: nonzero;
}

.hwh-svg-image-outline {
  fill: transparent;
  stroke: var(--hwh-line-gold);
  vector-effect: non-scaling-stroke;
}

.hwh-svg-image {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hwh-founder-label.founder-label {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 8%;
  padding: 16px 18px;
  color: #fff;
  background: var(--hwh-black);
  border: 1px solid var(--hwh-line-gold);
}

.hwh-founder-label span,
.hwh-founder-label strong {
  display: block;
}

.hwh-founder-label span {
  color: var(--hwh-gold);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hwh-founder-label strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.hwh-founder-copy.founder-copy {
  max-width: 620px;
}

.hwh-founder-copy p,
.hwh-founder-story-copy > p {
  color: var(--hwh-muted);
  font-size: 18px;
}

.hwh-founder-copy .founder-quote {
  color: var(--hwh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
}

.hwh-values.values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--hwh-line);
  border-left: 1px solid var(--hwh-line);
}

.hwh-values .value-item {
  min-height: 240px;
  padding: 24px;
  background: var(--hwh-paper);
  border-right: 1px solid var(--hwh-line);
  border-bottom: 1px solid var(--hwh-line);
}

.hwh-values .value-item span {
  color: var(--hwh-gold);
  font-weight: 900;
}

.hwh-values .value-item h3 {
  margin: 18px 0 10px;
  color: var(--hwh-ink);
  font-size: 25px;
}

.hwh-values .value-item p {
  margin: 0;
  color: var(--hwh-muted);
  font-size: 14px;
}

.hwh-cta.final-cta {
  padding: clamp(90px, 12vw, 150px) 20px clamp(28px, 4vw, 52px);
  margin-bottom: 0;
  text-align: center;
  background: var(--hwh-nude);
  border: 0;
}

.hwh-cta.final-cta div {
  max-width: 760px;
  margin: 0 auto;
}

.hwh-cta.final-cta h2 {
  margin-bottom: 30px;
  color: var(--hwh-ink);
  font-size: clamp(34px, 4.6vw, 62px);
}

.hwh-footer.site-footer {
  --hwh-footer-bg: var(--hwh-black);
  --hwh-wave-top-bg: var(--hwh-nude);
  --hwh-wave-height: clamp(58px, 6.5vw, 88px);
  position: relative;
  margin-top: -3px;
  color: var(--hwh-footer-text);
  background: var(--hwh-footer-bg);
  border: 0;
  overflow: hidden;
}

.hwh-footer .footer-wave {
  display: block;
  position: relative;
  z-index: 1;
  width: 260%;
  height: var(--hwh-wave-height);
  fill: var(--hwh-footer-bg);
  margin-left: -80%;
  margin-top: -2px;
  margin-bottom: -8px;
  background: var(--hwh-wave-top-bg);
  transform: translate3d(0, 2px, 0);
  transform-origin: center bottom;
  animation: hwh-footer-wave-drift 5.8s ease-in-out infinite;
  shape-rendering: geometricPrecision;
  will-change: transform;
}

.hwh-footer .footer-wave path {
  stroke: none;
  stroke-width: 0;
}

.hwh-footer .footer-wave-back {
  opacity: .38;
  transform-origin: center bottom;
  animation: hwh-footer-wave-pulse 4.8s ease-in-out infinite;
}

.hwh-footer-inner.footer-inner {
  position: relative;
  z-index: 2;
  width: min(var(--hwh-max), calc(100% - 40px));
  margin: -4px auto 0;
  padding: clamp(38px, 5vw, 62px) 0 42px;
  background: var(--hwh-footer-bg);
  box-shadow: 0 0 0 100vmax var(--hwh-footer-bg);
  clip-path: inset(0 -100vmax);
  border-top: 0;
}

.hwh-footer-brand.footer-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "logo title" "text text";
  column-gap: 28px;
  row-gap: 22px;
  align-items: center;
  padding-bottom: clamp(28px, 4vw, 42px);
  border-bottom: 1px solid rgba(201, 169, 110, .22);
}

.hwh-footer-logo {
  grid-area: logo;
  width: clamp(72px, 7vw, 92px);
  height: clamp(72px, 7vw, 92px);
  padding: 7px;
  background: #fff;
  border-radius: 50%;
}

.hwh-footer-brand h2 {
  grid-area: title;
  max-width: 860px;
  color: var(--hwh-footer-text);
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.02;
}

.hwh-footer-brand p {
  grid-area: text;
  max-width: 760px;
  margin: 0;
  color: rgba(250, 250, 250, .72);
  font-size: 15px;
  line-height: 1.7;
}

.hwh-footer-links,
.hwh-footer-newsletter,
.hwh-footer-meta {
  display: grid;
  gap: 10px;
}

.hwh-footer-inner > .hwh-footer-links,
.hwh-footer-inner > .hwh-footer-newsletter,
.hwh-footer-inner > .hwh-footer-meta {
  float: left;
  width: 33.333%;
  padding: clamp(34px, 5vw, 52px) clamp(18px, 4vw, 48px) clamp(34px, 5vw, 52px) 0;
}

.hwh-footer-inner::after {
  content: "";
  display: block;
  clear: both;
}

.hwh-footer h3 {
  margin: 0 0 18px;
  color: var(--hwh-gold);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hwh-footer p,
.hwh-footer a,
.hwh-footer span {
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.7;
}

.hwh-footer a {
  display: flex;
  gap: 8px;
}

.hwh-footer-trust {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.hwh-footer-trust span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.hwh-footer-bottom.footer-bottom {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(201, 169, 110, .22);
  color: rgba(250, 250, 250, .68);
  font-size: 12px;
  letter-spacing: .04em;
}

.hwh-newsletter-form {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.hwh-newsletter-form label {
  display: grid;
  gap: 8px;
}

.hwh-newsletter-form input[type="email"],
.hwh-newsletter-form input[type="text"],
.hwh-newsletter-form button {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.hwh-newsletter-form .hwh-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.hwh-newsletter-form .hwh-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: .2em;
}

.hwh-newsletter-form input[type="email"],
.hwh-newsletter-form input[type="text"],
.hwh-newsletter-form input[type="checkbox"],
.hwh-shop-filters input,
.hwh-shop-filters select,
.hwh-contact-form input,
.hwh-contact-form textarea {
  border-radius: var(--hwh-radius);
}

.hwh-footer .hwh-newsletter-form input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  color: var(--hwh-footer-text);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(201, 169, 110, .34);
}

.hwh-page-hero,
.hwh-product-detail-premium,
.hwh-contact-premium {
  background: var(--hwh-cream);
}

.hwh-page-hero h1,
.hwh-product-detail-premium h1,
.hwh-contact-premium h2 {
  color: var(--hwh-ink);
}

.hwh-shop-filters,
.hwh-product-summary,
.hwh-contact-form,
.hwh-faq details,
.hwh-trust-badges article,
.hwh-experience-steps article,
.hwh-store-info,
.hwh-review-card {
  background: var(--hwh-paper);
  border: 1px solid var(--hwh-line);
  box-shadow: 0 20px 60px rgba(15, 15, 15, .04);
}

.hwh-before-after,
.hwh-premium-experience,
.hwh-newsletter-block,
.hwh-featured-post,
.hwh-store-info,
.hwh-why-choose,
.hwh-reviews-section {
  padding: clamp(70px, 9vw, 124px) clamp(20px, 5vw, 72px);
}

.hwh-before-after {
  background: var(--hwh-black);
}

.hwh-video-demo {
  --hwh-video-gap: clamp(22px, 4vw, 42px);
  width: min(var(--hwh-max), calc(100% - 40px));
  margin: clamp(36px, 6vw, 84px) auto;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(320px, 1.12fr);
  gap: var(--hwh-video-gap);
  align-items: center;
  text-align: left;
}

.hwh-video-demo-stacked {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.hwh-video-demo-split {
  grid-template-columns: minmax(0, .78fr) minmax(320px, 1.12fr);
}

.hwh-video-demo-copy {
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: center;
  justify-items: start;
}

.hwh-video-demo-title {
  margin: 0;
  color: var(--hwh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  line-height: 1;
}

.hwh-video-demo-description {
  max-width: 640px;
  margin: 0;
  color: var(--hwh-muted);
  font-size: 16px;
  line-height: 1.65;
}

.hwh-video-demo-stacked .hwh-video-demo-description {
  margin-inline: auto;
}

.hwh-video-demo-media {
  width: 100%;
  max-width: 980px;
  min-width: 0;
  justify-self: stretch;
}

.hwh-video-demo-frame {
  position: relative;
  width: 100%;
  min-height: 220px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
  background: var(--hwh-paper);
  border: 1px solid var(--hwh-line);
  border-radius: var(--hwh-card-radius, 8px);
  box-shadow: 0 24px 70px rgba(15, 15, 15, .08);
}

.hwh-video-demo-cover,
.hwh-video-demo-player,
.hwh-video-demo-slot,
.hwh-video-demo-slot iframe,
.hwh-video-demo-slot video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hwh-video-demo-cover,
.hwh-video-demo-slot video {
  display: block;
  object-fit: cover;
  object-position: center;
}

.hwh-video-demo-placeholder {
  background: linear-gradient(135deg, #f7efe8, #fff);
}

.hwh-video-demo-slot {
  z-index: 3;
  pointer-events: none;
}

.hwh-video-demo-slot iframe,
.hwh-video-demo-slot video {
  display: block;
  border: 0;
  background: #000;
}

.hwh-video-demo-play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 4;
  width: 72px;
  height: 72px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--hwh-black);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(15, 15, 15, .14);
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(15, 15, 15, .18);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.hwh-video-demo-play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid currentColor;
}

.hwh-video-demo-play:hover,
.hwh-video-demo-play:focus-visible {
  color: var(--hwh-button-hover-text);
  background: var(--hwh-button-hover-bg);
  transform: translate(-50%, -50%) scale(1.04);
}

.hwh-video-demo-frame.is-playing,
.hwh-video-demo-frame.is-playing .hwh-video-demo-slot {
  pointer-events: auto;
}

.hwh-video-demo-frame.is-playing .hwh-video-demo-cover,
.hwh-video-demo-frame.is-playing .hwh-video-demo-play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 900px) {
  .hwh-video-demo,
  .hwh-video-demo-split {
    width: min(100% - 32px, var(--hwh-max));
    grid-template-columns: 1fr;
    text-align: left;
  }

  .hwh-video-demo-stacked {
    text-align: center;
  }

  .hwh-video-demo-media {
    max-width: none;
    justify-self: stretch;
  }

  .hwh-video-demo-title {
    font-size: clamp(30px, 10vw, 44px);
  }

  .hwh-video-demo-frame {
    min-height: 190px;
  }
}

.hwh-before-after .hwh-section-heading h2 {
  color: #fff;
}

.hwh-ba-frame {
  border-color: var(--hwh-line-gold);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .22);
}

.hwh-premium-experience {
  background:
    linear-gradient(90deg, var(--hwh-cream) 0 66%, var(--hwh-nude) 66% 100%);
}

.hwh-experience-steps article,
.hwh-trust-badges article,
.hwh-why-grid article {
  min-height: 220px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hwh-experience-steps article:hover,
.hwh-trust-badges article:hover,
.hwh-why-grid article:hover {
  transform: translateY(-4px);
  border-color: var(--hwh-line-gold);
  box-shadow: 0 22px 70px rgba(15, 15, 15, .08);
}

.hwh-category-tabs a,
.hwh-social-proof-strip span {
  border-color: var(--hwh-line-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hwh-featured-post a {
  overflow: hidden;
}

.hwh-blog-grid img,
.hwh-featured-post img,
.hwh-experience-media img,
.hwh-experience-media .hwh-skeleton {
  width: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}

.hwh-trust-badges,
.hwh-why-grid {
  background: var(--hwh-line);
  gap: 1px;
}

@media (max-width: 1100px) {
.hwh-hero.hero {
    min-height: 0;
    padding-block: 68px 86px;
  }

  .hwh-hero-inner.hero-inner,
  .hwh-founder.founder-section,
  .hwh-founder-story.founder-section,
  .hwh-newsletter-block,
  .hwh-reviews-section {
    grid-template-columns: 1fr;
  }

  .hwh-collections.collection-grid,
  .hwh-values.values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hwh-products.product-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .hwh-blog-grid {
    --hwh-blog-columns: 2;
  }
}

@media (max-width: 720px) {
.hwh-hero.hero {
    padding: 48px 18px 70px;
  }

  .hwh-hero h1 {
    font-size: clamp(42px, 14vw, 70px);
  }

  .hwh-hero .hero-actions,
  .hwh-hero .hero-actions .hwh-button {
    width: 100%;
  }

  .hwh-hero .hero-visual {
    min-height: 390px;
  }

  .hwh-hero .hero-frame {
    inset: 5% 6% 8% 10%;
  }

  .hwh-hero .hero-floating-note {
    width: 146px;
    bottom: 8px;
    padding: 14px;
  }

  .hwh-micro-reviews.micro-reviews {
    width: min(100% - 32px, var(--hwh-max));
  }

  .hwh-newsletter-block {
    padding: 44px 18px;
    gap: 22px;
  }

  .hwh-newsletter-block h2 {
    font-size: clamp(30px, 11vw, 44px);
    line-height: 1.08;
  }

  .hwh-newsletter-form .hwh-button,
  .hwh-newsletter-form button {
    min-height: 48px;
  }

  .hwh-blog-section {
    width: min(100% - 32px, var(--hwh-max, 1180px));
    margin-block: 34px;
  }

  .hwh-blog-grid {
    --hwh-blog-columns: 1;
    gap: 18px;
  }

  .hwh-blog-card-body {
    padding: 18px;
  }

  .hwh-collections.collection-grid,
  .hwh-values.values-grid,
  .hwh-products.product-row,
  .hwh-trust-badges,
  .hwh-why-grid,
  .hwh-footer-inner > .hwh-footer-links,
  .hwh-footer-inner > .hwh-footer-newsletter,
  .hwh-footer-inner > .hwh-footer-meta {
    grid-template-columns: 1fr;
    width: 100%;
    float: none;
  }

  .hwh-collection-card.collection-card {
    min-height: 410px;
  }

  .hwh-founder .founder-art,
  .hwh-founder-story .founder-art {
    min-height: 520px;
  }

  .hwh-footer-brand.footer-brand {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "title" "text";
    gap: 18px;
    text-align: left;
  }

  .hwh-footer-brand h2 {
    font-size: clamp(34px, 12vw, 54px);
  }

  .hwh-footer-bottom.footer-bottom {
    display: grid;
    gap: 10px;
  }
}
