:root {
  --bs-body-font-weight: 300;
}

@font-face {
  font-family: 'Gumarang';
  src: url('/fonts/gumarang-regular.otf')  format('opentype');
}

@media (max-width: 1199px) {
    #marquee-container {
        min-height: 16.17px; /* CLS fix */
    }
}

body {
  background-color: #ABA9A2;
  background-image: url(/img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  color: #111;
  background-repeat: repeat-y;
  /*background-size: auto;*/
}

h2 {

}

.link-dark {
  color: #36383B;
}
.link-dark:hover {
  text-decoration: none;
}

h3 {
  margin-bottom:1rem !important;
}

.modal {
  z-index: 2055;
}

.modal-backdrop {
  z-index: 2050;
}

.btn {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-content {
  border: 5px solid grey;
}

.modal-content .form-label {
  color: grey;
}
.modal-content .form-text {
  font-size:0.75em;
}

.font-gumarang {
  font-family: "Gumarang", Georgia, serif;  
  letter-spacing: 1px;
  text-transform: uppercase;
}

.object-fit-cover {
  object-fit: cover;
}

li {
  padding-bottom: 5px;
}

.mt-7 {
  margin-top: 5rem !important;
}

.pointer {
  cursor:pointer;
}

.row{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page{
  min-height: 100vh;
}
header {
  padding: clamp(20px, 3vw, 36px);
}

.brand{
  font-family: "Gumarang", serif;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}
.brand .small{
  font-size: 18px;
  opacity: .85;
  font-weight: 400;
}
.brand .big{
  font-size: 38px;
  font-weight: 600;
  margin-top: 6px;
}

.text-link {
  color:#111;
}

.btn-cta{
  color:#36383B;
  border-color: #CACE99;
  background-color: #CACE99;
}
.btn-cta:hover{
  background:transparent;
  border-color: #36383B;
  color:#36383B;
}

.features{
  max-width: 980px;
  margin-inline: auto;
}

.feature-row{
  position: relative;
  padding-top: clamp(18px, 2.6vw, 28px);
  padding-bottom: clamp(18px, 2.6vw, 28px);
}

.feature-row::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background: var(--hairline);
  transform: translateX(-.5px);
}

.feature{
  text-align: center;
  padding: 20px 10px;
  cursor:pointer;
}

.feature img{
  width: min(180px, 55vw);
  height: auto;
  display: block;
  margin: 0 auto 18px;
  opacity: .95;
  transition: transform 1s ease-in-out;
}
.feature:hover img {
  transform: scale(1.2);
}

.feature h2{
  font-family: "Gumarang", Georgia, serif;
  font-size: 24px;
  letter-spacing: 3px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.feature p{
  margin: 0;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.2rem;
}

.btn {
  border-radius: 50px;
}

.sadhana-animation {
  width:312px;
}

@media (max-width: 767.98px){  
  .feature-row::before{
    display: none;
  }
  .feature{
    padding: 50px 6px;
  }
  .brand .big{
    font-size: 34px;
  }

  .sadhana-animation {
    width: 100%;
  }

}

.below{
  min-height: 100vh;
  position: relative;
}

.tease-text{
  position: absolute;
  bottom: 0;
  right: 5vw;
  transform: translateY(-2%); /* pull upward into the hero */
  font-family: "Georgia",serif;
  font-size: clamp(64px, 5vw, 128px);
  line-height: 1.1;
  z-index: 2;
}

.facts-section {
  background-color:#D5D3CB;
  position: relative;  
  padding-block: clamp(48px, 6vw, 96px);
}

@media (min-width: 768px){
  .gy-md-45 {
    --bs-gutter-y: 4.5rem;
  }
  .w-md-75 {
    width: 75% !important;
  }
}

.facts-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.22);
  pointer-events: none;
}

.facts-section .container{
  position: relative;
  z-index: 1;
}

.facts-title{
  font-family: Georgia, serif;
  font-weight: 300;
  margin: 0;
}

.facts-italic{
  font-style: italic;
  font-weight: 400;
}

.facts-body{
  max-width: 34rem;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.75;
}

.fact{
  border-left: 5px solid black;
  padding-left: 16px;
}


/* Slightly more air on wide screens */
@media (min-width: 992px){
  .py-lg-6{ padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
  .g-lg-6{ --bs-gutter-x: 4.5rem; --bs-gutter-y: 4.5rem; }
}

.offer-section {
  background-color: #947961;
  color:white;
}

.offer-section{
  position: relative;
  background-image: url("paper-texture.jpg"); /* swap */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #111;
  padding-block: clamp(32px, 5vw, 84px);
}

.offer-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.18);
  pointer-events: none;
}

