/** Shopify CDN: Minification failed

Line 672:0 All "@import" rules must come first

**/
/* ============================================================
   HEARTHICAL — Homepage Styles v10
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Lora:ital,wght@0,400;0,600;1,400;1,600&family=Playfair+Display:wght@400;500;600;700&display=swap');

.hh * { box-sizing: border-box; margin: 0; padding: 0; }

.hh {
  --w: #FFFFFF;
  --off: #F7F7F5;
  --warm: #F2EDE6;
  --stone: #E8E0D8;
  --grey: #7A7A77;
  --dark: #2A2A28;
  --black: #0A0A09;
  --og: #C8531A;
  --og2: #E06630;
  --blue: #3A6B9E;
  --lav: #6B5B9E;
  --grn: #3A6B4A;
  --mint-bg: #EDE4DA;
  --mint-dark: #2A2A28;
  --border: #DDD8D0;
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 300;
  color: var(--dark);
  overflow-x: hidden;
}

.hh h1, .hh h2, .hh h3, .hh h4, .hh p, .hh span, .hh a, .hh div {
  font-family: inherit;
}

/* ── HERO ── */
.hh-hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
}
.hh-hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
.hh-hero-dark {
  position: absolute; inset: 0;
  background: rgba(10,10,9,0.42);
}
.hh-hero-text {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  padding: 2rem 7vw;
  max-width: 700px;
}
.hh-kicker {
  font-size: 1.0rem !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.75) !important;
  margin-bottom: 1.6rem !important;
  animation: hhUp 0.9s 0.2s both;
  font-weight: 400 !important;
  font-family: "Space Grotesk", sans-serif !important;
}
.hh-h1 {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(5rem, 11vw, 13rem) !important;
  line-height: 0.9 !important;
  color: white !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.4rem !important;
  animation: hhUp 0.9s 0.38s both;
}
.hh-italic {
  font-family: "Lora", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  text-transform: none !important;
  color: var(--og2) !important;
  display: block !important;
  font-size: 1em !important;
}
.hh-hero-sub {
  font-size: 1.0rem !important;
  letter-spacing: 0.22em !important;
  color: rgba(255,255,255,0.5) !important;
  text-transform: uppercase !important;
  margin-bottom: 2.8rem !important;
  animation: hhUp 0.9s 0.55s both;
  font-family: "Space Grotesk", sans-serif !important;
}
.hh-ctas {
  display: flex; gap: 1rem;
  animation: hhUp 0.9s 0.7s both;
}
@keyframes hhUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── BUTTONS ── */
.hh-btn {
  display: inline-block;
  padding: 0.95rem 2.4rem; border-radius: 100px;
  font-size: 0.82rem; letter-spacing: 0.14em;
  text-transform: uppercase; text-decoration: none;
  font-weight: 500; transition: all 0.22s;
  cursor: pointer; border: none;
  font-family: "Space Grotesk", sans-serif;
}
.hh-btn-white { background: white; color: var(--dark); box-shadow: 0 4px 24px rgba(0,0,0,0.2); }
.hh-btn-white:hover { background: var(--og); color: white; transform: translateY(-2px); }
.hh-btn-outline-w { border: 2px solid rgba(255,255,255,0.55); color: white; background: transparent; }
.hh-btn-outline-w:hover { border-color: white; background: rgba(255,255,255,0.1); }
.hh-btn-og { background: var(--og); color: white; }
.hh-btn-og:hover { background: var(--dark); }

/* ── THREE SQUARES ── */
/* ── LINES CAROUSEL ── */
.hh-carousel {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 560px;
  overflow: hidden;
}
.hh-car-track {
  display: flex;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}
