/* Cinematic quarry direction inspired by the supplied Stoneworks reference. */
:root {
    --cinema-bg: #071012;
    --cinema-bg-deep: #03090a;
    --cinema-panel: #0b1517;
    --cinema-line: rgba(255, 122, 24, 0.7);
    --cinema-orange: #ff7a18;
    --cinema-cream: #f3eee6;
    --cinema-muted: #9aa3a0;
    --cinema-on-image: #f3eee6;
    --cinema-on-image-muted: rgba(243, 238, 230, 0.76);
    --cinema-on-image-soft: rgba(243, 238, 230, 0.68);
    --font-heading: 'Cinzel', Georgia, serif;
    --font-body: 'Cormorant Garamond', Georgia, serif;
    --font-ui: 'Cinzel', Georgia, serif;
    --type-display-xl: clamp(3.4rem, 7.5vw, 7.8rem);
    --type-display-lg: clamp(2.65rem, 5vw, 5.4rem);
    --type-title: clamp(1.7rem, 3vw, 2.8rem);
    --type-body: clamp(1.08rem, 1.16vw, 1.22rem);
    --type-caption: 0.74rem;
    --type-eyebrow: 0.72rem;
    --leading-display: 0.98;
    --leading-title: 1.12;
    --leading-body: 1.72;
    --tracking-eyebrow: 0.16em;
    --tracking-body: 0.01em;
    --color-secondary: var(--cinema-orange);
    --gold: var(--cinema-orange);
}

:root[data-theme="light"] {
    --cinema-bg: #f4f0e8;
    --cinema-bg-deep: #e9e1d5;
    --cinema-panel: #fffaf1;
    --cinema-line: rgba(202, 92, 12, 0.48);
    --cinema-orange: #d86d18;
    --cinema-cream: #151819;
    --cinema-muted: #575f5d;
    --cinema-on-image: #f3eee6;
    --cinema-on-image-muted: rgba(243, 238, 230, 0.76);
    --cinema-on-image-soft: rgba(243, 238, 230, 0.68);
    --color-secondary: var(--cinema-orange);
    --gold: var(--cinema-orange);
}

body {
    background: var(--cinema-bg);
    color: var(--cinema-muted);
    font-family: var(--font-body);
    font-size: var(--type-body);
    line-height: var(--leading-body);
    letter-spacing: var(--tracking-body);
}

.page-home {
    background: var(--cinema-bg);
    overflow-x: hidden;
    overflow-x: clip;
}

.page-cinematic-home main,
.page-cinematic-home .cinema-main,
.page-cinematic-home section {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

.page-cinematic-home #mainContent {
    margin-top: 0;
    padding-top: 0;
}

.page-home .navbar,
.navbar {
    top: 0;
    background: rgba(3, 9, 10, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: none;
}

.page-home .navbar:not(.scrolled) {
    background: rgba(3, 9, 10, 0.26);
    border-bottom-color: rgba(243, 238, 230, 0.08);
    backdrop-filter: blur(8px);
}

.page-home .navbar > .container,
.navbar > .container {
    max-width: none;
    padding-left: clamp(18px, 5vw, 96px);
    padding-right: clamp(18px, 5vw, 96px);
}

.page-home .navbar.scrolled,
.navbar.scrolled {
    background: rgba(3, 9, 10, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.nav-inner {
    min-height: 72px;
    padding: 0;
    display: flex;
    gap: clamp(0.8rem, 1.5vw, 1.6rem);
    align-items: center;
    justify-content: space-between;
    min-width: 0;
}

.nav-logo {
    flex: 0 0 260px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.nav-logo img {
    width: 48px;
    height: auto;
    display: block;
    max-height: 48px;
    object-fit: contain;
}

.nav-logo-text {
    display: inline-flex;
    align-items: baseline;
    gap: 9px;
    min-width: 0;
    color: var(--color-white);
    line-height: 1;
}

.nav-logo-text strong {
    font-family: var(--font-heading);
    font-size: 1.28rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-logo-text small {
    font-family: var(--font-ui);
    color: rgba(255,255,255,0.72);
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer-logo {
    align-items: center;
    gap: 10px;
}

.footer-logo span {
    color: var(--cinema-cream);
    font-family: var(--font-heading);
    font-size: 1.18rem;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.footer-logo img {
    width: 48px;
    max-height: 48px;
}

.nav-menu {
    flex: 1 1 auto;
    justify-content: center;
    gap: clamp(0.35rem, 1vw, 1rem);
    min-width: 0;
    padding: 0;
    margin: 0;
}

.nav-menu a {
    font-family: var(--font-ui);
    color: rgba(243, 238, 230, 0.82);
    font-size: clamp(0.78rem, 0.72vw, 0.88rem);
    font-weight: 500;
    letter-spacing: 0.14em;
    padding: 8px 12px;
    white-space: nowrap;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--cinema-orange);
}

.nav-tools {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: 0;
}

.lang-switch,
.theme-toggle {
    min-height: 38px;
    box-sizing: border-box;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0 0.65rem;
    border: 1px solid transparent;
    border-radius: 3px;
    background: transparent;
    color: rgba(243, 238, 230, 0.88);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lang-switch:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(243, 238, 230, 0.34);
}

.lang-switch a {
    width: auto;
    height: auto;
    color: rgba(243, 238, 230, 0.9);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
    padding: 0;
}

.lang-globe,
.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lang-globe {
    width: 20px;
    height: 20px;
}

.lang-switch a.active {
    color: rgba(243, 238, 230, 0.9);
    background: transparent;
}

.theme-toggle {
    width: 38px;
    height: 38px;
    cursor: pointer;
    color: rgba(243, 238, 230, 0.9);
    border: 1px solid transparent;
    border-radius: 3px;
    background: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.theme-toggle:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(243, 238, 230, 0.34);
}

.theme-toggle-icon {
    display: inline-flex;
}

.nav-dropdown {
    background: rgba(3, 9, 10, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn {
    border-radius: 2px;
    min-height: 42px;
    padding: 0.78rem 1.45rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.btn-primary,
.nav-cta.btn-primary {
    color: #111;
    background: var(--cinema-orange);
    border-color: var(--cinema-orange);
    box-shadow: none;
}

.nav-cta.btn-primary {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0.72rem 1.05rem;
    border-radius: 3px;
    font-size: 0.82rem;
    line-height: 1.1;
    color: #fff;
    white-space: nowrap;
}

.btn-primary:hover,
.nav-cta.btn-primary:hover {
    color: #fff;
    background: #f16308;
    border-color: #f16308;
    transform: translateY(-1px);
}

.btn-outline {
    color: var(--cinema-cream);
    border-color: rgba(243, 238, 230, 0.38);
    background: rgba(255, 255, 255, 0.03);
}

.home-hero .btn-outline,
.cinema-hero .btn-outline,
.about-cinema-hero .btn-outline,
.services-cinema-hero .btn-outline,
.quarry-cinema-hero .btn-outline,
.cinema-closing .btn-outline,
.cta-banner .btn-outline,
.home-cta-banner .btn-outline,
.block-gallery-visit .btn-outline {
    color: var(--cinema-on-image);
    border-color: rgba(243, 238, 230, 0.42);
    background: rgba(255, 255, 255, 0.03);
}

.btn-outline:hover {
    color: #111;
    background: var(--cinema-orange);
    border-color: var(--cinema-orange);
}

.home-hero,
.cinema-hero {
    position: relative;
    min-height: calc(100vh + 72px);
    min-height: calc(100svh + 72px);
    height: auto;
    margin-top: -72px;
    padding: 0;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: var(--cinema-bg-deep);
}

.cinema-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: clamp(96px, 16vh, 150px);
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3, 9, 10, 0.92) 0%, rgba(3, 9, 10, 0.74) 42%, rgba(3, 9, 10, 0.54) 100%),
        linear-gradient(180deg, rgba(3, 9, 10, 0) 0%, rgba(3, 9, 10, 0.86) 52%, rgba(3, 9, 10, 0.96) 100%);
    border-top: 1px solid rgba(243, 238, 230, 0.08);
    box-shadow: 0 -24px 56px rgba(3, 9, 10, 0.36);
}

.hero-video-layer,
.cinema-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cinema-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.cinema-particles span {
    position: absolute;
    width: calc(var(--particle-size, 4px) * 1.28);
    height: calc(var(--particle-size, 4px) * 1.28);
    left: var(--particle-left, 50%);
    top: var(--particle-top, 50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 252, 220, calc(var(--particle-alpha, 0.75) + 0.16)) 0 10%, rgba(255, 221, 132, calc(var(--particle-alpha, 0.75) * 0.68)) 30%, rgba(255, 174, 58, calc(var(--particle-alpha, 0.75) * 0.16)) 58%, rgba(255, 178, 64, 0) 78%);
    box-shadow: 0 0 16px rgba(255, 226, 145, 0.72), 0 0 34px rgba(255, 157, 34, 0.34), 0 0 58px rgba(255, 122, 24, 0.16);
    animation: quarryDust calc(var(--particle-speed, 10s) * 0.62) linear infinite;
    animation-delay: var(--particle-delay, 0s);
}

.cinema-particles span:nth-child(1) { --particle-left: 3%; --particle-top: 24%; --particle-size: 3px; --particle-speed: 13s; --particle-delay: -2s; }
.cinema-particles span:nth-child(2) { --particle-left: 7%; --particle-top: 55%; --particle-size: 5px; --particle-speed: 11s; --particle-delay: -7s; }
.cinema-particles span:nth-child(3) { --particle-left: 11%; --particle-top: 36%; --particle-size: 3px; --particle-speed: 9s; --particle-delay: -4s; }
.cinema-particles span:nth-child(4) { --particle-left: 16%; --particle-top: 18%; --particle-size: 4px; --particle-speed: 12s; --particle-delay: -8s; }
.cinema-particles span:nth-child(5) { --particle-left: 20%; --particle-top: 48%; --particle-size: 6px; --particle-speed: 14s; --particle-delay: -1s; }
.cinema-particles span:nth-child(6) { --particle-left: 24%; --particle-top: 30%; --particle-size: 3px; --particle-speed: 10s; --particle-delay: -5s; }
.cinema-particles span:nth-child(7) { --particle-left: 28%; --particle-top: 12%; --particle-size: 4px; --particle-speed: 16s; --particle-delay: -9s; }
.cinema-particles span:nth-child(8) { --particle-left: 32%; --particle-top: 42%; --particle-size: 3px; --particle-speed: 9s; --particle-delay: -3s; }
.cinema-particles span:nth-child(9) { --particle-left: 36%; --particle-top: 26%; --particle-size: 5px; --particle-speed: 13s; --particle-delay: -11s; }
.cinema-particles span:nth-child(10) { --particle-left: 40%; --particle-top: 58%; --particle-size: 3px; --particle-speed: 12s; --particle-delay: -6s; }
.cinema-particles span:nth-child(11) { --particle-left: 44%; --particle-top: 20%; --particle-size: 4px; --particle-speed: 10s; --particle-delay: -2s; }
.cinema-particles span:nth-child(12) { --particle-left: 48%; --particle-top: 36%; --particle-size: 6px; --particle-speed: 15s; --particle-delay: -12s; }
.cinema-particles span:nth-child(13) { --particle-left: 52%; --particle-top: 14%; --particle-size: 3px; --particle-speed: 11s; --particle-delay: -7s; }
.cinema-particles span:nth-child(14) { --particle-left: 56%; --particle-top: 50%; --particle-size: 4px; --particle-speed: 13s; --particle-delay: -4s; }
.cinema-particles span:nth-child(15) { --particle-left: 60%; --particle-top: 28%; --particle-size: 3px; --particle-speed: 8s; --particle-delay: -1s; }
.cinema-particles span:nth-child(16) { --particle-left: 64%; --particle-top: 44%; --particle-size: 5px; --particle-speed: 14s; --particle-delay: -10s; }
.cinema-particles span:nth-child(17) { --particle-left: 68%; --particle-top: 18%; --particle-size: 3px; --particle-speed: 10s; --particle-delay: -5s; }
.cinema-particles span:nth-child(18) { --particle-left: 72%; --particle-top: 54%; --particle-size: 4px; --particle-speed: 16s; --particle-delay: -13s; }
.cinema-particles span:nth-child(19) { --particle-left: 76%; --particle-top: 32%; --particle-size: 3px; --particle-speed: 12s; --particle-delay: -8s; }
.cinema-particles span:nth-child(20) { --particle-left: 80%; --particle-top: 20%; --particle-size: 5px; --particle-speed: 9s; --particle-delay: -3s; }
.cinema-particles span:nth-child(21) { --particle-left: 84%; --particle-top: 46%; --particle-size: 4px; --particle-speed: 14s; --particle-delay: -6s; }
.cinema-particles span:nth-child(22) { --particle-left: 88%; --particle-top: 28%; --particle-size: 3px; --particle-speed: 11s; --particle-delay: -9s; }
.cinema-particles span:nth-child(23) { --particle-left: 92%; --particle-top: 58%; --particle-size: 4px; --particle-speed: 13s; --particle-delay: -2s; }
.cinema-particles span:nth-child(24) { --particle-left: 96%; --particle-top: 34%; --particle-size: 3px; --particle-speed: 10s; --particle-delay: -7s; }
.cinema-particles span:nth-child(n+25) { --particle-alpha: 0.64; --particle-size: 3px; --particle-speed: 11s; }
.cinema-particles span:nth-child(25) { --particle-left: 14%; --particle-top: 68%; --particle-delay: -11s; }
.cinema-particles span:nth-child(26) { --particle-left: 22%; --particle-top: 72%; --particle-delay: -4s; }
.cinema-particles span:nth-child(27) { --particle-left: 31%; --particle-top: 66%; --particle-delay: -8s; }
.cinema-particles span:nth-child(28) { --particle-left: 46%; --particle-top: 70%; --particle-delay: -1s; }
.cinema-particles span:nth-child(29) { --particle-left: 58%; --particle-top: 64%; --particle-delay: -13s; }
.cinema-particles span:nth-child(30) { --particle-left: 69%; --particle-top: 74%; --particle-delay: -6s; }
.cinema-particles span:nth-child(31) { --particle-left: 78%; --particle-top: 68%; --particle-delay: -10s; }
.cinema-particles span:nth-child(32) { --particle-left: 86%; --particle-top: 72%; --particle-delay: -3s; }
.cinema-particles span:nth-child(33) { --particle-left: 93%; --particle-top: 62%; --particle-delay: -15s; }
.cinema-particles span:nth-child(34) { --particle-left: 5%; --particle-top: 70%; --particle-delay: -5s; }
.cinema-particles span:nth-child(n+35) { --particle-alpha: 0.78; --particle-size: 3.2px; --particle-speed: 8s; }
.cinema-particles span:nth-child(35) { --particle-left: 9%; --particle-top: 82%; --particle-delay: -2s; }
.cinema-particles span:nth-child(36) { --particle-left: 13%; --particle-top: 74%; --particle-size: 4px; --particle-delay: -6s; }
.cinema-particles span:nth-child(37) { --particle-left: 18%; --particle-top: 88%; --particle-delay: -4s; }
.cinema-particles span:nth-child(38) { --particle-left: 26%; --particle-top: 78%; --particle-size: 3.4px; --particle-delay: -7s; }
.cinema-particles span:nth-child(39) { --particle-left: 34%; --particle-top: 84%; --particle-delay: -1s; }
.cinema-particles span:nth-child(40) { --particle-left: 42%; --particle-top: 76%; --particle-size: 4px; --particle-delay: -9s; }
.cinema-particles span:nth-child(41) { --particle-left: 50%; --particle-top: 88%; --particle-delay: -5s; }
.cinema-particles span:nth-child(42) { --particle-left: 57%; --particle-top: 72%; --particle-size: 3.6px; --particle-delay: -3s; }
.cinema-particles span:nth-child(43) { --particle-left: 63%; --particle-top: 86%; --particle-delay: -8s; }
.cinema-particles span:nth-child(44) { --particle-left: 70%; --particle-top: 80%; --particle-size: 4.4px; --particle-delay: -2s; }
.cinema-particles span:nth-child(45) { --particle-left: 77%; --particle-top: 90%; --particle-delay: -6s; }
.cinema-particles span:nth-child(46) { --particle-left: 83%; --particle-top: 76%; --particle-delay: -4s; }
.cinema-particles span:nth-child(47) { --particle-left: 90%; --particle-top: 84%; --particle-size: 4px; --particle-delay: -10s; }
.cinema-particles span:nth-child(48) { --particle-left: 96%; --particle-top: 74%; --particle-delay: -7s; }
.cinema-particles span:nth-child(49) { --particle-left: 6%; --particle-top: 58%; --particle-size: 3.5px; --particle-delay: -8s; }
.cinema-particles span:nth-child(50) { --particle-left: 16%; --particle-top: 62%; --particle-delay: -3s; }
.cinema-particles span:nth-child(51) { --particle-left: 29%; --particle-top: 54%; --particle-size: 4px; --particle-delay: -9s; }
.cinema-particles span:nth-child(52) { --particle-left: 38%; --particle-top: 64%; --particle-delay: -5s; }
.cinema-particles span:nth-child(53) { --particle-left: 48%; --particle-top: 56%; --particle-size: 3.5px; --particle-delay: -1s; }
.cinema-particles span:nth-child(54) { --particle-left: 61%; --particle-top: 60%; --particle-delay: -7s; }
.cinema-particles span:nth-child(55) { --particle-left: 74%; --particle-top: 52%; --particle-size: 4px; --particle-delay: -2s; }
.cinema-particles span:nth-child(56) { --particle-left: 88%; --particle-top: 60%; --particle-delay: -6s; }
.cinema-particles span:nth-child(n+57) { --particle-alpha: 0.64; --particle-size: 2.4px; --particle-speed: 6s; }
.cinema-particles span:nth-child(57) { --particle-left: 12%; --particle-top: 94%; --particle-delay: -1s; }
.cinema-particles span:nth-child(58) { --particle-left: 20%; --particle-top: 92%; --particle-delay: -3s; }
.cinema-particles span:nth-child(59) { --particle-left: 28%; --particle-top: 96%; --particle-delay: -5s; }
.cinema-particles span:nth-child(60) { --particle-left: 36%; --particle-top: 90%; --particle-delay: -2s; }
.cinema-particles span:nth-child(61) { --particle-left: 44%; --particle-top: 95%; --particle-delay: -4s; }
.cinema-particles span:nth-child(62) { --particle-left: 52%; --particle-top: 91%; --particle-delay: -6s; }
.cinema-particles span:nth-child(63) { --particle-left: 60%; --particle-top: 96%; --particle-delay: -3s; }
.cinema-particles span:nth-child(64) { --particle-left: 68%; --particle-top: 92%; --particle-delay: -5s; }
.cinema-particles span:nth-child(65) { --particle-left: 76%; --particle-top: 97%; --particle-delay: -2s; }
.cinema-particles span:nth-child(66) { --particle-left: 84%; --particle-top: 93%; --particle-delay: -4s; }
.cinema-particles span:nth-child(67) { --particle-left: 92%; --particle-top: 96%; --particle-delay: -6s; }
.cinema-particles span:nth-child(68) { --particle-left: 4%; --particle-top: 90%; --particle-delay: -3s; }
.cinema-particles span:nth-child(69) { --particle-left: 24%; --particle-top: 86%; --particle-delay: -7s; }
.cinema-particles span:nth-child(70) { --particle-left: 55%; --particle-top: 82%; --particle-delay: -5s; }
.cinema-particles span:nth-child(71) { --particle-left: 81%; --particle-top: 88%; --particle-delay: -1s; }
.cinema-particles span:nth-child(72) { --particle-left: 98%; --particle-top: 92%; --particle-delay: -4s; }
.cinema-particles span:nth-child(n+73) { --particle-alpha: 0.58; --particle-size: 2.6px; --particle-speed: 7s; }
.cinema-particles span:nth-child(73) { --particle-left: 2%; --particle-top: 78%; --particle-delay: -1s; }
.cinema-particles span:nth-child(74) { --particle-left: 8%; --particle-top: 64%; --particle-delay: -3s; }
.cinema-particles span:nth-child(75) { --particle-left: 15%; --particle-top: 92%; --particle-size: 3.2px; --particle-delay: -5s; }
.cinema-particles span:nth-child(76) { --particle-left: 21%; --particle-top: 70%; --particle-delay: -7s; }
.cinema-particles span:nth-child(77) { --particle-left: 27%; --particle-top: 82%; --particle-size: 3.6px; --particle-delay: -2s; }
.cinema-particles span:nth-child(78) { --particle-left: 33%; --particle-top: 60%; --particle-delay: -4s; }
.cinema-particles span:nth-child(79) { --particle-left: 39%; --particle-top: 94%; --particle-delay: -6s; }
.cinema-particles span:nth-child(80) { --particle-left: 45%; --particle-top: 74%; --particle-size: 3.4px; --particle-delay: -8s; }
.cinema-particles span:nth-child(81) { --particle-left: 51%; --particle-top: 66%; --particle-delay: -2s; }
.cinema-particles span:nth-child(82) { --particle-left: 57%; --particle-top: 94%; --particle-delay: -4s; }
.cinema-particles span:nth-child(83) { --particle-left: 64%; --particle-top: 76%; --particle-size: 3.4px; --particle-delay: -6s; }
.cinema-particles span:nth-child(84) { --particle-left: 71%; --particle-top: 62%; --particle-delay: -1s; }
.cinema-particles span:nth-child(85) { --particle-left: 78%; --particle-top: 74%; --particle-delay: -3s; }
.cinema-particles span:nth-child(86) { --particle-left: 86%; --particle-top: 90%; --particle-size: 3.8px; --particle-delay: -5s; }
.cinema-particles span:nth-child(87) { --particle-left: 94%; --particle-top: 68%; --particle-delay: -7s; }
.cinema-particles span:nth-child(88) { --particle-left: 99%; --particle-top: 82%; --particle-delay: -2s; }
.cinema-particles span:nth-child(n+89) { --particle-alpha: 0.46; --particle-size: 2.1px; --particle-speed: 5.8s; }
.cinema-particles span:nth-child(89) { --particle-left: 5%; --particle-top: 96%; --particle-delay: -2s; }
.cinema-particles span:nth-child(90) { --particle-left: 11%; --particle-top: 88%; --particle-delay: -4s; }
.cinema-particles span:nth-child(91) { --particle-left: 17%; --particle-top: 80%; --particle-delay: -6s; }
.cinema-particles span:nth-child(92) { --particle-left: 23%; --particle-top: 95%; --particle-delay: -1s; }
.cinema-particles span:nth-child(93) { --particle-left: 30%; --particle-top: 72%; --particle-delay: -3s; }
.cinema-particles span:nth-child(94) { --particle-left: 37%; --particle-top: 89%; --particle-delay: -5s; }
.cinema-particles span:nth-child(95) { --particle-left: 44%; --particle-top: 98%; --particle-delay: -7s; }
.cinema-particles span:nth-child(96) { --particle-left: 52%; --particle-top: 80%; --particle-delay: -2s; }
.cinema-particles span:nth-child(97) { --particle-left: 59%; --particle-top: 90%; --particle-delay: -4s; }
.cinema-particles span:nth-child(98) { --particle-left: 66%; --particle-top: 84%; --particle-delay: -6s; }
.cinema-particles span:nth-child(99) { --particle-left: 73%; --particle-top: 96%; --particle-delay: -1s; }
.cinema-particles span:nth-child(100) { --particle-left: 80%; --particle-top: 78%; --particle-delay: -3s; }
.cinema-particles span:nth-child(101) { --particle-left: 87%; --particle-top: 86%; --particle-delay: -5s; }
.cinema-particles span:nth-child(102) { --particle-left: 95%; --particle-top: 96%; --particle-delay: -7s; }
.cinema-particles span:nth-child(n+103) { --particle-alpha: 0.7; --particle-size: 3px; --particle-speed: 6.5s; }
.cinema-particles span:nth-child(103) { --particle-left: 12%; --particle-top: 52%; --particle-delay: -1s; }
.cinema-particles span:nth-child(104) { --particle-left: 25%; --particle-top: 48%; --particle-delay: -3s; }
.cinema-particles span:nth-child(105) { --particle-left: 41%; --particle-top: 46%; --particle-delay: -5s; }
.cinema-particles span:nth-child(106) { --particle-left: 53%; --particle-top: 50%; --particle-delay: -7s; }
.cinema-particles span:nth-child(107) { --particle-left: 67%; --particle-top: 44%; --particle-delay: -2s; }
.cinema-particles span:nth-child(108) { --particle-left: 79%; --particle-top: 48%; --particle-delay: -4s; }
.cinema-particles span:nth-child(109) { --particle-left: 91%; --particle-top: 52%; --particle-delay: -6s; }
.cinema-particles span:nth-child(110) { --particle-left: 97%; --particle-top: 46%; --particle-delay: -8s; }

@keyframes quarryDust {
    0% {
        transform: translate3d(0, 18px, 0) scale(0.6);
        opacity: 0;
    }
    18% {
        opacity: var(--particle-alpha, 0.75);
    }
    72% {
        opacity: var(--particle-alpha, 0.75);
    }
    100% {
        transform: translate3d(34px, -190px, 0) scale(1.35);
        opacity: 0;
    }
}

.hero-video-layer video,
.cinema-hero-media video,
.cinema-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1) contrast(1) brightness(1.16);
}

.home-hero .hero-overlay,
.cinema-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 52% 8%, rgba(255, 195, 92, 0.26), rgba(255, 122, 24, 0.04) 24%, transparent 43%),
        linear-gradient(90deg, rgba(3, 9, 10, 0.44) 0%, rgba(3, 9, 10, 0.24) 42%, rgba(3, 9, 10, 0.06) 100%),
        linear-gradient(180deg, rgba(3, 9, 10, 0) 0%, rgba(3, 9, 10, 0.22) 72%, rgba(3, 9, 10, 0.62) 100%);
}

.hero-shell,
.cinema-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: calc(100vh + 72px);
    min-height: calc(100svh + 72px);
    display: flex;
    align-items: center;
    padding-top: 204px;
    padding-bottom: 120px;
}

