@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 – STRÁNKA O MNĚ
   ========================================================= */

.cb-o-mne {
    --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;
    font-family: "Manrope", Arial, sans-serif;
    color: var(--cb-text);
    background: #fff;
}

.cb-o-mne *,
.cb-o-mne *::before,
.cb-o-mne *::after {
    box-sizing: border-box;
}

.cb-o-mne h1,
.cb-o-mne h2,
.cb-o-mne h3,
.cb-o-mne p,
.cb-o-mne ul,
.cb-o-mne blockquote {
    margin-top: 0;
}

.cb-o-mne h1,
.cb-o-mne h2,
.cb-o-mne h3 {
    font-family: "Playfair Display", Georgia, serif;
}

.cb-kontejner {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
}

.cb-sekce {
    position: relative;
    padding: 105px 0;
}

.cb-sekce--mensi {
    padding: 78px 0;
}

.cb-nadpis-sekce {
    max-width: 800px;
    margin-bottom: 52px;
}

.cb-nadpis-sekce--stred {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cb-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-stitek::before {
    content: "";
    flex: 0 0 42px;
    height: 1px;
    background: currentColor;
}

.cb-stitek--stred {
    justify-content: center;
}

.cb-stitek--stred::after {
    content: "";
    flex: 0 0 42px;
    height: 1px;
    background: currentColor;
}

.cb-nadpis-sekce h2 {
    margin-bottom: 20px;
    color: var(--cb-cerna);
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.13;
    font-weight: 600;
}

.cb-nadpis-sekce > p {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--cb-sedy-text);
    font-size: 17px;
    line-height: 1.8;
}

.cb-nadpis-sekce--stred > p {
    margin-left: auto;
    margin-right: auto;
}

.cb-zlaty-text {
    color: var(--cb-zlata);
}


/* =========================================================
   ÚVOD
   ========================================================= */

.cb-uvod {
    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-uvod__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    gap: 90px;
    align-items: center;
}

.cb-uvod h1 {
    margin-bottom: 20px;
    color: var(--cb-cerna);
    font-size: clamp(55px, 6vw, 82px);
    line-height: 1;
    font-weight: 600;
}

.cb-uvod__podnadpis {
    max-width: 720px;
    margin-bottom: 28px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.3;
    font-weight: 500;
}

.cb-uvod__text {
    max-width: 700px;
    margin-bottom: 38px;
    color: #555;
    font-size: 17px;
    line-height: 1.85;
}

.cb-uvod__podpis {
    display: flex;
    align-items: center;
    gap: 22px;
}

.cb-uvod__podpis-linka {
    width: 70px;
    height: 1px;
    background: var(--cb-zlata);
}

.cb-uvod__podpis strong {
    display: block;
    margin-bottom: 3px;
    color: var(--cb-cerna);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px;
    font-weight: 600;
}

.cb-uvod__podpis span {
    color: #858585;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cb-foto-hlavni {
    position: relative;
    min-height: 590px;
    background-color: #ece8df;
    background-position: center;
    background-size: cover;
    box-shadow: 22px 22px 0 rgba(200,154,71,.13);
}

.cb-foto-hlavni::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 22px;
    border: 1px solid rgba(225,189,118,.65);
    pointer-events: none;
}

.cb-foto-hlavni::after {
    content: "SINCE 1994";
    position: absolute;
    z-index: 3;
    right: -38px;
    bottom: 62px;
    padding: 15px 25px;
    color: var(--cb-zlata-svetla);
    background: var(--cb-cerna);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .25em;
}


/* =========================================================
   RYCHLÁ ČÍSLA
   ========================================================= */

.cb-cisla {
    background: var(--cb-cerna);
}

