/* CMS Módní značka Arwel — tokeny/hero/FAQ/USP z cms-kontakty.css,
   banner/btn z cms-doprava-a-platba.css. Layout podle klientského mockupu. */

.cms_arwel > .breadcrumb,
.cms_arwel > h1 { display: none !important; }
.cms_arwel img { max-width: 100%; height: auto; }
.container.cms_arwel { overflow-x: hidden; }

.cms_arwel .kt-page .kt-section-title,
.cms_arwel .kt-page .kt-faq-title {
    margin: 48px 0 20px;
}

/* ---------- HERO: text vlevo, produktová fotka vpravo ---------- */
.cms_arwel .kt-hero {
    min-height: 0;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}
.cms_arwel .kt-hero__copy {
    min-width: 0;
    max-width: 100%;
    padding: 40px 12px 28px 8px;
}
.cms_arwel .kt-hero__title {
    font-size: 48px;
    line-height: 1.12;
    margin-bottom: 12px;
}
.cms_arwel .kt-hero__lead {
    max-width: none;
    font-family: 'Newsreader', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--kt-accent);
    margin-bottom: 16px;
}
.cms_arwel .kt-hero__body p {
    font-size: 15px;
    line-height: 1.7;
    color: #5a524b;
    max-width: 520px;
}
.cms_arwel .kt-hero__body p + p { margin-top: 12px; }
.cms_arwel .kt-hero__media {
    position: relative;
    align-self: stretch;
    min-height: 380px;
    min-width: 0;
    overflow: hidden;
    background: #f3efe9;
    border-radius: 18px;
}
.cms_arwel .kt-hero__media::before { display: none; }
.cms_arwel .kt-hero__media img {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center 58%;
    display: block;
}

/* ---------- 4 pilíře: ikona nahoře, text na střed (mockup) ---------- */
.cms_arwel .kt-quick {
    margin-top: 22px;
    gap: 16px;
}
.cms_arwel .kt-qcard {
    padding: 26px 16px 22px;
    text-align: center;
    align-items: center;
}
.cms_arwel .kt-qcard:hover { transform: none; box-shadow: none; }
.cms_arwel .kt-qcard__top {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.cms_arwel .kt-qcard__top h3 {
    font-size: 17px;
    line-height: 1.3;
}
.cms_arwel .kt-quick .kt-ic {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 0;
    background: transparent;
    color: var(--kt-accent);
}
.cms_arwel .kt-quick .kt-ic svg {
    width: 32px;
    height: 32px;
    stroke: var(--kt-accent);
    stroke-width: 1.7;
}
.cms_arwel .kt-qcard__note {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.5;
}

.cms_arwel .kt-card > p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a423c;
}
.cms_arwel .kt-card > p + p { margin-top: 12px; }
.cms_arwel .kt-card__top h3 { font-size: 24px; }

/* ---------- 5 kroků: čísla na tečkované lince, karta pod nimi ---------- */
.kt-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 8px;
    padding-top: 2px;
}
.kt-process::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 10%;
    right: 10%;
    border-top: 2px dotted #d9cfc6;
    pointer-events: none;
}
.kt-process article {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    padding: 0;
    min-width: 0;
    height: 100%;
}
.kt-process__num {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin: 0 0 14px;
    border-radius: 50%;
    border: 1.5px solid var(--kt-accent);
    background: #fff;
    color: var(--kt-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}
.kt-process__card {
    width: 100%;
    background: var(--kt-card);
    border-radius: 18px;
    padding: 20px 14px 18px;
    text-align: center;
    flex: 1;
}
.kt-process .kt-ic {
    width: 36px;
    height: 36px;
    min-width: 36px;
    margin: 0 auto 10px;
    border-radius: 0;
    background: transparent;
}
.kt-process .kt-ic svg {
    width: 28px;
    height: 28px;
    stroke: var(--kt-accent);
    stroke-width: 1.7;
}
.kt-process h3 {
    flex: none;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px;
}
.kt-process p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--kt-muted);
}

