.elementor-988024 .elementor-element.elementor-element-b7099c9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0c1c524 *//* ===== Jewel Cocktail • Our Materials (scoped) ===== */
.jc-materials {
  --bg:#FAFAFA; 
  --text:#111; 
  --muted:#6B7280; 
  --border:#E5E7EB;
  --accent:#CB9274; 
  --card:#fff;
  --shadow:0 8px 24px rgba(0,0,0,.08);
  --shadow-strong:0 16px 44px rgba(0,0,0,.16);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color:var(--text); 
  background:var(--bg);
}

/* containers & sections */
.jc-materials .mat-container {
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
}
.jc-materials .mat-section {
  padding:64px 0;
}
.jc-materials .mat-center {
  text-align:center;
}

/* hero */
.jc-materials .mat-hero {
  padding:88px 0 56px;
  background:#F6F4F2;
}
.jc-materials .mat-hero-title {
  font-size:clamp(28px,5vw,44px);
  font-weight:800;
  line-height:1.15;
  text-align:center;
  margin:0 0 10px;
}
.jc-materials .mat-hero-sub {
  font-size:clamp(16px,2.4vw,18px);
  opacity:.85;
  text-align:center;
  margin:0 auto;
  max-width:760px;
}

/* headings & lead */
.jc-materials .mat-h2 {
  font-size:clamp(24px,3.4vw,34px);
  line-height:1.2;
  font-weight:800;
  margin:0 0 14px;
  color:var(--accent);
}
.jc-materials .mat-lead {
  font-size:18px;
  font-weight:600;
  margin:0 0 10px;
}

/* chess grid */
.jc-materials .mat-grid {
  display:grid;
  gap:32px;
  align-items:center;
}
.jc-materials .mat-grid--2 {
  grid-template-columns:1fr;
}
.jc-materials .mat-grid--rev > :first-child {
  order:2;
}
@media(min-width:900px) {
  .jc-materials .mat-grid--2 {
    grid-template-columns:1fr 1fr;
  }
}

/* photos */
.jc-materials .mat-photo img {
  width:100%;
  display:block;
  border-radius:20px;
  box-shadow:var(--shadow);
  transition:transform .35s ease,box-shadow .35s ease;
}
.jc-materials .mat-photo img:hover {
  transform:translateY(-6px);
  box-shadow:var(--shadow-strong);
}

/* lists with custom dots */
.jc-materials .mat-list {
  list-style:none;
  margin:12px 0 0;
  padding:0;
}
.jc-materials .mat-list li {
  display:grid;
  grid-template-columns:10px 1fr;
  column-gap:10px;
  align-items:start;
  padding:6px 0;
  line-height:1.6;
  color:var(--text);
}
.jc-materials .mat-list .dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--accent);
  margin-top:.6em;
}
.jc-materials .mat-list--tight li {
  padding:4px 0;
}

/* stones grid — 1x4 (mobile) → 2x2 (≥640px) */
.jc-materials .stone-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
@media(min-width:640px) {
  .jc-materials .stone-grid {
    grid-template-columns:repeat(2, 1fr);
  }
}
.jc-materials .stone {
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  box-shadow:var(--shadow);
  text-align:center;
}
.jc-materials .stone img {
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}
.jc-materials .stone figcaption {
  font-weight:600;
  font-size:13px;
  padding:10px;
  color:var(--text);
}

/* buttons */
.jc-materials .mat-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  font-weight:600;
  font-size:14px;
  border:1px solid transparent;
  transition:all .25s ease;
}
.jc-materials .mat-btn--primary {
  background:var(--accent);
  color:#fff;
  box-shadow:0 8px 24px rgba(203,146,116,.25);
}
.jc-materials .mat-btn--primary:hover {
  transform:translateY(-1px);
  box-shadow:0 14px 36px rgba(203,146,116,.35);
}

/* closer */
.jc-materials .mat-closer {
  padding:72px 0 88px;
  text-align:center;
}/* End custom CSS */