.cb-cisla__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.cb-cislo {
    position: relative;
    min-height: 190px;
    padding: 38px 34px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.cb-cislo:last-child {
    border-right: 0;
}

.cb-cislo__hodnota {
    margin-bottom: 13px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 45px;
    line-height: 1;
}

.cb-cislo strong {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cb-cislo p {
    margin-bottom: 0;
    color: #aaa;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   PROFESNÍ CESTA
   ========================================================= */

.cb-pribeh {
    background: var(--cb-svetle-pozadi);
}

.cb-pribeh__grid {
    display: grid;
    grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr);
    gap: 85px;
    align-items: center;
}

.cb-foto-pribeh {
    position: relative;
    min-height: 610px;
    background-color: #ddd8ce;
    background-position: center;
    background-size: cover;
}

.cb-foto-pribeh::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 58%;
    height: 45%;
    border-right: 1px solid var(--cb-zlata);
    border-bottom: 1px solid var(--cb-zlata);
}

.cb-textovy-blok h2 {
    margin-bottom: 27px;
    color: var(--cb-cerna);
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.15;
    font-weight: 600;
}

.cb-textovy-blok p {
    margin-bottom: 20px;
    color: #555;
    font-size: 16px;
    line-height: 1.85;
}

.cb-textovy-blok p:last-child {
    margin-bottom: 0;
}

.cb-zvyrazneny-odstavec {
    position: relative;
    margin-top: 34px !important;
    padding: 26px 30px 26px 34px;
    color: var(--cb-cerna) !important;
    background: #fff;
    border-left: 3px solid var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 21px !important;
    line-height: 1.6 !important;
}


/* =========================================================
   PROČ VZNIKLA CHARLOTTE
   ========================================================= */

.cb-vznik {
    color: #fff;
    background: var(--cb-cerna);
}

.cb-vznik__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .8fr);
    gap: 90px;
    align-items: center;
}

.cb-vznik .cb-stitek {
    color: var(--cb-zlata-svetla);
}

.cb-vznik h2 {
    margin-bottom: 28px;
    color: #fff;
    font-size: clamp(38px, 4vw, 57px);
    line-height: 1.13;
    font-weight: 600;
}

.cb-vznik p {
    margin-bottom: 20px;
    color: #c9c9c9;
    font-size: 16px;
    line-height: 1.85;
}

.cb-vznik p:last-child {
    margin-bottom: 0;
}

.cb-vznik__foto {
    position: relative;
    min-height: 520px;
    background-color: #252525;
    background-position: center;
    background-size: cover;
}

.cb-vznik__foto::before {
    content: "";
    position: absolute;
    inset: -17px 17px 17px -17px;
    border: 1px solid rgba(200,154,71,.7);
}

.cb-vznik__znak {
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 128px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: var(--cb-cerna);
    background: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 17px;
    line-height: 1.25;
    text-align: center;
}


/* =========================================================
   NABÍDKA
   ========================================================= */

.cb-nabidka {
    background: #fff;
}

.cb-nabidka__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--cb-linka);
    border-left: 1px solid var(--cb-linka);
}

.cb-nabidka__karta {
    position: relative;
    min-height: 340px;
    padding: 48px 48px 44px;
    border-right: 1px solid var(--cb-linka);
    border-bottom: 1px solid var(--cb-linka);
    background: #fff;
    transition:
        background-color .25s ease,
        transform .25s ease;
}

.cb-nabidka__karta:hover {
    z-index: 2;
    background: var(--cb-svetle-pozadi);
    transform: translateY(-4px);
}

.cb-nabidka__cislo {
    display: block;
    margin-bottom: 34px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px;
    font-style: italic;
}

.cb-nabidka__karta h3 {
    margin-bottom: 23px;
    color: var(--cb-cerna);
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
}

.cb-nabidka__karta ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.cb-nabidka__karta li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 24px;
    color: #5b5b5b;
    font-size: 15px;
    line-height: 1.65;
}

.cb-nabidka__karta li:last-child {
    margin-bottom: 0;
}

.cb-nabidka__karta li::before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0;
    width: 9px;
    height: 1px;
    background: var(--cb-zlata);
}


/* =========================================================
   OSOBNÍ SERVIS
   ========================================================= */

.cb-servis {
    padding: 0;
    background: var(--cb-svetle-pozadi);
}

.cb-servis__grid {
    display: grid;
    grid-template-columns: minmax(390px, .85fr) minmax(0, 1.15fr);
    min-height: 760px;
}

.cb-servis__foto {
    min-height: 760px;
    background-color: #d9d4ca;
    background-position: center;
    background-size: cover;
}

.cb-servis__obsah {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px clamp(45px, 7vw, 115px);
}

.cb-servis__obsah h2 {
    margin-bottom: 26px;
    color: var(--cb-cerna);
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.15;
    font-weight: 600;
}