.hh-car-slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}
.hh-car-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hh-car-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,9,0.72) 0%, rgba(10,10,9,0.15) 55%, transparent 100%);
}
.hh-car-content {
  position: absolute;
  bottom: 4rem; left: 5rem;
  max-width: 520px;
  display: flex; flex-direction: column;
  gap: 0.8rem;
}
.hh-car-tag {
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--og);
  font-weight: 400;
}
.hh-car-h {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 6rem);
  color: white;
  line-height: 1;
  letter-spacing: 0.02em;
}
.hh-car-desc {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
  max-width: 420px;
}
.hh-car-btn {
  display: inline-block;
  padding: 0.85rem 2rem;
  background: white;
  color: var(--dark);
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 100px;
  transition: background 0.2s, color 0.2s;
  width: fit-content;
  margin-top: 0.4rem;
}
.hh-car-btn:hover { background: var(--og); color: white; }

/* Dots */
.hh-car-dots {
  position: absolute;
  bottom: 2rem; left: 5rem;
  display: flex; gap: 0.5rem;
  z-index: 10;
}
.hh-car-dot {
  width: 28px; height: 2px;
  background: rgba(255,255,255,0.35);
  border: none; cursor: pointer;
  transition: background 0.3s, width 0.3s;
  padding: 0;
}
.hh-car-dot.active {
  background: white;
  width: 48px;
}

/* Arrows */
.hh-car-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: white;
  width: 48px; height: 48px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
  z-index: 10;
  backdrop-filter: blur(4px);
}
.hh-car-arrow:hover { background: rgba(255,255,255,0.3); }
.hh-car-prev { left: 2rem; }
.hh-car-next { right: 2rem; }

@media (max-width: 768px) {
  .hh-carousel { height: 70vh; min-height: 420px; }
  .hh-car-content { bottom: 3rem; left: 1.5rem; right: 1.5rem; max-width: 100%; }
  .hh-car-dots { left: 1.5rem; bottom: 1.2rem; }
  .hh-car-arrow { display: none; }
}



/* ── OM PRODUCT CIRCLES ── */
.hh-om { padding: 5rem 3rem; }
.hh-om-warm { background: var(--warm); }
.hh-om-stone { background: var(--stone); }
.hh-om-white { background: white; }

.hh-om-header { text-align: center; margin-bottom: 3.5rem; }
.hh-om-label {
  font-size: 0.78rem; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--og);
  display: block; margin-bottom: 0.5rem; font-weight: 400;
}
.hh-om-h {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem) !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}
.hh-om-h em {
  font-family: "Lora", serif;
  font-style: italic; font-weight: 400;
  text-transform: none; color: var(--og2); font-size: 0.88em;
}
.hh-om-h-dark em { color: var(--og); }
.hh-om-sub {
  font-size: 1.1rem !important; color: var(--grey) !important;
  margin-top: 0.8rem; line-height: 1.65;
}

.hh-om-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem; max-width: 1000px; margin: 0 auto;
}
.hh-om-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
}
.hh-om-grid-2 { grid-template-columns: repeat(2, 1fr); max-width: 680px; }
.hh-om-card { cursor: pointer; text-align: center; }

.hh-om-circle {
  width: 100%; aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden; position: relative;
  margin-bottom: 1.5rem;
  transition: transform 0.35s;
  background: var(--warm);
}
.hh-om-circle-tall { aspect-ratio: 3/4; border-radius: 40%; }
.hh-om-card:hover .hh-om-circle { transform: scale(1.03); }
.hh-om-circle img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: opacity 0.45s;
}
.hh-om-circle .hh-hover {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 0.45s;
}
.hh-om-circle .hh-hover img { width: 100%; height: 100%; object-fit: cover; }
.hh-om-card:hover .hh-om-circle > img { opacity: 0; }
.hh-om-card:hover .hh-hover { opacity: 1; }

.hh-om-overlay {
  position: absolute; bottom: 1rem; left: 50%;
  transform: translateX(-50%); z-index: 5;
}
.hh-om-tag {
  font-size: 0.75rem; letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--og); color: white;
  padding: 0.28rem 0.85rem; border-radius: 100px;
  white-space: nowrap; display: inline-block;
}
.hh-om-tag-blue { background: var(--blue); }
.hh-om-tag-lav { background: var(--lav); }
.hh-om-tag-grn { background: var(--grn); }

