/*
 * Beauty.hk — sitewide editorial finish
 * Final public-page override layer. Loaded after view-level stacks.
 */

/* ---------- Foundation ---------- */
body.site-shell--editorial {
    --beauty-canvas: #faf9fb;
    --beauty-pearl: #ffffff;
    --beauty-pearl-soft: #f6f3f7;
    --beauty-ink: #211821;
    --beauty-copy: #5f5762;
    --beauty-faint: #817986;
    --beauty-berry: #7f214d;
    --beauty-berry-deep: #54142f;
    --beauty-blush: #e9a9c5;
    --beauty-blush-soft: #f7e7ef;
    --beauty-lilac: #9488c5;
    --beauty-lilac-soft: #eeebf7;
    --beauty-chrome: #b7bdc8;
    --beauty-chrome-soft: #edf0f4;
    --beauty-line: rgba(67, 48, 68, 0.14);
    --beauty-line-strong: rgba(84, 20, 47, 0.28);
    --beauty-positive: #28745b;
    --beauty-warning: #9b641a;
    --beauty-danger: #a3394a;
    --beauty-max: 1680px;
    --beauty-gutter: clamp(1rem, 2.15vw, 2.75rem);
    --beauty-space: clamp(3.5rem, 6vw, 7.5rem);
    --beauty-radius: 8px;
    --beauty-radius-small: 4px;
    --beauty-shadow: 0 12px 34px rgba(48, 32, 51, 0.055);
    --beauty-shadow-lift: 0 22px 54px rgba(48, 32, 51, 0.105);
    min-width: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 91% 4%, rgba(148, 136, 197, 0.10), transparent 28rem),
        radial-gradient(circle at 8% 22%, rgba(233, 169, 197, 0.10), transparent 31rem),
        var(--beauty-canvas);
    color: var(--beauty-ink);
}

body.site-shell--editorial *,
body.site-shell--editorial *::before,
body.site-shell--editorial *::after {
    box-sizing: border-box;
}

body.site-shell--editorial main,
body.site-shell--editorial main > *,
body.site-shell--editorial .container,
body.site-shell--editorial :where(.content-grid, .store-layout, .dashboard-grid, .profile-grid, .booking-grid, .contact-wrapper) > * {
    min-width: 0;
}

body.site-shell--editorial main {
    overflow-x: clip;
}

body.site-shell--editorial .container {
    width: min(calc(100% - (var(--beauty-gutter) * 2)), var(--beauty-max));
    max-width: var(--beauty-max);
    margin-inline: auto;
    padding-inline: 0;
}

body.site-shell--editorial :where(h1, h2, h3, h4) {
    color: var(--beauty-ink);
    text-wrap: balance;
}

body.site-shell--editorial :where(p, li, td, dd, .description, .description-content) {
    overflow-wrap: anywhere;
}

body.site-shell--editorial :where(a, button, input, select, textarea) {
    -webkit-tap-highlight-color: transparent;
}

body.site-shell--editorial :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid rgba(127, 33, 77, 0.42) !important;
    outline-offset: 3px;
}

body.site-shell--editorial :where(img, video, iframe) {
    max-width: 100%;
}

body.site-shell--editorial img {
    height: auto;
}

body.site-shell--editorial :where(.btn, button, input, select, textarea) {
    font: inherit;
}

/* ---------- Shared controls and surfaces ---------- */
body.site-shell--editorial :where(.btn, .whatsapp-btn, .partner-website, .action-item, .share-btn) {
    border-radius: var(--beauty-radius-small) !important;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.site-shell--editorial .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 2.75rem;
    padding: .72rem 1.05rem;
    border: 1px solid var(--beauty-line-strong);
    background: var(--beauty-pearl);
    color: var(--beauty-ink);
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
    box-shadow: none;
}

body.site-shell--editorial :where(.btn-primary, .btn-buy) {
    border-color: var(--beauty-berry-deep) !important;
    background: var(--beauty-berry-deep) !important;
    color: #fff !important;
}

body.site-shell--editorial :where(.btn-outline, .btn-outline-primary) {
    border-color: var(--beauty-line-strong) !important;
    background: rgba(255,255,255,.75) !important;
    color: var(--beauty-berry-deep) !important;
}

body.site-shell--editorial :where(.btn:hover, .whatsapp-btn:hover, .partner-website:hover, .action-item:hover, .share-btn:hover) {
    transform: translateY(-2px);
    box-shadow: 0 9px 24px rgba(63, 35, 54, .12);
}

body.site-shell--editorial :where(.btn-primary:hover, .btn-buy:hover) {
    border-color: var(--beauty-berry) !important;
    background: var(--beauty-berry) !important;
}

body.site-shell--editorial :where(.btn-lg) {
    min-height: 3.15rem;
    padding-inline: 1.35rem;
}

body.site-shell--editorial :where(.btn-sm) {
    min-height: 2.35rem;
    padding: .55rem .8rem;
    font-size: .86rem;
}

body.site-shell--editorial :where(.form-control, .form-group input, .form-group select, .form-group textarea, .filter-group input, .filter-group select, .search-box input, .sort-options select, .hero-search input, .newsletter-form input, .input-icon input) {
    width: 100%;
    min-height: 3rem;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius-small) !important;
    background: rgba(255,255,255,.94) !important;
    color: var(--beauty-ink) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
}

body.site-shell--editorial :where(.form-control, .form-group input, .form-group select, .form-group textarea, .filter-group input, .filter-group select, .search-box input, .sort-options select, .hero-search input, .newsletter-form input) {
    padding: .78rem .9rem;
}

body.site-shell--editorial :where(.form-control, .form-group input, .form-group select, .form-group textarea, .filter-group input, .filter-group select, .search-box input, .sort-options select, .hero-search input, .newsletter-form input, .input-icon input):focus {
    border-color: var(--beauty-berry) !important;
    box-shadow: 0 0 0 3px rgba(127,33,77,.10) !important;
}

body.site-shell--editorial :where(.form-group label, .filter-group label, .sort-options label) {
    color: var(--beauty-ink);
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .015em;
}

body.site-shell--editorial textarea {
    resize: vertical;
}

body.site-shell--editorial :where(.required, .form-group .error) {
    color: var(--beauty-danger) !important;
}

body.site-shell--editorial :where(.breadcrumb, .hero-breadcrumb) {
    margin: 0;
    padding: 1rem 0;
    color: var(--beauty-faint);
    font-size: .82rem;
    letter-spacing: .025em;
}

body.site-shell--editorial .breadcrumb :where(ol, ul) {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
}

body.site-shell--editorial .breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: .55rem;
    color: var(--beauty-chrome);
}

body.site-shell--editorial :where(.breadcrumb a, .hero-breadcrumb a) {
    color: var(--beauty-copy) !important;
    text-decoration: none;
}

body.site-shell--editorial :where(.breadcrumb a, .hero-breadcrumb a):hover {
    color: var(--beauty-berry) !important;
}

body.site-shell--editorial :where(.pagination-wrapper) {
    display: flex;
    justify-content: center;
    margin: clamp(2rem, 4vw, 4rem) 0;
}

body.site-shell--editorial .pagination-wrapper nav > div {
    gap: .4rem;
}

body.site-shell--editorial .pagination-wrapper a,
body.site-shell--editorial .pagination-wrapper span[aria-current="page"] span {
    border-color: var(--beauty-line) !important;
    border-radius: 3px !important;
    background: var(--beauty-pearl) !important;
    color: var(--beauty-ink) !important;
    box-shadow: none !important;
}

body.site-shell--editorial .pagination-wrapper span[aria-current="page"] span {
    border-color: var(--beauty-berry-deep) !important;
    background: var(--beauty-berry-deep) !important;
    color: #fff !important;
}