.home-hero .hero-copy,
.cinema-hero-copy {
    position: relative;
    max-width: min(880px, 78vw);
    margin: 0;
    padding-left: 0;
    text-align: left;
    color: var(--cinema-on-image);
}

.cinema-hero-copy::before {
    content: none;
}

.hero-kicker,
.cinema-kicker {
    display: inline-block;
    margin-bottom: clamp(1rem, 1.4vw, 1.35rem);
    color: rgba(243, 238, 230, 0.76);
    font-size: clamp(0.68rem, 0.78vw, 0.82rem);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-hero h1,
.cinema-hero h1 {
    max-width: min(900px, 76vw);
    margin: 0 0 clamp(1rem, 1.7vw, 1.55rem);
    color: var(--cinema-on-image);
    font-size: clamp(4.5rem, 6.65vw, 7.75rem);
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: -0.012em;
    text-wrap: balance;
    text-shadow: 0 28px 48px rgba(3, 9, 10, 0.48), 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cinema-hero-title {
    display: grid;
    gap: clamp(0.08rem, 0.35vw, 0.35rem);
}

.cinema-hero-title span {
    display: block;
}

.home-hero h1::after,
.cinema-hero h1::after {
    display: none;
}

.home-hero p,
.cinema-hero p {
    max-width: 520px;
    margin: 0 0 clamp(1.55rem, 2.2vw, 2.15rem);
    color: rgba(243, 238, 230, 0.84);
    font-size: clamp(0.98rem, 1.05vw, 1.16rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.02em;
}

.hero-actions,
.cinema-actions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 1vw, 1rem);
    align-items: center;
}

.cinema-actions .btn,
.cinema-closing .btn,
.footer-intro-actions .btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
}

.home-hero .hero-actions .btn::after,
.cinema-actions .btn-primary::after,
.site-footer .btn-primary::after {
    content: " ->";
    margin-left: 0.5rem;
}

.cinema-actions .btn {
    min-width: clamp(180px, 13vw, 230px);
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
}

.cinema-actions .btn-outline {
    background: rgba(3, 9, 10, 0.18);
    border-color: rgba(243, 238, 230, 0.46);
    color: rgba(243, 238, 230, 0.92);
    backdrop-filter: blur(10px);
}

.home-hero .hero-metrics,
.cinema-stats {
    position: absolute;
    right: 28px;
    bottom: 38px;
    display: grid;
    grid-template-columns: repeat(3, minmax(86px, 1fr));
    gap: 0;
    width: min(430px, calc(100vw - 48px));
    padding: 0;
    background: transparent;
    border: 0;
}

.home-hero .hero-metric,
.cinema-stats div {
    padding: 0 1rem;
    text-align: center;
    border: 0;
}

.home-hero .hero-metric strong,
.cinema-stats strong {
    display: block;
    margin: 0;
    color: var(--cinema-on-image);
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 1;
}

