:root {
    --bgp-cream: #f7f1e8;
    --bgp-cream-2: #fbf8f3;
    --bgp-card: #fffdf9;
    --bgp-ink: #252525;
    --bgp-muted: #736c64;
    --bgp-green: #174b31;
    --bgp-green-2: #2e6048;
    --bgp-gold: #b88737;
    --bgp-line: #e6d9c7;
    --bgp-shadow: 0 18px 42px rgba(78, 55, 28, 0.08);
    --bgp-radius: 22px;
}

.bgp-main {
    background: linear-gradient(180deg, #fffaf2 0%, #fbf8f3 44%, #f8f2ea 100%);
    color: var(--bgp-ink);
    font-family: Inter, system-ui, sans-serif;
}

.bgp-main h1,
.bgp-main h2,
.bgp-main h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    letter-spacing: 0;
}

.bgp-wrap {
    width: min(1220px, calc(100% - 56px));
    margin: 0 auto;
}

.bgp-section {
    padding: 34px 0;
}

.bgp-section + .bgp-section {
    padding-top: 0;
}

.bgp-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 18px;
}

.bgp-section-head h2 {
    margin: 0;
    font-size: 31px;
    line-height: 1.1;
}

.bgp-section-head a {
    color: #315643;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.bgp-section-head a:hover,
.bgp-section-head a:focus-visible {
    color: var(--bgp-gold);
    transform: translateX(2px);
}

.bgp-kicker {
    margin: 0 0 10px;
    color: var(--bgp-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bgp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bgp-btn--primary {
    min-height: 50px;
    border: 0;
    border-radius: 13px;
    background: var(--bgp-green);
    color: #fff;
    padding: 0 24px;
    box-shadow: 0 12px 22px rgba(23, 75, 49, 0.18);
}

.bgp-btn--primary:hover,
.bgp-btn--primary:focus-visible {
    background: #103a25;
    color: #fff;
    transform: translateY(-1px);
}

.bgp-btn--secondary {
    min-height: 38px;
    border: 1px solid #d9cdbd;
    background: #fffdf9;
    color: #315643;
    padding: 0 24px;
}

.bgp-btn--secondary:hover,
.bgp-btn--secondary:focus-visible {
    background: #fff8ef;
    border-color: #d7c5ad;
    color: #315643;
    box-shadow: 0 6px 14px rgba(78, 55, 28, 0.06);
    transform: translateY(-1px);
}

.bgp-btn:focus-visible,
.bgp-search select:focus-visible,
.bgp-category-card a:focus-visible,
.bgp-product-card a:focus-visible,
.bgp-city-card:focus-visible,
.bgp-occasion-card:focus-visible,
.bgp-diaspora__links a:focus-visible {
    outline: 3px solid rgba(184, 135, 55, 0.28);
    outline-offset: 3px;
}

.bgp-hero {
    overflow: hidden;
    border-bottom: 1px solid #eadfce;
    background:
        linear-gradient(90deg, rgba(255, 249, 239, 0.98) 0%, rgba(255, 249, 239, 0.9) 39%, rgba(255, 249, 239, 0.12) 65%),
        var(--bgp-hero-image) center right / cover;
}

.bgp-hero__inner {
    min-height: 548px;
    display: flex;
    align-items: center;
}

.bgp-hero__copy {
    width: min(530px, 100%);
    padding: 62px 0 90px;
}

.bgp-hero__copy h1 {
    margin: 0 0 18px;
    font-size: clamp(42px, 6vw, 64px);
    line-height: 1.08;
}

.bgp-hero__copy h1 span {
    display: block;
    color: var(--bgp-gold);
}

.bgp-hero__copy p {
    max-width: 460px;
    margin: 0;
    color: #625a51;
    font-size: 17px;
    line-height: 1.65;
}

.bgp-hero__note {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px !important;
    color: #365846 !important;
    font-size: 13px !important;
    font-weight: 600;
}

.bgp-hero__note::before {
    content: "◎";
}

.bgp-search {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 25px 0 18px;
}

.bgp-search label {
    width: 225px;
    border: 1px solid #e9ded0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(60, 42, 23, 0.08);
    padding: 14px 16px;
}

.bgp-search label span {
    display: block;
    margin-bottom: 9px;
    color: var(--bgp-ink);
    font-size: 12px;
    font-weight: 800;
}

.bgp-search select {
    width: 100%;
    border: 0;
    background: transparent;
    color: #6b655d;
    font: inherit;
}

.bgp-search button {
    align-self: end;
}

.bgp-trust {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: -42px;
    margin-bottom: 28px;
    border: 1px solid var(--bgp-line);
    border-radius: 20px;
    background: rgba(255, 253, 248, 0.96);
    box-shadow: var(--bgp-shadow);
    padding: 28px 32px;
}

.bgp-trust__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border-right: 1px solid #eadfce;
}

.bgp-trust__item:last-child {
    border-right: 0;
}

.bgp-trust__item > span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border: 2px solid #dfc99f;
    border-radius: 15px;
    color: var(--bgp-green);
    font-size: 24px;
}

.bgp-trust__item strong {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
}

.bgp-trust__item p {
    margin: 0;
    color: #777069;
    font-size: 13px;
    line-height: 1.45;
}

.bgp-card-grid--categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.bgp-category-card,
.bgp-product-card,
.bgp-occasion-card,
.bgp-city-card {
    height: 100%;
    border: 1px solid #eee4d7;
    background: var(--bgp-card);
    box-shadow: 0 12px 32px rgba(84, 60, 34, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bgp-category-card:hover,
.bgp-product-card:hover,
.bgp-occasion-card:hover,
.bgp-city-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(78, 55, 28, 0.07);
}

.bgp-category-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    text-align: center;
}

.bgp-category-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 185px;
    object-fit: cover;
}

