:root {
    --bn-black: #070908;
    --bn-ink: #101513;
    --bn-panel: #f4efe3;
    --bn-panel-soft: #1b221f;
    --bn-cream: #f4efe3;
    --bn-muted: #b8b2a4;
    --bn-gold: #c49a4a;
    --bn-gold-soft: #e1c177;
    --bn-line: rgba(196, 154, 74, 0.26);
}

body.bn-home {
    background: var(--bn-black);
    color: var(--bn-cream);
    font-family: "Jost", Arial, sans-serif;
    padding-top: 0 !important;
}

.bn-home .preloader {
    display: none !important;
}

.bn-page {
    background: var(--bn-black);
    color: var(--bn-cream);
    overflow: hidden;
}

.bn-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 247, 245, 0.94);
    border-bottom: 1px solid rgba(196, 154, 74, 0.16);
    backdrop-filter: blur(18px);
}

.bn-nav {
    min-height: 166px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
    padding: 24px clamp(20px, 4vw, 58px);
}

.bn-nav-menu,
.bn-socials {
    display: flex;
    align-items: center;
    gap: clamp(18px, 3vw, 38px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.bn-nav-menu a,
.bn-socials a,
.bn-footer a {
    color: var(--bn-cream);
    text-decoration: none;
    transition: color 0.25s ease;
}

.bn-nav-menu a {
    position: relative;
    font-family: "Cormorant Infant", serif;
    font-size: 19px;
    font-weight: 600;
}

.bn-nav-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 0;
    height: 2px;
    background: var(--bn-gold);
    transition: width 0.25s ease;
}

.bn-nav-menu a:hover,
.bn-nav-menu a.is-active,
.bn-socials a:hover,
.bn-footer a:hover {
    color: var(--bn-gold-soft);
}

.bn-nav-menu a:hover::after,
.bn-nav-menu a.is-active::after {
    width: 48px;
}

.bn-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--bn-cream);
    text-decoration: none;
    line-height: 1;
}

.bn-brand-mark {
    font-family: "Cormorant Infant", serif;
    font-size: 68px;
    font-weight: 600;
    letter-spacing: -0.08em;
    color: var(--bn-gold);
}

.bn-brand-name {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.52em;
    text-transform: uppercase;
}

.bn-nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}

.bn-socials {
    gap: 26px;
    font-size: 24px;
}

.bn-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 28px;
    border-radius: 999px;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.bn-button:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.bn-button-outline,
.bn-button-dark {
    border: 1px solid var(--bn-gold);
    background: rgba(255, 253, 251, 0.72);
    color: var(--bn-cream);
}

.bn-button-gold {
    border: 1px solid var(--bn-gold);
    background: linear-gradient(135deg, var(--bn-gold), var(--bn-gold-soft));
    color: #3a2029;
}

.bn-menu-toggle,
.bn-mobile-panel {
    display: none;
}

.bn-overview-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: calc(100vh - 166px);
    display: flex;
    align-items: flex-end;
    padding: 92px clamp(20px, 5vw, 72px) 92px;
    background: #2f1d25;
}

.bn-overview-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 76% 10%, rgba(225, 193, 119, 0.42), transparent 32%),
        linear-gradient(90deg, rgba(42, 23, 32, 0.82), rgba(42, 23, 32, 0.34) 58%, rgba(42, 23, 32, 0.78)),
        linear-gradient(180deg, rgba(42, 23, 32, 0.18), rgba(42, 23, 32, 0.86));
}

.bn-overview-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.bn-overview-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 46%;
    filter: saturate(0.98) brightness(0.78);
    transform: scale(1.02);
}

.bn-overview-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.bn-overview-hero h1 {
    max-width: 780px;
    margin: 0;
    color: #070908;
    font-family: "Cormorant Infant", serif;
    font-size: clamp(68px, 9vw, 124px);
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: 0;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}

.bn-overview-hero-copy>p:not(.bn-script) {
    max-width: 720px;
    margin: 34px 0 0;
    color: #070908;
    font-size: 18px;
    line-height: 1.8;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.bn-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: calc(100vh - 166px);
    display: flex;
    align-items: flex-end;
    background:
        radial-gradient(circle at 82% 12%, rgba(225, 193, 119, 0.22), transparent 28%),
        linear-gradient(180deg, #070908 0%, #101513 64%, #070908 100%);
    padding: 90px clamp(20px, 5vw, 72px) 100px;
}

.bn-hero::before,
.bn-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bn-hero::before {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(42, 23, 32, 0.72) 0%, rgba(42, 23, 32, 0.48) 36%, rgba(42, 23, 32, 0.16) 68%, rgba(42, 23, 32, 0.52) 100%),
        linear-gradient(180deg, rgba(255, 247, 245, 0.08) 0%, rgba(42, 23, 32, 0.12) 42%, rgba(42, 23, 32, 0.78) 100%);
}

.bn-hero::after {
    z-index: 2;
    border: 1px solid rgba(225, 193, 119, 0.3);
    border-left: 0;
    border-right: 0;
    box-shadow: inset 0 90px 120px rgba(42, 23, 32, 0.2), inset 0 -90px 120px rgba(42, 23, 32, 0.44);
}

.bn-hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.94) contrast(1.08) brightness(0.74);
    transform: scale(1.02);
}

.bn-hero-inner {
    position: relative;
    z-index: 3;
    max-width: 880px;
    padding-left: clamp(0px, 1.6vw, 20px);
}

.bn-script {
    margin: 0 0 -18px;
    color: var(--bn-gold);
    font-family: "Great Vibes", cursive;
    font-size: clamp(42px, 6vw, 70px);
    line-height: 1;
    word-spacing: 0.14em;
}

.bn-hero h1,
.bn-section h2,
.bn-cta h2 {
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    letter-spacing: 0;
}

.bn-hero h1 {
    color: #070908;
    max-width: 760px;
    margin: 0;
    font-size: clamp(68px, 9vw, 124px);
    line-height: 0.88;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.46);
}

.bn-hero-copy {
    max-width: 760px;
    margin: 44px 0 30px;
    color: #070908;
    font-size: 18px;
    line-height: 1.8;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.54);
}

.bn-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

@media (min-width: 768px) and (max-height: 820px) {
    .bn-hero {
        padding-top: 58px;
        padding-bottom: 66px;
    }

    .bn-script {
        margin-bottom: -12px;
        font-size: clamp(42px, 5vw, 58px);
    }

    .bn-hero h1 {
        max-width: 680px;
        font-size: clamp(62px, 8vw, 104px);
    }

    .bn-hero-copy {
        max-width: 700px;
        margin: 28px 0 24px;
        font-size: 17px;
        line-height: 1.65;
    }
}

.bn-section {
    position: relative;
    z-index: 31;
    padding: 104px clamp(20px, 5vw, 72px);
    background: var(--bn-ink);
}

.bn-section:nth-of-type(odd) {
    background: var(--bn-black);
}

