
/* ===============================
   KANDY GEM CENTRE – COLOR THEME
   Royal Ceylon Luxury
   =============================== */

:root {
  /* Core */
  --kgc-dark: #0B0B0B;        /* Header, footer */
  --kgc-gold: #C9A24D;        /* Buttons, highlights */
  --kgc-gold-hover: #B18B3C;
  --kgc-light: #F8F6F2;       /* Page background */
  --kgc-white: #FFFFFF;

  /* Text */
  --kgc-text-main: #1C1C1C;
  --kgc-text-muted: #6F6F6F;

  /* Borders */
  --kgc-border: #E6DEC9;

  /* Gem accents (optional) */
  --kgc-sapphire: #1F4FD8;
  --kgc-ruby: #9C1C2E;
  --kgc-emerald: #0E6B4F;
}


*{ box-sizing:border-box; }
body{ margin:0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:#111; background:#fff; }
a{ text-decoration:none; color:inherit; }
img{ max-width:100%; display:block; }

.container{ max-width:1220px; margin:0 auto; padding:0 18px; }

/* ===== HEADER ===== */


/* ===== SKETCH LAYOUT ===== */
.sk-header{ background: var(--kgc-dark);
color: var(--kgc-white);
 padding:50px 0; }
/*.sk-header__inner{
  display:flex;
  align-items:center;
  justify-content:flex-start; /* everything stays on left gap:40px;  width:100%;}*/

  .sk-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between; /* LEFT + RIGHT */
  width:100%;
}

.sk-brand{ display:flex; align-items:center; gap:12px; }
.sk-brand__logo{ width:125px; height:125px; border-radius:10px; background:rgba(255,255,255,.12); display:grid; place-items:center; font-weight:700; }
.sk-brand__name{ font-family:Cinzel, serif; letter-spacing:.08em; font-size:50px; }
.sk-brand__tag{ font-size:20px; opacity:.75; }

.sk-header__right{
  display:flex;
  align-items:center;
  gap:22px;
}

.sk-nav{
  display:flex;
  gap:26px;
}

.sk-nav a{
  color:rgba(255,255,255,.88);
  font-size:30px;
  text-decoration:none;
}

.sk-nav a.active{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:6px;
}

