.bd-minimalizm-front .site-content {
    padding-top: 0;
}

.bd-home {
    overflow: clip;
    color: var(--bd-text);
    background: var(--bd-surface);
}

.bd-home :where(a:not(.bd-btn):not(.bd-button)) {
    color: inherit;
}

.bd-home :where(p, ul, ol, dl, figure, blockquote) {
    margin-top: 0;
}

.bd-home .bd-btn,
.bd-home .bd-button {
    gap: 9px;
}

.bd-home .bd-icon,
.bd-home .bd-btn svg,
.bd-home .bd-text-link svg,
.bd-home dt svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.bd-hero {
    position: relative;
    min-height: min(860px, 100svh);
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--bd-grid-gap);
    align-items: center;
    padding: clamp(126px, 12vw, 176px) var(--bd-gutter) clamp(72px, 8vw, 112px);
    border-bottom: 1px solid var(--bd-border);
}

.bd-hero__wordmark {
    position: absolute;
    left: 18px;
    bottom: 38px;
    color: rgba(15, 42, 29, 0.16);
    font: 600 11px/1 var(--bd-sans);
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.bd-hero__content {
    grid-column: 1 / span 7;
    max-width: 790px;
    padding-right: clamp(0px, 2.4vw, 38px);
}

.bd-hero h1 {
    max-width: 15ch;
    margin: 16px 0 26px;
}

.bd-hero__lead {
    max-width: 63ch;
    margin-bottom: 28px;
}

.bd-hero__actions,
.bd-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.bd-hero__micro {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 20px 0 0;
    color: var(--bd-muted);
    font-size: 12px;
    line-height: 1.6;
}

.bd-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 32px 0 0;
    border-top: 1px solid var(--bd-border);
    border-bottom: 1px solid var(--bd-border);
}

.bd-hero__facts div {
    min-width: 0;
    padding: 18px 18px 18px 0;
}

.bd-hero__facts div + div {
    padding-left: 18px;
    border-left: 1px solid var(--bd-border);
}