.bgp-category-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 18px;
}

.bgp-category-card h2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 68px;
    margin: 0 0 7px;
    color: #3a2f28;
    font-size: 28px;
    line-height: 1.08;
}

.bgp-category-card p {
    max-width: 220px;
    min-height: 42px;
    margin: 0 auto 18px;
    color: #6f675f;
    font-size: 13px;
    line-height: 1.5;
}

.bgp-category-card .bgp-btn {
    min-width: 154px;
    margin-top: auto;
}

.bgp-product-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    align-items: stretch;
}

.bgp-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-color: #eadfce;
    border-radius: 15px;
    background: rgba(255, 253, 249, 0.86);
    box-shadow: 0 4px 13px rgba(59, 41, 22, 0.04);
    padding: 9px;
}

.bgp-product-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 11px;
}

.bgp-product-card__image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 142px;
    object-fit: cover;
    filter: saturate(0.94) brightness(0.99);
}

.bgp-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    border: 1px solid #e9d7b6;
    border-radius: 999px;
    background: #faf1df;
    color: #7c602e;
    padding: 5px 8px;
    font-size: 10px;
    font-weight: 800;
}

.bgp-heart {
    position: absolute;
    top: 3px;
    right: 3px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #eadfce;
    border-radius: 50%;
    background: #fff;
    color: #82694f;
}

.bgp-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.bgp-product-card h3 {
    min-height: 36px;
    margin: 13px 0 8px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.bgp-product-card p {
    margin: auto 0 10px;
    color: #777;
    font-size: 11px;
}

.bgp-product-card strong {
    display: block;
    color: var(--bgp-ink);
    font-size: 15px;
    font-weight: 800;
}

.bgp-product-card .bgp-btn {
    width: 100%;
    min-height: 36px;
    padding: 0;
    color: #38332e;
    background: #fffaf4;
}

.bgp-occasion-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.bgp-occasion-card {
    display: grid;
    place-items: center;
    min-height: 112px;
    border-color: #efe3d4;
    border-radius: 14px;
    background: #fbf4eb;
    color: var(--bgp-ink);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 18px 12px;
}

.bgp-occasion-card span {
    font-size: 34px;
}

.bgp-city-feature {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #eadfce;
    border-radius: 18px;
    background: #fffaf3;
}

.bgp-city-feature > div:first-child {
    padding: 30px 34px;
}

.bgp-city-feature h2,
.bgp-finder h2,
.bgp-diaspora h2,
.bgp-final-cta h2 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.1;
}

.bgp-city-feature p,
.bgp-finder p,
.bgp-diaspora p,
.bgp-final-cta p {
    max-width: 690px;
    margin: 0;
    color: #625b53;
    line-height: 1.55;
}

.bgp-city-feature__image {
    min-height: 260px;
    background-position: center;
    background-size: cover;
}