.home-hero .hero-metric span,
.cinema-stats span {
    color: var(--cinema-on-image-soft);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.hero-scroll,
.cinema-scroll {
    position: absolute;
    z-index: 3;
    left: 26px;
    bottom: 40px;
    color: var(--cinema-on-image-soft);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.hero-scroll::before,
.cinema-scroll::before {
    content: "v";
    margin-right: 0.7rem;
    color: var(--cinema-orange);
}

.marquee {
    background: #050b0d;
    border-top: 1px solid rgba(255, 122, 24, 0.35);
    border-bottom: 1px solid rgba(255, 122, 24, 0.18);
}

.marquee span {
    color: rgba(243, 238, 230, 0.68);
}

.page-home .section,
.page-home .section-alt,
.home-contact {
    background: var(--cinema-bg);
    color: var(--cinema-muted);
}

.page-home .section {
    padding: 108px 0;
}

.home-section-header h2,
.section-header h2,
.home-about h2,
.home-story h2,
.home-features h2,
.home-contact-copy h2 {
    color: var(--cinema-cream);
}

.section-eyebrow,
.footer-eyebrow {
    color: var(--cinema-orange);
    letter-spacing: 0.24em;
}

.home-about-content,
.feature-card,
.highlight-item,
.home-contact-form,
.home-contact-point,
.category-card,
.product-card,
.blog-card,
.contact-form-panel {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.feature-card h4,
.highlight-item h4,
.home-contact-form h3,
.product-card h3,
.blog-card h3 {
    color: var(--cinema-cream);
}

.home-story,
.home-features,
.home-collections,
.home-collection,
.home-journal,
.home-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.site-footer {
    background: var(--cinema-bg-deep);
    color: var(--cinema-muted);
    border-top: 2px solid var(--cinema-orange);
}

.site-footer::before {
    display: none;
}

.footer-intro {
    padding: 60px 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--cinema-line);
}

.footer-intro h2 {
    max-width: 620px;
    color: var(--cinema-cream);
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.05;
}

.footer-intro p {
    color: rgba(243, 238, 230, 0.58);
}

.footer-grid {
    padding: 52px 0;
}

.site-footer h4,
.footer-brand p,
.site-footer a,
.footer-bottom {
    color: rgba(243, 238, 230, 0.66);
}

.site-footer h4 {
    color: var(--cinema-cream);
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.site-footer a:hover {
    color: var(--cinema-orange);
}

.footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.07);
}

.site-footer {
    border-top: 3px solid var(--cinema-orange);
}

.site-footer .container {
    max-width: 1520px;
}

.footer-grid {
    grid-template-columns: minmax(280px, 1.2fr) minmax(180px, 0.7fr) minmax(360px, 1fr);
    gap: clamp(2rem, 6vw, 7rem);
    align-items: start;
    padding: 42px 0 28px;
    border-bottom: 0;
}

.footer-col {
    align-self: start;
}

.site-footer h4 {
    margin: 0 0 1.25rem;
}

.footer-nav ul,
.contact-info-items {
    display: grid;
    gap: 0.42rem;
}

.site-footer li + li {
    margin-top: 0;
}

.footer-nav ul a::before {
    display: none;
}

.footer-nav ul a:hover {
    transform: none;
}

.site-footer .contact-info-item {
    padding: 0;
    border-bottom: 0;
}

.footer-contact p {
    max-width: 46ch;
    margin: 0 0 0.45rem;
    color: rgba(243, 238, 230, 0.66);
    line-height: 1.6;
}

.footer-action-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-action-row a {
    min-width: 0;
    padding: 0 1rem;
    color: rgba(243, 238, 230, 0.74);
    font-weight: 700;
    text-align: center;
}

.footer-action-row a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-action-row a::after {
    content: " ->";
    color: var(--cinema-orange);
    margin-left: 0.45rem;
}

.footer-contact-actions {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-bottom {
    padding: 16px 0;
    border-top: 0;
}

:root[data-theme="light"] body {
    background: var(--cinema-bg);
    color: var(--cinema-muted);
}

:root[data-theme="light"] .navbar,
:root[data-theme="light"] .page-home .navbar {
    background: rgba(244, 240, 232, 0.98);
    border-bottom-color: rgba(21, 24, 25, 0.12);
}

:root[data-theme="light"] .page-home .navbar:not(.scrolled) {
    background: rgba(3, 9, 10, 0.26);
    border-bottom-color: rgba(243, 238, 230, 0.08);
    backdrop-filter: blur(8px);
}

:root[data-theme="light"] .page-home .navbar:not(.scrolled) .nav-menu a,
:root[data-theme="light"] .page-home .navbar:not(.scrolled) .lang-switch a,
:root[data-theme="light"] .page-home .navbar:not(.scrolled) .theme-toggle {
    color: rgba(243, 238, 230, 0.88);
}

:root[data-theme="light"] .page-home .navbar:not(.scrolled) .nav-toggle span {
    background: rgba(243, 238, 230, 0.92);
}

:root[data-theme="light"] .lang-switch,
:root[data-theme="light"] .theme-toggle,
:root[data-theme="light"] .nav-menu a {
    color: rgba(21, 24, 25, 0.78);
}

:root[data-theme="light"] .navbar.scrolled,
:root[data-theme="light"] .page-home .navbar.scrolled {
    background: rgba(244, 240, 232, 0.98);
    border-bottom-color: rgba(21, 24, 25, 0.14);
}

:root[data-theme="light"] .nav-menu a,
:root[data-theme="light"] .site-footer a,
:root[data-theme="light"] .footer-brand p,
:root[data-theme="light"] .footer-contact p,
:root[data-theme="light"] .footer-bottom,
:root[data-theme="light"] .site-footer .contact-info-item span {
    color: rgba(21, 24, 25, 0.72);
}

:root[data-theme="light"] .nav-logo-text,
:root[data-theme="light"] .footer-logo span {
    color: rgba(21, 24, 25, 0.9);
}

:root[data-theme="light"] .page-home .navbar:not(.scrolled) .nav-logo-text {
    color: rgba(243, 238, 230, 0.96);
}

:root[data-theme="light"] .lang-switch,
:root[data-theme="light"] .theme-toggle {
    border-color: transparent;
    background: transparent;
}

:root[data-theme="light"] .nav-dropdown {
    background: rgba(244, 240, 232, 0.98);
    border-color: rgba(21, 24, 25, 0.12);
}

:root[data-theme="light"] .lang-switch:hover {
    background: rgba(21, 24, 25, 0.055);
    border-color: rgba(21, 24, 25, 0.22);
}

:root[data-theme="light"] .theme-toggle:hover {
    background: rgba(21, 24, 25, 0.055);
    border-color: rgba(21, 24, 25, 0.22);
}

:root[data-theme="light"] .lang-switch a,
:root[data-theme="light"] .theme-toggle {
    color: rgba(21, 24, 25, 0.74);
}

:root[data-theme="light"] .cinema-hero-shade {
    background:
        radial-gradient(circle at 52% 8%, rgba(255, 195, 92, 0.26), rgba(255, 122, 24, 0.04) 24%, transparent 43%),
        linear-gradient(90deg, rgba(3, 9, 10, 0.44) 0%, rgba(3, 9, 10, 0.24) 42%, rgba(3, 9, 10, 0.06) 100%),
        linear-gradient(180deg, rgba(3, 9, 10, 0) 0%, rgba(3, 9, 10, 0.22) 72%, rgba(3, 9, 10, 0.62) 100%);
}

:root[data-theme="light"] .cinema-hero-media video,
:root[data-theme="light"] .cinema-hero-media img,
:root[data-theme="light"] .hero-video-layer video {
    filter: saturate(1) contrast(1) brightness(1.16);
}

:root[data-theme="light"] .cinema-statement,
:root[data-theme="light"] .cinema-materials,
:root[data-theme="light"] .cinema-services,
:root[data-theme="light"] .cinema-products,
:root[data-theme="light"] .cinema-main,
:root[data-theme="light"] .page-home,
:root[data-theme="light"] .page-home .section {
    background: var(--cinema-bg);
}

:root[data-theme="light"] .cinema-feature,
:root[data-theme="light"] .site-footer,
:root[data-theme="light"] .cinema-product,
:root[data-theme="light"] .marquee {
    background: var(--cinema-bg-deep);
}

:root[data-theme="light"] .cinema-material,
:root[data-theme="light"] .home-about-content,
:root[data-theme="light"] .feature-card,
:root[data-theme="light"] .highlight-item,
:root[data-theme="light"] .home-contact-form,
:root[data-theme="light"] .home-contact-point,
:root[data-theme="light"] .category-card,
:root[data-theme="light"] .product-card,
:root[data-theme="light"] .blog-card,
:root[data-theme="light"] .contact-form-panel {
    background: rgba(255, 255, 255, 0.46);
    border-color: rgba(21, 24, 25, 0.11);
}

:root[data-theme="light"] .site-footer,
:root[data-theme="light"] .cinema-feature {
    border-color: rgba(216, 109, 24, 0.48);
}

:root[data-theme="light"] .cinema-statement h2,
:root[data-theme="light"] .cinema-section-head h2,
:root[data-theme="light"] .cinema-feature h2,
:root[data-theme="light"] .cinema-product h3,
:root[data-theme="light"] .cinema-product dd {
    color: rgba(21, 24, 25, 0.92);
}

:root[data-theme="light"] .cinema-statement p,
:root[data-theme="light"] .cinema-section-head p,
:root[data-theme="light"] .cinema-feature li,
:root[data-theme="light"] .cinema-product dt {
    color: rgba(21, 24, 25, 0.62);
}

:root[data-theme="light"] .cinema-feature-copy {
    background: rgba(255, 250, 241, 0.94);
}

.cinema-main {
    background: var(--cinema-bg);
}

.cinema-statement {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 96px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 122, 24, 0.12), transparent 34%),
        linear-gradient(180deg, #071012 0%, #091416 100%);
    border-bottom: 1px solid rgba(255, 122, 24, 0.16);
}

.cinema-statement::before {
    content: "";
    position: absolute;
    left: clamp(18px, 5vw, 96px);
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 122, 24, 0.42), transparent);
}

.cinema-statement-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    padding: clamp(1.8rem, 3.5vw, 3rem);
    background: rgba(255, 255, 255, 0.024);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cinema-statement h2,
.cinema-section-head h2,
.cinema-closing h2 {
    color: var(--cinema-cream);
    font-size: clamp(2.5rem, 5vw, 5.7rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.cinema-feature h2 {
    max-width: 680px;
    color: var(--cinema-on-image);
    font-size: clamp(2.25rem, 4vw, 4.7rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.cinema-service-list p,
.cinema-product p {
    color: var(--cinema-muted);
}

.cinema-statement p {
    color: var(--cinema-muted);
}

.cinema-feature p,
.cinema-feature li,
.cinema-material p {
    color: var(--cinema-on-image-soft);
}

.cinema-feature {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
    width: min(1280px, calc(100% - clamp(36px, 10vw, 192px)));
    margin: 0 auto;
    min-height: 560px;
    border-top: 1px solid rgba(255, 122, 24, 0.24);
    border-right: 1px solid rgba(255, 122, 24, 0.18);
    border-bottom: 1px solid rgba(255, 122, 24, 0.24);
    border-left: 1px solid rgba(255, 122, 24, 0.18);
    background: #050b0d;
}

.cinema-feature-media {
    min-height: 560px;
    overflow: hidden;
}

.cinema-feature-media img,
.cinema-closing-media img,
.cinema-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.7) contrast(1.06);
}

.cinema-feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 6vw, 6.5rem);
    background: rgba(7, 16, 18, 0.96);
}

.cinema-feature ul {
    display: grid;
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.cinema-feature li {
    padding-left: 1.8rem;
    position: relative;
}

.cinema-feature li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.65rem;
    height: 0.65rem;
    border: 1px solid var(--cinema-orange);
    transform: rotate(45deg);
}

.cinema-materials,
.cinema-services,
.cinema-products {
    padding: 120px 0;
    background: var(--cinema-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.cinema-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
    min-width: 0;
}

.cinema-section-head h2 {
    max-width: 780px;
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.cinema-section-head p {
    max-width: 620px;
    margin: 1.05rem 0 0;
    color: var(--cinema-muted);
    line-height: 1.7;
}

.cinema-section-head a {
    color: var(--cinema-orange);
    font-weight: 800;
}

.cinema-material-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.cinema-material {
    position: relative;
    min-height: 260px;
    padding: 2rem;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.018);
}

.cinema-material img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.18;
    filter: saturate(0.65) contrast(1.05);
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.cinema-material::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 9, 10, 0.2), rgba(3, 9, 10, 0.9));
}

.cinema-material > span,
.cinema-material > h3,
.cinema-material > p {
    position: relative;
    z-index: 1;
}

.cinema-material:hover {
    background: rgba(255, 122, 24, 0.08);
}

.cinema-material:hover img {
    opacity: 0.28;
    transform: scale(1.05);
}

.cinema-material span,
.cinema-service-list span,
.cinema-product span {
    color: var(--cinema-orange);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.cinema-material h3,
.cinema-service-list h3,
.cinema-product h3 {
    margin-top: 2.4rem;
    color: var(--cinema-cream);
    font-size: 1.75rem;
}

.cinema-material h3 {
    color: var(--cinema-on-image);
}

.cinema-services-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
    gap: clamp(3rem, 8vw, 8rem);
}

.cinema-service-list {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cinema-service-list article {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cinema-service-list img {
    width: 100%;
    height: 160px;
    margin-bottom: 1.35rem;
    object-fit: cover;
    filter: saturate(0.65) contrast(1.08);
}

.cinema-service-list h3 {
    margin-top: 0.85rem;
}

.cinema-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.cinema-product {
    display: block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.028);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.cinema-product div {
    height: 310px;
    margin-bottom: 0;
    overflow: hidden;
}

.cinema-product h3,
.cinema-product dl {
    display: block;
    padding: 0 1.45rem;
}

.cinema-product h3 {
    margin: 1.05rem 0 0.75rem;
    color: var(--cinema-cream);
    font-size: 1rem;
}

.cinema-product dl {
    margin: 0 0 1.05rem;
}

.cinema-product dl div {
    display: grid;
    grid-template-columns: minmax(64px, 0.75fr) minmax(0, 1fr);
    gap: 0.85rem;
    height: auto;
    margin: 0;
    overflow: visible;
}

.cinema-product dt,
.cinema-product dd {
    margin: 0;
    font-size: 0.68rem;
    line-height: 1.55;
}

.cinema-product dt {
    color: var(--cinema-muted);
}

.cinema-product dd {
    color: var(--cinema-cream);
    font-weight: 800;
    text-align: right;
}

.cinema-products-all {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.cinema-products-all a {
    color: var(--cinema-orange);
    font-size: 0.72rem;
    font-weight: 800;
}

.cinema-products-all a::after {
    content: " ->";
    margin-left: 0.65rem;
}

.cinema-closing {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: #050b0d;
}

.cinema-closing-media {
    position: absolute;
    inset: 0;
}

.cinema-closing-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 9, 10, 0.88), rgba(3, 9, 10, 0.58), rgba(3, 9, 10, 0.28));
}

.cinema-closing-inner {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

.cinema-closing h2 {
    max-width: 820px;
    color: var(--cinema-on-image);
}

.page-cinematic-home h1,
.page-cinematic-home h2,
.page-cinematic-home h3 {
    font-weight: 400;
}

.page-cinematic-about {
    background: var(--cinema-bg);
}

.page-cinematic-about .breadcrumbs {
    display: none;
}

.about-cinema-hero {
    position: relative;
    min-height: 760px;
    height: 100vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: var(--cinema-bg-deep);
}

.about-cinema-hero-media,
.about-cinema-hero-shade {
    position: absolute;
    inset: 0;
}

.about-cinema-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) contrast(1.12) brightness(0.78);
}

.about-cinema-hero-shade {
    z-index: 1;
    background:
        radial-gradient(circle at 74% 14%, rgba(255, 195, 92, 0.5), rgba(255, 122, 24, 0.08) 24%, transparent 42%),
        linear-gradient(90deg, rgba(3, 9, 10, 0.94) 0%, rgba(3, 9, 10, 0.66) 46%, rgba(3, 9, 10, 0.18) 100%),
        linear-gradient(180deg, rgba(3, 9, 10, 0.12) 0%, rgba(3, 9, 10, 0.46) 66%, rgba(3, 9, 10, 0.98) 100%);
}

.about-cinema-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(280px, 0.24fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
    padding-top: 132px;
    padding-bottom: 92px;
}

.about-cinema-hero-copy {
    max-width: 980px;
    color: var(--cinema-on-image);
}

.about-cinema-hero-copy .cinema-kicker {
    margin-bottom: 0.18rem;
}

.about-cinema-hero h1 {
    max-width: 980px;
    margin: 0 0 1.1rem;
    color: var(--cinema-on-image);
    font-size: clamp(4rem, 6vw, 7rem);
    line-height: 0.94;
    letter-spacing: 0;
}

.about-cinema-hero p {
    max-width: 610px;
    color: var(--cinema-on-image-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.about-cinema-hero-panel {
    width: min(100%, 760px);
    margin-bottom: 1.4rem;
    padding: clamp(1.35rem, 2.4vw, 2.25rem);
    border-left: 2px solid var(--cinema-orange);
    background: linear-gradient(180deg, rgba(7, 16, 18, 0.74), rgba(7, 16, 18, 0.28));
    backdrop-filter: blur(14px);
}

.about-cinema-hero-panel span,
.about-cinema-checks span,
.about-cinema-client-grid span {
    display: inline-block;
    color: var(--cinema-orange);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.about-cinema-hero-panel strong {
    display: block;
    margin: 0.5rem 0 0.4rem;
    color: var(--cinema-on-image);
    font-family: var(--font-heading);
    font-size: clamp(3rem, 5.4vw, 6rem);
    line-height: 1;
}

.about-cinema-hero-panel p {
    margin: 0;
    color: var(--cinema-on-image-soft);
    font-size: 0.95rem;
}

.about-cinema-statement {
    min-height: auto;
}

.about-cinema-statement strong {
    color: var(--cinema-cream);
}

.about-cinema-split {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.68fr);
    min-height: 700px;
    background: var(--cinema-bg-deep);
    border-top: 1px solid rgba(255, 122, 24, 0.24);
    border-bottom: 1px solid rgba(255, 122, 24, 0.24);
}

.about-cinema-split-media {
    min-height: 700px;
    overflow: hidden;
}

.about-cinema-split-media img,
.about-cinema-client-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.68) contrast(1.08);
}

.about-cinema-split-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 5rem);
}

.about-cinema-split-copy h2,
.about-cinema-numbers-copy h2 {
    color: var(--cinema-cream);
    font-size: clamp(2.5rem, 5vw, 5.7rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.about-cinema-split-copy p,
.about-cinema-numbers-copy p,
.about-cinema-client-grid p {
    color: rgba(243, 238, 230, 0.62);
}

.about-cinema-checks {
    display: grid;
    gap: 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-cinema-checks span {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.about-cinema-numbers {
    padding: 120px 0;
    background:
        linear-gradient(180deg, rgba(5, 11, 13, 0.76), rgba(7, 16, 18, 0.98)),
        var(--cinema-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.about-cinema-numbers-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: end;
}

.about-cinema-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 122, 24, 0.28);
}

.about-cinema-stat-grid article {
    min-height: 190px;
    padding: 1.6rem;
    background: var(--cinema-bg-deep);
}

.about-cinema-stat-grid strong {
    display: block;
    color: var(--cinema-cream);
    font-family: var(--font-heading);
    font-size: clamp(2.6rem, 5vw, 5.2rem);
    line-height: 1;
}

.about-cinema-stat-grid span {
    display: block;
    max-width: 16ch;
    margin-top: 1rem;
    color: rgba(243, 238, 230, 0.62);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.about-cinema-client-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 122, 24, 0.28);
}

.about-cinema-client-grid article {
    background: var(--cinema-bg-deep);
}

.about-cinema-client-grid img {
    height: 280px;
}

.about-cinema-client-grid span,
.about-cinema-client-grid h3,
.about-cinema-client-grid p {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.about-cinema-client-grid span {
    margin-top: 1.45rem;
}

.about-cinema-client-grid h3 {
    margin-top: 0.75rem;
    color: var(--cinema-cream);
    font-size: 1.75rem;
}

.about-cinema-client-grid p {
    padding-bottom: 1.6rem;
}

:root[data-theme="light"] .about-cinema-hero-shade {
    background:
        radial-gradient(circle at 74% 14%, rgba(255, 195, 92, 0.5), rgba(255, 122, 24, 0.08) 24%, transparent 42%),
        linear-gradient(90deg, rgba(3, 9, 10, 0.94) 0%, rgba(3, 9, 10, 0.66) 46%, rgba(3, 9, 10, 0.18) 100%),
        linear-gradient(180deg, rgba(3, 9, 10, 0.12) 0%, rgba(3, 9, 10, 0.46) 66%, rgba(3, 9, 10, 0.98) 100%);
}

:root[data-theme="light"] .about-cinema-hero-media img {
    filter: saturate(0.72) contrast(1.12) brightness(0.78);
}

:root[data-theme="light"] .about-cinema-split,
:root[data-theme="light"] .about-cinema-stat-grid article,
:root[data-theme="light"] .about-cinema-client-grid article {
    background: var(--cinema-bg-deep);
}

:root[data-theme="light"] .about-cinema-split-copy p,
:root[data-theme="light"] .about-cinema-numbers-copy p,
:root[data-theme="light"] .about-cinema-client-grid p {
    color: var(--cinema-muted);
}

:root[data-theme="light"] .about-cinema-checks {
    border-top-color: rgba(21, 24, 25, 0.12);
}

:root[data-theme="light"] .about-cinema-checks span {
    border-bottom-color: rgba(21, 24, 25, 0.12);
}

:root[data-theme="light"] .about-cinema-stat-grid strong {
    color: #151819;
}

:root[data-theme="light"] .about-cinema-stat-grid span {
    color: rgba(21, 24, 25, 0.68);
}

:root[data-theme="light"] .about-cinema-numbers {
    background: var(--cinema-bg);
}

.page-cinematic-products {
    background: var(--cinema-bg);
}

.page-cinematic-products .breadcrumbs {
    display: none;
}

.page-cinematic-products .products-hero {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    padding: 112px 0 58px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(3, 9, 10, 0.94), rgba(3, 9, 10, 0.62) 48%, rgba(3, 9, 10, 0.24)),
        linear-gradient(180deg, rgba(3, 9, 10, 0.12), rgba(3, 9, 10, 0.98)),
        url("../images/finished-stones-BOHgN5Gk.jpg") center / cover no-repeat;
}

.page-cinematic-products .products-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 66% 12%, rgba(255, 195, 92, 0.42), rgba(255, 122, 24, 0.08) 24%, transparent 44%),
        linear-gradient(180deg, transparent 0%, rgba(7, 16, 18, 0.86) 100%);
    pointer-events: none;
}

