/*
 * OMM International public theme.
 * Bright, image-forward natural stone trading layout inspired by jabalaltoor.com.
 */

:root {
    --omm-ink: #1f1f1d;
    --omm-text: #56514a;
    --omm-muted: #857b70;
    --omm-accent: #d97822;
    --omm-accent-dark: #ad5d15;
    --omm-gold: #c9a84c;
    --omm-bg: #f7f4ef;
    --omm-soft: #ebe4d8;
    --omm-line: #e8ddcf;
    --omm-white: #ffffff;
    --omm-deep: #1f1f1d;
    --omm-shadow: 0 18px 45px rgba(37, 31, 23, 0.12);
    --lux-bg: var(--omm-bg);
    --lux-bg-soft: var(--omm-soft);
    --lux-panel: var(--omm-white);
    --lux-white: var(--omm-ink);
    --lux-muted: var(--omm-text);
    --lux-line: var(--omm-line);
    --lux-gold: var(--omm-accent);
    --cinema-bg: var(--omm-bg);
    --cinema-bg-deep: var(--omm-soft);
    --cinema-panel: var(--omm-white);
    --cinema-line: var(--omm-line);
    --cinema-orange: var(--omm-accent);
    --cinema-cream: var(--omm-ink);
    --cinema-muted: var(--omm-text);
    --color-secondary: var(--omm-accent);
    --gold: var(--omm-accent);
}

body:not(.admin-body) {
    background: var(--omm-bg);
    color: var(--omm-text);
    font-family: "Inter", sans-serif;
    font-size: 16.48px;
    font-weight: 400;
    line-height: 1.72;
}

body:not(.admin-body) h1,
body:not(.admin-body) h2,
body:not(.admin-body) h3,
body:not(.admin-body) h4 {
    color: var(--omm-ink);
    font-family: "Playfair Display", serif;
    font-weight: 600;
    letter-spacing: 0;
}

body:not(.admin-body) h2 {
    font-size: clamp(2.338rem, 4vw, 4.6rem);
}

body:not(.admin-body) p,
body:not(.admin-body) span {
    font-family: "Inter", sans-serif;
}

body:not(.admin-body) .container {
    max-width: 1240px;
    padding-inline: 20px;
}

.omm-eyebrow,
body:not(.admin-body) .section-eyebrow,
body:not(.admin-body) .products-eyebrow,
body:not(.admin-body) .blogs-eyebrow,
body:not(.admin-body) .pd-eyebrow,
body:not(.admin-body) .gallery-card-badge {
    color: var(--omm-accent) !important;
    font-family: "Inter", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

body:not(.admin-body) .btn,
body:not(.admin-body) .nav-cta,
body:not(.admin-body) .cta-btn,
body:not(.admin-body) .pd-btn,
body:not(.admin-body) .products-empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 26px;
    border: 1px solid rgba(217, 120, 34, 0.76);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--omm-accent), #f2b15c);
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 16px 36px rgba(217, 120, 34, 0.24);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

body:not(.admin-body) .btn:hover,
body:not(.admin-body) .nav-cta:hover,
body:not(.admin-body) .cta-btn:hover,
body:not(.admin-body) .pd-btn:hover,
body:not(.admin-body) .products-empty-btn:hover {
    border-color: var(--omm-accent-dark);
    background: var(--omm-accent-dark);
    color: #fff;
    transform: translateY(-2px);
}

.omm-slide-content .btn:hover,
.omm-feature-overlay .btn:hover,
.omm-cta-band .btn:hover {
    border-color: rgba(255, 255, 255, 0.72);
    background: transparent;
    color: #fff;
}

body:not(.admin-body) .btn-outline,
body:not(.admin-body) .btn-secondary {
    border: 1px solid currentColor;
    background: transparent;
    color: var(--omm-accent);
    box-shadow: none;
}

.omm-topbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1001;
    height: 36px;
    background: rgba(31, 31, 29, 0.86);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.73rem;
    letter-spacing: 0.02em;
    backdrop-filter: blur(16px);
}