.bgp-mini-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-top: 24px;
}

.bgp-mini-trust span {
    border: 1px solid #eadfce;
    border-radius: 12px;
    background: rgba(255, 253, 249, 0.9);
    color: #365846;
    padding: 13px 14px;
    font-size: 12px;
    font-weight: 700;
}

.bgp-city-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.bgp-city-card {
    overflow: hidden;
    border-color: #eadfce;
    border-radius: 13px;
    color: var(--bgp-ink);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.035);
}

.bgp-city-card img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.bgp-city-card strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px;
    font-size: 14px;
}

.bgp-city-card em {
    color: var(--bgp-gold);
    font-style: normal;
}

.bgp-finder,
.bgp-diaspora {
    display: grid;
    grid-template-columns: 0.72fr 1fr;
    align-items: center;
    gap: 24px;
    border: 1px solid #eadfce;
    border-radius: 18px;
    background: rgba(255, 253, 249, 0.82);
    box-shadow: 0 10px 26px rgba(78, 55, 28, 0.05);
    padding: 30px 34px;
}

.bgp-diaspora__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.bgp-diaspora__links a {
    border: 1px solid #eadfce;
    border-radius: 12px;
    background: #fffaf4;
    color: #315643;
    padding: 13px 14px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.bgp-diaspora__links a:hover {
    background: #fff8ef;
    transform: translateY(-1px);
}

.bgp-faq-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.55fr;
    gap: 24px;
    align-items: stretch;
}

.bgp-faq-layout h2 {
    margin: 0 0 10px;
    font-size: 25px;
}

.bgp-faq {
    border: 1px solid #eadfce;
    border-radius: 16px;
    background: rgba(255, 253, 249, 0.8);
    padding: 18px;
}

.bgp-faq details {
    border-bottom: 1px solid #eee4d7;
    padding: 11px 10px;
}

.bgp-faq details:last-child {
    border-bottom: 0;
}

.bgp-faq summary {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

.bgp-faq summary::after {
    content: "+";
    font-weight: 800;
}

.bgp-faq details[open] summary::after {
    content: "-";
}

.bgp-faq p {
    margin: 10px 0 0;
    color: var(--bgp-muted);
    font-size: 13px;
    line-height: 1.55;
}

.bgp-final-cta {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border: 1px solid #eadfce;
    border-radius: 18px;
    background: #fff8ed;
}

.bgp-final-cta > div {
    padding: 34px 40px;
}

.bgp-final-cta p {
    margin-bottom: 18px;
}

.bgp-final-cta__image {
    height: 100%;
    min-height: 260px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgp-lead {
    max-width: 780px;
    font-size: 20px;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .bgp-wrap {
        width: min(100% - 36px, 1220px);
    }

    .bgp-hero {
        background-position: center right;
    }

    .bgp-hero__inner {
        min-height: auto;
    }

    .bgp-hero__copy {
        padding: 46px 0 70px;
    }

    .bgp-hero__copy h1 {
        font-size: 45px;
    }

    .bgp-search,
    .bgp-hero-search {
        flex-direction: column;
    }

    .bgp-search label {
        width: 100%;
    }

    .bgp-trust,
    .bgp-card-grid--categories,
    .bgp-mini-trust {
        grid-template-columns: repeat(2, 1fr);
    }

    .bgp-trust__item {
        border-right: 0;
    }

    .bgp-product-row {
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .bgp-product-card {
        min-width: 170px;
    }

    .bgp-occasion-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .bgp-city-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bgp-faq-layout,
    .bgp-city-feature,
    .bgp-finder,
    .bgp-diaspora {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .bgp-wrap {
        width: min(100% - 36px, 1220px);
    }

    .bgp-hero__copy h1 {
        font-size: 38px;
    }

    .bgp-hero__copy p {
        font-size: 15px;
    }

    .bgp-trust {
        grid-template-columns: 1fr;
        margin-top: -28px;
        padding: 20px;
    }

    .bgp-card-grid--categories,
    .bgp-city-grid,
    .bgp-finder,
    .bgp-diaspora,
    .bgp-diaspora__links,
    .bgp-final-cta {
        grid-template-columns: 1fr;
    }

    .bgp-occasion-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .bgp-section-head h2 {
        font-size: 27px;
    }

    .bgp-final-cta__image {
        display: none;
    }
}
