.bd-jewelry {
    background: var(--bd-color-ivory, #faf9f6);
    color: var(--bd-color-forest, #0f2a1d);
}

.bd-jewelry .bd-shell {
    width: min(100% - 40px, 1180px);
    margin-inline: auto;
}

.bd-jewelry-hero {
    padding: 0 0 clamp(64px, 9vw, 120px);
}

.bd-jewelry .bd-breadcrumbs {
    padding: 0 0 clamp(16px, 2.5vw, 24px);
    font-family: var(--bd-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: var(--bd-color-forest-muted, rgba(15, 42, 29, 0.65));
}

.bd-jewelry .bd-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bd-jewelry .bd-breadcrumbs li {
    display: inline-flex;
    align-items: center;
}

.bd-jewelry .bd-breadcrumbs li + li::before {
    content: "/";
    margin-right: 8px;
    color: rgba(15, 42, 29, 0.3);
    font-weight: 300;
}

.bd-jewelry .bd-breadcrumbs a {
    color: var(--bd-color-forest-muted, rgba(15, 42, 29, 0.65));
    text-decoration: none;
    transition: color 0.2s ease;
}

.bd-jewelry .bd-breadcrumbs a:hover,
.bd-jewelry .bd-breadcrumbs a:focus-visible {
    color: var(--bd-gold-ink, var(--bd-color-forest, #0f2a1d));
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bd-jewelry .bd-breadcrumbs [aria-current="page"] {
    color: var(--bd-color-forest, #0f2a1d);
    font-weight: 500;
}

.bd-jewelry .bd-hero-breadcrumbs .bd-breadcrumbs {
    padding: 0;
}

.bd-jewelry-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(32px, 6vw, 72px);
    align-items: center;
}

.bd-jewelry-two-col,
.bd-jewelry-final__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(32px, 6vw, 72px);
    align-items: stretch;
}

.bd-jewelry-hero__content {
    padding-block: clamp(28px, 4vw, 52px);
}

.bd-jewelry-hero h1,
.bd-jewelry-section h2,
.bd-jewelry-final h2 {
    max-width: 760px;
    margin: 0;
    color: #0f2a1d;
    font-family: var(--bd-font-heading, "Playfair Display", serif);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
}

.bd-jewelry-hero h1 {
    font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.bd-jewelry-section h2,
.bd-jewelry-final h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.bd-jewelry-hero__lead,
.bd-jewelry-section__head p,
.bd-jewelry-two-col > div > p,
.bd-jewelry-final p {
    max-width: 720px;
    color: #424844;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.7;
}

.bd-jewelry-hero__media,
.bd-jewelry-custom figure {
    margin: 0;
}

.bd-jewelry-hero__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd-jewelry-hero__media img,
.bd-jewelry-custom img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
}

.bd-jewelry-proof,
.bd-jewelry-trust__grid {
    display: grid;
    gap: 1px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    background: #d9d6cf;
    border: 1px solid #d9d6cf;
}

.bd-jewelry-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bd-jewelry-proof li,
.bd-jewelry-trust__grid p {
    margin: 0;
    padding: 18px;
    background: #faf9f6;
    color: #0f2a1d;
}

.bd-jewelry-trust {
    padding: 0 0 clamp(56px, 8vw, 96px);
}

.bd-jewelry-trust__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bd-jewelry-trust strong,
.bd-jewelry-trust span {
    display: block;
}

.bd-jewelry-trust strong,
.bd-jewelry-category-card h3,
.bd-jewelry-product-card h3 {
    margin-bottom: 8px;
}

.bd-jewelry-section {
    padding: clamp(64px, 9vw, 120px) 0;
}

.bd-jewelry-section--muted {
    background: #f4f3f1;
}

.bd-jewelry-section__head {
    display: grid;
    gap: 18px;
    margin-bottom: clamp(32px, 5vw, 56px);
}

.bd-jewelry-category-grid,
.bd-jewelry-product-grid,
.bd-jewelry-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.bd-jewelry-category-card,
.bd-jewelry-product-card {
    min-width: 0;
    border: 1px solid #e3e2e0;
    background: #fff;
}

.bd-jewelry-category-card__link,
.bd-jewelry-product-card > a,
.bd-jewelry-mini-grid a,
.bd-jewelry-chip-grid a,
.bd-jewelry-decision-grid a {
    display: grid;
    min-height: 44px;
    color: inherit;
    text-decoration: none;
}

.bd-jewelry-category-card__link:focus-visible,
.bd-jewelry-product-card > a:focus-visible,
.bd-jewelry-mini-grid a:focus-visible,
.bd-jewelry-chip-grid a:focus-visible,
.bd-jewelry-decision-grid a:focus-visible,
.bd-jewelry-gallery a:focus-visible {
    outline: 2px solid #9a7740;
    outline-offset: 3px;
}

.bd-jewelry-category-card__media,
.bd-jewelry-product-card > a > img {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f4f3f1;
}

.bd-jewelry-category-card__media img,
.bd-jewelry-product-card img,
.bd-jewelry-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 360ms ease;
}

.bd-jewelry-category-card:hover img,
.bd-jewelry-product-card:hover img,
.bd-jewelry-gallery a:hover img {
    transform: scale(1.02);
}

.bd-jewelry-category-card__body,
.bd-jewelry-product-card__body {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.bd-jewelry-category-card h3,
.bd-jewelry-product-card h3 {
    margin: 0;
    color: #0f2a1d;
    font: inherit;
    font-weight: 700;
    line-height: 1.35;
}

.bd-jewelry-category-card span,
.bd-jewelry-product-card span,
.bd-jewelry-product-card small,
.bd-jewelry-mini-grid span,
.bd-jewelry-chip-grid span,
.bd-jewelry-decision-grid span {
    color: #424844;
    line-height: 1.55;
}

.bd-jewelry-category-card em,
.bd-jewelry-product-card em {
    color: #765722;
    font-style: normal;
}

.bd-jewelry-mini-grid,
.bd-jewelry-chip-grid,
.bd-jewelry-decision-grid {
    display: grid;
    gap: 16px;
}

.bd-jewelry-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bd-jewelry-chip-grid,
.bd-jewelry-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bd-jewelry-mini-grid a,
.bd-jewelry-chip-grid a,
.bd-jewelry-decision-grid a {
    gap: 8px;
    padding: 22px;
    border: 1px solid #d9d6cf;
    background: #faf9f6;
}

.bd-jewelry-table-wrap {
    overflow-x: auto;
    border: 1px solid #d9d6cf;
    background: #fff;
}

.bd-jewelry-table-wrap table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.bd-jewelry-table-wrap th,
.bd-jewelry-table-wrap td {
    padding: 18px;
    border-bottom: 1px solid #e3e2e0;
    text-align: left;
    vertical-align: top;
}

.bd-jewelry-table-wrap th {
    color: #0f2a1d;
}

.bd-jewelry-table-wrap a,
.bd-jewelry-trust a,
.bd-jewelry-local dd a,
.bd-jewelry-faq p a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.bd-jewelry-table-wrap a:focus-visible,
.bd-jewelry-trust a:focus-visible,
.bd-jewelry-local dd a:focus-visible,
.bd-jewelry-faq p a:focus-visible {
    outline: 2px solid #9a7740;
    outline-offset: 3px;
}

.bd-jewelry-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bd-jewelry-product-card__body em {
    font-family: var(--bd-font-heading, "Playfair Display", serif);
    font-size: 1.1rem;
}

.bd-jewelry-centered-action {
    margin: 36px 0 0;
    text-align: center;
}

.bd-jewelry-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bd-jewelry-gallery figure {
    margin: 0;
}

.bd-jewelry-gallery a {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f4f3f1;
}

.bd-jewelry-local dl {
    display: grid;
    gap: 16px;
    margin: 28px 0 0;
}

.bd-jewelry-local dl div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d9d6cf;
}

.bd-jewelry-local dt {
    color: #424844;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .12em;
}

.bd-jewelry-local dd {
    margin: 0;
}

.bd-jewelry-local aside {
    display: grid;
    gap: 14px;
    align-content: center;
    padding: 28px;
    border: 1px solid #d9d6cf;
    background: #fff;
}

.bd-jewelry-logistics__links {
    display: grid;
    gap: 16px;
}

.bd-jewelry-logistics__links a {
    display: grid;
    min-height: 44px;
    gap: 8px;
    padding: 22px;
    border: 1px solid #d9d6cf;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.bd-jewelry-logistics__links a:focus-visible {
    outline: 2px solid #9a7740;
    outline-offset: 3px;
}

.bd-jewelry-logistics__links span {
    color: #424844;
    line-height: 1.55;
}

.bd-jewelry-faq__items {
    display: grid;
    gap: 12px;
}

.bd-jewelry-faq details {
    border: 1px solid #d9d6cf;
    background: #fff;
}

.bd-jewelry-faq summary {
    min-height: 44px;
    padding: 18px 22px;
    cursor: pointer;
    color: #0f2a1d;
    font-weight: 700;
}

.bd-jewelry-faq summary:focus-visible {
    outline: 2px solid #9a7740;
    outline-offset: -2px;
}

.bd-jewelry-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    color: #424844;
}

.bd-jewelry-final {
    padding: clamp(64px, 9vw, 120px) 0;
    background: #0f2a1d;
    color: #faf9f6;
}

.bd-jewelry-final h2,
.bd-jewelry-final p,
.bd-jewelry-final .bd-eyebrow {
    color: #faf9f6;
}

@media (max-width: 1024px) {
    .bd-jewelry-category-grid,
    .bd-jewelry-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bd-jewelry-gallery__grid,
    .bd-jewelry-chip-grid,
    .bd-jewelry-decision-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .bd-jewelry .bd-shell {
        width: min(100% - 40px, 1180px);
    }

    .bd-jewelry-hero__grid,
    .bd-jewelry-two-col,
    .bd-jewelry-final__inner {
        grid-template-columns: 1fr;
    }

    .bd-jewelry-hero__content {
        padding: 32px 0 48px;
    }

    .bd-jewelry-hero__media {
        order: -1;
    }

    .bd-jewelry-proof,
    .bd-jewelry-trust__grid,
    .bd-jewelry-category-grid,
    .bd-jewelry-product-grid,
    .bd-jewelry-gallery__grid,
    .bd-jewelry-mini-grid,
    .bd-jewelry-chip-grid,
    .bd-jewelry-decision-grid {
        grid-template-columns: 1fr;
    }

    .bd-jewelry-local dl div {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bd-jewelry-category-card__media img,
    .bd-jewelry-product-card img,
    .bd-jewelry-gallery img {
        transition: none;
    }

    .bd-jewelry-category-card:hover img,
    .bd-jewelry-product-card:hover img,
    .bd-jewelry-gallery a:hover img {
        transform: none;
    }
}