.omm-topbar-inner {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.omm-topbar a {
    color: inherit;
    text-decoration: none;
}

.omm-topbar-contact,
.omm-topbar-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.omm-topbar-social a {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    font-size: 0.68rem;
    font-weight: 800;
}

.omm-topbar-social .is-placeholder {
    opacity: 0.62;
}

body:not(.admin-body) .navbar,
body:not(.admin-body) .omm-navbar {
    position: fixed;
    top: 36px;
    min-height: 82px;
    background: linear-gradient(180deg, rgba(31, 31, 29, 0.52), rgba(31, 31, 29, 0.12));
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(18px);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body:not(.admin-body) .navbar.scrolled,
body:not(.admin-body):not(.page-home) .navbar,
body:not(.admin-body) .navbar.menu-open {
    background: rgba(255, 255, 255, 0.97);
    border-bottom-color: var(--omm-line);
    box-shadow: 0 14px 34px rgba(39, 33, 25, 0.1);
    backdrop-filter: blur(18px);
}

body:not(.admin-body) .nav-inner {
    min-height: 82px;
}

body:not(.admin-body) .nav-logo {
    flex-basis: auto;
    gap: 12px;
}

body:not(.admin-body) .nav-logo img {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 0;
    object-fit: contain;
    background: #fff;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

body:not(.admin-body) .nav-logo-text,
body:not(.admin-body) .nav-logo-text strong {
    display: block;
}

body:not(.admin-body) .nav-logo-text strong {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: 0.045em;
}

body:not(.admin-body) .navbar.scrolled .nav-logo-text strong,
body:not(.admin-body):not(.page-home) .navbar .nav-logo-text strong,
body:not(.admin-body) .navbar.menu-open .nav-logo-text strong {
    color: var(--omm-ink);
}

body:not(.admin-body) .nav-menu {
    gap: clamp(10px, 1.1vw, 24px);
}

body:not(.admin-body) .nav-menu a {
    position: relative;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.92);
    font-family: "Inter", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body:not(.admin-body) .nav-menu a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(0.2);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

body:not(.admin-body) .navbar.scrolled .nav-menu a,
body:not(.admin-body):not(.page-home) .navbar .nav-menu a,
body:not(.admin-body) .navbar.menu-open .nav-menu a {
    color: var(--omm-ink);
}

body:not(.admin-body) .nav-menu a:hover,
body:not(.admin-body) .nav-menu a.active {
    color: var(--omm-accent) !important;
    background: transparent;
}

body:not(.admin-body) .nav-menu a:hover::after,
body:not(.admin-body) .nav-menu a.active::after {
    opacity: 0.8;
    transform: scaleX(1);
}

.nav-item-dropdown {
    position: relative;
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    min-width: 230px;
    padding: 12px 0;
    margin: 0;
    list-style: none;
    background: rgba(247, 244, 239, 0.98);
    border: 1px solid var(--omm-line);
    box-shadow: var(--omm-shadow);
    backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.nav-item-dropdown:hover .nav-dropdown,
.nav-item-dropdown:focus-within .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

body:not(.admin-body) .nav-dropdown a,
body:not(.admin-body) .navbar.scrolled .nav-dropdown a,
body:not(.admin-body):not(.page-home) .navbar .nav-dropdown a {
    display: block;
    padding: 10px 18px;
    color: var(--omm-ink);
    font-size: 0.76rem;
    letter-spacing: 0.05em;
}

body:not(.admin-body) .nav-tools,
body:not(.admin-body) .nav-overlay-atmosphere,
body:not(.admin-body) .nav-overlay-footer {
    display: none;
}

.omm-home #mainContent {
    overflow: clip;
}

.omm-hero-slider {
    position: relative;
    height: 100vh;
    height: 100svh;
    min-height: 720px;
    overflow: hidden;
    background: var(--omm-deep);
    isolation: isolate;
}

.omm-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.75s ease, visibility 0.75s ease;
}

.omm-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.omm-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 10, 8, 0.56), rgba(12, 10, 8, 0.18) 46%, rgba(12, 10, 8, 0.04) 72%),
        linear-gradient(180deg, rgba(12, 10, 8, 0.18), rgba(12, 10, 8, 0.22));
}

.omm-slide::before {
    display: none;
}

.omm-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.02);
    transform: scale(1.035);
    transition: transform 7s ease;
}

.omm-slide.is-active img {
    transform: scale(1);
}

.omm-slide-content {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
    padding-top: 118px;
    color: #fff;
}

.omm-slide-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 58px auto auto -9vw;
    width: min(880px, 88vw);
    height: min(520px, 66vh);
    border-radius: 52% 44% 48% 38%;
    background:
        radial-gradient(ellipse at 22% 28%, rgba(217, 120, 34, 0.28), transparent 34%),
        radial-gradient(ellipse at 46% 50%, rgba(14, 11, 8, 0.76), rgba(14, 11, 8, 0.48) 42%, transparent 72%);
    filter: blur(18px);
    opacity: 0.98;
    transform: skewX(-10deg) rotate(-2deg);
    -webkit-mask-image: linear-gradient(100deg, #000 0%, #000 52%, rgba(0, 0, 0, 0.55) 68%, transparent 88%);
    mask-image: linear-gradient(100deg, #000 0%, #000 52%, rgba(0, 0, 0, 0.55) 68%, transparent 88%);
    pointer-events: none;
}

.omm-slide-content h1 {
    max-width: 760px;
    margin: 14px 0 22px;
    color: #fff !important;
    font-family: "Playfair Display", serif;
    font-size: clamp(3.05rem, 6.2vw, 6.65rem);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: 0;
    text-wrap: balance;
    background: linear-gradient(100deg, #f4a443 0%, #fff8e8 46%, #ffffff 68%, #d97822 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    text-shadow: 0 18px 48px rgba(0, 0, 0, 0.46);
}

.omm-slide-content p {
    max-width: 650px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Inter", sans-serif;
    font-size: clamp(1.03rem, 1.35vw, 1.28rem);
    line-height: 1.72;
}

.omm-slider-arrow {
    position: absolute;
    z-index: 3;
    top: 56%;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: rgba(31, 31, 29, 0.34);
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.omm-slider-arrow:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(217, 120, 34, 0.26);
    transform: translateY(-2px);
}

.omm-slider-prev {
    left: 24px;
}

.omm-slider-next {
    right: 24px;
}

.omm-slider-dots {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 36px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.omm-slider-dots button {
    width: 34px;
    height: 3px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
}

.omm-slider-dots button.is-active {
    background: var(--omm-accent);
}

.omm-section {
    padding: clamp(84px, 8vw, 128px) 0;
}

.omm-shell {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
}

.omm-section-head {
    max-width: 780px;
    margin-bottom: 42px;
}

.omm-section-head h2,
.omm-about-copy h2 {
    margin: 10px 0 18px;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.338rem, 4.8vw, 4.85rem);
    font-weight: 600;
    line-height: 1.02;
    text-wrap: balance;
}

.omm-section-head p,
.omm-about-copy p {
    color: var(--omm-text);
    font-family: "Inter", sans-serif;
    font-size: 16.48px;
    line-height: 1.72;
}

.omm-about-strip {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8f4ed 100%);
}

.omm-about-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: center;
    overflow: hidden;
}