body.site-shell--editorial :where(.empty-state, .no-posts, .no-results, .no-bookings, .no-data, .empty-message) {
    width: 100%;
    margin: 1.5rem 0;
    padding: clamp(2.2rem, 5vw, 5rem) clamp(1.2rem, 4vw, 4rem);
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.97), rgba(246,243,247,.94)) !important;
    color: var(--beauty-copy);
    text-align: center;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial :where(.empty-state, .no-posts, .no-results, .no-bookings, .no-data, .empty-message) > i {
    display: inline-grid;
    place-items: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(127,33,77,.18);
    border-radius: 50%;
    background: var(--beauty-blush-soft);
    color: var(--beauty-berry);
    font-size: 1.25rem;
}

body.site-shell--editorial :where(.empty-state, .no-posts, .no-results, .no-bookings, .no-data, .empty-message) h3 {
    margin: .25rem 0 .55rem;
}

body.site-shell--editorial :where(.alert, .alert-success, .alert-error, .flash-message) {
    border-radius: var(--beauty-radius-small) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial :where(.alert-success) {
    border: 1px solid rgba(40,116,91,.25) !important;
    background: #edf8f4 !important;
    color: #1f604b !important;
}

body.site-shell--editorial :where(.alert-error) {
    border: 1px solid rgba(163,57,74,.25) !important;
    background: #fff0f2 !important;
    color: #8f2e40 !important;
}

body.site-shell--editorial :where(.status-badge, .badge, .chip, .category-tag, .tag, .mini-pill, .pill, .featured-ribbon, .sale-badge, .discount-badge) {
    border-radius: 3px !important;
}

body.site-shell--editorial :where(.chip, .category-tag, .tag, .mini-pill, .pill) {
    border: 1px solid var(--beauty-line) !important;
    background: rgba(255,255,255,.82) !important;
    color: var(--beauty-copy) !important;
}

body.site-shell--editorial :where(.chip.active, .category-tag.active) {
    border-color: var(--beauty-berry-deep) !important;
    background: var(--beauty-berry-deep) !important;
    color: #fff !important;
}

/* ---------- Page headers ---------- */
body.site-shell--editorial :where(.rankings-hero, .store-hero, .blog-header, .search-header, .offers-hero, .contact-hero, .category-hero, .partner-hero) {
    position: relative;
    isolation: isolate;
    min-height: auto;
    padding: clamp(3.25rem, 6vw, 6.75rem) 0;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid var(--beauty-line);
    background:
        linear-gradient(108deg, rgba(255,255,255,.98) 0%, rgba(250,247,250,.94) 58%, rgba(238,235,247,.88) 100%) !important;
    color: var(--beauty-ink) !important;
}

body.site-shell--editorial :where(.rankings-hero, .store-hero, .blog-header, .search-header, .offers-hero, .contact-hero, .category-hero, .partner-hero)::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0 auto 0 0;
    width: clamp(3px, .35vw, 6px);
    background: linear-gradient(var(--beauty-berry), var(--beauty-blush), var(--beauty-lilac));
}

body.site-shell--editorial :where(.rankings-hero, .store-hero, .blog-header, .search-header, .offers-hero, .contact-hero, .category-hero, .partner-hero)::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: clamp(15rem, 30vw, 34rem);
    aspect-ratio: 1;
    top: 50%;
    right: clamp(-10rem, -6vw, -3rem);
    border: 1px solid rgba(148,136,197,.22);
    transform: translateY(-50%) rotate(35deg);
    background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(233,169,197,.08));
}

body.site-shell--editorial :where(.rankings-hero, .store-hero, .blog-header, .search-header, .offers-hero, .contact-hero, .category-hero, .partner-hero) h1 {
    max-width: 15ch;
    margin: 0 0 .8rem;
    color: var(--beauty-ink) !important;
    font-size: clamp(2.55rem, 5vw, 5.9rem);
    line-height: .94;
    letter-spacing: -.065em;
}

body.site-shell--editorial :where(.rankings-hero, .store-hero, .blog-header, .search-header, .offers-hero, .contact-hero, .category-hero, .partner-hero) p {
    max-width: 54rem;
    margin: 0;
    color: var(--beauty-copy) !important;
    font-size: clamp(1rem, 1.15vw, 1.15rem);
    line-height: 1.75;
}

body.site-shell--editorial :where(.results-header, .section-header, .page-header) {
    border-color: var(--beauty-line) !important;
}

body.site-shell--editorial :where(.results-header) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-block: 1.5rem;
    padding-block: 1rem;
    border-block: 1px solid var(--beauty-line);
}

body.site-shell--editorial :where(.results-count) {
    color: var(--beauty-copy);
}

/* ---------- Rankings ---------- */
body.site-shell--editorial :where(.rankings-page, .ranking-show-page) {
    background: transparent;
    color: var(--beauty-ink);
}

body.site-shell--editorial .rankings-page .rankings-shell {
    padding: clamp(2.2rem, 4vw, 4.5rem) 0 var(--beauty-space);
}

body.site-shell--editorial .rankings-page .hero-filters {
    margin-top: 1.8rem;
    padding: 1rem;
    border: 1px solid var(--beauty-line);
    border-left: 3px solid var(--beauty-lilac);
    border-radius: var(--beauty-radius);
    background: rgba(255,255,255,.76);
    box-shadow: var(--beauty-shadow);
}

body.site-shell--editorial .rankings-page :where(.category-grid, .featured-grid, .ranking-grid) {
    gap: clamp(1rem, 1.5vw, 1.4rem);
}

body.site-shell--editorial .rankings-page :where(.category-card, .ranking-card) {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .rankings-page .category-card {
    border-top: 2px solid var(--beauty-chrome) !important;
}

body.site-shell--editorial .rankings-page :where(.category-card:hover, .ranking-card:hover) {
    border-color: var(--beauty-line-strong) !important;
    box-shadow: var(--beauty-shadow-lift) !important;
}

body.site-shell--editorial .rankings-page .ranking-card .card-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
    overflow: hidden;
    background: var(--beauty-pearl-soft);
}