.hh-om-name {
  font-family: "Lora", serif !important;
  font-style: italic !important;
  font-size: 1.55rem !important;
  margin-bottom: 0.35rem; font-weight: 400;
}
.hh-om-sub2 {
  font-size: 0.92rem; letter-spacing: 0.06em;
  margin-bottom: 0.8rem; color: var(--grey);
}
.hh-om-price { font-size: 1.25rem !important; color: var(--og) !important; font-weight: 400 !important; }
.hh-om-cta { text-align: center; margin-top: 3rem; }

/* ── ROUTINE ── */
.hh-routine {
  background: var(--warm);
  padding: 5rem 3rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hh-routine-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hh-routine-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,9,0.55) 0%, rgba(10,10,9,0.45) 60%, rgba(10,10,9,0.55) 100%);
  z-index: 1;
}
.hh-routine-inner { max-width: 960px; margin: 0 auto; position: relative; z-index: 2; }
.hh-routine-label {
  font-size: 0.82rem; letter-spacing: 0.36em;
  text-transform: uppercase; color: rgba(255,255,255,0.78);
  display: block; text-align: center; margin-bottom: 0.5rem; font-weight: 400;
}
.hh-routine-h {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.8rem, 5vw, 5.5rem) !important;
  text-transform: uppercase; letter-spacing: 0.01em;
  line-height: 0.95; margin-bottom: 3.5rem; text-align: center;
  color: #fff;
}
.hh-routine-h em {
  font-family: "Lora", serif;
  font-style: italic; font-weight: 400;
  text-transform: none; color: var(--og2);
  display: block;
}
.hh-r-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.18);
  border-radius: 4px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.hh-r-step {
  background: rgba(255,255,255,0.96);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 3rem 2.5rem;
  position: relative; overflow: hidden;
}
.hh-r-step::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--og); transform: scaleX(0);
  transform-origin: left; transition: transform 0.4s;
}
.hh-r-step:hover::before { transform: scaleX(1); }
.hh-r-num {
  font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 5rem;
  color: rgba(10,10,9,0.05); line-height: 1; margin-bottom: 0.5rem;
}
.hh-r-label {
  font-size: 0.9rem; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--og); margin-bottom: 0.5rem; font-weight: 500;
}
.hh-r-name {
  font-family: "Lora", serif !important;
  font-style: italic !important;
  font-size: 2.0rem !important; color: var(--dark); margin-bottom: 0.8rem;
}
.hh-r-desc { font-size: 1.1rem !important; color: var(--grey) !important; line-height: 1.8 !important; }
.hh-r-tags { margin-top: 1.2rem; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.hh-r-tag {
  font-size: 0.8rem; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.25rem 0.8rem;
  border-radius: 100px; border: 1px solid var(--border);
  color: var(--grey); background: white;
}

/* ── SWAP: NATURE DOES IT BETTER — MINT ── */
.hh-swap {
  background: var(--mint-bg);
  padding: 5rem 3rem;
}
.hh-swap-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; max-width: 1000px; margin: 0 auto; align-items: center;
}
.hh-swap-img { border-radius: 50%; overflow: hidden; aspect-ratio: 1; }
.hh-swap-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hh-swap-label {
  font-size: 0.78rem; letter-spacing: 0.38em;
  text-transform: uppercase; color: #C8531A;
  display: block; margin-bottom: 0.5rem; font-weight: 400;
}
.hh-swap-h {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.8rem, 4.5vw, 4.8rem) !important;
  color: var(--mint-dark); text-transform: uppercase;
  letter-spacing: 0.01em; line-height: 0.95; margin-bottom: 2rem;
}
.hh-swap-h em {
  font-family: "Lora", serif;
  font-style: italic; font-weight: 400;
  text-transform: none; color: var(--og);
  display: block;
}
.hh-swap-rows { margin-bottom: 2.5rem; }
.hh-swap-row {
  display: flex; align-items: center; gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(42,42,40,0.12);
}
.hh-swap-row:first-child { border-top: 1px solid rgba(42,42,40,0.12); }
.hh-s-out {
  color: rgba(42,42,40,0.32); text-decoration: line-through;
  flex: 1; font-size: 1.0rem;
}
.hh-s-arr { color: var(--og); font-size: 1rem; flex-shrink: 0; }
.hh-s-in {
  font-family: "Lora", serif !important;
  font-style: italic !important;
  font-size: 1.3rem !important;
  color: var(--mint-dark); flex: 1;
}

