/* SECTION LAYOUTS */
.container {
  font-family: 'Inter', sans-serif;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1160px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 12px;
  }
}

/* COLOR VARIABLES */
sroot {
  --dark-char: #181712;
  --gray-light: #F5F5F5;
  --cream: #FIFUD;
  --gold: #C59A37;
  --gold-light: #D6A050;
}

/* GLOBAL STYLES */
  body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-char);
  line-height: 1.6;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px 0;
  color: var(-dark-char);
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: var()--gold);
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: var()--gold-light);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: transparent;
}

/* SCROM- REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* NAVIGATION */
.nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background 0.3s ease;
}

.nav--transparent {
  background: transparent;
}

.nav--solid {
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  max-width: 1160px;
  margin: 0 auto;
  padding: 16px 24px;
}

.nav__logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: var()--dark-char);
}

.nav__logo em {
  font-style: italic;
  color: var()--gold);
}

.nav__links {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

@media (max-width: 768px) {
  .nav__links {
    display: none;
  }
}

.nav__cta {
  background: var()--gold);
  color: white;
  padding: 10px 24px;
  border-radius: 4px;
  transition: background 0.3s;
}

.nav__cta:hover {
  background: var()--gold-light);
}

.nav__hamburger {
  display: none;
  background: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border: none;
}

.nav__hamburger span {
  width: 24px;
  height: 3px;
  background: var()--dark-char);
  transition: all 0.3s;
}

@media (min-width: 769px) {
  .nav__hamburger {
    display: none !important;
  }
}

/* MOBILE MENU */
.content class="mobile-menu" {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--dark-char);
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu--open {
  opacity: 1;
  visibility: visible;
}

.nobile-menu a {
  color: white;
  font-size: 24px;
  text-decoration: none;
  margin: 20px 0;
}

.mobile-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
}

/* PAGE SPACER #I>
,CPasu epagc-spacer {
  height: 80px;
}

/* SECTION STYLES */
.section {
  padding: 80px 24px;
}

@media (max-width: 768px) {
  .section {
    padding: 60px 16px;
  }
}

.section--cream {
  background: var()--cream);
}

.section--white {
  background: white;
}

.section__header {
  text-align: center;
  margin-bottom: 48px;
}

.section__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var()--gold);
  margin-bottom: 8px;
}

.section__title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 24px;
}

.section__title em {
  font-style: italic;
}

.section__desc {
  font-size: 18px;
  color:  #666666;
  margin: 0 auto 32px;
  max-width: 600px;
}

/* AROUND SECTION */
,aHut-stats-layout {
  display: grid;
  grid-template-columns: 1 1r;
  gap: 64px;
}

@media (max-width: 768px) {
  .about-stats-layout {
    grid-template-columns: 1fr;
  }
}

.about-stats__text {
  display: flex;
  flex-direction: column;
  jjustify-content: center;
}

.about-stats__paragraph {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #666666;
}

.stat-item {
  text-align: center;
  margin: 2pe 32px;
}

.stat-item__number {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 600;
  color: var()--gold);
  margin-bottom: 8px;
}

.stat-item__number sup {
  font-size: 24px;
}

.jstat-item__label {
  font-size: 14px;
  color: #666666;
}

/* HERO SECTION */
.hero {
  position: relative;
  height: 666vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 23, 18, 0.4);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.hero__subtitle {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 48px;
  }
}

.hero__title strong {
  font-weight: 600;
  color: var()--gold-light);
}

.hero__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.9);
}

