:root{
  --ink:#21140e;
  --brown:#2e190f;
  --brown-deep:#1c0f08;
  --gold:#b88832;
  --gold-bright:#d7a83f;
  --gold2:#e7c36c;
  --cream:#fbf6ec;
  --paper:#fffdf8;
  --muted:#72655c;
  --line:#e8dcc7;
  --shadow:0 18px 50px rgba(35,20,12,.13);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{
  width:min(1320px,92%);
  margin:auto;
}

.eyebrow{
  font-size:.78rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:800;
}

.section{padding:82px 0}
.section.alt{background:var(--cream)}

h1,h2,h3{
  font-family:Georgia,'Times New Roman',serif;
  line-height:1.08;
  margin:0 0 18px;
}
h2{font-size:clamp(2rem,4vw,3.5rem)}
h3{font-size:1.35rem}

.lead{
  font-size:1.12rem;
  color:var(--muted);
  max-width:720px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  padding:13px 20px;
  border-radius:999px;
  border:1px solid var(--brown);
  font-weight:800;
  cursor:pointer;
  transition:.25s;
  background:var(--brown);
  color:white;
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(46,25,15,.2);
}
.btn.gold{
  background:var(--gold-bright);
  border-color:var(--gold-bright);
  color:#1d110b;
}
.btn.outline{
  background:transparent;
  color:var(--brown);
}
.btn.light{
  background:white;
  color:var(--brown);
  border-color:white;
}

.pill{
  display:inline-block;
  padding:7px 11px;
  border-radius:999px;
  background:#f3e8d3;
  color:#6b481d;
  font-weight:700;
  font-size:.82rem;
}

/* TOP BAR */
.topbar{
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#201108;
  color:#f8e7c4;
  text-align:center;
  padding:0 14px;
  font-size:.78rem;
}

/* NAVIGATION */
.nav{
  height:95px;
  position:sticky;
  top:0;
  z-index:50;
  background:#fffdf8;
  border-bottom:1px solid rgba(184,136,50,.14);
}

.nav-inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  flex:0 0 auto;
}

.brand-mark{
  width:58px;
  height:58px;
  border:1.5px solid var(--gold-bright);
  border-radius:50%;
  display:grid;
  place-items:center;
  font-family:Georgia,'Times New Roman',serif;
  font-weight:bold;
  font-size:1.45rem;
  color:var(--gold);
}

.brand-text strong{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.55rem;
  line-height:1;
  display:block;
}

.brand-text small{
  display:block;
  color:var(--muted);
  margin-top:8px;
  font-size:.67rem;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:32px;
  margin-left:auto;
}

.nav-links>a{
  position:relative;
  font-weight:800;
  font-size:.92rem;
  white-space:nowrap;
}

.nav-links>a:not(.facebook-nav)::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-18px;
  height:3px;
  border-radius:3px;
  background:var(--gold-bright);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}

.nav-links>a:not(.facebook-nav):hover::after,
.nav-links>a:not(.facebook-nav).active::after{
  transform:scaleX(1);
}

.nav-links>a.active{
  color:var(--gold);
}

.menu-btn{
  display:none;
  background:none;
  border:0;
  font-size:1.8rem;
}

/* FACEBOOK LINK */
.facebook-nav{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#233064 !important;
}

.fb-icon{
  width:35px;
  height:35px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#1877f2;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:23px;
  font-weight:700;
  line-height:1;
  box-shadow:0 4px 12px rgba(24,119,242,.18);
}

.external-icon{
  color:#1877f2;
  font-size:15px;
  font-weight:900;
}

.facebook-nav:hover{
  color:#1877f2 !important;
}

/* ENQUIRY */
.enquiry-btn{
  min-width:154px;
  min-height:48px;
  padding:12px 20px;
  border:1.5px solid #46372f;
  background:#fffdf8;
  color:#24140c;
}

.enquiry-btn:hover{
  background:#24140c;
  color:white;
}

.cart-count{
  min-width:24px;
  height:24px;
  padding:0 7px;
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  background:var(--gold-bright);
  font-size:.74rem;
  color:#1d110b;
}

/* HERO */
.hero{
  position:relative;
  min-height:610px;
  height:calc(100vh - 129px);
  max-height:760px;
  overflow:hidden;
  background:#24140c;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(24,10,3,.90) 0%,
      rgba(24,10,3,.79) 25%,
      rgba(24,10,3,.54) 42%,
      rgba(24,10,3,.18) 58%,
      rgba(24,10,3,.02) 76%
    ),
    url('../images/hero.jpeg') 67% center/cover no-repeat;
  filter:saturate(1.05) contrast(1.02);
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.03) 0%,
    rgba(0,0,0,0) 60%,
    rgba(13,6,2,.10) 100%
  );
  pointer-events:none;
}

