.jewelry-featured{
    background:#f5f5f3;
    padding-bottom:60px;
}

.jewelry-featured__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.featured-card{
    position:relative;
    overflow:hidden;
    height:640px;
}

.featured-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .8s ease;
}

.featured-card:hover img{
    transform:scale(1.03);
}

.featured-card__overlay{
    position:absolute;
    left:50%;
    bottom:60px;
    transform:translateX(-50%);
    text-align:center;
    width:100%;
    padding:0 40px;
}

.featured-card__overlay h2{
    font-family:"Cormorant Garamond", serif;
    font-size:56px;
    font-weight:300;
    line-height:1;
    color:#ffffff;
    letter-spacing:-0.02em;
    margin-bottom:28px;
}

.featured-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:230px;
    height:56px;
    background:#ffffff;
    color:#1f2530;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    transition:.25s ease;
}

.featured-btn:hover{
    background:#f0f0f0;
}

.featured-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.12),
        rgba(0,0,0,0)
    );
    pointer-events:none;
}

.jewelry-categories{
    background:#f5f5f3;
    padding:22px 0 60px;
}

.container{
    max-width:1820px;
    margin:0 auto;
    padding:0 40px;
}

.categories-title{
    font-family:"Cormorant Garamond", serif;
    font-size:44px;
    font-weight:400;
    color:#1f2430;
    line-height:1.05;
    margin-bottom:34px;
}

.categories-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.category-card{
    display:block;
    text-decoration:none;
    color:inherit;
}

.category-image{
    aspect-ratio:1 / 1.15;
    overflow:hidden;
}

.category-image img{
    width:100%;
    height:100%;

    object-fit:cover;
    display:block;

    transition:transform .6s ease;
}

.category-card:hover img{
    transform:scale(1.03);
}

.category-card h3{
    margin-top:18px;

    font-size:17px;
    font-weight:400;

    line-height:1.3;

    color:#111827;
}

.shop-style-section{
    padding:24px 0 80px;
}

.shop-style-section img{
    display:block;
    max-width:100%;
}

.shop-style-section .container {
    width:100%;
    max-width:1820px;
    margin:0 auto;
    padding: 20px;
}

.shop-style-section .section-title{
    margin:0 0 34px;

    font-family:"Cormorant Garamond", serif;
    font-size:44px;
    font-weight:400;
    line-height:1.05;
    color:#1d2430;
}

.shop-style-section .style-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:10px;
}

.shop-style-section .style-card{
    display:block;
}

.shop-style-section .style-image{
    aspect-ratio:0.74;
    overflow:hidden;
    background:#ececec;
}

.shop-style-section .style-image img{
    width:100%;
    height:100%;
    object-fit:cover;

    transition:transform .7s ease;
}

.shop-style-section .style-card:hover img{
    transform:scale(1.04);
}

.shop-style-section .style-card h3{
    margin:18px 0 0;

    font-size:17px;
    font-weight:400;
    line-height:1.3;
    color:#151515;
}

.promo-banner{
    position:relative;
    margin:0 50px 70px;
    background:#12484c;
    overflow:hidden;
}

.promo-inner{
    min-height:160px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:80px;

    padding:24px 40px;
}

.promo-product{
    flex-shrink:0;
}

.promo-product img{
    width:125px;
    height:auto;
}

.promo-content{
    color:#fff;
}

.promo-eyebrow{
    display:block;
    font-size:22px;
    font-weight:400;
    letter-spacing:.02em;
    margin-bottom:16px;
}

.promo-main{
    margin:0;
    font-size:18px;
    line-height:1.7;
    font-weight:400;
    text-transform:uppercase;
    max-width:900px;
}

.promo-code{
    margin-top:14px;
    font-size:18px;
    line-height:1.5;
    font-weight:400;
}

.promo-code strong{
    font-weight:700;
}

.promo-terms{
    position:absolute;

    right:18px;
    bottom:14px;

    font-size:11px;
    color:#fff;

    text-decoration:underline;
    opacity:.9;
}

.popular-jewelry-section{
    background:#f5f5f3;
    padding:30px 0 120px;
}

.popular-jewelry-section .container{
    max-width:1820px;
    margin:0 auto;
    padding:0 48px;
}

.popular-jewelry-section .section-title{
    margin:0 0 42px;
    font-family:"Cormorant Garamond", serif;
    font-size:44px;
    font-weight:400;
    line-height:1.05;
    color:#1d2430;
}

.popular-jewelry-section .slider-wrapper{
    position:relative;
}

