:root{
	--richita-gold: #dfc052;
  --rh-red:#9f1118;
  --rh-red-dark:#7e0d12;
  --rh-gold:#b98a36;
  --rh-gold-soft:#d8b76c;
  --rh-cream:#f8f3e8;
  --rh-cream-2:#fffaf0;
  --rh-ink:#17130f;
  --rh-muted:#6f665d;
  --rh-border:#eadcc0;
  /*sec2*/
  --gold-color: #C5A059;
  --gold-light: #e0d5c1;
  --text-dark: #222222;
  --text-muted: #666666;
  /*sec3*/
  --bg-dark: #0a0a0c;
  --gold-primary: #cca352;
  --gold-dark: #b0893b;
  --burgundy: #691b22;
  --light-app-bg: #f5f2eb;
  --border-gold: rgba(204, 163, 82, 0.4);
  --border-subtle: #e5dfd5;
  --brand-red: #73181b;
  --brand-red-hover: #561113;
  --bg-warm: #f6f2ea;
  --htext-dark: #2c2c2c;
  --htext-muted: #888888;
  --gold-accent: #c09e63;
  --brand-red: #6e1a1e;
  --brand-red-hover: #521215;
  --gold-accent: #c09e63;
  --bg-top: #f2ede4;
}

html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--rh-ink);
  background:#fff; 
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
} 

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", serif;
}
p {
  font-family: "DM Sans", sans-serif;
}

.rh-sans{font-family: "DM Sans", sans-serif;}
.rh-topbar{
  background:var(--rh-red);
  color:#fff;
  font:700 9px/1.2 Arial,sans-serif;
  letter-spacing:.08em;
  text-align:center;
  padding:6px 12px;
}
/* nav header */
.top-promo {
    background: #b40000;
    color: #fff;
    font-size: .7rem;
    text-align: center;
    padding: .28rem .5rem;
    z-index: 10;
}

.site-header {
    background: #050607;
    color: #fff;
}

    .navbar-dark .navbar-nav{
      color: #fff;
      font-size: .72rem;
      text-transform: uppercase;
      padding-left: .8rem;
      padding-right: .8rem;
      z-index: 10;          /* sits above the decorative image */
      background-color: #000; /* make sure it's solid, not transparent */
    }
.nav-link:hover,
.nav-link.active {
    color: #c5a059 !important;
}
.nav-links {
	 color: #fff !important;
}

 .partner-btns {
      border: 1px solid #c9a227;
      color: #ffe45c;
      font-size: .68rem;
      text-transform: uppercase;
      background: var(--richita-gold) !important;
    }
	
	
	
