:root {
    --hs-bg: #f7f2ec;
    --hs-bg-soft: #ede3d3;
    --hs-panel: #fffaf2;
    --hs-text: #2b2420;
    --hs-muted: #6f6258;
    --hs-accent: #b5713a;
    --hs-accent-dark: #5c4a35;
    --hs-line: #d9cbb8;
    --hs-cream: #fffaf2;
    --hs-display: "Fraunces", "Playfair Display", serif;
    --hs-body: "Inter", sans-serif;
}

body:not(.admin-body):not(.page-luxury-home) {
    background: var(--hs-bg) !important;
    color: var(--hs-text) !important;
    font-family: var(--hs-body) !important;
    font-weight: 400 !important;
}

body:not(.admin-body):not(.page-luxury-home) h1,
body:not(.admin-body):not(.page-luxury-home) h2,
body:not(.admin-body):not(.page-luxury-home) h3,
body:not(.admin-body):not(.page-luxury-home) h4 {
    color: var(--hs-text) !important;
    font-family: var(--hs-display) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

body:not(.admin-body):not(.page-luxury-home) p,
body:not(.admin-body):not(.page-luxury-home) li,
body:not(.admin-body):not(.page-luxury-home) dd {
    color: var(--hs-muted) !important;
}

body:not(.admin-body):not(.page-luxury-home) .navbar {
    min-height: 76px !important;
    background: rgba(255, 250, 242, .88) !important;
    border-bottom: 1px solid rgba(217, 203, 184, .85) !important;
    box-shadow: 0 12px 30px rgba(43, 36, 32, .08) !important;
    backdrop-filter: blur(16px) !important;
}

body:not(.admin-body):not(.page-luxury-home) .nav-inner {
    min-height: 76px !important;
}

body:not(.admin-body):not(.page-luxury-home) .navbar > .container {
    max-width: none !important;
    padding-inline: clamp(22px, 4vw, 64px) !important;
}

body:not(.admin-body):not(.page-luxury-home) .nav-logo {
    flex-basis: auto !important;
    gap: 12px !important;
}

body:not(.admin-body):not(.page-luxury-home) .nav-logo img {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

body:not(.admin-body):not(.page-luxury-home) .nav-logo-text strong {
    color: var(--hs-text) !important;
    font-family: var(--hs-display) !important;
    font-size: clamp(1.18rem, 2vw, 1.75rem) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body:not(.admin-body):not(.page-luxury-home) .nav-menu {
    gap: clamp(14px, 1.7vw, 28px) !important;
}

body:not(.admin-body):not(.page-luxury-home) .nav-menu a,
body:not(.admin-body):not(.page-luxury-home) .nav-menu.open a {
    color: var(--hs-text) !important;
    font-family: var(--hs-body) !important;
    font-size: .84rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body:not(.admin-body):not(.page-luxury-home) .nav-menu a:hover,
body:not(.admin-body):not(.page-luxury-home) .nav-menu a.active {
    color: var(--hs-accent) !important;
    background: transparent !important;
}

body:not(.admin-body):not(.page-luxury-home) .nav-cta,
body:not(.admin-body):not(.page-luxury-home) .btn,
body:not(.admin-body):not(.page-luxury-home) .cta-btn,
body:not(.admin-body):not(.page-luxury-home) .pd-btn,
body:not(.admin-body):not(.page-luxury-home) .products-empty-btn {
    min-height: 44px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--hs-accent) !important;
    color: var(--hs-cream) !important;
    font-family: var(--hs-body) !important;
    font-size: .86rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: 0 14px 28px rgba(181, 113, 58, .18) !important;
}

body:not(.admin-body):not(.page-luxury-home) .btn:hover,
body:not(.admin-body):not(.page-luxury-home) .nav-cta:hover,
body:not(.admin-body):not(.page-luxury-home) .pd-btn:hover {
    background: #9f6232 !important;
    color: var(--hs-cream) !important;
}

body:not(.admin-body):not(.page-luxury-home) .btn-outline,
body:not(.admin-body):not(.page-luxury-home) .pd-btn-outline {
    border: 1px solid var(--hs-accent) !important;
    background: transparent !important;
    color: var(--hs-accent) !important;
    box-shadow: none !important;
}

body:not(.admin-body):not(.page-luxury-home) .btn-outline:hover,
body:not(.admin-body):not(.page-luxury-home) .pd-btn-outline:hover {
    background: var(--hs-accent) !important;
    color: var(--hs-cream) !important;
}

body:not(.admin-body):not(.page-luxury-home) .cinema-kicker,
body:not(.admin-body):not(.page-luxury-home) .section-eyebrow,
body:not(.admin-body):not(.page-luxury-home) .products-eyebrow,
body:not(.admin-body):not(.page-luxury-home) .blogs-eyebrow,
body:not(.admin-body):not(.page-luxury-home) .pd-eyebrow,
body:not(.admin-body):not(.page-luxury-home) .gallery-card-badge {
    color: var(--hs-accent) !important;
    font-family: var(--hs-body) !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
    letter-spacing: .13em !important;
}

body:not(.admin-body):not(.page-luxury-home) .breadcrumbs {
    margin-top: 76px !important;
    background: var(--hs-bg) !important;
    border-bottom: 1px solid var(--hs-line) !important;
}

body:not(.admin-body):not(.page-luxury-home) .about-editorial-hero,
body:not(.admin-body):not(.page-luxury-home) .services-cinema-hero,
body:not(.admin-body):not(.page-luxury-home) .quarry-cinema-hero,
body:not(.admin-body):not(.page-luxury-home) .gallery-cinema-hero,
body:not(.admin-body):not(.page-luxury-home) .blogs-hero,
body:not(.admin-body):not(.page-luxury-home) .contact-cinematic-hero,
body:not(.admin-body):not(.page-luxury-home) .catalogue-hero,
body:not(.admin-body):not(.page-luxury-home) .blog-post-hero,
body:not(.admin-body):not(.page-luxury-home) .hero-inner,
body:not(.admin-body):not(.page-luxury-home).page-cinematic-products .products-hero {
    min-height: auto !important;
    padding-top: clamp(130px, 13vw, 170px) !important;
    padding-bottom: clamp(70px, 8vw, 110px) !important;
    background: var(--hs-bg-soft) !important;
}

body:not(.admin-body):not(.page-luxury-home) .about-cinema-hero-shade,
body:not(.admin-body):not(.page-luxury-home) .quarry-cinema-hero-shade,
body:not(.admin-body):not(.page-luxury-home) .services-cinema-hero-shade,
body:not(.admin-body):not(.page-luxury-home) .gallery-cinema-shade,
body:not(.admin-body):not(.page-luxury-home) .blogs-hero-shade,
body:not(.admin-body):not(.page-luxury-home) .contact-cinematic-hero-shade,
body:not(.admin-body):not(.page-luxury-home) .services-cinema-hero-shade,
body:not(.admin-body):not(.page-luxury-home) .quarry-cinema-hero-shade {
    background: linear-gradient(90deg, rgba(43, 36, 32, .58), rgba(43, 36, 32, .2), rgba(43, 36, 32, .06)) !important;
}

body:not(.admin-body):not(.page-luxury-home) .about-editorial-hero h1,
body:not(.admin-body):not(.page-luxury-home) .services-cinema-hero h1,
body:not(.admin-body):not(.page-luxury-home) .quarry-cinema-hero h1,
body:not(.admin-body):not(.page-luxury-home) .gallery-cinema-hero h1,
body:not(.admin-body):not(.page-luxury-home) .blogs-hero h1,
body:not(.admin-body):not(.page-luxury-home) .contact-cinematic-hero h1,
body:not(.admin-body):not(.page-luxury-home) .catalogue-hero h1,
body:not(.admin-body):not(.page-luxury-home) .blog-post-hero h1,
body:not(.admin-body):not(.page-luxury-home) .hero-inner h1 {
    color: var(--hs-text) !important;
    font-size: clamp(2.8rem, 5.8vw, 5.6rem) !important;
    line-height: 1.02 !important;
}

body:not(.admin-body):not(.page-luxury-home) .services-cinema-hero-copy p,
body:not(.admin-body):not(.page-luxury-home) .quarry-cinema-hero-copy p,
body:not(.admin-body):not(.page-luxury-home) .gallery-cinema-copy p,
body:not(.admin-body):not(.page-luxury-home) .blogs-hero-inner p,
body:not(.admin-body):not(.page-luxury-home) .contact-cinematic-hero-inner p,
body:not(.admin-body):not(.page-luxury-home) .catalogue-hero-copy p {
    color: var(--hs-muted) !important;
}

body:not(.admin-body):not(.page-luxury-home) .cinema-main,
body:not(.admin-body):not(.page-luxury-home).page-cinematic-products,
body:not(.admin-body):not(.page-luxury-home).page-product-detail,
body:not(.admin-body):not(.page-luxury-home).page-contact,
body:not(.admin-body):not(.page-luxury-home).page-gallery,
body:not(.admin-body):not(.page-luxury-home).page-blog,
body:not(.admin-body):not(.page-luxury-home).page-blog-post,
body:not(.admin-body):not(.page-luxury-home).page-privacy,
body:not(.admin-body):not(.page-luxury-home).page-terms,
body:not(.admin-body):not(.page-luxury-home).page-sitemap,
body:not(.admin-body):not(.page-luxury-home).page-404,
body:not(.admin-body):not(.page-luxury-home) .cinema-statement,
body:not(.admin-body):not(.page-luxury-home) .services-cinema-grid-section,
body:not(.admin-body):not(.page-luxury-home) .products-toolbar-section,
body:not(.admin-body):not(.page-luxury-home) .products-section,
body:not(.admin-body):not(.page-luxury-home) .contact-page-section,
body:not(.admin-body):not(.page-luxury-home) .blog-post-section,
body:not(.admin-body):not(.page-luxury-home) .blogs-section,
body:not(.admin-body):not(.page-luxury-home) .block-gallery-section {
    background: var(--hs-bg) !important;
}

body:not(.admin-body):not(.page-luxury-home) .services-cinema-split,
body:not(.admin-body):not(.page-luxury-home) .quarry-cinema-feature,
body:not(.admin-body):not(.page-luxury-home) .services-cinema-route,
body:not(.admin-body):not(.page-luxury-home) .quarry-cinema-route,
body:not(.admin-body):not(.page-luxury-home) .about-manifesto,
body:not(.admin-body):not(.page-luxury-home) .about-origin,
body:not(.admin-body):not(.page-luxury-home) .catalogue-commission,
body:not(.admin-body):not(.page-luxury-home) .pd-related,
body:not(.admin-body):not(.page-luxury-home) .pd-story,
body:not(.admin-body):not(.page-luxury-home) .pd-faq-reviews {
    background: var(--hs-bg-soft) !important;
}

body:not(.admin-body):not(.page-luxury-home) .services-cinema-card,
body:not(.admin-body):not(.page-luxury-home) .quarry-cinema-inspection-cards article,
body:not(.admin-body):not(.page-luxury-home) .quarry-cinema-route-steps article,
body:not(.admin-body):not(.page-luxury-home) .services-cinema-route-steps article,
body:not(.admin-body):not(.page-luxury-home) .product-card,
body:not(.admin-body):not(.page-luxury-home) .products-toolbar,
body:not(.admin-body):not(.page-luxury-home) .products-empty,
body:not(.admin-body):not(.page-luxury-home) .contact-form-panel,
body:not(.admin-body):not(.page-luxury-home) .contact-info-card,
body:not(.admin-body):not(.page-luxury-home) .contact-map-card,
body:not(.admin-body):not(.page-luxury-home) .blogs-card,
body:not(.admin-body):not(.page-luxury-home) .block-gallery-tile,
body:not(.admin-body):not(.page-luxury-home) .pd-main-image,
body:not(.admin-body):not(.page-luxury-home) .pd-rel-card,
body:not(.admin-body):not(.page-luxury-home) .pd-trust-grid article,
body:not(.admin-body):not(.page-luxury-home) .pd-company,
body:not(.admin-body):not(.page-luxury-home) .pd-faq,
body:not(.admin-body):not(.page-luxury-home) .pd-reviews,
body:not(.admin-body):not(.page-luxury-home) .sitemap-list {
    border: 1px solid var(--hs-line) !important;
    border-radius: 8px !important;
    background: var(--hs-panel) !important;
    box-shadow: 0 18px 44px rgba(43, 36, 32, .08) !important;
}

body:not(.admin-body):not(.page-luxury-home) img {
    filter: none !important;
}

body:not(.admin-body):not(.page-luxury-home) .form-control,
body:not(.admin-body):not(.page-luxury-home) input,
body:not(.admin-body):not(.page-luxury-home) select,
body:not(.admin-body):not(.page-luxury-home) textarea {
    border: 1px solid var(--hs-line) !important;
    border-radius: 8px !important;
    background: #fffdf9 !important;
    color: var(--hs-text) !important;
}

body:not(.admin-body):not(.page-luxury-home) .form-control:focus,
body:not(.admin-body):not(.page-luxury-home) input:focus,
body:not(.admin-body):not(.page-luxury-home) select:focus,
body:not(.admin-body):not(.page-luxury-home) textarea:focus {
    border-color: var(--hs-accent) !important;
    box-shadow: 0 0 0 3px rgba(181, 113, 58, .14) !important;
}

body:not(.admin-body):not(.page-luxury-home) .products-pill,
body:not(.admin-body):not(.page-luxury-home) .catalogue-origin-links a,
body:not(.admin-body):not(.page-luxury-home) .pag-link,
body:not(.admin-body):not(.page-luxury-home) .pagination-link {
    border: 1px solid var(--hs-line) !important;
    border-radius: 999px !important;
    background: var(--hs-panel) !important;
    color: var(--hs-muted) !important;
}

body:not(.admin-body):not(.page-luxury-home) .products-pill:hover,
body:not(.admin-body):not(.page-luxury-home) .products-pill.active,
body:not(.admin-body):not(.page-luxury-home) .catalogue-origin-links a:hover,
body:not(.admin-body):not(.page-luxury-home) .catalogue-origin-links a.active,
body:not(.admin-body):not(.page-luxury-home) .pag-link:hover,
body:not(.admin-body):not(.page-luxury-home) .pag-link.active {
    border-color: var(--hs-accent) !important;
    background: var(--hs-accent) !important;
    color: var(--hs-cream) !important;
}

body:not(.admin-body):not(.page-luxury-home) .site-footer {
    border-top: 0 !important;
    background: var(--hs-text) !important;
    color: var(--hs-cream) !important;
}

body:not(.admin-body):not(.page-luxury-home) .site-footer p,
body:not(.admin-body):not(.page-luxury-home) .site-footer a,
body:not(.admin-body):not(.page-luxury-home) .footer-bottom,
body:not(.admin-body):not(.page-luxury-home) .footer-bottom p,
body:not(.admin-body):not(.page-luxury-home) .footer-bottom-links a {
    color: rgba(255, 250, 242, .9) !important;
    font-family: var(--hs-body) !important;
    font-size: .9rem !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
}

body:not(.admin-body):not(.page-luxury-home) .footer-logo img {
    display: block !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

body:not(.admin-body):not(.page-luxury-home) .footer-logo span,
body:not(.admin-body):not(.page-luxury-home) .site-footer h4 {
    color: var(--hs-cream) !important;
    font-family: var(--hs-display) !important;
    font-size: 1.08rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body:not(.admin-body):not(.page-luxury-home) .footer-action-row,
body:not(.admin-body):not(.page-luxury-home) .footer-bottom {
    border-color: rgba(255, 250, 242, .22) !important;
}

body:not(.admin-body):not(.page-luxury-home) .whatsapp-float,
body:not(.admin-body):not(.page-luxury-home) .back-to-top,
body:not(.admin-body):not(.page-luxury-home) .contact-rail a {
    background: var(--hs-accent) !important;
    color: var(--hs-cream) !important;
    border-color: rgba(255, 250, 242, .45) !important;
}

@media (max-width: 1199px) {
    body:not(.admin-body):not(.page-luxury-home) .nav-menu,
    body:not(.admin-body):not(.page-luxury-home) .nav-menu.open {
        background: var(--hs-panel) !important;
    }
}

@media (max-width: 767px) {
    body:not(.admin-body):not(.page-luxury-home) .navbar,
    body:not(.admin-body):not(.page-luxury-home) .nav-inner {
        min-height: 70px !important;
    }

    body:not(.admin-body):not(.page-luxury-home) .nav-logo img {
        width: 42px !important;
        height: 42px !important;
    }

    body:not(.admin-body):not(.page-luxury-home) .nav-logo-text strong {
        font-size: 1rem !important;
    }

    body:not(.admin-body):not(.page-luxury-home) .about-editorial-hero,
    body:not(.admin-body):not(.page-luxury-home) .services-cinema-hero,
    body:not(.admin-body):not(.page-luxury-home) .quarry-cinema-hero,
    body:not(.admin-body):not(.page-luxury-home) .gallery-cinema-hero,
    body:not(.admin-body):not(.page-luxury-home) .blogs-hero,
    body:not(.admin-body):not(.page-luxury-home) .contact-cinematic-hero,
    body:not(.admin-body):not(.page-luxury-home) .catalogue-hero,
    body:not(.admin-body):not(.page-luxury-home) .blog-post-hero,
    body:not(.admin-body):not(.page-luxury-home) .hero-inner {
        padding-top: 112px !important;
    }
}

/* Contact page: remove inherited black/white mismatch and make every field readable. */
body.page-contact:not(.admin-body) .contact-cinematic-hero {
    position: relative !important;
    min-height: 460px !important;
    padding-top: 128px !important;
    padding-bottom: 72px !important;
    background: var(--hs-accent-dark) !important;
    overflow: hidden !important;
}

body.page-contact:not(.admin-body) .contact-cinematic-hero-media,
body.page-contact:not(.admin-body) .contact-cinematic-hero-media img,
body.page-contact:not(.admin-body) .contact-cinematic-hero-shade {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

body.page-contact:not(.admin-body) .contact-cinematic-hero-media img {
    object-fit: cover !important;
    filter: none !important;
}

body.page-contact:not(.admin-body) .contact-cinematic-hero-shade {
    z-index: 1 !important;
    background: linear-gradient(90deg, rgba(43, 36, 32, .76), rgba(43, 36, 32, .42), rgba(43, 36, 32, .12)) !important;
}

body.page-contact:not(.admin-body) .contact-cinematic-hero-inner {
    position: relative !important;
    z-index: 2 !important;
    max-width: 760px !important;
}

body.page-contact:not(.admin-body) .contact-cinematic-hero h1 {
    max-width: 720px !important;
    color: var(--hs-cream) !important;
    font-size: clamp(3rem, 5.8vw, 5.4rem) !important;
    text-shadow: 0 3px 22px rgba(43, 36, 32, .38) !important;
}

body.page-contact:not(.admin-body) .contact-cinematic-hero p {
    max-width: 600px !important;
    color: rgba(255, 250, 242, .9) !important;
    font-size: 1.02rem !important;
    line-height: 1.75 !important;
}

body.page-contact:not(.admin-body) .contact-page-section {
    background: var(--hs-bg) !important;
    padding-top: clamp(70px, 8vw, 110px) !important;
}

body.page-contact:not(.admin-body) .contact-form-panel,
body.page-contact:not(.admin-body) .contact-info-card,
body.page-contact:not(.admin-body) .contact-map-card {
    padding: clamp(28px, 4vw, 54px) !important;
    background: var(--hs-panel) !important;
    border-color: var(--hs-line) !important;
}

body.page-contact:not(.admin-body) .contact-section-head h2,
body.page-contact:not(.admin-body) .contact-map-head h3,
body.page-contact:not(.admin-body) .contact-info-item strong,
body.page-contact:not(.admin-body) .contact-form-panel h2 {
    color: var(--hs-text) !important;
}

body.page-contact:not(.admin-body) .page-contact .form-group label,
body.page-contact:not(.admin-body) .form-group label,
body.page-contact:not(.admin-body) .contact-info-item,
body.page-contact:not(.admin-body) .contact-info-item div,
body.page-contact:not(.admin-body) .contact-info-item span,
body.page-contact:not(.admin-body) .contact-info-item a {
    color: var(--hs-text) !important;
}

body.page-contact:not(.admin-body) .contact-info-item svg,
body.page-contact:not(.admin-body) .required {
    color: var(--hs-accent) !important;
}

body.page-contact:not(.admin-body) .form-error {
    color: #a33d2f !important;
}

body.page-contact:not(.admin-body) .contact-map-frame,
body.page-contact:not(.admin-body) .contact-map-frame iframe {
    border-radius: 8px !important;
    filter: none !important;
}

/* Blog/journal redesign: warm Hamdan editorial instead of the old dark migrated journal. */
body.page-blog-editorial:not(.admin-body) .journal-hero {
    display: grid !important;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr) !important;
    min-height: auto !important;
    padding: 126px clamp(22px, 5vw, 76px) 70px !important;
    gap: clamp(32px, 5vw, 70px) !important;
    align-items: center !important;
    background: var(--hs-bg) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-hero-copy {
    padding: 0 !important;
}

body.page-blog-editorial:not(.admin-body) .journal-breadcrumb {
    margin-bottom: 26px !important;
    color: var(--hs-muted) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: .9rem !important;
}

body.page-blog-editorial:not(.admin-body) .journal-breadcrumb a,
body.page-blog-editorial:not(.admin-body) .journal-breadcrumb span {
    color: var(--hs-muted) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-hero h1 {
    max-width: 760px !important;
    color: var(--hs-text) !important;
    font-size: clamp(3.1rem, 6vw, 5.9rem) !important;
    font-weight: 500 !important;
    line-height: 1.02 !important;
}

body.page-blog-editorial:not(.admin-body) .journal-hero h1 em {
    color: var(--hs-accent) !important;
    font-style: normal !important;
}

body.page-blog-editorial:not(.admin-body) .journal-hero-copy > p {
    max-width: 560px !important;
    color: var(--hs-muted) !important;
    font-size: 1.02rem !important;
    line-height: 1.75 !important;
    margin-top: 24px !important;
}

body.page-blog-editorial:not(.admin-body) .journal-hero-index {
    max-width: 560px !important;
    margin-top: 34px !important;
    border-color: var(--hs-line) !important;
    color: var(--hs-accent) !important;
    letter-spacing: .08em !important;
}

body.page-blog-editorial:not(.admin-body) .journal-hero-media {
    min-height: 520px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 55px rgba(43, 36, 32, .13) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-hero-media::after {
    background: linear-gradient(to top, rgba(43, 36, 32, .42), rgba(43, 36, 32, 0) 58%) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-hero-media img {
    filter: none !important;
    animation: none !important;
}

body.page-blog-editorial:not(.admin-body) .journal-hero-media span {
    color: var(--hs-cream) !important;
    letter-spacing: .12em !important;
}

body.page-blog-editorial:not(.admin-body) .journal-hero-word {
    display: none !important;
}

body.page-blog-editorial:not(.admin-body) .journal-archive {
    padding: clamp(76px, 9vw, 130px) 0 !important;
    background: var(--hs-bg-soft) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-shell {
    width: min(calc(100% - 40px), 1180px) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-heading {
    gap: 32px !important;
    margin-bottom: 42px !important;
    padding-bottom: 28px !important;
    border-color: var(--hs-line) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-heading h2,
body.page-blog-editorial:not(.admin-body) .journal-contact h2,
body.page-blog-editorial:not(.admin-body) .journal-empty h2 {
    color: var(--hs-text) !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
}

body.page-blog-editorial:not(.admin-body) .journal-heading h2 {
    font-size: clamp(2.6rem, 5vw, 4.8rem) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-heading > p {
    color: var(--hs-muted) !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
}

body.page-blog-editorial:not(.admin-body) .journal-archive-label {
    margin: 0 0 24px !important;
    border-color: var(--hs-line) !important;
    color: var(--hs-accent) !important;
    letter-spacing: .1em !important;
}

body.page-blog-editorial:not(.admin-body) .journal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

body.page-blog-editorial:not(.admin-body) .journal-card {
    display: flex !important;
    min-height: 100% !important;
    flex-direction: column !important;
    padding: 14px !important;
    border: 1px solid var(--hs-line) !important;
    border-radius: 8px !important;
    background: var(--hs-panel) !important;
    box-shadow: 0 16px 38px rgba(43, 36, 32, .08) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-card-media {
    aspect-ratio: 16 / 10 !important;
    border-radius: 6px !important;
    background: var(--hs-bg-soft) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-card-media::after {
    background: linear-gradient(to top, rgba(43, 36, 32, .35), transparent 52%) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-card-media img {
    filter: none !important;
}

body.page-blog-editorial:not(.admin-body) .journal-card-meta {
    margin-top: 16px !important;
    border-color: var(--hs-line) !important;
    color: var(--hs-accent) !important;
    letter-spacing: .08em !important;
}

body.page-blog-editorial:not(.admin-body) .journal-card h3 {
    color: var(--hs-text) !important;
    font-size: clamp(1.45rem, 2vw, 2rem) !important;
    font-weight: 500 !important;
    line-height: 1.12 !important;
}

body.page-blog-editorial:not(.admin-body) .journal-card > p {
    color: var(--hs-muted) !important;
    font-size: .95rem !important;
    line-height: 1.65 !important;
}

body.page-blog-editorial:not(.admin-body) .journal-contact,
body.page-blog-editorial:not(.admin-body) .journal-empty {
    margin-top: 70px !important;
    padding: clamp(32px, 5vw, 60px) !important;
    border: 1px solid var(--hs-line) !important;
    border-radius: 8px !important;
    background: var(--hs-panel) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-contact-index {
    color: rgba(181, 113, 58, .22) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-contact p,
body.page-blog-editorial:not(.admin-body) .journal-empty p {
    color: var(--hs-muted) !important;
}

body.page-blog-editorial:not(.admin-body) .journal-contact > a {
    color: var(--hs-accent) !important;
    border-color: var(--hs-line) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: .95rem !important;
}

@media (max-width: 1050px) {
    body.page-blog-editorial:not(.admin-body) .journal-hero {
        grid-template-columns: 1fr !important;
    }

    body.page-blog-editorial:not(.admin-body) .journal-hero-media {
        min-height: 420px !important;
    }

    body.page-blog-editorial:not(.admin-body) .journal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.page-blog-editorial:not(.admin-body) .journal-hero {
        padding: 104px 20px 54px !important;
    }

    body.page-blog-editorial:not(.admin-body) .journal-hero-media {
        min-height: 310px !important;
    }

    body.page-blog-editorial:not(.admin-body) .journal-grid,
    body.page-blog-editorial:not(.admin-body) .journal-heading,
    body.page-blog-editorial:not(.admin-body) .journal-contact {
        grid-template-columns: 1fr !important;
    }
}

/* Single blog article: replace inherited Fortune-style editorial treatment. */
body.page-article-editorial:not(.admin-body) {
    background: linear-gradient(180deg, #f8f2ea 0%, #fffaf3 36%, #efe3d4 100%) !important;
    color: var(--hs-text) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial {
    background: transparent !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(24px, 4vw, 46px) !important;
    align-items: stretch !important;
    max-width: 1180px !important;
    min-height: auto !important;
    margin: 0 auto !important;
    padding: 132px 24px 72px !important;
    background: transparent !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-heading,
body.page-article-editorial:not(.admin-body) .article-editorial-image,
body.page-article-editorial:not(.admin-body) .article-editorial-aside,
body.page-article-editorial:not(.admin-body) .article-editorial-body,
body.page-article-editorial:not(.admin-body) .article-related {
    background: rgba(255, 250, 243, .88) !important;
    border: 1px solid rgba(177, 105, 46, .2) !important;
    box-shadow: 0 24px 70px rgba(68, 43, 25, .1) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-heading {
    padding: clamp(28px, 5vw, 56px) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-heading,
body.page-article-editorial:not(.admin-body) .article-editorial-image {
    width: 100% !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-heading .journal-breadcrumb,
body.page-article-editorial:not(.admin-body) .article-editorial-heading .journal-breadcrumb a,
body.page-article-editorial:not(.admin-body) .article-editorial-heading .journal-breadcrumb span {
    color: rgba(49, 37, 29, .65) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-heading h1 {
    max-width: 880px !important;
    color: var(--hs-ink) !important;
    font-size: clamp(2.45rem, 5vw, 5.2rem) !important;
    line-height: .98 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 28px !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-meta span,
body.page-article-editorial:not(.admin-body) .article-editorial-meta time {
    padding: 9px 13px !important;
    border: 1px solid rgba(177, 105, 46, .24) !important;
    background: rgba(255, 255, 255, .5) !important;
    color: var(--hs-muted) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-image {
    position: relative !important;
    min-height: clamp(360px, 52vw, 620px) !important;
    overflow: hidden !important;
    border-radius: 8px !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-image::after {
    background: linear-gradient(180deg, transparent 42%, rgba(49, 37, 29, .58) 100%) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: none !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-image span {
    background: rgba(49, 37, 29, .48) !important;
    border-color: rgba(255, 250, 243, .34) !important;
    color: #fffaf3 !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-content {
    padding: 0 24px 84px !important;
    background: transparent !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-shell {
    display: grid !important;
    grid-template-columns: 260px minmax(0, 760px) !important;
    gap: clamp(24px, 4vw, 54px) !important;
    max-width: 1080px !important;
    margin: 0 auto !important;
    align-items: start !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-aside {
    position: sticky !important;
    top: 110px !important;
    padding: 26px !important;
    color: var(--hs-text) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-aside span {
    color: var(--hs-copper) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-aside strong,
body.page-article-editorial:not(.admin-body) .article-editorial-aside a {
    color: var(--hs-ink) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-aside a {
    border-color: var(--hs-copper) !important;
    background: rgba(177, 105, 46, .1) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-body {
    padding: clamp(28px, 5vw, 58px) !important;
    color: var(--hs-text) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-body,
body.page-article-editorial:not(.admin-body) .article-editorial-body p,
body.page-article-editorial:not(.admin-body) .article-editorial-body li {
    color: var(--hs-text) !important;
    font-size: 1.06rem !important;
    line-height: 1.88 !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-body .article-editorial-lead {
    padding-left: 22px !important;
    border-left: 3px solid var(--hs-copper) !important;
    color: var(--hs-ink) !important;
    font-size: clamp(1.2rem, 2vw, 1.52rem) !important;
    line-height: 1.55 !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-body h2,
body.page-article-editorial:not(.admin-body) .article-editorial-body h3,
body.page-article-editorial:not(.admin-body) .article-editorial-body h4 {
    color: var(--hs-ink) !important;
    letter-spacing: 0 !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-body h2 {
    margin-top: 48px !important;
    font-size: clamp(1.85rem, 3vw, 3rem) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-body h3 {
    margin-top: 34px !important;
    font-size: clamp(1.35rem, 2vw, 2rem) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-body a {
    color: var(--hs-copper) !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-body ul,
body.page-article-editorial:not(.admin-body) .article-editorial-body ol {
    padding-left: 1.35rem !important;
}

body.page-article-editorial:not(.admin-body) .article-editorial-body li::marker {
    color: var(--hs-copper) !important;
}

body.page-article-editorial:not(.admin-body) .article-related {
    max-width: 1180px !important;
    margin: 0 auto 80px !important;
    padding: 54px 24px !important;
}

body.page-article-editorial:not(.admin-body) .article-related-head h2 {
    color: var(--hs-ink) !important;
}

@media (max-width: 920px) {
    body.page-article-editorial:not(.admin-body) .article-editorial-hero,
    body.page-article-editorial:not(.admin-body) .article-editorial-shell {
        grid-template-columns: 1fr !important;
    }

    body.page-article-editorial:not(.admin-body) .article-editorial-hero {
        padding-top: 112px !important;
    }

    body.page-article-editorial:not(.admin-body) .article-editorial-image {
        min-height: 340px !important;
    }

    body.page-article-editorial:not(.admin-body) .article-editorial-aside {
        position: static !important;
    }
}

/* Services page hero: warm Hamdan service intro instead of quarry-dark carryover. */
body.page-services:not(.admin-body) .services-cinema-hero {
    min-height: auto !important;
    align-items: flex-start !important;
    padding-top: 34px !important;
    padding-bottom: 56px !important;
    background: #f6efe6 !important;
    color: var(--hs-text) !important;
}

body.page-services:not(.admin-body) .services-cinema-hero-media img {
    filter: saturate(1.04) contrast(.98) brightness(1.02) !important;
    object-position: center !important;
}

body.page-services:not(.admin-body) .services-cinema-hero-shade {
    background:
        linear-gradient(90deg, rgba(246, 239, 230, .72) 0%, rgba(246, 239, 230, .38) 34%, rgba(246, 239, 230, 0) 72%),
        linear-gradient(180deg, rgba(246, 239, 230, .08) 0%, rgba(246, 239, 230, .28) 100%) !important;
}

body.page-services:not(.admin-body) .cinema-particles {
    display: none !important;
}

body.page-services:not(.admin-body) .services-cinema-hero-inner {
    display: block !important;
    width: min(calc(100% - 96px), 1180px) !important;
    margin: 0 auto !important;
    padding: 48px 0 0 !important;
}

body.page-services:not(.admin-body) .services-cinema-hero-copy {
    max-width: 780px !important;
}

body.page-services:not(.admin-body) .services-cinema-hero-copy h1 {
    max-width: 760px !important;
    margin: 10px 0 18px !important;
    color: var(--hs-ink) !important;
    font-size: clamp(2.45rem, 4.4vw, 4.9rem) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

body.page-services:not(.admin-body) .services-cinema-hero-copy > p {
    max-width: 58ch !important;
    margin: 18px 0 0 !important;
    color: var(--hs-text) !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
}

body.page-services:not(.admin-body) .services-cinema-hero-panel {
    display: inline-grid !important;
    gap: 8px !important;
    max-width: 370px !important;
    padding: 16px 20px !important;
    border: 1px solid rgba(177, 105, 46, .22) !important;
    border-left: 4px solid var(--hs-copper) !important;
    border-radius: 8px !important;
    background: rgba(255, 250, 243, .88) !important;
    box-shadow: 0 24px 70px rgba(68, 43, 25, .12) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
}

body.page-services:not(.admin-body) .services-cinema-hero-panel span,
body.page-services:not(.admin-body) .services-cinema-number,
body.page-services:not(.admin-body) .cinema-kicker {
    color: var(--hs-copper) !important;
}

body.page-services:not(.admin-body) .services-cinema-hero-panel strong {
    margin: 0 !important;
    color: var(--hs-ink) !important;
    font-size: clamp(1.55rem, 2.3vw, 2.25rem) !important;
}

body.page-services:not(.admin-body) .services-cinema-hero-panel p {
    color: var(--hs-muted) !important;
}

body.page-services:not(.admin-body) .services-cinema-hero .cinema-actions {
    margin-top: 18px !important;
}

body.page-services:not(.admin-body) .services-cinema-hero .btn-primary {
    background: var(--hs-copper) !important;
    border-color: var(--hs-copper) !important;
    color: #fffaf3 !important;
}

body.page-services:not(.admin-body) .services-cinema-hero .btn-outline {
    background: rgba(255, 250, 243, .72) !important;
    border-color: rgba(177, 105, 46, .34) !important;
    color: var(--hs-ink) !important;
}

body.page-services:not(.admin-body) .services-cinema-statement {
    background: #fffaf3 !important;
    color: var(--hs-text) !important;
}

body.page-services:not(.admin-body) .services-cinema-statement h2,
body.page-services:not(.admin-body) .services-cinema-card h2 {
    color: var(--hs-ink) !important;
}

body.page-services:not(.admin-body) .services-cinema-statement p,
body.page-services:not(.admin-body) .services-cinema-card p {
    color: var(--hs-muted) !important;
}

@media (max-width: 767px) {
    body.page-services:not(.admin-body) .services-cinema-hero {
        min-height: auto !important;
        padding-top: 26px !important;
        padding-bottom: 42px !important;
    }

    body.page-services:not(.admin-body) .services-cinema-hero-shade {
        background:
            linear-gradient(180deg, rgba(246, 239, 230, .68) 0%, rgba(246, 239, 230, .36) 48%, rgba(246, 239, 230, .52) 100%) !important;
    }

    body.page-services:not(.admin-body) .services-cinema-hero-inner {
        width: min(calc(100% - 40px), 1180px) !important;
        padding: 42px 0 0 !important;
    }

    body.page-services:not(.admin-body) .services-cinema-hero-copy h1 {
        max-width: 100% !important;
        font-size: clamp(2.15rem, 10vw, 3.45rem) !important;
    }
}