.bn-section-head {
    max-width: 790px;
    margin-bottom: 52px;
}

.bn-section-head-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bn-kicker {
    margin: 0 0 12px;
    color: var(--bn-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.bn-section h2,
.bn-cta h2 {
    margin: 0;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 0.95;
}

.bn-section-head p:not(.bn-kicker),
.bn-gallery-copy p,
.bn-about-copy p,
.bn-cta p {
    color: var(--bn-muted);
    font-size: 18px;
    line-height: 1.8;
}

.bn-services {
    padding-top: 84px;
    padding-bottom: 88px;
}

.bn-services .bn-section-head {
    max-width: 650px;
    margin-bottom: 34px;
}

.bn-service-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.bn-service-card {
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #f4efe3;
    border: 1px solid rgba(196, 154, 74, 0.2);
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.1);
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bn-service-card:hover,
.bn-service-card:focus {
    transform: translateY(-5px);
    border-color: rgba(196, 154, 74, 0.46);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.16);
    color: inherit;
    text-decoration: none;
}

.bn-service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    filter: saturate(0.94) contrast(1.02);
    transition: transform 0.55s ease, filter 0.55s ease;
}

.bn-service-card:hover img {
    transform: scale(1.05);
    filter: saturate(1.08) contrast(1.04);
}

.bn-service-card div {
    padding: 22px 22px 24px;
}

.bn-service-card span,
.bn-difference-grid span,
.bn-offer-grid span,
.bn-contact-grid span {
    display: block;
    margin-bottom: 12px;
    color: var(--bn-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.bn-service-card h3,
.bn-difference-grid h3,
.bn-offer-grid h3,
.bn-review-grid h3,
.bn-contact-grid a {
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-size: 28px;
    line-height: 1.05;
    margin: 0 0 18px;
}

.bn-service-card p,
.bn-difference-grid p,
.bn-offer-grid p,
.bn-review-grid p {
    color: var(--bn-muted);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.bn-difference-grid,
.bn-offer-grid,
.bn-review-grid,
.bn-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.bn-difference-grid article,
.bn-offer-grid a,
.bn-review-grid article,
.bn-contact-grid article {
    background: var(--bn-panel);
    border: 1px solid rgba(196, 154, 74, 0.14);
    padding: 38px 34px;
}

.bn-difference-grid article {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    display: flex;
    align-items: flex-end;
    padding: 0;
    isolation: isolate;
}

.bn-difference-grid article::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(7, 9, 8, 0.05) 0%, rgba(7, 9, 8, 0.28) 48%, rgba(7, 9, 8, 0.82) 100%),
        radial-gradient(circle at 30% 0%, rgba(225, 193, 119, 0.42), transparent 34%);
}

.bn-difference-grid img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.bn-difference-grid article:hover img {
    transform: scale(1.06);
    filter: saturate(1.08);
}

.bn-difference-grid article>div {
    position: relative;
    z-index: 2;
    padding: 32px;
}

.bn-difference-grid h3,
.bn-difference-grid p {
    color: #070908;
}

.bn-difference-grid span {
    color: var(--bn-gold-soft);
}

.bn-gallery,
.bn-about {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(34px, 5vw, 66px);
    align-items: center;
}

.bn-gallery {
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 20%, rgba(225, 193, 119, 0.5), transparent 28%),
        linear-gradient(135deg, #070908 0%, #101513 52%, #f4efe3 100%);
    padding-top: 82px;
    padding-bottom: 82px;
}

.bn-gallery-copy {
    position: relative;
    z-index: 2;
    max-width: 610px;
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid rgba(196, 154, 74, 0.16);
    background: rgba(255, 253, 251, 0.7);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
}

.bn-gallery-copy::before {
    content: "BN";
    position: absolute;
    right: 22px;
    bottom: -12px;
    color: rgba(196, 154, 74, 0.08);
    font-family: "Cormorant Infant", serif;
    font-size: clamp(90px, 11vw, 150px);
    font-weight: 700;
    line-height: 0.8;
    pointer-events: none;
}

.bn-gallery-copy h2 {
    font-size: clamp(54px, 6.4vw, 94px);
}

.bn-gallery-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.bn-gallery-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(196, 154, 74, 0.16);
    border-radius: 999px;
    background: rgba(255, 247, 245, 0.78);
    color: var(--bn-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bn-gallery-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.18fr 0.82fr 0.82fr;
    grid-template-rows: 220px 220px;
    gap: 16px;
    min-height: 456px;
}

.bn-gallery-grid::before {
    content: "";
    position: absolute;
    inset: -28px;
    z-index: 0;
    border: 1px solid rgba(196, 154, 74, 0.12);
    background: rgba(255, 253, 251, 0.32);
    transform: rotate(-1.5deg);
}

.bn-gallery-tile {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 0;
    display: block;
    border: 1px solid rgba(196, 154, 74, 0.14);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.14);
    color: #070908;
    text-decoration: none;
}

.bn-gallery-tile-large {
    grid-row: 1 / span 2;
}

.bn-gallery-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(7, 9, 8, 0.72) 100%);
    opacity: 0.92;
}

.bn-gallery-tile img,
.bn-about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.7s ease;
}

.bn-gallery-tile:hover img,
.bn-gallery-tile:focus img {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.02);
}

.bn-gallery-tile span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    color: #070908;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bn-gallery-tile-large span {
    left: 24px;
    bottom: 24px;
    font-family: "Cormorant Infant", serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.bn-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    color: var(--bn-gold);
    font-weight: 700;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
}

.bn-text-link::after {
    content: "";
    width: 48px;
    height: 1px;
    background: currentColor;
}

.bn-offer-grid a {
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bn-offer-grid a::after {
    content: "Book this offer";
    display: inline-flex;
    width: max-content;
    margin-top: 24px;
    padding: 10px 16px;
    border: 1px solid var(--bn-line);
    border-radius: 999px;
    color: var(--bn-cream);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bn-offer-grid a:hover,
.bn-offer-grid a:focus {
    transform: translateY(-5px);
    border-color: rgba(196, 154, 74, 0.42);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
    color: inherit;
    text-decoration: none;
}

.bn-gift-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
    background:
        radial-gradient(circle at 12% 18%, rgba(225, 193, 119, 0.38), transparent 32%),
        var(--bn-ink);
}

.bn-gift-card-copy {
    max-width: 680px;
}

.bn-gift-card-copy p:not(.bn-kicker) {
    max-width: 620px;
    color: var(--bn-muted);
    font-size: 17px;
    line-height: 1.85;
}

.bn-gift-card-copy .bn-button {
    margin-top: 24px;
}

.bn-gift-card-panel {
    position: relative;
    min-height: 300px;
    padding: clamp(28px, 4vw, 46px);
    overflow: hidden;
    border: 1px solid var(--bn-line);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255, 253, 251, 0.92), rgba(244, 239, 227, 0.86)),
        url("../photos/gallery/generated/goderich-wellness/classic-facial-treatment-square.jpg") center/cover;
    background-blend-mode: screen;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.15);
    color: var(--bn-cream);
}