.page-cinematic-products .products-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
    gap: clamp(1.75rem, 5vw, 4.5rem);
    align-items: center;
}

.page-cinematic-products .products-eyebrow {
    display: inline-block;
    margin-bottom: 1.15rem;
    color: var(--cinema-orange);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.page-cinematic-products .products-hero-copy h1 {
    max-width: 920px;
    margin: 0 0 1.05rem;
    color: var(--cinema-on-image);
    font-size: clamp(4rem, 6.2vw, 7rem);
    line-height: 0.94;
    letter-spacing: 0;
}

.page-cinematic-products .products-hero-copy p {
    max-width: 600px;
    color: var(--cinema-on-image-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.page-cinematic-products .products-stat-panel {
    padding: 1.2rem;
    border-left: 2px solid var(--cinema-orange);
    background: linear-gradient(180deg, rgba(7, 16, 18, 0.76), rgba(7, 16, 18, 0.34));
    backdrop-filter: blur(14px);
    box-shadow: none;
}

.page-cinematic-products .products-stat-label,
.page-cinematic-products .products-stat-box span,
.page-cinematic-products .products-count,
.page-cinematic-products .product-card-cat,
.page-cinematic-products .product-card-link {
    color: var(--cinema-orange);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.page-cinematic-products .products-count {
    margin: 0;
    text-align: right;
}

.page-cinematic-products .products-stats-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 1rem 0;
    background: rgba(255, 122, 24, 0.28);
}

.page-cinematic-products .products-stat-box {
    padding: 1rem;
    background: rgba(3, 9, 10, 0.68);
}

.page-cinematic-products .products-stat-box strong {
    display: block;
    color: var(--cinema-on-image);
    font-family: var(--font-heading);
    font-size: 2.4rem;
    line-height: 1;
}

.page-cinematic-products .products-stat-note {
    margin: 0;
    color: var(--cinema-on-image-soft);
}

.page-cinematic-products .products-toolbar-section,
.page-cinematic-products .products-section {
    background: var(--cinema-bg);
}

.page-cinematic-products .products-toolbar-section {
    padding: 72px 0 0;
}

.page-cinematic-products .products-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: end;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.page-cinematic-products .products-toolbar-heading {
    display: none;
    margin: 0;
    color: var(--cinema-cream);
    font-size: clamp(2rem, 4vw, 4.2rem);
    line-height: 0.98;
}

.page-cinematic-products .products-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.page-cinematic-products .products-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0.5rem 0.72rem;
    color: var(--cinema-muted);
    border: 0;
    background: rgba(255, 255, 255, 0.045);
    background: color-mix(in srgb, var(--cinema-panel) 82%, transparent);
    border-radius: 999px;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

:root[data-theme="light"] .page-cinematic-products .products-toolbar {
    background: transparent;
    border-color: transparent;
}

:root[data-theme="light"] .page-cinematic-products .products-pill {
    color: rgba(21, 24, 25, 0.68);
    background: rgba(21, 24, 25, 0.055);
}

.page-cinematic-products .products-pill:hover,
.page-cinematic-products .products-pill.active {
    color: #111;
    border-color: var(--cinema-orange);
    background: var(--cinema-orange);
}

:root[data-theme="light"] .page-cinematic-products .products-pill:hover,
:root[data-theme="light"] .page-cinematic-products .products-pill.active {
    color: #111;
    background: var(--cinema-orange);
}

.page-cinematic-products .products-section {
    padding: 24px 0 120px;
}

.page-cinematic-products .products-section,
.page-cinematic-products .products-toolbar {
    transition: opacity 0.18s ease;
}

.page-cinematic-products.is-filtering .products-section,
.page-cinematic-products.is-filtering .products-toolbar {
    opacity: 0.45;
    pointer-events: none;
}

.page-cinematic-products .products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    background: transparent;
}

.page-cinematic-products .product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    min-width: 0;
    background: #f6f2ed;
    border: 1px solid rgba(21, 24, 25, 0.12);
    border-radius: 4px;
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.18),
        0 2px 5px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.page-cinematic-products .product-card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 24px 46px rgba(0, 0, 0, 0.24),
        0 3px 7px rgba(0, 0, 0, 0.1);
}

.page-cinematic-products .product-card-image {
    position: relative;
    height: 420px;
    overflow: hidden;
    background: #050b0d;
}

.page-cinematic-products .product-card:nth-child(3n + 2) .product-card-image {
    height: 420px;
}

.page-cinematic-products .product-card:nth-child(4n) .product-card-image {
    height: 420px;
}

.page-cinematic-products .product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.66) contrast(1.08);
    transition: transform 0.55s ease, filter 0.3s ease;
}

.page-cinematic-products .product-card:hover .product-card-image img {
    transform: scale(1.045);
    filter: saturate(0.82) contrast(1.1);
}

.page-cinematic-products .product-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    padding: 6px 10px;
    color: rgba(21, 24, 25, 0.84);
    background: rgba(246, 242, 237, 0.9);
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 500;
}

.page-cinematic-products .product-card-body {
    display: block;
    padding: 24px 28px 26px;
}

.page-cinematic-products .product-card-body h3 {
    margin: 0 0 18px;
    color: #17191a;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.18;
}

.page-cinematic-products .product-card-specs {
    margin: 0;
}

.page-cinematic-products .product-card-specs dl {
    display: grid;
    gap: 9px;
    margin: 0;
}

.page-cinematic-products .product-card-specs div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: baseline;
}

.page-cinematic-products .product-card-specs dt,
.page-cinematic-products .product-card-specs dd {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
}

.page-cinematic-products .product-card-specs dt {
    color: rgba(21, 24, 25, 0.6);
}

.page-cinematic-products .product-card-specs dd {
    color: #17191a;
    text-align: right;
    justify-self: end;
    max-width: 100%;
}

:root[data-theme="dark"] .page-cinematic-products .product-card {
    background: #0b1517;
    border-color: rgba(243, 238, 230, 0.12);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.42),
        0 2px 5px rgba(0, 0, 0, 0.2);
}

:root[data-theme="dark"] .page-cinematic-products .product-card:hover {
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.54),
        0 3px 7px rgba(0, 0, 0, 0.24);
}

:root[data-theme="dark"] .page-cinematic-products .product-card-body h3,
:root[data-theme="dark"] .page-cinematic-products .product-card-specs dd {
    color: var(--cinema-on-image);
}

:root[data-theme="dark"] .page-cinematic-products .product-card-specs dt {
    color: rgba(243, 238, 230, 0.58);
}

.page-cinematic-products .product-card-link {
    margin-top: auto;
}

.page-cinematic-products .product-card-link::after {
    content: " ->";
}

.page-cinematic-products .products-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 48px;
}

.page-cinematic-products .pag-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.95rem;
    color: rgba(243, 238, 230, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.025);
}

.page-cinematic-products .pag-link:hover,
.page-cinematic-products .pag-link.active {
    color: #111;
    border-color: var(--cinema-orange);
    background: var(--cinema-orange);
}

.page-cinematic-products .products-empty {
    max-width: 720px;
    padding: 3rem;
    margin: 0 auto;
    text-align: center;
    background: var(--cinema-bg-deep);
    border: 1px solid rgba(255, 122, 24, 0.28);
}

.page-cinematic-products .products-empty h3 {
    color: var(--cinema-cream);
    font-size: clamp(2rem, 4vw, 4rem);
}

.page-cinematic-products .products-empty p {
    color: rgba(243, 238, 230, 0.66);
}

.page-cinematic-products .products-empty-btn,
.page-cinematic-products .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.78rem 1.45rem;
    color: #111;
    background: var(--cinema-orange);
    border: 1px solid var(--cinema-orange);
    border-radius: 2px;
    font-size: 0.78rem;
    font-weight: 800;
}

.page-cinematic-products .products-cta {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 64px 0;
    background: #050b0d;
    border-top: 2px solid var(--cinema-orange);
    border-bottom: 1px solid rgba(255, 122, 24, 0.42);
}

:root[data-theme="light"] .page-cinematic-products .pag-link {
    color: rgba(21, 24, 25, 0.72);
    border-color: rgba(21, 24, 25, 0.12);
    background: rgba(21, 24, 25, 0.035);
}

.page-cinematic-products .products-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
}

.page-cinematic-products .products-cta-copy h2 {
    max-width: 780px;
    color: var(--cinema-on-image);
    font-size: clamp(1.7rem, 3.4vw, 3.2rem);
    line-height: 1.05;
}

.page-cinematic-products .products-cta-copy p {
    max-width: 560px;
    color: var(--cinema-on-image-soft);
}

:root[data-theme="light"] .page-cinematic-products .products-hero {
    background:
        linear-gradient(90deg, rgba(3, 9, 10, 0.94), rgba(3, 9, 10, 0.62) 48%, rgba(3, 9, 10, 0.24)),
        linear-gradient(180deg, rgba(3, 9, 10, 0.12), rgba(3, 9, 10, 0.98)),
        url("../images/finished-stones-BOHgN5Gk.jpg") center / cover no-repeat;
}

:root[data-theme="light"] .page-cinematic-products .product-card {
    background: #f8f5f0;
    border-color: rgba(21, 24, 25, 0.13);
    box-shadow:
        0 18px 34px rgba(21, 24, 25, 0.1),
        0 2px 5px rgba(21, 24, 25, 0.06);
}

:root[data-theme="light"] .page-cinematic-products .product-card-body h3,
:root[data-theme="light"] .page-cinematic-products .product-card-specs dd {
    color: #151819;
}

:root[data-theme="light"] .page-cinematic-products .products-hero::before {
    background:
        radial-gradient(circle at 66% 12%, rgba(255, 195, 92, 0.42), rgba(255, 122, 24, 0.08) 24%, transparent 44%),
        linear-gradient(180deg, transparent 0%, rgba(7, 16, 18, 0.86) 100%);
}

:root[data-theme="light"] .page-cinematic-products .product-card,
:root[data-theme="light"] .page-cinematic-products .products-empty {
    background: var(--cinema-bg-deep);
}

.page-cinematic-gallery {
    background: var(--cinema-bg);
    color: var(--cinema-muted);
}

.page-cinematic-gallery .breadcrumbs {
    display: none;
}

.page-cinematic-gallery .gallery-cinema-hero {
    position: relative;
    min-height: 760px;
    height: 96vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: var(--cinema-bg-deep);
}

.page-cinematic-gallery .gallery-cinema-media,
.page-cinematic-gallery .gallery-cinema-shade {
    position: absolute;
    inset: 0;
}

.page-cinematic-gallery .gallery-cinema-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.64) contrast(1.18) brightness(0.82);
    transform: scale(1.03);
}

.page-cinematic-gallery .gallery-cinema-shade {
    z-index: 1;
    background:
        radial-gradient(circle at 68% 12%, rgba(255, 122, 24, 0.38), rgba(255, 122, 24, 0.06) 24%, transparent 45%),
        linear-gradient(90deg, rgba(3, 9, 10, 0.96) 0%, rgba(3, 9, 10, 0.7) 45%, rgba(3, 9, 10, 0.22) 100%),
        linear-gradient(180deg, rgba(3, 9, 10, 0.12) 0%, rgba(3, 9, 10, 0.92) 100%);
}

.page-cinematic-gallery .gallery-cinema-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.28fr);
    gap: clamp(2rem, 7vw, 7rem);
    align-items: end;
    width: 100%;
    padding-top: 170px;
    padding-bottom: 88px;
}

.page-cinematic-gallery .gallery-cinema-copy {
    max-width: 920px;
}

.page-cinematic-gallery .gallery-cinema-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.35rem;
    color: rgba(243, 238, 230, 0.62);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-cinematic-gallery .gallery-cinema-breadcrumb a {
    color: rgba(243, 238, 230, 0.66);
}

.page-cinematic-gallery .gallery-cinema-breadcrumb a:hover,
.page-cinematic-gallery .gallery-cinema-breadcrumb span:last-child {
    color: var(--cinema-orange);
}

.page-cinematic-gallery .gallery-cinema-copy h1 {
    max-width: 980px;
    margin: 0 0 1.1rem;
    color: var(--cinema-on-image);
    font-size: clamp(3.3rem, 6.3vw, 7.4rem);
    line-height: 0.92;
    letter-spacing: 0;
}

