@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,600&display=swap');


/* =========================================================
   CHARLOTTE BIJOUTERIE – B2B
   ========================================================= */

.cb-b2b {
    --cb-cerna: #080808;
    --cb-cerna-svetla: #141414;
    --cb-zlata: #c89a47;
    --cb-zlata-svetla: #e1bd76;
    --cb-text: #202020;
    --cb-sedy-text: #686868;
    --cb-svetle-pozadi: #f7f5f0;
    --cb-linka: #e5dfd2;

    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: clip;
    color: var(--cb-text);
    background: #fff;
    font-family: "Manrope", Arial, sans-serif;
}

.cb-b2b *,
.cb-b2b *::before,
.cb-b2b *::after {
    box-sizing: border-box;
}

.cb-b2b h2,
.cb-b2b h3,
.cb-b2b p,
.cb-b2b ul,
.cb-b2b blockquote {
    margin-top: 0;
}

.cb-b2b h2,
.cb-b2b h3,
.cb-b2b blockquote {
    font-family: "Playfair Display", Georgia, serif;
}

.cb-b2b-kontejner {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
}

.cb-b2b-sekce {
    position: relative;
    padding: 100px 0;
}


/* =========================================================
   SPOLEČNÉ PRVKY
   ========================================================= */

.cb-b2b-stitek {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    color: var(--cb-zlata);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.cb-b2b-stitek::before {
    content: "";
    flex: 0 0 42px;
    height: 1px;
    background: currentColor;
}

.cb-b2b-stitek--stred {
    justify-content: center;
}

.cb-b2b-stitek--stred::after {
    content: "";
    flex: 0 0 42px;
    height: 1px;
    background: currentColor;
}

.cb-b2b-nadpis {
    max-width: 860px;
    margin: 0 auto 56px;
    text-align: center;
}

.cb-b2b-nadpis h2 {
    margin-bottom: 21px;
    color: var(--cb-cerna);
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.13;
    font-weight: 600;
}

.cb-b2b-nadpis > p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--cb-sedy-text);
    font-size: 17px;
    line-height: 1.8;
}

.cb-b2b-tlacitko {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 31px;
    color: var(--cb-cerna) !important;
    background: var(--cb-zlata);
    border: 1px solid var(--cb-zlata);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        color .2s ease,
        background-color .2s ease,
        transform .2s ease;
}

.cb-b2b-tlacitko:hover {
    color: var(--cb-zlata) !important;
    background: transparent;
    transform: translateY(-2px);
}


/* =========================================================
   HERO
   ========================================================= */

.cb-b2b-hero {
    padding: 95px 0 105px;
    background:
        linear-gradient(90deg, rgba(200,154,71,.045) 1px, transparent 1px),
        linear-gradient(rgba(200,154,71,.045) 1px, transparent 1px),
        #fff;
    background-size: 52px 52px;
}

.cb-b2b-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: 85px;
    align-items: center;
}

.cb-b2b-hero h2 {
    max-width: 780px;
    margin-bottom: 27px;
    color: var(--cb-cerna);
    font-size: clamp(46px, 5vw, 70px);
    line-height: 1.07;
    font-weight: 600;
}

.cb-b2b-hero h2 span {
    color: var(--cb-zlata);
}

.cb-b2b-hero__lead {
    max-width: 760px;
    margin-bottom: 20px;
    color: #444;
    font-size: 18px;
    line-height: 1.85;
}

.cb-b2b-hero__obsah > p:not(.cb-b2b-hero__lead) {
    max-width: 760px;
    margin-bottom: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.85;
}

.cb-b2b-hero__akce {
    margin-top: 34px;
}

.cb-b2b-hero__foto {
    position: relative;
    min-height: 545px;
    background-color: #e6e0d5;
    background-position: center;
    background-size: cover;
    box-shadow: 20px 20px 0 rgba(200,154,71,.13);
}

.cb-b2b-hero__foto::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(225,189,118,.65);
    pointer-events: none;
}

.cb-b2b-hero__badge {
    position: absolute;
    right: -25px;
    bottom: 40px;
    width: 125px;
    padding: 18px 15px;
    color: #fff;
    background: var(--cb-cerna);
    text-align: center;
}