.cb-servis__obsah > p {
    margin-bottom: 26px;
    color: #565656;
    font-size: 16px;
    line-height: 1.85;
}

.cb-servis__seznam {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 34px;
    margin: 10px 0 34px;
    padding: 0;
    list-style: none;
}

.cb-servis__seznam li {
    position: relative;
    padding: 0 0 15px 27px;
    color: var(--cb-cerna);
    border-bottom: 1px solid #ded8cc;
    font-size: 14px;
    line-height: 1.55;
}

.cb-servis__seznam li::before {
    content: "?";
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--cb-zlata);
    font-size: 10px;
}


/* =========================================================
   OBCHODNÍ MYŠLENKA
   ========================================================= */

.cb-myslenka {
    background:
        radial-gradient(circle at 15% 40%, rgba(200,154,71,.13), transparent 32%),
        var(--cb-cerna);
}

.cb-myslenka__obsah {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}

.cb-myslenka__znak {
    margin-bottom: 25px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 80px;
    line-height: .6;
}

.cb-myslenka blockquote {
    margin-bottom: 32px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 4vw, 49px);
    line-height: 1.4;
    font-weight: 500;
}

.cb-myslenka p {
    max-width: 800px;
    margin: 0 auto;
    color: #aaa;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   NEPLÁTCE DPH
   ========================================================= */

.cb-dph {
    background: #fff;
}

.cb-dph__grid {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 90px;
    align-items: center;
}

.cb-dph__znak {
    position: relative;
    padding: 55px 28px;
    color: #fff;
    background: var(--cb-cerna);
    text-align: center;
}

.cb-dph__znak::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(200,154,71,.7);
}

.cb-dph__rok {
    display: block;
    margin-bottom: 13px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 70px;
    line-height: 1;
}

.cb-dph__znak strong {
    display: block;
    font-size: 13px;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.cb-dph__obsah h2 {
    margin-bottom: 25px;
    color: var(--cb-cerna);
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.15;
    font-weight: 600;
}

.cb-dph__obsah p {
    margin-bottom: 19px;
    color: #585858;
    font-size: 16px;
    line-height: 1.85;
}

.cb-dph__obsah p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   JAK PRACUJI
   ========================================================= */

.cb-principy {
    background: var(--cb-svetle-pozadi);
}

.cb-principy__uvod {
    max-width: 850px;
    margin-bottom: 60px;
}

.cb-principy__uvod h2 {
    margin-bottom: 25px;
    color: var(--cb-cerna);
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.15;
    font-weight: 600;
}

.cb-principy__uvod p {
    margin-bottom: 18px;
    color: #555;
    font-size: 16px;
    line-height: 1.85;
}

.cb-principy__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #dcd5c8;
    border: 1px solid #dcd5c8;
}

.cb-princip {
    min-height: 260px;
    padding: 42px 38px;
    background: #fff;
}

.cb-princip__cislo {
    display: block;
    margin-bottom: 34px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    font-style: italic;
}

.cb-princip h3 {
    margin-bottom: 15px;
    color: var(--cb-cerna);
    font-size: 29px;
    font-weight: 600;
}

.cb-princip p {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   ZÁVĚR
   ========================================================= */

.cb-zaver {
    position: relative;
    color: #fff;
    background: var(--cb-cerna);
}

.cb-zaver::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 55px;
    background: var(--cb-zlata);
}