body.site-shell--editorial .rankings-page .ranking-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.site-shell--editorial .ranking-show-page .ranking-header {
    padding: clamp(2.2rem, 4vw, 4.75rem) 0;
    border-block: 1px solid var(--beauty-line);
    background: linear-gradient(115deg, #fff, #f8f3f6 67%, #eeebf7) !important;
}

body.site-shell--editorial .ranking-show-page .header-grid {
    gap: clamp(1.5rem, 4vw, 5rem);
}

body.site-shell--editorial .ranking-show-page .header-copy h1 {
    max-width: 16ch;
    font-size: clamp(2.4rem, 4.4vw, 5.25rem);
    letter-spacing: -.06em;
}

body.site-shell--editorial .ranking-show-page :where(.method-box, .note-box, .rank-item, .related-card) {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.9) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .ranking-show-page .method-box {
    border-top: 3px solid var(--beauty-lilac) !important;
}

body.site-shell--editorial .ranking-show-page .ranking-body {
    padding-block: clamp(2.5rem, 5vw, 5.5rem);
}

body.site-shell--editorial .ranking-show-page .rank-item {
    gap: clamp(1rem, 2vw, 2rem);
    padding: clamp(1rem, 1.8vw, 1.65rem);
}

body.site-shell--editorial .ranking-show-page .rank-position {
    color: var(--beauty-berry);
    font-variant-numeric: tabular-nums;
}

body.site-shell--editorial .ranking-show-page .rank-media {
    overflow: hidden;
    border-radius: var(--beauty-radius-small);
}

/* ---------- Store: index, category, partner, product ---------- */
body.site-shell--editorial :where(.store-page, .product-detail-page) {
    background: transparent;
}

body.site-shell--editorial .store-page .hero-search form {
    overflow: hidden;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.9) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .store-page .store-layout {
    grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
    gap: clamp(1.25rem, 2.5vw, 2.75rem);
    align-items: start;
    padding-block: clamp(2rem, 4vw, 4.5rem);
}

body.site-shell--editorial .store-page .store-sidebar {
    position: sticky;
    top: 6.25rem;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .store-page .filter-section {
    padding: 1.15rem;
    border-bottom: 1px solid var(--beauty-line) !important;
}

body.site-shell--editorial .store-page :where(.featured-grid, .products-grid, .related-grid) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(.9rem, 1.45vw, 1.35rem);
}

body.site-shell--editorial .store-page .featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.site-shell--editorial :where(.store-page, .product-detail-page) .product-card {
    overflow: hidden;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial :where(.store-page, .product-detail-page) .product-card:hover {
    border-color: var(--beauty-line-strong) !important;
    box-shadow: var(--beauty-shadow-lift) !important;
}

body.site-shell--editorial :where(.store-page, .product-detail-page) .product-image {
    aspect-ratio: 4 / 5;
    min-height: 0;
    background: var(--beauty-pearl-soft);
}

body.site-shell--editorial :where(.store-page, .product-detail-page) .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.site-shell--editorial :where(.store-page, .product-detail-page) .product-content {
    padding: 1rem;
}

body.site-shell--editorial :where(.store-page, .product-detail-page) .product-partner {
    color: var(--beauty-faint);
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.site-shell--editorial :where(.store-page, .product-detail-page) .current-price {
    color: var(--beauty-berry-deep) !important;
    font-weight: 800;
}

body.site-shell--editorial :where(.store-page, .product-detail-page) .featured-ribbon,
body.site-shell--editorial :where(.store-page, .product-detail-page) .sale-badge {
    background: var(--beauty-berry-deep) !important;
    color: #fff !important;
}

body.site-shell--editorial .category-page .category-hero {
    background-image: linear-gradient(105deg, rgba(255,255,255,.98), rgba(246,240,244,.91)) !important;
}

body.site-shell--editorial :where(.category-page .subcategories, .partner-page .category-filter) {
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-bottom: 1px solid var(--beauty-line);
}

body.site-shell--editorial :where(.subcategory-chips, .category-chips) {
    display: flex;
    gap: .55rem;
    flex-wrap: wrap;
}

body.site-shell--editorial :where(.subcategory-chips, .category-chips) .chip {
    padding: .6rem .85rem;
    text-decoration: none;
}

body.site-shell--editorial .partner-page .partner-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.75rem);
    align-items: center;
}

body.site-shell--editorial .partner-page .partner-logo {
    width: clamp(5.5rem, 9vw, 8.5rem);
    height: clamp(5.5rem, 9vw, 8.5rem);
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--beauty-line);
    border-radius: var(--beauty-radius);
    background: var(--beauty-pearl);
    box-shadow: var(--beauty-shadow);
}

body.site-shell--editorial .partner-page .partner-logo img {
    width: 100%;
    height: 100%;
    padding: .75rem;
    object-fit: contain;
}

body.site-shell--editorial .partner-page .partner-website {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    margin-top: 1rem;
    padding: .65rem .85rem;
    border: 1px solid var(--beauty-line-strong);
    background: rgba(255,255,255,.78);
    color: var(--beauty-berry);
    font-weight: 700;
    text-decoration: none;
}

body.site-shell--editorial .product-detail-page .product-detail {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(2rem, 5vw, 6rem);
    align-items: start;
    margin: 1rem 0 var(--beauty-space);
    padding: clamp(1rem, 2vw, 2rem);
    border: 1px solid var(--beauty-line);
    border-radius: var(--beauty-radius);
    background: rgba(255,255,255,.9);
    box-shadow: var(--beauty-shadow);
}

body.site-shell--editorial .product-detail-page .main-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 1px solid var(--beauty-line);
    border-radius: var(--beauty-radius-small);
    background: var(--beauty-pearl-soft);
}

body.site-shell--editorial .product-detail-page .main-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.site-shell--editorial .product-detail-page .thumbnail-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(64px, 84px));
    gap: .65rem;
    margin-top: .75rem;
}

body.site-shell--editorial .product-detail-page .thumbnail {
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid var(--beauty-line) !important;
    border-radius: 3px !important;
}

body.site-shell--editorial .product-detail-page .thumbnail.active {
    border-color: var(--beauty-berry) !important;
    box-shadow: 0 0 0 2px rgba(127,33,77,.12);
}

body.site-shell--editorial .product-detail-page .product-info h1 {
    margin: .7rem 0 1rem;
    font-size: clamp(2.25rem, 4vw, 4.65rem);
    line-height: .97;
    letter-spacing: -.06em;
}

body.site-shell--editorial .product-detail-page .product-price-section {
    margin: 1.5rem 0;
    padding: 1.25rem 0;
    border-block: 1px solid var(--beauty-line);
}

body.site-shell--editorial .product-detail-page .product-price-section .current-price {
    font-size: clamp(1.8rem, 2.8vw, 3rem);
}

body.site-shell--editorial .product-detail-page :where(.product-description, .product-attributes) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--beauty-line);
}

body.site-shell--editorial .product-detail-page .attributes-table {
    width: 100%;
    border-collapse: collapse;
}

body.site-shell--editorial .product-detail-page .attributes-table :where(th, td) {
    padding: .75rem;
    border-bottom: 1px solid var(--beauty-line);
    text-align: left;
}

body.site-shell--editorial .product-detail-page :where(.recommended-by-section, .related-products) {
    margin-block: var(--beauty-space);
}

body.site-shell--editorial .product-detail-page .center-card-mini {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: var(--beauty-pearl) !important;
    box-shadow: var(--beauty-shadow) !important;
}

/* ---------- Blog index and article ---------- */
body.site-shell--editorial :where(.blog-page, .blog-post) {
    background: transparent;
}

body.site-shell--editorial .blog-page :where(.featured-posts, .blog-content) {
    padding-block: clamp(2.5rem, 5vw, 5.5rem);
}

body.site-shell--editorial .blog-page .featured-grid {
    gap: clamp(1rem, 1.6vw, 1.5rem);
}

body.site-shell--editorial .blog-page :where(.featured-card, .post-card) {
    overflow: hidden;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.93) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .blog-page :where(.featured-card, .post-card):hover {
    border-color: var(--beauty-line-strong) !important;
    box-shadow: var(--beauty-shadow-lift) !important;
}

body.site-shell--editorial .blog-page .featured-card.main {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}

body.site-shell--editorial .blog-page .featured-card.main .card-image {
    min-height: clamp(330px, 37vw, 620px);
}

body.site-shell--editorial .blog-page :where(.card-image, .post-image) {
    overflow: hidden;
    background: var(--beauty-pearl-soft);
}

body.site-shell--editorial .blog-page :where(.card-image, .post-image) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.site-shell--editorial .blog-page .featured-card.main .card-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: clamp(1.5rem, 3vw, 3rem);
}

body.site-shell--editorial .blog-page .featured-card.main h2 {
    font-size: clamp(1.8rem, 3vw, 3.4rem);
}

body.site-shell--editorial .blog-page .posts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.6vw, 1.5rem);
}

body.site-shell--editorial .blog-page .post-card .post-image {
    aspect-ratio: 16 / 10;
}