.rh-brand{
  color:#d7b15d!important;
  font-weight:700;
  line-height:.9;
  letter-spacing:.06em;
  font-size: 22px;
  font-style: italic;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.rh-brand small{display:block;font-size:7px;letter-spacing:.15em;color:#fff;margin-top:5px}

.rh-outline-btn{
  border:1px solid var(--rh-gold);
  background: var(--rh-gold);
  color:#fff;
  font:700 8px Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:.7rem 1rem;
}
.rh-outline-btn:hover{background:var(--rh-gold);color:#111}
.rh-hero{
  position:relative;
  min-height:430px;
  overflow:hidden;
  background:
    radial-gradient(circle at 67% 45%,rgba(255,255,255,.9),transparent 31%),
    linear-gradient(90deg,#fbf8ef 0 53%,#f4ead7 100%);
  background-image: url("https://rb-dev.wefocussolutions.com/public/assets/bg-images/richita_image_home_bgheader.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.rh-hero-copy{position:relative;z-index:2;padding:80px 30px 70px}
.rh-kicker{
  color:var(--rh-gold);
  font:700 9px Arial,sans-serif;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.rh-title{
  font-size:clamp(2.3rem,5vw,4.6rem);
  line-height:.92;
  margin:.7rem 0 1rem;
}
.rh-subtitle{font-size:1rem;max-width:430px}
.rh-btn{
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid var(--rh-red);
  background:var(--rh-red);
  color:#fff;text-decoration:none;
  padding:.8rem 1.1rem;
  font:700 9px Arial,sans-serif;
  letter-spacing:.08em;text-transform:uppercase;
}

.rh-btn-main-prod {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--rh-gold);
    background: transparent;
    color: #060606;
    text-decoration: none;

    padding: .8rem 1.1rem;

    font: 700 9px Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;

    transition: all .3s ease;
}

.rh-btn-main-prod:hover {
    background: #fff;
    border-color: #fff;
    color: var(--rh-gold);
}

.rh-btn.alt{background:#fff;color:#3c3025;border-color:var(--rh-gold)}
.rh-hero-img{
  position:absolute;right:0;bottom:0;
  /*width:53%;*/
  height:100%;
  object-fit:cover;object-position:center;
  opacity:.95;
}
.rh-dots{color:var(--rh-gold);font-size:18px;letter-spacing:8px}
.rh-feature-bar{
  background:#fff;
  border-top:1px solid var(--rh-gold-soft);
  border-bottom:1px solid var(--rh-border);
}
.rh-feature{
  min-height:105px;padding:20px 12px;
  display:flex;gap:14px;align-items:center;
  border-right:1px solid #f0e8d8;
}
.rh-icon{
  flex:0 0 34px;height:34px;border:1px solid var(--rh-gold);
  border-radius:50%;display:grid;place-items:center;color:var(--rh-gold);
  font-size:15px;
}
.rh-feature h6{
  font:700 9px Arial,sans-serif;letter-spacing:.07em;text-transform:uppercase;margin:0 0 5px
}
.rh-feature p{font:10px/1.4 Arial,sans-serif;color:#756b60;margin:0}
.rh-section{padding:72px 0}
.rh-section.cream{background: rgba(253, 252, 249, 0.06)}
.rh-section-head{text-align:center;margin-bottom:30px}
.rh-section-head h2{font-size:clamp(1.8rem,4vw,3rem);margin:.3rem 0}
.rh-section-head p{color:var(--rh-muted);font:12px Arial,sans-serif}
.rh-system-img{
  width:100%;height:330px;object-fit:cover;object-position:center;
  border:1px solid var(--rh-border);
}
.rh-card{
  height:100%;background:#fff;border:1px solid var(--rh-border);
  padding:22px;box-shadow:0 8px 25px rgba(70,48,20,.06)
}
.rh-card h3{font-size:1.35rem}
.rh-card p{font:12px/1.7 Arial,sans-serif;color:#6d655b}
.rh-advisor{background:#090909;color:#fff}
.rh-advisor .rh-kicker{color:#d4ae56}
.rh-advisor h2{font-size:clamp(2rem,4vw,3.3rem);line-height:.95}
.rh-advisor .rh-card{background:#f9f2e5;color:#231b13}
.rh-advisor-img{width:100%;height:310px;object-fit:cover;object-position:center;border-radius:2px}
.rh-step{display:flex;gap:10px;align-items:center;font:9px Arial,sans-serif;text-transform:uppercase;letter-spacing:.05em}
.rh-step span{width:25px;height:25px;border:1px solid var(--rh-gold);border-radius:50%;display:grid;place-items:center;color:var(--rh-gold)}
.rh-product-img{width:100%;object-fit:cover;object-position:center}
.rh-product-card{background:#fff;border:1px solid var(--rh-border);height:100%;padding:9px}
.rh-product-card h6{font-size:13px;margin:10px 4px 3px}
.rh-price{font:10px Arial,sans-serif;color:#85735d;margin:0 4px 8px}
.rh-routine{
  background:#fff;border:1px solid var(--rh-border);padding:12px;text-align:center;height:100%;
}
.rh-routine .rh-routine-img{height:135px;width:100%;object-fit:cover;object-position:center}
.rh-routine h6{font:700 10px Arial,sans-serif;text-transform:uppercase;margin:12px 0 5px}
.rh-routine p{font:10px/1.4 Arial,sans-serif;color:#777;margin-bottom:12px}
.rh-routine a{font:700 8px Arial,sans-serif;color:var(--rh-red);text-decoration:none;text-transform:uppercase}
.rh-story{background:var(--rh-cream-2);position:relative;overflow:hidden}
.rh-story-img{width:100%;height:480px;object-fit:cover;object-position:center;border-radius:50% 50% 0 0}
.rh-quote{border-left:2px solid var(--rh-gold);padding-left:18px;font-style:italic;color:#4e453b}
.rh-opportunity{border-top:1px solid var(--rh-border);border-bottom:1px solid var(--rh-border);background:#fbf5e6}
.rh-video{
  position:relative;overflow:hidden;height:330px;background:#ddd
}
.rh-video img{width:100%;height:100%;object-fit:cover}
.rh-play{
  position:absolute;inset:0;margin:auto;width:65px;height:65px;border-radius:50%;
  border:2px solid #fff;background:rgba(0,0,0,.35);color:#fff;
  display:grid;place-items:center;font-size:24px;padding-left:4px
}
.rh-review{background:#fff}
.rh-review-stars{color:#c18418;font-size:18px;letter-spacing:2px}
.rh-footer{background:#080808;color:#eee;border-top:1px solid #382a12}
.rh-footer h6{color:#d1a74e;font:700 9px Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em}
.rh-footer a,.rh-footer p{font:10px/1.8 Arial,sans-serif;color:#a8a39b;text-decoration:none}
.rh-newsletter{background:#101a22;border:1px solid #24313b;padding:18px}
.rh-newsletter input{font:11px Arial,sans-serif}
.rh-bottom{background:var(--rh-red);color:#fff;padding:8px 0;font:9px Arial,sans-serif}


    .footer {
      background: #080b0d;
      color: #fff;
      border-bottom: 4px solid #c00000;
      padding: 3rem 0 1rem;
    }

    .footer h5,
    .footer .footer-brand {
      color: #d7b52f;
    }

    .footer a {
      color: #ddd;
      text-decoration: none;
      font-size: .82rem;
    }

    .footers a:hover {
      color: #fff;
    }

    .footer small {
      color: #aaa;
    }
	
	
@media(max-width:991.98px){
  .rh-hero{min-height:620px}
  .rh-hero-img{width:70%;height:100%;opacity:.2}
  .rh-hero:after{left:25%;width:390px;height:390px}
  .rh-hero-copy{padding-top:0px}
  .rh-hero {
       
        background: #fbf8ef;
        min-height: auto;
        padding: 20px 0;
    }
}

@media(max-width:767.98px){
  .rh-topbar{font-size:7px}
  .rh-navbar .navbar-collapse{padding-bottom:12px}
  .rh-hero{min-height:600px}
  .rh-hero-img{width:100%;height:100%;opacity:.2}
  .rh-hero:after{left:5%;top:40px;width:360px;height:360px}
  .rh-title{font-size:2.6rem}
  .rh-feature{border-right:0;border-bottom:1px solid #f0e8d8}
  .rh-section{padding:50px 0}
  .rh-story-img{height:350px}
  .rh-hero {
        background-image: none;
        background: #fbf8ef;
        min-height: auto;
        padding: 60px 0;
    }
}

/* ==================================================
SECTION 2
====================================================*/

/* Section Divider Styling */
    .section-divider {
      display: flex;
      align-items: center;
      text-align: center;
      margin: 2rem 0;
    }

    .section-divider::before,
    .section-divider::after {
      content: '';
      flex: 1;
      border-bottom: 1px solid var(--gold-color);
    }

    .section-divider-title {
      padding: 0 1.5rem;
      color: var(--gold-color);
      font-size: 0.85rem;
      letter-spacing: 2px;
      font-weight: 600;
      text-transform: uppercase;
    }

    .accent-line-container {
      position: relative;
      border-top: 1px solid var(--gold-color);
      margin: 1rem 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .diamond-accent {
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: var(--gold-color);
      transform: rotate(45deg);
      top: -4.5px;
    }

    /* Column Dividers for Desktop */
    @media (min-width: 992px) {
      .feature-col:not(:last-child) {
        border-right: 1px solid #e2e2e2;
      }
    }

    /* Icon Circle Styling */
    .icon-wrapper {
      width: 70px;
      height: 70px;
      border: 1.5px solid var(--gold-color);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .icon-wrapper svg {
      width: 32px;
      height: 32px;
      stroke: var(--gold-color);
      fill: none;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* Typography */
    .feature-title {
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 0.8px;
      color: var(--text-dark);
      text-transform: uppercase;
      line-height: 1.3;
      margin-bottom: 0.4rem;
    }

    .feature-desc {
      font-size: 0.8rem;
      color: var(--text-muted);
      line-height: 1.4;
      margin-bottom: 0;
    }



    /* --- LEFT HERO SECTION --- */
    .hero-dark {
      background-color: var(--bg-dark);
      color: #ffffff;
      padding: 3.5rem 3rem;
    }

    .divider-tagline {
      display: flex;
      align-items: center;
      text-align: center;
      color: var(--gold-primary);
      font-size: 0.72rem;
      letter-spacing: 2px;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
    }

    .divider-tagline::before,
    .divider-tagline::after {
      content: '';
      flex: 1;
      border-bottom: 1px solid var(--border-gold);
    }

    .divider-tagline span {
      padding: 0 12px;
    }

    .hero-title {
      font-size: 2.75rem;
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 1px;
    }

    .text-gold {
      color: var(--gold-primary);
    }

    .hero-desc {
      color: #cccccc;
      font-size: 0.875rem;
      line-height: 1.6;
      max-width: 480px;
    }

    .sub-features {
      font-size: 0.7rem;
      color: var(--gold-primary);
      letter-spacing: 1.5px;
      font-weight: 600;
      text-transform: uppercase;
    }

    .divider-line {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .step-number {
      color: var(--gold-primary);
      font-size: 0.75rem;
      font-weight: 700;
    }

    .step-title {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 1px;
      color: #ffffff;
    }

    .step-desc {
      font-size: 0.68rem;
      color: #999999;
      margin-bottom: 0;
    }

    .btn-gold-cta {
      background-color: var(--gold-primary);
      color: #000000;
      font-weight: 700;
      letter-spacing: 1.5px;
      font-size: 0.8rem;
      padding: 14px 28px;
      border-radius: 0;
      border: none;
      width: 100%;
      text-transform: uppercase;
      transition: background-color 0.2s ease;
    }

    .btn-gold-cta:hover {
      background-color: var(--gold-dark);
      color: #000000;
    }

    .solution-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 245px;
    height: 52px;
    margin-top: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    border: 1px solid #c5a45d;
    background: transparent;
    color: #c5a45d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    }

    /* --- RIGHT APP INTERFACE SECTION --- */
    .app-section {
      background-color: var(--light-app-bg);
      padding: 3rem 2.5rem;
      background-image: url("https://rb-dev.wefocussolutions.com/public/assets/bg-images/1-richita-background-with-cherry-blossom3.png");  
      background-size: cover;
      background-position: left center;
      background-repeat: no-repeat;
    }

    .app-card {
      background-color: #ffffff;
      border-radius: 12px;
      border: 1px solid #e3ded6;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
      padding: 1.75rem;
    }

    .avatar-icon {
      width: 40px;
      height: 40px;
      background-color: var(--burgundy);
      color: #ffffff;
      font-size: 1.25rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
    }

    .header-info-title {
      font-size: 1.15rem;
      font-weight: 600;
      color: #111;
      margin: 0;
    }

    .header-info-subtitle {
      font-size: 0.65rem;
      letter-spacing: 1.5px;
      color: #777;
      font-weight: 600;
      margin: 0;
    }

    .chat-bubble {
      background-color: #ffffff;
      border: 1px solid #e8e3da;
      border-radius: 10px;
      padding: 10px 16px;
      font-size: 0.825rem;
      color: #444;
      box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    }

    .chat-avatar {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      object-fit: cover;
    }

    .step-badge {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #999;
      color: #666;
      font-size: 0.65rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      margin-right: 6px;
    }

    .step-header {
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: #222;
      text-transform: uppercase;
    }

    .step-subtext {
      font-size: 0.65rem;
      color: #777;
      margin-bottom: 0;
    }

    .btn-option {
      border: 1px solid #e0d8cd;
      background-color: #ffffff;
      color: #222222;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.8px;
      padding: 10px 8px;
      border-radius: 5px;
      text-align: center;
      width: 100%;
      text-transform: uppercase;
      transition: all 0.2s ease;
    }

    .btn-option:hover {
      border-color: var(--gold-primary);
      background-color: #faf7f2;
    }

    .unlock-box {
      border: 1px dashed #d6cca8;
      border-radius: 8px;
      padding: 12px;
      text-align: center;
      background-color: #fdfcf9;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .unlock-box i {
      color: var(--gold-primary);
      font-size: 1.25rem;
    }

    .unlock-box p {
      font-size: 0.68rem;
      color: #777777;
      margin: 0;
      line-height: 1.3;
    }

    .banner-bottom {
      background-color: #f6f0e6;
      border-radius: 8px;
      padding: 1.5rem;
      border: 1px solid #ebe2d3;
    }

    .banner-title {
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 1px;
      color: #111;
    }

    .banner-sub {
      font-size: 0.725rem;
      color: #666;
    }

    .feature-item-title {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: #222;
      text-transform: uppercase;
    }

    .feature-item-desc {
      font-size: 0.65rem;
      color: #777;
      margin: 0;
    }

    .btn-outline-consultation {
      border: 1px solid var(--burgundy);
      color: var(--burgundy);
      font-weight: 700;
      font-size: 0.75rem;
      letter-spacing: 1px;
      padding: 12px 20px;
      background-color: transparent;
      width: 100%;
      text-transform: uppercase;
      transition: all 0.2s;
    }

    .btn-outline-consultation:hover {
      background-color: var(--burgundy);
      color: #ffffff;
    }

    /* --- BOTTOM BAR --- */
    .bottom-bar {
      background-color: #f7f4ee;
      border-top: 1px solid #e8e2d8;
      padding: 1rem 0;
    }

    .process-item {
      font-size: 0.725rem;
      font-weight: 700;
      letter-spacing: 1px;
      color: #333333;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .process-item i {
      font-size: 1rem;
      color: var(--gold-primary);
    }

    .arrow-icon {
      color: #ccc;
      font-size: 0.85rem;
    }


    /* Section Header with Centered Title & Star */
    .divider-header {
      display: flex;
      align-items: center;
      text-align: center;
      color: #111111;
      letter-spacing: 2px;
      font-size: 0.95rem;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
    }

    .divider-header::before,
    .divider-header::after {
      content: '';
      flex: 1;
      border-bottom: 1px solid var(--gold-light);
    }

    .divider-header span {
      padding: 0 20px;
    }

    .gold-star-accent {
      color: var(--gold-color);
      font-size: 0.75rem;
      text-align: center;
      margin-top: 6px;
    }

    /* Card Containers with Pastel Backgrounds */
    .routine-card {
      border: 1px solid #eadfd4;
      /*padding: 2rem 1.25rem 1.25rem;*/
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
      overflow: hidden;
      border-radius: .5rem;
      overflow: hidden;
      background: #fff;
  
    }

    .routine-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .bg-normal { background-color: #f7ebd9; }
    .bg-dry { background-color: #fcdada; }
    .bg-oily { background-color: #e8dfef; }
    .bg-sensitive { background-color: #e0f7ef; }
    .bg-mature { background-color: #dce7f3; }

    /* Circular Icon Badge */
    .icon-badge {
      width: 44px;
      height: 44px;
      background-color: #ffffff;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.25rem;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    .icon-badge i {
      font-size: 1.2rem;
    }

    .icon-normal { color: #d49a37; }
    .icon-dry { color: #e85d75; }
    .icon-oily { color: #6c5ce7; }
    .icon-sensitive { color: #00b894; }
    .icon-mature { color: #d48337; }

    /* Card Content Typography */
    .card-title-text {
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 1.2px;
      color: #111111;
      text-transform: uppercase;
      margin-bottom: 0.4rem;
    }

    .card-desc-text {
      font-size: 0.72rem;
      color: #555555;
      line-height: 1.35;
      margin-bottom: 1.5rem;
      min-height: 32px;
    }

    /* Product Display Image Area */
    .product-img-wrapper {
      position: relative;
      width: 100%;
      height: 220px;
      margin-top: auto;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }

    .product-img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    /* Overlay CTA Button */
    .btn-find-routine {
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      width: 88%;
      background-color: #ffffff;
      color: #000000;
      border: none;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 1.2px;
      padding: 10px 0;
      border-radius: 4px;
      text-transform: uppercase;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: background-color 0.2s, color 0.2s;
      text-decoration: none;
    }

    .btn-find-routine:hover {
      background-color: #000000;
      color: #ffffff;
    }

    /* Background Section Styling */
    .founder-section {
      background-color: var(--bg-warm);
      /* Optional watercolor/floral background image overlay */
      position: relative;
      padding: 4rem 0;
      background-image: url("https://rb-dev.wefocussolutions.com/public/assets/bg-images/richita_home_bg2.png");  
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }

    /* Subtitle with Line */
    .subtitle-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 1rem;
    }

    .subtitle-line {
      width: 28px;
      height: 1px;
      background-color: var(--brand-red);
    }

    .section-subtitle {
      color: var(--brand-red);
      font-size: 0.75rem;
      letter-spacing: 2.5px;
      font-weight: 700;
      text-transform: uppercase;
    }

    /* Title Styling */
    .section-title {
      font-size: 3rem;
     
      line-height: 1.15;
      letter-spacing: 1.5px;
      color: #333333;
    }

    .section-title .highlight-red {
      color: var(--brand-red);
      font-weight: 500;
    }

    /* Description Text */
    .description-text {
      color: #7a7a7a;
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: 300;
    }

    /* Quote Block */
    .quote-box {
      border-left: 2px solid var(--brand-red);
      padding-left: 1.25rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
    }

    .quote-text {
      font-style: italic;
      font-size: 1.05rem;
      color: #2c2c2c;
      line-height: 1.5;
      margin-bottom: 0.75rem;
    }

    .quote-author {
      color: var(--brand-red);
      font-size: 0.68rem;
      letter-spacing: 2px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
    }

    /* CTA Button */
    .btn-story {
      background-color: var(--brand-red);
      color: #ffffff;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 2px;
      padding: 12px 28px;
      border-radius: 0;
      border: none;
      text-transform: uppercase;
      transition: background-color 0.2s ease;
      display: inline-block;
      text-decoration: none;
    }

    .btn-story:hover {
      background-color: var(--brand-red-hover);
      color: #ffffff;
    }

    .btn-small-font {
    font-size: 10px;
}

    /* Bottom Label */
    .bottom-brand-tag {
      position: absolute;
      bottom: 20px;
      right: 40px;
      font-size: 0.65rem;
      letter-spacing: 2.5px;
      color: var(--gold-accent);
      font-weight: 600;
      text-transform: uppercase;
    }

    /* Image Wrapper Adjustments */
    .founder-image-wrapper {
      position: relative;
      display: inline-block;
      width: 100%;
    }

    .founder-image {
      width: 100%;
      height: auto;
      object-fit: contain;
    }

     /* TOP BANNER SECTION */
    .top-banner {
      background-color: var(--bg-top);
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 2.5rem 0;
    }

    .top-subtitle {
      color: var(--brand-red);
      font-size: 0.68rem;
      letter-spacing: 2px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .top-title {
      font-size: 1.5rem;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1.2;
      color: #111111;
    }

    .top-title .text-red {
      color: var(--brand-red);
    }

    .top-desc {
      font-size: 0.78rem;
      color: #666666;
      max-width: 600px;
      line-height: 1.4;
    }

    .btn-black-cta {
      background-color: #000000;
      color: #ffffff;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      padding: 12px 24px;
      border-radius: 0;
      border: none;
      text-transform: uppercase;
      transition: opacity 0.2s;
      white-space: nowrap;
    }

    .btn-black-cta:hover {
      background-color: #222222;
      color: #ffffff;
    }

    /* MAIN REVIEWS SECTION */

    .reviews-section {
      background-color: var(--bg-main);
      padding: 4rem 0;
      position: relative;
      background-image: url("https://rb-dev.wefocussolutions.com/public/assets/1-richita-background-with-cherry-blossom2.png");  
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }

    .gold-subtitle {
      color: var(--gold-accent);
      font-size: 0.72rem;
      letter-spacing: 2.5px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .hero-heading {
      font-size: 3rem;
      font-weight: 400;
      letter-spacing: 1.5px;
      line-height: 1.15;
      color: #111111;
    }

    .hero-heading .text-red {
      color: var(--brand-red);
      font-weight: 600;
    }

    .rating-badge {
      color: var(--gold-accent);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .testimonial-quote {
      font-size: 1.35rem;
      line-height: 1.5;
      color: #222222;
      font-weight: 400;
    }

    .testimonial-author {
      font-size: 0.68rem;
      letter-spacing: 2px;
      color: #888888;
      font-weight: 600;
      text-transform: uppercase;
    }

    .action-link {
      color: var(--brand-red);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-decoration: none;
      text-transform: uppercase;
      transition: color 0.2s;
    }

    .action-link:hover {
      color: var(--brand-red-hover);
      text-decoration: underline;
    }

    /* CHERRY BLOSSOMS DECORATION */
    .cherry-blossom-bg {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 420px;
      pointer-events: none;
      opacity: 0.9;
    }

    /* VIDEO CARD CONTAINER */
    .video-card-container {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
      background-color: #000;
      max-width: 380px;
      margin: 0 auto;
    }

    .video-thumbnail {
      width: 100%;
      height: 580px;
      object-fit: cover;
      display: block;
    }

    .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.6) 100%);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 1.25rem;
    }

    .video-header-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background-color: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(4px);
      color: #ffffff;
      padding: 4px 10px;
      border-radius: 20px;
      font-size: 0.725rem;
    }

    .play-button {
      width: 56px;
      height: 56px;
      background-color: #ff0033;
      color: #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      margin: auto;
      box-shadow: 0 4px 15px rgba(255, 0, 51, 0.4);
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    .play-button:hover {
      transform: scale(1.1);
    }

    .share-btn-circle {
      width: 36px;
      height: 36px;
      background-color: rgba(0,0,0,0.5);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      cursor: pointer;
    }


    /* VIDEO LINK */

    .richita-video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.richita-video {
    display: block;
    width: 100%;
    height: auto;
}

.richita-video-buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    gap: 10px;
}

.richita-video-buttons button {
    width: 50px;
    height: 50px;

    border: 1px solid #fff;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.55);
    color: #fff;

    font-size: 18px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.richita-video-buttons button:hover {
    background: #fff;
    color: #a9602c;
}


/* =========================================================
   LOVED BY OUR CUSTOMERS
   ========================================================= */

.customer-reviews-section {
    --reviews-bg: #f7f2e8;
    --reviews-red: #8f0909;
    --reviews-gold: #d5a523;
    --reviews-text: #151515;
    --reviews-muted: #a49b8e;

    width: 100%;
    background: var(--reviews-bg);
    border-top: 1px solid #e4ddd0;
    border-bottom: 1px solid #e4ddd0;
}


/* =========================================================
   TITLE
   ========================================================= */

.customer-reviews-title {
    margin: 0;
    color: var(--reviews-red);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.2;
}


/* =========================================================
   RATING
   ========================================================= */

.review-rating {
    padding: 0 10px;
}

.rating-number {
    color: #111;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.rating-stars,
.review-stars {
    color: var(--reviews-gold);
    font-size: 18px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.rating-count {
    margin-top: 14px;

    color: #111;
    font-size: 14px;
    line-height: 1.4;
}

.rating-count strong {
    font-weight: 700;
}

.read-reviews {
    display: inline-block;

    margin-top: 23px;

    color: var(--reviews-red);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;

    transition: opacity .25s ease;
}

.read-reviews:hover {
    opacity: .65;
}

.read-reviews span {
    font-size: 17px;
    margin-left: 3px;
}


/* =========================================================
   DIVIDER
   ========================================================= */

.review-divider {
    width: 1px;
    height: 122px;

    background: #e3ddd2;
}


/* =========================================================
   REVIEW CARD
   ========================================================= */

.review-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;

    min-height: 95px;
}

.review-avatar {
    flex: 0 0 auto;

    width: 81px;
    height: 94px;

    object-fit: cover;
    border-radius: 6px;
}

.review-content {
    min-width: 0;
    padding-top: 2px;
}

.review-stars {
    font-size: 17px;
    letter-spacing: 1px;
}

.review-text {
    margin: 6px 0 0;
    color: #222;
    font-size: 14px;
    font-style: italic;
    line-height: 1.35;
}

.review-author {
    margin: 8px 0 0;

    color: var(--reviews-muted);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
}


/* =========================================================
   NAVIGATION BUTTONS
   ========================================================= */

.review-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    padding: 0;

    border: 1px solid #e5dfd5;
    border-radius: 50%;

    background: #fff;
    color: #111;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.review-nav-btn span {
    position: relative;
    top: -2px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

.review-nav-btn:hover {
    background: var(--reviews-red);
    border-color: var(--reviews-red);
    color: #fff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .customer-reviews-title {
        font-size: 23px;
    }

    .review-rating {
        padding: 0 5px;
    }

    .rating-number {
        font-size: 36px;
    }

    .review-card {
        gap: 14px;
    }

    .review-avatar {
        width: 70px;
        height: 82px;
    }

    .review-text {
        font-size: 13px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .customer-reviews-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .customer-reviews-title {
        font-size: 20px;
        letter-spacing: .04em;
    }

    .review-rating {
        text-align: center;
        padding: 10px 0 25px;
    }

    .review-rating .d-flex {
        justify-content: center;
    }

    .review-divider {
        display: none;
    }

    .review-card {
        justify-content: center;
        max-width: 420px;
        margin: 0 auto;
    }

    .review-nav-btn {
        width: 38px;
        height: 38px;
    }

    .review-nav-btn span {
        font-size: 25px;
    }

}

@keyframes rhRipple {

  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }

}







/* =========================================================
   RICHITA NAVBAR
   ========================================================= */

.rh-navbar {
    background: #050505;
    z-index: 1030;
}

/* Brand */
.rh-brand {
    color: #c5a059 !important;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 22px;
    font-style: italic;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.rh-brand small {
    display: block;
    color: #eee;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .15em;
    margin-top: 2px;
}



/* =========================================================
   MOBILE ACTIONS
   ========================================================= */

.rh-mobile-actions {
    display: none;
}


/* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

@media (max-width: 767.98px) {

    .rh-navbar {
        background: #050505;
    }

    .rh-navbar .container {
        padding-left: 24px;
        padding-right: 24px;
    }


    /* ---------------------------------------------
       LOGO
       --------------------------------------------- */

    .rh-brand {
        font-size: 20px;
    }

    .rh-brand small {
        display: none;
    }


    /* ---------------------------------------------
       TOPBAR
       --------------------------------------------- */

    .rh-topbar {
        font-size: 7px;
        letter-spacing: .12em;
    }


    /* ---------------------------------------------
       COLLAPSED MENU
       --------------------------------------------- */

    .rh-navbar .navbar-collapse {
        padding: 18px 0 16px;
        margin-top: 10px;
    }


    /* ---------------------------------------------
       MENU LIST
       --------------------------------------------- */

    .rh-navbar .navbar-nav {
        width: 100%;
        margin: 0 !important;
    }


    .rh-navbar .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .09);
    }

    .rh-navbar .nav-item:first-child {
        border-top: 0;
    }


    .rh-navbar .nav-link {
        display: flex;
        align-items: center;
        min-height: 50px;
        padding: 0 8px !important;
        color: #f1f1f1 !important;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: .06em;
        transition:
            color .25s ease,
            padding-left .25s ease;
    }


    /* Active HOME */
    .rh-navbar .nav-link.rh-active {
        color: #c5a059 !important;
    }


    .rh-navbar .nav-link:hover {
        color: #c5a059 !important;
        padding-left: 14px !important;
    }


    /* ---------------------------------------------
       MOBILE ACTION AREA
       --------------------------------------------- */

    .rh-mobile-actions {

        display: flex;

        align-items: center;

        gap: 22px;

        width: 100%;

        padding:
            22px
            6px
            0;
    }


    /* Account + cart */
    .rh-mobile-icon {

        display: flex;

        align-items: center;

        justify-content: center;

        width: 30px;
        height: 42px;

        color: #fff !important;

        text-decoration: none;

        font-size: 21px;

        transition:
            color .25s ease,
            transform .25s ease;
    }


    .rh-mobile-icon:hover {
        color: #c5a059 !important;
        transform: translateY(-2px);
    }


    /* ---------------------------------------------
       SALES PARTNER BUTTON
       --------------------------------------------- */

    .rh-mobile-partner {

        display: flex;

        align-items: center;

        justify-content: center;

        min-height: 50px;

        padding: 0 18px;

        margin-left: 2px;

        background: #c5a059;

        color: #080808 !important;

        text-decoration: none;

        font-size: 10px;

        font-weight: 500;

        letter-spacing: .14em;

        white-space: nowrap;

        transition:
            background-color .3s ease,
            transform .3s ease;
    }


    .rh-mobile-partner:hover {
        background: #d5b36d;
        transform: translateY(-2px);
    }


    /* Hide desktop CTA */
    .rh-desktop-partner {
        display: none !important;
    }

}


.eight-sec-reviewer-thumb {
    width: 65px;
    height: 75px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

/* =========================================================
   RICHITA VIDEO SECTION
========================================================= */

.rh-video-section {
    width: 100%;
    padding: 55px 0;
    background: #fff;
    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.rh-video-heading {
    margin: 0;
    color: #9f1118;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
}

.rh-video-subheading {
    margin-top: 8px;
    color: #6f665d;
    font-size: 13px;
}


/* =========================================================
   SLIDER WRAPPER
========================================================= */

.rh-video-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 45px;
}


/* =========================================================
   SLIDER
========================================================= */

.rh-video-slider {
    width: 100%;
    overflow: hidden;
}

.rh-video-track {
    display: flex;
    transition: transform .45s ease;
    will-change: transform;
}


/* =========================================================
   SLIDE
========================================================= */

.rh-video-slide {
    flex: 0 0 25%;
    padding: 0 6px;
}


/* =========================================================
   VIDEO CARD
========================================================= */

.rh-video-card {
    position: relative;
    width: 100%;
    border: 1px solid #e5d5bd;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    transition: all .25s ease;
}

.rh-video-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, .08);
}


/* =========================================================
   IMAGE
========================================================= */

.rh-video-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f7f2eb;
}

.rh-video-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.rh-video-card:hover .rh-video-image img {
    transform: scale(1.03);
}



/* =========================================================
   VIDEO PLAY ICON
========================================================= */

.rh-video-play {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(159, 17, 24, .92);

    border: 2px solid #fff;

    color: #fff;

    font-size: 18px;

    box-shadow:
        0 4px 15px rgba(0, 0, 0, .25);

    transition: all .3s ease;

    z-index: 2;
}

.rh-video-play span {
    margin-left: 3px;
}

.rh-video-card:hover .rh-video-play {
    transform: translate(-50%, -50%) scale(1.12);
    background: #9f1118;
}


/* =========================================================
   TITLE
========================================================= */

.rh-video-card h6 {
    margin: 12px 3px 3px;
    color: #17130f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}


/* =========================================================
   ARROWS
========================================================= */

.rh-video-arrow {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    z-index: 10;

    width: 38px;
    height: 38px;

    border: 1px solid #b98a36;

    border-radius: 50%;

    background: #fff;

    color: #9f1118;

    font-size: 22px;

    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: all .25s ease;
}

.rh-video-arrow:hover {
    background: #9f1118;
    color: #fff;
    border-color: #9f1118;
}

.rh-video-prev {
    left: 0;
}

.rh-video-next {
    right: 0;
}

.rh-video-arrow:disabled {
    opacity: .35;
    cursor: default;
}

.rh-video-arrow:disabled:hover {
    background: #fff;
    color: #9f1118;
    border-color: #b98a36;
}


/* =========================================================
   MODAL
========================================================= */

.rh-video-modal .modal-dialog {
    max-width: 1000px;
}

.rh-video-modal .modal-content {
    position: relative;

    overflow: hidden;

    border: 0;
    border-radius: 4px;

    background: #000;
}


/* =========================================================
   VIDEO PLAYER - SCREEN FIT
========================================================= */

.rh-video-player {
    width: 100%;
    max-width: 100%;
    max-height: 80vh;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}

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

/* Mobile */
@media (max-width: 575.98px) {

    .rh-video-player {
        width: 100%;
        max-height: 70vh;
        aspect-ratio: 16 / 9;
    }

}


/* =========================================================
   MODAL CLOSE
========================================================= */

.rh-video-modal-close {
    position: absolute;

    top: 10px;
    right: 10px;

    z-index: 20;

    width: 35px;
    height: 35px;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, .9);

    color: #9f1118;

    font-size: 25px;

    line-height: 30px;

    cursor: pointer;

    transition: .2s ease;
}

.rh-video-modal-close:hover {
    background: #9f1118;
    color: #fff;
}


/* =========================================================
   MODAL TITLE
========================================================= */

.rh-video-modal-title {
    padding: 12px 18px;

    background: #fff;
    text-align: center;
}

.rh-video-modal-title h5 {
    margin: 0;

    color: #17130f;

    font-size: 15px;
    font-weight: 600;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .rh-video-slide {
        flex: 0 0 50%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .rh-video-section {
        padding: 40px 0;
    }

    .rh-video-slider-wrapper {
        padding: 0 38px;
    }

    .rh-video-slide {
        flex: 0 0 100%;
        padding: 0 3px;
    }

    .rh-video-arrow {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .rh-video-play {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

}