.page-cinematic-gallery .gallery-cinema-copy p {
    max-width: 620px;
    margin: 0;
    color: var(--cinema-on-image-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.page-cinematic-gallery .gallery-cinema-panel {
    padding: 1.3rem;
    border-left: 2px solid var(--cinema-orange);
    background: linear-gradient(180deg, rgba(7, 16, 18, 0.78), rgba(7, 16, 18, 0.34));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.page-cinematic-gallery .gallery-cinema-panel span,
.page-cinematic-gallery .block-gallery-heading .section-eyebrow,
.page-cinematic-gallery .block-gallery-visit .section-eyebrow {
    color: var(--cinema-orange);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.page-cinematic-gallery .gallery-cinema-panel strong {
    display: block;
    margin: 1rem 0 0.35rem;
    color: var(--cinema-on-image);
    font-family: var(--font-heading);
    font-size: clamp(3.4rem, 6vw, 5.8rem);
    line-height: 0.86;
}

.page-cinematic-gallery .gallery-cinema-panel p {
    margin: 0;
    color: var(--cinema-on-image-soft);
}

.page-cinematic-gallery .block-gallery-section {
    padding: 108px 0 118px;
    background: var(--cinema-bg);
}

.page-cinematic-gallery .block-gallery-heading {
    color: var(--cinema-cream);
    margin-bottom: 42px;
}

.page-cinematic-gallery .block-gallery-heading h2 {
    color: var(--cinema-cream);
    max-width: 15ch;
    font-size: clamp(2.2rem, 4.4vw, 5rem);
}

.page-cinematic-gallery .block-gallery-heading p {
    color: rgba(243, 238, 230, 0.66);
}

.page-cinematic-gallery .block-gallery-layout {
    gap: 1px;
    background: rgba(255, 122, 24, 0.24);
    border: 1px solid rgba(255, 122, 24, 0.22);
}

.page-cinematic-gallery .block-gallery-tile {
    border-radius: 0;
    box-shadow: none;
    background: #050b0d;
}

.page-cinematic-gallery .block-gallery-tile::before {
    inset: 16px;
    border-color: rgba(243, 238, 230, 0.13);
}

.page-cinematic-gallery .block-gallery-tile-media img {
    filter: saturate(0.62) contrast(1.12);
}

.page-cinematic-gallery .block-gallery-tile:hover .block-gallery-tile-media img,
.page-cinematic-gallery .block-gallery-tile:focus-visible .block-gallery-tile-media img {
    filter: saturate(0.86) contrast(1.15);
}

.page-cinematic-gallery .block-gallery-index,
.page-cinematic-gallery .gallery-card-badge {
    color: #111;
    background: rgba(255, 122, 24, 0.94);
    border-color: rgba(255, 122, 24, 0.94);
}

.page-cinematic-gallery .block-gallery-tile-overlay {
    background:
        linear-gradient(180deg, rgba(3, 9, 10, 0) 0%, rgba(3, 9, 10, 0.42) 38%, rgba(3, 9, 10, 0.94) 100%);
}

.page-cinematic-gallery .block-gallery-tile-meta h3 {
    color: var(--cinema-on-image);
}

.page-cinematic-gallery .block-gallery-tile-meta p {
    color: var(--cinema-on-image-muted);
}

.page-cinematic-gallery .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 52px;
}

.page-cinematic-gallery .pagination-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.95rem;
    color: rgba(243, 238, 230, 0.74);
    border: 1px solid rgba(243, 238, 230, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.page-cinematic-gallery .pagination-link:hover,
.page-cinematic-gallery .pagination-link.active {
    color: #111;
    border-color: var(--cinema-orange);
    background: var(--cinema-orange);
}

.page-cinematic-gallery .block-gallery-visit {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
    margin-top: 52px;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(3, 9, 10, 0.96), rgba(3, 9, 10, 0.76)),
        url("../images/finished-stones-BOHgN5Gk.jpg") center / cover no-repeat;
    border: 1px solid rgba(255, 122, 24, 0.28);
}

.page-cinematic-gallery .gallery-visit-copy h2 {
    max-width: 820px;
    color: var(--cinema-on-image);
    font-size: clamp(1.8rem, 3.6vw, 3.5rem);
    line-height: 1.04;
}

.page-cinematic-gallery .block-gallery-visit .gallery-visit-copy p {
    color: var(--cinema-on-image-soft);
}

.page-cinematic-gallery .empty-state {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem;
    color: var(--cinema-muted);
    background: var(--cinema-bg-deep);
    border: 1px solid rgba(255, 122, 24, 0.28);
}

.page-cinematic-gallery .empty-state h3 {
    color: var(--cinema-cream);
    font-size: clamp(2rem, 4vw, 4rem);
}

:root[data-theme="light"] .page-cinematic-gallery .gallery-cinema-media img {
    filter: saturate(0.64) contrast(1.16) brightness(0.78);
}

:root[data-theme="light"] .page-cinematic-gallery .block-gallery-section {
    background: var(--cinema-bg);
}

:root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading,
:root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading h2 {
    color: #151819;
}

:root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading p {
    color: rgba(21, 24, 25, 0.66);
}

:root[data-theme="light"] .page-cinematic-gallery .block-gallery-layout {
    background: rgba(216, 109, 24, 0.28);
    border-color: rgba(216, 109, 24, 0.22);
}

:root[data-theme="light"] .page-cinematic-gallery .pagination-link {
    color: rgba(21, 24, 25, 0.72);
    border-color: rgba(21, 24, 25, 0.12);
    background: rgba(21, 24, 25, 0.035);
}

:root[data-theme="light"] .page-cinematic-gallery .empty-state {
    color: rgba(21, 24, 25, 0.66);
    background: var(--cinema-bg-deep);
}

:root[data-theme="light"] .page-cinematic-gallery .empty-state h3 {
    color: #151819;
}

@media (max-width: 900px) {
    .page-cinematic-gallery .gallery-cinema-hero {
        min-height: 680px;
        height: auto;
    }

    .page-cinematic-gallery .gallery-cinema-inner {
        grid-template-columns: 1fr;
        align-items: end;
        padding-top: 132px;
        padding-bottom: 64px;
    }

    .page-cinematic-gallery .gallery-cinema-copy h1 {
        font-size: clamp(2.55rem, 11vw, 4.4rem);
        line-height: 0.98;
    }

    .page-cinematic-gallery .gallery-cinema-panel {
        max-width: 520px;
    }

    .page-cinematic-gallery .block-gallery-section {
        padding: 72px 0 88px;
    }

    .page-cinematic-gallery .block-gallery-heading {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .page-cinematic-gallery .block-gallery-visit {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 640px) {
    .page-cinematic-gallery .gallery-cinema-hero {
        min-height: 620px;
    }

    .page-cinematic-gallery .gallery-cinema-inner {
        padding-top: 118px;
        padding-bottom: 48px;
    }

    .page-cinematic-gallery .gallery-cinema-breadcrumb {
        gap: 0.55rem;
        font-size: 0.64rem;
        letter-spacing: 0.14em;
    }

    .page-cinematic-gallery .gallery-cinema-copy p {
        font-size: 0.98rem;
    }

    .page-cinematic-gallery .gallery-cinema-panel,
    .page-cinematic-gallery .empty-state {
        padding: 1.15rem;
    }

    .page-cinematic-gallery .block-gallery-layout {
        gap: 1px;
    }

    .page-cinematic-gallery .block-gallery-tile,
    .page-cinematic-gallery .block-gallery-tile-featured,
    .page-cinematic-gallery .block-gallery-tile-tall {
        min-height: 380px;
    }

    .page-cinematic-gallery .block-gallery-tile-featured {
        min-height: 460px;
    }

    .page-cinematic-gallery .block-gallery-tile-overlay {
        padding: 82px 18px 18px;
    }

    .page-cinematic-gallery .block-gallery-index {
        top: 18px;
        left: 18px;
    }
}

/* Clean impact gallery: no preview modal, no uneven slab-book preview layout. */
.page-cinematic-gallery,
:root[data-theme="light"] .page-cinematic-gallery {
    background: #071012;
    color: rgba(243, 238, 230, 0.74);
}

.page-cinematic-gallery .gallery-cinema-hero {
    min-height: 620px;
    height: 78vh;
}

.page-cinematic-gallery .gallery-cinema-media img,
:root[data-theme="light"] .page-cinematic-gallery .gallery-cinema-media img {
    filter: saturate(0.82) contrast(1.08) brightness(0.94);
}

.page-cinematic-gallery .gallery-cinema-shade {
    background:
        radial-gradient(circle at 72% 12%, rgba(255, 122, 24, 0.22), transparent 34%),
        linear-gradient(90deg, rgba(3, 9, 10, 0.86) 0%, rgba(3, 9, 10, 0.5) 48%, rgba(3, 9, 10, 0.18) 100%),
        linear-gradient(180deg, rgba(3, 9, 10, 0.12) 0%, rgba(3, 9, 10, 0.84) 100%);
}

.page-cinematic-gallery .gallery-cinema-inner {
    align-items: end;
}

.page-cinematic-gallery .gallery-cinema-copy h1 {
    max-width: 11ch;
    font-family: var(--font-heading);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.page-cinematic-gallery .gallery-cinema-copy p {
    max-width: 560px;
    font-family: var(--font-body);
    font-size: clamp(1.08rem, 1.18vw, 1.28rem);
}

.page-cinematic-gallery .gallery-cinema-panel {
    border: 1px solid rgba(243, 238, 230, 0.12);
    border-left: 0;
    background: rgba(3, 9, 10, 0.38);
}

.page-cinematic-gallery .block-gallery-section,
:root[data-theme="light"] .page-cinematic-gallery .block-gallery-section {
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: #071012;
}

.page-cinematic-gallery .block-gallery-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.42fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: end;
    margin-bottom: clamp(2.3rem, 4vw, 4rem);
    padding: clamp(1.6rem, 2.6vw, 2.6rem) 0 0;
    border-top: 1px solid rgba(243, 238, 230, 0.16);
}

.page-cinematic-gallery .block-gallery-heading .section-eyebrow,
:root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading .section-eyebrow {
    color: var(--cinema-orange);
}

.page-cinematic-gallery .block-gallery-heading h2,
:root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading h2 {
    max-width: 15ch;
    margin: 0;
    color: #f7f0e7;
    font-family: var(--font-heading);
    font-size: clamp(2.25rem, 4.2vw, 4.8rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 0.98;
    text-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
}

.page-cinematic-gallery .block-gallery-heading p,
:root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading p {
    max-width: 470px;
    margin: 0;
    color: rgba(243, 238, 230, 0.78);
    font-family: var(--font-body);
    font-size: clamp(1.08rem, 1.16vw, 1.24rem);
    line-height: 1.75;
}

.page-cinematic-gallery .block-gallery-layout,
:root[data-theme="light"] .page-cinematic-gallery .block-gallery-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.15rem, 1.8vw, 1.8rem);
    background: transparent;
    border: 0;
}

.page-cinematic-gallery .block-gallery-tile,
.page-cinematic-gallery .block-gallery-tile-featured,
.page-cinematic-gallery .block-gallery-tile-tall {
    min-height: 0;
    aspect-ratio: 1 / 1.18;
    cursor: default;
    overflow: hidden;
    border: 1px solid rgba(243, 238, 230, 0.14);
    background: #0a1416;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.page-cinematic-gallery .block-gallery-tile-featured,
.page-cinematic-gallery .block-gallery-tile-tall {
    grid-column: auto;
    grid-row: auto;
}

.page-cinematic-gallery .block-gallery-tile::before {
    content: none;
}

.page-cinematic-gallery .block-gallery-tile-media,
.page-cinematic-gallery .block-gallery-tile-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-cinematic-gallery .block-gallery-tile-media img {
    object-fit: cover;
    filter: saturate(0.82) contrast(1.08) brightness(0.92);
    transform: scale(1);
    transition: transform 0.45s ease, filter 0.45s ease;
}

.page-cinematic-gallery .block-gallery-tile:hover .block-gallery-tile-media img {
    filter: saturate(0.98) contrast(1.12) brightness(1);
    transform: scale(1.035);
}

.page-cinematic-gallery .block-gallery-index,
.page-cinematic-gallery .gallery-card-badge {
    color: rgba(243, 238, 230, 0.78);
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
}

.page-cinematic-gallery .block-gallery-tile-overlay {
    padding: clamp(1.1rem, 2vw, 1.65rem);
    background:
        linear-gradient(180deg, rgba(3, 9, 10, 0) 28%, rgba(3, 9, 10, 0.52) 66%, rgba(3, 9, 10, 0.92) 100%);
}

.page-cinematic-gallery .block-gallery-tile-meta h3 {
    color: #f7f0e7;
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 1.45vw, 1.7rem);
    font-weight: 600;
    letter-spacing: -0.018em;
}

.page-cinematic-gallery .block-gallery-tile-meta p {
    display: none;
}

.page-cinematic-gallery .gallery-card-badge {
    display: inline-flex;
    width: auto;
    margin-bottom: 0.55rem;
    padding: 0;
    color: var(--cinema-orange);
    font-size: 0.6rem;
    letter-spacing: 0.16em;
}

.page-cinematic-gallery .block-gallery-index {
    top: 1rem;
    left: 1rem;
    padding: 0;
    font-size: 0.58rem;
    letter-spacing: 0.16em;
}

.page-cinematic-gallery .gallery-card-zoom,
.page-cinematic-gallery .block-gallery-zoom {
    display: none;
}

@media (max-width: 1000px) {
    .page-cinematic-gallery .block-gallery-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .page-cinematic-gallery .block-gallery-heading,
    .page-cinematic-gallery .block-gallery-layout {
        grid-template-columns: 1fr;
    }

    .page-cinematic-gallery .block-gallery-tile,
    .page-cinematic-gallery .block-gallery-tile-featured,
    .page-cinematic-gallery .block-gallery-tile-tall {
        min-height: 0;
        aspect-ratio: 3 / 4;
    }
}

.page-cinematic-quarry {
    background: var(--cinema-bg);
}

.page-product-detail {
    background: var(--cinema-bg);
    color: var(--cinema-cream);
}

.page-product-detail .breadcrumbs {
    display: none;
}

.page-product-detail .pd-section {
    background: var(--cinema-bg);
}

.page-product-detail .pd-breadcrumb,
.page-product-detail .pd-breadcrumb a {
    color: rgba(243, 238, 230, 0.58);
}

.page-product-detail .pd-breadcrumb a:hover,
.page-product-detail .pd-breadcrumb span:last-child {
    color: var(--cinema-orange);
}

.page-product-detail .pd-info h1 {
    color: var(--cinema-cream);
}

.page-product-detail .pd-desc,
.page-product-detail .pd-specs th {
    color: rgba(243, 238, 230, 0.68);
}

.page-product-detail .pd-specs td {
    color: rgba(243, 238, 230, 0.9);
}

.page-product-detail .pd-divider,
.page-product-detail .pd-specs tr {
    border-color: rgba(243, 238, 230, 0.2);
}

.page-product-detail .pd-btn-primary {
    color: #111;
    background: var(--cinema-orange);
    border-color: var(--cinema-orange);
}

.page-product-detail .pd-btn-primary:hover {
    color: #111;
    background: #ff9a3d;
    border-color: #ff9a3d;
}

.page-product-detail .pd-btn-outline {
    color: var(--cinema-cream);
    background: rgba(243, 238, 230, 0.06);
    border-color: rgba(243, 238, 230, 0.34);
}

.page-product-detail .pd-btn-outline:hover {
    color: #111;
    background: var(--cinema-cream);
    border-color: var(--cinema-cream);
}

:root[data-theme="light"] .page-product-detail,
:root[data-theme="light"] .page-product-detail .pd-section,
:root[data-theme="light"] .page-product-detail .pd-related {
    background: var(--cinema-bg);
    color: #151819;
}

:root[data-theme="light"] .page-product-detail .pd-breadcrumb,
:root[data-theme="light"] .page-product-detail .pd-breadcrumb a,
:root[data-theme="light"] .page-product-detail .pd-desc,
:root[data-theme="light"] .page-product-detail .pd-specs th,
:root[data-theme="light"] .page-product-detail .pd-related-head a {
    color: rgba(21, 24, 25, 0.64);
}

:root[data-theme="light"] .page-product-detail .pd-breadcrumb a:hover,
:root[data-theme="light"] .page-product-detail .pd-breadcrumb span:last-child,
:root[data-theme="light"] .page-product-detail .pd-info h1,
:root[data-theme="light"] .page-product-detail .pd-specs td,
:root[data-theme="light"] .page-product-detail .pd-related-head h2,
:root[data-theme="light"] .page-product-detail .pd-rel-body h4 {
    color: #151819;
}

:root[data-theme="light"] .page-product-detail .pd-eyebrow,
:root[data-theme="light"] .page-product-detail .pd-rel-cat,
:root[data-theme="light"] .page-product-detail .pd-related-head a:hover {
    color: var(--cinema-orange);
}

:root[data-theme="light"] .page-product-detail .pd-divider {
    background: rgba(21, 24, 25, 0.14);
}

:root[data-theme="light"] .page-product-detail .pd-specs tr {
    border-color: rgba(21, 24, 25, 0.14);
}

:root[data-theme="light"] .page-product-detail .pd-main-image,
:root[data-theme="light"] .page-product-detail .pd-rel-card {
    background: rgba(255, 255, 255, 0.62);
    border-color: rgba(21, 24, 25, 0.12);
}

:root[data-theme="light"] .page-product-detail .pd-btn-outline {
    color: #151819;
    background: rgba(255, 255, 255, 0.26);
    border-color: rgba(21, 24, 25, 0.18);
}

:root[data-theme="light"] .page-product-detail .pd-btn-outline:hover {
    color: #fff;
    background: #151819;
    border-color: #151819;
}

.page-cinematic-quarry .breadcrumbs {
    display: none;
}

.page-cinematic-blogs,
.page-cinematic-blog-post {
    background: var(--cinema-bg);
    color: var(--cinema-cream);
}

.page-cinematic-blogs .breadcrumbs,
.page-cinematic-blog-post .breadcrumbs {
    display: none;
}

.blogs-hero,
.blog-post-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: #050b0d;
}

.blogs-hero-media,
.blogs-hero-media img,
.blogs-hero-shade,
.blog-post-hero-media,
.blog-post-hero-media img,
.blog-post-hero-shade {
    position: absolute;
    inset: 0;
}

.blogs-hero-media img,
.blog-post-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) contrast(1.08);
}

.blogs-hero-shade,
.blog-post-hero-shade {
    background:
        linear-gradient(90deg, rgba(3, 9, 10, 0.9), rgba(3, 9, 10, 0.64) 48%, rgba(3, 9, 10, 0.28)),
        linear-gradient(180deg, rgba(3, 9, 10, 0.18), rgba(3, 9, 10, 0.78) 76%, var(--cinema-bg) 100%);
}

.blog-post-hero {
    min-height: 0;
    background: var(--cinema-bg-deep);
}

.blog-post-hero-shade {
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 122, 24, 0.12), transparent 34%),
        linear-gradient(180deg, var(--cinema-bg-deep), var(--cinema-bg));
}

.blogs-hero-inner,
.blog-post-hero-inner {
    position: relative;
    z-index: 1;
    padding: 140px 0 74px;
}

