*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family: "Raleway", sans-serif;background:#fff;color:#444;font-size:16px;overflow-x:hidden; line-height: 24px;}

p{font-family: "Raleway", sans-serif;}

/* NAV */
.topnav{
  position:fixed;top:0;left:0;right:0;z-index:99999;
  background:#fff;border-bottom:1px solid #f0e8e0;
  padding:14px 0;
}
.topnav-inner{
  max-width:1540px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 28px;
}
.brand-logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.brand-logo img {
  width: 100px;
  height: 89px;
  border-radius: ;
  object-fit: cover;
}
.brand-logo-name{
  font-size:0.6rem;font-weight:700;letter-spacing:0.09em;
  text-transform:uppercase;color:#1a0a00;line-height:1.4;
}
.nav-menu{display:flex;align-items:center;gap:0;}
.nav-menu a {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 8px 22px;
  letter-spacing: 0;
  transition: color .15s, background .2s;
  margin-left: 6px;
  border-radius: 50px;
  display: inline-block;
  font-family: "Inter", sans-serif;
}
.nav-menu a:hover{color:#7a4020;}
.nav-menu a.active {
  background: #6C4C2B !important;
  color: #fff !important;
  border-radius: 50px;
  padding: 8px 22px;
}
.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:2px;}
.nav-hamburger span{display:block;width:22px;height:2px;background:#1a0a00;border-radius:2px;}

/* Scroll offset for fixed navbar - all sections */
#home, #about, #brands, #jade, #pillars, #contact {
  scroll-margin-top: 100px;
}

/* HERO SLIDER */
#home {
  padding-top: 109px;
  isolation: isolate;
  background: #FDF4EA url(../img/premium-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}
.hero-slider {
  position: relative;
}
.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100%;
}
.hero-slide {
  display: flex !important;
  min-height: calc(100vh - 109px);
  overflow: hidden;
  position: relative;
}
.hero-l {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 44px 48px 52px;
}
.hero-r{
  flex:0 0 52%;
  position:relative;overflow:hidden;
}
.hero-r img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;object-position:center top;
}
.hero-title {
  font-size: 62px;
  font-weight: 600;
  line-height: 70px;
  color: #0B0505;
  margin-bottom: 26px;
  font-family: "Raleway", sans-serif;
}
.hero-sub {
  font-size: 24px;
  color: #000;
  margin-bottom: 38px;
}
.hero-cta {
  display: inline-block;
  background: #6C4C2B;
  color: #fff;
  font-size: 20px;
  padding: 13px 42px 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .2s;
  width: fit-content;
}
.hero-cta:hover{background:#000;color:#fff;}

/* Dots - outside slider, always visible, left side */
.hero-dots-wrap {
  position: absolute;
  bottom: 52px;
  left: 52px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 10;
}
.hero-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c8b09a;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  display: block;
}
.hero-dot.active {
  background: #3d2b18;
  transform: scale(1.25);
}
.hero-dot:hover {
  background: #6C4C2B;
}

/* ABOUT */
#about {
  padding: 110px 0 120px;
  background: #fff;
  position: relative;
  z-index: 0;
}
.cx {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 20px;
}
.sec-h {
  font-family: "Playfair Display",serif;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  color: #333;
  margin-bottom: 18px;
}
.sec-s1 {
  font-size: 16px;
  text-align: center;
  color: #444;
  margin-bottom: 7px;
}
.sec-s2 {
  font-size: 16px;
  text-align: center;
  color: #444;
  margin-bottom: 26px;
}
.about-lead {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  text-align: center;
  max-width: 1010px;
  margin:0 auto 58px;
}
.about-grid{
  display:flex;
}
.about-text {
  flex: 0 0 60%;
  padding: 40px 33px;
  border-left: 5px #6C4C2B solid;
  box-shadow: 0 0 20px rgba(0,0,0,.20);
  border-radius: 14px;
}
.about-text-title{font-size:0.8rem;font-weight:700;color:#1a1a1a;margin-bottom:12px;}
.about-text p {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  margin-bottom: 20px;
}
.about-text p:last-child{margin-bottom:0;}
.about-text strong{font-weight:700;color:#444;}
.about-photo {
  flex: 0 0 40%;
  overflow: hidden;
  padding-left: 86px;
  border-radius: 14px;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 14px;
}

/* BRANDS */
#brands {
  padding: 90px 0 100px;
  background: url(../img/premium-bg.jpg) no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center !important;
}
.brands-wm{
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);
  font-family:"Playfair Display",serif;
  font-size:8rem;font-weight:700;
  color:rgba(200,172,132,0.13);
  white-space:nowrap;pointer-events:none;letter-spacing:.1em;
}
.brand-row{
  display:flex;gap:18px;justify-content:center;
  position:relative;z-index:1;
  max-width: 1260px;
  margin:0 auto;
}