/* ── STATEMENT / PHILOSOPHY ── */
.hh-stmt {
  position: relative; min-height: 80vh;
  overflow: hidden; display: flex; align-items: center;
}
.hh-stmt-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.hh-stmt-dark {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(10,10,9,0.78) 0%, rgba(10,10,9,0.18) 65%);
}
.hh-stmt-content { position: relative; z-index: 2; padding: 5rem 6rem; max-width: 620px; }
.hh-stmt-label {
  font-size: 0.8rem; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--og2);
  margin-bottom: 1.2rem; display: block; font-weight: 400;
}
.hh-stmt-h {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(3rem, 7vw, 6.5rem) !important;
  color: white; line-height: 0.95;
  text-transform: uppercase; letter-spacing: 0.01em; margin-bottom: 1.5rem;
}
.hh-stmt-h em {
  font-family: "Lora", serif;
  font-style: italic; font-weight: 400;
  text-transform: none; color: var(--og2); font-size: 0.9em;
  display: block;
}
.hh-stmt-p {
  font-size: 1.08rem; line-height: 2;
  color: rgba(255,255,255,0.52); margin-bottom: 2.5rem;
}

/* ── REVIEWS ── */
.hh-reviews { padding: 5rem 3rem; background: white; }
.hh-reviews-head { text-align: center; margin-bottom: 3rem; }
.hh-reviews-label {
  font-size: 0.8rem; letter-spacing: 0.36em;
  text-transform: uppercase; color: var(--og);
  display: block; margin-bottom: 0.5rem; font-weight: 400;
}
.hh-reviews-h {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.4rem, 4vw, 4.2rem) !important;
  text-transform: uppercase; letter-spacing: 0.01em; color: var(--dark);
}
.hh-reviews-h em {
  font-family: "Lora", serif;
  font-style: italic; font-weight: 400;
  text-transform: none; color: var(--og);
}
.hh-r-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.hh-r-card { text-align: center; cursor: pointer; transition: transform 0.25s; }
.hh-r-card:hover { transform: translateY(-4px); }
.hh-r-circle {
  width: 130px; height: 130px; border-radius: 50%;
  overflow: hidden; margin: 0 auto 1.2rem;
  border: 2px solid var(--border);
  transition: border-color 0.22s; background: var(--warm);
}
.hh-r-card:hover .hh-r-circle { border-color: var(--og); }
.hh-r-circle img { width: 100%; height: 100%; object-fit: cover; }
.hh-r-quote {
  font-family: "Lora", serif !important;
  font-style: italic !important;
  font-size: 1.1rem !important;
  line-height: 1.65; color: var(--dark); margin-bottom: 0.8rem;
}
.hh-r-stars { color: var(--og); font-size: 0.85rem; margin-bottom: 0.4rem; }
.hh-r-name {
  font-size: 0.8rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--grey);
}
.hh-r-prod { font-size: 0.82rem; color: var(--grey); opacity: 0.55; margin-top: 0.15rem; }

/* ── INSTAGRAM ── */
.hh-insta { padding: 4rem 3rem 0; background: var(--warm); }
.hh-insta-head { text-align: center; margin-bottom: 2rem; }
.hh-insta-label {
  font-size: 0.8rem; letter-spacing: 0.36em;
  text-transform: uppercase; color: var(--og);
  display: block; margin-bottom: 0.5rem; font-weight: 400;
}
.hh-insta-h {
  font-family: "Lora", serif;
  font-style: italic; font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  color: var(--dark);
}
.hh-ig { display: grid; grid-template-columns: repeat(6, 1fr); gap: 3px; }
.hh-ig-item { aspect-ratio: 1; overflow: hidden; cursor: pointer; background: var(--stone); }
.hh-ig-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.42s; }
.hh-ig-item:hover img { transform: scale(1.1); }