.blogs-eyebrow,
.blog-post-back,
.blogs-card time,
.blogs-featured-copy .blogs-eyebrow,
.blog-post-aside span {
    color: var(--cinema-orange);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.blogs-hero h1,
.blog-post-hero h1 {
    max-width: 860px;
    margin: 0.85rem 0 1rem;
    color: var(--cinema-on-image);
    font-size: clamp(2.55rem, 4.7vw, 5rem);
    line-height: 1.02;
    text-wrap: balance;
}

.blogs-hero p,
.blog-post-hero p {
    max-width: 650px;
    margin: 0;
    color: var(--cinema-on-image-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.blog-post-hero time {
    display: inline-block;
    margin-top: 1.5rem;
    color: rgba(243, 238, 230, 0.72);
}

.blog-post-featured-image {
    width: min(100%, 920px);
    margin: 1.7rem 0 1.4rem;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #fffaf1;
    border: 1px solid rgba(243, 238, 230, 0.12);
}

.blog-post-featured-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.blogs-section,
.blogs-related,
.blog-post-section {
    padding: 78px 0 108px;
    background: var(--cinema-bg);
}

.blogs-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: stretch;
    margin-bottom: 42px;
    color: inherit;
}

.blogs-featured-image,
.blogs-card-image {
    overflow: hidden;
    background: #071012;
}

.blogs-featured-image {
    min-height: 430px;
}

.blogs-featured-image img,
.blogs-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.blogs-featured:hover img,
.blogs-card:hover img {
    transform: scale(1.04);
    filter: saturate(0.9) contrast(1.08);
}

.blogs-featured-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-left: 2px solid var(--cinema-orange);
    background: rgba(255, 255, 255, 0.035);
}

.blogs-featured-copy h2,
.blogs-related-head h2 {
    margin: 0.85rem 0 1rem;
    color: var(--cinema-cream);
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.02;
}

.blogs-featured-copy p,
.blogs-card-body p {
    color: rgba(243, 238, 230, 0.68);
    line-height: 1.7;
}

.blogs-link,
.blogs-card-body span,
.blogs-empty a,
.blog-post-aside a {
    color: var(--cinema-orange);
    font-weight: 800;
}

.blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.blogs-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: inherit;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(243, 238, 230, 0.09);
}

.blogs-card-image {
    height: 260px;
}

.blogs-featured-image,
.blogs-card-image {
    background: #fffaf1;
}

.blogs-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.25rem;
}

.blogs-card-body h3 {
    margin: 0;
    color: var(--cinema-cream);
    font-size: 1.35rem;
    line-height: 1.18;
}

.blogs-card-body p {
    margin: 0;
}

.blogs-card-body span {
    margin-top: auto;
}

.blogs-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 44px;
}

.blogs-pagination a,
.blogs-empty {
    border: 1px solid rgba(243, 238, 230, 0.14);
    background: rgba(255, 255, 255, 0.035);
}

.blogs-pagination a {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 0.9rem;
    color: var(--cinema-muted);
}

.blogs-pagination a:hover,
.blogs-pagination a.active {
    color: #111;
    background: var(--cinema-orange);
    border-color: var(--cinema-orange);
}

.blogs-empty {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(2rem, 6vw, 4rem);
    text-align: center;
}

.blogs-empty h2 {
    color: var(--cinema-cream);
    font-size: clamp(2rem, 4vw, 4rem);
}

.blog-post-layout {
    display: grid;
    grid-template-columns: minmax(160px, 220px) minmax(0, 900px);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: start;
    justify-content: center;
}

.blog-post-aside {
    position: sticky;
    top: 105px;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.15rem 0 1.15rem 1rem;
    border-left: 2px solid rgba(226, 136, 56, 0.72);
}

.blog-post-aside strong {
    color: var(--cinema-cream);
}

.blog-post-body {
    width: 100%;
    color: rgba(250, 247, 240, 0.86);
    font-size: clamp(1.08rem, 1rem + 0.2vw, 1.18rem);
    line-height: 1.82;
}

.blog-post-body h2,
.blog-post-body h3,
.blog-post-body h4 {
    color: var(--cinema-cream);
    line-height: 1.16;
    text-wrap: balance;
}

.blog-post-body h2 {
    margin: 2.5rem 0 1rem;
    font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.blog-post-body h3 {
    margin: 2rem 0 0.8rem;
    font-size: clamp(1.2rem, 1.5vw, 1.55rem);
}

.blog-post-body h4 {
    margin: 1.6rem 0 0.65rem;
    color: rgba(250, 247, 240, 0.88);
    font-size: 1rem;
    font-family: var(--font-ui);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-post-body p,
.blog-post-body ul,
.blog-post-body ol,
.blog-post-body blockquote {
    margin-bottom: 1.2rem;
}

.blog-post-body ul,
.blog-post-body ol {
    display: grid;
    gap: 0.55rem;
    padding-left: 1.2rem;
    color: rgba(250, 247, 240, 0.82);
}

.blog-post-body li::marker {
    color: var(--cinema-orange);
}

.blog-post-body a {
    color: var(--cinema-orange);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.blog-post-body img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
    border-radius: 8px;
}

.blog-post-body blockquote {
    margin: 2rem 0;
    padding: 1.25rem 0 1.25rem 1.35rem;
    border-left: 2px solid var(--cinema-orange);
    color: var(--cinema-on-image-muted);
    font-size: 1.12em;
}

.blogs-related {
    padding-top: 0;
}

.blogs-related-head {
    margin-bottom: 1.5rem;
}

:root[data-theme="light"] .page-cinematic-blogs,
:root[data-theme="light"] .page-cinematic-blog-post,
:root[data-theme="light"] .blogs-section,
:root[data-theme="light"] .blogs-related,
:root[data-theme="light"] .blog-post-section {
    background: var(--cinema-bg);
    color: var(--cinema-muted);
}

:root[data-theme="light"] .blog-post-hero {
    background: var(--cinema-bg-deep);
}

:root[data-theme="light"] .blog-post-hero-shade {
    background:
        radial-gradient(circle at 18% 20%, rgba(216, 109, 24, 0.14), transparent 34%),
        linear-gradient(180deg, var(--cinema-bg-deep), var(--cinema-bg));
}

:root[data-theme="light"] .blog-post-hero h1,
:root[data-theme="light"] .blogs-featured-copy h2,
:root[data-theme="light"] .blogs-related-head h2,
:root[data-theme="light"] .blogs-card-body h3,
:root[data-theme="light"] .blogs-empty h2,
:root[data-theme="light"] .blog-post-aside strong,
:root[data-theme="light"] .blog-post-body h2,
:root[data-theme="light"] .blog-post-body h3,
:root[data-theme="light"] .blog-post-body h4 {
    color: #151819;
}

:root[data-theme="light"] .blog-post-hero p,
:root[data-theme="light"] .blog-post-hero time,
:root[data-theme="light"] .blogs-featured-copy p,
:root[data-theme="light"] .blogs-card-body p,
:root[data-theme="light"] .blog-post-body,
:root[data-theme="light"] .blog-post-body p,
:root[data-theme="light"] .blog-post-body li,
:root[data-theme="light"] .blog-post-body ul,
:root[data-theme="light"] .blog-post-body ol,
:root[data-theme="light"] .blog-post-body blockquote {
    color: rgba(21, 24, 25, 0.76);
}

:root[data-theme="light"] .blogs-featured-copy,
:root[data-theme="light"] .blogs-card {
    background: rgba(255, 255, 255, 0.68);
    border-color: rgba(21, 24, 25, 0.1);
}

:root[data-theme="light"] .blog-post-featured-image,
:root[data-theme="light"] .blogs-featured-image,
:root[data-theme="light"] .blogs-card-image {
    background: #fffaf1;
    border-color: rgba(21, 24, 25, 0.1);
}

@media (max-width: 900px) {
    .blogs-featured,
    .blogs-grid,
    .blog-post-layout {
        grid-template-columns: 1fr;
    }

    .blog-post-aside {
        position: static;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0.55rem 1rem;
        border-left: 0;
        border-bottom: 1px solid rgba(243, 238, 230, 0.16);
        padding: 0 0 1.25rem;
    }
}

@media (max-width: 640px) {
    .blogs-hero,
    .blog-post-hero {
        min-height: 500px;
    }

    .blogs-hero-inner,
    .blog-post-hero-inner {
        padding: 122px 0 52px;
    }

    .blogs-hero h1,
    .blog-post-hero h1 {
        font-size: clamp(2.2rem, 12vw, 3.35rem);
    }

    .blog-post-section {
        padding: 48px 0 76px;
    }

    .blog-post-body {
        font-size: 1rem;
        line-height: 1.7;
    }

    .blogs-featured-image,
    .blogs-card-image {
        height: 300px;
        min-height: 0;
    }
}

.quarry-cinema-hero {
    position: relative;
    min-height: 760px;
    height: 100vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: var(--cinema-bg-deep);
}

.quarry-cinema-hero-media,
.quarry-cinema-hero-shade {
    position: absolute;
    inset: 0;
}

.quarry-cinema-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) contrast(1.12) brightness(0.78);
}

.quarry-cinema-hero-shade {
    z-index: 1;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 195, 92, 0.46), rgba(255, 122, 24, 0.08) 24%, transparent 43%),
        linear-gradient(90deg, rgba(3, 9, 10, 0.9) 0%, rgba(3, 9, 10, 0.62) 46%, rgba(3, 9, 10, 0.2) 100%),
        linear-gradient(180deg, rgba(3, 9, 10, 0.08) 0%, rgba(3, 9, 10, 0.54) 72%, rgba(3, 9, 10, 0.98) 100%);
}

.quarry-cinema-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(280px, 0.24fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
    padding-top: 132px;
    padding-bottom: 90px;
}

.quarry-cinema-hero-copy {
    max-width: 980px;
    color: var(--cinema-on-image);
}

.quarry-cinema-hero-copy .cinema-kicker {
    margin-bottom: 0.18rem;
}

.quarry-cinema-hero h1 {
    max-width: 980px;
    margin: 0 0 1.05rem;
    color: var(--cinema-on-image);
    font-size: clamp(4rem, 6.2vw, 7rem);
    line-height: 0.94;
    letter-spacing: 0;
}

.quarry-cinema-hero p {
    max-width: 610px;
    color: var(--cinema-on-image-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.quarry-cinema-hero-mark {
    width: min(100%, 760px);
    margin-bottom: 1.4rem;
    padding: clamp(1.35rem, 2.4vw, 2.25rem);
    border-left: 2px solid var(--cinema-orange);
    background: linear-gradient(180deg, rgba(7, 16, 18, 0.76), rgba(7, 16, 18, 0.32));
    backdrop-filter: blur(14px);
}

.quarry-cinema-hero-mark span,
.quarry-cinema-inspection-cards span,
.quarry-cinema-route-steps span {
    display: inline-block;
    color: var(--cinema-orange);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.quarry-cinema-hero-mark strong {
    display: block;
    margin: 0.5rem 0 0.4rem;
    color: var(--cinema-on-image);
    font-family: var(--font-heading);
    font-size: clamp(3rem, 5.4vw, 6rem);
    line-height: 1;
}

.quarry-cinema-hero-mark p {
    margin: 0;
    color: var(--cinema-on-image-soft);
    font-size: 0.95rem;
}

.quarry-cinema-statement {
    min-height: auto;
}

.quarry-cinema-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr);
    min-height: 720px;
    background: var(--cinema-bg-deep);
    border-top: 1px solid rgba(255, 122, 24, 0.24);
    border-bottom: 1px solid rgba(255, 122, 24, 0.24);
}

.quarry-cinema-feature-media {
    min-height: 720px;
    overflow: hidden;
}

.quarry-cinema-feature-media img,
.quarry-cinema-inspection-cards img,
.quarry-cinema-route-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.68) contrast(1.08);
}

.quarry-cinema-feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 5rem);
}

.quarry-cinema-feature-copy h2,
.quarry-cinema-inspection-copy h2,
.quarry-cinema-route h2 {
    color: var(--cinema-cream);
    font-size: clamp(2.5rem, 5vw, 5.7rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.quarry-cinema-feature-copy p,
.quarry-cinema-feature-copy li,
.quarry-cinema-inspection-copy p,
.quarry-cinema-inspection-cards p,
.quarry-cinema-route-steps p {
    color: rgba(243, 238, 230, 0.62);
}

.quarry-cinema-feature-copy ul {
    display: grid;
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.quarry-cinema-feature-copy li {
    position: relative;
    padding-left: 1.8rem;
}

.quarry-cinema-feature-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.65rem;
    height: 0.65rem;
    border: 1px solid var(--cinema-orange);
    transform: rotate(45deg);
}

.quarry-cinema-inspection {
    padding: 120px 0;
    background: var(--cinema-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.quarry-cinema-inspection-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(380px, 1fr);
    gap: clamp(3rem, 8vw, 8rem);
}

.quarry-cinema-inspection-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 122, 24, 0.28);
}

.quarry-cinema-inspection-cards article {
    background: var(--cinema-bg-deep);
}

.quarry-cinema-inspection-cards img {
    height: 240px;
}

.quarry-cinema-inspection-cards span,
.quarry-cinema-inspection-cards h3,
.quarry-cinema-inspection-cards p {
    display: block;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
}

.quarry-cinema-inspection-cards span {
    margin-top: 1.35rem;
}

.quarry-cinema-inspection-cards h3 {
    margin-top: 0.75rem;
    color: var(--cinema-cream);
    font-size: 1.55rem;
}

.quarry-cinema-inspection-cards p {
    padding-bottom: 1.45rem;
}

.quarry-cinema-route {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: var(--cinema-bg-deep);
}

.quarry-cinema-route-media {
    position: absolute;
    inset: 0;
}

.quarry-cinema-route-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 9, 10, 0.9), rgba(3, 9, 10, 0.64), rgba(3, 9, 10, 0.34));
}

.quarry-cinema-route-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.82fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: end;
    padding-top: 100px;
    padding-bottom: 90px;
}

.quarry-cinema-route-steps {
    display: grid;
    gap: 1px;
    background: rgba(255, 122, 24, 0.28);
}

.quarry-cinema-route-steps article {
    padding: 1.35rem;
    background: rgba(3, 9, 10, 0.78);
    backdrop-filter: blur(10px);
}

.quarry-cinema-route-steps p {
    margin: 0.65rem 0 0;
}

:root[data-theme="light"] .quarry-cinema-hero-shade {
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 195, 92, 0.46), rgba(255, 122, 24, 0.08) 24%, transparent 43%),
        linear-gradient(90deg, rgba(3, 9, 10, 0.9) 0%, rgba(3, 9, 10, 0.62) 46%, rgba(3, 9, 10, 0.2) 100%),
        linear-gradient(180deg, rgba(3, 9, 10, 0.08) 0%, rgba(3, 9, 10, 0.54) 72%, rgba(3, 9, 10, 0.98) 100%);
}

.quarry-cinema-route h2 {
    color: var(--cinema-on-image);
}

:root[data-theme="light"] .quarry-cinema-hero-media img {
    filter: saturate(0.72) contrast(1.12) brightness(0.78);
}

:root[data-theme="light"] .quarry-cinema-feature,
:root[data-theme="light"] .quarry-cinema-inspection-cards article,
:root[data-theme="light"] .quarry-cinema-route {
    background: var(--cinema-bg-deep);
}

:root[data-theme="light"] .quarry-cinema-feature-copy p,
:root[data-theme="light"] .quarry-cinema-feature-copy li,
:root[data-theme="light"] .quarry-cinema-inspection-copy p,
:root[data-theme="light"] .quarry-cinema-inspection-cards p {
    color: var(--cinema-muted);
}

@media (max-width: 1280px) {
    .page-home .navbar > .container,
    .navbar > .container {
        padding-left: clamp(16px, 3vw, 42px);
        padding-right: clamp(16px, 3vw, 42px);
    }

    .nav-logo {
        flex-basis: 240px;
    }

    .nav-logo img {
        width: 46px;
        max-height: 46px;
    }

    .nav-menu {
        gap: 0.1rem;
    }

    .nav-menu a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 0.88rem;
    }

    .nav-tools {
        gap: 0.35rem;
    }

    .nav-cta.btn-primary {
        padding: 0.68rem 0.82rem;
        font-size: 0.76rem;
    }
}

@media (max-width: 1220px) {
    .nav-cta.btn-primary {
        display: none;
    }
}

@media (max-width: 1080px) {
    .nav-menu a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 0.84rem;
    }
}

@media (max-width: 1100px) {
    .nav-inner {
        gap: 0.65rem;
    }

    .nav-logo {
        flex-basis: 220px;
    }

    .nav-logo img {
        width: 44px;
        max-height: 44px;
    }

    .nav-menu {
        gap: 0.15rem;
    }

    .nav-tools {
        gap: 0.35rem;
    }

    .nav-cta.btn-primary {
        padding: 0.68rem 0.9rem;
    }
}

