.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ── Rose House — global design system ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --rh-cream: #f4efe6;
  --rh-bone: #ede7da;
  --rh-sage: #3a4a3b;
  --rh-sage-dk: #2a3730;
  --rh-gold: #a68a5f;
  --rh-gold-lt: #c9b48a;
  --rh-ink: #2a2a26;
  --rh-ink-mid: #5a5a54;
  --rh-border: #d8d2c4;
  --rh-burgundy: #6b1f24;
  --rh-burgundy-dk:#4f1519;
  --rh-serif: 'Cormorant Garamond', Georgia, serif;
  --rh-sans: 'Inter', system-ui, sans-serif;
}

/* Global: kill Hello theme visited link colour */
a:visited { color: inherit; }
.rh-btn,
.rh-btn:visited {
  text-decoration: none;
  border-bottom: none;
}

body {
  background: var(--rh-cream);
  color: var(--rh-ink);
  font-family: var(--rh-sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: var(--rh-serif);
  font-weight: 500;
  color: var(--rh-sage);
  letter-spacing: -0.01em;
  line-height: 1.15;
}

/* ── Refined selection ── */
::selection {
  background: var(--rh-sage);
  color: var(--rh-cream);
}

/* ── Rose House hero ── */
.rh-hero {
  position: relative;
  overflow: hidden;
}

.rh-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 800px 500px at center top,
              rgba(166, 138, 95, 0.08),
              transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.rh-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.rh-hero-eyebrow {
  display: inline-block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #a68a5f;
  margin-bottom: 28px;
}

.rh-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 500;
  line-height: 1.1;
  color: #3a4a3b;
  margin: 0 0 32px;
  letter-spacing: -0.015em;
}

.rh-hero-title em {
  font-style: italic;
  font-weight: 400;
  color: #a68a5f;
}

.rh-hero-lede {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #2a2a26;
  margin: 0 auto 24px;
  max-width: 680px;
}

.rh-hero-body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #5a5a54;
  margin: 0 auto 48px;
  max-width: 680px;
}

.rh-hero-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: #5a5a54;
}

.rh-divider-gold {
  display: block;
  width: 0;
  height: 1px;
  background: #a68a5f;
  animation: rh-draw-line 1.4s 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes rh-draw-line {
  to { width: 80px; }
}

@media (max-width: 600px) {
  .rh-hero {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
    min-height: 70vh !important;
  }
  .rh-hero-lede {
    font-size: 16px;
  }
  .rh-hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.22em;
  }
}

/* ── Shared section header styles (reusable across sections) ── */
.rh-eyebrow {
  display: inline-block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #a68a5f;
  margin-bottom: 24px;
}

.rh-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
  color: #3a4a3b;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
  text-align: center;
}
.rh-section-title em {
  font-style: italic;
  font-weight: 400;
  color: #a68a5f;
}

.rh-section-lede {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #5a5a54;
  margin: 0;
  text-align: center;
  max-width: 640px;
}

/* ── The asymmetric grid ── */
.rh-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(280px, auto);
  gap: 16px;
  width: 100%;
}

.rh-card-lg {
  grid-column: span 4;
  aspect-ratio: 16 / 10;
}

.rh-card-md {
  grid-column: span 2;
  aspect-ratio: 3 / 4;
}

.rh-card-sm {
  grid-column: span 3;
  aspect-ratio: 4 / 3;
}

/* ── The card itself ── */
.rh-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: #3a4a3b;
  cursor: pointer;
  isolation: isolate;
}

.rh-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1),
              filter 0.8s ease;
  filter: saturate(0.85) contrast(1.05) brightness(0.95);
}

/* ── Overlay wash ── */
.rh-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(42, 55, 48, 0.85) 0%,
    rgba(42, 55, 48, 0.3) 45%,
    transparent 75%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

/* ── Caption block ── */
.rh-card figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.rh-card-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c9b48a;
}

.rh-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  color: #f4efe6;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

/* ── Hover state ── */
.rh-card:hover img {
  transform: scale(1.06);
  filter: saturate(1) contrast(1.05) brightness(1);
}
.rh-card:hover::after {
  opacity: 1;
}
.rh-card:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