.bn-gift-card-panel::before {
    position: absolute;
    inset: 18px;
    content: "";
    border: 1px solid rgba(196, 154, 74, 0.28);
    border-radius: 20px;
}

.bn-gift-card-panel span,
.bn-gift-card-panel strong,
.bn-gift-card-panel p {
    position: relative;
    z-index: 1;
    display: block;
}

.bn-gift-card-panel span {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bn-gift-card-panel strong {
    margin-top: 54px;
    font-family: "Cormorant Infant", serif;
    font-size: clamp(52px, 7vw, 84px);
    font-weight: 600;
    line-height: 0.9;
}

.bn-gift-card-panel p {
    margin: 26px 0 0;
    color: var(--bn-muted);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bn-home-team {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 86px);
    align-items: center;
    background:
        radial-gradient(circle at 80% 12%, rgba(225, 193, 119, 0.44), transparent 28%),
        var(--bn-black);
}

.bn-home-team-media {
    position: relative;
    min-height: 620px;
}

.bn-home-team-media::before {
    position: absolute;
    inset: 34px -22px -24px 34px;
    content: "";
    border: 1px solid var(--bn-line);
    border-radius: 34px;
}

.bn-home-team-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 620px;
    object-fit: cover;
    border: 12px solid rgba(255, 253, 251, 0.84);
    border-radius: 34px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.16);
}

.bn-home-team-note {
    position: absolute;
    z-index: 2;
    right: -18px;
    bottom: 38px;
    max-width: 240px;
    padding: 22px 24px;
    border: 1px solid var(--bn-line);
    border-radius: 22px;
    background: rgba(255, 253, 251, 0.9);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(14px);
}

.bn-home-team-note span {
    color: var(--bn-gold);
    font-family: "Jost", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bn-home-team-note strong {
    display: block;
    margin-top: 8px;
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-size: 26px;
    line-height: 1.02;
}

.bn-home-team-content .bn-section-head {
    margin-bottom: 28px;
}

.bn-home-staff-list .row {
    row-gap: 14px;
    margin-right: -7px;
    margin-left: -7px;
}

.bn-home-staff-list [class*="col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 0 !important;
    padding-right: 7px;
    padding-left: 7px;
}

.bn-home-staff-list .staff-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 0;
    height: 100%;
    padding: 14px;
    border: 1px solid rgba(196, 154, 74, 0.18);
    border-radius: 18px !important;
    background:
        linear-gradient(135deg, rgba(255, 253, 251, 0.92), rgba(244, 239, 227, 0.7));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08) !important;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bn-home-staff-list .staff-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 154, 74, 0.34);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.13) !important;
}

.bn-home-staff-list .staff-card>img {
    width: 58px !important;
    height: 58px !important;
    padding: 3px !important;
    border: 1px solid rgba(196, 154, 74, 0.2);
    background: #f4efe3;
}

.bn-home-staff-list .card-body {
    padding: 0;
    min-width: 0;
}