/* JADE */
#jade {
  padding: 120px 0 0;
  background: #fff;
}
.jade-head{text-align:center;padding-bottom:28px;}
.jade-box {
  display: inline-block;
  background: rgba(255,255,255,.30);
  border: 1px solid #ddd;
  padding: 31px 40px 20px;
  max-width: 527px;
  line-height: 1.78;
  text-align: center;
  border-radius: 14px;
  position: relative;
  z-index: 111;
}
.jade-box a {
  color: #444;
  font-size: 16px;
  display: block;
  margin-top: 8px;
  text-decoration: none;
  font-weight: 700;
}
.jade-box a:hover{text-decoration:underline;}
.jade-map-band {
  padding: 0 20px 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  margin-top: -150px;
}
.jade-map-band img {
  max-width: 1240px;
  width: 100%;
  display: block;
}

/* PILLARS */
#pillars {
  padding: 106px 0;
  background: #FDF4EA;
}
.pillars-row {
  display: flex;
  gap: 0;
  margin: 0 auto;
  max-width: 1260px;
}
.pillar{flex:1;text-align:center;padding:16px 28px;}
.pillar-name {
  font-family: "Playfair Display",serif;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 38px;
}
.pillar img {
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border: 4px solid #fff;
  border-radius: 14px;
}

/* CONTACT */
#contact {
  padding: 90px 0 82px;
  background: #fff;
}
.contact-row{display:flex;gap:56px;}
.contact-l {
  flex: 0 0 50%;
}
.contact-r {
  flex: 1;
  padding-top: 126px;
}
.c-eyebrow {
  font-size: 18px;
  color: #6C4C2B;
  margin-bottom: 0;
}
.c-title {
  font-family: "Playfair Display",serif;
  font-size: 50px;
  font-weight: 500;
  color: #333;
  margin-bottom: 44px;
}

.c-p {
  font-size: 16px;
  color: #444;
  line-height: 24px;
  margin-bottom: 13px;
  max-width: 490px;
}

.c-ql {
  font-weight: 700;
  font-size: 16px;
  color: #444;
  line-height: 24px;
  margin-bottom: 21px;
  margin-top: 32px;
}
.c-ul {
  list-style: disc;
  padding-left: 14px;
}
.c-ul li {
  font-size: 16px;
  color: #444;
  margin-bottom: 8px;
}
.c-r-intro {
  font-size: 16px;
  color: #444;
  line-height: 24px;
  margin-bottom: 8px;
}
p.c-r-intro-1 {
  margin-bottom: 32px;
}