.popular-jewelry-section .popular-slider{
    display:flex;
    gap:28px;
    overflow-x:auto;
    scrollbar-width:none;
}

.popular-jewelry-section .popular-slider::-webkit-scrollbar{
    display:none;
}

.popular-jewelry-section .slider-arrow{
    position:absolute;
    right:12px;
    top:140px;
    width:58px;
    height:58px;
    border:none;
    border-radius:50%;
    background:#ffffff;
    box-shadow:
    0 8px 24px rgba(0,0,0,.12);
    font-size:34px;
    cursor:pointer;
    z-index:10;
}

.popular-jewelry-section .product-card{
    width:290px;
    flex-shrink:0;
}

.popular-jewelry-section .product-image{
    position:relative;
    height:290px;
    background:#f8f8f7;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.popular-jewelry-section .product-image img{
    width:78%;
    height:auto;
    transition:transform .45s ease;
}

.popular-jewelry-section .product-card:hover img{
    transform:scale(1.04);
}

.popular-jewelry-section .product-badge{
    position:absolute;
    top:12px;
    left:12px;
    background:#ffffff;
    padding:8px 14px;
    border-radius:999px;
    font-size:10px;
    font-weight:700;
    letter-spacing:.12em;
    color:#111827;
}

.popular-jewelry-section .swatches{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:22px;
}

.popular-jewelry-section .swatch{
    width:24px;
    height:24px;
    border-radius:50%;
}

.popular-jewelry-section .silver{
    background:#d8d8d8;
}

.popular-jewelry-section .gold{
    background:#efd48d;
}

.popular-jewelry-section .rose{
    background:#efc1a8;
}

.popular-jewelry-section .active{
    border:3px solid #0d7d80;
}

.popular-jewelry-section .product-title{
    margin:16px 0 0;
    font-size:15px;
    font-weight:400;
    line-height:1.25;
    text-align:center;
    color:#111827;
}

.popular-jewelry-section .product-price{
    margin-top:10px;
    text-align:center;
    font-size:15px;
    font-weight:400;
    color:#111827;
}

.best-sellers{
    margin-top:130px;
}

.best-sellers-title{
    text-align:center;
    font-family:"Cormorant Garamond", serif;
    font-size:44px;
    font-weight:400;
    color:#1d2430;
    margin:0 0 35px;
}

.best-sellers-buttons{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.best-sellers-buttons a{
    width:300px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #5f5f5f;
    background:transparent;
    color:#111827;
    font-size:15px;
    font-weight:400;
    transition:.25s ease;
}

.best-sellers-buttons a:hover{
    background:#111827;
    color:#ffffff;
}

.summer-edit{
    position:relative;
    background:#f4f2ec;
    min-height:1450px;
    overflow:hidden;
}

.summer-edit__bg-star{
    position:absolute;
    inset:0;
    margin:auto;
    width:1200px;
    height:1200px;
    background:url("../images/brilliantstones/reference-08.jpg")
    center/contain no-repeat;
    opacity:.07;
    z-index:1;
}

.summer-edit__content{
    position:relative;
    z-index:20;
    text-align:center;
    padding-top:260px;
}

.eyebrow{
    display:block;
    font-family:"Cormorant Garamond",serif;
    font-size:52px;
    letter-spacing:.4em;
    color:#2a2a2a;
}

.summer-edit h2{
    margin:0;
    font-family:"Cormorant Garamond",serif;
    font-size:90px;
    font-weight:400;
    line-height:.9;
    color:#222;
}

.summer-edit h2 em{
    font-style:italic;
}

.subhead{
    display:block;
    margin-top:30px;
    font-family:"Cormorant Garamond",serif;
    font-size:38px;
    letter-spacing:.35em;
}

.summer-edit h3{
    margin-top:10px;
    font-family:"Cormorant Garamond",serif;
    font-size:58px;
    font-weight:400;
    letter-spacing:.15em;
}

.shop-btn{
    display:inline-flex;
    margin-top:60px;
    width:520px;
    height:68px;
    align-items:center;
    justify-content:center;
    background:#0f4f4f;
    color:white;
    font-size:22px;
    letter-spacing:.18em;
}

.floating-image{
    position:absolute;
    z-index:15;
    background:white;
    padding:10px;
    box-shadow:
    0 10px 30px rgba(0,0,0,.12);
}

.floating-image img{
    display:block;
    width:100%;
}

.image-top-left{
    top:100px;
    left:350px;
    width:180px;
}

.image-top-right{
    top:140px;
    right:520px;
    width:200px;
}

.image-center{
    bottom:170px;
    left:50%;
    width:560px;
    transform:translateX(-50%);
}

.label{
    position:absolute;
    z-index:20;
    font-family:"Cormorant Garamond",serif;
    font-size:30px;
    text-align:center;
    line-height:1.1;
}

.label span{
    font-style:italic;
}

.gemstone{
    left:70px;
    top:520px;
}

.pacific{
    right:220px;
    top:90px;
}

.silver{
    left:380px;
    bottom:330px;
}

.charm{
    right:210px;
    bottom:300px;
}

.decor{
    position:absolute;
    z-index:10;
}

.decor-necklace-top{
    top:-40px;
    left:0;
    width:100%;
}

.decor-ring-left{
    top:40px;
    left:80px;
}

.decor-ring-right{
    top:230px;
    right:90px;
}

.decor-silver{
    left:40px;
    bottom:300px;
}

.decor-charm{
    right:40px;
    bottom:120px;
}

.design-jewelry {
    background: #f5f4f2;
    padding: 58px 48px 70px;
}

.design-jewelry .container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.design-jewelry .section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    color: #182432;
    margin-bottom: 38px;
}