.hero-inner{
  height:100%;
  display:flex;
  align-items:center;
  position:relative;
  z-index:2;
}

.hero-content{
  width:47%;
  max-width:690px;
  color:white;
  padding:54px 0 44px;
}

.hero .eyebrow{
  display:block;
  margin-bottom:18px;
  color:#d7a83f;
  font-size:.82rem;
  letter-spacing:.27em;
}

.hero h1{
  margin:0 0 24px;
  font-size:clamp(4rem,5.15vw,5.85rem);
  line-height:.9;
  letter-spacing:-.035em;
  text-shadow:0 2px 8px rgba(0,0,0,.12);
}

.hero h1 span{
  color:#e4bb5d;
}

.hero p{
  max-width:645px;
  margin:0;
  color:#fff8f1;
  font-size:1.08rem;
  line-height:1.58;
  text-shadow:0 1px 3px rgba(0,0,0,.18);
}

.hero-actions{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-top:28px;
}

.hero-actions .btn{
  min-height:52px;
  padding:14px 28px;
  font-size:.95rem;
}

.hero-primary{
  min-width:225px;
}

.hero-secondary{
  min-width:250px;
}

.hero-primary .arrow{
  font-size:1.2rem;
}

.hero-badges{
  display:flex;
  align-items:center;
  gap:34px;
  flex-wrap:wrap;
  margin-top:30px;
}

.benefit{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff5e9;
  font-size:.88rem;
  white-space:nowrap;
}

.benefit-icon{
  width:46px;
  height:46px;
  border:1px solid rgba(213,162,55,.95);
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#d8a53a;
  font-size:1rem;
  background:rgba(36,18,8,.18);
}

/* CONTENT SECTIONS */
.grid-2{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:58px;
  align-items:center;
}

.image-frame{
  position:relative;
}

.image-frame img{
  width:100%;
  border-radius:24px;
  box-shadow:var(--shadow);
  object-fit:cover;
  max-height:610px;
}

.image-frame:after{
  content:'';
  position:absolute;
  inset:18px -18px -18px 18px;
  border:1px solid var(--gold);
  border-radius:24px;
  z-index:-1;
}

.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:30px;
}

.stat{
  padding:20px;
  border:1px solid var(--line);
  border-radius:16px;
  background:white;
}

.stat strong{
  font-size:1.55rem;
  font-family:Georgia;
  display:block;
}

.stat span{
  font-size:.82rem;
  color:var(--muted);
}

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:38px;
}

.card{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:white;
  box-shadow:0 10px 35px rgba(35,20,12,.06);
  transition:.25s;
}

.card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}

.card-media{
  aspect-ratio:4/3;
  overflow:hidden;
  background:#eee;
}

.card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.08) contrast(1.04);
}

.card-body{padding:24px}

.price{
  font-family:Georgia;
  font-size:1.45rem;
  color:var(--gold);
  font-weight:bold;
}

.card-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:16px 0;
}

.feature-list{
  list-style:none;
  padding:0;
  margin:20px 0;
}

.feature-list li{
  margin:10px 0;
  padding-left:28px;
  position:relative;
}

.feature-list li:before{
  content:'✓';
  position:absolute;
  left:0;
  color:var(--gold);
  font-weight:bold;
}

.values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:36px;
}

.value{
  padding:25px;
  border:1px solid var(--line);
  border-radius:18px;
  background:white;
}

.value b{
  color:var(--gold);
  font-size:1.6rem;
  display:block;
  margin-bottom:8px;
}