.bd-hero__facts dt {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 8px;
    color: var(--bd-gold-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bd-hero__facts dd {
    margin: 0;
    color: var(--bd-muted);
    font-size: 12px;
    line-height: 1.55;
}

.bd-hero__media {
    position: relative;
    grid-column: 9 / -1;
    width: 100%;
    max-width: 560px;
    justify-self: end;
    margin: 0;
}

.bd-hero__media::before {
    position: absolute;
    z-index: -1;
    inset: 24px -24px -24px 24px;
    border: 1px solid var(--bd-gold-light);
    content: "";
}

.bd-hero__media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.bd-quick-answer,
.bd-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(32px, 6vw, 88px);
    align-items: center;
    padding: clamp(54px, 6vw, 84px) var(--bd-gutter);
    border-bottom: 1px solid var(--bd-border);
    background: var(--bd-surface-lowest);
}

.bd-quick-answer > div {
    max-width: 760px;
}

.bd-quick-answer h2,
.bd-final-cta h2 {
    margin: 12px 0 18px;
}

.bd-quick-answer p,
.bd-final-cta p,
.bd-section__head p,
.bd-split p {
    color: var(--bd-muted);
    line-height: 1.75;
}

.bd-quick-answer ul,
.bd-service-points {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bd-quick-answer li,
.bd-service-points li {
    padding: 10px 0;
    border-bottom: 1px solid var(--bd-border);
    color: var(--bd-muted);
    line-height: 1.55;
}

.bd-quick-answer li a {
    color: var(--bd-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bd-quick-answer > .bd-btn {
    grid-column: 2;
    justify-self: start;
}

.bd-section__head {
    max-width: 880px;
    margin-bottom: clamp(36px, 5vw, 64px);
}

.bd-section__head--row {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: end;
}

.bd-section__head h2 {
    max-width: 17ch;
    margin: 14px 0 18px;
}

.bd-section__head p {
    max-width: 70ch;
    margin-bottom: 0;
}

.bd-category-grid--bento {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: var(--bd-grid-gap);
    height: clamp(560px, 48vw, 720px);
}

.bd-category-grid--bento .bd-category-card {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: var(--bd-primary);
}

.bd-category-grid--bento .bd-category-card--feature {
    grid-column: 1 / span 7;
    grid-row: 1 / -1;
}

.bd-category-grid--bento .bd-category-card:not(.bd-category-card--feature) {
    grid-column: 8 / -1;
}

.bd-category-grid--bento .bd-category-card img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    transition: transform var(--bd-duration) var(--bd-ease);
}

.bd-category-grid--bento .bd-category-card:hover img,
.bd-category-grid--bento .bd-category-card:focus-visible img {
    transform: scale(1.02);
}

.bd-category-grid--bento .bd-category-card::after {
    position: absolute;
    inset: 0;
    background: rgba(0, 20, 10, 0.46);
    content: "";
}

.bd-category-grid--bento .bd-category-card__content {
    position: absolute;
    z-index: 1;
    inset: auto 0 0;
    display: grid;
    gap: 8px;
    margin: 0;
    padding: clamp(22px, 3vw, 38px);
    color: var(--bd-on-primary);
}

.bd-category-grid--bento .bd-category-card__content > span {
    margin: 0;
    color: var(--bd-on-primary);
    font: 600 clamp(27px, 3.2vw, 45px)/1.06 var(--bd-serif);
    letter-spacing: -0.025em;
}

.bd-category-grid--bento .bd-category-card__content p {
    max-width: 52ch;
    margin: 0;
    color: rgba(250, 249, 246, 0.84);
    font-size: 14px;
    line-height: 1.55;
}

.bd-category-grid--bento .bd-category-card__content strong {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--bd-on-primary);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bd-category-grid--bento .bd-category-card__content svg {
    width: 17px;
    height: 17px;
}

.bd-atelier {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 660px;
}

.bd-atelier__media,
.bd-atelier__content {
    min-width: 0;
}

.bd-atelier__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 660px;
    object-fit: cover;
}

.bd-atelier__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(60px, 8vw, 120px);
}

.bd-atelier__content h2 {
    max-width: 13ch;
    margin: 14px 0 24px;
}

.bd-atelier__content > p:not(.bd-eyebrow) {
    max-width: 62ch;
    margin-bottom: 22px;
}

.bd-atelier blockquote {
    max-width: 24ch;
    margin: 12px 0 30px;
    padding: 0;
    border: 0;
    color: var(--bd-on-primary);
    font: 500 clamp(25px, 3vw, 38px)/1.25 var(--bd-serif);
}

.bd-atelier--dark {
    color: var(--bd-on-primary);
    background: var(--bd-primary);
}

.bd-atelier--dark :where(h2, p, blockquote) {
    color: var(--bd-on-primary) !important;
}

.bd-atelier--dark .bd-eyebrow {
    color: var(--bd-gold-light) !important;
}

.bd-atelier--dark .bd-btn--secondary {
    border-color: var(--bd-gold-light);
    background: transparent;
    color: var(--bd-on-primary);
}

.bd-process-section .bd-section__head,
.bd-diamond-guide .bd-section__head {
    max-width: 850px;
}

.bd-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 34px;
    border-top: 1px solid var(--bd-border);
    border-bottom: 1px solid var(--bd-border);
}

.bd-process article {
    min-width: 0;
    padding: 28px 24px;
}

.bd-process article + article {
    border-left: 1px solid var(--bd-border);
}

.bd-process span {
    color: var(--bd-gold-ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.bd-process strong {
    display: block;
    margin: 14px 0 10px;
    color: var(--bd-primary);
    font: 600 22px/1.2 var(--bd-serif);
}

.bd-process p {
    margin: 0;
    color: var(--bd-muted);
    font-size: 14px;
    line-height: 1.65;
}

.bd-table {
    max-width: 1040px;
    margin: 0 0 28px;
    border: 1px solid var(--bd-border);
    background: var(--bd-surface-lowest);
}

.bd-table__row {
    display: grid;
    grid-template-columns: minmax(150px, 0.45fr) minmax(200px, 0.8fr) minmax(260px, 1.35fr);
}

.bd-table__row + .bd-table__row {
    border-top: 1px solid var(--bd-border);
}

.bd-table__row span {
    min-width: 0;
    padding: 17px 20px;
    color: var(--bd-muted);
    line-height: 1.55;
}

.bd-table__row span + span {
    border-left: 1px solid var(--bd-border);
}

.bd-table__row span:first-child,
.bd-table__head span {
    color: var(--bd-primary);
    font-weight: 700;
}

.bd-table__head {
    color: var(--bd-on-primary);
    background: var(--bd-primary);
}

.bd-table__head span {
    color: var(--bd-on-primary);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bd-note {
    max-width: 72ch;
    color: var(--bd-muted);
    font-size: 14px;
    line-height: 1.7;
}

.bd-featured-products .bd-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--bd-grid-gap);
}

.bd-product-card {
    min-width: 0;
}

.bd-product-card__image {
    display: block;
    overflow: hidden;
    background: var(--bd-surface-low);
}

.bd-product-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform var(--bd-duration) var(--bd-ease);
}