body.site-shell--editorial .blog-page .newsletter-section {
    margin-top: var(--beauty-space);
    padding-block: clamp(2.5rem, 5vw, 5rem);
    border-block: 1px solid var(--beauty-line);
    background: linear-gradient(100deg, #f8edf2, #efedf8) !important;
}

body.site-shell--editorial .blog-page .newsletter-content {
    gap: 1.5rem 3rem;
}

body.site-shell--editorial .blog-page .newsletter-form .form-group {
    overflow: visible;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.site-shell--editorial .blog-post .post-hero {
    min-height: clamp(430px, 64vh, 760px);
    isolation: isolate;
    background: var(--beauty-ink);
}

body.site-shell--editorial .blog-post .hero-image::after {
    background: linear-gradient(90deg, rgba(20,12,19,.88), rgba(30,18,28,.58) 55%, rgba(30,18,28,.18)) !important;
}

body.site-shell--editorial .blog-post .post-hero .container {
    max-width: var(--beauty-max);
}

body.site-shell--editorial .blog-post .post-hero h1 {
    max-width: 18ch;
    color: #fff !important;
    font-size: clamp(2.4rem, 5vw, 5.6rem);
    line-height: .95;
    letter-spacing: -.065em;
}

body.site-shell--editorial .blog-post .post-hero :where(.breadcrumb, .breadcrumb a, .post-meta) {
    color: rgba(255,255,255,.82) !important;
}

body.site-shell--editorial .blog-post .post-content-section {
    padding-block: clamp(2.5rem, 5vw, 6rem);
}

body.site-shell--editorial .blog-post .content-grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
    gap: clamp(2rem, 4vw, 5rem);
    align-items: start;
}

body.site-shell--editorial .blog-post .main-content {
    padding: clamp(1.25rem, 3vw, 3.5rem);
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .blog-post .excerpt {
    margin-bottom: 2rem;
    padding: 1.25rem 0 1.25rem 1.25rem;
    border-left: 3px solid var(--beauty-blush);
    color: var(--beauty-copy);
    font-size: 1.08rem;
}

body.site-shell--editorial .blog-post .post-body {
    color: #423b45;
    font-size: clamp(1rem, 1.05vw, 1.08rem);
    line-height: 1.9;
}

body.site-shell--editorial .blog-post .post-body :where(h2, h3, h4) {
    margin-top: 2em;
    padding-top: .25em;
}

body.site-shell--editorial .blog-post .post-body blockquote {
    margin-inline: 0;
    padding: 1.25rem 1.5rem;
    border: 0;
    border-left: 3px solid var(--beauty-lilac);
    border-radius: 0;
    background: var(--beauty-lilac-soft);
}

body.site-shell--editorial .blog-post .post-body img {
    border-radius: var(--beauty-radius-small) !important;
}

body.site-shell--editorial .blog-post :where(.sidebar-card, .newsletter-card) {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.93) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .blog-post .sidebar {
    position: sticky;
    top: 6.25rem;
}

body.site-shell--editorial .blog-post .share-btn {
    border: 1px solid var(--beauty-line) !important;
    background: var(--beauty-pearl) !important;
    color: var(--beauty-ink) !important;
}


/* ---------- Center search and detail ---------- */
body.site-shell--editorial :where(.search-page, .center-detail) {
    min-height: 100vh;
    background: transparent;
}

body.site-shell--editorial .search-page .search-filters {
    position: relative;
    z-index: 2;
    margin-top: -1.4rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    border: 1px solid var(--beauty-line) !important;
    border-left: 3px solid var(--beauty-blush) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: var(--beauty-shadow-lift) !important;
}

body.site-shell--editorial .search-page .filters-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: .8rem;
    align-items: end;
}

body.site-shell--editorial .search-page .search-results {
    padding-block: clamp(2rem, 4vw, 5rem);
}

body.site-shell--editorial .search-page .results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.6vw, 1.5rem);
}

body.site-shell--editorial .search-page .center-card {
    overflow: hidden;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .search-page .center-card:hover {
    border-color: var(--beauty-line-strong) !important;
    box-shadow: var(--beauty-shadow-lift) !important;
}

body.site-shell--editorial .search-page .center-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
    overflow: hidden;
    background: var(--beauty-pearl-soft);
}

body.site-shell--editorial .search-page .center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

body.site-shell--editorial .search-page .center-card:hover .center-image img {
    transform: scale(1.025);
}

body.site-shell--editorial .search-page .center-content {
    padding: clamp(1rem, 1.5vw, 1.35rem);
}

body.site-shell--editorial .search-page .center-name {
    font-size: clamp(1.15rem, 1.4vw, 1.45rem);
}

body.site-shell--editorial .search-page :where(.center-badge, .offer-badge) {
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 3px !important;
    background: var(--beauty-berry-deep) !important;
    color: #fff !important;
}

body.site-shell--editorial .search-page .center-footer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--beauty-line) !important;
}

body.site-shell--editorial .center-detail .center-header {
    position: relative;
    padding: clamp(2.5rem, 5vw, 5rem) 0;
    border-block: 1px solid var(--beauty-line);
    background: linear-gradient(110deg, #fff 0%, #f8f2f5 62%, #edebf7 100%) !important;
    color: var(--beauty-ink) !important;
}

body.site-shell--editorial .center-detail .center-header::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(var(--beauty-berry), var(--beauty-blush), var(--beauty-lilac));
}

body.site-shell--editorial .center-detail .header-content {
    gap: clamp(1.25rem, 3vw, 3rem);
}

body.site-shell--editorial .center-detail .header-info h1 {
    max-width: 17ch;
    margin-bottom: .8rem;
    color: var(--beauty-ink) !important;
    font-size: clamp(2.35rem, 4.6vw, 5.25rem);
    line-height: .96;
    letter-spacing: -.06em;
}

body.site-shell--editorial .center-detail .center-meta,
body.site-shell--editorial .center-detail .center-meta :where(.rating, .location, .verified) {
    color: var(--beauty-copy) !important;
}

body.site-shell--editorial .center-detail .header-actions {
    min-width: min(100%, 18rem);
}

body.site-shell--editorial .center-detail .price-range {
    border: 1px solid var(--beauty-line);
    border-radius: var(--beauty-radius-small);
    background: rgba(255,255,255,.78);
}

body.site-shell--editorial .center-detail .center-content {
    padding-block: clamp(2rem, 4vw, 5rem);
}

body.site-shell--editorial .center-detail .content-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: clamp(1.5rem, 3vw, 3.5rem);
    align-items: start;
}

