/* ============================================================
   THEME TOKENS
   ============================================================ */
:root{
  --maroon:#7d0d10;
  --maroon-dark:#680a0d;
  --gold:#c2a15c;
  --gold-soft:#d3bb86;
  --cream:#f4ede0;
  --cream-lift:#faf6ee;
  --ink:#2c2823;
  --muted:#6b655d;
  --line:#d8cbb4;
  --slant:64px;            /* diagonal offset of each strip */
  /* Section 2 – Our Story */
  --paper:#f6efdb;--paper2:#f1e7cf;--script:#bd9a52;
  /* Section 3 – Services */
  --svc-dark:#1a1511;--svc-card:#221a12;--svc-white:#f4efe6;--svc-muted:#a49a8c;
  /* Section 5 – Imitation */
  --imit-gold:#caa96a;--imit-d1:#2a1512;--imit-d2:#3a1d18;--imit-tag:#241011;--imit-cream:#f2e8d7;--imit-muted:#b6a794;--imit-cell:#e9decb;
  /* Section 6 – Silver Idols */
  --idol-gold:#c9a86a;--idol-d1:#14100b;--idol-d2:#0f0c08;--idol-white:#f2ece0;--idol-muted:#a89e8e;
  /* Section 7 – Why Choose Us */
  --why-bg:#f6f0e7;
  /* Section 8 – Testimonials */
  --testi-bg:#f6f0e6;--testi-card:#faf6ee;
  /* Section 9 – Contact */
  --ct-bg:#f7f1e8;--ct-card:#fbf7ef;--ct-field:#fdfaf3;--ct-border:#dcc9a6;
}

*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Poppins',sans-serif;
  color:var(--ink);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}

/* ============================================================
   HERO SHELL  (full-bleed so strips reach the right edge)
   ============================================================ */
/* ============================================================
   HERO — full-width banner backdrop (behind header + copy)
   ============================================================ */
.hero{position:relative;min-height:100vh;overflow:hidden;background:var(--cream);}
.hero-inner{position:relative;display:flex;flex-direction:column;width:100%;min-height:100vh;}

.hero-banner{position:absolute;inset:0;z-index:0;
  background:url('images/main-banner.png') no-repeat right center;background-size:cover;}
.hero-banner::after{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(240,231,214,.9) 0%, rgba(240,231,214,.55) 26%, rgba(240,231,214,0) 50%);}

.site-header{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:20px;padding:24px 52px;}
.brand{display:flex;align-items:center;flex-shrink:0;}
.brand-logo{height:108px;width:auto;display:block;mix-blend-mode:multiply;}

.main-nav{display:flex;align-items:center;gap:30px;flex-shrink:1;}
.main-nav a{font-size:12.5px;font-weight:500;letter-spacing:1.4px;color:var(--ink);white-space:nowrap;transition:color .2s ease;}
.main-nav a:hover{color:var(--maroon);}
.main-nav .caret{font-size:9px;margin-left:5px;opacity:.7;}