.omm-about-stat {
    display: grid;
    place-items: center;
    min-height: 260px;
    padding: 30px;
    min-width: 0;
    border: 1px solid rgba(217, 120, 34, 0.28);
    background: linear-gradient(145deg, var(--omm-deep), #1d302f);
    color: #fff;
    box-shadow: var(--omm-shadow);
    text-align: center;
}

.omm-about-stat strong {
    display: block;
    color: var(--omm-accent);
    font-family: "Playfair Display", serif;
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: 0.95;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.omm-about-stat span {
    display: block;
    margin-top: 14px;
    font-family: "Inter", sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
}

.omm-about-image {
    min-height: 420px;
    min-width: 0;
    overflow: hidden;
    box-shadow: var(--omm-shadow);
    border-radius: 4px;
}

.omm-about-copy {
    min-width: 0;
}

.omm-about-copy h2,
.omm-about-copy p {
    overflow-wrap: break-word;
}

.omm-about-image img,
.omm-collection-card img,
.omm-work-card img,
.omm-news-image img,
.omm-footer-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.omm-collections {
    background: var(--omm-bg);
}

.omm-collection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.omm-collection-card {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--omm-ink);
    border-radius: 4px;
    box-shadow: var(--omm-shadow);
}

.omm-collection-card::after,
.omm-work-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(6, 15, 14, 0.88), rgba(6, 15, 14, 0.08) 64%),
        linear-gradient(135deg, rgba(217, 120, 34, 0.18), transparent 48%);
}

.omm-collection-card img,
.omm-work-card img,
.omm-news-image img {
    transition: transform 0.38s ease;
}

.omm-collection-card span,
.omm-work-card span {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 24px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.45rem, 2vw, 2.05rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.08;
}

.omm-collection-card:hover img,
.omm-work-card:hover img,
.omm-news-card:hover img {
    transform: scale(1.06);
}

.omm-services-home {
    background: #fff;
}

.omm-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.omm-service-card {
    min-height: 252px;
    padding: 34px 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 244, 239, 0.95));
    border: 1px solid var(--omm-line);
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(24, 35, 34, 0.08);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.omm-service-card:hover {
    border-color: rgba(217, 120, 34, 0.38);
    box-shadow: 0 20px 42px rgba(24, 35, 34, 0.13);
    transform: translateY(-4px);
}

.omm-service-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border: 1px solid rgba(217, 120, 34, 0.34);
    border-radius: 50%;
    background: var(--omm-deep);
    color: var(--omm-accent);
    font-size: 1.05rem;
    font-weight: 900;
}

.omm-service-card h3 {
    margin: 0 0 10px;
    font-family: "Playfair Display", serif;
    font-size: 1.55rem;
    font-weight: 600;
}

.omm-service-card p {
    margin: 0;
    color: var(--omm-text);
    font-size: 16.48px;
    line-height: 1.72;
}

.omm-feature-banner {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--omm-deep);
    text-align: center;
}

.omm-feature-banner video,
.omm-feature-banner::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.omm-feature-banner video {
    object-fit: cover;
    filter: saturate(0.72) contrast(1.04);
}

.omm-feature-banner::after {
    content: "";
    background:
        linear-gradient(90deg, rgba(6, 15, 14, 0.84), rgba(6, 15, 14, 0.36), rgba(6, 15, 14, 0.84)),
        rgba(0, 0, 0, 0.24);
}

.omm-feature-overlay {
    position: relative;
    z-index: 1;
    width: min(880px, calc(100% - 40px));
    color: #fff;
}

.omm-feature-overlay button {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 28px;
    border: 1px solid rgba(217, 120, 34, 0.76);
    border-radius: 50%;
    background: rgba(8, 17, 16, 0.48);
    color: var(--omm-accent);
    cursor: pointer;
    backdrop-filter: blur(12px);
}

.omm-feature-overlay h2 {
    color: #fff !important;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.338rem, 5vw, 5.25rem);
    font-weight: 600;
    line-height: 1;
}

.omm-portfolio {
    background: var(--omm-deep);
    color: #fff;
}

.omm-portfolio h2,
.omm-portfolio h3 {
    color: #fff !important;
}

.omm-work-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 18px;
}

.omm-work-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    background: #000;
    border-radius: 4px;
}

.omm-work-card:first-child {
    grid-row: span 2;
}

.omm-news {
    background: #fff;
}

.omm-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.omm-news-card {
    overflow: hidden;
    background: var(--omm-bg);
    border: 1px solid var(--omm-line);
    border-radius: 4px;
    box-shadow: var(--omm-shadow);
}

.omm-news-image {
    display: block;
    height: 230px;
    overflow: hidden;
}

.omm-news-body {
    padding: 24px;
}