/* ── Focus state for keyboard users ── */
.rh-card:focus-within {
  outline: 2px solid #a68a5f;
  outline-offset: 3px;
}

/* ── Tablet — collapse asymmetry, keep visual interest ── */
@media (max-width: 1024px) {
  .rh-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .rh-card-lg { grid-column: span 4; aspect-ratio: 16/9; }
  .rh-card-md { grid-column: span 2; aspect-ratio: 4/5; }
  .rh-card-sm { grid-column: span 2; aspect-ratio: 4/3; }
}

/* ── Mobile — single column stack with caption always visible ── */
@media (max-width: 600px) {
  .rh-gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .rh-card-lg, .rh-card-md, .rh-card-sm {
    grid-column: span 1;
    aspect-ratio: 4/3;
  }
  .rh-card::after {
    opacity: 1;
  }
  .rh-card figcaption {
    opacity: 1;
    transform: translateY(0);
  }
  .rh-card-title {
    font-size: 18px;
  }
  .rh-gallery {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

/* ── Video section ── */
.rh-videos {
  position: relative;
}

.rh-video-grid {
  width: 100%;
  max-width: 1200px;
}

.rh-video-grid > .e-con-inner,
.rh-video-grid.e-con > .e-con-inner {
  display: flex;
  gap: 24px;
  justify-content: center;
}

/* ── The video frame itself ── */
.rh-video-frame {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.rh-video-frame .elementor-widget-container {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  box-shadow:
    0 1px 2px rgba(42, 55, 48, 0.08),
    0 24px 60px -24px rgba(42, 55, 48, 0.35);
  transition: box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.rh-video-frame:hover {
  transform: translateY(-4px);
}

.rh-video-frame:hover .elementor-widget-container {
  box-shadow:
    0 1px 2px rgba(42, 55, 48, 0.08),
    0 32px 80px -24px rgba(42, 55, 48, 0.5);
}

/* ── Video wrapper — keep aspect ratio locked ── */
.rh-video-frame .elementor-wrapper,
.rh-video-frame .e-hosted-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto !important;
  position: relative;
  background: #2a3730;
}

.rh-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Image overlay — subtle sage wash tints the thumbnail ── */
.rh-video-frame .elementor-custom-embed-image-overlay {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.rh-video-frame .elementor-custom-embed-image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1),
              filter 0.6s ease;
  filter: saturate(0.9) brightness(0.88);
}

.rh-video-frame:hover .elementor-custom-embed-image-overlay img {
  transform: scale(1.03);
  filter: saturate(1) brightness(0.95);
}

/* ── Sage overlay wash on the thumbnail ── */
.rh-video-frame .elementor-custom-embed-image-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(58, 74, 59, 0.2) 0%,
    rgba(58, 74, 59, 0.35) 100%
  );
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.rh-video-frame:hover .elementor-custom-embed-image-overlay::before {
  opacity: 0.6;
}

/* ── Custom play button — override Elementor's default ── */
.rh-video-frame .elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 76px;
  height: 76px;
  background: rgba(244, 239, 230, 0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.rh-video-frame:hover .elementor-custom-embed-play {
  background: #a68a5f;
  transform: translate(-50%, -50%) scale(1.08);
}

.rh-video-frame .elementor-custom-embed-play i,
.rh-video-frame .elementor-custom-embed-play svg {
  color: #3a4a3b !important;
  fill: #3a4a3b !important;
  font-size: 26px !important;
  width: 26px !important;
  height: 26px !important;
  margin-left: 4px;
  text-shadow: none !important;
  transition: color 0.4s ease, fill 0.4s ease;
}

.rh-video-frame:hover .elementor-custom-embed-play i,
.rh-video-frame:hover .elementor-custom-embed-play svg {
  color: #f4efe6 !important;
  fill: #f4efe6 !important;
}

/* ── Caption below each video (optional — step 6) ── */
.rh-video-caption {
  margin-top: 20px;
  text-align: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #5a5a54;
  line-height: 1.5;
}

.rh-video-caption-label {
  display: block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-style: normal;
  color: #a68a5f;
  margin-bottom: 6px;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .rh-video-grid > .e-con-inner,
  .rh-video-grid.e-con > .e-con-inner {
    flex-direction: column;
    gap: 32px;
  }
  .rh-video-frame .elementor-custom-embed-play {
    width: 64px;
    height: 64px;
  }
}

/* ── Mobile ── */
@media (max-width: 600px) {
  .rh-videos {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .rh-video-frame .elementor-custom-embed-play {
    width: 54px;
    height: 54px;
  }
  .rh-video-frame .elementor-custom-embed-play i,
  .rh-video-frame .elementor-custom-embed-play svg {
    font-size: 20px !important;
  }
}

/* ── Social section ── */
.rh-social {
  position: relative;
}

.rh-social-grid {
  width: 100%;
  max-width: 1200px;
}

.rh-social-grid > .e-con-inner,
.rh-social-grid.e-con > .e-con-inner {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

/* ── The card wrapper ── */
.rh-social-card {
  flex: 1 1 0;
  min-width: 0;
  background: #f4efe6;
  border: 1px solid #d8d2c4;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.5s ease;
}

.rh-social-card:hover {
  transform: translateY(-4px);
  border-color: #c9b48a;
  box-shadow:
    0 1px 2px rgba(42, 55, 48, 0.06),
    0 20px 40px -16px rgba(42, 55, 48, 0.2);
}

/* ── Card header ── */
.rh-social-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  border-bottom: 1px solid #d8d2c4;
  background: #ede7da;
}

.rh-social-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.rh-social-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3a4a3b;
  color: #f4efe6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease;
}

.rh-social-card:hover .rh-social-icon {
  background: #a68a5f;
}

.rh-social-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.rh-social-platform {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a68a5f;
}

.rh-social-handle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  color: #3a4a3b;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Follow button ── */
.rh-social-follow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3a4a3b;
  background: transparent;
  border: 1px solid #a68a5f;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.rh-social-follow:hover {
  background: #a68a5f;
  color: #f4efe6;
  border-color: #a68a5f;
}

/* ── Card body — the embed itself ── */
.rh-social-card-body {
  flex: 1;
  padding: 0;
  background: #f4efe6;
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

/* ── Twitter iframe ── */
.rh-social-card-body iframe {
  width: 100% !important;
  min-height: 560px;
  border: none;
  display: block;
  background: transparent;
}

/* ── Facebook embed reset ── */
.rh-social-card-body .fb-page,
.rh-social-card-body .fb-page span,
.rh-social-card-body .fb-page iframe {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
}

.rh-social-card-body .fb-page iframe {
  border: none;
  min-height: 560px;
}

/* ── Embed wrapper padding — keep embeds off the edges ── */
.rh-social-card-body::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 0;
}

/* ── Scroll bar styling inside the card body (optional) ── */
.rh-social-card-body {
  scrollbar-width: thin;
  scrollbar-color: #c9b48a transparent;
}

/* ── Reveal animation delay ── */
.rh-reveal-stagger > .rh-social-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .rh-social-grid > .e-con-inner,
  .rh-social-grid.e-con > .e-con-inner {
    flex-direction: column;
    gap: 28px;
  }
  .rh-social-card {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
  .rh-social-card-body,
  .rh-social-card-body iframe,
  .rh-social-card-body .fb-page iframe {
    min-height: 500px;
  }
}

/* ── Mobile ── */
@media (max-width: 600px) {
  .rh-social {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .rh-social-card-header {
    padding: 18px 20px;
  }
  .rh-social-handle {
    font-size: 15px;
  }
  .rh-social-follow {
    padding: 6px 12px;
    font-size: 10px;
  }
  .rh-social-card-body,
  .rh-social-card-body iframe,
  .rh-social-card-body .fb-page iframe {
    min-height: 440px;
  }
}

/* ── FAQ section ── */
.rh-faq {
  position: relative;
}

.rh-faq-wrapper {
  width: 100%;
  max-width: 880px;
}

/* ── Accordion container reset ── */
.rh-faq-acc .e-n-accordion {
  gap: 0 !important;
  border-top: 1px solid #d8d2c4;
  margin: 0;
  padding: 0;
}

/* ── Individual accordion item ── */
.rh-faq-acc .e-n-accordion-item {
  border: none !important;
  border-bottom: 1px solid #d8d2c4 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  transition: background 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.rh-faq-acc .e-n-accordion-item[open] {
  background: rgba(166, 138, 95, 0.045) !important;
}

/* ── Item title (the question) ── */
.rh-faq-acc .e-n-accordion-item-title {
  padding: 30px 8px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px;
  transition: padding-left 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.rh-faq-acc .e-n-accordion-item[open] .e-n-accordion-item-title {
  padding-left: 20px !important;
}

/* ── Title text ── */
.rh-faq-acc .e-n-accordion-item-title-text,
.rh-faq-acc .e-n-accordion-item-title-header {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  color: #3a4a3b !important;
  line-height: 1.3 !important;
  letter-spacing: -0.005em;
  text-align: left;
  transition: color 0.3s ease;
  margin: 0;
}

.rh-faq-acc .e-n-accordion-item-title:hover .e-n-accordion-item-title-text,
.rh-faq-acc .e-n-accordion-item-title:hover .e-n-accordion-item-title-header {
  color: #a68a5f !important;
}

.rh-faq-acc .e-n-accordion-item[open] .e-n-accordion-item-title-text,
.rh-faq-acc .e-n-accordion-item[open] .e-n-accordion-item-title-header {
  color: #2a3730 !important;
}

/* ── Icon ── */
.rh-faq-acc .e-n-accordion-item-title-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #a68a5f !important;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              color 0.3s ease;
}

.rh-faq-acc .e-n-accordion-item-title-icon svg {
  width: 14px !important;
  height: 14px !important;
  fill: #a68a5f !important;
  color: #a68a5f !important;
  transition: fill 0.3s ease;
}

.rh-faq-acc .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon {
  color: #3a4a3b !important;
  transform: scale(1.1);
}

.rh-faq-acc .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg {
  fill: #3a4a3b !important;
}

/* ── Hide the "closed" plus when open, show the "open" minus ── */
.rh-faq-acc .e-n-accordion-item-title-icon .e-opened,
.rh-faq-acc .e-n-accordion-item-title-icon .e-closed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rh-faq-acc .e-n-accordion-item-title-icon .e-opened {
  display: none;
}
.rh-faq-acc .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
  display: inline-flex;
}
.rh-faq-acc .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
  display: none;
}

