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

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: #F8F4EE;
  color: #3B2414;
  overflow-x: hidden;
}

/* ==========================================================================
   NAVIGATION BAR
   ========================================================================== */
.site-header {
  width: 100%;
  background-color: transparent;
  padding: 1.5rem 4rem;
  position: absolute;
  z-index: 100;
}

.ruh-navbar {
  background-color: #d8062f !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.ruh-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ruh-navbar .navbar-brand img {
  max-height: 100px;
  width: auto;
}

.ruh-header-bar a.navbar-brand {
	border-radius:10px;
	padding:10px
}

.ruh-navbar .nav-link {
  color: #fff !important;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  transition: opacity 0.2s ease;
}

.ruh-navbar .nav-link:hover {
  opacity: 0.7;
}

.header-actions {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.icon-circle {
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease;
  
}

.icon-circle:hover {
  border-color: #1E1B18;
}

.navbar-toggler {
  border: 2px solid #1E1B18 !important;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}
.manifesto-bullets {
	list-style:none;
	margin:10px;
	padding:0Px;
}
.manifesto-bullets li {
	font-size:1.2rem;
}
/* ==========================================================================
   SECTION 1: HERO (homebanner)
   ========================================================================== */
.pepper-slice {
	right: 20px;
	top: -150px;
	
}

.productbannerold {
	min-height: 615px;
	position: relative;
	background: url(../images/header/products2.jpg);
	background-size: cover !important;
	aspect-ratio: 1920 / 845;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
	display: flex;
	align-items: flex-end;
	padding: 2rem 4rem 4rem 4rem;
	z-index: 2;
}

.productbanner {
	aspect-ratio: 1920 / 845;
	min-height: 420px;
	position: relative;
	background: url(../images/header/products2.jpg);
	background-size: cover !important;
	background-position: center center;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
	display: flex;
	align-items: flex-end;
	padding: 2rem 4rem 4rem 4rem;
	z-index: 2;

}


.contactbanner {
  min-height: 615px;
  position: relative;
  background: url(../images/contact-bg.jpg);
  background-size: cover !important;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
  display: flex;
  align-items: end;
  padding: 2rem 4rem 4rem 4rem;
  z-index: 2;
}

.aboutbanner {
  min-height: 615px;
  position: relative;
  background: url(../images/about.png);
  background-size: cover !important;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
  display: flex;
  align-items: center;
  padding: 2rem 4rem 4rem 4rem;
  z-index: 2;
}
.privacybanner {
	min-height: 130px;
  position: relative;
  background: url(../images/bg2.png);
  background-size: cover !important;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
  display: flex;
  align-items: flex-end;
  padding: 2rem 4rem 4rem 4rem;
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 5;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: flex-end;
  gap: 2rem;
}

.hero-text-area { 
  color: #1E1B18; 
  padding-bottom: 2rem; 
}

.script-highlight {
  display: inline-block;
  font-family: 'Caveat', cursive;
  font-size: 3.8rem;
  color: #FFFFFF;
  background-color: #00A8B5;
  padding: 0.1rem 1.2rem;
  border-radius: 8px 30px 12px 25px;
  transform: rotate(-2deg);
  margin-bottom: 0.5rem;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.main-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}

.hero-description {
  font-size: 1.1rem;
  color: #FFFFFF;
  max-width: 460px;
  line-height: 1.5;
  font-weight: 500;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -4rem;
}

.hero-person-img {
  width: 100%;
  max-width: 540px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.25));
}

/* ==========================================================================
   SECTION 2: OUR MANIFESTO
   ========================================================================== */
.manifesto-section {
  position: relative;
  width: 100%;
  padding: 4rem 4rem 4rem 4rem;
  background-color: #F8F4EE;
  margin-top: -3rem;
  z-index: 1;
}

.scroll-arrow-wrapper { 
  text-align: center; 
  margin-bottom: 2rem; 
}