.omm-news-body time {
    color: var(--omm-accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.omm-news-body h3 {
    margin: 10px 0;
    font-family: "Playfair Display", serif;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.15;
}

.omm-news-body p {
    color: var(--omm-text);
    font-size: 16.48px;
    line-height: 1.72;
}

.omm-news-body a {
    color: var(--omm-accent);
    font-weight: 900;
    text-transform: uppercase;
}

.omm-locations {
    background: var(--omm-bg);
}

.omm-location-grid {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 26px;
}

.omm-location-card {
    padding: clamp(28px, 4vw, 44px);
    background: #fff;
    border: 1px solid var(--omm-line);
    border-radius: 4px;
    box-shadow: var(--omm-shadow);
}

.omm-location-card h3 {
    margin-top: 0;
    font-size: 1.9rem;
}

.omm-location-card p {
    color: var(--omm-text);
    font-size: 16.48px;
    line-height: 1.72;
}

.omm-location-card a {
    display: block;
    margin-top: 12px;
    color: var(--omm-accent);
    font-weight: 800;
}

.omm-map,
.omm-map iframe {
    min-height: 420px;
    width: 100%;
}

.omm-map iframe {
    border: 0;
    filter: saturate(0.72) contrast(1.04);
}

.omm-cta-band {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
    overflow: hidden;
    text-align: center;
    background: var(--omm-deep);
}

.omm-cta-band > img,
.omm-cta-band::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.omm-cta-band > img {
    object-fit: cover;
    filter: saturate(0.72) contrast(1.04);
}

.omm-cta-band::after {
    content: "";
    background:
        radial-gradient(circle at 50% 18%, rgba(217, 120, 34, 0.22), transparent 32%),
        linear-gradient(180deg, rgba(6, 15, 14, 0.52), rgba(6, 15, 14, 0.88));
}

.omm-cta-band > div {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100% - 40px));
}

.omm-cta-band h2 {
    margin: 10px 0 14px;
    color: #fff !important;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.338rem, 5.2vw, 5.2rem);
    font-weight: 600;
    line-height: 1;
}

.omm-cta-band p {
    margin: 0 auto 26px;
    max-width: 640px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16.48px;
    line-height: 1.72;
}

body:not(.admin-body) .site-footer.omm-footer {
    background: #191816;
    color: rgba(255, 255, 255, 0.74);
    padding: 76px 0 0;
}

.omm-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.8fr 0.9fr 1.1fr 0.9fr;
    gap: 30px;
}

.omm-footer h4,
.omm-footer .footer-logo span {
    color: #fff;
}

.omm-footer .footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.omm-footer .footer-logo img {
    width: 58px;
    height: 58px;
    border-radius: 0;
    object-fit: contain;
    background: #fff;
    padding: 4px;
}

.omm-footer .footer-logo span {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.omm-footer p,
.omm-footer a {
    color: rgba(255, 255, 255, 0.72);
}

.omm-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.omm-footer li + li {
    margin-top: 9px;
}

.omm-footer-social {
    display: flex;
    gap: 9px;
    margin-top: 18px;
}

.omm-footer-social a {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 900;
}

.omm-footer-contact a {
    display: block;
    margin-top: 8px;
}

.omm-footer-strip div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.omm-footer-strip img {
    aspect-ratio: 1;
}

.omm-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 54px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.84rem;
}

.omm-footer-bottom div {
    display: flex;
    gap: 18px;
}

.omm-floating-actions {
    position: fixed;
    z-index: 1000;
    right: 22px;
    bottom: 24px;
    display: grid;
    gap: 10px;
}

.omm-floating-actions a,
body:not(.admin-body) .back-to-top {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--omm-accent);
    color: #fff;
    box-shadow: 0 14px 30px rgba(37, 31, 23, 0.22);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

body:not(.admin-body) .back-to-top {
    right: 22px;
    bottom: 138px;
}

