/* ═══════════════════════════════════════════════════════════════
   RHIVEX — HOME TEMPLATE STYLES
   ═══════════════════════════════════════════════════════════════ */

/* HERO */
.rh-home-hero {
  position: relative;
  min-height: 80vh;
  padding: 80px 56px 100px;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  overflow: hidden;
}

.rh-hero-text {
  position: relative;
  z-index: 3;
}

.rh-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  opacity: 0;
  animation: fadeUp 0.9s 0.2s forwards;
}

.rh-hero-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--accent);
}

.rh-home-hero h1 {
  font-size: clamp(48px, 6.6vw, 84px);
  line-height: 0.98;
  color: var(--ink);
  margin-bottom: 28px;
}

.rh-home-hero h1 .word {
  display: block;
  opacity: 0;
  transform: translateY(50px);
}

.rh-home-hero h1 .word:nth-child(1) {
  animation: wordIn 1s 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.rh-home-hero h1 .word:nth-child(2) {
  animation: wordIn 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.rh-home-hero h1 .word:nth-child(3) {
  animation: wordIn 1s 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.rh-home-hero h1 em {
  color: var(--accent);
}

.rh-hero-sub {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: var(--charcoal);
  margin-bottom: 18px;
  opacity: 0;
  animation: fadeUp 0.9s 0.95s forwards;
}

.rh-hero-desc {
  font-size: 16px;
  max-width: 460px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 42px;
  opacity: 0;
  animation: fadeUp 0.9s 1.1s forwards;
}

.rh-hero-cta {
  display: flex;
  gap: 14px;
  opacity: 0;
  animation: fadeUp 0.9s 1.3s forwards;
  flex-wrap: wrap;
}

.rh-hero-visual {
  position: relative;
  height: 70vh;
  min-height: 560px;
}

.rh-hero-img-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  animation: imageReveal 1.4s 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.rh-hero-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: subtleZoom 14s ease-in-out infinite alternate 1.8s;
}

.rh-hero-meta-card {
  position: absolute;
  bottom: 30px;
  left: -36px;
  z-index: 4;
  background: var(--cream);
  padding: 22px 26px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px -25px rgba(14, 14, 14, 0.25);
  opacity: 0;
  animation: fadeUp 1s 1.5s forwards;
  display: flex;
  align-items: center;
  gap: 18px;
}

.rh-hero-meta-card .icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rh-hero-meta-card .num {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  color: var(--ink);
  display: block;
  line-height: 1;
  font-weight: 400;
}

.rh-hero-meta-card .label {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
}

.rh-hero-tag {
  position: absolute;
  top: 30px;
  right: -22px;
  z-index: 4;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  letter-spacing: 0.4em;
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  animation: fadeIn 1s 1.7s forwards;
}

/* TRUST STRIP */
.rh-trust {
  background: var(--paper);
  padding: 38px 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 4;
}

.rh-trust-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0;
}

.rh-trust-item {
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid var(--line);
}

.rh-trust-item:last-child {
  border-right: none;
}

.rh-trust-item svg {
  width: 28px;
  height: 28px;
  color: var(--accent);
  flex-shrink: 0;
}

.rh-trust-item .label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 2px;
}

.rh-trust-item .sub {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

/* BESTSELLERS */
.rh-bestsellers {
  padding: 130px 56px 80px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.rh-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 64px;
}

.rh-section-head .left {
  max-width: 700px;
}

.rh-section-head .eyebrow {
  display: block;
  margin-bottom: 18px;
}

.rh-section-head h2 {
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.05;
}

.rh-section-head .right a {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink);
  transition: gap 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.rh-section-head .right a:hover {
  gap: 14px;
}

.rh-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.rh-product {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.rh-product-img-wrap {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--cream-2);
  margin-bottom: 20px;
}

.rh-product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.rh-product:hover .rh-product-img-wrap img {
  transform: scale(1.07);
}

.rh-product-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--ink);
  color: var(--cream);
  padding: 5px 11px;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}

.rh-product-tag.sale {
  background: var(--accent);
}