body.site-shell--editorial .center-detail :where(.section-card, .sidebar-card, .cta-card) {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .center-detail .section-card {
    margin-bottom: 1.25rem;
    padding: clamp(1rem, 2vw, 1.65rem);
}

body.site-shell--editorial .center-detail .section-card h2 {
    padding-bottom: .8rem;
    border-bottom: 1px solid var(--beauty-line);
}

body.site-shell--editorial .center-detail .gallery-section {
    display: block;
}

body.site-shell--editorial .center-detail .gallery-section .main-image {
    width: 100%;
    height: clamp(280px, 35vw, 540px) !important;
    overflow: hidden;
    border-radius: var(--beauty-radius-small) !important;
    background: var(--beauty-pearl-soft);
}

body.site-shell--editorial .center-detail .gallery-section .main-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

body.site-shell--editorial .center-detail :where(.service-item, .review-item, .offer-item) {
    border-color: var(--beauty-line) !important;
    border-radius: var(--beauty-radius-small) !important;
    background: var(--beauty-pearl-soft) !important;
}

body.site-shell--editorial .center-detail .service-item {
    padding: 1rem;
}

body.site-shell--editorial .center-detail .service-price .current-price {
    color: var(--beauty-berry-deep) !important;
}

body.site-shell--editorial .center-detail .owner-reply {
    border-left: 3px solid var(--beauty-lilac) !important;
    border-radius: 0 var(--beauty-radius-small) var(--beauty-radius-small) 0 !important;
    background: var(--beauty-lilac-soft) !important;
}

body.site-shell--editorial .center-detail .sidebar {
    position: sticky;
    top: 6.25rem;
}

body.site-shell--editorial .center-detail .sidebar-card {
    padding: 1.25rem;
}

body.site-shell--editorial .center-detail .cta-card {
    border-top: 3px solid var(--beauty-blush) !important;
    background: linear-gradient(145deg, #fff, #f8edf2) !important;
}

body.site-shell--editorial .center-detail .related-centers {
    padding-top: clamp(2.5rem, 5vw, 5rem);
}

body.site-shell--editorial .center-detail .center-card-small {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: var(--beauty-pearl) !important;
    box-shadow: var(--beauty-shadow) !important;
}

/* ---------- Offers index and detail ---------- */
body.site-shell--editorial :where(.offers-page, .offer-detail-page) {
    min-height: 100vh;
    background: transparent;
}

body.site-shell--editorial .offers-page .offers-filters {
    margin: clamp(1.5rem, 3vw, 2.75rem) 0;
    padding: 1rem;
    border: 1px solid var(--beauty-line) !important;
    border-left: 3px solid var(--beauty-lilac) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .offers-page .filter-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    gap: .85rem;
    align-items: end;
}

body.site-shell--editorial .offers-page .offers-grid,
body.site-shell--editorial .offer-detail-page .offers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.6vw, 1.5rem);
}

body.site-shell--editorial .offers-page .offers-grid {
    padding-bottom: clamp(2.5rem, 5vw, 5.5rem);
}

body.site-shell--editorial .offers-page .offer-card,
body.site-shell--editorial .offer-detail-page .offer-card {
    overflow: hidden;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .offers-page .offer-card:hover,
body.site-shell--editorial .offer-detail-page .offer-card:hover {
    border-color: var(--beauty-line-strong) !important;
    box-shadow: var(--beauty-shadow-lift) !important;
}

body.site-shell--editorial .offers-page .offer-header {
    background: linear-gradient(135deg, var(--beauty-blush-soft), var(--beauty-lilac-soft)) !important;
}

body.site-shell--editorial .offers-page .discount-badge,
body.site-shell--editorial .offer-detail-page .offer-discount .discount-badge {
    background: var(--beauty-berry-deep) !important;
    color: #fff !important;
}

body.site-shell--editorial .offers-page .offer-content {
    padding: 1.15rem;
}

body.site-shell--editorial .offers-page .offer-footer {
    padding: 1rem 1.15rem;
    border-top: 1px solid var(--beauty-line) !important;
    background: #fbfafc !important;
}

body.site-shell--editorial .offers-page .promo-code {
    border: 1px dashed var(--beauty-line-strong) !important;
    border-radius: var(--beauty-radius-small) !important;
    background: var(--beauty-blush-soft) !important;
}

body.site-shell--editorial .offer-detail-page .offer-detail {
    overflow: hidden;
    margin: 1rem 0 var(--beauty-space);
    border: 1px solid var(--beauty-line);
    border-radius: var(--beauty-radius);
    background: rgba(255,255,255,.95);
    box-shadow: var(--beauty-shadow);
}

body.site-shell--editorial .offer-detail-page .offer-header {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    min-height: clamp(380px, 38vw, 640px);
    padding: 0;
    background: var(--beauty-pearl) !important;
}

body.site-shell--editorial .offer-detail-page .offer-image-wrapper {
    min-height: 100%;
    overflow: hidden;
    background: var(--beauty-pearl-soft);
}

body.site-shell--editorial .offer-detail-page .offer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.site-shell--editorial .offer-detail-page .offer-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(1.5rem, 4vw, 4.5rem);
}

body.site-shell--editorial .offer-detail-page .offer-info h1 {
    margin: .8rem 0 1.25rem;
    font-size: clamp(2.25rem, 4vw, 4.7rem);
    line-height: .96;
    letter-spacing: -.06em;
}

body.site-shell--editorial .offer-detail-page .offer-meta {
    display: grid;
    gap: .7rem;
    color: var(--beauty-copy);
}

body.site-shell--editorial .offer-detail-page .meta-item {
    display: flex;
    gap: .65rem;
    align-items: center;
}

body.site-shell--editorial .offer-detail-page .offer-discount {
    margin-top: 1.5rem;
}

body.site-shell--editorial .offer-detail-page .offer-content {
    padding: clamp(1.25rem, 3vw, 3.5rem);
}

body.site-shell--editorial .offer-detail-page .content-section {
    padding-block: 1.6rem;
    border-top: 1px solid var(--beauty-line);
}

body.site-shell--editorial .offer-detail-page .content-section h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.45rem, 2vw, 2.2rem);
}

body.site-shell--editorial .offer-detail-page .offer-code {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: fit-content;
    max-width: 100%;
    margin-top: 1rem;
    padding: .8rem 1rem;
    border: 1px dashed var(--beauty-line-strong);
    border-radius: var(--beauty-radius-small);
    background: var(--beauty-blush-soft);
}

body.site-shell--editorial .offer-detail-page .offer-code code {
    overflow-wrap: anywhere;
    color: var(--beauty-berry-deep);
    font-size: 1.05rem;
    font-weight: 800;
}

body.site-shell--editorial .offer-detail-page .related-offers {
    margin-bottom: var(--beauty-space);
}

body.site-shell--editorial .offer-detail-page .offer-card > img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* ---------- Contact ---------- */
body.site-shell--editorial .contact-page {
    min-height: 100vh;
    background: transparent;
}

body.site-shell--editorial .contact-page .contact-wrapper {
    display: grid;
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
    gap: clamp(1.25rem, 3vw, 3rem);
    align-items: start;
    padding-block: clamp(2.5rem, 5vw, 5.5rem);
}

body.site-shell--editorial .contact-page .contact-info {
    display: grid;
    gap: .85rem;
}

body.site-shell--editorial .contact-page :where(.info-card, .contact-form-wrapper, .faq-item, .map-container, .social-links) {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .contact-page .info-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .9rem;
    padding: 1rem;
}

body.site-shell--editorial .contact-page .info-icon {
    display: grid;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid rgba(127,33,77,.14);
    border-radius: 50% !important;
    background: var(--beauty-blush-soft) !important;
    color: var(--beauty-berry) !important;
}

body.site-shell--editorial .contact-page .social-links {
    padding: 1.15rem;
}

body.site-shell--editorial .contact-page .social-icons a {
    border: 1px solid var(--beauty-line) !important;
    border-radius: 50% !important;
    background: var(--beauty-pearl-soft) !important;
    color: var(--beauty-berry) !important;
}

body.site-shell--editorial .contact-page .whatsapp-btn {
    border: 1px solid #23765a !important;
    background: #23765a !important;
    color: #fff !important;
}

body.site-shell--editorial .contact-page .contact-form-wrapper {
    padding: clamp(1.25rem, 3vw, 3rem);
    border-top: 3px solid var(--beauty-blush) !important;
}

body.site-shell--editorial .contact-page .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

body.site-shell--editorial .contact-page .contact-faq {
    padding-block: 0 var(--beauty-space);
}

body.site-shell--editorial .contact-page .faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

body.site-shell--editorial .contact-page .faq-item {
    padding: 1.25rem;
    border-top: 2px solid var(--beauty-chrome) !important;
}