@media (max-width: 1180px) {
    .omm-collection-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .omm-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 980px) {
    body:not(.admin-body) .navbar,
    body:not(.admin-body) .omm-navbar {
        background: rgba(247, 244, 239, 0.97);
        border-color: var(--omm-line);
    }

    body:not(.admin-body) .nav-logo-text strong,
    body:not(.admin-body) .nav-menu a {
        color: var(--omm-ink);
    }

    body:not(.admin-body) .nav-menu.open {
        top: 124px;
        background: var(--omm-bg);
    }

    .nav-item-dropdown .nav-dropdown {
        position: static;
        min-width: 0;
        padding: 0 0 0 16px;
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .omm-about-grid,
    .omm-location-grid {
        grid-template-columns: 1fr;
    }

    .omm-about-stat {
        min-height: 180px;
    }

    .omm-services-grid,
    .omm-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .omm-work-grid {
        grid-template-columns: 1fr 1fr;
    }

    .omm-work-card:first-child {
        grid-column: span 2;
        grid-row: auto;
    }
}

@media (max-width: 760px) {
    .omm-topbar {
        position: static;
        height: auto;
    }

    .omm-topbar-inner {
        height: auto;
        padding-block: 8px;
        flex-direction: column;
        align-items: flex-start;
    }

    body:not(.admin-body) .navbar,
    body:not(.admin-body) .omm-navbar {
        top: 0;
        min-height: 84px;
    }

    body:not(.admin-body) .nav-inner {
        min-height: 84px;
        padding: 8px 0;
        gap: 8px;
    }

    body:not(.admin-body) .nav-logo img {
        width: 52px;
        height: 52px;
    }

    body:not(.admin-body) .nav-logo {
        flex: 0 0 62px;
        min-width: 0;
        max-width: 62px;
        gap: 0;
    }

    body:not(.admin-body) .nav-logo-text {
        display: none;
    }

    body:not(.admin-body) .nav-cta {
        display: none;
    }

    body:not(.admin-body) .nav-toggle {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        padding: 0;
    }

    body:not(.admin-body) .nav-menu.open {
        top: 84px;
    }

    body:not(.admin-body) .nav-menu {
        justify-content: flex-start;
        gap: 6px;
        padding: 58px 22px 84px;
    }

    body:not(.admin-body) .nav-menu li {
        width: 100%;
        max-width: none;
    }

    body:not(.admin-body) .nav-menu a,
    body:not(.admin-body) .nav-menu.open a {
        grid-template-columns: 28px minmax(0, 1fr);
        padding: 9px 0 10px;
        font-size: clamp(1.42rem, 7vw, 2rem);
        line-height: 1.08;
        letter-spacing: 0;
    }

    body:not(.admin-body) .nav-menu a::before {
        align-self: center;
        font-size: 0.56rem;
        letter-spacing: 0.12em;
    }

    body:not(.admin-body) .nav-menu a::after {
        right: 0;
        bottom: 0;
        left: 28px;
        width: auto;
        height: 1px;
        font-size: 0;
        transform: scaleX(0);
        transform-origin: left center;
    }

    body:not(.admin-body) .nav-menu a:hover::after,
    body:not(.admin-body) .nav-menu a.active::after {
        transform: scaleX(1);
    }

    .omm-slide-content {
        width: min(100% - 32px, 1280px);
        padding-top: 112px;
    }

    .omm-slide-content h1 {
        font-size: clamp(3.05rem, 16vw, 5.5rem);
        line-height: 0.92;
    }

    .omm-slide-content p {
        font-size: 1rem;
    }

    .omm-slider-arrow {
        display: none;
    }

    .omm-collection-grid,
    .omm-services-grid,
    .omm-news-grid,
    .omm-work-grid,
    .omm-footer-grid {
        grid-template-columns: 1fr;
    }

    .omm-work-card:first-child {
        grid-column: auto;
    }

    .omm-collection-card,
    .omm-work-card {
        min-height: 240px;
    }

    .omm-feature-banner,
    .omm-cta-band {
        min-height: 430px;
    }

    .omm-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    body:not(.admin-body) .nav-logo {
        max-width: 64px;
        gap: 0;
    }

    body:not(.admin-body) .nav-logo-text {
        display: none;
    }

    body:not(.admin-body) .nav-cta {
        display: none;
    }

    body:not(.admin-body) .nav-toggle {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }
}

/* Contact page uniform public styling */
body:not(.admin-body).page-contact {
    background: var(--omm-bg);
}

body:not(.admin-body).page-contact .breadcrumbs {
    display: none;
}

body:not(.admin-body).page-contact .contact-cinematic-hero {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 640px;
    padding: 124px 0 86px;
    overflow: hidden;
    background: var(--omm-ink);
}

body:not(.admin-body).page-contact .contact-cinematic-hero-media,
body:not(.admin-body).page-contact .contact-cinematic-hero-media img,
body:not(.admin-body).page-contact .contact-cinematic-hero-shade {
    position: absolute;
    inset: 0;
}

body:not(.admin-body).page-contact .contact-cinematic-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92);
}

body:not(.admin-body).page-contact .contact-cinematic-hero-shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(15, 14, 13, 0.82) 0%, rgba(15, 14, 13, 0.58) 42%, rgba(15, 14, 13, 0.2) 100%),
        linear-gradient(180deg, rgba(15, 14, 13, 0.28), rgba(15, 14, 13, 0.48));
}

body:not(.admin-body).page-contact .contact-cinematic-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

body:not(.admin-body).page-contact .contact-cinematic-hero h1 {
    max-width: 620px;
    margin: 14px 0 18px;
    color: #fff !important;
    font-size: clamp(2.15rem, 3vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: 0;
}

body:not(.admin-body).page-contact .contact-cinematic-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.02rem;
    line-height: 1.8;
}

body:not(.admin-body).page-contact .contact-page-section {
    padding: clamp(76px, 8vw, 118px) 0;
    background: var(--omm-bg);
}

body:not(.admin-body).page-contact .contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
}

body:not(.admin-body).page-contact .contact-form-panel,
body:not(.admin-body).page-contact .contact-info-card,
body:not(.admin-body).page-contact .contact-map-card {
    background: #fff;
    border: 1px solid var(--omm-line);
    border-radius: 0;
    box-shadow: var(--omm-shadow);
    color: var(--omm-text);
}

body:not(.admin-body).page-contact .contact-form-panel {
    padding: clamp(30px, 4vw, 52px);
}

body:not(.admin-body).page-contact .contact-info-panel {
    display: grid;
    gap: 28px;
}

body:not(.admin-body).page-contact .contact-info-card {
    padding: clamp(28px, 3.5vw, 44px);
}

body:not(.admin-body).page-contact .contact-section-head {
    margin-bottom: 28px;
}

body:not(.admin-body).page-contact .contact-section-head h2,
body:not(.admin-body).page-contact .contact-map-head h3 {
    margin: 10px 0 0;
    color: var(--omm-ink);
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.04;
}

body:not(.admin-body).page-contact .contact-form {
    display: grid;
    gap: 22px;
}

body:not(.admin-body).page-contact .contact-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body:not(.admin-body).page-contact .contact-form .form-group {
    margin: 0;
}

body:not(.admin-body).page-contact .contact-form label {
    display: block;
    margin-bottom: 10px;
    color: var(--omm-ink);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body:not(.admin-body).page-contact .contact-form .required {
    color: #c64a31;
}

body:not(.admin-body).page-contact .contact-form .form-control {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--omm-line) !important;
    border-radius: 0;
    background: #fff !important;
    color: var(--omm-ink) !important;
    font-family: "Montserrat", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: none !important;
}