/* ---------- Proč pravá kůže: fotka jako pruh v kartě ---------- */
.kt-leather {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    overflow: hidden;
}
.kt-leather__photo {
    margin: 20px -34px 0;
    height: 200px;
    background: #6b3c28;
    border-radius: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.kt-leather__photo img {
    display: block;
    width: 160%;
    height: 160%;
    max-width: none;
    max-height: none;
    margin: -12% 0 0 -30%;
    object-fit: cover;
    object-position: 55% 40%;
}

/* ---------- 5 výhod: ikona nahoře na střed ---------- */
.kt-why {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 4px;
}
.kt-why article {
    background: var(--kt-card);
    border-radius: 18px;
    padding: 24px 14px 20px;
    text-align: center;
    min-width: 0;
}
.kt-why .kt-ic {
    margin: 0 auto 12px;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: transparent;
}
.kt-why .kt-ic svg {
    width: 30px;
    height: 30px;
    stroke: var(--kt-accent);
    stroke-width: 1.7;
}
.kt-why h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.kt-why p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--kt-muted);
}

/* ---------- Sortiment: text vlevo, fotka vpravo (6 dlaždic) ---------- */
.kt-prods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 4px;
}
.kt-prod {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px;
    align-items: center;
    gap: 8px 12px;
    background: var(--kt-card);
    border-radius: 18px;
    padding: 18px 16px 16px 20px;
    color: var(--kt-ink) !important;
    text-decoration: none !important;
    min-width: 0;
    min-height: 132px;
    transition: transform .18s ease, box-shadow .18s ease;
}
a.kt-prod:hover,
a.kt-prod:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(120, 70, 45, .1);
    text-decoration: none !important;
}
.kt-prod__media {
    background: transparent;
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 96px;
}
.kt-prod__media img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 96px;
    object-fit: contain;
}
.kt-prod__media--icon .kt-ic {
    width: 48px;
    height: 48px;
    border-radius: 0;
    background: transparent;
}
.kt-prod__media--icon .kt-ic svg {
    width: 40px;
    height: 40px;
    stroke: var(--kt-accent);
    stroke-width: 1.6;
}
.kt-prod__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    min-width: 0;
}
.kt-prod h3 {
    font-size: 18px;
    line-height: 1.2;
}
.kt-prod__body > p {
    font-size: 13px;
    line-height: 1.45;
    color: var(--kt-muted);
}
.kt-prod em {
    margin-top: 4px;
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    color: var(--kt-accent);
}
.kt-prod__links {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}
.kt-prod__links a {
    color: var(--kt-accent) !important;
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}
.kt-prod__links a:hover,
.kt-prod__links a:focus {
    text-decoration: underline !important;
}

.cms_arwel .kt-banner { margin-top: 28px; }

@media (max-width: 1100px) {
    .kt-process,
    .kt-why { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .kt-process::before { display: none; }
}

@media (max-width: 900px) {
    .cms_arwel .kt-hero { min-height: 0; grid-template-columns: 1fr; }
    .cms_arwel .kt-hero__copy { padding: 28px 8px 12px; }
    .cms_arwel .kt-hero__title { font-size: 36px; }
    .cms_arwel .kt-hero__lead { font-size: 20px; }
    .cms_arwel .kt-hero__body p { max-width: none; }
    .cms_arwel .kt-hero__media { min-height: 240px; border-radius: 16px; }
    .kt-process,
    .kt-why { grid-template-columns: 1fr 1fr; }
    .kt-leather__photo { margin-left: -24px; margin-right: -24px; }
}

@media (max-width: 600px) {
    .cms_arwel .kt-hero__title { font-size: 32px; }
    .cms_arwel .kt-qcard { padding: 22px 18px; }
    .kt-process,
    .kt-why,
    .kt-prods { grid-template-columns: 1fr; }
    .kt-process__card,
    .kt-why article { padding-left: 20px; padding-right: 20px; }
    .cms_arwel .kt-card__top h3 { font-size: 22px; }
    .kt-prod {
        grid-template-columns: minmax(0, 1fr) 96px;
        min-height: 0;
    }
    .kt-leather__photo { height: 160px; }
}