/* ── Answer body ── */
.rh-faq-acc .e-n-accordion-item > div,
.rh-faq-acc .e-n-accordion-item > div.elementor-element {
  padding: 0 8px 32px !important;
}

.rh-faq-acc .e-n-accordion-item[open] > div {
  padding-left: 20px !important;
}

/* ── Text editor widget inside answer ── */
.rh-faq-acc .elementor-widget-text-editor {
  margin: 0 !important;
}

.rh-faq-acc .elementor-widget-text-editor p {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: #5a5a54 !important;
  margin: 0 !important;
  max-width: 700px;
}

/* ── Gold accent line that draws in on open ── */
.rh-faq-acc .e-n-accordion-item[open] .e-n-accordion-item-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: #a68a5f;
  animation: rh-faq-line 0.5s 0.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes rh-faq-line {
  to { height: 40px; }
}

.rh-faq-acc .e-n-accordion-item-title {
  position: relative;
}

/* ── Tablet ── */
@media (max-width: 768px) {
  .rh-faq-acc .e-n-accordion-item-title {
    padding: 24px 8px !important;
    gap: 16px;
  }
  .rh-faq-acc .e-n-accordion-item[open] .e-n-accordion-item-title {
    padding-left: 16px !important;
  }
  .rh-faq-acc .e-n-accordion-item-title-text,
  .rh-faq-acc .e-n-accordion-item-title-header {
    font-size: 19px !important;
  }
}