.bn-home-staff-list .card-title {
    margin: 0;
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-size: 24px;
    line-height: 0.95;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bn-home-staff-list .card-subtitle {
    margin-top: 5px;
    color: var(--bn-gold) !important;
    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bn-home-staff-list .card-text {
    display: none;
}

.bn-home-staff-list .collapse,
.bn-home-staff-list .btn-link {
    display: none !important;
}

.bn-home-staff-list .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin-top: 10px !important;
    padding: 7px 13px;
    border: 1px solid rgba(196, 154, 74, 0.42);
    border-radius: 999px;
    background: rgba(255, 253, 251, 0.7);
    color: var(--bn-cream);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.bn-home-staff-list .btn-primary:hover {
    background: linear-gradient(135deg, var(--bn-gold), var(--bn-gold-soft));
    border-color: transparent;
    color: #3a2029;
}

.bn-promo-section {
    display: none;
}

.bn-promo-shell {
    max-width: 980px;
    margin: 0 auto;
}

.promotionSwiper {
    display: block;
}

.promotionSwiper swiper-slide {
    display: block;
}

.promotion-content {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: grid;
    align-content: center;
    gap: 12px;
    padding: clamp(34px, 6vw, 70px);
    border: 1px solid rgba(196, 154, 74, 0.2);
    background:
        radial-gradient(circle at 85% 12%, rgba(225, 193, 119, 0.58), transparent 30%),
        linear-gradient(135deg, #f4efe3 0%, #101513 58%, #1b221f 100%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.promotion-content::before {
    content: "BN";
    position: absolute;
    right: 36px;
    bottom: -18px;
    color: rgba(196, 154, 74, 0.08);
    font-family: "Cormorant Infant", serif;
    font-size: clamp(150px, 20vw, 260px);
    font-weight: 700;
    line-height: 0.8;
}

.promotion-text-color {
    position: relative;
    z-index: 1;
    color: var(--bn-cream);
}

.promotion-content h3 {
    margin: 0;
    max-width: 680px;
    font-family: "Cormorant Infant", serif;
    font-size: clamp(42px, 6vw, 82px);
    line-height: 0.94;
}

.promotion-content h4 {
    width: max-content;
    margin: 0;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--bn-gold);
    color: #070908;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.promotion-content p {
    margin: 0;
    max-width: 620px;
    color: var(--bn-muted);
    font-size: 17px;
    line-height: 1.75;
}

.bn-cta {
    position: relative;
    z-index: 31;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 86px clamp(20px, 5vw, 72px);
    background:
        linear-gradient(rgba(7, 9, 8, 0.72), rgba(7, 9, 8, 0.72)),
        url("../photos/home/contact-bg.jpg") center/cover;
}

.bn-cta .bn-script {
    margin-bottom: -8px;
}

.bn-cta a.address {
    color: var(--bn-gold-soft);
    text-decoration: none;
}

.bn-about {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 16%, rgba(225, 193, 119, 0.42), transparent 30%),
        linear-gradient(135deg, #f4efe3 0%, #070908 48%, #101513 100%);
}

.bn-about-media {
    position: relative;
    min-height: 560px;
    isolation: isolate;
}

.bn-about-media::before {
    content: "";
    position: absolute;
    inset: 42px 40px 30px 0;
    z-index: 0;
    border: 1px solid rgba(196, 154, 74, 0.18);
    background: rgba(255, 253, 251, 0.54);
    transform: rotate(-2deg);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
}

.bn-about-frame {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(196, 154, 74, 0.16);
    background: #f4efe3;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16);
}

.bn-about-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease, filter 0.8s ease;
}

.bn-about-frame-main {
    left: 0;
    top: 34px;
    width: 72%;
    height: 82%;
}

.bn-about-frame-accent {
    right: 0;
    bottom: 32px;
    width: 42%;
    height: 46%;
    z-index: 2;
}

.bn-about-media:hover .bn-about-frame-main img {
    transform: scale(1.045);
    filter: saturate(1.04);
}

.bn-about-media:hover .bn-about-frame-accent img {
    transform: scale(1.075);
}

.bn-about-badge {
    position: absolute;
    right: 8%;
    top: 8%;
    z-index: 3;
    max-width: 210px;
    padding: 18px 20px;
    border: 1px solid rgba(196, 154, 74, 0.18);
    background: rgba(255, 253, 251, 0.86);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(14px);
    animation: bn-soft-float 5.8s ease-in-out infinite;
}

.bn-about-badge span {
    display: block;
    margin-bottom: 8px;
    color: var(--bn-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bn-about-badge strong {
    display: block;
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.05;
}

.bn-about-copy {
    position: relative;
    z-index: 2;
}

.bn-about-points {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.bn-about-points span {
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    max-width: 100%;
    padding: 11px 15px;
    border: 1px solid rgba(196, 154, 74, 0.14);
    border-radius: 999px;
    background: rgba(255, 253, 251, 0.78);
    color: var(--bn-cream);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    font-weight: 700;
}

.bn-about-points i {
    color: var(--bn-gold);
}

@keyframes bn-soft-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.bn-stars {
    color: var(--bn-gold);
    letter-spacing: 0.16em;
    margin-bottom: 20px;
}

.bn-reviews {
    overflow: hidden;
}

.bn-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.flane-review-card {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid rgba(196, 154, 74, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 253, 251, 0.92), rgba(255, 240, 243, 0.9)),
        radial-gradient(circle at 100% 0%, rgba(225, 193, 119, 0.36), transparent 32%);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.flane-review-card::before {
    content: "\201C";
    position: absolute;
    right: 24px;
    top: -22px;
    color: rgba(196, 154, 74, 0.12);
    font-family: "Cormorant Infant", serif;
    font-size: 150px;
    line-height: 1;
}

.flane-review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(196, 154, 74, 0.34);
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.16);
}

.flane-review-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.flane-review-avatar {
    width: 58px;
    height: 58px;
    border: 3px solid #070908;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.flane-review-name {
    margin: 0 0 4px;
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-size: 27px;
    line-height: 1;
}

.flane-review-verified {
    color: var(--bn-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.flane-review-stars {
    margin-top: 5px;
    color: var(--bn-gold);
    font-size: 13px;
    letter-spacing: 0.1em;
}

.flane-review-text {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    overflow: hidden;
    min-height: 126px;
    margin: 0;
    color: var(--bn-muted);
    font-size: 15px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.flane-review-text.expanded {
    display: block;
    overflow: visible;
    min-height: 0;
    -webkit-line-clamp: unset;
}

.flane-read-more {
    position: relative;
    z-index: 1;
    width: max-content;
    margin-top: 18px;
    color: var(--bn-gold);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.flane-review-divider {
    height: 1px;
    margin: 24px 0 18px;
    background: rgba(196, 154, 74, 0.16);
}

.flane-review-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.flane-review-tag,
.flane-review-note {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(225, 193, 119, 0.35);
    color: var(--bn-cream);
    font-size: 11px;
    font-weight: 800;
}

.flane-review-note {
    background: rgba(255, 247, 245, 0.88);
    color: var(--bn-muted);
}

.bn-about-copy p {
    max-width: 660px;
}

.bn-overview-story {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(34px, 6vw, 78px);
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 14%, rgba(225, 193, 119, 0.5), transparent 30%),
        linear-gradient(135deg, #f4efe3 0%, #070908 48%, #101513 100%);
}

.bn-overview-story-copy h2 {
    max-width: 700px;
}

.bn-overview-story-copy p:not(.bn-kicker) {
    max-width: 680px;
    color: var(--bn-muted);
    font-size: 18px;
    line-height: 1.8;
}

.bn-overview-story-media {
    position: relative;
    min-height: 650px;
    isolation: isolate;
}

.bn-overview-story-media::before {
    content: "";
    position: absolute;
    inset: 36px 34px 42px 44px;
    z-index: 0;
    border: 1px solid rgba(196, 154, 74, 0.18);
    background: rgba(255, 253, 251, 0.5);
    box-shadow: 0 28px 76px rgba(0, 0, 0, 0.12);
    transform: rotate(2deg);
}

.bn-overview-photo-main,
.bn-overview-photo-small {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(196, 154, 74, 0.16);
    background: #f4efe3;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16);
}

.bn-overview-photo-main {
    top: 24px;
    right: 0;
    width: 68%;
    height: 78%;
}

.bn-overview-photo-small {
    left: 0;
    bottom: 26px;
    z-index: 2;
    width: 46%;
    height: 46%;
}

.bn-overview-photo-main img,
.bn-overview-photo-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease, filter 0.8s ease;
}

.bn-overview-story-media:hover img {
    transform: scale(1.055);
    filter: saturate(1.05);
}

.bn-overview-floating-note {
    position: absolute;
    left: 12%;
    top: 8%;
    z-index: 3;
    max-width: 230px;
    padding: 18px 20px;
    border: 1px solid rgba(196, 154, 74, 0.18);
    background: rgba(255, 253, 251, 0.88);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(14px);
    animation: bn-soft-float 5.8s ease-in-out infinite;
}

.bn-overview-floating-note span {
    display: block;
    margin-bottom: 8px;
    color: var(--bn-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bn-overview-floating-note strong {
    display: block;
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.05;
}

.bn-overview-values {
    background:
        radial-gradient(circle at 18% 8%, rgba(225, 193, 119, 0.48), transparent 28%),
        var(--bn-ink);
}

.bn-overview-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.bn-overview-value-grid article {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 30px;
    border: 1px solid rgba(196, 154, 74, 0.15);
    background:
        linear-gradient(180deg, rgba(255, 253, 251, 0.94), rgba(255, 247, 245, 0.86)),
        radial-gradient(circle at 100% 0%, rgba(225, 193, 119, 0.4), transparent 34%);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bn-overview-value-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(196, 154, 74, 0.34);
    box-shadow: 0 28px 66px rgba(0, 0, 0, 0.16);
}

.bn-overview-value-grid span {
    color: var(--bn-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.bn-overview-value-grid i {
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin: 38px 0 24px;
    border-radius: 50%;
    background: rgba(225, 193, 119, 0.36);
    color: var(--bn-gold);
    font-size: 22px;
}

.bn-overview-value-grid h3 {
    margin: 0 0 14px;
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-size: 31px;
    line-height: 1.02;
}

.bn-overview-value-grid p {
    margin: 0;
    color: var(--bn-muted);
    font-size: 15px;
    line-height: 1.65;
}

.bn-overview-team {
    background:
        radial-gradient(circle at 86% 0%, rgba(225, 193, 119, 0.4), transparent 30%),
        var(--bn-black);
}

.bn-overview-staff-list:empty {
    display: none;
}

.bn-overview-staff-list .card {
    border: 1px solid rgba(196, 154, 74, 0.15) !important;
    background: rgba(255, 253, 251, 0.9);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1) !important;
}

.bn-overview-staff-list .card-title {
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-size: 28px;
}

.bn-overview-staff-list .btn-primary {
    border-color: var(--bn-gold);
    background: linear-gradient(135deg, var(--bn-gold), var(--bn-gold-soft));
    color: #3a2029;
}

.bn-contact-grid a {
    display: inline-block;
    font-size: 27px;
    text-decoration: none;
}

.bn-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: stretch;
}

.bn-contact-copy>p:not(.bn-kicker) {
    max-width: 620px;
    margin: 24px 0 34px;
    color: var(--bn-muted);
    font-size: 18px;
    line-height: 1.8;
}

.bn-contact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
}

.bn-contact-grid article,
.bn-hours-card {
    padding: 24px;
    border: 1px solid rgba(196, 154, 74, 0.14);
    background: rgba(255, 253, 251, 0.82);
}

.bn-contact-grid a {
    color: var(--bn-cream);
    font-size: clamp(22px, 3vw, 31px);
    line-height: 1.08;
}

.bn-hours-card {
    margin-top: 14px;
}

.bn-hours-card>span {
    display: block;
    margin-bottom: 14px;
    color: var(--bn-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.bn-hours-card ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bn-hours-card li,
.bn-hours-card .row {
    margin: 0;
}

.bn-hours-card p,
.bn-hours-card span {
    margin: 0;
    color: var(--bn-muted) !important;
    font-size: 14px;
    line-height: 1.45;
}

.bn-hours-card .row {
    display: grid;
    grid-template-columns: minmax(88px, 0.46fr) 1fr;
    gap: 12px;
}

.bn-map-card {
    overflow: hidden;
    min-height: 100%;
    border: 1px solid rgba(196, 154, 74, 0.16);
    background: var(--bn-panel);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.1);
}

.bn-map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 620px;
    border: 0;
    filter: saturate(0.92) contrast(0.98);
}

.bn-legal-page .bn-header {
    background: rgba(255, 247, 245, 0.92);
}

.bn-legal-hero .bn-overview-hero-copy {
    max-width: 650px;
}

.bn-legal-section {
    background:
        radial-gradient(circle at top left, rgba(225, 193, 119, 0.28), transparent 34%),
        var(--bn-ink);
}

.bn-legal-section .container {
    max-width: 1120px;
}

.bn-legal-section .row {
    display: block;
}

.bn-legal-section .salon-policy,
.bn-legal-section .content-section {
    max-width: 1040px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid var(--bn-line);
    border-radius: 22px;
    background: var(--bn-panel);
    box-shadow: 0 26px 70px rgba(7, 9, 8, 0.08);
    color: var(--bn-cream);
    font-family: "Jost", sans-serif;
    text-align: left;
}

.bn-legal-section .text-center {
    text-align: center;
}

.bn-legal-section .salon-policy,
.bn-legal-section .content-section {
    text-align: left;
}

.bn-legal-section h1,
.bn-legal-section h3,
.bn-legal-section h4 {
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    letter-spacing: 0;
}

.bn-legal-section h1 {
    font-size: clamp(2.3rem, 4vw, 3.6rem);
}

.bn-legal-section h3 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.bn-legal-section h4 {
    margin-top: 28px;
    margin-bottom: 12px;
    color: var(--bn-gold);
    font-size: clamp(1.25rem, 2.2vw, 1.65rem) !important;
    text-transform: none;
}

.bn-legal-section p,
.bn-legal-section li {
    color: var(--bn-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.bn-legal-section .brand,
.bn-legal-section .phone,
.bn-legal-section .address {
    color: var(--bn-cream);
}

.bn-legal-section .divider-lg {
    width: 72px;
    height: 1px;
    margin: 20px auto 24px;
    background: var(--bn-gold);
}

.bn-legal-section .policy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
    align-items: start;
}

.bn-legal-section .policy-column {
    display: grid;
    gap: 24px;
    align-content: start;
}

.bn-legal-section .policy-item {
    height: auto;
    margin: 0;
    padding: 24px;
    border: 1px solid var(--bn-line);
    border-radius: 18px;
    background: #070908;
}

.bn-legal-section .policy-item h4 {
    display: block;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bn-line);
}

.bn-legal-section ul {
    padding-left: 1.2rem;
}

.bn-legal-section .online-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--bn-gold), var(--bn-gold-soft));
    color: #fff;
}

.bn-legal-section .bn-legal-closing {
    margin: 32px 0 0;
    text-align: center;
}

.bn-footer {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 38px clamp(20px, 5vw, 72px) 106px;
    padding-right: clamp(430px, 32vw, 560px);
    background: #101513;
    border-top: 1px solid rgba(196, 154, 74, 0.16);
    color: var(--bn-muted);
    text-align: center;
}

.bn-footer .bn-brand-mark {
    font-size: 44px;
}

.bn-footer .bn-brand-name {
    font-size: 9px;
}

.bn-footer-credit p {
    margin: 0;
}

.bn-footer-links {
    display: flex;
    gap: 18px;
}

.bn-home .floating-button {
    position: fixed;
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    right: max(22px, env(safe-area-inset-right));
    bottom: max(24px, env(safe-area-inset-bottom));
    left: auto;
    z-index: 9999;
    transform: none;
    margin-left: 0;
    margin-right: 0;
    pointer-events: none;
}

.bn-home .floating-button>[class*="col-"] {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.bn-home .btn-call-us,
.bn-home .btn-book-now {
    pointer-events: auto;
    min-width: 142px;
    margin: 0;
    padding: 12px 22px;
    border: 1px solid var(--bn-gold) !important;
    border-radius: 999px;
    background: rgba(255, 253, 251, 0.86) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    color: var(--bn-cream) !important;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    backdrop-filter: blur(12px);
}

.bn-home .btn-call-us:hover,
.bn-home .btn-book-now:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.bn-home .btn-book-now {
    background: linear-gradient(135deg, var(--bn-gold), var(--bn-gold-soft)) !important;
    color: #3a2029 !important;
}

.bn-page-hero {
    position: relative;
    display: grid;
    min-height: calc(100vh - 112px);
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: stretch;
    overflow: hidden;
    border-bottom: 1px solid var(--bn-line);
    background: var(--bn-ink);
}

.bn-page-hero-media {
    position: relative;
    min-height: 620px;
    overflow: hidden;
}

.bn-page-hero-media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(255, 240, 243, 0.08), rgba(255, 240, 243, 0.76));
}

.bn-page-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    animation: bnImageFloat 11s ease-in-out infinite alternate;
}

.bn-page-hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 680px;
    padding: clamp(64px, 8vw, 130px) clamp(24px, 6vw, 92px);
}