.scroll-arrow { 
  font-size: 1.8rem; 
  color: #3B2414; 
  display: inline-block; 
  line-height: 1; 
}

.manifesto-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
  position: relative;
}

.manifesto-card-visual { 
  position: relative; 
}

.manifesto-img {
  width: 100%;
  max-width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 15px 35px rgba(59, 36, 20, 0.08);
  display: block;
}

.manifesto-text-area { 
  position: relative; 
}

.manifesto-subheading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3B2414;
  margin-bottom: 2rem;
  display: block;
}

.brush-wrapper { 
  position: relative; 
  display: inline-block; 
  margin-bottom: 0.5rem; 
}

.brush-background {
  position: absolute;
  top: -10px; left: -20px; right: -30px; bottom: -10px;
  background: #FFFFFF;
  border-radius: 60% 40% 70% 30% / 40% 50% 60% 50%;
  z-index: 1;
  transform: rotate(-1.5deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}

.script-title {
  position: relative;
  z-index: 2;
  font-family: 'Caveat', cursive;
  font-size: 4.8rem;
  color: #3B2414;
  line-height: 0.9;
}

.manifesto-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #3B2414;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -1px;
  margin-bottom: 1.8rem;
}

.manifesto-description {
  font-size: 1.1rem;
  color: #5C4A3E;
  line-height: 1.7;
  max-width: 480px;
  font-weight: 500;
}

.floating-accent { 
  position: absolute; 
  pointer-events: none; 
  z-index: 3; 
}

.accent-parsley { 
  right: -25px; 
  top: 45%; 
  width: 45px; 
}

.accent-pepper { 
  right: 12%; 
  top: -10px; 
  width: 65px; 
  transform: rotate(15deg); 
}

/* ==========================================================================
   SECTION 3: BRAND PILLARS
   ========================================================================== */
.pillars-section {
  position: relative;
  width: 100%;
  padding: 2rem 4rem 2rem 4rem;
  background-color: #F8F4EE;
  overflow: hidden;
}

.pillars-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pillars-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 5rem;
}

.pillars-bottom-row {
  display: flex;
  justify-content: center;
}

.pillar-card { 
  max-width: 520px; 
}

.pillar-card.center-card { 
  max-width: 560px; 
}

.pillar-brush {
  display: inline-block;
  padding: 0.4rem 2rem 0.2rem 0rem;
  margin-bottom: 0.2rem;
  border-radius: 12px 35px 15px 28px;
}

.brush-orange h2::after { 
	background: url(../images/brushes/shape4.png) no-repeat left top;
    display: block;
    background-size: contain !important;
    width: 100%;
    left: -51px;
    top: 30px;
    content: "";
    height: 120px;
    position: absolute;
    z-index: -1;
}


.brush-white h2::after {       
	background: url(../images/brushes/shape2.png) no-repeat left top;
	display: block;
	background-size: contain !important;
	width: 60%;
	left: -51px;
	top: -17px;
	content:"";
	height: 190px;
	position: absolute;
	z-index:-1;
}

.brush-red h2::after { 
	background: url(../images/brushes/shape3.png) no-repeat left top;
    display: block;
    background-size: contain !important;
    width: 100%;
    left: -20px;
    top: -30px;
    content: "";
    height: 120px;
    position: absolute;
    z-index: -1;
}


.brush-ngreen h2::after {       
	background: url(../images/brushes/shape5.png) no-repeat left top;
    display: block;
    background-size: contain !important;
    width: 120%;
    left: -80px;
    top: -5px;
    content: "";
    height: 150px;
    position: absolute;
    z-index: -1;
}

.brush-green { 
  background-color: #1F8D62; 
  transform: rotate(-0.5deg); 
  border-radius: 18px 40px 12px 30px; 
}

.pillar-main-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #3B2414;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -1px;
  margin-bottom: 1.2rem;
}