/* ── EMAIL ── */
.hh-email {
  background: var(--dark);
  padding: 5rem 3rem; text-align: center;
  position: relative; overflow: hidden;
}
.hh-email::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--og);
}
.hh-email-h {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.4rem, 4vw, 4rem) !important;
  color: white; text-transform: uppercase;
  letter-spacing: 0.01em; margin-bottom: 0.5rem;
}
.hh-email-h em {
  font-family: "Lora", serif;
  font-style: italic; font-weight: 400;
  text-transform: none; color: var(--og2);
}
.hh-email-p {
  font-size: 1.0rem; color: rgba(255,255,255,0.4);
  margin-bottom: 2rem;
}
.hh-email-row { display: flex; max-width: 420px; margin: 0 auto; }
.hh-email-in {
  flex: 1; padding: 0.95rem 1.4rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: white; font-family: "Space Grotesk", sans-serif;
  font-size: 0.9rem; outline: none;
  border-radius: 100px 0 0 100px;
}
.hh-email-in::placeholder { color: rgba(255,255,255,0.3); }
.hh-email-btn {
  padding: 0.95rem 1.6rem; background: var(--og); color: white;
  border: none; font-size: 0.78rem; letter-spacing: 0.16em;
  text-transform: uppercase; cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  border-radius: 0 100px 100px 0; transition: background 0.2s;
}
.hh-email-btn:hover { background: var(--og2); }

/* ── FOOTER MARQUEE ── */
.hh-fmq {
  overflow: hidden; padding: 0.8rem 0;
  border-top: 1px solid var(--border);
  background: var(--w);
}
.hh-fmq-track {
  display: inline-flex; align-items: baseline;
  white-space: nowrap; animation: hhScroll 18s linear infinite;
}
@keyframes hhScroll { to { transform: translateX(-50%); } }
.hh-fmq-word {
  font-family: "Lora", serif;
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 400; color: transparent;
  -webkit-text-stroke: 2px var(--dark);
  padding: 0 1.5rem; line-height: 1;
  letter-spacing: 0.06em;
}
.hh-fmq-dot { font-size: 2.5rem; color: var(--og); align-self: center; padding: 0 0.5rem; }

/* ── REVEAL ── */
.hh-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.75s ease, transform 0.75s ease; }
.hh-reveal.hh-in { opacity: 1; transform: translateY(0); }
.hh-d1 { transition-delay: 0.1s; }
.hh-d2 { transition-delay: 0.2s; }
.hh-d3 { transition-delay: 0.3s; }

/* ── MOBILE ── */
@media (max-width: 768px) {
  .hh-h1 { font-size: clamp(3rem, 15vw, 6rem); }
  .hh-hero-text { align-items: center; text-align: center; padding: 2rem; }
  .hh-three-sq { grid-template-columns: 1fr; }
  .hh-three-text { grid-template-columns: 1fr; }
  .hh-tc { border-right: none; border-bottom: 1px solid var(--border); }
  .hh-om-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .hh-om-grid-2 { grid-template-columns: 1fr 1fr; }
  .hh-swap-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hh-swap-img { max-width: 260px; margin: 0 auto; }
  .hh-r-steps { grid-template-columns: 1fr; }
  .hh-r-grid { grid-template-columns: repeat(2, 1fr); }
  .hh-ig { grid-template-columns: repeat(3, 1fr); }
  .hh-stmt-content { padding: 3rem 2rem; }
}


