: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: no-repeat;
  /*background-size: auto;*/
}

.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;
}

.cta{
  border: 1px solid rgba(31,31,31,.55);
  background: transparent;
  color: rgba(31,31,31,.75);
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 400;
  transition: .15s ease;
}
.cta:hover{
  background: rgba(255,255,255,.15);
  color: rgba(31,31,31,.9);
}

.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;
}

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

.btn {
  border-radius: 50px;
}

.btn-dark:hover {
  background-color:transparent;
  color: #212529;  
}

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

.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;
  }
}

.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: 600;
  letter-spacing: .01em;
  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{
  padding: clamp(22px, 3vw, 36px);
}

.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;
}

.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;
  }

  .offer-section .row::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(17,17,17,.12);
    transform: translateX(-.5px);
  }
}

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: 14px;
  }
}

/* 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;
  }
}


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

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

.faq-title {
  text-align: center;
  margin-bottom: 50px;
  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;
}

.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;
}

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