@media (max-width: 991px) {
    .nav-inner {
        min-height: 72px;
        padding: 0;
    }

    .nav-logo {
        flex-basis: auto;
    }

    .nav-logo-text {
        display: inline-flex;
    }

    .nav-logo-text strong {
        font-size: 1.05rem;
    }

    .nav-logo img {
        width: 44px;
        max-height: 44px;
    }

    .nav-menu {
        top: 72px;
        bottom: auto;
        z-index: 999;
        display: flex;
        max-height: calc(100svh - 72px);
        background: rgba(3, 9, 10, 0.98);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16);
        padding: 18px clamp(18px, 5vw, 40px) 28px;
        transform: translateY(-120%);
        transition: transform 0.28s ease, opacity 0.2s ease;
        opacity: 0;
    }

    .nav-menu.open {
        transform: translateY(0);
        opacity: 1;
    }

    .nav-menu a {
        color: rgba(243, 238, 230, 0.92);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 13px 0;
        font-size: 1rem;
    }

    .nav-toggle {
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        background: rgba(3, 9, 10, 0.32);
        border: 1px solid rgba(243, 238, 230, 0.42);
    }

    .nav-toggle span {
        width: 22px;
        background: rgba(243, 238, 230, 0.92);
    }

    .nav-tools {
        margin-left: auto;
    }

    :root[data-theme="light"] .nav-menu {
        background: rgba(3, 9, 10, 0.98);
        border-top-color: rgba(255, 255, 255, 0.1);
    }

    :root[data-theme="light"] .nav-menu a {
        color: rgba(243, 238, 230, 0.92);
        border-bottom-color: rgba(255, 255, 255, 0.08);
    }

    :root[data-theme="light"] .nav-toggle span {
        background: rgba(21, 24, 25, 0.9);
    }

    :root[data-theme="light"] .page-home .navbar:not(.scrolled) .nav-toggle span {
        background: rgba(243, 238, 230, 0.92);
    }
}

@media (max-width: 900px) {
    .nav-inner {
        min-height: 72px;
        display: flex;
    }

    .nav-logo {
        flex: 0 0 auto;
    }

    .nav-menu {
        justify-content: flex-start;
        gap: 0;
    }

    .home-hero,
    .cinema-hero {
        min-height: calc(100vh + 72px);
        min-height: calc(100svh + 72px);
        height: auto;
    }

    .hero-shell,
    .cinema-hero-inner {
        align-items: flex-end;
        padding-top: 192px;
        padding-bottom: 116px;
    }

    .home-hero h1,
    .cinema-hero h1 {
        font-size: clamp(3.2rem, 15vw, 5rem);
    }

    .home-hero .hero-metrics,
    .cinema-stats {
        left: 18px;
        right: 18px;
        bottom: 16px;
        width: auto;
    }

    .hero-scroll,
    .cinema-scroll {
        display: none;
    }

    .cinema-statement-grid,
    .cinema-feature,
    .cinema-services-grid,
    .cinema-product-grid,
    .about-cinema-hero-inner,
    .about-cinema-split,
    .about-cinema-numbers-grid,
    .about-cinema-client-grid,
    .page-cinematic-products .products-hero-grid,
    .page-cinematic-products .products-toolbar,
    .page-cinematic-products .products-grid,
    .page-cinematic-products .products-cta-grid,
    .quarry-cinema-hero-inner,
    .quarry-cinema-feature,
    .quarry-cinema-inspection-grid,
    .quarry-cinema-inspection-cards,
    .quarry-cinema-route-inner {
        grid-template-columns: 1fr;
    }

    .cinema-material-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cinema-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cinema-feature,
    .cinema-feature-media {
        min-height: auto;
    }

    .cinema-feature-media {
        height: 340px;
    }

    .about-cinema-hero {
        min-height: 700px;
        height: auto;
    }

    .about-cinema-hero-inner {
        align-items: center;
        padding-top: 126px;
        padding-bottom: 72px;
    }

    .about-cinema-hero h1 {
        font-size: clamp(3.2rem, 14vw, 5rem);
    }

    .about-cinema-hero-panel {
        max-width: 720px;
    }

    .about-cinema-split,
    .about-cinema-split-media {
        min-height: auto;
    }

    .about-cinema-split-media {
        height: 430px;
    }

    .page-cinematic-products .products-hero {
        min-height: 520px;
        padding: 108px 0 54px;
    }

    .page-cinematic-products .products-hero-copy h1 {
        font-size: clamp(3.2rem, 14vw, 5rem);
    }

    .page-cinematic-products .products-stat-panel {
        max-width: 520px;
    }

    .page-cinematic-products .products-toolbar {
        align-items: start;
    }

    .page-cinematic-products .products-count {
        text-align: left;
    }

    .quarry-cinema-hero {
        min-height: 700px;
        height: auto;
    }

    .quarry-cinema-hero-inner {
        align-items: center;
        padding-top: 126px;
        padding-bottom: 72px;
    }

    .quarry-cinema-hero h1 {
        font-size: clamp(3.2rem, 14vw, 5rem);
    }

    .quarry-cinema-hero-mark {
        max-width: 720px;
    }

    .quarry-cinema-feature,
    .quarry-cinema-feature-media {
        min-height: auto;
    }

    .quarry-cinema-feature-media {
        height: 430px;
    }

    .quarry-cinema-route-inner {
        align-items: start;
    }
}