.bn-page-hero h1,
.bn-services-hero h1 {
    margin: 0;
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-size: clamp(64px, 8vw, 118px);
    font-weight: 500;
    line-height: 0.9;
}

.bn-page-hero-copy>p:not(.bn-script),
.bn-services-hero-copy>p:not(.bn-script) {
    max-width: 620px;
    margin: 26px 0 0;
    color: var(--bn-muted);
    font-size: 19px;
    line-height: 1.85;
}

.bn-contact-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.bn-contact-quick-grid article,
.bn-contact-panel,
.bn-service-note,
.bn-services-feature-card,
.blanc-service-api-card {
    border: 1px solid rgba(196, 154, 74, 0.17);
    background: rgba(255, 253, 251, 0.84);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
}

.bn-contact-quick-grid article {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bn-contact-quick-grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.15);
}

.bn-contact-quick-grid i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--bn-panel-soft);
    color: var(--bn-gold);
    font-size: 18px;
}

.bn-contact-quick-grid span,
.bn-contact-list strong,
.bn-hours-card strong,
.bn-contact-social strong {
    color: var(--bn-gold);
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bn-contact-quick-grid a {
    color: var(--bn-cream);
    font-family: "Cormorant Infant", serif;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
}

.bn-contact-full {
    padding-top: 0;
}

.bn-contact-panel {
    padding: clamp(30px, 5vw, 58px);
}

.bn-contact-panel h2 {
    margin: 0 0 20px;
    font-family: "Cormorant Infant", serif;
    font-size: clamp(48px, 5.5vw, 82px);
    font-weight: 500;
    line-height: 0.95;
}

.bn-contact-panel>p:not(.bn-kicker) {
    color: var(--bn-muted);
    font-size: 18px;
    line-height: 1.8;
}

.bn-contact-list {
    display: grid;
    gap: 18px;
    margin: 30px 0;
}

.bn-contact-list div {
    display: grid;
    gap: 8px;
    padding: 20px 0;
    border-top: 1px solid var(--bn-line);
}

.bn-contact-list a {
    color: var(--bn-cream);
    font-size: 20px;
    line-height: 1.5;
}

.bn-contact-social {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.bn-contact-social .social-media-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bn-contact-social .social-media-list a {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bn-line);
    border-radius: 999px;
    background: var(--bn-panel);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.09);
}