.cb-zaver__obsah {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.cb-zaver__znacka {
    margin-bottom: 8px;
    color: var(--cb-zlata);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.cb-zaver__since {
    display: block;
    margin-bottom: 37px;
    color: #777;
    font-size: 11px;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.cb-zaver blockquote {
    margin-bottom: 28px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.4;
    font-style: italic;
}

.cb-zaver p {
    max-width: 750px;
    margin: 0 auto 36px;
    color: #aaa;
    font-size: 15px;
    line-height: 1.8;
}

.cb-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-tlacitko:hover {
    color: var(--cb-zlata) !important;
    background: transparent;
    transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVNÍ ZOBRAZENÍ
   ========================================================= */

@media (max-width: 1050px) {
    .cb-uvod__grid,
    .cb-pribeh__grid,
    .cb-vznik__grid {
        gap: 55px;
    }

    .cb-uvod__grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
    }

    .cb-foto-hlavni {
        min-height: 520px;
    }

    .cb-cisla__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cb-cislo:nth-child(2) {
        border-right: 0;
    }

    .cb-cislo:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .cb-servis__grid {
        grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr);
    }

    .cb-dph__grid {
        gap: 55px;
    }
}

@media (max-width: 820px) {
    .cb-sekce {
        padding: 75px 0;
    }

    .cb-sekce--mensi {
        padding: 62px 0;
    }

    .cb-kontejner {
        width: min(100% - 34px, 1240px);
    }

    .cb-uvod__grid,
    .cb-pribeh__grid,
    .cb-vznik__grid,
    .cb-servis__grid,
    .cb-dph__grid {
        grid-template-columns: 1fr;
    }

    .cb-uvod__grid {
        gap: 58px;
    }

    .cb-foto-hlavni {
        width: calc(100% - 24px);
        max-width: 570px;
        min-height: 620px;
        margin: 0 auto;
    }

    .cb-foto-hlavni::after {
        right: -24px;
    }

    .cb-pribeh__grid {
        gap: 65px;
    }

    .cb-foto-pribeh {
        width: calc(100% - 24px);
        min-height: 570px;
    }

    .cb-vznik__grid {
        gap: 65px;
    }

    .cb-vznik__foto {
        width: calc(100% - 20px);
        min-height: 570px;
        margin-left: 20px;
    }

    .cb-nabidka__grid {
        grid-template-columns: 1fr;
    }

    .cb-nabidka__karta {
        min-height: auto;
    }

    .cb-servis__grid {
        min-height: 0;
    }

    .cb-servis__foto {
        min-height: 600px;
    }

    .cb-servis__obsah {
        padding: 75px 34px;
    }

    .cb-dph__grid {
        gap: 48px;
    }

    .cb-dph__znak {
        width: 310px;
        max-width: 100%;
    }

    .cb-principy__grid {
        grid-template-columns: 1fr;
    }

    .cb-princip {
        min-height: auto;
    }
}

@media (max-width: 580px) {
    .cb-sekce {
        padding: 62px 0;
    }

    .cb-kontejner {
        width: calc(100% - 28px);
    }

    .cb-stitek {
        font-size: 11px;
    }

    .cb-uvod h1 {
        font-size: 48px;
    }

    .cb-uvod__podnadpis {
        font-size: 26px;
    }

    .cb-uvod__text,
    .cb-textovy-blok p,
    .cb-vznik p,
    .cb-servis__obsah > p,
    .cb-dph__obsah p,
    .cb-principy__uvod p {
        font-size: 15px;
        line-height: 1.8;
    }

    .cb-foto-hlavni {
        min-height: 480px;
        box-shadow: 14px 14px 0 rgba(200,154,71,.13);
    }

    .cb-foto-hlavni::before {
        inset: 13px;
    }

    .cb-foto-hlavni::after {
        right: -14px;
        bottom: 34px;
        padding: 12px 16px;
        font-size: 9px;
    }

    .cb-cisla__grid {
        grid-template-columns: 1fr;
    }

    .cb-cislo,
    .cb-cislo:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .cb-cislo:last-child {
        border-bottom: 0;
    }

    .cb-foto-pribeh,
    .cb-vznik__foto,
    .cb-servis__foto {
        min-height: 440px;
    }

    .cb-zvyrazneny-odstavec {
        padding: 22px 22px 22px 27px;
        font-size: 18px !important;
    }

    .cb-vznik__foto {
        width: calc(100% - 12px);
        margin-left: 12px;
    }

    .cb-vznik__foto::before {
        inset: -10px 10px 10px -10px;
    }

    .cb-vznik__znak {
        right: -2px;
        bottom: -28px;
        width: 105px;
        height: 105px;
        font-size: 14px;
    }

    .cb-nabidka__karta {
        padding: 36px 27px;
    }

    .cb-nabidka__karta h3 {
        font-size: 26px;
    }

    .cb-servis__obsah {
        padding: 62px 22px;
    }

    .cb-servis__seznam {
        grid-template-columns: 1fr;
    }

    .cb-myslenka blockquote,
    .cb-zaver blockquote {
        font-size: 29px;
    }

    .cb-dph__znak {
        width: 100%;
    }

    .cb-princip {
        padding: 34px 27px;
    }
}