.pillar-main-text-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.2rem;
	font-weight: 900;
	color: #3B2414;
	text-transform: uppercase;
	line-height: 0.9;
	letter-spacing: -1px;
	top: 10px;
	position: relative;
}

.pillar-script {
  font-family: 'Caveat', cursive;
  font-size: 4.2rem;
  color: #FFFFFF;
  line-height: 0.8;
  display: block;
}

.pillar-script-white {
  font-family: 'Caveat', cursive;
  font-size: 4.2rem;
  color: #3B2414;
  line-height: 0.8;
  display: block;
}

.pillar-description {
  font-size: 1rem;
  color: #5C4A3E;
  line-height: 1.65;
  font-weight: 500;
}

.watermark {
  position: absolute;
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
}

.watermark-star-anise { 
  left: -20px; 
  bottom: 20px; 
  width: 220px; 
}

.watermark-leaves { 
  right: -20px; 
  bottom: 20px; 
  width: 240px; 
}

/* ==========================================================================
   SECTION 4: RELATED PRODUCTS
   ========================================================================== */
   
.product-left-label {
	position:relative;
	z-index:2;
}    
   
   
.products-section {
  width: 100%;
  padding: 0rem 4rem 6rem 4rem;
  background-color: #F8F4EE;
}

.products-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3rem;
  align-items: start;
}

.products-sidebar {
  padding-top: 1rem;
}

.products-eyebrow {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3B2414;
  margin-bottom: 0.8rem;
  display: block;
}

.products-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #3B2414;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 2.5rem;
}

.products-filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
  margin-bottom: 2.5rem;
}

.filter-pill {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3B2414;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}

.filter-pill:hover {
  opacity: 0.85;
}

.filter-pill.active {
  opacity: 1;
  background-color: #6E5E4E;
  color: #FFFFFF;
  padding: 0.5rem 1.4rem;
  border-radius: 20px;
}

.btn-all-products {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #BD2B2B;
  padding: 1rem 2.2rem;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-all-products:hover {
  background-color: #9E2222;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.products-carousel-wrap {
  position: relative;
  min-width: 0; /* grid items default to min-width:auto, which lets the
                   flex track's full content width (all cards) stretch
                   this column past the viewport instead of scrolling
                   internally — this line is what makes overflow-x:auto
                   on .products-track actually take effect */
}

.products-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  padding-bottom: 0.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.products-track::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 calc((100% - 2 * 1.5rem) / 3); /* exactly 3 full cards visible;
                                               the rest scroll in via the
                                               arrows instead of peeking */
  scroll-snap-align: start;
  display: block;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 15px 30px rgba(59, 36, 20, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(59, 36, 20, 0.14);
}

.product-card.is-hidden {
  display: none;
}

.product-card-visual {
  height: 230px;
  background: linear-gradient(180deg, #E23B3B 0%, #7A1010 100%);
  padding: 1rem;
  perspective: 1200px;
}

.product-flip {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.product-card:hover .product-flip {
  transform: rotateY(180deg);
}

.flip-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flip-back {
  transform: rotateY(180deg);
}

.flip-face img {
  max-width: 78%;
  max-height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.25));
}

.product-card-info {
  padding: 1.2rem 1.4rem 1.4rem 1.4rem;
}

.product-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #3B2414;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.product-category {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #BD2B2B;
}

.carousel-nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.carousel-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(59, 36, 20, 0.6);
  background-color: #FFFFFF;
  color: #3B2414;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(59, 36, 20, 0.08);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.carousel-arrow:hover {
  border-color: #3B2414;
  background-color: #3B2414;
  color: #FFFFFF;
}

/* ==========================================================================
   SECTION 5: #MEETTHEARTIST SOCIAL FEED
   ========================================================================== */
.social-section {
  width: 100%;
  padding: 0 4rem 6rem 4rem;
  background-color: #F8F4EE;
}