@media (max-width: 640px) {
    .page-home .navbar > .container,
    .navbar > .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-logo img {
        width: 42px;
        max-height: 42px;
    }

    .nav-logo-text strong {
        font-size: 0.9rem;
        letter-spacing: 0.03em;
    }

    .nav-tools {
        margin-left: auto;
        gap: 0.2rem;
    }

    .lang-globe {
        display: none;
    }

    .theme-toggle {
        width: 34px;
        height: 34px;
    }

    .lang-switch {
        min-height: 34px;
        padding: 0 0.45rem;
    }

    .hero-shell,
    .cinema-hero-inner {
        padding-bottom: 132px;
    }

    .hero-actions {
        align-items: stretch;
    }

    .home-hero .hero-metrics,
    .cinema-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-hero .hero-metric,
    .cinema-stats div {
        padding: 0 0.35rem;
    }

    .home-hero .hero-metric strong,
    .cinema-stats strong {
        font-size: 1.45rem;
    }

    .cinema-statement,
    .cinema-materials,
    .cinema-services,
    .cinema-products,
    .about-cinema-numbers,
    .quarry-cinema-inspection {
        padding: 72px 0;
    }

    .cinema-material-grid,
    .cinema-product-grid,
    .about-cinema-stat-grid,
    .page-cinematic-products .products-stats-row {
        grid-template-columns: 1fr;
    }

    .cinema-section-head {
        display: block;
    }

    .cinema-product div {
        height: 280px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 38px 0 24px;
    }

    .footer-action-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-action-row a {
        padding: 0.45rem 0.75rem;
    }

    .footer-action-row a:nth-child(odd) {
        border-left: 0;
    }

    .footer-bottom {
        align-items: flex-start;
        text-align: left;
    }

    .about-cinema-hero-inner {
        padding-bottom: 56px;
    }

    .about-cinema-hero-panel {
        max-width: 100%;
        padding: 1rem;
    }

    .about-cinema-split-media,
    .about-cinema-client-grid img {
        height: 300px;
    }

    .about-cinema-stat-grid article {
        min-height: 150px;
    }

    .page-cinematic-products .products-hero {
        min-height: 500px;
        padding-bottom: 46px;
    }

    .page-cinematic-products .products-toolbar-section {
        padding-top: 42px;
    }

    .page-cinematic-products .products-section {
        padding: 48px 0 78px;
    }

    .page-cinematic-products .products-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }

    .page-cinematic-products .products-pill {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .page-cinematic-products .products-empty {
        padding: 2rem 1.25rem;
    }

    .page-cinematic-products .products-cta {
        min-height: auto;
        padding: 58px 0;
    }

    .page-cinematic-products .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .page-cinematic-products .product-card {
        margin-bottom: 0;
    }

    .page-cinematic-products .product-card-body {
        padding: 16px 18px 18px;
    }

    .page-cinematic-products .product-card-image,
    .page-cinematic-products .product-card:nth-child(3n + 2) .product-card-image,
    .page-cinematic-products .product-card:nth-child(4n) .product-card-image {
        height: 320px;
    }

    .page-cinematic-products .product-card-specs dt,
    .page-cinematic-products .product-card-specs dd {
        font-size: 0.82rem;
    }

    .page-cinematic-products .product-card-body h3 {
        font-size: 1.05rem;
    }

    .quarry-cinema-hero-inner {
        padding-bottom: 56px;
    }

    .quarry-cinema-hero-mark {
        max-width: 100%;
        padding: 1rem;
    }

    .quarry-cinema-feature-media,
    .quarry-cinema-inspection-cards img {
        height: 300px;
    }

    .quarry-cinema-route {
        min-height: 560px;
    }

    .quarry-cinema-route-inner {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}

@media (max-width: 1180px) and (min-width: 901px) {
    .page-cinematic-products .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-cinematic-products .product-card-image,
    .page-cinematic-products .product-card:nth-child(3n + 2) .product-card-image,
    .page-cinematic-products .product-card:nth-child(4n) .product-card-image {
        height: 340px;
    }

    .page-cinematic-products .product-card-body {
        padding: 1rem;
    }

    .page-cinematic-products .product-card-specs dt,
    .page-cinematic-products .product-card-specs dd {
        font-size: 0.84rem;
    }
}

@media (max-width: 640px) {
    .page-cinematic-products .products-grid {
        grid-template-columns: 1fr;
    }

    .page-cinematic-products .product-card-image,
    .page-cinematic-products .product-card:nth-child(3n + 2) .product-card-image,
    .page-cinematic-products .product-card:nth-child(4n) .product-card-image {
        height: 320px;
    }
}

:root[data-theme="light"] .page-cinematic-products .products-empty {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(216, 109, 24, 0.26);
}

:root[data-theme="light"] .page-cinematic-products .products-empty h3 {
    color: #151819;
}

:root[data-theme="light"] .page-cinematic-products .products-empty p {
    color: rgba(21, 24, 25, 0.66);
}

.services-cinema-hero {
    min-height: 760px;
    height: 100vh;
    align-items: stretch;
}

.services-cinema-hero-inner {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(280px, 0.24fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
    padding-top: 132px;
    padding-bottom: 92px;
}

.services-cinema-hero-copy {
    max-width: 980px;
}

.services-cinema-hero-copy .cinema-kicker {
    margin-bottom: 0.18rem;
}

.services-cinema-hero-panel {
    width: min(100%, 760px);
    margin-bottom: 1.4rem;
    padding: clamp(1.35rem, 2.4vw, 2.25rem);
    border-left: 2px solid var(--cinema-orange);
    background: linear-gradient(180deg, rgba(7, 16, 18, 0.74), rgba(7, 16, 18, 0.28));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.services-cinema-hero-panel span {
    color: var(--cinema-orange);
}

.services-cinema-hero-panel strong {
    font-size: clamp(3rem, 5.4vw, 6rem);
    white-space: nowrap;
}

.services-cinema-hero-copy p {
    max-width: 610px;
}

/* Slightly reduce oversized cinematic headline scale across hero/statement areas. */
.home-hero h1,
.cinema-hero h1 {
    font-size: clamp(3.35rem, 4.75vw, 5.45rem);
    line-height: 0.98;
}

.about-cinema-hero h1,
.page-cinematic-products .products-hero-copy h1,
.quarry-cinema-hero h1 {
    font-size: clamp(3.05rem, 4.65vw, 5.25rem);
    line-height: 0.98;
}

.services-cinema-hero-copy h1 {
    font-size: clamp(2.55rem, 5.85vw, 6.05rem);
    line-height: 0.98;
}

.cinema-statement h2,
.cinema-section-head h2,
.cinema-closing h2,
.cinema-feature h2,
.about-cinema-split-copy h2,
.about-cinema-numbers-copy h2,
.quarry-cinema-feature-copy h2,
.quarry-cinema-inspection-copy h2,
.quarry-cinema-route h2,
.services-cinema-split-copy h2,
.services-cinema-route-inner h2 {
    font-size: clamp(1.95rem, 3.8vw, 4.3rem);
    line-height: 1.02;
}

@media (max-width: 900px) {
    .home-hero h1,
    .cinema-hero h1,
    .about-cinema-hero h1,
    .page-cinematic-products .products-hero-copy h1,
    .quarry-cinema-hero h1 {
        font-size: clamp(2.35rem, 10.25vw, 3.8rem);
        line-height: 1;
    }

    .services-cinema-hero-copy h1 {
        font-size: clamp(2.2rem, 9.85vw, 3.9rem);
    }

    .services-cinema-hero {
        min-height: 700px;
        height: auto;
    }

    .services-cinema-hero-inner {
        grid-template-columns: 1fr;
        align-items: center;
        padding-top: 126px;
        padding-bottom: 72px;
    }

    .services-cinema-hero-panel {
        max-width: 720px;
    }
}

@media (max-width: 640px) {
    .services-cinema-hero-inner {
        padding-bottom: 56px;
    }

    .services-cinema-hero-panel {
        max-width: 100%;
        padding: 1rem;
    }
}

/* Luxury typography refinement: keeps the existing Zayed Marmo theme colors intact. */
.nav-logo-text strong,
.footer-logo span {
    text-wrap: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.home-hero h1,
.cinema-hero h1,
.about-cinema-hero h1,
.page-cinematic-products .products-hero-copy h1,
.quarry-cinema-hero h1,
.services-cinema-hero-copy h1,
.pd-info h1,
.blogs-hero h1,
.blog-post-hero h1,
.cinema-statement h2,
.cinema-section-head h2,
.cinema-closing h2,
.cinema-feature h2,
.about-cinema-split-copy h2,
.about-cinema-numbers-copy h2,
.quarry-cinema-feature-copy h2,
.quarry-cinema-inspection-copy h2,
.quarry-cinema-route h2,
.services-cinema-split-copy h2,
.services-cinema-route-inner h2,
.blogs-featured-copy h2,
.blogs-related-head h2,
.blog-post-body h2,
.blog-post-body h3,
.blog-post-body h4 {
    font-family: var(--font-heading);
    font-weight: 300;
    letter-spacing: 0;
}

.cinema-hero h1.cinema-hero-title {
    font-size: clamp(4.5rem, 6.65vw, 7.75rem);
    line-height: 0.9;
    letter-spacing: -0.012em;
}

.home-hero h1,
.about-cinema-hero h1,
.page-cinematic-products .products-hero-copy h1,
.quarry-cinema-hero h1,
.blogs-hero h1,
.blog-post-hero h1 {
    font-size: var(--type-display-xl);
    line-height: var(--leading-display);
}

.services-cinema-hero-copy h1,
.pd-info h1 {
    font-size: var(--type-display-lg);
    line-height: var(--leading-display);
}

.cinema-statement h2,
.cinema-section-head h2,
.cinema-closing h2,
.cinema-feature h2,
.about-cinema-split-copy h2,
.about-cinema-numbers-copy h2,
.quarry-cinema-feature-copy h2,
.quarry-cinema-inspection-copy h2,
.quarry-cinema-route h2,
.services-cinema-split-copy h2,
.services-cinema-route-inner h2,
.blogs-featured-copy h2,
.blogs-related-head h2 {
    font-size: clamp(2rem, 4vw, 4.6rem);
    line-height: var(--leading-title);
}

p,
li,
.blog-post-body,
.blogs-card-body p,
.cinema-section-head p,
.cinema-feature p,
.about-cinema-split-copy p,
.about-cinema-numbers-copy p,
.quarry-cinema-feature-copy p,
.quarry-cinema-inspection-copy p,
.services-cinema-split-copy p,
.footer-col p {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: var(--leading-body);
}

.page-cinematic-blog-post .blog-post-hero h1 {
    max-width: 760px;
    font-size: clamp(2rem, 2.7vw, 3.05rem);
    line-height: 1.1;
}

.page-cinematic-blogs .blogs-hero h1 {
    max-width: 760px;
    font-size: clamp(2.25rem, 4.4vw, 4.85rem);
    line-height: 1;
}

.page-cinematic-blogs .blogs-featured-copy h2,
.page-cinematic-blog-post .blogs-related-head h2 {
    font-size: clamp(1.75rem, 3vw, 3.35rem);
    line-height: 1.08;
}

.page-cinematic-blogs .blogs-card-body h3,
.page-cinematic-blog-post .blogs-card-body h3 {
    font-size: clamp(1.05rem, 1.05vw, 1.2rem);
    line-height: 1.24;
}

@media (max-width: 640px) {
    .page-cinematic-blogs .blogs-hero h1 {
        font-size: clamp(1.95rem, 10vw, 2.85rem);
        line-height: 1.05;
    }

    .page-cinematic-blogs .blogs-featured-copy h2,
    .page-cinematic-blog-post .blogs-related-head h2 {
        font-size: clamp(1.6rem, 8vw, 2.35rem);
    }

    .page-cinematic-blogs .blogs-card-body h3,
    .page-cinematic-blog-post .blogs-card-body h3 {
        font-size: 1.05rem;
    }
}

.page-cinematic-blog-post .blog-post-body {
    color: rgba(250, 247, 240, 0.9);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1rem, 0.95rem + 0.18vw, 1.1rem);
    line-height: 1.72;
}

.page-cinematic-blog-post .blog-post-body p,
.page-cinematic-blog-post .blog-post-body li {
    color: rgba(250, 247, 240, 0.9);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    line-height: 1.72;
}

.page-cinematic-blog-post .blog-post-body ul,
.page-cinematic-blog-post .blog-post-body ol {
    gap: 0.4rem;
    margin: 0 0 1.15rem;
    padding-left: 1.35rem;
}

.page-cinematic-blog-post .blog-post-body li {
    padding-left: 0.2rem;
}

.page-cinematic-blog-post .blog-post-body li::marker {
    color: var(--cinema-orange);
    font-size: 0.78em;
}

.page-cinematic-blog-post .blog-post-body h2 {
    margin: 2.25rem 0 0.85rem;
    font-size: clamp(1.35rem, 1.4vw, 1.75rem);
    line-height: 1.22;
}

.page-cinematic-blog-post .blog-post-body h3 {
    margin: 1.75rem 0 0.7rem;
    font-size: clamp(1.12rem, 1.1vw, 1.35rem);
    line-height: 1.24;
}

.page-cinematic-blog-post .blog-post-body h4 {
    margin: 1.35rem 0 0.55rem;
    font-size: 0.88rem;
    line-height: 1.35;
}

:root[data-theme="light"] .page-cinematic-blog-post .blog-post-body,
:root[data-theme="light"] .page-cinematic-blog-post .blog-post-body p,
:root[data-theme="light"] .page-cinematic-blog-post .blog-post-body li {
    color: rgba(21, 24, 25, 0.78);
}

:root[data-theme="light"] .page-cinematic-blog-post .blog-post-body h2,
:root[data-theme="light"] .page-cinematic-blog-post .blog-post-body h3,
:root[data-theme="light"] .page-cinematic-blog-post .blog-post-body h4 {
    color: #151819;
}

.cinema-kicker,
.eyebrow,
.btn,
.nav-cta,
.footer-action-row a,
.blog-post-meta,
.blogs-card-body span,
.pd-meta,
.pd-actions a {
    font-family: var(--font-ui);
    font-weight: 400;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
}

.nav-logo {
    flex: 0 1 clamp(200px, 18vw, 252px);
}

.nav-logo-text strong {
    font-size: clamp(1rem, 1.18vw, 1.22rem);
    letter-spacing: 0.08em;
}

.nav-menu {
    gap: clamp(0.12rem, 0.55vw, 0.7rem);
}

.nav-menu a {
    font-family: var(--font-ui);
    font-size: clamp(0.76rem, 0.7vw, 0.86rem);
    font-weight: 500;
    letter-spacing: 0.12em;
    padding: 8px clamp(5px, 0.55vw, 10px);
    text-transform: uppercase;
}

.nav-tools {
    gap: clamp(0.25rem, 0.6vw, 0.65rem);
}

.nav-cta.btn-primary {
    padding-inline: clamp(0.9rem, 1.35vw, 1.45rem);
    letter-spacing: 0.18em;
}

@media (max-width: 1360px) {
    .nav-logo {
        flex-basis: 214px;
    }

    .nav-logo-text strong {
        font-size: 1.02rem;
        letter-spacing: 0.065em;
    }

    .nav-menu a {
        font-size: 0.74rem;
        letter-spacing: 0.09em;
        padding-left: 5px;
        padding-right: 5px;
    }

    .lang-switch,
    .theme-toggle {
        min-width: 34px;
    }
}

@media (max-width: 1220px) {
    .nav-logo {
        flex-basis: 206px;
    }
}

.btn,
.nav-cta,
.footer-action-row a,
.pd-actions a {
    border-radius: 3px;
}

@media (max-width: 900px) {
    .nav-logo {
        flex-basis: auto;
    }

    .nav-logo-text strong {
        font-size: clamp(1rem, 4.8vw, 1.2rem);
        letter-spacing: 0.1em;
    }

    .cinema-hero-copy {
        max-width: 100%;
        padding-left: 0;
    }

    .cinema-hero-copy::before {
        content: none;
    }

    .cinema-hero h1.cinema-hero-title {
        max-width: 100%;
        font-size: clamp(3rem, 12vw, 5rem);
        line-height: 0.94;
    }

    .cinema-actions .btn {
        min-width: min(100%, 240px);
    }
}

/* Final luxury skin: no content changes, only a more distinctive atelier treatment. */
.page-cinematic-home .cinema-hero-media img {
    filter: saturate(1.06) contrast(1.08) brightness(1.18);
    transform: scale(1.018);
}

.page-cinematic-home .cinema-hero-shade {
    background:
        radial-gradient(ellipse at 49% 4%, rgba(255, 216, 132, 0.42), rgba(255, 122, 24, 0.1) 24%, transparent 44%),
        linear-gradient(90deg, rgba(3, 9, 10, 0.5) 0%, rgba(3, 9, 10, 0.28) 40%, rgba(3, 9, 10, 0.08) 78%),
        linear-gradient(180deg, rgba(3, 9, 10, 0) 0%, rgba(3, 9, 10, 0.1) 54%, rgba(3, 9, 10, 0.62) 100%);
}

.page-cinematic-home .cinema-hero-copy {
    position: relative;
    width: min(920px, 78vw);
    padding: 0;
    isolation: isolate;
}

.page-cinematic-home .cinema-hero-copy::before {
    content: none;
}

.page-cinematic-home .cinema-hero-copy::after {
    content: none;
    position: absolute;
    left: clamp(1.45rem, 2.6vw, 2.75rem);
    bottom: 0;
    width: clamp(5.5rem, 11vw, 12rem);
    height: 1px;
    background: linear-gradient(90deg, var(--cinema-orange), rgba(243, 238, 230, 0.08));
}

.page-cinematic-home .cinema-kicker {
    margin-bottom: clamp(1rem, 1.45vw, 1.45rem);
    color: rgba(243, 238, 230, 0.7);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.page-cinematic-home .cinema-hero h1.cinema-hero-title {
    max-width: min(1050px, 82vw);
    margin-bottom: clamp(1.15rem, 1.8vw, 1.8rem);
    font-size: clamp(4.2rem, 6.3vw, 7.6rem);
    line-height: 0.9;
    letter-spacing: -0.018em;
    text-shadow: 0 38px 72px rgba(0, 0, 0, 0.46);
}

.page-cinematic-home .cinema-hero-title span:first-child {
    font-weight: 300;
    white-space: nowrap;
}

.page-cinematic-home .cinema-hero-title span:last-child {
    font-style: italic;
    font-weight: 300;
    color: rgba(243, 238, 230, 0.92);
}

.page-cinematic-home .cinema-hero p {
    max-width: 560px;
    margin-bottom: clamp(1.75rem, 2.45vw, 2.45rem);
    color: rgba(243, 238, 230, 0.76);
    font-size: clamp(1rem, 1vw, 1.12rem);
    font-weight: 400;
    line-height: 1.75;
}

.page-cinematic-home .cinema-actions {
    gap: 0.85rem;
}

.page-cinematic-home .cinema-actions .btn {
    min-width: clamp(176px, 12.5vw, 226px);
    min-height: 56px;
    border-radius: 1px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.page-cinematic-home .cinema-actions .btn-primary {
    box-shadow: 0 18px 38px rgba(255, 122, 24, 0.18);
}

.page-cinematic-home .cinema-actions .btn-outline {
    background: rgba(243, 238, 230, 0.035);
    border-color: rgba(243, 238, 230, 0.34);
}

.page-cinematic-home .cinema-stats {
    right: clamp(24px, 5vw, 88px);
    bottom: clamp(26px, 4vh, 46px);
    width: min(390px, calc(100vw - 48px));
    padding-top: 1rem;
    border-top: 1px solid rgba(243, 238, 230, 0.18);
}

.page-cinematic-home .cinema-stats strong {
    font-size: clamp(1.55rem, 2vw, 2.2rem);
    font-weight: 300;
}

.page-cinematic-home .cinema-stats span {
    font-family: var(--font-ui);
    font-weight: 600;
    letter-spacing: 0.18em;
}

.page-cinematic-home .cinema-products,
.page-cinematic-home .cinema-statement,
.page-cinematic-home .cinema-materials {
    background:
        linear-gradient(90deg, rgba(243, 238, 230, 0.035) 1px, transparent 1px) left top / min(16vw, 220px) 100%,
        var(--cinema-bg);
}

.page-cinematic-home .cinema-section-head {
    border-top: 1px solid rgba(243, 238, 230, 0.11);
    padding-top: clamp(1.5rem, 2.4vw, 2.4rem);
}

.page-cinematic-home .cinema-section-head h2,
.page-cinematic-home .cinema-statement h2,
.page-cinematic-home .cinema-feature h2 {
    max-width: 820px;
    letter-spacing: -0.01em;
}

.page-cinematic-home .cinema-product,
.page-cinematic-home .cinema-material,
.page-cinematic-home .cinema-feature {
    border-color: rgba(243, 238, 230, 0.12);
    box-shadow: inset 0 1px 0 rgba(243, 238, 230, 0.045);
}

.page-cinematic-home .cinema-product img,
.page-cinematic-home .cinema-material img,
.page-cinematic-home .cinema-feature-media img {
    filter: saturate(0.58) contrast(1.14) brightness(0.9);
}

.page-cinematic-home .cinema-product:hover img,
.page-cinematic-home .cinema-material:hover img {
    filter: saturate(0.76) contrast(1.18) brightness(0.98);
}

@media (max-width: 900px) {
    .page-cinematic-home .cinema-hero-copy {
        width: 100%;
        padding-left: 0;
    }

    .page-cinematic-home .cinema-hero-copy::before {
        content: none;
    }

    .page-cinematic-home .cinema-hero h1.cinema-hero-title {
        font-size: clamp(3.15rem, 13vw, 5.25rem);
        line-height: 0.92;
    }

    .page-cinematic-home .cinema-actions .btn {
        min-width: min(100%, 230px);
    }
}

/* Navbar refresh: lighter glass, sharper spacing, less generic header feel. */
.page-home .navbar,
.navbar {
    background: rgba(3, 9, 10, 0.72);
    border-bottom: 1px solid rgba(243, 238, 230, 0.1);
    backdrop-filter: blur(18px) saturate(1.15);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.page-home .navbar:not(.scrolled) {
    background: linear-gradient(90deg, rgba(3, 9, 10, 0.72), rgba(3, 9, 10, 0.42), rgba(3, 9, 10, 0.7));
    border-bottom-color: rgba(243, 238, 230, 0.1);
}

.nav-inner {
    min-height: 76px;
}

.nav-logo {
    gap: 12px;
}

.nav-logo img {
    width: 44px;
    max-height: 44px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
}

.nav-logo-text strong {
    font-size: clamp(1.05rem, 1.08vw, 1.24rem);
    letter-spacing: 0.075em;
}

.nav-menu {
    gap: clamp(0.25rem, 0.7vw, 0.9rem);
}

.nav-menu a {
    position: relative;
    padding: 10px clamp(6px, 0.65vw, 12px);
    color: rgba(243, 238, 230, 0.72);
    font-size: clamp(0.74rem, 0.68vw, 0.84rem);
    letter-spacing: 0.11em;
}

.nav-menu a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 2px;
    height: 1px;
    background: var(--cinema-orange);
    opacity: 0;
    transition: left 0.28s ease, right 0.28s ease, opacity 0.28s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    left: 10px;
    right: 10px;
    opacity: 1;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--cinema-cream);
}

.nav-tools {
    color: rgba(243, 238, 230, 0.78);
}

.lang-switch,
.theme-toggle {
    min-height: 34px;
}

.nav-cta.btn-primary {
    min-height: 50px;
    padding-inline: clamp(1.05rem, 1.45vw, 1.65rem);
    border-radius: 2px;
    letter-spacing: 0.16em;
    box-shadow: 0 14px 34px rgba(255, 122, 24, 0.18);
}

@media (max-width: 1360px) {
    .nav-logo-text strong {
        font-size: 1rem;
        letter-spacing: 0.055em;
    }

    .nav-menu a {
        font-size: 0.72rem;
        letter-spacing: 0.075em;
    }
}

/* Gallery final reset: stable, readable, non-preview archive. */
.page-cinematic-gallery .block-gallery-section .container {
    max-width: min(92vw, 1240px);
}

.page-cinematic-gallery .block-gallery-heading,
:root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px) !important;
    gap: clamp(1.5rem, 4vw, 4rem) !important;
    align-items: end !important;
    color: #f7f0e7 !important;
}

.page-cinematic-gallery .block-gallery-heading h2,
:root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading h2 {
    max-width: 620px !important;
    color: #f7f0e7 !important;
    font-size: clamp(2rem, 3.3vw, 3.9rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.018em !important;
    text-wrap: balance;
}

.page-cinematic-gallery .block-gallery-heading p,
:root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading p {
    color: rgba(243, 238, 230, 0.76) !important;
    font-size: clamp(1.02rem, 1.05vw, 1.18rem) !important;
    line-height: 1.7 !important;
}

.page-cinematic-gallery .block-gallery-layout,
:root[data-theme="light"] .page-cinematic-gallery .block-gallery-layout {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(1rem, 1.5vw, 1.5rem) !important;
    background: transparent !important;
    border: 0 !important;
}

.page-cinematic-gallery .block-gallery-tile,
.page-cinematic-gallery .block-gallery-tile-featured,
.page-cinematic-gallery .block-gallery-tile-tall {
    position: relative !important;
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
}

.page-cinematic-gallery .block-gallery-tile-media,
.page-cinematic-gallery .block-gallery-tile-media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.page-cinematic-gallery .block-gallery-tile-meta p {
    display: none !important;
}

@media (max-width: 980px) {
    .page-cinematic-gallery .block-gallery-heading,
    :root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading {
        grid-template-columns: 1fr !important;
    }

    .page-cinematic-gallery .block-gallery-layout,
    :root[data-theme="light"] .page-cinematic-gallery .block-gallery-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 620px) {
    .page-cinematic-gallery .block-gallery-layout,
    :root[data-theme="light"] .page-cinematic-gallery .block-gallery-layout {
        grid-template-columns: 1fr !important;
    }

    .page-cinematic-gallery .block-gallery-heading h2,
    :root[data-theme="light"] .page-cinematic-gallery .block-gallery-heading h2 {
        font-size: clamp(1.9rem, 9vw, 3rem) !important;
    }
}

/* Italian marble font system: Cinzel inscription headings + Cormorant editorial body. */
.nav-logo-text strong,
.footer-logo span {
    font-weight: 500;
    letter-spacing: 0.065em;
}

.cinema-hero h1.cinema-hero-title,
.cinema-statement h2,
.cinema-section-head h2,
.cinema-closing h2,
.cinema-feature h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    letter-spacing: -0.02em;
}

.cinema-hero h1.cinema-hero-title {
    font-weight: 600;
}

.page-cinematic-home .cinema-hero h1.cinema-hero-title {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: clamp(4rem, 5.9vw, 6.8rem);
    line-height: 0.96;
    letter-spacing: 0.012em;
    text-transform: none;
    color: rgba(250, 246, 238, 0.96);
    text-shadow: 0 16px 36px rgba(0, 0, 0, 0.42);
}

.page-cinematic-home .cinema-hero-title span {
    display: block;
}

.page-cinematic-home .cinema-hero-title span:first-child {
    color: rgba(255, 251, 243, 0.98);
}

.page-cinematic-home .cinema-hero-title span:last-child {
    margin-top: -0.03em;
    color: rgba(220, 184, 112, 0.96);
    font-style: italic;
    font-weight: 500;
}

.cinema-hero p,
.cinema-statement p,
.cinema-section-head p,
.cinema-feature p,
.cinema-feature li,
.cinema-material p,
.footer-col p {
    font-family: var(--font-body);
    font-size: clamp(1.1rem, 1.18vw, 1.25rem);
    font-weight: 500;
}

.cinema-kicker,
.nav-menu a,
.btn,
.nav-cta,
.footer-action-row a,
.cinema-stats span,
.cinema-material span,
.cinema-product span,
.cinema-products-all a {
    font-family: var(--font-ui);
    font-weight: 500;
    letter-spacing: 0.13em;
}

.nav-menu a {
    font-size: clamp(0.7rem, 0.64vw, 0.8rem);
}