/* ============================================================
   NUCLEAR OVERRIDES — end of file wins cascade
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Lora:ital,wght@0,400;1,400&display=swap');

body .hh .hh-h1{font-family:"Space Grotesk",sans-serif!important;font-size:clamp(5rem,11vw,13rem)!important;font-weight:700!important;line-height:.9!important;color:#fff!important;text-transform:uppercase!important}
body .hh .hh-italic{font-family:"Lora",serif!important;font-style:italic!important;color:#E06630!important;display:block!important;text-transform:none!important}
body .hh .hh-kicker{font-family:"Space Grotesk",sans-serif!important;font-size:clamp(.9rem,1.2vw,1.1rem)!important;letter-spacing:.28em!important;color:rgba(255,255,255,.75)!important;text-transform:uppercase!important}
body .hh .hh-hero-sub{font-family:"Space Grotesk",sans-serif!important;font-size:clamp(.95rem,1.1vw,1.1rem)!important;letter-spacing:.22em!important;color:rgba(255,255,255,.5)!important;text-transform:uppercase!important}
body .hh .hh-om-h{font-family:"Space Grotesk",sans-serif!important;font-size:clamp(2.4rem,4.5vw,4.5rem)!important;font-weight:700!important;text-transform:uppercase!important}
body .hh .hh-om-h em{font-family:"Lora",serif!important;font-style:italic!important;font-weight:400!important;text-transform:none!important}
body .hh .hh-routine-h{font-family:"Space Grotesk",sans-serif!important;font-size:clamp(2.8rem,5vw,5.5rem)!important;font-weight:700!important}
body .hh .hh-routine-h em{font-family:"Lora",serif!important;font-style:italic!important;font-weight:400!important;text-transform:none!important;color:#C8531A!important}
body .hh .hh-swap-h{font-family:"Space Grotesk",sans-serif!important;font-size:clamp(2.8rem,4.5vw,4.8rem)!important;font-weight:700!important;color:#082E24!important}
body .hh .hh-swap-h em{font-family:"Lora",serif!important;font-style:italic!important;font-weight:400!important;color:#C8531A!important;text-transform:none!important}
body .hh .hh-stmt-h{font-family:"Space Grotesk",sans-serif!important;font-size:clamp(3rem,7vw,6.5rem)!important;font-weight:700!important;color:#fff!important}
body .hh .hh-stmt-h em{font-family:"Lora",serif!important;font-style:italic!important;font-weight:400!important;text-transform:none!important}
body .hh .hh-reviews-h{font-family:"Space Grotesk",sans-serif!important;font-size:clamp(2.4rem,4vw,4.2rem)!important;font-weight:700!important}
body .hh .hh-email-h{font-family:"Space Grotesk",sans-serif!important;font-size:clamp(2.4rem,4vw,4rem)!important;font-weight:700!important;color:#fff!important}
body .hh .hh-om-name{font-family:"Lora",serif!important;font-style:italic!important;font-size:1.55rem!important;font-weight:400!important}
body .hh .hh-om-sub2{font-size:1.0rem!important;color:#7A7A77!important}
body .hh .hh-om-price{font-size:1.25rem!important;color:#C8531A!important}
body .hh .hh-om-sub{font-size:1.1rem!important;color:#7A7A77!important}
body .hh .hh-om-label{font-size:.88rem!important;letter-spacing:.36em!important;color:#C8531A!important}
body .hh .hh-r-name{font-family:"Lora",serif!important;font-style:italic!important;font-size:2.0rem!important;font-weight:400!important}
body .hh .hh-r-label{font-size:.95rem!important;letter-spacing:.32em!important;color:#C8531A!important}
body .hh .hh-r-desc{font-size:1.1rem!important;line-height:1.8!important;color:#7A7A77!important}
body .hh .hh-r-tag{font-size:.85rem!important}
body .hh .hh-s-out{font-size:1.05rem!important}
body .hh .hh-s-in{font-family:"Lora",serif!important;font-style:italic!important;font-size:1.3rem!important;color:#082E24!important}
body .hh .hh-tc-h{font-family:"Space Grotesk",sans-serif!important;font-size:1.2rem!important;font-weight:700!important}
body .hh .hh-tc-sub{font-family:"Lora",serif!important;font-style:italic!important;font-size:1.1rem!important}
body .hh .hh-tc-body{font-size:1.05rem!important;line-height:1.8!important}
body .hh .hh-r-quote{font-family:"Lora",serif!important;font-style:italic!important;font-size:1.1rem!important}
body .hh .hh-stmt-p{font-size:1.1rem!important;line-height:2!important}
body .hh .hh-email-p{font-size:1.05rem!important}
body .hh .hh-btn{font-family:"Space Grotesk",sans-serif!important;font-size:.88rem!important;font-weight:500!important;letter-spacing:.14em!important}