.cta{
  background:linear-gradient(115deg,#2a160d,#4a2a17);
  color:white;
  border-radius:28px;
  padding:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.cta p{
  color:#eadbc9;
  max-width:650px;
}

/* INNER PAGE COMPONENTS */
.page-hero{
  padding:90px 0 70px;
  background:linear-gradient(135deg,#2d190f,#5d381f);
  color:white;
}

.page-hero p{color:#eadccf}

.products-toolbar{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  margin:28px 0;
}

.filters{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.filter-btn{
  border:1px solid var(--line);
  background:white;
  padding:9px 14px;
  border-radius:999px;
  font-weight:700;
  cursor:pointer;
}

.filter-btn.active{
  background:var(--brown);
  color:white;
  border-color:var(--brown);
}

.table-wrap{
  overflow:auto;
  border:1px solid var(--line);
  border-radius:18px;
  background:white;
}

table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

th,td{
  padding:16px;
  text-align:left;
  border-bottom:1px solid var(--line);
}

th{
  background:#2a170e;
  color:white;
}

tr:last-child td{border-bottom:0}

.calculator{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:white;
}

.field label{
  display:block;
  font-size:.82rem;
  font-weight:800;
  margin-bottom:6px;
}

.field input,.field select,.field textarea{
  width:100%;
  padding:12px 13px;
  border:1px solid #d9ccb7;
  border-radius:10px;
  background:white;
  font:inherit;
}

.result{
  padding:18px;
  border-radius:14px;
  background:var(--cream);
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.contact-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:32px;
}

.contact-card{
  padding:28px;
  border:1px solid var(--line);
  border-radius:20px;
  background:white;
}

.contact-item{
  padding:14px 0;
  border-bottom:1px solid var(--line);
}

.contact-item:last-child{border-bottom:0}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.form-grid .full{grid-column:1/-1}

.notice{
  padding:14px 16px;
  border-left:4px solid var(--gold);
  background:var(--cream);
  border-radius:8px;
  color:var(--muted);
}

/* FOOTER */
footer{
  background:#1d100a;
  color:#e8dacb;
  padding:62px 0 20px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:40px;
}

.footer-grid h3{color:white}

.footer-grid a{
  display:block;
  margin:8px 0;
  color:#d8c8b8;
}

.footer-facebook{
  display:flex !important;
  align-items:center;
  gap:9px;
}

.facebook-icon{
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#1877f2;
  color:white;
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
  font-weight:700;
}

.footer-bottom{
  margin-top:40px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:.82rem;
  color:#b9a99a;
}

/* MODAL / TOAST */
.modal{
  position:fixed;
  inset:0;
  background:rgba(18,9,4,.72);
  display:none;
  place-items:center;
  padding:20px;
  z-index:80;
}

.modal.open{display:grid}

.modal-box{
  width:min(560px,100%);
  max-height:90vh;
  overflow:auto;
  background:white;
  border-radius:22px;
  padding:28px;
  position:relative;
}

.close{
  position:absolute;
  right:18px;
  top:14px;
  background:none;
  border:0;
  font-size:1.7rem;
  cursor:pointer;
}

.toast{
  position:fixed;
  right:20px;
  bottom:20px;
  background:#24140c;
  color:white;
  padding:14px 18px;
  border-radius:12px;
  box-shadow:var(--shadow);
  transform:translateY(120px);
  opacity:0;
  transition:.3s;
  z-index:100;
}

.toast.show{
  transform:none;
  opacity:1;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .nav-links{gap:20px}
  .brand-text strong{font-size:1.35rem}
  .brand-mark{width:50px;height:50px}
  .hero-content{width:53%}
}

@media(max-width:900px){
  .nav{height:78px}

  .nav-links{
    position:fixed;
    inset:112px 0 0;
    background:white;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    padding:35px;
    gap:24px;
    overflow:auto;
  }

  .nav-links.open{display:flex}
  .menu-btn{display:block}
  .nav-links>a:not(.facebook-nav)::after{display:none}
  .facebook-nav{width:100%}

  .hero{
    min-height:700px;
    height:auto;
  }

  .hero::before{
    background:
      linear-gradient(rgba(23,11,5,.72),rgba(23,11,5,.82)),
      url('../images/hero.jpeg') 62% center/cover no-repeat;
  }

  .hero-inner{
    min-height:700px;
  }

  .hero-content{
    width:100%;
    max-width:680px;
    padding:80px 0;
  }

  .grid-2,.contact-grid{grid-template-columns:1fr}
  .cards,.values{grid-template-columns:1fr 1fr}
  .calculator{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}

  .cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:620px){
  .section{padding:58px 0}
  .cards,.values,.stats,.footer-grid,.calculator,.form-grid{grid-template-columns:1fr}

  .hero-inner{min-height:680px}
  .hero-content{padding:70px 0}
  .hero h1{font-size:clamp(3.1rem,15vw,4.6rem)}
  .hero p{font-size:1rem}

  .hero-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .hero-actions .btn{
    width:100%;
    min-width:0;
  }

  .hero-badges{
    gap:18px;
  }

  .benefit{
    width:100%;
  }

  .cta{padding:30px}
  .page-hero{padding:65px 0}
  .footer-bottom{flex-direction:column}
  .products-toolbar{
    align-items:flex-start;
    flex-direction:column;
  }
  .image-frame:after{display:none}
}


/* =========================================================
   OUR STORY — CUSTOMER RESULTS / TESTIMONIALS
   ========================================================= */

.results-section{
  position:relative;
  overflow:hidden;
  padding:88px 0 96px;
  background:
    radial-gradient(circle at 8% 20%, rgba(216,165,58,.10), transparent 26%),
    radial-gradient(circle at 92% 75%, rgba(96,55,27,.07), transparent 30%),
    #fffaf1;
  border-top:1px solid rgba(184,136,50,.14);
  border-bottom:1px solid rgba(184,136,50,.14);
}

.results-section::before,
.results-section::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border:1px solid rgba(184,136,50,.13);
  border-radius:50%;
  pointer-events:none;
}

.results-section::before{
  left:-130px;
  top:65px;
}

.results-section::after{
  right:-150px;
  bottom:25px;
}

.results-heading{
  position:relative;
  z-index:1;
  max-width:800px;
  margin:0 auto 42px;
  text-align:center;
}

.results-heading .eyebrow{
  display:block;
  margin-bottom:10px;
}

.results-heading h2{
  margin-bottom:12px;
}

.results-heading p{
  max-width:680px;
  margin:0 auto;
  color:var(--muted);
  font-size:1rem;
}

.results-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.result-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(184,136,50,.20);
  border-radius:22px;
  box-shadow:0 14px 38px rgba(48,27,15,.08);
  transition:transform .25s ease, box-shadow .25s ease;
}

.result-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(48,27,15,.14);
}

.result-photo{
  position:relative;
  background:#eee6db;
  overflow:hidden;
}

.result-photo::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:25%;
  background:linear-gradient(transparent,rgba(28,15,8,.20));
  pointer-events:none;
}

.result-photo img{
  width:100%;
  height:430px;
  object-fit:cover;
  object-position:center;
  transition:transform .4s ease;
}

.result-card:hover .result-photo img{
  transform:scale(1.015);
}

.result-copy{
  padding:20px 21px 22px;
}

.result-period{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:9px;
  padding:6px 10px;
  border-radius:999px;
  background:#f4e8d0;
  color:#6e481c;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.04em;
}

.result-copy h3{
  margin:0 0 9px;
  font-size:1.24rem;
}

.result-copy p{
  margin:0;
  color:var(--muted);
  font-size:.91rem;
  line-height:1.55;
}

.results-note{
  position:relative;
  z-index:1;
  margin:34px auto 0;
  max-width:980px;
  padding:22px 24px;
  display:flex;
  align-items:flex-start;
  gap:15px;
  border:1px solid rgba(184,136,50,.20);
  border-radius:18px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 30px rgba(45,25,14,.05);
}

.results-note .quote-mark{
  flex:0 0 auto;
  font-family:Georgia,'Times New Roman',serif;
  font-size:3rem;
  line-height:.8;
  color:var(--gold);
}

.results-note p{
  margin:0;
  color:#5c4e45;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.05rem;
  font-style:italic;
  line-height:1.6;
}

.results-disclaimer{
  position:relative;
  z-index:1;
  max-width:920px;
  margin:18px auto 0;
  text-align:center;
  color:#8a7b70;
  font-size:.76rem;
  line-height:1.5;
}

.story-cta-wrap{
  background:#fffdf8;
  padding:0 0 88px;
}

.story-cta{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  padding:38px 42px;
  border-radius:26px;
  background:
    linear-gradient(100deg,rgba(28,14,7,.98),rgba(79,43,20,.96)),
    #2a160d;
  color:white;
  box-shadow:0 18px 48px rgba(35,20,12,.14);
}

.story-cta::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-90px;
  bottom:-165px;
  border:1px solid rgba(225,186,100,.24);
  border-radius:50%;
}