/* ── Mobile ── */
@media (max-width: 600px) {
  .rh-faq {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .rh-faq-acc .e-n-accordion-item-title {
    padding: 20px 4px !important;
  }
  .rh-faq-acc .e-n-accordion-item[open] .e-n-accordion-item-title {
    padding-left: 12px !important;
  }
  .rh-faq-acc .e-n-accordion-item-title-text,
  .rh-faq-acc .e-n-accordion-item-title-header {
    font-size: 17px !important;
  }
  .rh-faq-acc .elementor-widget-text-editor p {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
  .rh-faq-acc .e-n-accordion-item > div {
    padding-bottom: 24px !important;
  }
}

/* ── Footer section ── */
.rh-footer {
  position: relative;
  overflow: hidden;
}

/* Subtle gold accent in the top-right corner */
.rh-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201, 180, 138, 0.3) 50%,
    transparent 100%
  );
}

.rh-footer-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Column 1 — Brand ── */
.rh-footer-brand-block {
  max-width: 420px;
}

.rh-footer-wordmark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  color: #f4efe6;
  line-height: 1;
  letter-spacing: -0.005em;
  margin-bottom: 20px;
}

.rh-footer-wordmark em {
  font-style: italic;
  font-weight: 400;
  color: #c9b48a;
}