body.site-shell--editorial .contact-page .map-section {
    padding-bottom: var(--beauty-space);
}

body.site-shell--editorial .contact-page .map-container {
    overflow: hidden;
    min-height: 340px;
}

body.site-shell--editorial .contact-page .map-container :where(iframe, img) {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

/* ---------- Authentication ---------- */
body.site-shell--editorial .auth-page {
    min-height: min(880px, calc(100vh - 4rem));
    padding: clamp(1.25rem, 4vw, 4rem) var(--beauty-gutter);
    background:
        radial-gradient(circle at 10% 12%, rgba(233,169,197,.18), transparent 27rem),
        radial-gradient(circle at 92% 86%, rgba(148,136,197,.17), transparent 31rem),
        var(--beauty-canvas) !important;
}

body.site-shell--editorial .auth-page .auth-container {
    width: min(100%, 1180px);
    min-height: 620px;
    overflow: hidden;
    border: 1px solid var(--beauty-line);
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.95);
    box-shadow: var(--beauty-shadow-lift) !important;
}

body.site-shell--editorial .auth-page .auth-card {
    padding: clamp(1.5rem, 4vw, 4rem);
    border-radius: 0 !important;
    background: rgba(255,255,255,.97) !important;
    box-shadow: none !important;
}

body.site-shell--editorial .auth-page .auth-header h1 {
    font-size: clamp(2rem, 3vw, 3.35rem);
    line-height: .98;
}

body.site-shell--editorial .auth-page .auth-image {
    position: relative;
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

body.site-shell--editorial .auth-page .image-overlay {
    background: linear-gradient(180deg, rgba(44,20,35,.12), rgba(49,19,37,.84)) !important;
}

body.site-shell--editorial .auth-page .image-content {
    color: #fff;
}

body.site-shell--editorial .auth-page .image-content :where(h2, p) {
    color: #fff !important;
}

body.site-shell--editorial .auth-page .role-selector {
    gap: .7rem;
}

body.site-shell--editorial .auth-page .role-content {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius-small) !important;
    background: var(--beauty-pearl) !important;
}

body.site-shell--editorial .auth-page .role-option input:checked + .role-content {
    border-color: var(--beauty-berry) !important;
    background: var(--beauty-blush-soft) !important;
    box-shadow: 0 0 0 2px rgba(127,33,77,.09) !important;
}

body.site-shell--editorial .auth-page .input-icon i {
    color: var(--beauty-faint) !important;
}

body.site-shell--editorial .auth-page .social-btn {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius-small) !important;
    background: var(--beauty-pearl) !important;
    color: var(--beauty-ink) !important;
}

body.site-shell--editorial .auth-page :where(.auth-footer a, .forgot-link, .checkbox-label a) {
    color: var(--beauty-berry) !important;
}


/* ---------- Booking flow ---------- */
body.site-shell--editorial :where(.bookings-page, .booking-page, .confirmation-page) {
    min-height: 70vh;
    padding-block: clamp(2rem, 4vw, 4.5rem);
    background: transparent;
}

body.site-shell--editorial :where(.bookings-page, .booking-page, .confirmation-page) h1 {
    font-size: clamp(2.15rem, 4vw, 4.6rem);
    line-height: .97;
    letter-spacing: -.06em;
}

body.site-shell--editorial .bookings-page .bookings-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

body.site-shell--editorial .bookings-page .booking-card {
    overflow: hidden;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .bookings-page .booking-header {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--beauty-line) !important;
    background: var(--beauty-pearl-soft) !important;
}

body.site-shell--editorial .bookings-page .booking-body {
    padding: 1.2rem;
}

body.site-shell--editorial .bookings-page .booking-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

body.site-shell--editorial .bookings-page .detail {
    padding: .75rem;
    border-left: 2px solid var(--beauty-chrome);
    background: #fbfafc;
}

body.site-shell--editorial .bookings-page .booking-footer {
    padding: 1rem 1.2rem;
    border-top: 1px solid var(--beauty-line) !important;
}

body.site-shell--editorial :where(.status-badge.pending, .badge.pending) {
    border: 1px solid rgba(155,100,26,.22) !important;
    background: #fff5df !important;
    color: #81500f !important;
}

body.site-shell--editorial :where(.status-badge.confirmed, .status-badge.approved, .badge.verified) {
    border: 1px solid rgba(40,116,91,.22) !important;
    background: #eaf7f2 !important;
    color: #21604c !important;
}

body.site-shell--editorial :where(.status-badge.completed) {
    border: 1px solid rgba(82,80,126,.2) !important;
    background: var(--beauty-lilac-soft) !important;
    color: #56517e !important;
}

body.site-shell--editorial :where(.status-badge.cancelled) {
    border: 1px solid rgba(163,57,74,.2) !important;
    background: #fff0f2 !important;
    color: #8e3040 !important;
}

body.site-shell--editorial .booking-page .booking-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: clamp(1.5rem, 3vw, 3.5rem);
    align-items: start;
}

body.site-shell--editorial .booking-page :where(.booking-form-section, .summary-card),
body.site-shell--editorial .confirmation-page .confirmation-card {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.95) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .booking-page .booking-form-section {
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

body.site-shell--editorial .booking-page .form-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--beauty-line) !important;
}

body.site-shell--editorial .booking-page .services-selection {
    display: grid;
    gap: .7rem;
}

body.site-shell--editorial .booking-page .service-option {
    padding: 1rem;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius-small) !important;
    background: var(--beauty-pearl) !important;
}

body.site-shell--editorial .booking-page .service-option:hover {
    border-color: var(--beauty-line-strong) !important;
    background: var(--beauty-blush-soft) !important;
}

body.site-shell--editorial .booking-page .service-option:has(input:checked) {
    border-color: var(--beauty-berry) !important;
    box-shadow: inset 3px 0 0 var(--beauty-berry);
}

body.site-shell--editorial .booking-page .datetime-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

body.site-shell--editorial .booking-page .summary-card {
    position: sticky;
    top: 6.25rem;
    padding: 1.25rem;
    border-top: 3px solid var(--beauty-lilac) !important;
}

body.site-shell--editorial .booking-page .summary-total {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--beauty-line) !important;
}

body.site-shell--editorial .booking-page .summary-note,
body.site-shell--editorial .confirmation-page .reminder {
    border: 1px solid rgba(148,136,197,.2) !important;
    border-radius: var(--beauty-radius-small) !important;
    background: var(--beauty-lilac-soft) !important;
    color: var(--beauty-copy) !important;
}

body.site-shell--editorial .confirmation-page .confirmation-card {
    width: min(100%, 880px);
    margin-inline: auto;
    padding: clamp(1.4rem, 4vw, 4rem);
    text-align: center;
    border-top: 4px solid var(--beauty-positive) !important;
}

body.site-shell--editorial .confirmation-page .success-icon {
    display: inline-grid;
    place-items: center;
    width: 5rem;
    height: 5rem;
    border: 1px solid rgba(40,116,91,.2);
    border-radius: 50% !important;
    background: #eaf7f2 !important;
    color: var(--beauty-positive) !important;
}

body.site-shell--editorial .confirmation-page .booking-details {
    margin-block: 1.5rem;
    padding: 1rem;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius-small) !important;
    background: var(--beauty-pearl-soft) !important;
}

body.site-shell--editorial .confirmation-page .detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    text-align: left;
}

body.site-shell--editorial .confirmation-page .detail-item {
    padding: .85rem;
    border: 1px solid var(--beauty-line);
    border-radius: var(--beauty-radius-small);
    background: var(--beauty-pearl);
}