.btn-enquire{display:inline-flex;align-items:center;gap:10px;background:var(--maroon);color:#fff;font-size:12px;font-weight:500;letter-spacing:1.4px;padding:14px 26px;border-radius:5px;border:1px solid rgba(212,187,134,.3);white-space:nowrap;flex-shrink:0;box-shadow:0 8px 22px -12px rgba(125,13,16,.7);transition:background .2s ease, transform .2s ease;}
.btn-enquire:hover{background:var(--maroon-dark);transform:translateY(-1px);}
.btn-enquire .arw{transition:transform .2s ease;}
.btn-enquire:hover .arw{transform:translateX(4px);}

.hero-body{position:relative;z-index:10;flex:1;display:flex;align-items:center;}
.hero-left{width:47%;min-width:360px;padding:0 0 40px 52px;}
.eyebrow{display:flex;align-items:center;gap:14px;color:var(--maroon);font-size:12px;font-weight:600;letter-spacing:2px;margin-bottom:26px;}
.eyebrow::after{content:"";width:70px;height:1px;background:var(--gold);}
.hero-title{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(2.5rem,4.2vw,4rem);line-height:1.07;color:var(--ink);letter-spacing:.5px;}
.hero-title .accent{color:var(--maroon);}
.hero-desc{max-width:430px;margin:30px 0 40px;font-size:15px;font-weight:400;line-height:1.95;color:var(--muted);}
.btn-explore{display:inline-flex;align-items:center;gap:14px;background:var(--maroon);color:#fff;font-size:12.5px;font-weight:500;letter-spacing:1.6px;padding:17px 34px;border-radius:3px;box-shadow:0 12px 26px -14px rgba(125,13,16,.75);transition:background .2s ease, transform .2s ease;}
.btn-explore:hover{background:var(--maroon-dark);transform:translateY(-1px);}
.btn-explore .arw{transition:transform .2s ease;}
.btn-explore:hover .arw{transform:translateX(5px);}

@media (min-width:1101px) and (max-width:1300px){
  .site-header{padding:22px 28px;gap:14px;}
  .main-nav{gap:16px;}
  .main-nav a{font-size:12px;letter-spacing:1px;}
  .brand-logo{height:92px;}
  .btn-enquire{padding:13px 18px;font-size:11px;}
  .hero-left{width:54%;padding-left:32px;}
}

@media (max-width:1100px){
    .hero{
    position:relative;
    min-height:100vh;
    overflow:hidden;
  }
  
  .hero-inner{
    position:relative;
    min-height:100vh;
  }

  .hero{overflow:visible;}
  .site-header{order:1;flex-wrap:wrap;padding:18px 20px;gap:14px;}
  .brand{flex:1 1 auto;}
  .brand-logo{height:64px;}
  .btn-enquire{order:2;padding:11px 18px;font-size:11px;}


/* HIDE THE NAVIGATION LINKS IN MOBILE VIEW */
  .main-nav {
    display: none !important;
  }  

  
  /* MOBILE BACKGROUND */
  .hero-banner{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;

    background-image:url('images/main-banner-mobile.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    z-index:0;
  }
.hero-banner::after{
  display:none;
}




  .hero-body{order:3;flex:none;display:block;}
  .hero-left{width:100%;min-width:0;padding:32px 22px 40px;}
  .hero-title{font-size:clamp(2rem,8.6vw,2.9rem);line-height:1.1;}
  .hero-desc{max-width:none;}
}

@media (prefers-reduced-motion:reduce){*{transition:none!important;}}


/* ================= SECTION 2 — OUR STORY ================= */
svg{display:block;}
.story{padding:64px 28px;background:var(--cream);}
.story-card{position:relative;max-width:none;margin:0;background-color:var(--paper);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");border:1px solid var(--gold-soft);border-radius:18px;padding:46px 52px 34px;box-shadow:0 30px 60px -40px rgba(90,60,20,.35);}
.story-card::after{content:"";position:absolute;inset:10px;border:1px solid rgba(191,161,95,.45);border-radius:12px;pointer-events:none;}
.story-grid{display:grid;grid-template-columns:0.82fr 1.6fr 0.82fr;gap:40px;align-items:center;margin-bottom:36px;position:relative;z-index:1;}

/* portrait frames */
.founder{margin:0;display:flex;justify-content:center;}
.founder-frame{position:relative;width:100%;max-width:300px;border:2px solid var(--gold);border-radius:150px 150px 12px 12px;overflow:hidden;background:var(--paper);box-shadow:0 18px 34px -24px rgba(80,55,20,.5);}
.founder-frame::before{content:"";position:absolute;top:7px;left:7px;right:7px;bottom:7px;border:1px solid rgba(191,161,95,.55);border-radius:144px 144px 8px 8px;pointer-events:none;z-index:3;}
.founder-photo{height:360px;background-image:var(--img,none),linear-gradient(160deg,#cfc6b6,#8f8577);background-size:cover;background-position:center;}
.founder--left .founder-photo{background-image:var(--img,none),linear-gradient(160deg,#d8d3ca,#7c7c7c);filter:grayscale(.1);}
.founder-plate{position:relative;background:var(--paper);border-top:1.5px solid var(--gold);padding:16px 14px 20px;text-align:center;z-index:2;}
.plate-orn{color:var(--gold);display:flex;justify-content:center;margin-bottom:9px;}
.plate-orn svg{width:76px;height:12px;}
.founder-name{font-family:'Playfair Display',serif;font-size:19px;font-weight:600;color:var(--maroon);letter-spacing:.3px;}
.founder-role{font-size:10.5px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-top:5px;}

/* center copy */
.story-copy{text-align:center;padding:0 6px;}
.eyebrow-os{display:flex;align-items:center;justify-content:center;gap:14px;color:var(--gold);font-family:'Playfair Display',serif;font-size:14px;font-weight:500;letter-spacing:6px;}
.eyebrow-os .os-ln{width:48px;height:8px;color:var(--gold);}
.eyebrow-os .os-ln.r{transform:scaleX(-1);}
.orn-sm{color:var(--gold);margin:8px auto 0;width:34px;height:10px;}
.story-title{font-family:'Playfair Display',serif;font-weight:500;font-size:40px;line-height:1.16;color:var(--ink);margin-top:20px;}
.story-title .accent{color:var(--maroon);}
.div-dia{color:var(--gold);width:220px;height:12px;margin:20px auto;}
.story-text{max-width:430px;margin:0 auto 18px;font-size:14.5px;line-height:1.85;color:var(--muted);}
.story-text:last-of-type{margin-bottom:22px;}
.founders-script{font-family:'Great Vibes',cursive;color:var(--script);font-size:34px;line-height:1;display:flex;align-items:center;justify-content:center;gap:16px;margin-top:6px;}
.founders-script::before,.founders-script::after{content:"";width:26px;height:1px;background:var(--gold);opacity:.7;}

/* timeline */
.timeline{position:relative;z-index:1;display:flex;align-items:stretch;border:1px solid rgba(191,161,95,.6);border-radius:14px;padding:24px 26px;background:var(--paper);}
.tl-item{flex:1;display:flex;align-items:flex-start;gap:14px;}
.tl-ico{width:56px;height:56px;flex-shrink:0;border:1.4px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);}
.tl-ico svg{width:26px;height:26px;}
.tl-year{font-family:'Playfair Display',serif;color:var(--maroon);font-size:21px;font-weight:600;line-height:1;}
.tl-head{font-weight:600;font-size:13px;color:var(--ink);margin:5px 0 5px;}
.tl-desc{font-size:11.5px;line-height:1.5;color:var(--muted);}
.tl-sep{display:flex;align-items:center;color:var(--gold);opacity:.55;padding:0 4px;}
.tl-sep svg{width:9px;height:15px;}

@media (max-width:1024px){
  .story{padding:48px 20px;}
  .story-card{
    padding:34px 22px 26px; 
    display:flex; 
    flex-direction:column; 
    gap:32px;
  }
  
  /* 1. MAKE SURE TEXT COPY IS EXPLICITLY ORDER 1 */
  .story-copy{
    order: 1 !important;
    text-align: center;
    padding: 0;
  }
  
  /* 2. MAKE SURE FOUNDERS GRID IS ORDER 2 */
  .story-grid{
    order: 2 !important;
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:20px;
    width:100%;
  }
  
  /* 3. TIMELINE IS ORDER 3 */
  .timeline{
    order: 3 !important;
    flex-direction:column;
    gap:22px;
    padding:24px 20px;
  }

  .founder-frame{max-width:100%;}
  .story-title{font-size:34px;}
  .tl-item{gap:16px;}
  .tl-sep{display:none;}
}

@media (max-width:580px){
  .story-grid{
    grid-template-columns:1fr; /* Stack founders vertically on very small screens */
    gap:24px;
  }
  .story-title{font-size:29px;}
  .founders-script{font-size:30px;}
}


/* ================= SECTION 3 — OUR SERVICES ================= */

.services{
  width:100%;
  background:var(--svc-dark);
  padding:76px 40px;
  overflow:hidden;
}

.services-inner{
  position:relative;
  width:100%;
  display:grid;
  grid-template-columns:26% minmax(0,1fr);
  gap:46px;
  align-items:stretch;
}


/* ================= LEFT INTRO ================= */

.services-intro{
  position:relative;
  min-width:0;
  padding:6px 8px 0 0;
}

.svc-eyebrow{
  color:var(--gold);
  font-size:13px;
  font-weight:600;
  letter-spacing:4px;
}

.svc-line{
  width:60px;
  height:1px;
  background:var(--gold);
  opacity:.7;
  margin:16px 0;
}

.svc-flower{
  color:var(--gold);
  width:22px;
  height:22px;
  margin-bottom:22px;
}

.svc-title{
  font-family:'Playfair Display',serif;
  font-weight:500;
  font-size:46px;
  line-height:1.12;
  color:var(--svc-white);
}

.svc-title .accent{
  color:var(--gold);
}

.svc-line--sm{
  width:64px;
  margin:26px 0 24px;
}

.svc-text{
  max-width:300px;
  font-size:14.5px;
  line-height:1.85;
  color:var(--svc-muted);
}

.svc-text b{
  color:var(--svc-white);
  font-weight:500;
}

.svc-btn{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:34px;

  border:1px solid var(--gold);
  color:var(--svc-white);

  font-size:11.5px;
  font-weight:500;
  letter-spacing:2px;

  padding:16px 28px;
  border-radius:3px;

  transition:background .2s ease,color .2s ease;
}

.svc-btn:hover{
  background:var(--gold);
  color:#211a12;
}

.svc-btn svg{
  width:18px;
  height:12px;
  color:var(--gold);
}

.svc-btn:hover svg{
  color:#211a12;
}

.svc-watermark{
  position:absolute;
  left:-6px;
  bottom:-6px;

  font-family:'Playfair Display',serif;
  font-weight:700;
  font-size:170px;
  line-height:.8;

  color:rgba(194,161,92,.06);

  pointer-events:none;
  user-select:none;
}

.svc-leaf{
  position:absolute;
  left:0;
  bottom:20px;
  width:120px;

  color:rgba(194,161,92,.10);

  pointer-events:none;
}


/* ================= RIGHT CARDS ================= */

.services-cards{
  width:100%;
  min-width:0;

  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));

  /* IMPORTANT — NO SPACE BETWEEN CARDS */
  gap:0;

  border:0;
  outline:0;

  overflow:hidden;
}


/* INDIVIDUAL CARD */

.svc-card{
  position:relative;

  width:100%;
  min-width:0;
  min-height:600px;

  /* IMPORTANT — REMOVE GOLD FRAME */
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;

  background-image:
    var(--img,none),
    linear-gradient(160deg,#3a2c1e,#140f0a);

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  overflow:hidden;
}


/* DARK GRADIENT */

.svc-card::after{
  content:"";

  position:absolute;
  inset:0;
  z-index:1;

  border:0;

  background:linear-gradient(
    180deg,
    rgba(15,10,6,0) 28%,
    rgba(15,10,6,.55) 52%,
    rgba(12,8,5,.94) 100%
  );

  pointer-events:none;
}


/* ================= CARD CONTENT ================= */

.svc-card-body{
  position:absolute;

  left:0;
  right:0;
  bottom:0;

  z-index:2;

  padding:30px 26px;
}

.svc-num{
  font-family:'Playfair Display',serif;
  font-size:46px;
  font-weight:500;
  color:var(--gold);
  line-height:1;
}

.svc-num-line{
  display:block;

  width:34px;
  height:2px;

  background:var(--gold);

  margin:10px 0 18px;
}

.svc-name{
  font-size:15px;
  font-weight:600;
  letter-spacing:1.6px;

  color:var(--svc-white);

  margin-bottom:12px;
}

.svc-desc{
  font-size:12.5px;
  line-height:1.6;

  color:var(--svc-muted);

  margin-bottom:26px;
}


/* ================= ARROW ================= */

.svc-arrow{
  display:grid;
  place-items:center;

  width:46px;
  height:46px;

  border:1px solid var(--gold);
  border-radius:50%;

  color:var(--gold);

  transition:
    background .2s ease,
    color .2s ease;
}

.svc-arrow:hover{
  background:var(--gold);
  color:#211a12;
}

.svc-arrow svg{
  width:18px;
  height:14px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:1024px){

  .services{
    width:100%;
    padding:54px 22px;
  }

  .services-inner{
    width:100%;
    grid-template-columns:minmax(0,1fr);
    gap:38px;
  }

  .services-intro{
    width:100%;
    padding:0;
    text-align:left;
  }

  .svc-title{
    font-size:38px;
  }

  .svc-text{
    max-width:420px;
  }

  .svc-watermark{
    font-size:150px;

    bottom:auto;
    top:0;
    right:0;
    left:auto;

    opacity:.7;
  }

  .svc-leaf{
    display:none;
  }


  /* 2 CARDS PER ROW */

  .services-cards{
    width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));

    /* IMPORTANT */
    gap:0;
  }

  .svc-card{
    width:100%;
    min-width:0;
    min-height:440px;

    border:0 !important;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:560px){

  .services{
    width:100%;
    padding:46px 18px;
  }

  .services-inner{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:30px;
  }

  .services-intro{
    width:100%;
  }


  /* ONE FULL-WIDTH CARD */

  .services-cards{
    width:100%;

    display:grid;
    grid-template-columns:minmax(0,1fr);

    gap:0;
  }

  .svc-card{
    width:100%;
    min-width:0;

    min-height:420px;

    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
  }

  .svc-card-body{
    padding:26px 18px;
  }

  .svc-title{
    font-size:33px;
  }

  .svc-text{
    width:100%;
    max-width:100%;
  }

  .svc-watermark{
    display:none;
  }

}


/* =========================================================
   SECTION 4 — TRADITIONAL JEWELLERY COLLECTION
   ========================================================= */

.collection {
  background: var(--cream);
  padding: 72px 40px;
  overflow: hidden;
}


/* =========================================================
   MAIN LAYOUT
   LEFT CONTENT | RIGHT 3-COLUMN GRID
   ========================================================= */

.collection-inner {
  position: relative;
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 46px;
  align-items: stretch;
}


/* =========================================================
   LEFT INTRO
   ========================================================= */

.col-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 6px;
  z-index: 1;
}

.col-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.col-eyebrow .fl {
  width: 20px;
  height: 20px;
  color: var(--gold);
}

.col-eyebrow .lbl {
  color: var(--maroon);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.col-eyebrow .eb-line {
  flex: 1;
  max-width: 42px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}

.col-eyebrow .eb-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}


/* =========================================================
   TITLE
   ========================================================= */

.col-title {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  line-height: 1.15;
  color: var(--ink);
}

.col-title .accent {
  color: var(--maroon);
}


/* Larger title for this section */

.col-title.col-title-large {
  font-size: 2.8rem;
}


/* =========================================================
   DIVIDER
   ========================================================= */

.col-div {
  color: var(--gold);
  width: 160px;
  height: 12px;
  margin: 22px 0;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.col-text {
  max-width: 380px;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--muted);
}


/* =========================================================
   EXPLORE COLLECTION
   ========================================================= */

.col-explore {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  color: var(--maroon);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 2px;
}

.col-explore .txt {
  border-bottom: 1.5px solid var(--maroon);
  padding-bottom: 9px;
}

.col-explore svg {
  width: 26px;
  height: 12px;
}


/* =========================================================
   DECORATIVE WATERMARK
   ========================================================= */

.col-watermark {
  position: absolute;
  left: -4px;
  bottom: -4px;

  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 150px;
  line-height: 0.8;

  color: rgba(194, 161, 92, 0.13);

  pointer-events: none;
  user-select: none;
}


/* =========================================================
   DECORATIVE LEAF
   ========================================================= */

.col-leaf {
  position: absolute;
  left: 112px;
  bottom: 14px;

  width: 120px;

  color: rgba(194, 161, 92, 0.16);

  pointer-events: none;
}


/* =========================================================
   DECORATIVE FLOWER
   ========================================================= */

.col-fl2 {
  position: absolute;
  left: 150px;
  bottom: 6px;

  width: 18px;
  height: 18px;

  color: rgba(194, 161, 92, 0.5);
}


/* =========================================================
   RIGHT SIDE
   ========================================================= */

.col-main {
  width: 100%;
  min-width: 0;

  display: flex;
  flex-direction: column;
}


/* =========================================================
   THREE EQUAL COLUMNS

   NECKLACES | BRACELETS | RINGS
   ========================================================= */

.col-grid {
  width: 100%;

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr;

  gap: 10px;

  height: 600px;
}


/* =========================================================
   FORCE ALL THREE TILES TO BE IDENTICAL
   ========================================================= */

.col-grid .t-necklaces,
.col-grid .t-bracelets,
.col-grid .t-rings {
  grid-column: auto !important;
  grid-row: 1 !important;

  width: 100%;
  height: 100%;

  min-width: 0;
}


/* =========================================================
   TILE
   ========================================================= */

.col-grid .tile {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 100%;

  background-image:
    var(--img, none),
    linear-gradient(
      150deg,
      #d7cfc2,
      #a99f8f
    );

  background-size: cover;
  background-position: center;
}


/* =========================================================
   DARK BOTTOM OVERLAY
   ========================================================= */

.col-grid .tile::after {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(20, 15, 10, 0) 55%,
    rgba(20, 15, 10, 0.5) 100%
  );

  pointer-events: none;
}


/* =========================================================
   TILE LABEL
   ========================================================= */

.col-grid .tile .t-label {
  position: absolute;

  left: 22px;
  bottom: 24px;

  z-index: 2;

  color: #fff;

  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.8px;
}


/* =========================================================
   CIRCULAR ARROW
   ========================================================= */

.col-grid .tile .t-arrow {
  position: absolute;

  right: 20px;
  bottom: 20px;

  z-index: 2;

  display: grid;
  place-items: center;

  width: 44px;
  height: 44px;

  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;

  color: #fff;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.col-grid .tile .t-arrow:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #211a12;
}

.col-grid .tile .t-arrow svg {
  width: 17px;
  height: 13px;
}


/* =========================================================
   OPTIONAL HOVER EFFECT
   ========================================================= */

.col-grid .tile {
  transition: transform 0.35s ease;
}

.col-grid .tile:hover {
  transform: translateY(-2px);
}


/* =========================================================
   PAGINATION
   ========================================================= */

.col-pg {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
}

.pg-line {
  flex: 1;
  height: 1px;
  background: var(--gold);
  opacity: 0.4;
}

.pg-nums {
  display: flex;
  gap: 16px;

  font-size: 13px;
  letter-spacing: 1px;
  color: var(--muted);
}

.pg-nums .on {
  color: var(--maroon);
  font-weight: 600;
}

.pg-arrows {
  display: flex;
  gap: 12px;
}

.pg-arrows button {
  width: 44px;
  height: 44px;

  border: 1px solid var(--gold);
  border-radius: 50%;

  background: none;
  color: var(--gold);

  display: grid;
  place-items: center;

  cursor: pointer;

  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.pg-arrows button:hover {
  background: var(--gold);
  color: #fff;
}

.pg-arrows svg {
  width: 16px;
  height: 12px;
}


/* =========================================================
   TABLET — 1024px
   ========================================================= */

@media (max-width: 1024px) {

  .collection {
    padding: 52px 22px;
  }

  .collection-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .col-intro {
    justify-content: flex-start;
  }

  .col-title {
    font-size: 36px;
  }

  .col-title.col-title-large {
    font-size: 1.9rem;
  }

  .col-text {
    max-width: 460px;
  }

  .col-watermark {
    font-size: 132px;
    left: auto;
    right: 0;
    bottom: auto;
    top: -10px;
  }

  .col-leaf,
  .col-fl2 {
    display: none;
  }


  /* Keep 3 equal columns on tablet */

  .col-grid {
    width: 100%;

    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;

    gap: 12px;

    height: 500px;
  }

  .col-grid .t-necklaces,
  .col-grid .t-bracelets,
  .col-grid .t-rings {
    grid-column: auto !important;
    grid-row: 1 !important;

    width: 100%;
    height: 100%;
  }
}


/* =========================================================
   MOBILE — 560px
   ========================================================= */

@media (max-width: 560px) {

  .col-grid {
    width: 100%;

    grid-template-columns: 1fr;
    grid-template-rows: auto;

    gap: 12px;

    height: auto;
  }

  .col-grid .t-necklaces,
  .col-grid .t-bracelets,
  .col-grid .t-rings {
    grid-column: 1 !important;
    grid-row: auto !important;

    width: 100%;
    height: 320px;
  }

  .col-title {
    font-size: 31px;
  }

  .col-title.col-title-large {
    font-size: 1.9rem;
  }

  .col-pg {
    flex-wrap: wrap;
    gap: 16px;
  }

  .col-grid .tile .t-label {
    left: 18px;
    bottom: 20px;
  }

  .col-grid .tile .t-arrow {
    right: 16px;
    bottom: 16px;
  }
}

/* ================= PROMO BANNER SECTION ================= */
.banner-promo {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #1a1511;
}

/* Background Image with subtle gradient overlay */
.banner-promo-bg {
  position: absolute;
  inset: 0;
  background-image: var(--img, none), linear-gradient(135deg, #2a2118, #0c0a07);
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.banner-promo-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}

/* Content Container */
.banner-promo-content {
  position: relative;
  z-index: 2;
  padding: 60px 80px;
  max-width: 650px;
}

/* Title Styling */
.banner-promo-title {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  line-height: 1.12;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

/* Subtitle Styling */
.banner-promo-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: .5px;
  margin-bottom: 30px;
}

/* Button Styling */
.banner-promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #1a1511;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 32px;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.banner-promo-btn:hover {
  background: var(--gold, #c2a15c);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .banner-promo {
    min-height: 440px;
  }
  .banner-promo-content {
    padding: 50px 40px;
  }
}

@media (max-width: 560px) {
  .banner-promo {
    min-height: 380px;
  }
  .banner-promo-content {
    padding: 36px 24px;
    text-align: left;
  }
  .banner-promo-title {
    font-size: clamp(1.8rem, 7.5vw, 2.4rem);
  }
}


/* ================= SECTION 5 — IMITATION JEWELLERY ================= */
.imit{background:linear-gradient(135deg,#2a1512 0%,#3a1d18 55%,#2a1512 100%);overflow:hidden;}

/* hero */
.imit-hero{position:relative;min-height:480px;display:flex;align-items:center;padding:60px 40px;}
.imit-banner{position:absolute;top:0;right:0;bottom:0;width:58%;background-image:var(--img,none),linear-gradient(135deg,#5a4327,#241611);background-size:cover;background-position:center;}
.imit-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#2a1512 2%,rgba(42,21,18,.55) 26%,rgba(42,21,18,0) 55%);}
.imit-copy{position:relative;z-index:2;width:42%;min-width:360px;}
.imit-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:26px;}
.imit-eyebrow .fl{width:22px;height:22px;color:var(--gold);}
.imit-eyebrow .lbl{color:var(--gold);font-size:12.5px;font-weight:600;letter-spacing:3px;}
.imit-eyebrow .eb-line{flex:1;max-width:70px;height:1px;background:var(--gold);opacity:.55;}
.imit-title{font-family:'Playfair Display',serif;font-weight:500;font-size:54px;line-height:1.1;color:var(--imit-cream);}
.imit-title .gold{color:var(--imit-gold);}
.imit-div{display:flex;align-items:center;gap:0;margin:24px 0;color:var(--gold);}
.imit-div svg{width:120px;height:12px;}
.imit-text{max-width:340px;font-size:14.5px;line-height:1.85;color:var(--imit-muted);}
.imit-explore{display:inline-flex;align-items:center;gap:16px;margin-top:34px;color:var(--imit-cream);font-size:12.5px;font-weight:500;letter-spacing:2px;}
.imit-explore .txt{border-bottom:1px solid var(--gold);padding-bottom:9px;}
.imit-explore svg{width:40px;height:12px;color:var(--gold);}

/* categories */
.imit-cats{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid rgba(194,161,92,.28);}
.ic-col{border-left:1px solid rgba(194,161,92,.28);display:flex;flex-direction:column;}
.ic-col:first-child{border-left:none;}
.ic-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:20px 20px;color:var(--imit-cream);}
.ic-head .name{font-size:12px;font-weight:600;letter-spacing:1.4px;}
.ic-head svg{width:22px;height:12px;color:var(--imit-cream);flex-shrink:0;}
.ic-img{height:158px;background-image:var(--img,none),linear-gradient(160deg,#efe6d5,#d8ccb5);background-size:cover;background-position:center;}

/* tagline */
.imit-tagline{position:relative;background:var(--imit-tag);padding:16px 24px 20px;display:flex;flex-direction:column;align-items:center;gap:11px;}
.tg-row{display:flex;align-items:center;justify-content:center;gap:18px;width:100%;}
.imit-tagline .tg-line{flex:1;max-width:230px;height:1px;background:linear-gradient(90deg,rgba(194,161,92,0),rgba(194,161,92,.6));}
.imit-tagline .tg-line.r{background:linear-gradient(90deg,rgba(194,161,92,.6),rgba(194,161,92,0));}
.imit-tagline .tg-txt{color:var(--gold);font-size:12.5px;font-weight:500;letter-spacing:3px;display:flex;align-items:center;gap:14px;white-space:nowrap;}
.imit-tagline .dia{width:7px;height:7px;background:var(--gold);transform:rotate(45deg);display:inline-block;opacity:.85;}
.imit-tagline .tg-fl{width:20px;height:20px;color:var(--gold);}

@media (max-width:1024px){
  .imit-hero{flex-direction:column;align-items:flex-start;padding:0;min-height:0;}
  .imit-copy{width:100%;min-width:0;order:1;padding:44px 22px 30px;}
  .imit-banner{position:relative;width:100%;height:320px;order:2;}
  .imit-banner::before{background:linear-gradient(0deg,rgba(42,21,18,.5),rgba(42,21,18,0) 40%);}
  .imit-title{font-size:42px;}
  .imit-cats{grid-template-columns:repeat(3,1fr);}
  .ic-col:nth-child(-n+3){border-top:none;}
  .ic-col:nth-child(n+4){border-top:1px solid rgba(194,161,92,.28);}
  .ic-col:nth-child(3n+1){border-left:none;}
}
@media (max-width:560px){
  .imit-copy{padding:36px 20px 26px;}
  .imit-title{font-size:34px;}
  .imit-banner{height:260px;}
  .imit-cats{grid-template-columns:repeat(2,1fr);}
  .ic-col:nth-child(3n+1){border-left:1px solid rgba(194,161,92,.28);}
  .ic-col:nth-child(2n+1){border-left:none;}
  .ic-col:nth-child(n+3){border-top:1px solid rgba(194,161,92,.28);}
  .ic-img{height:140px;}
  .imit-tagline .tg-txt{font-size:10.5px;letter-spacing:2px;white-space:normal;text-align:center;}
  .imit-tagline .tg-line{max-width:40px;}
}


/* ================= SECTION 6 — SILVER IDOLS ================= */
.idols{background:var(--idol-d1);overflow:hidden;}

/* main banner area */
.idols-main{position:relative;min-height:580px;overflow:hidden;}
.idols-banner{position:absolute;inset:0;z-index:1;background-image:var(--img,none),linear-gradient(135deg,#2a2118,#0c0a07);background-size:cover;background-position:center;}
.idols-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--idol-d1) 8%,rgba(20,16,11,.66) 30%,rgba(20,16,11,0) 56%);}
.idols-copy{position:relative;z-index:3;max-width:40%;min-width:360px;padding:58px 44px;}
.idols-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:26px;}
.idols-eyebrow .fl{width:22px;height:22px;color:var(--gold);}
.idols-eyebrow .lbl{color:var(--gold);font-size:12.5px;font-weight:600;letter-spacing:3px;}
.idols-eyebrow .eb-line{flex:1;max-width:64px;height:1px;background:var(--gold);opacity:.55;}
.idols-title{font-family:'Playfair Display',serif;font-weight:500;font-size:46px;line-height:1.16;color:var(--idol-white);}
.idols-title .gold{color:var(--idol-gold);}
.idols-div{color:var(--gold);margin:22px 0;}
.idols-div svg{width:120px;height:12px;}
.idols-text{max-width:320px;font-size:14px;line-height:1.85;color:var(--idol-muted);}
.idols-explore{display:inline-flex;align-items:center;gap:16px;margin-top:32px;color:var(--gold);font-size:12.5px;font-weight:600;letter-spacing:2px;}
.idols-explore svg{width:42px;height:12px;}

.idols-labels{position:absolute;z-index:3;bottom:28px;left:38%;right:2%;display:flex;justify-content:space-between;}
.idol-label{display:flex;flex-direction:column;align-items:center;gap:9px;}
.idol-label .fl{width:16px;height:16px;color:var(--gold);}
.idol-label .nm{font-size:12px;font-weight:600;letter-spacing:2px;color:var(--idol-white);}
.idol-label .ln{width:26px;height:1px;background:var(--gold);opacity:.7;}

.temple-wm{position:absolute;z-index:2;left:18px;bottom:14px;width:150px;color:rgba(194,161,92,.09);pointer-events:none;}

/* features */
.idols-features{display:grid;grid-template-columns:repeat(4,1fr);background:var(--idol-d2);border-top:1px solid rgba(194,161,92,.16);}
.feat{display:flex;align-items:center;gap:18px;padding:32px 28px;border-left:1px solid rgba(194,161,92,.16);}
.feat:first-child{border-left:none;}
.feat-ico{width:64px;height:64px;flex-shrink:0;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);}
.feat-ico svg{width:28px;height:28px;}
.feat-title{font-size:12.5px;font-weight:600;letter-spacing:1.4px;color:var(--idol-white);margin-bottom:7px;}
.feat-desc{font-size:12px;line-height:1.55;color:var(--idol-muted);}

@media (max-width:1024px){
  .idols-main{display:flex;flex-direction:column;min-height:0;}
  .idols-banner{position:relative;inset:auto;order:2;height:340px;}
  .idols-banner::before{background:linear-gradient(0deg,var(--idol-d1),rgba(20,16,11,0) 45%);}
  .idols-copy{order:1;max-width:none;min-width:0;padding:44px 22px 30px;}
  .idols-title{font-size:38px;}
  .idols-labels{order:3;position:relative;left:auto;right:auto;bottom:auto;padding:22px 16px;flex-wrap:wrap;justify-content:center;gap:20px 30px;background:var(--idol-d1);}
  .temple-wm{display:none;}
  .idols-features{grid-template-columns:repeat(2,1fr);}
  .feat:nth-child(3),.feat:nth-child(4){border-top:1px solid rgba(194,161,92,.16);}
  .feat:nth-child(odd){border-left:none;}
}
@media (max-width:560px){
  .idols-title{font-size:31px;}
  .idols-banner{height:260px;}
  .idols-features{grid-template-columns:1fr;}
  .feat{border-left:none;border-top:1px solid rgba(194,161,92,.16);}
  .feat:first-child{border-top:none;}
}


/* ================= SECTION 7 — WHY CHOOSE US ================= */
.why{background:var(--why-bg);padding:74px 40px;}
.why-inner{max-width:1180px;margin:0 auto;text-align:center;}
.why-orn{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:16px;}
.why-orn .ln{width:56px;height:1px;background:var(--gold);opacity:.7;}
.why-orn .med{width:36px;height:36px;}
.why-eyebrow{color:var(--maroon);font-size:12px;font-weight:600;letter-spacing:3px;margin-bottom:16px;}
.why-title{font-family:'Playfair Display',serif;font-weight:500;font-size:46px;line-height:1.18;color:var(--ink);}
.why-title .accent{color:var(--maroon);}
.why-div{color:var(--gold);width:170px;height:12px;margin:18px auto 22px;}
.why-text{max-width:560px;margin:0 auto;font-size:14.5px;line-height:1.85;color:var(--muted);}

.why-stats{display:grid;grid-template-columns:repeat(5,1fr);margin-top:48px;}
.stat{position:relative;padding:0 22px;display:flex;flex-direction:column;align-items:center;text-align:center;}
.stat + .stat{border-left:1px solid rgba(194,161,92,.4);}
.stat + .stat::before{content:"";position:absolute;left:-4px;top:50%;width:7px;height:7px;background:var(--gold);transform:translateY(-50%) rotate(45deg);}
.stat-ico{height:52px;display:flex;align-items:flex-end;color:var(--gold);margin-bottom:18px;}
.stat-ico svg{height:52px;width:auto;}
.stat-big{font-family:'Playfair Display',serif;font-weight:600;font-size:30px;line-height:1;color:var(--maroon);}
.stat-sub{font-size:12.5px;font-weight:600;letter-spacing:1.4px;color:var(--ink);margin:12px 0 14px;}
.stat-desc{font-size:12.5px;line-height:1.65;color:var(--muted);}

@media (max-width:1024px){
  .why{padding:54px 22px;}
  .why-title{font-size:36px;}
  .why-stats{grid-template-columns:repeat(3,1fr);gap:40px 20px;margin-top:40px;}
  .stat{padding:0 12px;}
  .stat + .stat{border-left:none;}
  .stat + .stat::before{display:none;}
}
@media (max-width:680px){
  .why-title{font-size:29px;}
  .why-stats{grid-template-columns:repeat(2,1fr);gap:36px 16px;}
}
@media (max-width:430px){
  .why-stats{grid-template-columns:1fr;gap:34px;}
}


/* ================= SECTION 8 — TESTIMONIALS ================= */
.testi{position:relative;background:var(--testi-bg);padding:70px 40px 60px;overflow:hidden;}
.floral{position:absolute;color:rgba(194,161,92,.16);z-index:0;pointer-events:none;}
.floral.tl{top:70px;left:20px;width:190px;transform:rotate(6deg);}
.floral.tr{top:80px;right:24px;width:200px;transform:scaleX(-1) rotate(6deg);}
.floral.rm{top:300px;right:-10px;width:200px;transform:scaleX(-1);}
.testi-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto;}

/* header */
.testi-head{text-align:center;}
.testi-orn{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px;}
.testi-orn .ln{width:60px;height:1px;background:var(--gold);opacity:.7;}
.testi-orn .med{width:34px;height:34px;color:var(--gold);}
.testi-eyebrow{display:flex;align-items:center;justify-content:center;gap:14px;color:var(--maroon);font-size:13px;font-weight:600;letter-spacing:3px;margin-bottom:8px;}
.testi-eyebrow .dia{width:6px;height:6px;background:var(--maroon);transform:rotate(45deg);}
.testi-title{font-family:'Playfair Display',serif;font-weight:500;font-size:48px;line-height:1.14;color:var(--ink);}
.testi-title .accent{color:var(--maroon);}
.testi-div{color:var(--gold);width:150px;height:12px;margin:16px auto 18px;}
.testi-text{max-width:520px;margin:0 auto;font-size:15px;line-height:1.75;color:var(--muted);}

/* carousel */
.testi-carousel{display:flex;align-items:center;gap:22px;margin-top:44px;}
.tnav{width:48px;height:48px;flex-shrink:0;border:1px solid var(--gold);border-radius:50%;background:none;color:var(--gold);display:grid;place-items:center;cursor:pointer;transition:background .2s,color .2s;}
.tnav:hover{background:var(--gold);color:#fff;}
.tnav svg{width:17px;height:13px;}
.testi-cards{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.tcard{background:var(--testi-card);border:1px solid rgba(194,161,92,.28);border-radius:6px;padding:26px 24px 28px;display:flex;flex-direction:column;}
.tcard .quote{font-family:'Playfair Display',serif;font-size:56px;line-height:.6;color:var(--gold);height:34px;}
.tquote{font-size:14px;line-height:1.7;color:var(--ink);margin:14px 0 18px;flex:1;}
.tstars{display:flex;gap:5px;color:var(--gold);margin-bottom:16px;}
.tstars svg{width:16px;height:16px;}
.tline{width:44px;height:1px;background:var(--gold);opacity:.6;margin-bottom:20px;}
.tperson{display:flex;align-items:center;gap:14px;}
.tavatar{width:52px;height:52px;border-radius:50%;flex-shrink:0;background-image:var(--img,none),linear-gradient(150deg,#eaddc6,#dccbaf);background-size:cover;background-position:center;}
.tname{font-size:14px;font-weight:600;color:var(--maroon);}
.tloc{font-size:12px;color:var(--muted);margin-top:2px;}

/* read more */
.testi-more{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:46px;}
.tm-dot{width:6px;height:6px;background:var(--maroon);transform:rotate(45deg);}
.tm-row{display:flex;align-items:center;justify-content:center;gap:18px;}
.tm-row .dia{width:6px;height:6px;background:var(--maroon);transform:rotate(45deg);}
.tm-row .ln{width:64px;height:1px;background:var(--gold);opacity:.6;}
.tm-link{display:inline-flex;align-items:center;gap:12px;color:var(--maroon);font-size:12.5px;font-weight:600;letter-spacing:2px;}
.tm-link svg{width:22px;height:12px;}

@media (max-width:1024px){
  .testi{padding:52px 22px 46px;}
  .testi-title{font-size:36px;}
  .testi-carousel{gap:0;}
  .tnav{display:none;}
  .testi-cards{grid-template-columns:repeat(2,1fr);gap:18px;}
  .floral.rm{display:none;}
  .floral.tl,.floral.tr{width:140px;opacity:.8;}
}
@media (max-width:560px){
  .testi-title{font-size:28px;}
  .testi-cards{grid-template-columns:1fr;}
  .tm-row .ln{width:40px;}
}


/* ================= SECTION 9 — CONTACT ================= */
.contact{position:relative;background:var(--ct-bg);padding:66px 40px 70px;overflow:hidden;}
.floral{position:absolute;color:rgba(194,161,92,.15);z-index:0;pointer-events:none;}
.floral.tr{top:40px;right:22px;width:210px;transform:scaleX(-1);}
.floral.l{top:250px;left:-16px;width:180px;}
.contact-inner{position:relative;z-index:1;max-width:940px;margin:0 auto;}

/* header */
.ct-head{text-align:center;margin-bottom:34px;}
.ct-orn{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:14px;}
.ct-orn .ln{width:64px;height:1px;background:var(--gold);opacity:.7;}
.ct-orn .med{width:34px;height:34px;color:var(--gold);}
.ct-eyebrow{color:var(--maroon);font-size:12px;font-weight:600;letter-spacing:3px;margin-bottom:8px;}
.ct-title{font-family:'Playfair Display',serif;font-weight:500;font-size:42px;line-height:1.15;color:var(--ink);}
.ct-title .accent{color:var(--maroon);}
.ct-div{color:var(--gold);width:150px;height:12px;margin:14px auto 16px;}
.ct-sub{max-width:520px;margin:0 auto;font-size:14.5px;line-height:1.7;color:var(--muted);}

/* card */
.ct-card{display:grid;grid-template-columns:37% 1fr;background:var(--ct-card);border:1px solid rgba(194,161,92,.45);border-radius:10px;overflow:hidden;}
/* Reduce font size and adjust line height/letter spacing for the column titles */
.col-title{
  text-align: center;
  color: var(--maroon);
  font-size: 25.5px;       /* Reduced from 13px */
  font-weight: 600;
  letter-spacing: 1.5px;   /* Slightly tighter letter spacing */
  line-height: 1.4;        /* Prevents awkward line-breaking */
}

.col-dot{width:26px;height:1px;background:var(--gold);margin:9px auto 26px;position:relative;}
.col-dot::after{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;background:var(--gold);transform:translate(-50%,-50%) rotate(45deg);}

/* info */
.contact-info{padding:32px 32px 30px;border-right:1px solid rgba(194,161,92,.3);}
.ci-row{display:flex;gap:15px;padding:18px 0;border-bottom:1px solid rgba(194,161,92,.22);}
.ci-row:last-of-type{border-bottom:none;}
.ci-ico{width:42px;height:42px;flex-shrink:0;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);}
.ci-ico svg{width:18px;height:18px;}
.ci-title{font-size:12px;font-weight:600;letter-spacing:1px;color:var(--ink);margin-bottom:5px;}
.ci-detail{font-size:12.5px;line-height:1.6;color:var(--muted);}
.ci-follow{display:flex;align-items:center;justify-content:center;gap:14px;margin:24px 0 16px;color:var(--maroon);font-size:11.5px;font-weight:600;letter-spacing:2px;}
.ci-follow .ln{width:34px;height:1px;background:var(--gold);opacity:.6;}
.ci-socials{display:flex;justify-content:center;gap:14px;}
.ci-socials a{width:40px;height:40px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);transition:background .2s,color .2s;}
.ci-socials a:hover{background:var(--gold);color:#fff;}
.ci-socials svg{width:17px;height:17px;}

/* form */
.contact-form{padding:32px 34px 30px;}
.cf-grid{display:flex;flex-direction:column;gap:14px;}
.cf-row2{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.cf-grid input,.cf-grid textarea{width:100%;font-family:'Poppins',sans-serif;font-size:13.5px;color:var(--ink);background:var(--ct-field);border:1px solid var(--ct-border);border-radius:5px;padding:14px 16px;outline:none;transition:border-color .2s,box-shadow .2s;}
.cf-grid input::placeholder,.cf-grid textarea::placeholder{color:#9c9384;}
.cf-grid input:focus,.cf-grid textarea:focus{border-color:var(--maroon);box-shadow:0 0 0 2px rgba(125,13,16,.08);}
.cf-grid textarea{min-height:132px;resize:vertical;}
.cf-submit{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin-top:4px;background:var(--maroon);color:#fff;font-size:13px;font-weight:500;letter-spacing:2px;border:none;border-radius:5px;padding:16px;cursor:pointer;transition:background .2s;}
.cf-submit:hover{background:var(--maroon-dark);}
.cf-submit svg{width:20px;height:12px;}
.cf-privacy{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:11.5px;color:var(--muted);}
.cf-privacy svg{width:13px;height:13px;color:var(--gold);}

@media (max-width:860px){
  .contact{padding:48px 20px 54px;}
  .ct-title{font-size:33px;}
  .ct-card{grid-template-columns:1fr;}
  .contact-info{border-right:none;border-bottom:1px solid rgba(194,161,92,.3);}
  .floral.l{display:none;}
  .floral.tr{width:150px;}
}
@media (max-width:520px){
  .ct-title{font-size:27px;}
  .cf-row2{grid-template-columns:1fr;}
  .contact-info,.contact-form{padding:26px 22px;}
}



@media (max-width: 1024px) {
  .story { padding: 48px 20px; }
  
  .story-card {
    padding: 34px 22px 26px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* Turn the grid into a flex container on mobile */
  .story-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  /* Force text to appear FIRST */
  .story-copy {
    order: -1 !important;
    text-align: center;
    padding: 0;
  }

  /* Make founders sit side-by-side underneath the text */
  .founder--left, 
  .founder--right {
    order: 2 !important;
    width: 100%;
  }

  /* Wrap the two founders side-by-side using a nested sub-grid or flex row if you want them side-by-side */
  .story-grid {
    display: grid !important;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) and (min-width: 581px) {
  .story-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: auto auto;
  }
  .story-copy {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  .founder--left {
    grid-column: 1;
    grid-row: 2;
  }
  .founder--right {
    grid-column: 2;
    grid-row: 2;
  }
}



/* Keeps the rest of the grid layout as is, but centers the last stat card if it wraps */
@media (max-width: 1024px) {
  .why-stats .stat:last-child {
    grid-column: 1 / -1; /* Makes it span the full width of the row */
    justify-self: center; /* Centers it horizontally */
    margin: 0 auto;
    text-align: center;
  }
  
  .why-stats .stat:last-child .stat-ico {
    display: flex;
    justify-content: center;
    margin: 0 auto 18px auto;
  }

  .why-stats .stat:last-child .stat-desc {
    text-align: center;
  }
}

/* =========================================================
   FLOATING WHATSAPP — EXACT LOGO STYLE
   ========================================================= */

.floating-whatsapp {
  position: fixed;

  right: 24px;
  bottom: 24px;

  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #25D366;

  border-radius: 50%;

  text-decoration: none;

  z-index: 99999;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.20);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


/* Actual WhatsApp logo */

.floating-whatsapp svg {
  width: 38px;
  height: 38px;

  display: block;
}


/* Hover */

.floating-whatsapp:hover {
  transform: scale(1.08);

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

  .floating-whatsapp {
    right: 16px;
    bottom: 18px;

    width: 54px;
    height: 54px;
  }

  .floating-whatsapp svg {
    width: 34px;
    height: 34px;
  }

}


/* =========================================================
   INSTAGRAM SECTION
   ========================================================= */

.instagram-section {
  background: var(--cream);
  padding: 90px 40px 100px;
  overflow: hidden;
}

.instagram-inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}


/* =========================================================
   INSTAGRAM HEADER
   ========================================================= */

.instagram-heading {
  text-align: center;
  margin-bottom: 55px;
}

.instagram-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;
  margin-bottom: 20px;

  color: var(--maroon);

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.instagram-flower {
  width: 18px;
  height: 18px;
  color: var(--gold);
}

.instagram-line {
  width: 42px;
  height: 1px;
  background: var(--gold);
  opacity: .7;
}

.instagram-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}


/* =========================================================
   TITLE
   ========================================================= */

.instagram-title {
  margin: 0;

  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.15;
  font-weight: 500;

  color: var(--ink);
}

.instagram-title span {
  color: var(--maroon);
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.instagram-description {
  max-width: 570px;

  margin: 18px auto 0;

  color: var(--muted);

  font-size: 14px;
  line-height: 1.8;
}


/* =========================================================
   FOLLOW LINK
   ========================================================= */

.instagram-follow {
  display: inline-flex;
  align-items: center;

  gap: 15px;

  margin-top: 28px;

  color: var(--maroon);

  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2px;

  text-decoration: none;
}

.instagram-follow span {
  padding-bottom: 8px;

  border-bottom:
    1.5px solid var(--maroon);
}

.instagram-follow svg {
  width: 26px;
  height: 12px;
}


/* =========================================================
   ELFSIGHT CONTAINER
   ========================================================= */

.instagram-widget {
  width: 100%;

  margin: 0 auto;

  overflow: hidden;
}


/*
   Remove unnecessary default spacing
*/

.instagram-widget > div {
  width: 100% !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .instagram-section {
    padding: 70px 22px 80px;
  }

  .instagram-heading {
    margin-bottom: 45px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

  .instagram-section {
    padding: 60px 16px 70px;
  }

  .instagram-heading {
    margin-bottom: 35px;
  }

  .instagram-title {
    font-size: 30px;
  }

  .instagram-description {
    font-size: 13.5px;
  }





}