.social-card {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 620px;
  background-color: #FF7A1F;
  background-image: linear-gradient(135deg, #FF9A3D 0%, #FF6A0F 100%);
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  padding: 3rem;
}

/* torn-paper seam at the top, matching the cream background above it */
.social-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: 40px;
  background-color: #F8F4EE;
  clip-path: polygon(
    0% 0%, 100% 0%, 100% 45%,
    96% 65%, 91% 40%, 86% 70%, 81% 45%,
    76% 68%, 71% 42%, 66% 62%, 61% 38%,
    56% 66%, 51% 44%, 46% 70%, 41% 40%,
    36% 64%, 31% 42%, 26% 68%, 21% 44%,
    16% 62%, 11% 40%, 6% 66%, 0% 45%
  );
}

.social-content {
  position: relative;
  z-index: 3;
  max-width: 640px;
  margin: 4rem auto 3rem auto;
  text-align: center;
}

.social-eyebrow {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3B2414;
  margin-bottom: 1.5rem;
}

.social-heading {
  font-family: 'Caveat', cursive;
  font-size: 6.5rem;
  font-weight: 700;
  color: #FF5A1F;
  line-height: 0.9;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 0 rgba(255,255,255,0.4);
}

.social-description {
  font-size: 1.05rem;
  color: #3B2414;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 2rem;
}

.btn-shuffle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #BD2B2B;
  border: none;
  padding: 1rem 2.6rem;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-shuffle:hover {
  background-color: #9E2222;
  transform: translateY(-2px);
}

.btn-shuffle:active {
  transform: translateY(0);
}

.social-photo {
  position: absolute;
  z-index: 2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(59, 36, 20, 0.2);
  background-color: rgba(255,255,255,0.15);
}

.social-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.social-photo.is-swapping img {
  opacity: 0;
  transform: scale(0.92);
}

.photo-1 {
  top: 4rem;
  left: 3rem;
  width: 110px;
  height: 110px;
}

.photo-2 {
  top: 2rem;
  right: 3rem;
  width: 180px;
  height: 260px;
}

.photo-3 {
  bottom: 3rem;
  left: 2rem;
  width: 190px;
  height: 190px;
}

.photo-4 {
  bottom: 3.5rem;
  right: 3rem;
  width: 115px;
  height: 115px;
}