.offer-section .container{
  position: relative;
  z-index: 1;
}

.offer-card{
}

.offer-illus img{
  width: min(220px, 60vw);
  height: auto;
  display: block;
}

.offer-copy{
  max-width: 28rem;
  margin-inline: auto;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.55;
}

.offer-copy h2 {
  font-family: "Gumarang", sans-serif;
  letter-spacing: 3px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.offer-copy .btn {
  font-size: clamp(18px, 1.35vw, 26px);
  padding: 8px 24px;
}

/* Optional: subtle center divider on md+ like your mock */
@media (min-width: 768px){
  .offer-section .row{
    position: relative;
  }
}

footer {
  background-color:#D5D3CB
}

.site-header{
  position: relative;
  z-index: 2000;
  padding-left: 5vw;
  padding-right: 5vw;
}
/* Keep toggle fixed right */
.menu-toggle {
  position: relative;
  z-index: 1001;
}

/* Right-aligned dropdown panel */
.menu-panel{
  position: absolute;
  top: 100%;
  right: 5vw;
  z-index: 3000;
}

/* Menu link styling */
.menu-link {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
  color: #222;
  margin-bottom: 1.25rem;
}

.menu-link:hover {
  opacity: 0.6;
}

@media (max-width: 767px){
  .menu-panel{
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 4px;
    padding: 20px;
  }
  .menu-link:hover {
    opacity: 1;
    color:#8e8585;
  }
}

/* Optional: hide hamburger on desktop and show inline menu */
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .menu-panel {
    position: static;
    display: block !important;
    padding-top: 0;
  }

  .menu-panel ul {
    display: flex;
    gap: 3rem;
    align-items: center;
  }

  .menu-link {
    margin-bottom: 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
}

.testimonial-section {
  padding: 80px 20px;
  background: #D5D3CB;
}

.preview-section {
  padding: 80px 20px;
  background: #D5D3CB;
}

.faq-section {
  padding: 80px 0px;
  background: #f9f7f4;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-title {
  font-size: 32px;
  font-weight: 500;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 0;
  color:black;
  -webkit-text-fill-color: black;
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: #555;
}

.intro {

}

.intro img{
  width: min(180px, 55vw);
  height: auto;
  display: block;
  opacity: .95;
  margin-bottom:20px;
}

.intro h2{
  font-family: "Gumarang", Georgia, serif;
  font-size: 32px;
  letter-spacing: 3px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.intro p{
  margin-bottom: 20px;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
}

.home-img {
  width:280px
}

@media (min-width: 768px) {
  .home-img {
    width:380px;
  }
}

.menu-toggle {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.menu-toggle:focus,
.menu-toggle:active {
  outline: none;
  box-shadow: none;
  background: transparent;
}
.menu-toggle,
.menu-toggle i {
  color: inherit !important;
}
.menu-toggle:focus {
  box-shadow: none !important;
}

.menu-link:last-child {
  margin-bottom:0 !important;
}

.testimonial {
  color:#36383B;
}

.testimonial .source{
  color:#000;
  font-size: .9rem;
}

.testimonial img {
  max-width: 30px;
  margin: 0 auto 15px;
  display: block;
}

.quote {
  position: relative;
  padding-left: 1.5rem;
}

.quote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -0.3em;
  font-size: 3rem;
  font-family: serif;
}

.quote .source{
  color:#000;
  font-size: .9rem;
}

.text-dark {
  color:#36383B;
}

.bg-image {
  height: 600px;
  background: url('/img/pose.jpg') center/cover no-repeat;
}