
:root{
  --ja-black:#111;
  --ja-gold:#c9a052;
  --ja-gold-dark:#9d7731;
  --ja-cream:#fbf7ef;
  --ja-soft:#f4efe5;
  --ja-text:#2c2c2c;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color:var(--ja-text);
  background:#fff;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.ja-topbar{
  background:#111;
  color:#f8f1e3;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:9px 20px;
  text-align:center;
}
.ja-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #eee5d6;
  backdrop-filter: blur(10px);
}
.ja-nav{
  max-width:1240px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 22px;
}
.ja-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.ja-mark{
  width:42px;height:42px;
  border:1px solid var(--ja-gold);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--ja-gold-dark);
  font-family:Georgia,serif;
  font-size:24px;
  font-style:italic;
}
.ja-brand strong{
  display:block;
  font-size:23px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#111;
}
.ja-brand span{
  display:block;
  font-size:11px;
  letter-spacing:.24em;
  color:#8b734c;
  text-transform:uppercase;
  margin-top:2px;
}
.ja-menu{
  display:flex;
  gap:26px;
  align-items:center;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ja-menu a{color:#333}
.ja-menu a:hover{color:var(--ja-gold-dark)}
.ja-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 22px;
  background:var(--ja-gold);
  color:#fff;
  border-radius:0;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
  transition:.2s;
}
.ja-btn:hover{background:#111;color:#fff}
.ja-hero{
  max-width:1380px;
  margin:34px auto 0;
  padding:0 22px;
  display:grid;
  grid-template-columns: 1fr 360px;
  gap:22px;
}
.ja-hero-main{
  min-height:560px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.22)),
    url('../images/jewelangels/hero-main.jpg') center/cover no-repeat;
  color:#fff;
  display:flex;
  align-items:center;
  padding:70px;
  overflow:hidden;
}
.ja-kicker{
  color:#f1c86b;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}
.ja-hero h1{
  max-width:620px;
  font-family:Georgia,serif;
  font-size:62px;
  line-height:.98;
  margin:0 0 20px;
  letter-spacing:-.04em;
}
.ja-hero p{
  max-width:520px;
  color:#f5eee0;
  font-size:18px;
  line-height:1.7;
  margin:0 0 30px;
}
.ja-side-card{
  min-height:560px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.55)),
    url('../images/jewelangels/hero-side.jpg') center/cover no-repeat;
  display:flex;
  align-items:flex-end;
  padding:32px;
  color:#fff;
}
.ja-side-card h3{
  font-family:Georgia,serif;
  font-size:31px;
  margin:0 0 8px;
}
.ja-section{
  max-width:1240px;
  margin:78px auto 0;
  padding:0 22px;
}
.ja-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-bottom:28px;
}
.ja-section h2{
  font-family:Georgia,serif;
  font-size:42px;
  line-height:1;
  margin:0;
  color:#111;
}
.ja-section-head p{
  margin:10px 0 0;
  max-width:560px;
  line-height:1.7;
  color:#6d655b;
}
.ja-promo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.ja-promo{
  min-height:300px;
  position:relative;
  overflow:hidden;
  background:#ddd;
}
.ja-promo img{
  width:100%;height:100%;object-fit:cover;position:absolute;inset:0;
  transition:transform .45s;
}
.ja-promo:hover img{transform:scale(1.05)}
.ja-promo::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.52));
}
.ja-promo div{
  position:absolute;
  left:24px;
  bottom:24px;
  z-index:2;
  color:#fff;
}
.ja-promo h3{
  font-family:Georgia,serif;
  font-size:27px;
  margin:0 0 6px;
}
.ja-products{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.ja-product{
  background:#fff;
  border:1px solid #efe7d8;
  transition:.2s;
}
.ja-product:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,.08);
}
.ja-product-img{
  aspect-ratio:1/1;
  overflow:hidden;
  background:#f6f1e9;
}
.ja-product-img img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .35s;
}
.ja-product:hover img{transform:scale(1.04)}
.ja-product-body{
  padding:17px 18px 20px;
}
.ja-product-body h3{
  font-size:16px;
  line-height:1.35;
  margin:0 0 8px;
  color:#111;
}
.ja-price{
  color:#9d7731;
  font-weight:800;
}
.ja-stars{color:#d0a14b;font-size:13px;margin-top:9px}
.ja-feature{
  margin-top:78px;
  min-height:430px;
  background:
    linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.12)),
    url('../images/jewelangels/feature-wide.jpg') center/cover no-repeat;
  display:flex;
  align-items:center;
  color:#fff;
  padding:64px;
}
.ja-feature h2{
  font-family:Georgia,serif;
  font-size:48px;
  margin:0 0 15px;
}
.ja-feature p{
  max-width:500px;
  line-height:1.75;
  color:#f2eadb;
  margin:0 0 26px;
}
.ja-story{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}
.ja-story img{
  width:100%;
  height:520px;
  object-fit:cover;
}
.ja-story-text{
  background:var(--ja-cream);
  padding:54px;
}
.ja-story-text h2{
  font-family:Georgia,serif;
  font-size:44px;
  margin:0 0 18px;
}
.ja-story-text p{
  line-height:1.8;
  color:#6d655b;
  margin:0 0 22px;
}
.ja-services{
  margin-top:78px;
  background:#f7f2ea;
  padding:44px 22px;
}
.ja-services-inner{
  max-width:1240px;margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  text-align:center;
}
.ja-service{
  padding:24px 18px;
}
.ja-service b{
  display:block;
  margin-bottom:8px;
  color:#111;
}
.ja-service span{
  color:#766d61;
  font-size:14px;
}
.ja-footer{
  background:#111;
  color:#e8dfcf;
  margin-top:0;
  padding:54px 22px 32px;
}
.ja-footer-inner{
  max-width:1240px;
  margin:auto;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:36px;
}
.ja-footer h3{
  color:#fff;
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:26px;
}
.ja-footer p,.ja-footer a{
  color:#d0c4ae;
  line-height:1.8;
  font-size:14px;
}
.ja-copy{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:34px;
  padding-top:22px;
  text-align:center;
  font-size:13px;
  color:#b7aa93;
}

/* Override old ecommerce clutter if any Hiraola remnants load */
.header-top, .hm-minicart_area, .minicart, .cart-item, .shopping-cart,
.wishlist, .add-to-cart, .product-add_cart, .modal, .popup_wrapper,
.category-menu, .header-bottom_area .category-menu,
.offcanvas-menu_wrapper, .search-box, .newsletter-popup,
.newsletter-area, .popup, .quick-view-modal {
  display:none!important;
}
button, .btn, a {
  -webkit-tap-highlight-color: transparent;
}

@media(max-width:980px){
  .ja-hero{grid-template-columns:1fr}
  .ja-side-card{min-height:360px}
  .ja-promo-grid{grid-template-columns:1fr}
  .ja-products{grid-template-columns:repeat(2,1fr)}
  .ja-story{grid-template-columns:1fr}
  .ja-services-inner{grid-template-columns:repeat(2,1fr)}
  .ja-menu{display:none}
  .ja-hero-main{padding:44px 30px;min-height:500px}
  .ja-hero h1{font-size:46px}
}
@media(max-width:560px){
  .ja-products{grid-template-columns:1fr}
  .ja-services-inner{grid-template-columns:1fr}
  .ja-footer-inner{grid-template-columns:1fr}
  .ja-nav{padding:14px}
}

/* Hide collections helper sentence requested removed */
#collections .ja-section-head p{display:none!important;}