.rh-footer-tagline {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(237, 231, 218, 0.7);
  margin: 0 0 28px;
  max-width: 380px;
}

/* ── Social icons in footer ── */
.rh-footer-social {
  display: flex;
  gap: 10px;
}

.rh-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(201, 180, 138, 0.3);
  color: #c9b48a;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.rh-footer-social a:hover {
  background: #a68a5f;
  border-color: #a68a5f;
  color: #2a3730;
  transform: translateY(-2px);
}

/* ── Column headings ── */
.rh-footer-heading {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #c9b48a;
  margin: 0 0 24px;
  padding: 0;
}

/* ── Column — link list ── */
.rh-footer-col {
  width: 100%;
}

.rh-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rh-footer-links a {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ede7da;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  transition: color 0.3s ease, padding-left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.rh-footer-links a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: #c9b48a;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.rh-footer-links a:hover {
  color: #c9b48a;
  padding-left: 16px;
}

.rh-footer-links a:hover::before {
  width: 10px;
}

/* ── Contact list ── */
.rh-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rh-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #ede7da;
}

.rh-footer-contact svg {
  flex-shrink: 0;
  margin-top: 4px;
  color: #c9b48a;
}

.rh-footer-contact a {
  color: #ede7da;
  text-decoration: none;
  transition: color 0.3s ease;
}

.rh-footer-contact a:hover {
  color: #c9b48a;
}

.rh-footer-contact span {
  line-height: 1.55;
}

/* ── Bottom legal strip ── */
.rh-footer-bottom {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.rh-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}

.rh-footer-legal {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  color: rgba(237, 231, 218, 0.55);
}