.design-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.design-card {
    text-decoration: none;
    color: inherit;
}

.image-wrap {
    overflow: hidden;
    background: #eceee8;
    aspect-ratio: 1 / 1.16;
}

.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.design-card:hover img {
    transform: scale(1.03);
}

.design-card h3 {
    margin-top: 18px;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
    color: #111827;
}

.featured-collections {
    background: #f5f4f2;
    padding: 0;
}

.collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
}

.collection-card {
    background: #f5f4f2;
    text-align: center;
}

.collection-image {
    width: 100%;
    aspect-ratio: 1 / 1.05;
    overflow: hidden;
}

.collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.collection-card:hover img {
    transform: scale(1.03);
}

.collection-content {
    padding: 42px 40px 48px;
}

.collection-content h3 {
    margin: 0 0 18px;
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.15;
    color: #182432;
}

.collection-content p {
    max-width: 420px;
    margin: 0 auto 36px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #243140;
}

.collection-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 52px;
    border: 1px solid #2d3748;
    background: transparent;
    color: #182432;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    transition: all .25s ease;
}

.collection-btn:hover {
    background: #182432;
    color: white;
}

.meaning-jewelry {
    background: #f5f4f2;
    padding: 78px 34px 72px;
}

.meaning-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.meaning-heading {
    margin: 0 0 34px;
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    color: #182432;
}

.meaning-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.meaning-card {
    text-decoration: none;
}

.meaning-image {
    overflow: hidden;
    background: #edf0ea;
    aspect-ratio: 1 / 1.15;
}

.meaning-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.meaning-card:hover img {
    transform: scale(1.03);
}

.meaning-content {
    padding-top: 16px;
}

.meaning-content h3 {
    margin: 0 0 10px;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
    color: #182432;
}

.meaning-content p {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #243140;
}

.industry-standards {
    background: #f5f4f2;
    padding: 52px 40px;
}

.industry-banner {
    position: relative;
    width: 100%;
    max-width: 1840px;
    margin: 0 auto;
    height: 380px;
    background-image:
        linear-gradient(
            rgba(0,0,0,.05),
            rgba(0,0,0,.05)
        ),
        url("../images/brilliantstones/reference-09.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.industry-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 780px;
    padding: 0 30px;
}

.industry-overlay-content h2 {
    margin: 0 0 24px;
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.05;
    color: #ffffff;
}

.industry-overlay-content p {
    margin: 0 auto 42px;
    max-width: 700px;
    font-family: Inter, sans-serif;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 400;
    color: #ffffff;
}

.industry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 54px;
    background: #ffffff;
    color: #182432;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    transition: all .25s ease;
}

.industry-btn:hover {
    background: #f2f2f2;
}

.jewelry-reviews {
    background: #f5f4f2;
    padding: 32px 40px 70px;
}

.reviews-container {
    width: 100%;
}

.reviews-heading {
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    color: #132238;
    margin-bottom: 36px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.review-card {
    display: flex;
    flex-direction: column;
}

.review-image {
    width: 100%;
    aspect-ratio: 0.88;
    overflow: hidden;
    margin-bottom: 12px;
}

.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.reviewer {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: #363636;
}

.stars {
    font-size: 18px;
    color: #2f2f2f;
    letter-spacing: 1px;
}

.review-card h3 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    color: #1d1d1d;
    margin-bottom: 18px;
}