.bd-product-card:hover .bd-product-card__image img {
    transform: scale(1.02);
}

.bd-product-card h3 {
    margin: 17px 0 0;
    font: 600 18px/1.35 var(--bd-sans);
}

.bd-product-card h3 a,
.bd-service-list h3 a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.bd-product-card__price {
    margin: 8px 0 0;
    color: var(--bd-gold-ink);
    font-weight: 700;
}

.bd-product-card__status {
    margin: 7px 0 0;
    color: var(--bd-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bd-product-card__meta {
    margin: 8px 0 0;
    color: var(--bd-muted);
    font-size: 13px;
    line-height: 1.5;
}

.bd-inline-actions--center {
    justify-content: center;
    margin-top: 42px;
}

.bd-service-list {
    border-top: 1px solid var(--bd-border);
}

.bd-service-list article {
    min-height: 116px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 22px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid var(--bd-border);
}

.bd-service-list > article > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--bd-border);
    color: var(--bd-gold-ink);
}

.bd-service-list h3 {
    margin: 0 0 7px;
    font: 600 clamp(23px, 2.5vw, 34px)/1.15 var(--bd-serif);
}

.bd-service-list p {
    max-width: 70ch;
    margin: 0;
    color: var(--bd-muted);
    line-height: 1.65;
}

.bd-service-list__arrow {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: var(--bd-primary);
}

.bd-location-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
        "location proof"
        "faq faq";
    border-top: 1px solid var(--bd-border);
    border-bottom: 1px solid var(--bd-border);
    background: var(--bd-surface-low);
}

.bd-location,
.bd-visit-proof,
.bd-faq {
    min-width: 0;
    padding: clamp(56px, 7vw, 100px) var(--bd-gutter);
}

.bd-location {
    grid-area: location;
    border-right: 1px solid var(--bd-border);
}

.bd-visit-proof {
    grid-area: proof;
}

.bd-location h2,
.bd-visit-proof h2,
.bd-faq h2 {
    max-width: 16ch;
    margin: 14px 0 20px;
}

.bd-location > p:not(.bd-eyebrow),
.bd-visit-proof > p:not(.bd-eyebrow),
.bd-faq > p:not(.bd-eyebrow) {
    max-width: 62ch;
    color: var(--bd-muted);
    line-height: 1.75;
}

.bd-location dl {
    display: grid;
    gap: 0;
    margin: 30px 0;
    border-top: 1px solid var(--bd-border);
}

.bd-location dl div {
    display: grid;
    grid-template-columns: minmax(105px, 0.35fr) minmax(0, 1fr);
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid var(--bd-border);
}