.bn-gallery-page-main {
    background: var(--bn-black);
}

.bn-gallery-page-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 32px auto 42px;
}

.bn-gallery-page-filter span,
.blanc-menu-tab {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bn-line);
    border-radius: 999px;
    background: rgba(255, 253, 251, 0.72);
    color: var(--bn-cream);
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 12px 18px;
    text-transform: uppercase;
}

.bn-gallery-page-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.blanc-gallery-page-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(196, 154, 74, 0.18);
    background: var(--bn-panel);
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.12);
}

.blanc-gallery-page-card::after {
    position: absolute;
    inset: 12px;
    pointer-events: none;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.blanc-gallery-page-card .custom-gallery-trigger,
.blanc-gallery-page-card .video-wrapper {
    display: block;
    aspect-ratio: 0.86;
    overflow: hidden;
}

.blanc-gallery-page-card img,
.blanc-gallery-page-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.55s ease;
}

.blanc-gallery-page-card:hover img,
.blanc-gallery-page-card:hover video {
    filter: saturate(1.08);
    transform: scale(1.06);
}

#custom-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

#custom-gallery-lightbox.active {
    display: flex;
}

.custom-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(58, 32, 41, 0.72);
    backdrop-filter: blur(12px);
}

.custom-gallery-content {
    position: relative;
    z-index: 1;
    width: min(86vw, 920px);
    max-height: 86vh;
    overflow: hidden;
    border: 1px solid rgba(225, 193, 119, 0.5);
    background: var(--bn-panel);
    box-shadow: 0 30px 90px rgba(34, 12, 22, 0.35);
}

.custom-gallery-content img {
    width: 100%;
    max-height: 86vh;
    object-fit: contain;
}


.custom-gallery-close,
.custom-gallery-prev,
.custom-gallery-next {
    position: fixed;
    z-index: 2;
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(225, 193, 119, 0.6);
    border-radius: 999px;
    background: rgba(255, 253, 251, 0.88);
    color: var(--bn-cream);
    font-size: 28px;
    line-height: 1;
}

.custom-gallery-close {
    top: 24px;
    right: 24px;
}

.custom-gallery-prev {
    left: 24px;
    top: 50%;
}

.custom-gallery-next {
    right: 24px;
    top: 50%;
}

.bn-services-hero {
    display: grid;
    min-height: calc(100vh - 112px);
    grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
    gap: clamp(28px, 5vw, 80px);
    align-items: center;
    padding: clamp(58px, 8vw, 118px) clamp(20px, 5vw, 72px);
    background:
        radial-gradient(circle at 82% 18%, rgba(225, 193, 119, 0.4), transparent 32%),
        linear-gradient(135deg, var(--bn-black), var(--bn-ink));
}

.bn-services-hero-copy {
    max-width: 720px;
}

.bn-services-hero-collage {
    position: relative;
    display: grid;
    min-height: 650px;
}

.bn-services-hero-collage img {
    position: absolute;
    width: 48%;
    height: 58%;
    object-fit: cover;
    border: 12px solid rgba(255, 253, 251, 0.82);
    box-shadow: 0 26px 76px rgba(0, 0, 0, 0.16);
}

.bn-services-hero-collage img:nth-child(1) {
    left: 0;
    top: 8%;
}

.bn-services-hero-collage img:nth-child(2) {
    right: 4%;
    top: 0;
    height: 64%;
}

.bn-services-hero-collage img:nth-child(3) {
    left: 24%;
    bottom: 0;
    width: 52%;
    height: 45%;
}