.cb-b2b-hero__badge span {
    display: block;
    margin-bottom: 4px;
    color: #888;
    font-size: 9px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.cb-b2b-hero__badge strong {
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    font-weight: 500;
}


/* =========================================================
   PILÍŘE
   ========================================================= */

.cb-b2b-pilire {
    background: var(--cb-cerna);
}

.cb-b2b-pilire__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cb-b2b-pilir {
    min-height: 185px;
    padding: 35px 31px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.cb-b2b-pilir:last-child {
    border-right: 0;
}

.cb-b2b-pilir > span {
    display: block;
    margin-bottom: 22px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-style: italic;
}

.cb-b2b-pilir strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cb-b2b-pilir p {
    margin-bottom: 0;
    color: #999;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   SORTIMENT
   ========================================================= */

.cb-b2b-sortiment {
    background: var(--cb-svetle-pozadi);
}

.cb-b2b-sortiment__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--cb-linka);
    border-left: 1px solid var(--cb-linka);
}

.cb-b2b-sortiment__karta {
    min-height: 300px;
    padding: 39px 31px;
    background: #fff;
    border-right: 1px solid var(--cb-linka);
    border-bottom: 1px solid var(--cb-linka);
    transition:
        background-color .25s ease,
        transform .25s ease;
}

.cb-b2b-sortiment__karta:hover {
    z-index: 2;
    background: var(--cb-svetle-pozadi);
    transform: translateY(-3px);
}

.cb-b2b-sortiment__cislo {
    display: block;
    margin-bottom: 30px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px;
    font-style: italic;
}

.cb-b2b-sortiment__karta h3 {
    margin-bottom: 17px;
    color: var(--cb-cerna);
    font-size: 27px;
    line-height: 1.25;
    font-weight: 600;
}

.cb-b2b-sortiment__karta p {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   PRO KOHO
   ========================================================= */

.cb-b2b-prokoho {
    background: #fff;
}

.cb-b2b-prokoho__hlavicka {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 55px;
}

.cb-b2b-prokoho__hlavicka h2 {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--cb-cerna);
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.15;
    font-weight: 600;
}

.cb-b2b-prokoho__hlavicka > p {
    margin-bottom: 4px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.cb-b2b-prokoho__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--cb-linka);
    border: 1px solid var(--cb-linka);
}

.cb-b2b-prokoho__karta {
    min-height: 245px;
    padding: 35px 32px;
    background: var(--cb-svetle-pozadi);
}

.cb-b2b-prokoho__karta > span {
    display: block;
    margin-bottom: 26px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-style: italic;
}

.cb-b2b-prokoho__karta h3 {
    margin-bottom: 14px;
    color: var(--cb-cerna);
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
}

.cb-b2b-prokoho__karta p {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   ŘEŠENÍ NA KLÍČ
   ========================================================= */

.cb-b2b-komplet {
    display: grid;
    grid-template-columns: minmax(400px, .88fr) minmax(0, 1.12fr);
    min-height: 750px;
    background: var(--cb-svetle-pozadi);
}

.cb-b2b-komplet__foto {
    min-height: 750px;
    background-color: #ddd8ce;
    background-position: center;
    background-size: cover;
}

.cb-b2b-komplet__obsah {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 85px clamp(45px, 7vw, 110px);
}

.cb-b2b-komplet__obsah h2 {
    margin-bottom: 25px;
    color: var(--cb-cerna);
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.14;
    font-weight: 600;
}

.cb-b2b-komplet__obsah > p {
    margin-bottom: 18px;
    color: #595959;
    font-size: 16px;
    line-height: 1.8;
}

.cb-b2b-komplet__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 30px;
    background: #ddd7ca;
    border: 1px solid #ddd7ca;
}

.cb-b2b-komplet__body > div {
    min-height: 170px;
    padding: 24px;
    background: #fff;
}

.cb-b2b-komplet__body span {
    display: block;
    margin-bottom: 18px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-style: italic;
}

.cb-b2b-komplet__body strong {
    display: block;
    margin-bottom: 9px;
    color: var(--cb-cerna);
    font-size: 14px;
}

.cb-b2b-komplet__body p {
    margin-bottom: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   PROČ CHARLOTTE
   ========================================================= */

.cb-b2b-proc {
    color: #fff;
    background: var(--cb-cerna);
}

.cb-b2b-proc__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
    gap: 90px;
    align-items: center;
}

.cb-b2b-proc .cb-b2b-stitek {
    color: var(--cb-zlata-svetla);
}

.cb-b2b-proc__obsah h2 {
    margin-bottom: 27px;
    color: #fff;
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.14;
    font-weight: 600;
}

.cb-b2b-proc__obsah > p {
    margin-bottom: 20px;
    color: #bbb;
    font-size: 16px;
    line-height: 1.85;
}

.cb-b2b-proc__seznam {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.cb-b2b-proc__seznam li {
    position: relative;
    padding: 14px 0 14px 27px;
    color: #ddd;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: 14px;
    line-height: 1.55;
}

.cb-b2b-proc__seznam li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 1px;
    background: var(--cb-zlata);
}

.cb-b2b-proc__motto {
    padding: 48px 43px;
    border: 1px solid rgba(200,154,71,.5);
    background: rgba(255,255,255,.035);
}

.cb-b2b-proc__uvozovka {
    margin-bottom: 15px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 75px;
    line-height: .65;
}

.cb-b2b-proc__motto blockquote {
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(27px, 3vw, 39px);
    line-height: 1.35;
    font-weight: 500;
}