.bd-location dt {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: var(--bd-gold-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bd-location dd {
    margin: 0;
    color: var(--bd-muted);
    line-height: 1.65;
}

.bd-location dd a {
    color: var(--bd-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bd-visit-proof ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.bd-visit-proof li {
    padding: 15px 0;
    border-top: 1px solid var(--bd-border);
    color: var(--bd-muted);
}

.bd-visit-proof li:last-child {
    border-bottom: 1px solid var(--bd-border);
}

.bd-faq--wide {
    grid-area: faq;
    border-top: 1px solid var(--bd-border);
    background: var(--bd-surface);
}

.bd-faq details {
    max-width: 980px;
    border-top: 1px solid var(--bd-border);
}

.bd-faq details:last-of-type {
    border-bottom: 1px solid var(--bd-border);
    margin-bottom: 24px;
}

.bd-faq summary {
    position: relative;
    min-height: 58px;
    padding: 18px 44px 18px 0;
    color: var(--bd-primary);
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.bd-faq summary::-webkit-details-marker {
    display: none;
}

.bd-faq summary::after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    content: "";
    transform: translateY(-70%) rotate(45deg);
    transition: transform var(--bd-duration) var(--bd-ease);
}

.bd-faq details[open] summary::after {
    transform: translateY(-20%) rotate(225deg);
}

.bd-faq details p {
    max-width: 72ch;
    margin: 0;
    padding: 0 0 20px;
    color: var(--bd-muted);
    line-height: 1.75;
}

.bd-final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-block: clamp(72px, 8vw, 112px);
    color: var(--bd-on-primary);
    background: var(--bd-primary);
}

.bd-final-cta h2,
.bd-final-cta p {
    color: var(--bd-on-primary) !important;
}

.bd-final-cta h2 {
    max-width: 20ch;
}

.bd-final-cta .bd-eyebrow {
    color: var(--bd-gold-light) !important;
}

.bd-final-cta .bd-btn--primary {
    border-color: var(--bd-on-primary);
    background: var(--bd-on-primary);
    color: var(--bd-primary);
}

.bd-final-cta .bd-btn--ghost {
    border-color: rgba(250, 249, 246, 0.52);
    color: var(--bd-on-primary);
}

@media (max-width: 980px) {
    .bd-hero__content {
        grid-column: 1 / span 7;
    }

    .bd-hero__media {
        grid-column: 8 / -1;
    }

    .bd-process,
    .bd-featured-products .bd-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bd-process article:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--bd-border);
    }

    .bd-process article:nth-child(4) {
        border-top: 1px solid var(--bd-border);
    }
}

@media (max-width: 760px) {
    .bd-hero {
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 112px 20px 72px;
    }

    .bd-hero__wordmark {
        display: none;
    }

    .bd-hero__content,
    .bd-hero__media {
        grid-column: 1;
    }

    .bd-hero__content {
        padding-right: 0;
    }

    .bd-hero h1 {
        font-size: clamp(43px, 12.4vw, 58px);
    }

    .bd-hero__lead {
        font-size: 16px;
    }

    .bd-hero__facts {
        grid-template-columns: 1fr;
    }

    .bd-hero__facts div,
    .bd-hero__facts div + div {
        padding: 14px 0;
        border-left: 0;
        border-top: 1px solid var(--bd-border);
    }

    .bd-hero__facts div:first-child {
        border-top: 0;
    }

    .bd-hero__media {
        width: calc(100% - 24px);
        margin-top: 30px;
        justify-self: start;
    }

    .bd-hero__media::before {
        inset: 16px -16px -16px 16px;
    }

    .bd-quick-answer,
    .bd-final-cta,
    .bd-section__head--row,
    .bd-location-faq {
        grid-template-columns: 1fr;
    }

    .bd-quick-answer,
    .bd-final-cta {
        padding-inline: 20px;
    }

    .bd-quick-answer > .bd-btn {
        grid-column: 1;
    }

    .bd-section__head--row {
        gap: 20px;
    }

    .bd-category-grid--bento {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        height: auto;
    }

    .bd-category-grid--bento .bd-category-card,
    .bd-category-grid--bento .bd-category-card--feature,
    .bd-category-grid--bento .bd-category-card:not(.bd-category-card--feature) {
        grid-column: 1;
        grid-row: auto;
        min-height: 440px;
    }

    .bd-category-grid--bento .bd-category-card:not(.bd-category-card--feature) {
        min-height: 340px;
    }

    .bd-atelier {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .bd-atelier__media img {
        min-height: 460px;
        max-height: 620px;
    }

    .bd-atelier__content {
        padding: 64px 20px 72px;
    }

    .bd-process {
        grid-template-columns: 1fr;
    }

    .bd-process article,
    .bd-process article + article,
    .bd-process article:nth-child(3),
    .bd-process article:nth-child(4) {
        padding-inline: 0;
        border-left: 0;
        border-top: 1px solid var(--bd-border);
    }

    .bd-process article:first-child {
        border-top: 0;
    }

    .bd-table {
        overflow-x: auto;
    }

    .bd-table__row {
        min-width: 650px;
    }

    .bd-featured-products .bd-products {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(260px, 78vw);
        overflow-x: auto;
        padding-bottom: 16px;
        scroll-snap-type: x mandatory;
    }

    .bd-featured-products .bd-product-card {
        scroll-snap-align: start;
    }

    .bd-service-list article {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 16px;
    }

    .bd-service-list__arrow {
        display: none;
    }

    .bd-location-faq {
        grid-template-areas:
            "location"
            "proof"
            "faq";
    }

    .bd-location,
    .bd-visit-proof,
    .bd-faq {
        padding: 64px 20px;
    }

    .bd-location {
        border-right: 0;
        border-bottom: 1px solid var(--bd-border);
    }

    .bd-final-cta {
        gap: 28px;
    }
}

@media (max-width: 480px) {
    .bd-hero__actions,
    .bd-final-cta .bd-inline-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .bd-hero__actions .bd-btn,
    .bd-final-cta .bd-btn {
        width: 100%;
    }

    .bd-location dl div {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