.f-val {
  font-size: 16px;
  color: #444;
  line-height: 24px;
}
.f-val a{color:#444;text-decoration:none;}
.f-val a:hover{color:#6C4C2B;}
.f-cols {
  display: flex;
  gap: 40px;
  margin-top: 28px;
}
.f-col{flex:1;}

/* FOOTER */

footer {
  padding: 25px 0;
  background: #F4F4F4;
}

.footer-bar {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer small {
  font-size: 16px;
  color: #444;
}
footer a {
  font-size: 18px;
  color: #444;
  text-decoration: none;
  margin-left: 18px;
}
footer a:hover{color:#6C4C2B;}

.f-lbl a {
  color: #333;
  text-decoration: none;
}
.f-lbl a:hover{color:#6C4C2B;}

#brands p{
  text-align: center;
  font-size: 18px;
  color: #6C4C2B;
  margin-bottom: 48px;
}


#jade p{
  text-align: center;
  font-size: 18px;
  color: #6C4C2B;
  margin-bottom: 42px;
}


#jade .jade-box p {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}

#jade .jade-box p a {
  display: inline-block;
  color: #6C4C2B;
}

#about .cx {
  max-width: 1260px;
}

.brand-row .brand-card {
  width: 33.333%;
  text-align: center;
}

/* ============================================
   WOW SCROLL ANIMATIONS
   ============================================ */

/* Initial hidden states */
.wow {
  opacity: 0;
  will-change: opacity, transform;
}

/* Keyframes */
@keyframes wowFadeUp {
  from { opacity: 0; transform: translateY(44px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes wowFadeRight {
  from { opacity: 0; transform: translateX(-50px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes wowFadeLeft {
  from { opacity: 0; transform: translateX(50px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes wowZoomIn {
  from { opacity: 0; transform: scale(0.88); }
  to   { opacity: 1; transform: scale(1); }
}

/* Animated state — added by JS */
.wow.animated {
  animation-duration: 0.75s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.wow.fade-up.animated    { animation-name: wowFadeUp; }
.wow.fade-right.animated { animation-name: wowFadeRight; }
.wow.fade-left.animated  { animation-name: wowFadeLeft; }
.wow.zoom-in.animated    { animation-name: wowZoomIn; }

/* Brand card image always contained */
.brand-row .brand-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero-content {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}

.legal-section-tag {
  display: none;
}

/* ── Legal page specific styles ── */
.legal-hero {
  padding-top: 109px;
  background: #FDF4EA url(img/premium-bg.jpg) no-repeat top/cover;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
}
.legal-hero-inner {
  max-width: 1530px;
  margin: 0 auto;
  padding: 60px 20px 50px;
  width: 100%;
}
.legal-hero-inner h1 {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 700;
  color: #0B0505;
  margin-bottom: 10px;
}
.legal-hero-inner p {
  font-size: 16px;
  color: #5a4030;
}

/* Sticky sidebar nav */
.legal-layout {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 56px;
  align-items: flex-start;
}
.legal-sidebar {
  flex: 0 0 240px;
  position: sticky;
  top: 130px;
  padding:69px 0 32px;
}
.legal-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 3px solid #f0e8e0;
}
.legal-sidebar ul li {
  padding: 0;
}
.legal-sidebar ul li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  padding: 11px 20px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  border-left: 3px solid transparent;
  margin-left: -3px;
}
.legal-sidebar ul li a:hover,
.legal-sidebar ul li a.active {
  color: #6C4C2B;
  border-left: 3px solid #6C4C2B;
  background: #fdf4ea;
}

/* Content area */
.legal-content {
  flex: 1;
  padding: 60px 0 100px;
  min-width: 0;
}

.legal-section {
  margin-bottom: 72px;
  scroll-margin-top: 130px;
}
.legal-section:last-child {
  margin-bottom: 0;
}
.legal-section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6C4C2B;
  margin-bottom: 10px;
}
.legal-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  color: #1a0a00;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0e8e0;
}
.legal-section p {
  font-size: 15px;
  line-height: 26px;
  color: #555;
  margin-bottom: 18px;
}
.legal-section p:last-child { margin-bottom: 0; }
.legal-section strong {
  font-weight: 700;
  color: #333;
}
.legal-section address {
  font-style: normal;
  background: #fdf4ea;
  border-left: 4px solid #6C4C2B;
  padding: 18px 22px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 26px;
  color: #444;
}
.legal-section .legal-subsection {
  margin-bottom: 22px;
}
.legal-section .legal-subsection h3 {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.legal-section ul {
  padding-left: 20px;
  margin-bottom: 18px;
}
.legal-section ul li {
  font-size: 15px;
  line-height: 26px;
  color: #555;
  margin-bottom: 6px;
  padding-left: 6px;
}
.legal-section ul li::marker {
  color: #6C4C2B;
}
.legal-section a {
  color: #6C4C2B;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-section a:hover {
  color: #3d2b18;
}

/* Divider between sections */
.legal-section + .legal-section {
  padding-top: 12px;
}

/* Back to top CTA */
.legal-back-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6C4C2B;
  text-decoration: none;
  margin-top: 32px;
  transition: color 0.2s;
}
.legal-back-top:hover { color: #3d2b18; }