.social-share {
  position: absolute;
  z-index: 3;
  bottom: calc(3.5rem + 34px); /* vertically centers against photo-4's height */
  right: 12rem; /* clears photo-4: its 3rem right offset + 115px width + gap */
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.social-share-label {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3B2414;
  margin-right: 0.4rem;
}

.social-share .icon-circle {
  background-color: #FFFFFF;
  border-color: rgba(30, 27, 24, 0.15);
  text-decoration: none;
}

/* ==========================================================================
   SECTION 6: SOUL SATISFYING FOOTER
   ========================================================================== */
.site-footer {
  width: 100%;
  background-color: #7A1D17;
  color: #F8F4EE;
}

.footer-tagline-block {
  position: relative;
  overflow: hidden;
  padding: 10rem 4rem 10rem 4rem;
  text-align: center;
  background:url(../images/footer-bg.png);
  background-size: cover;
}

.footer-watermark-left,
.footer-watermark-right {
  opacity: 0.08;
}

.footer-watermark-left {
  left: -20px;
  top: 20%;
  width: 200px;
}

.footer-watermark-right {
  right: -20px;
  bottom: 10%;
  width: 220px;
}

.footer-tagline-small {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: lowercase;
  color: #F8F4EE;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.footer-tagline-big {
  font-family: 'Montserrat', sans-serif;
  font-size: 6rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #FF7A2E;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 2.5rem;
}

.footer-social {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.footer-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(248, 244, 238, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.footer-icon-circle:hover {
  border-color: #F8F4EE;
  background-color: rgba(248, 244, 238, 0.1);
}

.footer-bottom {
  border-top: 1px solid rgba(248, 244, 238, 0.15);
  padding: 3rem 4rem;
}

.footer-bottom-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo img {
  height: 60px;
  width: auto;
  margin-bottom: 1.5rem;
}

.footer-description {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(248, 244, 238, 0.75);
  margin-bottom: 2rem;
}

.footer-description a {
  color: #F8F4EE;
  text-decoration: underline;
}

.footer-meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  font-size: 0.8rem;
}

.footer-legal-links {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.footer-legal-links a {
  color: rgba(248, 244, 238, 0.7);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: #F8F4EE;
}

.footer-copyright {
  color: rgba(248, 244, 238, 0.5);
}



/* ==========================================================================
   DESKTOP NAV ALIGNMENT (matches ruhbrand.com: links centered on the full
   header width, independent of logo width; icons pinned to the far right)
   ========================================================================== */
@media (min-width: 992px) {
  .ruh-navbar .navbar-collapse {
    flex-grow: 1; /* let the collapse box fill the row */
  }

  /* mx-auto can't win here: it competes with header-actions for the same
     flex "auto space" and ends up skewed left. Take both out of that
     competition and center/pin them independently against the full
     navbar width instead. */
  .ruh-navbar .navbar-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
  }

  .header-actions {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
	.homebanner {
	  aspect-ratio: 1920 / 845;  /* replace with your image's ACTUAL pixel dimensions */
	  min-height: 420px;         /* floor for narrow/mobile screens, see below */
	  position: relative;
	  background: url(../images/header/home1.jpg);
	  background-size: cover !important;
	  background-position: center center;
	  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	  display: flex;
	  align-items: flex-end;
	  padding: 2rem 4rem 4rem 4rem;
	  z-index: 2;
	}
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS (Mobile Viewport Max 991px)
   ========================================================================== */
@media (max-width: 991px) {
  .site-header { 
    position: relative;
    z-index: 1000;
    padding: 1rem 1.25rem; 
  }

  .ruh-header-bar {
    position: relative;
    z-index: 1001; /* Keep logo and toggler on top of open menu */
    width: 100%;
  }

  /* Circular Toggle Button */
  .ruh-navbar .navbar-toggler {
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    background: transparent;
	margin-right:30px;
  }

  .ruh-navbar .navbar-toggler-icon {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  /* Swaps hamburger icon to "X" close icon when expanded */
  .ruh-navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath stroke='rgba%2830, 27, 24, 1%29' stroke-linecap='round' stroke-width='2' d='M18 6L6 18M6 6l12 12'/%3e%3c/svg%3e") !important;
  }

  /* Full-Screen Overlay Navigation Container
     NOTE: we deliberately bypass Bootstrap's default height-based collapse
     animation (it animates `height`, which is jumpy/expensive) and instead
     always keep the panel at full height, sliding + fading it in with
     transform/opacity — smooth and GPU-accelerated. */
  .ruh-navbar .navbar-collapse {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    background-color: #FFA800;
    background-size: cover;
    padding: 7rem 2.5rem 3rem 2.5rem;
    flex-direction: column;
    justify-content: space-between;
    z-index: 999;
    border-radius: 0;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1),
                opacity 0.35s ease,
                visibility 0s linear 0.45s;
  }

  /* While Bootstrap has it mid-collapse or fully shown, reveal + animate in.
     The !important on transition/height overrides Bootstrap's inline
     height:0px / height:<px> styles set by the collapse JS. */
  .ruh-navbar .navbar-collapse.show,
  .ruh-navbar .navbar-collapse.collapsing {
    height: 100vh !important;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1),
                opacity 0.35s ease;
  }

  /* Left-aligned navigation links */
  .ruh-navbar .navbar-nav {
    margin: 0 !important;
    text-align: left;
  }

  .ruh-navbar .nav-link { 
    padding: 0.75rem 0 !important;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #1E1B18 !important;
  }

  /* Bottom action buttons */
  .header-actions { 
    margin-top: auto; 
    justify-content: flex-start; 
    padding-bottom: 2rem;
  }

  .header-actions .icon-circle {
    border-color: #1E1B18;
  }

  /* Hero Section Alignment & Margin Fix */
  .homebanner { 
    margin-top: -145px; /* Pulls background up behind transparent header */
    padding: 7rem 1.5rem 3rem 1.5rem; 
    background-attachment: scroll; 
	
  }

	.productbanner { 
		margin-top: -145px; /* Pulls background up behind transparent header */
		padding: 7rem 1.5rem 3rem 1.5rem; 
		background-attachment: scroll; 
		aspect-ratio:0;
		min-height: 615px;
		position: relative;
		background: url(../images/productsmobile.jpg);
		background-size: cover !important;
		background-position: center center;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
		display: flex;
		align-items: flex-end;
		z-index: 2;
		
	}

	
	.contactbanner {
	  margin-top: -145px;
	  min-height: 615px;
	  position: relative;
	  background: url(../images/contactmobile.jpg);
	  background-size: cover !important;
		aspect-ratio:0;
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
	  display: flex;
	  align-items: end;
	  padding: 7rem 1.5rem 3rem 1.5rem; 
	background-attachment: scroll; 
	  z-index: 2;
	}
	
	.aboutbanner {
		 /* Pulls background up behind transparent header */
		 
		 
	}
	
	.aboutbanner {
		min-height: 615px;
		position: relative;
		background: url(../images/aboutmobile.jpg);
		background-size: cover !important;
		margin-top: -145px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
		display: flex;
		align-items: center;
		padding: 7rem 1.5rem 3rem 1.5rem;
		z-index: 2;
		background-attachment: scroll;
	}
	
	.privacybanner {
	margin-top: -145px; /* Pulls background up behind transparent header */
		padding: 7rem 1.5rem 3rem 1.5rem; 
		background-attachment: scroll; 
	}
	
	
  .hero-content { 
    grid-template-columns: 1fr; 
    text-align: center; 
  }

  .main-heading { 
    font-size: 3.5rem; 
  }

  .script-highlight { 
    font-size: 2.8rem; 
  }

  .hero-description { 
    margin: 0 auto; 
  }

  .hero-visual { 
    margin-bottom: 0; 
  }

  .manifesto-container { 
    grid-template-columns: 1fr; 
    gap: 3rem; 
    text-align: center; 
  }

  .manifesto-img { 
    height: 380px; 
    margin: 0 auto; 
  }

  .manifesto-description { 
    margin: 0 auto; 
  }

  .pillars-top-row { 
    grid-template-columns: 1fr; 
    gap: 3rem; 
  }

  .pillars-section { 
    padding: 2rem 1.5rem 5rem 1.5rem; 
  }

  .pillar-main-text { 
    font-size: 2.5rem; 
  }

  .pillar-script { 
    font-size: 3.2rem; 
  }

  .products-section {
    padding: 2rem 1.5rem 4rem 1.5rem;
  }

  .products-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .products-sidebar {
    text-align: center;
    padding-top: 0;
  }

  .products-heading {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .products-filters {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.8rem;
  }

  .product-card {
    flex: 0 0 200px;
    width: auto;
  }

  .product-card-visual {
    height: 180px;
  }

  .carousel-nav {
    justify-content: center;
  }

  .social-section {
    padding: 0 1.5rem 4rem 1.5rem;
  }

  .social-card {
    min-height: auto;
    padding: 2.5rem 1.5rem;
  }

  .social-content {
    margin: 3rem auto 1.5rem auto;
  }

  .social-heading {
    font-size: 3.5rem;
  }

  .social-photo {
    position: static;
    width: 100% !important;
    height: 140px !important;
    margin-bottom: 1rem;
  }

  .social-photo.photo-2 {
    height: 220px !important;
  }

  .social-share {
    position: static;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .footer-tagline-block {
    padding: 3.5rem 1.5rem 3rem 1.5rem;
	background:url(../images/footer-bg.png);
  }

  .footer-tagline-big {
    font-size: 3rem;
  }

  .footer-bottom {
    padding: 2.5rem 1.5rem;
  }

  .footer-meta-row {
    flex-direction: column;
    gap: 1rem;
  }
}


@media screen and (max-width: 430px) {
 
  
  .homebanner {
	   /* replace with your image's ACTUAL pixel dimensions */
	  min-height: 420px!important;         /* floor for narrow/mobile screens, see below */
	  position: relative;
	  background-image: url('../images/headermobile.jpg');
	  background-size: cover !important;
	  background-position: center center;
	  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	  display: flex;
	  align-items: flex-end;
	  padding: 2rem 4rem 4rem 4rem;
	  z-index: 2;
	  top:40px;
	}
	.brush-orange h2::after {
		background: url(../images/brushes/shape4.png) no-repeat left top;
		display: block;
		background-size: contain !important;
		width: 100%!important;
		left: 0px!important;
		top: 40px;
		content: "";
		height: 120px;
		position: absolute;
		z-index: -1;
	}
	.brush-red h2::after {
        background: url(../images/brushes/shape3.png) no-repeat left top;
        display: block;
        background-size: contain !important;
        width: 100%!important;
        left: 0px!important;
        top: -25px;
        content: "";
        height: 120px;
        position: absolute;
        z-index: -1;
    }
}
/* Footer */
@media screen and (max-width: 767px) {
 
  
  .homebanner {
	   /* replace with your image's ACTUAL pixel dimensions */
	  min-height: 620px;         /* floor for narrow/mobile screens, see below */
	  position: relative;
	  background-image: url('../images/headermobile.jpg');
	  background-size: cover !important;
	  background-position: center center;
	  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	  display: flex;
	  align-items: flex-end;
	  padding: 2rem 4rem 4rem 4rem;
	  z-index: 2;
	}
	.flip-face img {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
		filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.25));
	}
	
	.brush-white h2::after {
		background: url(../images/brushes/shape2.png) no-repeat left top;
		display: block;
		background-size: contain !important;
		width: 70%;
		left: 50px;
		top: -17px;
		content: "";
		height: 162px;
		position: absolute;
		z-index: -1;
	}
	
	
	.pillars-section {
	  position: relative;
	  width: 100%;
	  padding: 5rem 4rem 0rem 4rem;
	  background-color: #F8F4EE;
	  overflow: hidden;
	}
	
	.pillars-top-row {
		margin-bottom: 2rem;
	}
	
	.pillars-container {
		text-align:center;	
	}
	
	.brush-orange h2::after {
		background: url(../images/brushes/shape4.png) no-repeat left top;
		display: block;
		background-size: contain !important;
		width: 60%;
		left: 80px;
		top: 40px;
		content: "";
		height: 120px;
		position: absolute;
		z-index: -1;
	}
	
	.brush-red h2::after { 
		background: url(../images/brushes/shape3.png) no-repeat left top;
        display: block;
        background-size: contain !important;
        width: 50%;
        left: 120px;
        top: -25px;
        content: "";
        height: 120px;
        position: absolute;
        z-index: -1;
	}
	.products-section {
        padding: 5rem 1.5rem 4rem 1.5rem;
    }
	
	
	.products-track {
		display: flex;
		gap: 1.5rem;
		overflow-x: auto;
		scroll-behavior: smooth;
		scroll-snap-type: x proximity;
		padding-bottom: 0.5rem;
		-ms-overflow-style: none;
		scrollbar-width: none;
		justify-content:center;
	}
	.pepper-slice {
		right: 20px;
        top: -50px;
		
	}
	
	.brush-ngreen h2::after {       
		background: url(../images/brushes/shape5.png) no-repeat left top;
        display: block;
        background-size: contain !important;
        width: 120%;
        left: -50px;
        top: -40px;
        content: "";
        height: 500px;
        position: absolute;
        z-index: -1;
	}
	.products-heading {
		position:relative;
		z-index:2;
	}
}

/* Products page: Load More pagination (3 at a time) */
.product-col.is-hidden {
  display: none;
}

#loadMoreBtn:disabled {
  opacity: 0.6;
  cursor: default;
}


/* ==========================================================================
   CONTACT US PAGE
   ========================================================================== */

/* single-column hero variant (no hero-visual image) */
.hero-content-single {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.hero-content-single .hero-text-area {
  max-width: 700px;
  padding-bottom: 0;
}

.hero-content-single .hero-description {
  max-width: 100%;
  margin: 0 auto;
}

/* --- Contact form --- */
.contact-form-section {
  width: 100%;
  padding: 1rem 4rem 5rem 4rem;
  background-color: #F8F4EE;
  display: flex;
  justify-content: center;
}

.contact-form-card {
  width: 100%;
  max-width: 700px;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 15px 35px rgba(59, 36, 20, 0.08);
}

.contact-form-row {
  margin-bottom: 1.5rem;
}

.contact-label {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3B2414;
  margin-bottom: 0.6rem;
}

.contact-input {
  width: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #3B2414;
  background-color: #F8F4EE;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
  outline: none;
  transition: border-color 0.2s ease;
}

.contact-input:focus {
  border-color: #FF5A1F;
}

.contact-textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 2rem;
  font-size: 0.85rem;
  color: #5C4A3E;
  line-height: 1.5;
}

.contact-form-check input[type="checkbox"] {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.contact-form-check a {
  color: #BD2B2B;
  font-weight: 700;
  text-decoration: underline;
}

.contact-submit-btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.contact-form-message {
  min-height: 1.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
}

.contact-form-message.is-success {
  color: #1F8D62;
}

.contact-form-message.is-error {
  color: #BD2B2B;
}

/* --- We'd love to hear from you --- */
.contact-info-section {
  width: 100%;
  padding: 2rem 4rem 5rem 4rem;
  background-color: #F8F4EE;
}

.contact-info-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.contact-info-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #3B2414;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.contact-info-item {
  margin-bottom: 1.4rem;
}

.contact-info-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #BD2B2B;
  margin-bottom: 0.3rem;
}