.rh-product-quick {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: var(--cream);
  color: var(--ink);
  padding: 12px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s, transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.rh-product:hover .rh-product-quick {
  opacity: 1;
  transform: translateY(0);
}

.rh-product-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.rh-product-meta h3 {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 4px;
}

.rh-product-sub {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.rh-product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}

.rh-product-price .now {
  font-size: 14px;
  color: var(--ink);
  font-weight: 600;
}

.rh-product-price .was {
  font-size: 12px;
  color: var(--muted-2);
  text-decoration: line-through;
}

/* CATEGORIES */
.rh-categories {
  padding: 80px 56px 130px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.rh-categories-head {
  text-align: center;
  margin-bottom: 64px;
}

.rh-categories-head .eyebrow {
  display: block;
  margin-bottom: 18px;
}

.rh-categories-head h2 {
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.05;
  max-width: 700px;
  margin: 0 auto;
}

.rh-cat-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 16px;
}

.rh-cat {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--cream-2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  text-decoration: none;
}

.rh-cat.featured {
  grid-row: span 2;
}

.rh-cat img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  filter: saturate(0.95);
}

.rh-cat:hover img {
  transform: scale(1.06);
}

.rh-cat::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(14, 14, 14, 0.74) 0%, rgba(14, 14, 14, 0.12) 55%, rgba(14, 14, 14, 0.04) 100%),
    rgba(14, 14, 14, 0.1);
  transition: background 0.4s;
}

.rh-cat:hover::after {
  background:
    linear-gradient(0deg, rgba(14, 14, 14, 0.84) 0%, rgba(14, 14, 14, 0.18) 55%, rgba(14, 14, 14, 0.06) 100%),
    rgba(14, 14, 14, 0.12);
}

.rh-cat-content {
  position: relative;
  z-index: 2;
  color: var(--cream);
}

.rh-cat-count {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
  font-weight: 500;
}

.rh-cat-name {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 12px;
}

.rh-cat-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cream);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--cream);
  transition: gap 0.3s;
}

.rh-cat:hover .rh-cat-link {
  gap: 14px;
}

/* SHOP BY BRAND */
.rh-brands {
  padding: 120px 56px 130px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}

.rh-brands-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.rh-brands-head {
  max-width: 820px;
  margin-bottom: 58px;
}

.rh-brands-head .eyebrow {
  display: block;
  margin-bottom: 18px;
}

.rh-brands-head h2 {
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.05;
  margin-bottom: 22px;
}

.rh-brands-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.rh-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.rh-brand-card {
  min-width: 0;
  min-height: 390px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.rh-brand-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.rh-brand-card:hover {
  transform: translateY(-5px);
  border-color: rgba(92, 74, 56, 0.45);
  box-shadow: 0 22px 40px -28px rgba(14, 14, 14, 0.45);
}

.rh-brand-card:hover::before {
  transform: scaleX(1);
}

.rh-brand-logo {
  height: 132px;
  margin-bottom: 26px;
  padding: 18px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
}

.rh-brand-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 82px;
  object-fit: contain;
}

.rh-brand-logo span {
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: uppercase;
}

.rh-brand-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}

.rh-brand-card > p {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.rh-brand-card > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.rh-brand-card > a svg {
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}

.rh-brand-card > a:hover svg,
.rh-brand-card > a:focus-visible svg {
  transform: translateX(4px);
}

/* CRAFT */
.rh-craft {
  background: var(--ink);
  color: var(--cream);
  padding: 140px 56px;
  position: relative;
  overflow: hidden;
}

.rh-craft::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-soft), transparent);
}

.rh-craft-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.rh-craft-inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.rh-craft-images {
  position: relative;
  height: 640px;
}

.rh-craft-img {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--line-cream);
}

.rh-craft-img-1 {
  top: 0;
  left: 0;
  width: 65%;
  height: 70%;
}

.rh-craft-img-2 {
  bottom: 0;
  right: 0;
  width: 60%;
  height: 56%;
  border: 6px solid var(--ink);
}

.rh-craft-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.05);
}

.rh-craft-stamp {
  position: absolute;
  bottom: 50%;
  right: -30px;
  z-index: 5;
  background: var(--accent);
  color: var(--cream);
  padding: 16px 18px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  transform: rotate(-6deg);
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.5);
}

.rh-craft-stamp .small {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.2em;
  opacity: 0.85;
  margin-top: 4px;
}