body:not(.admin-body).page-contact .contact-form textarea.form-control {
    min-height: 168px;
    padding-top: 15px;
    resize: vertical;
}

body:not(.admin-body).page-contact .contact-form select.form-control {
    color: var(--omm-ink) !important;
}

body:not(.admin-body).page-contact .contact-form .form-control::placeholder {
    color: rgba(31, 31, 29, 0.42);
}

body:not(.admin-body).page-contact .contact-form .form-control:focus {
    border-color: var(--omm-accent) !important;
    outline: 2px solid rgba(217, 120, 34, 0.14);
    outline-offset: 0;
}

body:not(.admin-body).page-contact .contact-form-actions {
    margin-top: 4px;
}

body:not(.admin-body).page-contact .contact-form-actions .btn {
    width: 100%;
    min-height: 58px;
}

body:not(.admin-body).page-contact .contact-info-items {
    display: grid;
    gap: 24px;
}

body:not(.admin-body).page-contact .contact-info-item {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    color: var(--omm-text);
    font-size: 1rem;
    line-height: 1.72;
}

body:not(.admin-body).page-contact .contact-info-item svg {
    margin-top: 3px;
    color: var(--omm-accent);
    stroke: currentColor;
}

body:not(.admin-body).page-contact .contact-info-item strong {
    display: block;
    margin-bottom: 6px;
    color: var(--omm-ink);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body:not(.admin-body).page-contact .contact-info-item div,
body:not(.admin-body).page-contact .contact-info-item span {
    color: var(--omm-text);
}

body:not(.admin-body).page-contact .contact-info-item a {
    color: var(--omm-ink);
    font-weight: 700;
    text-decoration: none;
}

body:not(.admin-body).page-contact .contact-info-item a:hover {
    color: var(--omm-accent);
}

body:not(.admin-body).page-contact .contact-map-row {
    margin-top: clamp(34px, 5vw, 64px);
}

body:not(.admin-body).page-contact .contact-map-card {
    padding: clamp(28px, 4vw, 46px);
}

body:not(.admin-body).page-contact .contact-map-head {
    margin-bottom: 26px;
}

body:not(.admin-body).page-contact .contact-map-frame {
    min-height: 460px;
    overflow: hidden;
    border: 1px solid var(--omm-line);
    background: #d4d4d4;
}

body:not(.admin-body).page-contact .contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 460px;
    border: 0;
}

@media (max-width: 900px) {
    body:not(.admin-body).page-contact .contact-cinematic-hero {
        min-height: 540px;
        padding: 108px 0 68px;
    }

    body:not(.admin-body).page-contact .contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    body:not(.admin-body).page-contact .contact-cinematic-hero {
        min-height: 500px;
    }

    body:not(.admin-body).page-contact .contact-cinematic-hero h1 {
        font-size: clamp(2.05rem, 11vw, 3rem);
    }

    body:not(.admin-body).page-contact .contact-form .form-row {
        grid-template-columns: 1fr;
    }

    body:not(.admin-body).page-contact .contact-form-panel,
    body:not(.admin-body).page-contact .contact-info-card,
    body:not(.admin-body).page-contact .contact-map-card {
        padding: 26px 20px;
    }

    body:not(.admin-body).page-contact .contact-map-frame,
    body:not(.admin-body).page-contact .contact-map-frame iframe {
        min-height: 340px;
        height: 340px;
    }
}

/* Services page uniform public styling */
body:not(.admin-body).page-services {
    background: var(--omm-bg);
}

body:not(.admin-body).page-services .breadcrumbs,
body:not(.admin-body).page-services .cinema-particles {
    display: none;
}

body:not(.admin-body).page-services .cinema-kicker {
    color: var(--omm-accent) !important;
    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

body:not(.admin-body).page-services .services-cinema-hero {
    position: relative;
    display: grid;
    align-items: center;
    height: 680px !important;
    min-height: 640px;
    padding: 124px 0 86px;
    overflow: hidden;
    background: var(--omm-ink);
}

body:not(.admin-body).page-services .services-cinema-hero-media,
body:not(.admin-body).page-services .services-cinema-hero-media img,
body:not(.admin-body).page-services .services-cinema-hero-shade {
    position: absolute;
    inset: 0;
}

body:not(.admin-body).page-services .services-cinema-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9);
}

body:not(.admin-body).page-services .services-cinema-hero-shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(15, 14, 13, 0.84) 0%, rgba(15, 14, 13, 0.6) 44%, rgba(15, 14, 13, 0.22) 100%),
        linear-gradient(180deg, rgba(15, 14, 13, 0.28), rgba(15, 14, 13, 0.5));
}

body:not(.admin-body).page-services .services-cinema-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

body:not(.admin-body).page-services .services-cinema-hero-copy {
    max-width: 690px;
}

body:not(.admin-body).page-services .services-cinema-hero h1 {
    max-width: 660px;
    margin: 14px 0 18px;
    color: #fff !important;
    font-size: clamp(2.15rem, 3vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: 0;
}

body:not(.admin-body).page-services .services-cinema-hero-copy > p {
    max-width: 650px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.02rem;
    line-height: 1.8;
}

body:not(.admin-body).page-services .cinema-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body:not(.admin-body).page-services .services-cinema-main {
    background: var(--omm-bg);
    color: var(--omm-text);
}

body:not(.admin-body).page-services .services-cinema-statement {
    padding: clamp(82px, 9vw, 128px) 0;
    border-bottom: 1px solid var(--omm-line);
    background: var(--omm-bg);
}

body:not(.admin-body).page-services .cinema-statement-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(34px, 7vw, 96px);
    align-items: center;
}