.review-card p {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
    color: #303030;
    margin-bottom: 30px;
}

.review-card a {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 15px;
    color: #222;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.jewelry-education {
    background: #f5f4f2;
    padding: 40px 40px 70px;
}

.education-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.education-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    color: #132238;
    margin-bottom: 34px;
}

.education-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.education-card {
    display: flex;
    flex-direction: column;
}

.education-image {
    width: 100%;
    aspect-ratio: 0.83;
    overflow: hidden;
    margin-bottom: 22px;
}

.education-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.education-card:hover img {
    transform: scale(1.03);
}

.education-content h3 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 12px;
}

.education-content p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #373737;
    max-width: 95%;
}

@media (max-width:1600px){

    .style-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media (max-width:1024px){
    .section-title{
        font-size:48px;
    }

    .style-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .promo-inner{
        flex-direction:column;
        gap:24px;
        text-align:center;
        padding:40px 24px;
    }

    .promo-main{
        max-width:none;
    }

}

@media (max-width:1200px){

    .featured-card{
        height:520px;
    }

    .featured-card__overlay h2{
        font-size:58px;
    }

    .categories-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title,
    .best-sellers-title{
        font-size:52px;
    }

    .product-card{
        width:250px;
    }

    .product-image{
        height:250px;
    }

    .design-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .collections-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .collection-content {
        padding-top: 30px;
    }

    .meaning-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .industry-banner {
        height: 320px;
    }

    .industry-overlay-content h2 {
        font-size: 52px;
    }

    .industry-overlay-content p {
        font-size: 18px;
    }

    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-heading {
        font-size: 52px;
    }

}

@media (max-width:768px){

    .jewelry-featured__grid{
        grid-template-columns:1fr;
    }

    .featured-card{
        height:520px;
    }

    .featured-card__overlay{
        bottom:45px;
    }

    .featured-card__overlay h2{
        font-size:44px;
    }

    .featured-btn{
        min-width:190px;
        height:52px;
        font-size:16px;
    }

    .shop-style-section .container{
        padding:0 20px;
    }

    .categories-title{
        font-size:42px;
        margin-bottom:24px;
    }

    .categories-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .category-card h3{
        font-size:18px;
        margin-top:14px;
    }

    .container{
        padding:0 20px;
    }

    .section-title{
        font-size:42px;
        margin-bottom:28px;
    }

    .style-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .style-image{
        aspect-ratio:0.75;
    }

    .style-card h3{
        font-size:18px;
    }

    .promo-banner{
        margin:0 20px 50px;
    }

    .promo-product img{
        width:100px;
    }

    .promo-eyebrow{
        font-size:18px;
    }

    .promo-main{
        font-size:15px;
    }

    .promo-code{
        font-size:15px;
    }

    .popular-jewelry-section .container{
        padding:0 20px;
    }

    .section-title,
    .best-sellers-title{
        font-size:42px;
    }

    .best-sellers{
        margin-top:80px;
    }

    .best-sellers-buttons{
        flex-direction:column;
    }

    .best-sellers-buttons a{
        width:100%;
    }

    .product-card{
        width:220px;
    }

    .product-image{
        height:220px;
    }

    .slider-arrow{
        display:none;
    }

    .design-jewelry {
        padding: 40px 20px 60px;
    }

    .design-jewelry .section-title {
        font-size: 46px;
        margin-bottom: 28px;
    }

    .design-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .design-card h3 {
        font-size: 15px;
    }

    .collection-content {
        padding: 28px 24px 40px;
    }

    .collection-content h3 {
        font-size: 30px;
    }

    .collection-content p {
        font-size: 16px;
    }

    .collection-btn {
        width: 100%;
        max-width: 260px;
    }

    .meaning-jewelry {
        padding: 48px 20px 60px;
    }

    .meaning-heading {
        font-size: 48px;
        margin-bottom: 24px;
    }

    .meaning-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .meaning-content h3 {
        font-size: 22px;
    }

    .meaning-content p {
        font-size: 16px;
    }

    .industry-standards {
        padding: 24px 20px;
    }

    .industry-banner {
        height: 300px;
    }

    .industry-overlay-content h2 {
        font-size: 38px;
    }

    .industry-overlay-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .industry-btn {
        width: 140px;
        height: 48px;
        font-size: 16px;
    }

    .jewelry-reviews {
        padding: 24px 20px 50px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .reviews-heading {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .review-card h3 {
        font-size: 20px;
    }

    .review-card p {
        font-size: 16px;
    }

}