/* ---------- Profile, reviews and favorites ---------- */
body.site-shell--editorial :where(.profile-page, .reviews-page, .favorites-page) {
    min-height: 75vh;
    padding-bottom: var(--beauty-space);
    background: transparent;
}

body.site-shell--editorial .profile-page .profile-header {
    position: relative;
    isolation: isolate;
    padding: clamp(2rem, 4vw, 4.5rem) 0;
    overflow: hidden;
    border-bottom: 1px solid var(--beauty-line);
    background: linear-gradient(110deg, #fff, #f8edf2 70%, #eeebf7) !important;
    color: var(--beauty-ink) !important;
}

body.site-shell--editorial .profile-page .profile-header::before {
    background: linear-gradient(var(--beauty-berry), var(--beauty-blush), var(--beauty-lilac)) !important;
}

body.site-shell--editorial .profile-page .profile-avatar {
    overflow: hidden;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    background: var(--beauty-blush-soft) !important;
    box-shadow: 0 0 0 1px var(--beauty-line), var(--beauty-shadow) !important;
}

body.site-shell--editorial .profile-page .profile-info h1 {
    color: var(--beauty-ink) !important;
    font-size: clamp(2.1rem, 4vw, 4.5rem);
}

body.site-shell--editorial .profile-page .profile-info :where(p, .member-since) {
    color: var(--beauty-copy) !important;
}

body.site-shell--editorial .profile-page .stats-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

body.site-shell--editorial :where(.profile-page, .owner-dashboard, .user-dashboard) .stat-card {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.92) !important;
    color: var(--beauty-ink) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial :where(.profile-page, .owner-dashboard, .user-dashboard) .stat-icon {
    border-radius: 50% !important;
    background: var(--beauty-blush-soft) !important;
    color: var(--beauty-berry) !important;
}

body.site-shell--editorial .profile-page .profile-content {
    padding-block: clamp(2rem, 4vw, 4.5rem);
}

body.site-shell--editorial .profile-page .profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
    gap: clamp(1.25rem, 3vw, 3rem);
    align-items: start;
}

body.site-shell--editorial .profile-page :where(.profile-section, .sidebar-card) {
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .profile-page .profile-section {
    padding: clamp(1.1rem, 2vw, 2rem);
}

body.site-shell--editorial .profile-page .profile-section h2 {
    padding-bottom: .8rem;
    border-bottom: 1px solid var(--beauty-line);
}

body.site-shell--editorial .profile-page .profile-sidebar {
    position: sticky;
    top: 6.25rem;
}

body.site-shell--editorial .profile-page .sidebar-card {
    padding: 1.15rem;
}

body.site-shell--editorial .profile-page .quick-links a {
    border-radius: var(--beauty-radius-small) !important;
    color: var(--beauty-copy) !important;
}

body.site-shell--editorial .profile-page .quick-links a:hover {
    background: var(--beauty-blush-soft) !important;
    color: var(--beauty-berry) !important;
}

body.site-shell--editorial :where(.reviews-page, .favorites-page) .page-header {
    padding: clamp(2rem, 4vw, 4.5rem) 0 1.5rem;
}

body.site-shell--editorial :where(.reviews-page, .favorites-page) .page-header h1 {
    font-size: clamp(2.2rem, 4vw, 4.7rem);
    line-height: .96;
    letter-spacing: -.06em;
}

body.site-shell--editorial .reviews-page .reviews-list {
    display: grid;
    gap: 1rem;
}

body.site-shell--editorial .reviews-page .review-card {
    padding: clamp(1rem, 2vw, 1.5rem);
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .reviews-page .review-footer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--beauty-line) !important;
}

body.site-shell--editorial .reviews-page .owner-reply {
    border-left: 3px solid var(--beauty-lilac) !important;
    border-radius: 0 var(--beauty-radius-small) var(--beauty-radius-small) 0 !important;
    background: var(--beauty-lilac-soft) !important;
}

body.site-shell--editorial .favorites-page .favorites-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.6vw, 1.5rem);
}

body.site-shell--editorial .favorites-page .center-card {
    overflow: hidden;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .favorites-page .center-card:hover {
    border-color: var(--beauty-line-strong) !important;
    box-shadow: var(--beauty-shadow-lift) !important;
}

body.site-shell--editorial .favorites-page .card-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--beauty-pearl-soft);
}

body.site-shell--editorial .favorites-page .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------- User and owner dashboards ---------- */
body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) {
    min-height: 75vh;
    padding-block: clamp(2rem, 4vw, 4.75rem);
    background: transparent;
}

body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) .dashboard-header {
    margin-bottom: clamp(1.5rem, 3vw, 3rem);
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--beauty-line) !important;
}

body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) .dashboard-header h1,
body.site-shell--editorial .user-dashboard .user-info h1 {
    font-size: clamp(2.25rem, 4vw, 4.75rem);
    line-height: .96;
    letter-spacing: -.06em;
}

body.site-shell--editorial .user-dashboard .user-avatar {
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    background: var(--beauty-blush-soft) !important;
    color: var(--beauty-berry) !important;
    box-shadow: 0 0 0 1px var(--beauty-line), var(--beauty-shadow) !important;
}

body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: clamp(1.5rem, 3vw, 3rem);
}

body.site-shell--editorial .owner-dashboard .stat-card.highlight {
    border-color: rgba(127,33,77,.24) !important;
    background: linear-gradient(135deg, var(--beauty-berry-deep), var(--beauty-berry)) !important;
    color: #fff !important;
}

body.site-shell--editorial .owner-dashboard .stat-card.highlight :where(.stat-value, .stat-label, .stat-icon) {
    color: #fff !important;
}

body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) .dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.75rem);
}

body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) .section-card {
    overflow: hidden;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) .section-header {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--beauty-line) !important;
    background: var(--beauty-pearl-soft) !important;
}

body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) :where(.booking-item, .review-item, .past-booking-item) {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--beauty-line) !important;
}

body.site-shell--editorial .owner-dashboard .centers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

body.site-shell--editorial .owner-dashboard .center-card {
    overflow: hidden;
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .owner-dashboard .center-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--beauty-pearl-soft);
}

body.site-shell--editorial .owner-dashboard .center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.site-shell--editorial .user-dashboard .booking-date-badge {
    border: 1px solid rgba(127,33,77,.16) !important;
    border-radius: var(--beauty-radius-small) !important;
    background: var(--beauty-blush-soft) !important;
    color: var(--beauty-berry-deep) !important;
}

body.site-shell--editorial .user-dashboard .actions-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
}

body.site-shell--editorial .user-dashboard .action-item {
    min-height: 8rem;
    border: 1px solid var(--beauty-line) !important;
    background: var(--beauty-pearl) !important;
    color: var(--beauty-ink) !important;
    box-shadow: var(--beauty-shadow) !important;
}

body.site-shell--editorial .user-dashboard .action-item i {
    color: var(--beauty-berry) !important;
}

/* ---------- Footer and fixed utilities ---------- */
body.site-shell--editorial .editorial-footer {
    margin-top: clamp(3rem, 6vw, 6rem);
    padding: clamp(3.25rem, 6vw, 6rem) 0 2rem;
    border-top: 1px solid rgba(255,255,255,.1);
    background:
        linear-gradient(115deg, rgba(127,33,77,.14), transparent 42%),
        #1d141d !important;
    color: rgba(255,250,253,.86);
}

body.site-shell--editorial .editorial-footer .footer-content {
    grid-template-columns: minmax(250px, 1.4fr) repeat(4, minmax(130px, 1fr));
    gap: clamp(1.5rem, 2.5vw, 3rem);
}