.story-cta h2{
  margin-bottom:8px;
  font-size:clamp(1.8rem,3vw,2.7rem);
}

.story-cta p{
  margin:0;
  color:#eadbc9;
  max-width:650px;
}

.story-cta .btn{
  position:relative;
  z-index:1;
  flex:0 0 auto;
}

/* Make "Our Story" active in navigation */
body.about-page .nav-links a[href="about.html"]{
  color:var(--gold);
}

body.about-page .nav-links a[href="about.html"]::after{
  transform:scaleX(1);
}

/* About page hero refinement */
body.about-page .page-hero{
  position:relative;
  overflow:hidden;
  padding:88px 0 74px;
  background:
    radial-gradient(circle at 78% 30%, rgba(214,167,64,.16), transparent 26%),
    linear-gradient(125deg,#241209 0%,#4d2b17 62%,#6a4122 100%);
}

body.about-page .page-hero::after{
  content:"";
  position:absolute;
  right:-110px;
  top:-120px;
  width:420px;
  height:420px;
  border:1px solid rgba(226,191,113,.18);
  border-radius:50%;
}

body.about-page .page-hero .container{
  position:relative;
  z-index:1;
}

body.about-page .page-hero h1{
  max-width:900px;
  font-size:clamp(3rem,5.2vw,5.2rem);
}

body.about-page .page-hero .lead{
  color:#eadccf;
}

/* Responsive results layout */
@media(max-width:1050px){
  .results-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .result-photo img{
    height:450px;
  }
}

@media(max-width:700px){
  .results-section{
    padding:66px 0 72px;
  }

  .results-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .result-photo img{
    height:auto;
    max-height:none;
    object-fit:contain;
    background:#f4eee5;
  }

  .results-note{
    padding:20px;
  }

  .story-cta{
    align-items:flex-start;
    flex-direction:column;
    padding:30px;
  }

  .story-cta .btn{
    width:100%;
  }
}