/ʀ PRODUCT GALLERY */
.product-gallery {
  display: grid;
  grid-template-columns: repeat(auto, minȁՈH,((ɝѽ)()ݥѠँ(ɽՍе(ɥѕєյɕРȰřȤ()()ݥѠँ(ɽՍе(ɥѕєյř()((ɽՍе}}ѕ(ɑȵɅ(ٕə聡(еɅѥĀ)((ɽՍе}}ѕ(ݥѠ((е聍ٕ(ɅͥѥɅ͙ɴ͔́)((ɽՍе}}ѕ顽ٕȁ(Ʌ͙ɴ͍ĸԤ)((	UQQ=8MQe1L(Ѹ(聥((еͥ(еݕ(ѕеɅ͙ɴɍ͔(ѕеɅѥ聹(ɑȵɅ(Ʌͥѥ聅͔́(ͽѕ(聥(ѕ聍ѕ(ѥ䵍ѕ聍ѕ)((Ѹ(ɽչمȠ(ݡє)((Ѹ顽ٕȁ(ɽչمȠФ)((Ѹɬ(ɽչمȠɬȤ(ݡє)((Ѹɬ顽ٕȁ(ɽչمȠ)((QMQ%=8(ф͕ѥ(ͥѥɕѥٔ((聙(ѕ聍ѕ(ѥ䵍ѕ聍ѕ(ٕə聡(ɽչ而Ʉ)()ݥѠँ(ф͕ѥ(()((ф͕ѥ}}(ͥѥ聅ͽє(ѽ((ݥѠ((е聍ٕ((赥)((ф͕ѥ}}ٕɱ(ͥѥ聅ͽє(ѽ((ݥѠ((ɽչɝФ(赥)((ф͕ѥ}}ѕЁ(ͥѥɕѥٔ(赥(ѕе聍ѕ(ݡє(ݥѠ)((ф͕ѥ}}ѥѱ(е耝ɵɅЁɅ͕ɥ(еͥ(еݕ(ĸ(ɝѽ)((ф͕ѥ}}ѕЁ(еͥ(ĸ(ɝѽ)((=9QP=I4(͕ѥɬхЁ(ɽչمȠɬȤ(ݡє()()ݥѠँ(͕ѥɬхЁ(()((хеɥ(聝ɥ(ɥѕєյĀ()()ݥѠँ(хеɥ(ɥѕєյř()((хеɬ(聙(൑ɕѥ聍յ)((хеɭ}}ѥѱ(еͥ(еݕ(ɝѽ)((хеɭ}}ѥѱ(е屔聥х)((хеɭ}}ѕЁ(еͥ(ɝѽ(ɝ԰԰԰)((хеɭ}}х(聙(ѕ聍ѕ((ɝѽ(ɝ԰԰԰)((хе(ݥѠ)((=I4MQe1L(хеɴɬхеɴ(聙(൑ɕѥ聍յ)((ɴɽܵɬ(聝ɥ(ɥѕєյĀ()((ɝ聡̶ա()mѕЉt(مȠɬȤ(ɑ聹(ɑȵѽͽɝ԰԰԰̤((е%ɥ(еͥ(ݡє(ɽչɅɕ(ɝѽ)()i噩m􉕵t(ɽ而(ɑ聹(ɑȵѽͽɝ԰԰԰̤((е聥ɥ(еͥ(ݡє(ɽչɅɕ(ɝѽ)()mѕt(ݡє(ɑ聹(ɑȵѽͽɝ԰԰԰̤((е聥ɥ(еͥ(ɽչɅɕ(ɝѽ)()ѕхɕ(ݡє(ɑ聹(ɑȵѽͽɝ԰԰԰̤((е聥ɥ(еͥ(ɽչɅɕ(ɝѽ)((ɴՉе(ɽչمȠ(ݡє((еͥ(еݕ(ɑ聹(ɑȵɅ(ͽѕ(Ʌͥѥ聉ɽչ)((ɴՉе顽ٕȁ(ɽչمȠФ)((ɴՍ́(聹(ѕе聍ѕ)((ɴՍ}}(ݥѠ((ɝѼ(ɑͽمȠ(ɑȵɅ(聙(ѕ聍ѕ(ѥ䵍ѕ聍ѕ)((ɴՍ}}ٜ(ݥѠ((ɽمȠ(ɽݥѠ(聹(ɽɽչ(ɽɽչ)((ɴՍ}}ѥѱ(еͥ(ɝѽ)((ɴՍ}}ѕЁ(ɝ԰԰԰)((==QH(ѕȁ(ɽչمȠɬȤ(ݡє()((ѕ}}ѽ(聝ɥ(ɥѕєյɕРаřȤ((ɝѽ)()ݥѠँ(ѕ}}ѽ(ɥѕєյɕРȰřȤ()()ݥѠँ(ѕ}}ѽ(ɥѕєյř()((ѕ}}Ʌ(е耝ɵɅЁɅ͕ɥ(еͥ(еݕ(ɝѽ)((ѕ}}Ʌ(е屔聥х(مȠ)((ѕ}}ɅѕЁ(еͥ(ɝ԰԰԰ܤ(ĸ(ɝѽ)((ѕ}}ѥѱ(еͥ(еݕ(ѕȵ(ѕеɅ͙ɴɍ͔(ɝѽ)((ѕ}}́(е屔聹((ɝ)((ѕ}}́(ɝѽ)((ѕ}}́(ɝ԰԰԰ܤ(Ʌͥѥ聍Ȁ)((ѕ}}́顽ٕȁ(مȠ)((ѕ}}ѽ(聙(ѥ䵍ѕݕ(ѕ聍ѕ(ѽ(ɑȵѽͽɝ԰԰԰Ĥ)()ݥѠँ(ѕ}}ѽ(൑ɕѥ聍յ(ѕ聍ѕ()((ѕ}}(еͥ(ɝ԰԰԰Ԥ)((ѕ}}ͽ(聙()((ѕ}}ͽ(ݥѠ((聙(ѕ聍ѕ(ѥ䵍ѕ聍ѕ(ɅͥѥɅ͙ɴ͔́)((ѕ}}ͽѽ(Ʌ͙ɴ͍ĸԤ)((AI=UQLAMQe1L(ɐ(ɽչمȠɕ(ɑȵɅ((ɅͥѥɅ͙ɴ͔́)((ɐ顽ٕȁ(Ʌ͙ɴɅͱѕd)((ɑ}}ѥѱ(е耝ɵɅЁɅ͕ɥ(еͥ(еݕ(ɝѽ)((ɑ}}ѕЁ(еͥ(而(ɝѽ)((ɑ}}ɔ(еͥ(مȠ(еݕ(ѕеɅ͙ɴɍ͔)((11Id9=Q(䵹є(ѕе聍ѕ(еͥ(而(ɝѽ)