.ch-cafe-show-hero {
    padding-top: 1.5rem;
}

.ch-cafe-show-hero .ch-cafe-hero-img {
    margin-bottom: 0;
}

.ch-cafe-hero-carousel-wrap {
    position: relative;
    padding: 0 2.75rem;
}

.ch-cafe-hero-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-radius: var(--ch-radius-lg);
}

.ch-cafe-hero-carousel::-webkit-scrollbar {
    display: none;
}

.ch-cafe-hero-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    aspect-ratio: var(--ch-branch-header-aspect);
    max-height: calc(var(--ch-branch-header-height) * 1px);
}

.ch-cafe-hero-slide .ch-cafe-hero-img {
    width: 100%;
    height: 100%;
    max-height: none;
}

.ch-cafe-hero-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(44, 24, 16, 0.12);
    border-radius: 50%;
    background: #fff;
    color: var(--ch-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--ch-shadow-sm);
    transition: background 0.2s, border-color 0.2s;
}

.ch-cafe-hero-carousel__nav:hover {
    background: var(--ch-light);
    border-color: rgba(44, 24, 16, 0.2);
}

.ch-cafe-hero-carousel__nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.ch-cafe-hero-carousel__nav--prev {
    left: 0;
}

.ch-cafe-hero-carousel__nav--next {
    right: 0;
}

.ch-cafe-hero-dots {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 0.75rem;
}

.ch-cafe-hero-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
}

.ch-cafe-hero-dots span.is-active {
    background: var(--ch-dark);
}

@media (max-width: 575.98px) {
    .ch-cafe-hero-carousel-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .ch-cafe-hero-carousel__nav {
        display: none;
    }
}

.ch-cafe-header__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.ch-cafe-header__title {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
}

.page-cafe-show .ch-cafe-logo {
    flex-shrink: 0;
    width: 4.5rem;
    height: 4.5rem;
    max-width: 4.5rem;
    max-height: 4.5rem;
    object-fit: contain;
    border-radius: var(--ch-radius);
    background: var(--ch-light);
    padding: 0.35rem;
}

.ch-cafe-logo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ch-secondary);
    font-size: 1.5rem;
}

.ch-cafe-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ch-cafe-info-card {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(44, 24, 16, 0.12);
    border-radius: var(--ch-radius-lg);
    padding: 1rem 1.25rem;
}

.ch-cafe-info-card__branch {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ch-primary);
    line-height: 1.45;
}

.ch-cafe-info-card__value {
    margin: 0;
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.45;
}

.ch-cafe-info-card__section {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(44, 24, 16, 0.08);
}

.page-cafe-show .ch-section-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ch-primary);
    margin: 0 0 1rem;
    line-height: 1.3;
}

.page-cafe-show .ch-section-title-row {
    margin-bottom: 1rem;
}

.page-cafe-show .ch-section-title-row .ch-section-title {
    margin-bottom: 0;
}

.page-cafe-show .ch-cafe-section {
    margin-bottom: 2rem;
}

.page-cafe-show .ch-cafe-section:last-child {
    margin-bottom: 0;
}

.ch-cafe-show-body {
    margin-top: 0;
}

.page-cafe-show .ch-offer-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    overflow: hidden;
}

.page-cafe-show .ch-offer-card__media {
    flex-shrink: 0;
    width: 100%;
}

.page-cafe-show .ch-offer-card__img {
    width: 100%;
    height: 10rem;
    border-radius: 0;
    object-fit: cover;
    display: block;
    border: none;
}

.page-cafe-show .ch-offer-card__img--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ch-light);
    color: var(--ch-secondary);
    font-size: 1.75rem;
}

.page-cafe-show .ch-offer-card__body {
    min-width: 0;
    flex: 1;
    padding: 1rem 1.15rem;
}

.page-cafe-show .ch-offer-card__title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.page-cafe-show .ch-offer-card__text {
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
    margin: 0 0 0.5rem;
    line-height: 1.45;
}

.page-cafe-show .ch-offer-card__badge {
    margin: 0;
}

.page-cafe-show .ch-review-card {
    padding: 1rem 1.15rem;
}

.page-cafe-show .ch-reviews-section .ch-card {
    margin-bottom: 0;
}