.bn-services-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.bn-services-feature-card {
    position: relative;
    display: flex;
    min-height: 460px;
    flex-direction: column;
    overflow: hidden;
    color: var(--bn-cream);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bn-services-feature-card:hover {
    color: var(--bn-cream);
    transform: translateY(-8px);
    box-shadow: 0 32px 82px rgba(0, 0, 0, 0.16);
}

.bn-services-feature-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.bn-services-feature-card span {
    margin: 24px 24px 8px;
    color: var(--bn-gold);
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.bn-services-feature-card h3 {
    margin: 0 24px;
    font-family: "Cormorant Infant", serif;
    font-size: 33px;
    font-weight: 500;
    line-height: 1;
}

.bn-services-feature-card p {
    margin: 18px 24px 28px;
    color: var(--bn-muted);
    font-size: 15px;
    line-height: 1.7;
}

.bn-service-api-shell {
    margin-top: 38px;
}

.blanc-menu-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
}

.blanc-menu-tab {
    cursor: pointer;
}

.blanc-menu-tab.active,
.blanc-menu-tab:hover {
    border-color: rgba(196, 154, 74, 0.45);
    background: var(--bn-gold);
    color: #3a2029;
}

.blanc-menu-category-hero {
    position: relative;
    display: grid;
    min-height: 390px;
    overflow: hidden;
    align-items: end;
    margin-bottom: 30px;
    border: 1px solid rgba(196, 154, 74, 0.18);
    background: var(--bn-cream);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.blanc-menu-category-hero-media,
.blanc-menu-category-hero-overlay {
    position: absolute;
    inset: 0;
}

.blanc-menu-category-hero-media {
    background-position: center;
    background-size: cover;
    transition: transform 0.7s ease;
}

.blanc-menu-category-hero:hover .blanc-menu-category-hero-media {
    transform: scale(1.04);
}

.blanc-menu-category-hero-overlay {
    background: linear-gradient(90deg, rgba(58, 32, 41, 0.68), rgba(58, 32, 41, 0.18));
}

.blanc-menu-category-hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    padding: clamp(28px, 5vw, 58px);
}

.blanc-menu-category-label {
    color: var(--bn-gold-soft);
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.blanc-menu-category-title {
    margin: 8px 0 12px;
    color: #f4efe3;
    font-family: "Cormorant Infant", serif;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 500;
    line-height: 0.95;
}

.blanc-menu-category-text {
    margin: 0;
    color: rgba(255, 253, 251, 0.84);
    font-size: 17px;
    line-height: 1.8;
}

.blanc-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.blanc-service-api-card {
    position: relative;
    display: flex;
    min-height: 240px;
    flex-direction: column;
    overflow: hidden;
    padding: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blanc-service-api-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 78px rgba(0, 0, 0, 0.15);
}

.blanc-service-api-card.is-featured {
    border-color: rgba(196, 154, 74, 0.38);
    background: linear-gradient(145deg, #f4efe3, #1b221f);
}

.blanc-service-api-ribbon {
    position: absolute;
    top: 18px;
    right: 18px;
}

.blanc-service-api-ribbon span {
    display: inline-flex;
    border-radius: 999px;
    background: var(--bn-gold);
    color: #3a2029;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding: 8px 12px;
    text-transform: uppercase;
}

.blanc-service-api-title {
    max-width: calc(100% - 96px);
    margin: 0 0 16px;
    font-family: "Cormorant Infant", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
}

.blanc-service-api-title a {
    color: var(--bn-cream);
}

.blanc-service-api-desc {
    color: var(--bn-muted);
    font-size: 15px;
    line-height: 1.7;
}

.desc-bullet {
    position: relative;
    padding-left: 16px;
}

.desc-bullet::before {
    position: absolute;
    left: 0;
    content: "•";
    color: var(--bn-gold);
}

.blanc-service-api-divider {
    width: 100%;
    height: 1px;
    margin: auto 0 18px;
    background: var(--bn-line);
}

.blanc-service-api-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.blanc-service-api-price {
    color: var(--bn-gold);
    font-family: "Cormorant Infant", serif;
    font-size: 32px;
    font-weight: 600;
}

.blanc-service-api-time {
    color: var(--bn-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bn-service-note {
    display: grid;
    grid-template-columns: 0.45fr 1fr;
    gap: 28px;
    align-items: center;
    margin-top: 36px;
    padding: 30px;
}

.bn-service-note h3 {
    margin: 0;
    font-family: "Cormorant Infant", serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 500;
    line-height: 1;
}

.bn-service-note p:last-child {
    margin: 0;
    color: var(--bn-muted);
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width: 1180px) {
    .bn-nav {
        grid-template-columns: auto 1fr auto;
        min-height: 108px;
    }

    .bn-nav-menu,
    .bn-socials {
        display: none;
    }

    .bn-brand {
        justify-self: center;
    }

    .bn-brand-mark {
        font-size: 52px;
    }

    .bn-brand-name {
        font-size: 10px;
    }

    .bn-menu-toggle {
        display: inline-flex;
        width: 46px;
        height: 46px;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        border: 1px solid var(--bn-line);
        background: transparent;
        padding: 0 12px;
    }

    .bn-menu-toggle span {
        height: 1px;
        background: var(--bn-cream);
    }

    .bn-mobile-panel {
        display: none;
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 24px 24px;
    }

    .bn-menu-open .bn-mobile-panel {
        display: grid;
    }

    .bn-mobile-panel a {
        color: var(--bn-cream);
        text-decoration: none;
        font-family: "Cormorant Infant", serif;
        font-size: 24px;
    }

    .bn-hero {
        min-height: calc(100vh - 108px);
    }

    .bn-service-list,
    .bn-difference-grid,
    .bn-offer-grid,
    .bn-gift-card,
    .bn-review-grid,
    .bn-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bn-gallery,
    .bn-about,
    .bn-home-team,
    .bn-overview-story,
    .bn-contact-layout {
        grid-template-columns: 1fr;
    }

    .bn-home-team-media {
        min-height: 520px;
    }

    .bn-home-team-media img {
        height: 520px;
    }

    .bn-page-hero,
    .bn-services-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .bn-page-hero-media {
        min-height: 440px;
        order: 2;
    }

    .bn-page-hero-copy {
        order: 1;
    }

    .bn-services-hero-collage {
        min-height: 540px;
    }

    .bn-contact-quick-grid,
    .bn-services-feature-grid,
    .blanc-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bn-overview-hero {
        min-height: calc(100vh - 108px);
    }

    .bn-overview-story-media {
        min-height: 640px;
    }

    .bn-overview-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bn-about-media {
        min-height: 640px;
    }

    .bn-about-frame-main {
        width: 68%;
    }

    .bn-gallery-copy {
        max-width: none;
    }

    .bn-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 300px 260px 260px;
    }

    .bn-gallery-tile-large {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .bn-contact-grid {
        grid-template-columns: 1fr;
    }

    .bn-map-card iframe {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .bn-nav {
        padding: 18px 18px;
    }

    .bn-nav-right {
        display: none;
    }

    .bn-brand {
        justify-self: center;
    }

    .bn-hero {
        align-items: center;
        padding: 72px 20px 86px;
    }

    .bn-overview-hero {
        align-items: center;
        padding: 72px 20px 86px;
    }

    .bn-script {
        margin-bottom: -8px;
        font-size: 42px;
    }

    .bn-hero h1 {
        font-size: clamp(58px, 18vw, 82px);
    }

    .bn-overview-hero h1 {
        font-size: clamp(58px, 18vw, 82px);
    }

    .bn-page-hero h1,
    .bn-services-hero h1 {
        font-size: clamp(52px, 16vw, 78px);
    }

    .bn-page-hero-copy,
    .bn-services-hero {
        padding: 66px 20px;
    }

    .bn-page-hero-media {
        min-height: 330px;
    }

    .bn-services-hero-collage {
        min-height: 430px;
    }

    .bn-services-hero-collage img {
        border-width: 8px;
    }

    .bn-contact-quick-grid,
    .bn-services-feature-grid,
    .blanc-menu-grid,
    .bn-service-note {
        grid-template-columns: 1fr;
    }

    .bn-contact-quick-grid article {
        min-height: 190px;
        padding: 24px;
    }

    .bn-contact-quick-grid a {
        font-size: 31px;
    }

    .bn-contact-panel {
        padding: 28px 22px;
    }

    .bn-services-feature-card {
        min-height: 0;
    }

    .bn-services-feature-card img {
        height: 230px;
    }

    .blanc-menu-filter {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow-x: visible;
        gap: 10px;
        padding-bottom: 0;
    }

    .blanc-menu-tab {
        width: 100%;
        min-height: 52px;
        padding: 12px 10px;
        white-space: nowrap;
    }

    .blanc-menu-category-hero {
        min-height: 340px;
    }

    .blanc-menu-category-hero-content {
        padding: 26px;
    }

    .blanc-service-api-card {
        min-height: 0;
        padding: 24px;
    }

    .blanc-service-api-title {
        max-width: none;
        padding-right: 82px;
        font-size: 31px;
    }

    .bn-hero-copy,
    .bn-overview-hero-copy>p:not(.bn-script),
    .bn-page-hero-copy>p:not(.bn-script),
    .bn-services-hero-copy>p:not(.bn-script),
    .bn-section-head p:not(.bn-kicker),
    .bn-gallery-copy p,
    .bn-about-copy p,
    .bn-cta p {
        font-size: 16px;
    }

    .bn-hero-actions,
    .bn-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .bn-footer {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 34px 20px 112px;
        text-align: center;
    }

    .bn-legal-section .policy-grid {
        grid-template-columns: 1fr;
    }

    .bn-legal-section .salon-policy,
    .bn-legal-section .content-section {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .bn-button {
        width: 100%;
    }

    .bn-section {
        padding: 74px 20px;
    }

    .bn-section h2,
    .bn-cta h2 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .bn-gallery-copy {
        padding: 24px;
    }

    .bn-home-team-media {
        min-height: 420px;
    }

    .bn-home-team-media::before {
        inset: 18px -10px -14px 18px;
    }

    .bn-home-team-media img {
        height: 420px;
        border-width: 8px;
        border-radius: 24px;
    }

    .bn-home-team-note {
        right: 14px;
        bottom: 18px;
    }

    .bn-home-staff-list [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .bn-home-staff-list .staff-card {
        grid-template-columns: 54px minmax(0, 1fr);
        padding: 13px;
    }

    .bn-home-staff-list .staff-card>img {
        width: 54px !important;
        height: 54px !important;
    }

    .bn-home-staff-list .card-title {
        font-size: 23px;
    }

    .bn-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 12px;
        min-height: 0;
    }

    .bn-gallery-grid::before {
        inset: -12px;
    }

    .bn-gallery-tile,
    .bn-gallery-tile-large {
        min-height: 260px;
    }

    .bn-gallery-tile-large span {
        font-size: 27px;
    }

    .bn-about-media {
        min-height: 520px;
    }

    .bn-about-media::before {
        inset: 26px 18px 22px;
    }

    .bn-about-frame-main {
        left: 0;
        top: 20px;
        width: 78%;
        height: 76%;
    }

    .bn-about-frame-accent {
        right: 0;
        bottom: 22px;
        width: 48%;
        height: 38%;
    }

    .bn-about-badge {
        right: 12px;
        top: 18px;
        max-width: 180px;
        padding: 14px 16px;
    }

    .bn-about-badge strong {
        font-size: 21px;
    }

    .bn-about-points span {
        width: 100%;
        border-radius: 18px;
    }

    .bn-service-list,
    .bn-difference-grid,
    .bn-offer-grid,
    .bn-gift-card,
    .bn-overview-value-grid,
    .bn-review-grid,
    .bn-contact-grid {
        grid-template-columns: 1fr;
    }

    .bn-overview-story-media {
        min-height: 520px;
    }

    .bn-overview-story-media::before {
        inset: 26px 18px 22px;
    }

    .bn-overview-photo-main {
        top: 20px;
        right: 0;
        width: 78%;
        height: 76%;
    }

    .bn-overview-photo-small {
        left: 0;
        bottom: 22px;
        width: 48%;
        height: 38%;
    }

    .bn-overview-floating-note {
        left: 12px;
        top: 18px;
        max-width: 180px;
        padding: 14px 16px;
    }

    .bn-overview-floating-note strong {
        font-size: 21px;
    }

    .bn-overview-value-grid article {
        min-height: 0;
        padding: 24px;
    }

    .bn-difference-grid article {
        min-height: 360px;
    }

    .bn-difference-grid article>div,
    .flane-review-card,
    .bn-contact-grid article,
    .bn-hours-card {
        padding: 24px;
    }

    .promotion-content {
        min-height: 280px;
    }

    .bn-contact-layout {
        gap: 22px;
    }

    .bn-map-card iframe {
        min-height: 340px;
    }

    .bn-service-card {
        min-height: 0;
    }

    .bn-service-card img {
        height: 210px;
    }

    .bn-home .floating-button {
        left: 12px;
        right: 12px;
        bottom: max(14px, env(safe-area-inset-bottom));
        width: auto;
        justify-content: center;
        padding: 8px;
        border: 1px solid rgba(196, 154, 74, 0.18);
        border-radius: 999px;
        background: rgba(255, 247, 245, 0.82);
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(14px);
    }

    .bn-home .floating-button>[class*="col-"] {
        flex: 1 1 0;
    }

    .bn-home .btn-call-us,
    .bn-home .btn-book-now {
        width: 100%;
        min-width: 0;
        padding: 12px 10px;
        font-size: 12px;
    }

    .bn-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        min-height: 0;
    }

    .bn-gallery-grid img {
        height: 240px !important;
    }

    .bn-about-media {
        min-height: 520px;
    }

    .bn-contact-grid a {
        font-size: 23px;
    }
}

/* Gallery lightbox fit fix */
#custom-gallery-lightbox {
    display: none !important;
    place-items: center !important;
    padding: 72px 88px !important;
}

#custom-gallery-lightbox.active {
    display: grid !important;
}

.custom-gallery-content {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    max-width: calc(100vw - 176px) !important;
    height: 100% !important;
    max-height: calc(100vh - 144px) !important;
    margin: 0 auto !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.custom-gallery-content img {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: calc(100vh - 144px) !important;
    margin: auto !important;
    object-fit: contain !important;
    border-radius: 20px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

@media (max-width: 767px) {
    #custom-gallery-lightbox {
        padding: 68px 18px !important;
    }

    .custom-gallery-content {
        max-width: calc(100vw - 36px) !important;
        max-height: calc(100vh - 136px) !important;
    }

    .custom-gallery-content img {
        max-height: calc(100vh - 136px) !important;
    }
}
