/* Shared CMS / location / SEO content presentation. Loaded only from those templates. */

.pc-content-page {
    overflow-x: clip;
}

.pc-content-article {
    max-width: 46rem;
    margin: 0 auto;
    padding: 1.25rem 0 2rem;
    color: var(--pc-ink, #1f1f2e);
    overflow-wrap: anywhere;
    word-wrap: break-word;
}

.pc-content-body {
    max-width: 100%;
}

.pc-content-page h1,
.pc-content-page h2,
.pc-content-page h3,
.pc-content-page h4,
.pc-content-page p,
.pc-content-page ul,
.pc-content-page ol,
.pc-content-page li {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.pc-content-article h1,
.pc-content-page--seo .pc-page-hero h1,
.pc-location-page h1 {
    font-family: inherit;
    font-size: clamp(1.4rem, 4.6vw, 2.05rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
    color: var(--pc-ink, #1f1f2e);
}

.pc-location-page h1 {
    color: var(--pc-purple-dark, #3D154B);
}

.pc-content-article h2,
.pc-content-page--seo .pc-seo-block h2,
.pc-content-page--seo .pc-section-title {
    font-family: inherit;
    font-size: clamp(1.18rem, 3.2vw, 1.5rem);
    font-weight: 700;
    line-height: 1.35;
    margin: 2.15rem 0 0.85rem;
    color: var(--pc-purple-dark, #3D154B);
}

.pc-content-article h2 {
    padding-top: 0.35rem;
    border-top: 1px solid var(--pc-border, #f3d0dc);
}

.pc-content-article h1 + p,
.pc-content-article h2:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.pc-content-article h2:first-of-type {
    margin-top: 1.75rem;
}

.pc-content-article h3,
.pc-content-page--seo h3,
.pc-location-page h3 {
    font-family: inherit;
    font-size: clamp(1.02rem, 2.6vw, 1.16rem);
    font-weight: 600;
    line-height: 1.4;
    margin: 1.15rem 0 0.4rem;
    color: var(--pc-ink, #1f1f2e);
}

.pc-content-article h4 {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 1rem 0 0.35rem;
    color: var(--pc-ink, #1f1f2e);
}

.pc-content-article p,
.pc-content-page--seo .pc-page-hero p,
.pc-content-page--seo .pc-seo-block p {
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--pc-muted, #6b7280);
    margin: 0 0 1rem;
}

.pc-content-article p + p {
    margin-top: 0.15rem;
}

.pc-content-article ul,
.pc-content-article ol {
    margin: 0 0 1.35rem;
    padding: 0.85rem 1rem 0.85rem 1.7rem;
    background: var(--pc-soft, #fff5f8);
    border: 1px solid var(--pc-border, #f3d0dc);
    border-radius: 16px;
}

.pc-content-article li {
    margin: 0 0 0.45rem;
    line-height: 1.55;
    color: var(--pc-ink, #1f1f2e);
}

.pc-content-article li:last-child {
    margin-bottom: 0;
}

.pc-content-page img,
.pc-content-page iframe,
.pc-content-page video,
.pc-content-page table {
    max-width: 100%;
    height: auto;
}

.pc-content-article table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pc-content-article th,
.pc-content-article td {
    padding: 0.45rem 0.6rem;
    word-break: break-word;
}

.pc-content-hero {
    margin: 0 0 1.25rem;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--pc-border, #f3d0dc);
    background: #fff;
    text-align: center;
}

.pc-content-hero img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: min(70vh, 640px);
    margin: 0 auto;
    object-fit: contain;
    background: #fff;
}

.pc-content-cta {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 1.75rem;
    padding: 1.15rem 1rem 1.2rem;
    background: var(--pc-soft, #fff5f8);
    border: 1px solid var(--pc-border, #f3d0dc);
    border-radius: 18px;
}

.pc-content-cta a,
.pc-content-page--seo .pc-page-hero .d-flex a,
.pc-content-page--seo .pc-seo-block .d-flex a,
.pc-location-page .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 44px;
    text-align: center;
    white-space: normal;
    box-sizing: border-box;
}

.pc-content-page--products .pc-content-body h3 {
    margin: 1.15rem 0 0;
    padding: 0.9rem 1rem 0.35rem;
    background: #fff;
    border: 1px solid var(--pc-border, #f3d0dc);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
}

.pc-content-page--products .pc-content-body h3 + p {
    margin: 0 0 1rem;
    padding: 0 1rem 1rem;
    background: #fff;
    border: 1px solid var(--pc-border, #f3d0dc);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    color: var(--pc-muted, #6b7280);
    line-height: 1.7;
}

.pc-location-page {
    padding-bottom: 1.5rem;
}

.pc-location-hero {
    margin-bottom: 1.75rem;
}

.pc-location-logo {
    width: 120px;
    height: 120px;
    max-width: 100%;
    object-fit: contain;
}

.pc-location-page .location-address,
.pc-location-page .location-meta {
    font-size: 0.95rem;
    line-height: 1.45;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pc-location-page .card {
    max-width: 100%;
}

.pc-location-page .card-header h2,
.pc-location-page .card-header h3 {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: clamp(1.05rem, 2.8vw, 1.25rem);
}

.pc-location-page .card-body p {
    margin-bottom: 0;
    line-height: 1.7;
}

.pc-location-page .form-control,
.pc-location-page .form-select {
    max-width: 100%;
    min-height: 44px;
}

.pc-location-page .btn {
    width: 100%;
}

.pc-location-sticky {
    position: sticky;
    top: 2rem;
}

.pc-location-map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--pc-pink-dark, #d81b60);
    text-decoration: none;
}

.pc-location-map-link:hover {
    text-decoration: underline;
}

.pc-location-page .pc-location-map-card {
    scroll-margin-top: 5.5rem;
}

.pc-location-page .pc-location-map-card .card-body {
    padding: 0.65rem;
}

.pc-location-page .map-container.pc-location-map,
.pc-location-map {
    width: 100%;
    max-width: 100%;
    height: clamp(220px, 58vw, 280px);
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.pc-location-page .pc-location-map iframe,
.pc-location-map iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 100% !important;
    border: 0;
}

.pc-location-page .list-group-item {
    overflow-wrap: anywhere;
}

.pc-content-page--seo .pc-page-hero-shop {
    padding: 2rem 0 1.5rem;
}

.pc-content-page--seo .pc-page-hero-shop p {
    max-width: 46rem;
}

.pc-content-page--seo .pc-seo-block {
    background: transparent;
    padding: 0 0 0.5rem;
    border-top: 0;
}

.pc-content-page--seo .pc-seo-block h2,
.pc-content-page--seo .pc-section-title {
    margin-top: 0;
    margin-bottom: 0.85rem;
}

.pc-content-page--seo .pc-trust-card h3 {
    margin-top: 0;
}

.pc-content-page--seo .pc-page-hero .d-flex a,
.pc-content-page--seo .pc-seo-block .d-flex a {
    flex: 1 1 12.5rem;
}

@media (max-width: 650px) {
    .pc-location-page h1,
    .pc-location-page .location-address,
    .pc-location-page .location-meta {
        text-align: center;
    }

    .pc-location-page .location-address,
    .pc-location-page .location-meta {
        justify-content: center;
    }

    .pc-location-page .pc-location-map-link {
        justify-content: center;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .pc-content-article {
        padding: 1.75rem 0 2.5rem;
    }

    .pc-content-cta {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1.25rem;
    }

    .pc-content-cta a {
        flex: 1 1 12.5rem;
        width: auto;
    }

    .pc-location-page .map-container.pc-location-map,
    .pc-location-map {
        height: clamp(280px, 38vw, 360px);
    }

    .pc-location-page .pc-location-map-card .card-body {
        padding: 0.85rem;
    }
}

@media (min-width: 1024px) {
    .pc-location-page .map-container.pc-location-map,
    .pc-location-map {
        height: clamp(340px, 28vw, 420px);
    }
}