.contact-info-value {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #3B2414;
  text-decoration: none;
}

.contact-info-value:hover {
  text-decoration: underline;
}

.contact-info-visual img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(59, 36, 20, 0.1);
}

/* --- Looking for more info CTA --- */
.more-info-section {
  width: 100%;
  padding: 4rem 1.5rem;
  background-color: #F8F4EE;
  text-align: center;
}

.more-info-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #3B2414;
  margin-bottom: 1.5rem;
}

.more-info-heading span {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: #FF5A1F;
  text-transform: none;
  font-size: 2.6rem;
}




/* --- Mobile --- */
@media (max-width: 991px) {
  .contact-form-section {
    padding: 1rem 1.5rem 3.5rem 1.5rem;
  }

  .contact-form-card {
    padding: 2rem 1.5rem;
  }

  .contact-info-section {
    padding: 1rem 1.5rem 3.5rem 1.5rem;
  }

  .contact-info-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-info-heading {
    font-size: 2rem;
  }

  .contact-info-visual img {
    height: 260px;
  }

  .more-info-heading {
    font-size: 1.6rem;
  }

  .more-info-heading span {
    font-size: 2.1rem;
  }
}

/* ==========================================================================
   PRIVACY POLICY SECTION
   ========================================================================== */
.legal-content-section {
  background-color: #F8F4EE;
  min-height: 50vh;
}

.legal-content-section ul {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.legal-content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #5C4A3E;
}

.legal-content-section p {
  color: #5C4A3E;
  line-height: 1.7;
}