.rh-craft-text .eyebrow {
  color: var(--accent-soft);
  display: block;
  margin-bottom: 22px;
}

.rh-craft-text h2 {
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.05;
  margin-bottom: 28px;
  color: var(--cream);
}

.rh-craft-text>p {
  font-size: 16px;
  color: rgba(245, 237, 224, 0.65);
  line-height: 1.8;
  margin-bottom: 44px;
  max-width: 540px;
}

.rh-craft-pillars {
  display: flex;
  flex-direction: column;
}

.rh-pillar-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line-cream);
  align-items: center;
  cursor: pointer;
  transition: padding-left 0.4s;
}

.rh-pillar-row:last-child {
  border-bottom: 1px solid var(--line-cream);
}

.rh-pillar-row:hover {
  padding-left: 12px;
}

.rh-pillar-num {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  color: var(--accent-soft);
  font-weight: 300;
}

.rh-pillar-info h4 {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 4px;
}

.rh-pillar-info p {
  font-size: 13px;
  color: rgba(245, 237, 224, 0.55);
  line-height: 1.5;
}

.rh-pillar-arrow {
  color: var(--accent-soft);
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.4s;
}

.rh-pillar-row:hover .rh-pillar-arrow {
  opacity: 1;
  transform: translateX(4px);
}

/* MANIFESTO */
.rh-manifesto {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(470px, 0.92fr);
  padding: 0;
  margin: 0;
  background: var(--ink);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.rh-manifesto-media {
  min-width: 0;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background: var(--cream-2);
}

.rh-manifesto-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 74%, rgba(14, 14, 14, 0.12) 100%);
  pointer-events: none;
}

.rh-manifesto-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: center;
}

.rh-manifesto-content {
  min-width: 0;
  padding: clamp(70px, 7vw, 120px) clamp(48px, 6vw, 96px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--cream);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(145deg, #3f3f3f 0%, #191919 75%);
}

.rh-manifesto .eyebrow {
  display: block;
  margin-bottom: 22px;
  color: var(--accent-soft);
}

.rh-manifesto h2 {
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--cream);
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1.06;
  text-wrap: balance;
}

.rh-manifesto h2 em {
  color: var(--accent-soft);
}

.rh-manifesto p {
  max-width: 620px;
  margin: 0 0 42px;
  color: rgba(245, 237, 224, 0.78);
  font-size: 16px;
  line-height: 1.8;
}

.rh-manifesto .signature {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  color: var(--cream);
}

.rh-manifesto .signature::before,
.rh-manifesto .signature::after {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--accent-soft);
}

/* REVIEWS */
.rh-reviews {
  background: var(--paper);
  padding: 130px 56px;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 2;
}

.rh-reviews-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.rh-reviews-head {
  text-align: center;
  margin-bottom: 80px;
}

.rh-reviews-head .eyebrow {
  display: block;
  margin-bottom: 18px;
}

.rh-reviews-head h2 {
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.05;
}

.rh-stars-overall {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.rh-stars-overall .rating {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--accent);
}

.rh-stars-overall svg {
  width: 16px;
  height: 16px;
  fill: var(--accent);
}

.rh-stars-overall .count {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* Reviews carousel */
.rh-reviews-carousel {
  position: relative;
}

.rh-reviews-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}

.rh-reviews-track::-webkit-scrollbar {
  display: none;
}

.rh-reviews-track>.rh-review {
  flex: 0 0 calc((100% - 56px) / 3);
  scroll-snap-align: start;
}

.rh-reviews-nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
}

.rh-reviews-nav button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s, transform 0.3s;
}

.rh-reviews-nav button:hover:not(:disabled) {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.rh-reviews-nav button:active:not(:disabled) {
  transform: scale(0.94);
}

.rh-reviews-nav button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.rh-reviews-carousel.no-nav .rh-reviews-nav {
  display: none;
}

.rh-review {
  background: var(--cream);
  padding: 40px 32px;
  border: 1px solid var(--line);
  position: relative;
  transition: transform 0.4s, box-shadow 0.4s;
}

.rh-review:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -20px rgba(14, 14, 14, 0.15);
}

.rh-review .stars {
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
}