body.site-shell--editorial .editorial-footer .footer-section h4 {
    padding-bottom: .75rem;
    border-bottom: 1px solid rgba(255,255,255,.13);
    color: #fff;
    letter-spacing: -.015em;
}

body.site-shell--editorial .editorial-footer :where(a, p, span) {
    overflow-wrap: anywhere;
}

body.site-shell--editorial .editorial-footer a:focus-visible {
    outline-color: rgba(255,255,255,.85) !important;
}

body.site-shell--editorial .chat-widget__toggle {
    border: 1px solid rgba(255,255,255,.65) !important;
    background: var(--beauty-berry-deep) !important;
    box-shadow: 0 10px 28px rgba(58,18,40,.22) !important;
}

body.site-shell--editorial .chat-widget__panel {
    overflow: hidden;
    max-width: calc(100vw - (var(--beauty-gutter) * 2));
    border: 1px solid var(--beauty-line) !important;
    border-radius: var(--beauty-radius) !important;
    box-shadow: var(--beauty-shadow-lift) !important;
}

body.site-shell--editorial .chat-widget__head {
    background: linear-gradient(120deg, var(--beauty-berry-deep), var(--beauty-berry)) !important;
}

/* ---------- Responsive refinements ---------- */
@media (max-width: 1280px) {
    body.site-shell--editorial .store-page :where(.products-grid, .related-grid),
    body.site-shell--editorial .favorites-page .favorites-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-shell--editorial .owner-dashboard .centers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    body.site-shell--editorial .search-page .filters-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-shell--editorial .search-page .filters-row > :last-child {
        grid-column: 1 / -1;
    }

    body.site-shell--editorial .search-page .results-grid,
    body.site-shell--editorial .offers-page .offers-grid,
    body.site-shell--editorial .offer-detail-page .offers-grid,
    body.site-shell--editorial .blog-page .posts-grid,
    body.site-shell--editorial .contact-page .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-shell--editorial .store-page .store-layout {
        grid-template-columns: minmax(210px, 245px) minmax(0, 1fr);
    }

    body.site-shell--editorial .store-page :where(.products-grid, .related-grid),
    body.site-shell--editorial .store-page .featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-shell--editorial .editorial-footer .footer-content {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.site-shell--editorial .editorial-footer .footer-about {
        grid-column: span 3;
    }
}

@media (max-width: 900px) {
    body.site-shell--editorial :where(.rankings-hero, .store-hero, .blog-header, .search-header, .offers-hero, .contact-hero, .category-hero, .partner-hero)::after {
        opacity: .65;
    }

    body.site-shell--editorial .store-page .store-layout,
    body.site-shell--editorial .product-detail-page .product-detail,
    body.site-shell--editorial .blog-post .content-grid,
    body.site-shell--editorial .center-detail .content-grid,
    body.site-shell--editorial .contact-page .contact-wrapper,
    body.site-shell--editorial .booking-page .booking-grid,
    body.site-shell--editorial .profile-page .profile-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-shell--editorial :where(.store-page .store-sidebar, .blog-post .sidebar, .center-detail .sidebar, .booking-page .summary-card, .profile-page .profile-sidebar) {
        position: static;
    }

    body.site-shell--editorial .store-page .store-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-shell--editorial .store-page .filter-section {
        border-right: 1px solid var(--beauty-line);
    }

    body.site-shell--editorial .blog-page .featured-card.main {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-shell--editorial .blog-page .featured-card.main .card-image {
        min-height: 360px;
    }

    body.site-shell--editorial .offer-detail-page .offer-header {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-shell--editorial .offer-detail-page .offer-image-wrapper {
        min-height: clamp(300px, 58vw, 520px);
    }

    body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) .dashboard-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-shell--editorial .auth-page .auth-container {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.site-shell--editorial .auth-page .auth-image {
        min-height: 260px;
        grid-row: 1;
    }
}

@media (max-width: 680px) {
    body.site-shell--editorial {
        --beauty-gutter: 1rem;
        --beauty-space: 3.75rem;
    }

    body.site-shell--editorial :where(.rankings-hero, .store-hero, .blog-header, .search-header, .offers-hero, .contact-hero, .category-hero, .partner-hero) {
        padding-block: 3rem;
    }

    body.site-shell--editorial :where(.rankings-hero, .store-hero, .blog-header, .search-header, .offers-hero, .contact-hero, .category-hero, .partner-hero) h1 {
        font-size: clamp(2.45rem, 13vw, 4.25rem);
    }

    body.site-shell--editorial :where(.results-header, .section-header, .page-header, .booking-header, .booking-footer, .review-header) {
        align-items: flex-start;
        flex-direction: column;
    }

    body.site-shell--editorial .search-page .filters-row,
    body.site-shell--editorial .offers-page .filter-form,
    body.site-shell--editorial .search-page .results-grid,
    body.site-shell--editorial .offers-page .offers-grid,
    body.site-shell--editorial .offer-detail-page .offers-grid,
    body.site-shell--editorial .blog-page .posts-grid,
    body.site-shell--editorial .contact-page .faq-grid,
    body.site-shell--editorial .contact-page .form-row,
    body.site-shell--editorial .favorites-page .favorites-grid,
    body.site-shell--editorial .store-page :where(.products-grid, .related-grid, .featured-grid),
    body.site-shell--editorial .owner-dashboard .centers-grid,
    body.site-shell--editorial .user-dashboard .actions-list,
    body.site-shell--editorial .booking-page .datetime-grid,
    body.site-shell--editorial .confirmation-page .detail-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-shell--editorial .search-page .filters-row > :last-child {
        grid-column: auto;
    }

    body.site-shell--editorial .store-page .store-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-shell--editorial .store-page .filter-section {
        border-right: 0;
    }

    body.site-shell--editorial .partner-page .partner-header {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-shell--editorial .blog-page .featured-card.main .card-image {
        min-height: 270px;
    }


    body.site-shell--editorial .bookings-page .booking-details,
    body.site-shell--editorial .profile-page .stats-row,
    body.site-shell--editorial :where(.owner-dashboard, .user-dashboard) .stats-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-shell--editorial .offer-detail-page .offer-actions,
    body.site-shell--editorial .confirmation-page .actions,
    body.site-shell--editorial .center-detail .header-actions {
        width: 100%;
    }

    body.site-shell--editorial :where(.offer-detail-page .offer-actions, .confirmation-page .actions, .center-detail .header-actions) .btn {
        width: 100%;
    }

    body.site-shell--editorial .offer-detail-page .offer-code {
        align-items: flex-start;
        flex-direction: column;
    }

    body.site-shell--editorial .auth-page {
        padding: 1rem;
    }

    body.site-shell--editorial .auth-page .auth-image {
        min-height: 220px;
    }

    body.site-shell--editorial .editorial-footer .footer-content,
    body.site-shell--editorial .editorial-footer .footer-about {
        grid-template-columns: minmax(0, 1fr);
        grid-column: auto;
    }
}

@media (max-width: 420px) {
    body.site-shell--editorial :where(.btn-lg, .btn-block) {
        width: 100%;
    }


    body.site-shell--editorial .product-detail-page .thumbnail-gallery {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-shell--editorial *,
    body.site-shell--editorial *::before,
    body.site-shell--editorial *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}


/* Optional Seedance/local campaign loop; only rendered when a local file exists. */
body.site-shell--editorial .bh-hero__video { width: 100%; height: 100%; display: block; object-fit: cover; }
@media (prefers-reduced-motion: reduce) { body.site-shell--editorial .bh-hero__video { display: none; } body.site-shell--editorial .bh-hero__visual.has-campaign-video { background: center / cover no-repeat url('/images/heroes/hero-beauty-1.jpg'); } }