.sk-nav{ display:flex; gap:25px; }
.sk-nav a{ color:rgba(255,255,255,.88); font-size:20px; }
.sk-nav a.active{ text-decoration:underline; text-underline-offset:6px; color:#fff; }
.sk-menu{ border:0; background:rgba(255,255,255,.12); color:#fff; border-radius:10px; width:42px; height:36px; font-size:18px; cursor:pointer; }

.sk-hero{ .sk-hero {
  background: var(--kgc-light);
  color: var(--kgc-text-main);
}
; padding:50px 0; }
/* ===== HERO SECTION ===== */

.sk-hero__grid{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:18px;
  align-items:center;
}

/* LEFT TEXT BLOCK */
.sk-hero__text{
  text-align:left;
}

/* HERO TITLE */
.sk-hero__text h1{
  margin:0 0 10px;
  font-family:Cinzel, serif;
  font-size:34px;
  line-height:1.25;
  color: var(--color-text-primary);
}

/* GOLD HIGHLIGHT LINE */
.sk-hero__text h1 span{
  color: var(--color-gold-primary);
}

/* BULLET LIST */
.sk-list{
  margin:10px 0 16px;
  padding-left:18px;
  color: var(--color-text-secondary);
}

.sk-list li{
  margin-bottom:6px;
}

/* PRIMARY BUTTON */
.btn-gold{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  background: var(--color-gold-primary);
  color:#fff;
  font-weight:700;
  text-decoration:none;
  transition: all .25s ease;
}

.btn-gold:hover{
  background: var(--color-gold-muted);
}

/* OUTLINE BUTTON (USED ELSEWHERE) */
.btn-outline{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  border:2px solid var(--color-gold-primary);
  color: var(--color-gold-primary);
  font-weight:700;
  text-decoration:none;
  transition: all .25s ease;
}

.btn-outline:hover{
  background: var(--color-gold-primary);
  color:#fff;
}

.sk-hero__media .hero-slider{ border-radius:18px; overflow:hidden; box-shadow:0 18px 36px rgba(0,0,0,.18); height:320px; }

.sk-features{ background:#fff; padding:10px 0; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; }
.sk-features__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.sk-feature{ background:#f6f6f7; border:1px solid #e9e9ea; padding:16px; text-align:center; border-radius:12px; font-weight:700; }

.sk-title{ text-align:center; font-family:Cinzel, serif; font-size:30px; margin:0 0 14px; }
.sk-sub{ color:#555; max-width:620px; }

.sk-collections{ padding:80px 0; }
.sk-collections__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.sk-card{ background:#fff; border:1px solid #e9e9ea; border-radius:14px; padding:18px; box-shadow:0 12px 24px rgba(0,0,0,.08); font-weight:700; display:flex; justify-content:space-between; align-items:center; }
.sk-card span{ color:#b8892c; font-weight:800; }

.sk-highlights{ padding:180px 0; border-top:1px solid #eee; }
.sk-highlights__row{ display:flex; align-items:center; justify-content:center; gap:14px; }
.sk-highlight{ width:160px; height:70px; border-radius:14px; background:#fff; border:1px solid #e9e9ea; display:flex; align-items:center; justify-content:center; gap:10px; font-weight:800; box-shadow:0 12px 22px rgba(0,0,0,.08); }
.sk-arrow{ border:0; width:44px; height:44px; border-radius:999px; background:#111; color:#fff; cursor:pointer; }

.sk-story{ padding:1000px 0; background:#fff; border-top:1px solid #eee; }
.sk-story__grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:center; }
.sk-story__img{ height:260px; border-radius:18px; background:linear-gradient(135deg,#111,#777); box-shadow:0 18px 36px rgba(0,0,0,.18); }

.sk-trust{ padding:15px 0; background:#f6f6f7; border-top:1px solid #e9e9ea; border-bottom:1px solid #e9e9ea; }
.sk-trust__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:10px; text-align:center; font-weight:700; }

.sk-actions{ padding:50px 0; background:#fff; }
.sk-actions__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; justify-items:center; }



/* ===== INSTAGRAM SECTION ===== */

.sk-instagram{
  background: #808056;
  padding:70px 0;
}

.sk-instagram .sk-title{
  color:#833AB4;
  text-align:center;
  margin-bottom:36px;
}

.sk-ig__row{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.sk-ig__card{
  border-radius:14px;
  overflow:hidden;
  background:#1a1a1a;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
  transition:transform .35s ease;
}

.sk-ig__card:hover{
  transform:translateY(-6px);
}

.sk-ig__card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.sk-footer{ background:#6C5F55; color:#F4F1EE; padding:30px 0; }
.sk-footer__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.sk-footer h4{ margin:0 0 10px; font-family:Cinzel, serif; }
.sk-footer p{ margin:6px 0; opacity:.9; }
.sk-footer__bottom{ text-align:center; margin-top:18px; opacity:.85; }


@media (max-width: 980px){
  .sk-hero__grid{ grid-template-columns:1fr; }
  .sk-features__grid{ grid-template-columns:repeat(2,1fr); }
  .sk-collections__grid{ grid-template-columns:repeat(2,1fr); }
  .sk-story__grid{ grid-template-columns:1fr; }
  .sk-ig__row{ grid-template-columns:repeat(2,1fr); }
  .sk-footer__grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 520px){
  .sk-collections__grid, .sk-actions__grid{ grid-template-columns:1fr; }
  .sk-footer__grid{ grid-template-columns:1fr; }
  .sk-nav{ display:none; }
}


/* ===== HERO split background (dark-left, light-right) ===== */
.sk-hero{
  position: relative;
  padding: 26px 0;
  background:
    gradient(90deg,
      #151618 0%,
      #151618 42%,
      #8f8f8f 42%,
      #8f8f8f 100%);
}

/* keep your hero content above background */
.sk-hero__grid{ position: relative; z-index: 2; }

/* make hero image box nicer */
.sk-hero__media .hero-slider{
  width: 100%;
  max-width: 760px;         /* increase/decrease only hero width */
  margin-left: auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0,0,0,.25);
  height: 320px;
}

/* responsive */
@media (max-width: 980px){
  .sk-hero{
    background: linear-gradient(180deg, #151618 0%, #151618 45%, #8f8f8f 45%, #8f8f8f 100%);
  }
  .sk-hero__media .hero-slider{ max-width: 100%; height: 300px; }
}


/* ===== Highlights carousel ===== */
.hl-wrap{
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  gap: 12px;
  align-items: center;
}

.hl-arrow{
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.hl-track{
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 4px;
  scrollbar-width: none;
}
.hl-track::-webkit-scrollbar{ display:none; }

.hl-card{
  min-width: 180px;
  height: 80px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e9e9ea;
  box-shadow: 0 12px 22px rgba(0,0,0,.10);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
}


/* ===============================
   LEFT ALIGN SELECTED SECTIONS
   =============================== */

/* Common wrapper safety */
.container {
  text-align: left;
}

/* Section headings */
.explore-collections h2,
.hand-selected h2,
.tradition-kandy h2,
.custom-gem h2 {
  text-align: left;
  margin-left: 0;
}

/* Section descriptions */
.explore-collections p,
.hand-selected p,
.tradition-kandy p,
.custom-gem p {
  text-align: left;
  margin-left: 0;
}

/* Buttons inside these sections */
.explore-collections .btn,
.hand-selected .btn,
.tradition-kandy .btn,
.custom-gem .btn {
  margin-left: 0;
}


/* =========================
   HERO BACKGROUND HEIGHT FIX
   ========================= */

/* Increase overall hero section height */
.hero {
  padding: 80px 0; /* increase top & bottom space */
}

/* Control hero visible area */
.hero-outer {
  min-height: 520px; /* increase background height */
}

/* Ensure slide fills the space */
.hero-slide {
  min-height: 420px; /* main visible background */
  background-size: cover;
  background-position: center;
  border-radius: 18px;
}

/* Optional: better vertical centering */
.hero-content {
  padding-top: 40px;
  padding-bottom: 40px;
}


/* =========================
   HERO RIGHT IMAGE SLIDER
   ========================= */

.hero-media { width: 100%; }

.hero-media-slider{
  position: relative;
  width: 100%;
  height: 320px;               /* change height if needed */
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.hero-media-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .5s ease, transform .8s ease;
}

.hero-media-slide.is-active{
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.hero-media-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* arrows */
.hero-media-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 5;
  display: grid;
  place-items: center;
}

.hero-media-arrow.prev{ left: 14px; }
.hero-media-arrow.next{ right: 14px; }

.hero-media-arrow:hover{
  background: rgba(0,0,0,.55);
}

/* dots */
.hero-media-dots{
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 6;
}

.hero-media-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  border: 0;
  cursor: pointer;
}

.hero-media-dot.is-active{
  background: rgba(255,255,255,.95);
}

/* Responsive height */
@media (max-width: 900px){
  .hero-media-slider{ height: 260px; }
}
@media (max-width: 600px){
  .hero-media-slider{ height: 220px; }
}



/* ==============================
   HERO SLIDER (RIGHT IMAGE)
================================ */
.sk-hero__media {
  position: relative;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 320px;                 /* increase if you want */
  border-radius: 18px;
  overflow: hidden;
  background: #111;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .45s ease, transform .45s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* arrows */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 5;
}
.hero-prev { left: 14px; }
.hero-next { right: 14px; }

/* dots */
.hero-dots {
  position: absolute;
  left: 0; right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 6;
}
.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.35);
  cursor: pointer;
}
.hero-dot.is-active {
  width: 18px;
  background: rgba(255,255,255,.9);
}

/* =====================================
   SECTION HEIGHT (Explore + Highlights)
===================================== */
.explore-collections,
.hand-selected {
  padding-top: 70px;     /* more height */
  padding-bottom: 70px;  /* more height */
}

/* =====================================
   BIGGER HIGHLIGHT CARDS + IMAGE STYLE
===================================== */
.hl-wrap {
  margin-top: 28px;
}

.hl-track {
  display: flex;
  gap: 18px;
  overflow: hidden; /* keep your slider clean */
  padding: 10px 0;
}

.hl-card {
  flex: 0 0 260px;             /* bigger */
  height: 140px;               /* bigger */
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
}

.hl-card img {
  width: 115px;
  height: 115px;
  border-radius: 14px;
  object-fit: cover;
  flex: 0 0 auto;
}

.hl-card .hl-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hl-card .hl-name {
  font-weight: 700;
  font-size: 14px;
}

.hl-card .hl-price {
  font-weight: 800;
  font-size: 16px;
}

/* arrows bigger */
.hl-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
}





/* ==============================
   COLLECTION IMAGE CARDS
============================== */
.sk-collections__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.sk-card--img {
  position: relative;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.sk-card--img:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.sk-card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(.85);
}

.sk-card__info {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  background: linear-gradient(to top, rgba(0,0,0,.65), transparent);
  color: #fff;
}

.sk-card__info h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.sk-card__info span {
  font-size: 14px;
  font-weight: 600;
  color: #d4af37; /* gold */
}



/* ===============================
   STORY SLIDER (Right side)
   =============================== */
.sk-story__media { 
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

/* keep it between top and bottom lines */
.tradition-kandy { 
  padding: 60px 0;   /* increase only inside */
}

.story-slider{
  position: relative;
  width: 100%;
  height: 280px;     /* you can increase to 320px if you want */
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0,0,0,.18);
  background: #111;
}

.story-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s ease;
}

.story-slide.is-active{ opacity: 1; }

.story-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.35);
  color: #fff;
  cursor: pointer;
}

.story-prev{ left: 12px; }
.story-next{ right: 12px; }

.story-dots{
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.story-dots button{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.45);
  cursor: pointer;
}

.story-dots button.is-active{
  background: #d4af37;
}


/* ==========================================
   QUICK ACTIONS SECTION HEIGHT (ONLY INSIDE)
   ========================================== */
.custom-gem{
  padding: 70px 0;  /* increase height without moving bottom line */
}

.custom-gem .sk-actions__grid{
  margin-top: 22px;
  gap: 18px;
}





/* =========================
   ABOUT PAGE
   ========================= */
.about-hero{
  background: #f2f2f2;
  padding: 60px 0;
}

.about-hero__grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}

.about-hero__title{
  font-family: "Cinzel", serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  margin: 0 0 14px;
  color: #111;
}

.about-hero__title span{
  color: #b88a2b;
}

.about-hero__sub{
  font-family: "Inter", sans-serif;
  color: #333;
  line-height: 1.65;
  margin: 0 0 18px;
}

.about-hero__bullets{
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
}

.about-bullet{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.about-bullet i{
  color: #b88a2b;
}

.about-hero__cta{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.about-hero__media{
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  background: #111;
}

.about-hero__media img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

/* stats */
.about-stats{
  background: #ffffff;
  padding: 22px 0;
  border-bottom: 1px solid #ececec;
}

.about-stats__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stat{
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
}

.stat__num{
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 22px;
  color: #111;
}

.stat__label{
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #555;
  margin-top: 6px;
}

/* story */
.about-story__grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: start;
}

.about-story__card{
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 18px 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.about-story__card h3{
  font-family: "Cinzel", serif;
  margin: 0 0 10px;
}

.about-story__card ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.about-story__card li{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  color: #222;
}

.about-story__card i{
  color: #b88a2b;
}

/* timeline */
.about-timeline .timeline{
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.timeline__item{
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
}

.timeline__dot{
  width: 12px;
  height: 12px;
  margin-top: 10px;
  border-radius: 50%;
  background: #b88a2b;
  box-shadow: 0 0 0 6px rgba(184,138,43,.15);
}

.timeline__box{
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px 16px;
  background: #fff;
}

.timeline__box h4{
  font-family: "Cinzel", serif;
  margin: 0 0 6px;
}

.timeline__box p{
  font-family: "Inter", sans-serif;
  color: #444;
  line-height: 1.55;
  margin: 0;
}

/* trust cards */
.about-trust__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.trust-card{
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 18px 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.trust-card i{
  color: #b88a2b;
  font-size: 22px;
}

.trust-card h3{
  font-family: "Cinzel", serif;
  font-size: 16px;
  margin: 10px 0 6px;
}

.trust-card p{
  font-family: "Inter", sans-serif;
  color: #444;
  line-height: 1.55;
  margin: 0;
}

/* CTA */
.about-cta{
  background: #111;
  color: #fff;
  padding: 36px 0;
}

.about-cta__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.about-cta__inner h2{
  font-family: "Cinzel", serif;
  margin: 0 0 6px;
}

.about-cta__inner p{
  font-family: "Inter", sans-serif;
  margin: 0;
  color: rgba(255,255,255,.75);
  line-height: 1.5;
}

/* responsive */
@media (max-width: 980px){
  .about-hero__grid,
  .about-story__grid{
    grid-template-columns: 1fr;
  }
  .about-hero__media img{ height: 280px; }
  .about-stats__grid{ grid-template-columns: repeat(2,1fr); }
  .about-trust__grid{ grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 520px){
  .about-trust__grid{ grid-template-columns: 1fr; }
}



/* =========================
   GEMSTONES PAGE
   ========================= */
.gem-hero{
  background:#f2f2f2;
  padding: 60px 0;
}

.gem-hero__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items:center;
}

.gem-hero__title{
  font-family:"Cinzel", serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height:1.12;
  margin:0 0 14px;
  color:#111;
}

.gem-hero__title span{ color:#b88a2b; }

.gem-hero__sub{
  font-family:"Inter", sans-serif;
  color:#333;
  line-height:1.65;
  margin:0 0 18px;
}

.gem-hero__badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin: 14px 0 22px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background:#fff;
  border:1px solid #ececec;
  font-family:"Inter", sans-serif;
  font-size: 13px;
  color:#222;
}

.badge i{ color:#b88a2b; }

.gem-hero__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* media */
.gem-hero__media{
  border-radius:18px;
  overflow:hidden;
  background:#111;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}

/* keep your .hero-slide logic (fade) */
.hero-slider--page{
  position:relative;
  width:100%;
  height:340px;
}

.hero-slider--page .hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition: opacity .35s ease;
}

.hero-slider--page .hero-slide.is-active{ opacity:1; }

.hero-slider--page img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Filter bar */
.gem-filter{
  background:#fff;
  border-bottom:1px solid #ececec;
  padding: 18px 0;
}

.gem-filter__grid{
  display:grid;
  grid-template-columns: 220px 220px 220px 1fr;
  gap: 12px;
  align-items:center;
}

.gem-filter__search{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #e6e6e6;
  background:#fafafa;
  border-radius: 999px;
  padding: 10px 14px;
}

.gem-filter__search input{
  border:none;
  outline:none;
  width:100%;
  background:transparent;
  font-family:"Inter", sans-serif;
}

/* Grid */
.gem-grid-page{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.gem-item{
  background:#F8F6F2;
  border: 1px solid #eee;
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.gem-item__img{
  height: 200px;
  background:#111;
}

.gem-item__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.gem-item__body{
  padding: 14px 14px 16px;
}

.gem-item__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}

.gem-item__top h3{
  font-family:"Cinzel", serif;
  font-size: 16px;
  margin:0;
  color:#111;
}

.price{
  font-family:"Inter", sans-serif;
  font-weight:700;
  color:#111;
}

.meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 10px;
  font-family:"Inter", sans-serif;
  font-size: 12px;
  color:#555;
}

.meta i{ color:#b88a2b; margin-right:6px; }

.gem-item__btns{
  display:flex;
  gap:10px;
  margin-top: 14px;
}

.btn-outline.small,
.btn-gold.small{
  padding: 8px 12px;
  font-size: 13px;
}

/* empty state */
.gem-empty{
  margin-top: 18px;
  font-family:"Inter", sans-serif;
  color:#666;
}

/* Why strip */
.gem-why{
  background:#fff;
  border-top:1px solid #ececec;
  border-bottom:1px solid #ececec;
  padding: 28px 0;
}

.gem-why__grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.why-card{
  background:#FFFFFF;
  border:1px solid #E6DEC9;
  border-radius: 16px;
  padding: 18px 16px;
}

.why-card i{
  color:#b88a2b;
  font-size:22px;
}

.why-card h3{
  font-family:"Cinzel", serif;
  font-size:16px;
  margin: 10px 0 6px;
}

.why-card p{
  font-family:"Inter", sans-serif;
  color:#444;
  margin:0;
  line-height:1.55;
}

/* Responsive */
@media (max-width: 980px){
  .gem-hero__grid{ grid-template-columns: 1fr; }
  .hero-slider--page{ height: 280px; }
  .gem-filter__grid{ grid-template-columns: 1fr; }
  .gem-grid-page{ grid-template-columns: repeat(2,1fr); }
  .gem-why__grid{ grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 520px){
  .gem-grid-page{ grid-template-columns: 1fr; }
  .gem-why__grid{ grid-template-columns: 1fr; }
}



/* ===== FOOTER (same background for everything) ===== */
.sk-footer{
  background:#6C5F55;          /* <-- footer color like screenshot (change if you want) */
  color:#F4F1EE;
  padding:46px 0 28px;
}

.sk-footer__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:34px;
  align-items:start;
}

.sk-footer h4{
  font-family:"Cinzel", serif;
  font-weight:700;
  letter-spacing:.5px;
  margin:0 0 12px;
  font-size:16px;
}

.sk-footer p{
  margin:8px 0;
  font-family:"Inter", sans-serif;
  font-size:13px;
  opacity:.92;
}

.sk-footer__social{
  display:flex;
  gap:10px;
  margin-top:12px;
}

.sk-footer__social a{
  width:32px;
  height:32px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.10);
  color:#fff;
  text-decoration:none;
}

.sk-footer__bottom{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.18);
  text-align:center;
}

.sk-footer__bottom small{
  display:block;
  opacity:.9;
  margin-bottom:14px;
  font-family:"Inter", sans-serif;
  font-size:12px;
}

/* payment image centered, NO white box */
.sk-footer__payments{
  display:flex;
  justify-content:center;
}

.sk-footer__payments img{
  max-width:440px;     /* adjust size */
  width:100%;
  height:auto;
  display:block;
  border-radius:10px;  /* optional */
}

/* responsive */
@media (max-width: 980px){
  .sk-footer__grid{ grid-template-columns:repeat(2, 1fr); }
}
@media (max-width: 560px){
  .sk-footer__grid{ grid-template-columns:1fr; }
}
.section {
  background: var(--kgc-light);
}


.sk-card,
.hl-card {
  background: var(--kgc-white);
  border: 1px solid var(--kgc-border);
}


.btn-gold {
  background: var(--kgc-gold);
  color: var(--kgc-dark);
}

.btn-gold:hover {
  background: var(--kgc-gold-hover);
}




.sk-title,
h1, h2, h3 {
  color: var(--kgc-text-main);
}


/*PARAGRAPH TEXT*/
p {
  color: var(--kgc-text-muted);
}


.sk-footer {
  background: #6C5F55; /* warm luxury brown */
  color: #F4F1EE;
}



.sk-footer {
  background: #6C5F55;
  color: #E6DED2;
}

/* Headings */
.sk-footer h4 {
  color: #F8F4EE;
  font-weight: 600;
}

/* Normal text */
.sk-footer p,
.sk-footer a {
  color: #E6DED2;
}

/* Hover effect */
.sk-footer a:hover {
  color: #C9A24D;
}

/* Copyright */
.sk-footer__bottom {
  color: #CFC5B8;
  font-size: 14px;
}
































:root {
  /* Base */
  --color-bg-light: #F7F4EF;     /* ivory background */
  --color-bg-dark: #0E0E0E;      /* deep charcoal */

  /* Text */
  --color-text-primary: #1E1B18; /* main text */
  --color-text-secondary: #5F554C; /* muted body text */
  --color-text-invert: #F8F4EE;  /* text on dark bg */

  /* Luxury accents */
  --color-gold-primary: #C9A24D; /* royal gold */
  --color-gold-soft: #D8BF7A;    /* soft gold */
  --color-gold-muted: #B08D3F;   /* antique gold */

  /* Footer */
  --color-footer-bg: #6C5F55;    /* warm luxury brown */
  --color-footer-text: #E6DED2;
  --color-footer-muted: #CFC5B8;
}




body {
  color: var(--color-text-primary);
}
p {
  color: var(--color-text-secondary);
}





h1, h2, h3, h4, h5, h6 {
  color: var(--color-text-primary);
}






.sk-hero h1 {
  color: var(--color-text-primary);
}
.sk-hero h1 span {
  color: var(--color-gold-primary);
}
.sk-hero li {
  color: var(--color-text-secondary);
}






a {
  color: var(--color-text-primary);
  transition: color .3s ease;
}
a:hover {
  color: var(--color-gold-primary);
}







.btn-gold {
  background: var(--color-gold-primary);
  color: #111;
}
.btn-gold:hover {
  background: var(--color-gold-soft);
}







.btn-outline {
  color: var(--color-gold-primary);
  border-color: var(--color-gold-primary);
}
.btn-outline:hover {
  background: var(--color-gold-primary);
  color: #111;
}




.sk-card,
.hl-card {
  color: var(--color-text-primary);
}
.sk-card span,
.hl-card div {
  color:#fdee97   /*var(--color-gold-muted)*/;
}


.sk-title {
  color: var(--color-text-primary);
}





.section-dark,
.sk-instagram {
  color: var(--color-text-invert);
}
.section-dark p {
  color: #D7D2CB;
}
.sk-instagram .sk-title {
  color: var(--color-gold-soft);
  letter-spacing: 1px;
}




.sk-footer {
  background: var(--color-footer-bg);
  color: var(--color-footer-text);
}

.sk-footer h4 {
  color: var(--color-text-invert);
}

.sk-footer p,
.sk-footer a {
  color: var(--color-footer-text);
}

.sk-footer a:hover {
  color: var(--color-gold-primary);
}

.sk-footer__bottom {
  color: var(--color-footer-muted);
}




.price,
.hl-card div {
  color: var(--color-gold-primary);
  font-weight: 600;
}



/* Collection card title – luxury gold */
.explore-collections .sk-card h3,
.explore-collections .sk-card .card-title {
  color: var(--color-gold-soft);
  font-weight: 600;
  letter-spacing: 0.5px;
}






/* =========================
   SHOP PAGE – Modern Luxury
   ========================= */

.shop-hero{
  background: var(--kgc-light);
  padding: 60px 0;
}

.shop-hero__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items:center;
}

.shop-hero__title{
  font-family:"Cinzel", serif;
  font-size: clamp(28px, 3vw, 44px);
  margin: 0 0 12px;
  color: var(--kgc-text-main);
}

.shop-hero__title span{ color: var(--kgc-gold); }

.shop-hero__sub{
  margin:0;
  color: var(--kgc-text-muted);
  line-height:1.65;
  max-width: 560px;
}

.shop-hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 16px 0 0;
}

.shop-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--kgc-border);
  color: var(--kgc-text-main);
  font-size: 13px;
}

.shop-badge i{ color: var(--kgc-gold); }

.shop-hero__media{
  border-radius: 18px;
  overflow:hidden;
  background: #111;
  box-shadow: 0 18px 40px rgba(0,0,0,.15);
}

.shop-hero__media img{
  width:100%;
  height: 340px;
  object-fit: cover;
  display:block;
}

/* filter bar */
.shop-filter{
  background:#fff;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding: 18px 0;
}

.shop-filter__grid{
  display:grid;
  grid-template-columns: 1fr 220px 240px 220px 140px;
  gap: 12px;
  align-items:center;
}

.shop-search{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #e6e6e6;
  background:#fafafa;
  border-radius: 999px;
  padding: 10px 14px;
}

.shop-search input{
  width:100%;
  border:none;
  outline:none;
  background:transparent;
  font-family:"Inter", sans-serif;
}

.shop-select{
  border:1px solid #e6e6e6;
  background:#fff;
  border-radius: 12px;
  padding: 10px 12px;
  font-family:"Inter", sans-serif;
}

/* grid */
.shop-grid{ padding: 26px 0 70px; background: var(--kgc-light); }

.shop-grid__top{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap: 12px;
  margin-bottom: 16px;
}

.shop-grid__title{
  font-family:"Cinzel", serif;
  margin:0;
  color: var(--kgc-text-main);
}

.shop-grid__count{
  color: var(--kgc-text-muted);
  font-size: 13px;
}

.shop-products{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.p-card{
  background: #fff;
  border: 1px solid var(--kgc-border);
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.p-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 46px rgba(0,0,0,.10);
}

.p-media{
  position:relative;
  height: 190px;
  background:#111;
}

.p-media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.p-tag{
  position:absolute;
  left: 12px;
  top: 12px;
  background: rgba(0,0,0,.55);
  color:#fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}

.p-body{ padding: 14px 14px 16px; }

.p-title{
  font-family:"Cinzel", serif;
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--kgc-text-main);
}

.p-meta{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  font-size: 12px;
  color: var(--kgc-text-muted);
}

.p-meta i{ color: var(--kgc-gold); margin-right: 6px; }

.p-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 10px;
  margin-top: 14px;
}

.p-price{
  font-weight: 800;
  color: var(--kgc-text-main);
}

.p-actions{
  display:flex;
  gap: 8px;
}

/* small buttons */
.btn-gold.small,
.btn-outline.small{
  padding: 8px 12px;
  font-size: 13px;
}

/* empty */
.shop-empty{
  margin-top: 18px;
  color: var(--kgc-text-muted);
}

/* responsive */
@media (max-width: 980px){
  .shop-hero__grid{ grid-template-columns:1fr; }
  .shop-hero__media img{ height: 280px; }
  .shop-filter__grid{ grid-template-columns: 1fr; }
  .shop-products{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px){
  .shop-products{ grid-template-columns: 1fr; }
}












/* =========================
   CONTACT PAGE – KGC LUXURY
   ========================= */

/* HERO */
.contact-hero{
  background: var(--kgc-light);
  padding: 60px 0;
}

.contact-hero__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items:center;
}

.contact-title{
  font-family: "Cinzel", serif;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.15;
  margin: 0 0 14px;
  color: var(--kgc-text-main);
}

.contact-title span{
  color: var(--kgc-gold);
}

.contact-sub{
  font-family: "Inter", sans-serif;
  color: var(--kgc-text-muted);
  line-height: 1.65;
  max-width: 560px;
  margin-bottom: 18px;
}

/* badges */
.contact-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.contact-badges span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 14px;
  border-radius: 999px;
  background:#fff;
  border:1px solid var(--kgc-border);
  font-size: 13px;
  color: var(--kgc-text-main);
}

.contact-badges i{
  color: var(--kgc-gold);
}

/* hero image */
.contact-hero__media{
  border-radius: 18px;
  overflow:hidden;
  background:#111;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.contact-hero__media img{
  width:100%;
  height: 340px;
  object-fit: cover;
  display:block;
}

/* =========================
   CONTACT SECTION
   ========================= */

.contact-section{
  padding: 70px 0;
  background: var(--kgc-light);
}

.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
}

/* LEFT – INFO */
.contact-info{
  background:#fff;
  border:1px solid var(--kgc-border);
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.contact-info p{
  display:flex;
  align-items:center;
  gap:10px;
  margin: 10px 0;
  font-family:"Inter", sans-serif;
  color: var(--kgc-text-main);
}

.contact-info i{
  color: var(--kgc-gold);
  width: 18px;
  text-align:center;
}

/* socials */
.contact-social{
  display:flex;
  gap:12px;
  margin-top:16px;
}

.contact-social a{
  width:36px;
  height:36px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(201,162,77,.12);
  color: var(--kgc-gold);
  font-size:16px;
  transition: all .25s ease;
}

.contact-social a:hover{
  background: var(--kgc-gold);
  color:#111;
}

/* =========================
   FORM
   ========================= */

.contact-form{
  background:#fff;
  border:1px solid var(--kgc-border);
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.contact-form form{
  display:grid;
  gap:14px;
}

.form-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  border-radius: 12px;
  border:1px solid var(--kgc-border);
  padding: 12px 14px;
  font-family:"Inter", sans-serif;
  font-size:14px;
  outline:none;
  background:#fafafa;
}

.contact-form textarea{
  resize:none;
}

.contact-form input:focus,
.contact-form textarea:focus{
  border-color: var(--kgc-gold);
  background:#fff;
}

/* submit button spacing */
.contact-form button{
  margin-top: 6px;
  align-self:flex-start;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 980px){
  .contact-hero__grid,
  .contact-grid{
    grid-template-columns: 1fr;
  }

  .contact-hero__media img{
    height: 280px;
  }
}

@media (max-width: 520px){
  .form-row{
    grid-template-columns: 1fr;
  }
}


/* Google Map (Contact Page) */
.contact-map{
  margin-top: 14px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--kgc-border);
  background: #111;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.contact-map iframe{
  width: 100%;
  height: 220px;
  border: 0;
  display: block;
}

@media (max-width: 520px){
  .contact-map iframe{ height: 200px; }
}