.rh-footer-legal a {
  color: rgba(237, 231, 218, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.rh-footer-legal a:hover {
  color: #c9b48a;
}

.rh-footer-divider {
  color: rgba(201, 180, 138, 0.3);
}

.rh-footer-credit {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  color: rgba(237, 231, 218, 0.5);
}

.rh-footer-credit a {
  color: #c9b48a;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.rh-footer-credit a:hover {
  border-bottom-color: #c9b48a;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .rh-footer {
    padding-top: 60px !important;
  }
  .rh-footer-main {
    padding-bottom: 48px !important;
  }
  .rh-footer-brand-block {
    max-width: 100%;
  }
  .rh-footer-wordmark {
    font-size: 28px;
  }
}

/* ── Mobile ── */
@media (max-width: 600px) {
  .rh-footer {
    padding-top: 50px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .rh-footer-main {
    padding-bottom: 40px !important;
  }
  .rh-footer-wordmark {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .rh-footer-tagline {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .rh-footer-heading {
    margin-bottom: 18px;
  }
  .rh-footer-bottom-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .rh-footer-legal {
    justify-content: center;
    gap: 8px;
  }
  .rh-footer-legal .rh-footer-divider {
    display: none;
  }
  .rh-footer-legal > * {
    font-size: 11px;
  }
}

/* ── Contact section ── */
.rh-contact {
  position: relative;
  overflow: hidden;
  background: #3a4a3b;
}

.rh-contact::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(166, 138, 95, 0.12), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.rh-contact::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201, 180, 138, 0.06), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.rh-contact-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.rh-contact-inner > * {
  text-align: center;
}

/* ── Light-coloured eyebrow variant ── */
.rh-eyebrow-light {
  color: #c9b48a !important;
  margin-bottom: 24px;
}

/* ── Contact title ── */
.rh-contact-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.2rem, 4.8vw, 3.5rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  color: #f4efe6 !important;
  margin: 0 0 28px !important;
  letter-spacing: -0.015em;
  max-width: 640px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.rh-contact-title em {
  font-style: italic;
  font-weight: 400;
  color: #c9b48a;
}

/* ── Contact lede text ── */
.rh-contact-text {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #ede7da;
  margin: 0 auto 40px;
  max-width: 560px;
}

/* ── Trust row ── */
.rh-trust-row {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin: 0 auto 52px;
  flex-wrap: wrap;
  max-width: 700px;
}

.rh-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.rh-trust-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  font-weight: 500;
  color: #c9b48a;
  line-height: 1;
  letter-spacing: -0.01em;
}

.rh-trust-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ede7da;
  text-align: center;
  line-height: 1.4;
  opacity: 0.8;
}

/* ── Button row ── */
.rh-contact-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 64px;
}

/* ── Shared button base ── */
.rh-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 32px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  white-space: nowrap;
}

.rh-btn svg {
  flex-shrink: 0;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── Gold button (primary) ── */
.rh-btn-gold {
  background: #a68a5f;
  color: #2a3730;
  border: 1px solid #a68a5f;
}

.rh-btn-gold:hover {
  background: #c9b48a;
  border-color: #c9b48a;
  color: #2a3730;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -12px rgba(201, 180, 138, 0.5);
}

.rh-btn-gold:hover svg {
  transform: translateX(2px);
}

/* ── Ghost button (secondary) ── */
.rh-btn-ghost {
  background: transparent;
  color: #f4efe6;
  border: 1px solid #c9b48a;
}

.rh-btn-ghost:hover {
  background: #f4efe6;
  color: #2a3730;
  border-color: #f4efe6;
  transform: translateY(-2px);
}

.rh-btn-ghost:hover svg {
  transform: translateX(2px);
}

.rh-btn:active {
  transform: translateY(0);
  transition-duration: 0.1s;
}

/* ── Footer note below buttons ── */
.rh-contact-footer-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: rgba(244, 239, 230, 0.65);
}

.rh-contact-divider {
  display: block;
  width: 60px;
  height: 1px;
  background: #c9b48a;
  opacity: 0.5;
}

/* ── Tablet ── */
@media (max-width: 900px) {
  .rh-contact {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .rh-contact-text {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .rh-contact-actions {
    margin-bottom: 48px;
  }
  .rh-trust-row {
    gap: 36px;
    margin-bottom: 44px;
  }
}

/* ── Mobile ── */
@media (max-width: 600px) {
  .rh-contact {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .rh-contact::before,
  .rh-contact::after {
    width: 300px;
    height: 300px;
  }
  .rh-contact-title {
    margin-bottom: 20px !important;
  }
  .rh-contact-text {
    margin-bottom: 32px;
    font-size: 15px;
  }
  .rh-trust-row {
    gap: 28px;
    margin-bottom: 40px;
  }
  .rh-trust-number {
    font-size: 32px;
  }
  .rh-btn {
    padding: 15px 24px;
    font-size: 12px;
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
  .rh-contact-actions {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-bottom: 48px;
  }
}

/* ── Force video widget to render with proper dimensions ── */
.rh-video-frame {
  flex: unset !important;
  width: 100% !important;
  display: block !important;
}

.rh-video-frame .e-hosted-video,
.rh-video-frame .elementor-wrapper {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  background: #2a3730;
  overflow: hidden;
}

.rh-video-frame .elementor-video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.rh-video-frame .elementor-custom-embed-image-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
}

ul.products li.product .price {
  display: none !important;
}/* End custom CSS */