.rh-review .stars svg {
  width: 13px;
  height: 13px;
  fill: var(--accent);
}

.rh-review blockquote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 28px;
}

.rh-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.rh-review-author .avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--cream-3);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-weight: 500;
}

.rh-review-author .name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

.rh-review-author .meta {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}

.rh-review-author .verified {
  color: var(--accent);
}

/* LATEST ARTICLES */
.rh-blog {
  padding: 130px 56px;
  background: var(--cream-2);
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 2;
}

.rh-blog-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.rh-blog-head {
  max-width: 780px;
  margin: 0 auto 62px;
  text-align: center;
}

.rh-blog-head .eyebrow {
  display: block;
  margin-bottom: 18px;
}

.rh-blog-head h2 {
  margin: 0 0 20px;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.05;
}

.rh-blog-head p {
  max-width: 690px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

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

.rh-blog-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rh-blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(92, 74, 56, 0.4);
  box-shadow: 0 24px 44px -30px rgba(14, 14, 14, 0.45);
}

.rh-blog-image {
  display: block;
  aspect-ratio: 16 / 10;
  position: relative;
  overflow: hidden;
  background: var(--cream-3);
}

.rh-blog-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.rh-blog-card:hover .rh-blog-image img {
  transform: scale(1.045);
}

.rh-blog-image time {
  position: absolute;
  top: 18px;
  left: 18px;
  min-width: 54px;
  padding: 10px 8px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  line-height: 1;
}

.rh-blog-image time strong {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 400;
}

.rh-blog-image time span {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rh-blog-card-body {
  flex: 1;
  padding: 28px 28px 30px;
  display: flex;
  flex-direction: column;
}

.rh-blog-category {
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rh-blog-card h3 {
  margin: 0 0 15px;
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 400;
  line-height: 1.28;
}

.rh-blog-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.rh-blog-card-body > p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.rh-blog-read {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.rh-blog-read svg {
  transition: transform 0.25s ease;
}

.rh-blog-read:hover svg,
.rh-blog-read:focus-visible svg {
  transform: translateX(4px);
}

.rh-blog-view-all {
  margin-top: 46px;
  display: flex;
  justify-content: center;
}

/* FINAL CTA */
.rh-final-cta {
  min-height: 860px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(580px, 1.04fr);
  padding: 0;
  background: var(--paper);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.rh-final-cta-media {
  min-width: 0;
  min-height: 100%;
  background: var(--cream-2);
  overflow: hidden;
  position: relative;
}

.rh-final-cta-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 72%, rgba(14, 14, 14, 0.08));
  pointer-events: none;
}

.rh-final-cta-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 860px;
  object-fit: cover;
  object-position: center;
}

.rh-final-cta-panel {
  min-width: 0;
  padding: clamp(70px, 7vw, 110px) clamp(44px, 6vw, 92px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(92, 74, 56, 0.08), transparent 38%),
    var(--paper);
}

.rh-final-cta-inner {
  width: 100%;
  max-width: 720px;
  margin: auto;
}

.rh-final-cta .eyebrow {
  display: block;
  margin-bottom: 18px;
}

.rh-final-cta h2 {
  max-width: 650px;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(44px, 4.6vw, 70px);
  line-height: 1.02;
  text-wrap: balance;
}

.rh-final-cta h2 em {
  color: var(--accent);
}

.rh-final-cta-copy {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.rh-cta-notice {
  margin-top: 28px;
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  background: var(--cream-2);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.55;
}

.rh-cta-notice.is-error {
  border-left-color: #a43b35;
  background: #fff1ef;
}

.rh-ride-form {
  margin-top: 38px;
}

.rh-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.rh-ride-form-head {
  margin-bottom: 20px;
  color: var(--ink);
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-style: italic;
}

.rh-ride-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rh-ride-field {
  min-width: 0;
}

.rh-ride-field.is-full {
  grid-column: 1 / -1;
}

.rh-ride-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.rh-ride-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--charcoal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rh-ride-field input,
.rh-ride-field select,
.rh-ride-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.rh-ride-field textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.55;
}

.rh-ride-field input:focus,
.rh-ride-field select:focus,
.rh-ride-field textarea:focus {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 2px rgba(92, 74, 56, 0.1);
}

.rh-ride-submit {
  min-height: 52px;
  margin-top: 18px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

input.rh-ride-submit {
  width: auto;
  appearance: none;
}

.rh-ride-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #a43b35;
  font-size: 11px;
}

.rh-ride-form .wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 13px 15px;
  border: 0;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 12px;
  line-height: 1.5;
}