body:not(.admin-body).page-services .services-cinema-statement h2,
body:not(.admin-body).page-services .services-cinema-split-copy h2,
body:not(.admin-body).page-services .services-cinema-route-inner h2,
body:not(.admin-body).page-services .cinema-closing-inner h2 {
    margin: 10px 0 0;
    color: var(--omm-ink);
    font-family: "Montserrat", "Jost", sans-serif;
    font-size: clamp(2.15rem, 3vw, 3.35rem);
    font-weight: 800;
    line-height: 1.04;
}

body:not(.admin-body).page-services .services-cinema-statement p {
    max-width: 520px;
    margin: 0;
    color: var(--omm-text);
    font-size: 1rem;
    line-height: 1.85;
}

body:not(.admin-body).page-services .services-cinema-grid-section {
    padding: clamp(70px, 8vw, 112px) 0;
    background: #fffaf2;
}

body:not(.admin-body).page-services .services-cinema-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

body:not(.admin-body).page-services .services-cinema-card {
    position: relative;
    min-height: 320px;
    padding: clamp(30px, 4vw, 48px);
    border: 1px solid var(--omm-line);
    background: #fff;
    box-shadow: var(--omm-shadow);
    transition: transform 0.32s ease, box-shadow 0.32s ease;
}

body:not(.admin-body).page-services .services-cinema-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(37, 31, 23, 0.16);
}

body:not(.admin-body).page-services .services-cinema-card::after {
    display: none;
}

body:not(.admin-body).page-services .services-cinema-number {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--omm-accent);
    font-family: "Montserrat", sans-serif;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

body:not(.admin-body).page-services .services-cinema-card h2 {
    margin: 0 0 14px;
    color: var(--omm-ink);
    font-family: "Montserrat", "Jost", sans-serif;
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
}

body:not(.admin-body).page-services .services-cinema-card p,
body:not(.admin-body).page-services .services-cinema-card li {
    color: var(--omm-text);
    font-size: 0.95rem;
    line-height: 1.75;
}

body:not(.admin-body).page-services .services-cinema-card ul {
    display: grid;
    gap: 9px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

body:not(.admin-body).page-services .services-cinema-card li {
    position: relative;
    padding-left: 18px;
}

body:not(.admin-body).page-services .services-cinema-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--omm-accent);
}

body:not(.admin-body).page-services .services-cinema-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    min-height: 660px;
    background: var(--omm-soft);
}

body:not(.admin-body).page-services .services-cinema-split-media {
    min-height: 520px;
    overflow: hidden;
}

body:not(.admin-body).page-services .services-cinema-split-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body:not(.admin-body).page-services .services-cinema-split-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 6vw, 92px);
}

body:not(.admin-body).page-services .services-cinema-split-copy p {
    max-width: 520px;
    margin: 22px 0 30px;
    color: var(--omm-text);
    font-size: 1rem;
    line-height: 1.85;
}

body:not(.admin-body).page-services .services-cinema-checks {
    display: grid;
    max-width: 560px;
    border-top: 1px solid rgba(31, 31, 29, 0.12);
}

body:not(.admin-body).page-services .services-cinema-checks span {
    padding: 18px 0;
    border-bottom: 1px solid rgba(31, 31, 29, 0.12);
    color: var(--omm-ink);
    font-weight: 700;
}

body:not(.admin-body).page-services .services-cinema-route {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: var(--omm-ink);
}

body:not(.admin-body).page-services .services-cinema-route-media,
body:not(.admin-body).page-services .services-cinema-route-media img {
    position: absolute;
    inset: 0;
}

body:not(.admin-body).page-services .services-cinema-route-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.85);
}

body:not(.admin-body).page-services .services-cinema-route::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(15, 14, 13, 0.84), rgba(15, 14, 13, 0.4)),
        linear-gradient(180deg, rgba(15, 14, 13, 0.18), rgba(15, 14, 13, 0.72));
}

body:not(.admin-body).page-services .services-cinema-route-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
    gap: clamp(36px, 7vw, 96px);
    align-items: center;
    min-height: 620px;
    padding-block: 88px;
}

body:not(.admin-body).page-services .services-cinema-route-inner h2,
body:not(.admin-body).page-services .cinema-closing-inner h2 {
    color: #fff;
}

body:not(.admin-body).page-services .services-cinema-route-steps {
    display: grid;
    gap: 14px;
}

body:not(.admin-body).page-services .services-cinema-route-steps article {
    padding: 24px 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(18, 17, 15, 0.72);
}

body:not(.admin-body).page-services .services-cinema-route-steps span {
    display: block;
    margin-bottom: 8px;
    color: var(--omm-accent);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body:not(.admin-body).page-services .services-cinema-route-steps p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

body:not(.admin-body).page-services .cinema-closing {
    position: relative;
    min-height: 520px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: var(--omm-ink);
}

body:not(.admin-body).page-services .cinema-closing-media,
body:not(.admin-body).page-services .cinema-closing-media img {
    position: absolute;
    inset: 0;
}

body:not(.admin-body).page-services .cinema-closing-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.82);
}