.cb-b2b-proc__motto p {
    margin-bottom: 0;
    color: #999;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   PODMÍNKY
   ========================================================= */

.cb-b2b-podminky {
    padding: 90px 0;
    background: #fff;
}

.cb-b2b-podminky__hlavicka {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 50px;
}

.cb-b2b-podminky__hlavicka h2 {
    margin-bottom: 0;
    color: var(--cb-cerna);
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.15;
    font-weight: 600;
}

.cb-b2b-podminky__hlavicka > p {
    margin-bottom: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.cb-b2b-podminky__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: var(--cb-cerna);
}

.cb-b2b-podminka {
    min-height: 235px;
    padding: 35px 30px;
    border-right: 1px solid rgba(255,255,255,.13);
}

.cb-b2b-podminka:last-child {
    border-right: 0;
}

.cb-b2b-podminka strong {
    display: block;
    margin-bottom: 10px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 500;
}

.cb-b2b-podminka > span {
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.cb-b2b-podminka p {
    margin-bottom: 0;
    color: #999;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   PŘECHOD K PRODUKTŮM
   ========================================================= */

.cb-b2b-produkty {
    position: relative;
    padding: 95px 0;
    color: #fff;
    background:
        radial-gradient(circle at 15% 40%, rgba(200,154,71,.14), transparent 32%),
        var(--cb-cerna);
}

.cb-b2b-produkty::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 45px;
    background: var(--cb-zlata);
}

.cb-b2b-produkty__obsah {
    max-width: 900px;
    text-align: center;
}

.cb-b2b-produkty__since {
    display: block;
    margin-bottom: 25px;
    color: var(--cb-zlata);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.cb-b2b-produkty h2 {
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.15;
    font-weight: 600;
}

.cb-b2b-produkty p {
    max-width: 720px;
    margin: 0 auto 32px;
    color: #aaa;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   RESPONSIVNÍ ZOBRAZENÍ
   ========================================================= */

@media (max-width: 1050px) {

    .cb-b2b-hero__grid,
    .cb-b2b-proc__grid {
        gap: 55px;
    }

    .cb-b2b-sortiment__grid,
    .cb-b2b-pilire__grid,
    .cb-b2b-podminky__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cb-b2b-pilir:nth-child(2) {
        border-right: 0;
    }

    .cb-b2b-pilir:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .cb-b2b-prokoho__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cb-b2b-komplet {
        grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr);
    }
}


@media (max-width: 820px) {

    .cb-b2b-sekce {
        padding: 75px 0;
    }

    .cb-b2b-kontejner {
        width: min(100% - 34px, 1240px);
    }

    .cb-b2b-hero {
        padding: 75px 0 85px;
    }

    .cb-b2b-hero__grid,
    .cb-b2b-prokoho__hlavicka,
    .cb-b2b-komplet,
    .cb-b2b-proc__grid,
    .cb-b2b-podminky__hlavicka {
        grid-template-columns: 1fr;
    }

    .cb-b2b-hero__grid {
        gap: 55px;
    }

    .cb-b2b-hero__foto {
        width: calc(100% - 24px);
        max-width: 600px;
        min-height: 600px;
    }

    .cb-b2b-prokoho__hlavicka {
        gap: 25px;
    }

    .cb-b2b-komplet {
        min-height: 0;
    }

    .cb-b2b-komplet__foto {
        min-height: 600px;
    }

    .cb-b2b-komplet__obsah {
        padding: 75px 34px;
    }

    .cb-b2b-proc__grid {
        gap: 55px;
    }

    .cb-b2b-podminky__hlavicka {
        gap: 20px;
    }
}


@media (max-width: 580px) {

    .cb-b2b-sekce {
        padding: 62px 0;
    }

    .cb-b2b-kontejner {
        width: calc(100% - 28px);
    }

    .cb-b2b-stitek {
        font-size: 11px;
    }

    .cb-b2b-hero {
        padding: 60px 0 70px;
    }

    .cb-b2b-hero h2 {
        font-size: 42px;
    }

    .cb-b2b-hero__lead {
        font-size: 16px;
    }

    .cb-b2b-hero__foto {
        width: calc(100% - 14px);
        min-height: 460px;
        box-shadow: 14px 14px 0 rgba(200,154,71,.13);
    }

    .cb-b2b-hero__foto::before {
        inset: 12px;
    }

    .cb-b2b-hero__badge {
        right: -14px;
        bottom: 28px;
    }

    .cb-b2b-pilire__grid,
    .cb-b2b-sortiment__grid,
    .cb-b2b-prokoho__grid,
    .cb-b2b-podminky__grid {
        grid-template-columns: 1fr;
    }

    .cb-b2b-pilir,
    .cb-b2b-pilir:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .cb-b2b-pilir:last-child {
        border-bottom: 0;
    }

    .cb-b2b-sortiment__karta,
    .cb-b2b-prokoho__karta {
        min-height: 0;
    }

    .cb-b2b-komplet__foto {
        min-height: 440px;
    }

    .cb-b2b-komplet__obsah {
        padding: 62px 22px;
    }

    .cb-b2b-komplet__body {
        grid-template-columns: 1fr;
    }

    .cb-b2b-komplet__body > div {
        min-height: 0;
    }

    .cb-b2b-proc__motto {
        padding: 38px 27px;
    }

    .cb-b2b-proc__motto blockquote {
        font-size: 29px;
    }

    .cb-b2b-podminka {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.13);
    }

    .cb-b2b-podminka:last-child {
        border-bottom: 0;
    }

    .cb-b2b-produkty {
        padding: 80px 0 70px;
    }
}