.rh-ride-form .wpcf7 form.invalid .wpcf7-response-output,
.rh-ride-form .wpcf7 form.failed .wpcf7-response-output,
.rh-ride-form .wpcf7 form.unaccepted .wpcf7-response-output,
.rh-ride-form .wpcf7 form.spam .wpcf7-response-output {
  border-left-color: #a43b35;
  background: #fff1ef;
}

.rh-ride-submit:hover,
.rh-ride-submit:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
}

.rh-cta-trust {
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rh-cta-trust span {
  display: inline-flex;
  align-items: center;
}

.rh-cta-trust span:not(:last-child)::after {
  content: '·';
  margin: 0 13px;
  color: var(--accent);
}

/* RESPONSIVE */
@media (max-width: 968px) {
  .rh-home-hero {
    grid-template-columns: 1fr;
    padding: 50px 22px 70px;
    gap: 50px;
    min-height: auto;
  }

  .rh-hero-visual {
    height: 60vh;
    min-height: 420px;
  }

  .rh-trust {
    padding: 28px 22px;
  }

  .rh-trust-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .rh-trust-item {
    padding: 0;
    border-right: none;
  }

  .rh-trust-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .rh-bestsellers,
  .rh-categories {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 80px;
  }

  .rh-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .rh-products {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .rh-cat-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 240px);
  }

  .rh-cat.featured {
    grid-row: span 1;
  }

  .rh-brands {
    padding: 80px 22px;
  }

  .rh-brands-head {
    margin-bottom: 42px;
  }

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

  .rh-craft {
    padding: 80px 22px;
  }

  .rh-craft-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .rh-craft-images {
    height: 480px;
  }

  .rh-manifesto {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .rh-manifesto-media,
  .rh-manifesto-media img {
    min-height: 460px;
  }

  .rh-manifesto-media {
    height: min(68vw, 560px);
  }

  .rh-manifesto-content {
    padding: 80px 22px;
  }

  .rh-final-cta {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .rh-final-cta-media {
    height: min(72vw, 620px);
  }

  .rh-final-cta-media img {
    min-height: 480px;
  }

  .rh-final-cta-panel {
    padding: 80px 22px;
  }

  .rh-reviews {
    padding: 80px 22px;
  }

  .rh-reviews-track>.rh-review {
    flex-basis: 100%;
  }

  .rh-reviews-nav {
    margin-top: 36px;
  }

  .rh-reviews-nav button {
    width: 46px;
    height: 46px;
  }

  .rh-blog {
    padding: 80px 22px;
  }

  .rh-blog-head {
    margin-bottom: 42px;
  }

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

@media (min-width: 969px) and (max-width: 1199px) {
  .rh-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rh-reviews-track>.rh-review {
    flex-basis: calc((100% - 28px) / 2);
  }
}

@media (max-width: 620px) {
  .rh-trust-inner {
    grid-template-columns: 1fr;
  }

  .rh-trust-item:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .rh-brand-grid {
    grid-template-columns: 1fr;
  }

  .rh-brand-card {
    min-height: 350px;
  }

  .rh-manifesto-media,
  .rh-manifesto-media img {
    min-height: 340px;
  }

  .rh-manifesto-media {
    height: 92vw;
  }

  .rh-manifesto-content {
    padding: 64px 22px 70px;
  }

  .rh-manifesto h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .rh-final-cta-media {
    height: 92vw;
  }

  .rh-final-cta-media img {
    min-height: 360px;
  }

  .rh-final-cta-panel {
    padding: 64px 22px 70px;
  }

  .rh-final-cta h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .rh-ride-form-grid {
    grid-template-columns: 1fr;
  }

  .rh-ride-field.is-full {
    grid-column: auto;
  }

  .rh-ride-submit {
    width: 100%;
  }

  .rh-blog-grid {
    grid-template-columns: 1fr;
  }

  .rh-blog-card-body {
    padding: 24px;
  }
}