body:not(.admin-body).page-services .cinema-closing::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(15, 14, 13, 0.84), rgba(15, 14, 13, 0.42));
}

body:not(.admin-body).page-services .cinema-closing-inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding-block: 86px;
}

body:not(.admin-body).page-services .cinema-closing-inner h2 {
    margin-bottom: 28px;
}

@media (max-width: 920px) {
    body:not(.admin-body).page-services .services-cinema-hero {
        height: 540px !important;
        min-height: 540px;
        padding: 108px 0 68px;
    }

    body:not(.admin-body).page-services .cinema-statement-grid,
    body:not(.admin-body).page-services .services-cinema-split,
    body:not(.admin-body).page-services .services-cinema-route-inner {
        grid-template-columns: 1fr;
    }

    body:not(.admin-body).page-services .services-cinema-grid {
        grid-template-columns: 1fr;
    }

    body:not(.admin-body).page-services .services-cinema-route-inner {
        min-height: 0;
    }
}

@media (max-width: 620px) {
    body:not(.admin-body).page-services .services-cinema-hero {
        height: auto !important;
        min-height: 500px;
    }

body:not(.admin-body).page-services .services-cinema-hero h1 {
        font-size: clamp(2.05rem, 11vw, 3rem);
    }

    body:not(.admin-body).page-services .services-cinema-card,
    body:not(.admin-body).page-services .services-cinema-split-copy,
    body:not(.admin-body).page-services .services-cinema-route-steps article {
        padding: 26px 20px;
    }
}

/* Footer polish shared across public pages */
body:not(.admin-body) .site-footer.omm-footer {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 7vw, 104px) 0 0;
    background: #171614;
    color: rgba(255, 255, 255, 0.72);
    border-top: 1px solid rgba(217, 120, 34, 0.22);
}

body:not(.admin-body) .site-footer.omm-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(217, 120, 34, 0.72), transparent);
}

body:not(.admin-body) .omm-footer .container {
    position: relative;
    z-index: 1;
}

body:not(.admin-body) .omm-footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.25fr) minmax(130px, 0.62fr) minmax(150px, 0.72fr) minmax(230px, 1.08fr) minmax(190px, 0.82fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: start;
}

body:not(.admin-body) .omm-footer .footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px;
    text-decoration: none;
}

body:not(.admin-body) .omm-footer .footer-logo img {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(217, 120, 34, 0.32);
    border-radius: 0;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26);
}

body:not(.admin-body) .omm-footer .footer-logo span {
    max-width: 170px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body:not(.admin-body) .omm-footer-brand p,
body:not(.admin-body) .omm-footer-contact p {
    max-width: 310px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.78;
}

body:not(.admin-body) .omm-footer h4 {
    margin: 0 0 20px;
    color: var(--omm-accent);
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body:not(.admin-body) .omm-footer ul {
    display: grid;
    gap: 11px;
    padding: 0;
    margin: 0;
    list-style: none;
}

body:not(.admin-body) .omm-footer li + li {
    margin-top: 0;
}

body:not(.admin-body) .omm-footer a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.55;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

body:not(.admin-body) .omm-footer a:hover {
    color: #fff;
}

body:not(.admin-body) .omm-footer-col li a {
    display: inline-block;
}

body:not(.admin-body) .omm-footer-col li a:hover {
    transform: translateX(4px);
}

body:not(.admin-body) .omm-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

body:not(.admin-body) .omm-footer-social a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

body:not(.admin-body) .omm-footer-social a:hover {
    border-color: var(--omm-accent);
    background: var(--omm-accent);
    color: #fff;
    transform: translateY(-2px);
}

body:not(.admin-body) .omm-footer-contact a {
    display: table;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
}

body:not(.admin-body) .omm-footer-contact a:hover {
    color: var(--omm-accent);
}

body:not(.admin-body) .omm-footer-strip div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

body:not(.admin-body) .omm-footer-strip img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    filter: saturate(0.82);
    transition: transform 0.32s ease, filter 0.32s ease;
}

body:not(.admin-body) .omm-footer-strip img:hover {
    filter: saturate(1);
    transform: translateY(-3px);
}

body:not(.admin-body) .omm-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: clamp(48px, 6vw, 76px);
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.92rem;
}

body:not(.admin-body) .omm-footer-bottom p {
    margin: 0;
    color: inherit;
}

body:not(.admin-body) .omm-footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}

body:not(.admin-body) .omm-footer-bottom a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.92rem;
}

body:not(.admin-body) .omm-floating-actions {
    right: 22px;
    bottom: 24px;
    gap: 10px;
}

body:not(.admin-body) .omm-floating-actions a,
body:not(.admin-body) .back-to-top {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: var(--omm-accent);
    color: #fff;
    box-shadow: 0 16px 34px rgba(20, 17, 13, 0.24);
}

body:not(.admin-body) .omm-floating-actions a:hover,
body:not(.admin-body) .back-to-top:hover {
    background: var(--omm-accent-dark);
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    body:not(.admin-body) .omm-footer-grid {
        grid-template-columns: 1.2fr 0.8fr 0.9fr;
    }
}

@media (max-width: 760px) {
    body:not(.admin-body) .omm-footer-grid {
        grid-template-columns: 1fr;
    }

    body:not(.admin-body) .omm-footer-brand p,
    body:not(.admin-body) .omm-footer-contact p {
        max-width: none;
    }

    body:not(.admin-body) .omm-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    body:not(.admin-body) .omm-footer-bottom div {
        justify-content: flex-start;
    }
}
