
:root{
  --ink:#0b0a08;
  --ink-2:#15120d;
  --gold:#d2a444;
  --gold-light:#f0d487;
  --cream:#f7f2e8;
  --paper:#fbfaf7;
  --muted:#6f6a61;
  --line:#e8e0d1;
  --white:#fff;
  --shadow:0 22px 70px rgba(21,17,10,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 44px));margin:auto}
.topbar{background:linear-gradient(180deg,#080705 0%,#0b0a08 100%);color:#cfc8ba;font-size:12px;letter-spacing:.03em}
.topbar-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between}
.topbar-right{color:var(--gold-light)}
.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(180deg,#d8aa45 0%,#c99732 100%);border-bottom:1px solid rgba(24,18,8,.28);box-shadow:0 8px 24px rgba(0,0,0,.16)}
.nav-wrap{height:84px;display:flex;align-items:center;gap:28px}
.brand{width:190px;flex:0 0 auto}
.brand img{width:100%;height:auto}
.main-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.main-nav a{font-size:14px;font-weight:700;color:#15110a;position:relative;padding:31px 0;letter-spacing:.01em}
.main-nav a:after{content:"";position:absolute;left:0;bottom:22px;width:0;height:2px;background:#15110a;transition:.25s}
.main-nav a:hover,.main-nav a.active{color:var(--gold-light)}
.main-nav a:hover:after,.main-nav a.active:after{width:100%}
.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #15110a;background:#15110a;color:#f1d58a;padding:12px 20px;border-radius:999px;font-size:13px;font-weight:700;transition:.25s;box-shadow:0 7px 18px rgba(21,17,10,.18)}
.nav-cta:hover,.button:hover{transform:translateY(-2px);background:var(--gold-light);border-color:var(--gold-light)}
.button.gold{background:var(--gold);border-color:var(--gold);color:#15110a}
.button.light{background:#fff;color:var(--ink);border-color:#fff}
.button.outline{background:transparent;color:var(--ink);border-color:#cbbd9f}
.button.outline:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:var(--gold-light);margin:5px 0;border-radius:2px}
.hero{background:linear-gradient(135deg,#0a0907 0%,#0c0b08 52%,#171209 100%);color:#fff;position:relative;overflow:hidden;border-top:0}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 74% 24%,rgba(210,164,68,.16),transparent 30%),radial-gradient(circle at 8% 90%,rgba(210,164,68,.07),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.015),transparent 25%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:650px;gap:58px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;color:var(--gold-light)}
.eyebrow:before{content:"";width:34px;height:1px;background:var(--gold)}
h1,h2,h3,h4{margin:0;font-family:"Playfair Display",Georgia,serif;line-height:1.12}
h1{font-size:clamp(48px,6vw,76px);font-weight:600;margin:20px 0 22px;max-width:690px}
h2{font-size:clamp(34px,4vw,50px);font-weight:600}
h3{font-size:25px}
.hero-copy p{max-width:560px;color:#cfc8bb;font-size:17px;margin:0 0 30px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-note{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px;color:#b8b0a1;font-size:12px}
.hero-note span{display:flex;gap:7px;align-items:center}.hero-note b{color:var(--gold-light)}
.hero-products{position:relative;min-height:520px}
.hero-orb{position:absolute;width:470px;height:470px;border:1px solid rgba(210,164,68,.24);border-radius:50%;right:0;top:25px}
.hero-orb:before,.hero-orb:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(210,164,68,.14);inset:34px}.hero-orb:after{inset:78px}
.hero-product{position:absolute;overflow:hidden;border-radius:20px;box-shadow:0 25px 60px rgba(0,0,0,.38);border:5px solid #17130d}
.hero-product img{width:100%;height:100%;object-fit:cover}
.hero-product.p1{width:280px;height:340px;right:155px;top:48px;transform:rotate(-5deg)}
.hero-product.p2{width:230px;height:290px;right:0;bottom:40px;transform:rotate(6deg)}
.hero-product.p3{width:205px;height:250px;left:10px;bottom:25px;transform:rotate(-4deg)}
.hero-stamp{position:absolute;left:48px;top:55px;width:100px;height:100px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--gold-light);font-size:10px;line-height:1.3;letter-spacing:.12em;text-transform:uppercase;background:rgba(11,10,8,.8)}
.section{padding:105px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}
.section-head p{max-width:490px;color:var(--muted);margin:0}
.kicker{color:#80642b;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;margin-bottom:13px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.image-card{position:relative;border-radius:28px;overflow:hidden;background:#eee;box-shadow:var(--shadow)}
.image-card img{width:100%;height:520px;object-fit:cover}
.image-card .image-label{position:absolute;left:22px;bottom:22px;background:rgba(11,10,8,.88);color:#fff;padding:13px 17px;border-radius:13px;font-size:12px}
.copy p{color:var(--muted);font-size:16px}
.copy p:first-of-type{font-size:18px;color:#49443c}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}
.check{padding:15px;border:1px solid var(--line);border-radius:14px;background:#fff;font-size:13px;font-weight:600}
.check:before{content:"✓";color:#9a7224;font-weight:900;margin-right:8px}
.feature-strip{background:var(--cream);border-block:1px solid #eee5d5}
.features{display:grid;grid-template-columns:repeat(4,1fr)}
.feature{padding:32px 22px;text-align:center;border-right:1px solid #e5dccb}.feature:last-child{border:0}
.feature .num{font-family:"Playfair Display",serif;font-size:27px;color:#8d6b2a}.feature h4{font-family:"DM Sans";font-size:13px;margin:5px 0}.feature p{font-size:12px;color:var(--muted);margin:0}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.3s;box-shadow:0 7px 25px rgba(30,24,14,.03)}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-img{aspect-ratio:1.12;overflow:hidden;background:#eee}
.product-img img{width:100%;height:100%;object-fit:cover;transition:.5s}
.product-card:hover .product-img img{transform:scale(1.04)}
.product-info{padding:21px 22px 24px}
.product-info .tag{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#987329;font-weight:800}
.product-info h3{margin:7px 0 7px;font-size:25px}
.product-info p{margin:0;color:var(--muted);font-size:13px}
.product-footer{margin-top:18px;display:flex;justify-content:space-between;align-items:center}
.product-footer a{font-size:12px;font-weight:800;color:#6d5321}
.dark-band{background:#100e0a;color:#fff;position:relative;overflow:hidden}
.dark-band:before{content:"";position:absolute;width:480px;height:480px;border:1px solid rgba(210,164,68,.16);border-radius:50%;right:-180px;top:-180px}
.dark-inner{position:relative;padding:86px 0;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}
.dark-inner p{color:#bfb7a9;max-width:600px}
.gold-line{width:70px;height:2px;background:var(--gold);margin:20px 0}
.testimonial{background:#f2ecdf;padding:24px;border-radius:18px;color:#4b463d;font-family:"Playfair Display",serif;font-size:20px}
.page-hero{background:var(--ink);color:#fff;padding:90px 0 95px;position:relative;overflow:hidden}
.page-hero:after{content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(210,164,68,.17);border-radius:50%;right:-150px;top:-240px}
.page-hero p{color:#bfb7a9;max-width:620px;font-size:17px;margin:18px 0 0}
.breadcrumb{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-light);margin-bottom:15px}
.product-intro{max-width:720px;color:var(--muted);font-size:17px}
.enquiry-grid,.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:start}
.form-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:0 16px 50px rgba(25,20,10,.06)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{margin-bottom:17px}.field label{display:block;font-size:12px;font-weight:800;margin-bottom:7px;color:#4e493f}
.field input,.field textarea,.field select{width:100%;border:1px solid #ddd4c4;border-radius:11px;background:#fbfaf7;padding:13px 14px;outline:none;transition:.2s;color:var(--ink)}
.field input:focus,.field textarea:focus,.field select:focus{border-color:#b18a3d;box-shadow:0 0 0 3px rgba(210,164,68,.12)}
.field textarea{min-height:145px;resize:vertical}
.form-card .button{width:100%;border-radius:11px;padding:14px}
.info-stack{display:grid;gap:16px}
.info-box{background:var(--cream);border:1px solid #e9dfce;border-radius:18px;padding:23px}
.info-box h3{font-size:21px;margin-bottom:8px}.info-box p{margin:0;color:var(--muted);font-size:14px}.info-box a{font-weight:800}
.map-box{min-height:290px;border-radius:22px;background:linear-gradient(135deg,#15120d,#2b2519);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:30px;position:relative;overflow:hidden}
.map-box:before{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(210,164,68,.25);border-radius:50%}
.map-box div{position:relative}.map-box .pin{font-size:35px;color:var(--gold)}
.alert{padding:14px 16px;border-radius:12px;background:#f1eadb;border:1px solid #e2d5bd;margin-bottom:18px;font-size:13px}
.site-footer{background:#0b0a08;color:#c9c1b2;padding:70px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1.1fr 1fr;gap:50px;padding-bottom:45px}
.footer-brand img{width:190px;filter:none;margin-bottom:18px}
.footer-brand p{max-width:310px;color:#8f887d;font-size:13px}
.site-footer h4{font-family:"DM Sans";color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:16px}
.site-footer a,.site-footer span{display:block;color:#9d968b;font-size:13px;margin:8px 0}.site-footer a:hover{color:var(--gold-light)}
.footer-bottom{border-top:1px solid #27231c;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#777067;font-size:11px}
.notice{margin-top:16px;font-size:12px;color:#827a6d}
@media(max-width:980px){
  .nav-wrap{height:76px}.main-nav{gap:22px}.main-nav a{padding:27px 0}.main-nav a:after{bottom:18px}
  .nav-cta{display:none}.hero-grid,.split,.dark-inner,.enquiry-grid,.contact-grid{grid-template-columns:1fr}
  .hero-grid{padding:75px 0 60px}.hero-products{min-height:470px}
  .section{padding:80px 0}.product-grid{grid-template-columns:repeat(2,1fr)}
  .features{grid-template-columns:repeat(2,1fr)}.feature:nth-child(2){border-right:0}.feature:nth-child(-n+2){border-bottom:1px solid #e5dccb}
  .footer-grid{grid-template-columns:1fr 1fr}.image-card img{height:430px}
}
@media(max-width:700px){
  .container{width:min(100% - 30px,1180px)}
  .topbar-right{display:none}.topbar-inner{justify-content:center;min-height:30px}
  .nav-wrap{height:70px}.brand{width:172px}.menu-toggle{display:block;margin-left:auto}
  .main-nav{position:absolute;left:15px;right:15px;top:70px;background:linear-gradient(180deg,#11100d 0%,#0d0c09 100%);border:1px solid rgba(210,164,68,.25);border-radius:16px;padding:10px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 40px rgba(0,0,0,.35)}
  .main-nav.open{display:flex}.main-nav a{padding:13px 14px;border-radius:10px}.main-nav a:hover,.main-nav a.active{background:#211c13}.main-nav a:after{display:none}
  h1{font-size:47px}.hero-grid{min-height:auto}.hero-products{min-height:400px}.hero-orb{width:360px;height:360px;right:-35px}.hero-product.p1{width:210px;height:270px;right:82px}.hero-product.p2{width:175px;height:220px;right:-5px;bottom:15px}.hero-product.p3{width:155px;height:195px;left:0;bottom:5px}.hero-stamp{left:25px;top:25px;width:78px;height:78px;font-size:8px}
  .section{padding:65px 0}.section-head{display:block;margin-bottom:30px}.section-head p{margin-top:16px}
  .product-grid{grid-template-columns:1fr}.features{grid-template-columns:1fr}.feature{border-right:0!important;border-bottom:1px solid #e5dccb}.feature:last-child{border-bottom:0}
  .checks,.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}
  .page-hero{padding:65px 0 70px}.enquiry-grid,.contact-grid{gap:35px}
}
@media(max-width:430px){.footer-grid{grid-template-columns:1fr}.brand{width:160px}.hero-products{min-height:350px}}

.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}

/* Natural Nuts luxury gold navigation */
.site-header[data-header="premium"] .brand img{
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.16));
}
.site-header[data-header="premium"] .nav-cta:hover{
    background:#0a0907;
    color:#f4d98d;
    transform:translateY(-1px);
}
@media(max-width:980px){
    .site-header{background:linear-gradient(180deg,#d8aa45 0%,#c99732 100%)}
    .main-nav{
        background:linear-gradient(180deg,#d8aa45 0%,#bd8d2c 100%);
        border-top:1px solid rgba(21,17,10,.16);
        box-shadow:0 18px 30px rgba(0,0,0,.18);
    }
    .main-nav a{color:#15110a;padding:15px 0}
    .main-nav a:after{display:none}
    .nav-cta{background:#15110a;color:#f1d58a}
}


/* =========================================================
   NATURAL NUTS — CORRECTED LUXURY HEADER HIERARCHY
   Top strip: GOLD + BLACK
   Main navigation: DARK + GOLD
   Hero: DARK + GOLD
   ========================================================= */

.topbar{
  background:linear-gradient(180deg,#d8aa45 0%,#c99732 100%);
  color:#15110a;
  border-bottom:1px solid rgba(21,17,10,.16);
  font-size:12px;
  font-weight:600;
  letter-spacing:.025em;
}
.topbar-inner{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.topbar-right{
  color:#15110a;
  font-weight:800;
}

/* Main header is deliberately DARK — it belongs to the hero, not the top strip. */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(180deg,#0b0a08 0%,#100d08 100%);
  border-bottom:1px solid rgba(210,164,68,.26);
  box-shadow:0 8px 28px rgba(0,0,0,.20);
}
.nav-wrap{
  height:84px;
  display:flex;
  align-items:center;
  gap:28px;
}
.brand{
  width:190px;
  flex:0 0 auto;
}
.brand img{
  width:100%;
  height:auto;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.28));
}
.main-nav{
  display:flex;
  align-items:center;
  gap:30px;
  margin-left:auto;
}
.main-nav a{
  font-size:14px;
  font-weight:700;
  color:#d8d0c2;
  position:relative;
  padding:31px 0;
  letter-spacing:.01em;
}
.main-nav a:hover,
.main-nav a.active{
  color:#e0b34e;
}
.main-nav a:after{
  content:"";
  position:absolute;
  left:0;
  bottom:22px;
  width:0;
  height:2px;
  background:linear-gradient(90deg,#d2a444,#f0d487);
  transition:.25s;
}
.main-nav a:hover:after,
.main-nav a.active:after{
  width:100%;
}

/* Gold CTA belongs to the dark header. */
.nav-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid #d2a444;
  background:linear-gradient(180deg,#d8aa45 0%,#c99732 100%);
  color:#15110a;
  padding:12px 20px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  transition:.25s;
  box-shadow:0 7px 20px rgba(210,164,68,.14);
}
.nav-cta:hover{
  background:#f0d487;
  border-color:#f0d487;
  transform:translateY(-2px);
}

/* Keep the hero visually attached to the dark navigation. */
.hero{
  margin-top:0;
  background:
    linear-gradient(135deg,#090806 0%,#0c0b08 52%,#171209 100%);
  border-top:1px solid rgba(210,164,68,.08);
}
.hero:before{
  background:
    radial-gradient(circle at 74% 24%,rgba(210,164,68,.16),transparent 30%),
    radial-gradient(circle at 8% 90%,rgba(210,164,68,.07),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.012),transparent 25%);
}

/* Mobile: dark navigation, gold top strip, no accidental white panel. */
@media(max-width:980px){
  .site-header{
    background:linear-gradient(180deg,#0b0a08 0%,#100d08 100%);
  }
  .nav-wrap{
    height:70px;
  }
  .main-nav{
    background:linear-gradient(180deg,#0b0a08 0%,#15110c 100%);
    border-top:1px solid rgba(210,164,68,.22);
    box-shadow:0 18px 30px rgba(0,0,0,.28);
  }
  .main-nav a{
    color:#d8d0c2;
    padding:15px 0;
  }
  .main-nav a:hover,
  .main-nav a.active{
    color:#e0b34e;
  }
  .main-nav a:after{
    display:none;
  }
  .nav-cta{
    background:linear-gradient(180deg,#d8aa45 0%,#c99732 100%);
    color:#15110a;
  }
  .menu-toggle span{
    background:#e0b34e;
  }
}


/* =========================================================
   MOBILE MENU — CLOSED BY DEFAULT / HAMBURGER TO CLOSE
   ========================================================= */
@media(max-width:700px){
  .menu-toggle{
    position:relative;
    z-index:100;
    width:44px;
    height:44px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-left:auto;
    cursor:pointer;
    border-radius:10px;
  }
  .menu-toggle span{
    display:block;
    width:25px;
    height:2px;
    margin:3px 0;
    background:#e0b34e;
    border-radius:2px;
    transition:transform .22s ease, opacity .18s ease;
  }

  /* CLOSED is the default state. */
  .main-nav{
    display:none !important;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
  }

  /* Only an explicit .open state displays the menu. */
  .main-nav.open{
    display:flex !important;
    visibility:visible;
    opacity:1;
    pointer-events:auto;
  }

  /* Hamburger becomes a clear close X. */
  .menu-toggle.is-open span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
  }
  .menu-toggle.is-open span:nth-child(2){
    opacity:0;
  }
  .menu-toggle.is-open span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
  }

  body.menu-open{
    overflow:hidden;
  }
}






/* =========================================================
   FULL IMAGE SLIDER - NO CROPPING
========================================================= */

.hero-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent;
}

.slider-track {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* Slides */

.slide {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: auto;

  opacity: 0;
  visibility: hidden;

  transition: opacity 0.8s ease;

  margin: 0;
  padding: 0;
}

.slide.active {
  position: relative;

  opacity: 1;
  visibility: visible;

  z-index: 2;
}

/* =========================================================
   IMAGE
========================================================= */

.slide img {
  display: block;

  width: 100%;
  height: auto;

  /*
     IMPORTANT:
     Do NOT use object-fit: cover.
     The entire image will be displayed.
  */

  object-fit: initial;
  object-position: center;

  margin: 0;
  padding: 0;
}


/* =========================================================
   REMOVE TEXT / OVERLAY
========================================================= */

.slide-overlay,
.slide-content {
  display: none;
}


/* =========================================================
   ARROWS
========================================================= */

.slider-arrow {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);

  z-index: 20;

  width: 46px;
  height: 46px;

  border: 1px solid rgba(255,255,255,0.7);

  border-radius: 50%;

  background: rgba(0,0,0,0.30);

  color: #fff;

  font-size: 30px;

  line-height: 40px;

  padding: 0;

  cursor: pointer;

  transition: all 0.3s ease;
}

.slider-arrow:hover {
  background: rgba(0,0,0,0.7);
}

.slider-arrow.prev {
  left: 20px;
}

.slider-arrow.next {
  right: 20px;
}


/* =========================================================
   DOTS
========================================================= */

.slider-dots {
  position: absolute;

  left: 50%;
  bottom: 20px;

  transform: translateX(-50%);

  z-index: 20;

  display: flex;

  gap: 8px;
}

.slider-dots .dot {
  width: 9px;
  height: 9px;

  padding: 0;

  border: 0;

  border-radius: 50%;

  background: rgba(255,255,255,0.65);

  cursor: pointer;

  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  width: 28px;

  border-radius: 10px;

  background: #d8b35d;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  .hero-slider {
    width: 100%;
    height: auto;
  }

  .slide img {
    width: 100%;
    height: auto;
  }

  .slider-arrow {
    width: 38px;
    height: 38px;

    font-size: 25px;
    line-height: 32px;
  }

  .slider-arrow.prev {
    left: 10px;
  }

  .slider-arrow.next {
    right: 10px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .slider-arrow {
    display: none;
  }

  .slider-dots {
    bottom: 12px;
  }

}